
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
textarea,
.form-captcha-image,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
html textarea[type="button"],
html [type="button"].form-captcha-image,
input[type="reset"],
textarea[type="reset"],
[type="reset"].form-captcha-image,
input[type="submit"],
textarea[type="submit"],
[type="submit"].form-captcha-image {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

button[disabled],
html input[disabled],
html textarea[disabled],
html [disabled].form-captcha-image {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner,
textarea::-moz-focus-inner,
.form-captcha-image::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input,
textarea,
.form-captcha-image {
    line-height: normal;
}
input[type="checkbox"],
textarea[type="checkbox"],
[type="checkbox"].form-captcha-image,
input[type="radio"],
textarea[type="radio"],
[type="radio"].form-captcha-image {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
textarea[type="number"]::-webkit-inner-spin-button,
[type="number"].form-captcha-image::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button,
textarea[type="number"]::-webkit-outer-spin-button,
[type="number"].form-captcha-image::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"],
textarea[type="search"],
[type="search"].form-captcha-image {
    -webkit-appearance: textfield;
    /* 1 */
    box-sizing: content-box;
    /* 2 */
}

input[type="search"]::-webkit-search-cancel-button,
textarea[type="search"]::-webkit-search-cancel-button,
[type="search"].form-captcha-image::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
textarea[type="search"]::-webkit-search-decoration,
[type="search"].form-captcha-image::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}
*,
*:after,
*:before {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    /*overflow-y: scroll;*/
}

html.overflow-hidden {
    overflow: hidden !important;
}

body {
    position: relative;
    overflow-x: hidden;
    min-height: 100vh;
    padding-bottom: 2vw;
    background-color: #fff;
}

body.page>#panel {
    position: absolute;
    width: 100%;
}

.screen {
    position: relative;
    min-height: 100vh;
}
.grid-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.grid-unit {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media screen and (max-width: 1179px) {
    html,
    body {
        overflow-x: hidden;
    }
}
.clearfix,
.news-feed header {
    zoom: 1;
}

.clearfix:before,
.news-feed header:before,
.clearfix:after,
.news-feed header:after {
    content: '.';
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}

.clearfix:after,
.news-feed header:after {
    clear: both;
}

.clear {
    clear: both !important;
    display: block !important;
    overflow: hidden !important;
    visibility: hidden !important;
    width: 100% !important;
    height: 0 !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.invisible {
    position: absolute;
    left: -9000px;
}

.affix {
    position: fixed;
}

.scroll-disabled {
    overflow: hidden;
}

.hidden,
.touch .touch-hidden,
.no-touch .no-touch-hidden {
    display: none !important;
}

.fade-out {
    opacity: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    color: #000;
    font-weight: 700;
    line-height: 1.2;
}

h1,
.h1 {
    font-size: 6rem;
}

h2,
.h2 {
    font-size: 4rem;
}

h2.m__thin,
.h2.m__thin {
    font-weight: 400;
}

h2.m__smaller,
.h2.m__smaller {
    font-size: 3rem;
}

h3,
.h3 {
    font-size: 2rem;
}

h4,
.h4 {
    font-size: 1.5rem;
}

h5,
.h5 {
    font-size: 1.3rem;
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape),
(max-width: 599px) {
    h1,
    .h1 {
        font-size: 3rem;
    }
    h2,
    .h2 {
        font-size: 3rem;
    }
    h3,
    .h3 {
        font-size: 1.6rem;
    }
    h4,
    .h4 {
        font-size: 1.39995rem;
    }
}




/*
 * Margins and paddings
 */

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5,
hr,
p,
ol,
ul,
blockquote,
table,
hr {
    margin: 0;
    /*
     * Inside text block elements will have normal margins
     */
}

.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text .h1,
.text .h2,
.text .h3,
.text .h4,
.text .h5,
.text hr,
.text p,
.text ol,
.text ul,
.text blockquote,
.text table,
.text hr {
    margin: 1.5em 0;
}

.text h1.m__smaller,
.text h2.m__smaller,
.text h3.m__smaller,
.text h4.m__smaller,
.text h5.m__smaller,
.text .h1.m__smaller,
.text .h2.m__smaller,
.text .h3.m__smaller,
.text .h4.m__smaller,
.text .h5.m__smaller,
.text hr.m__smaller,
.text p.m__smaller,
.text ol.m__smaller,
.text ul.m__smaller,
.text blockquote.m__smaller,
.text table.m__smaller,
.text hr.m__smaller {
    margin: 1em 0;
}

.text h1:first-child,
.text h2:first-child,
.text h3:first-child,
.text h4:first-child,
.text h5:first-child,
.text .h1:first-child,
.text .h2:first-child,
.text .h3:first-child,
.text .h4:first-child,
.text .h5:first-child,
.text hr:first-child,
.text p:first-child,
.text ol:first-child,
.text ul:first-child,
.text blockquote:first-child,
.text table:first-child,
.text hr:first-child {
    margin-top: 0;
}

.text h1:last-child,
.text h2:last-child,
.text h3:last-child,
.text h4:last-child,
.text h5:last-child,
.text .h1:last-child,
.text .h2:last-child,
.text .h3:last-child,
.text .h4:last-child,
.text .h5:last-child,
.text hr:last-child,
.text p:last-child,
.text ol:last-child,
.text ul:last-child,
.text blockquote:last-child,
.text table:last-child,
.text hr:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape),
(max-width: 599px) {
    .text h1,
    .text h2,
    .text h3,
    .text h4,
    .text h5,
    .text .h1,
    .text .h2,
    .text .h3,
    .text .h4,
    .text .h5,
    .text hr,
    .text p,
    .text ol,
    .text ul,
    .text blockquote,
    .text table,
    .text hr {
        margin: 0.5em 0;
    }
    .text h1:first-child,
    .text h2:first-child,
    .text h3:first-child,
    .text h4:first-child,
    .text h5:first-child,
    .text .h1:first-child,
    .text .h2:first-child,
    .text .h3:first-child,
    .text .h4:first-child,
    .text .h5:first-child,
    .text hr:first-child,
    .text p:first-child,
    .text ol:first-child,
    .text ul:first-child,
    .text blockquote:first-child,
    .text table:first-child,
    .text hr:first-child {
        margin-top: 0;
    }
    .text h1:last-child,
    .text h2:last-child,
    .text h3:last-child,
    .text h4:last-child,
    .text h5:last-child,
    .text .h1:last-child,
    .text .h2:last-child,
    .text .h3:last-child,
    .text .h4:last-child,
    .text .h5:last-child,
    .text hr:last-child,
    .text p:last-child,
    .text ol:last-child,
    .text ul:last-child,
    .text blockquote:last-child,
    .text table:last-child,
    .text hr:last-child {
        margin-bottom: 0;
    }
}

.color-primary {
    color: #ff2400;
}
a {
    color: inherit;
    text-decoration: none;
}

a:hover,
a:active,
a.active {
    text-decoration: underline;
}
a,
button,
input[type="submit"],
textarea[type="submit"],
[type="submit"].form-captcha-image {
    transition: color 0.15s, background-color 0.15s, border-color 0.15s;
}
a,
button,
input[type="submit"],
textarea[type="submit"],
[type="submit"].form-captcha-image {
    cursor: pointer;
}
.disabled,
:disabled,
[disabled] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    pointer-events: none;
    -moz-user-focus: ignore;
    -webkit-touch-callout: none;
    -ms-touch-action: none;
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    width: 100%;
}

th,
td {
    overflow: visible;
    /*to make ths where the title is really long work*/
    padding: 0.5em 1em;
    /* cell padding */
    text-align: left;
}

th {
    font-weight: 400;
    border-bottom: 1px solid #999;
}
.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-nowrap {
    white-space: nowrap;
}

.text-upper {
    text-transform: uppercase;
}
.block-left,
.block-right,
.block-center {
    display: block;
}

.block-left {
    float: left;
}

.block-right {
    float: right;
}

.block-center {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.btn {
    display: inline-block;
    height: 36px;
    padding: 8px 18px;
    border: 0;
    box-shadow: none;
    position: relative;
    color: #fff;
    cursor: pointer;
    line-height: 20px;
    outline: none;
    text-align: center;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    transition: background-color 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99), border-color 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99), color 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99), -webkit-transform 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99), opacity 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99);
    transition: background-color 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99), border-color 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99), color 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99), transform 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99), opacity 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99);
    /*
     * Disabled state
     */
    /*
     * Color
     */
}

.btn.disabled,
.btn:disabled,
.btn[disabled] {
    cursor: default;
}

.btn {
    background-color: #000;
}

.no-touch .btn:hover,
.btn:active,
.btn:hover,
.btn.active {
    background-color: #ff2400;
}

.btn.disabled,
.btn:disabled,
.btn[disabled] {
    background-color: #000;
}

.btn.loading {
    color: transparent;
}
.btn-icon {
    width: 36px;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn-icon .icon {
    fill: #fff;
}
.btn-circular {
    border-radius: 100px;
}
.btn-border {
    border: 1px solid #fff;
}

.btn-border {
    background-color: #fff;
}

.no-touch .btn-border:hover,
.btn-border:active,
.btn-border:hover,
.btn-border.active {
    background-color: transparent;
}

.btn-border.disabled,
.btn-border:disabled,
.btn-border[disabled] {
    background-color: #fff;
}

.btn-border.loading {
    color: transparent;
}

.btn-border:hover {
    background-color: transparent !important;
}
.btn-primary {
    background-color: #ff2400;
}

.no-touch .btn-primary:hover,
.btn-primary:active,
.btn-primary:hover,
.btn-primary.active {
    background-color: #000;
}

.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary[disabled] {
    background-color: #ff2400;
}

.btn-primary.loading {
    color: transparent;
}

.btn-primary:active {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary[disabled] {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.btn-inverted {
    background-color: #fff;
}

.no-touch .btn-inverted:hover,
.btn-inverted:active,
.btn-inverted:hover,
.btn-inverted.active {
    background-color: #000;
}

.btn-inverted.disabled,
.btn-inverted:disabled,
.btn-inverted[disabled] {
    background-color: #fff;
}

.btn-inverted.loading {
    color: transparent;
}

.btn-inverted:active {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.btn-inverted.disabled,
.btn-inverted:disabled,
.btn-inverted[disabled] {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.btn-inverted.btn-icon .icon {
    fill: #ff2400;
}

.no-touch .btn-inverted.btn-icon:hover .icon,
.btn-inverted.btn-icon:active .icon,
.btn-inverted.btn-icon.active .icon {
    fill: #fff;
}




/*
 * Secondary button style
 */

.btn-secondary {
    border: 1px solid;
}

.btn-secondary {
    background: transparent;
    border-color: #ff2400;
    color: #ff2400;
}

.no-touch .btn-secondary:hover,
.btn-secondary:active,
.btn-secondary.active {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.btn-secondary.disabled,
.btn-secondary:disabled,
.btn-secondary[disabled] {
    background-color: transparent;
    border-color: #ff2400;
    color: #ff2400;
}

.btn-secondary.loading {
    color: transparent;
}

.btn-secondary,
.btn-secondary:hover {
    text-decoration: none;
}

.btn-secondary:active {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.btn-secondary.disabled,
.btn-secondary:disabled,
.btn-secondary[disabled] {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}




/*
 * Button as link
 */

.btn-link {
    background: transparent;
    color: #ff2400;
}

.no-touch .btn-link:hover,
.btn-link:active,
.btn-link.active {
    background-color: transparent;
    color: #000;
}

.btn-link.disabled,
.btn-link:disabled,
.btn-link[disabled] {
    background-color: transparent;
    color: #ff2400;
}

.btn-link.loading {
    color: transparent;
}




/*
 * Smaller size button
 * Must match input height
 */

.form-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

@media screen and (max-width: 479px) and (orientation: portrait) {
    .form-row {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .form-row .form-item {
        width: 100%;
    }
    .form-row .form-item.form-captcha {
        margin: 10px 0 0 0;
    }
}

.form-item {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.form-item+.form-item {
    margin-left: 10px;
}

.form-item::after {
    content: attr(data-error);
    position: absolute;
    top: 100%;
    margin-top: .5rem;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 400;
    color: #ff2400;
}

.form-item[data-error]::after {
    display: block;
}

.form-item[data-error] input,
.form-item[data-error] textarea,
.form-item[data-error] .form-captcha-image,
.form-item[data-error] textarea {
    border: 1px solid #ff2400;
    box-shadow: 0 0 5px #ff2400;
}

label {
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 700;
}

input,
textarea,
.form-captcha-image {
    position: relative;
    width: 100%;
    padding: 10px;
    border: 1px solid #cc c;
    border-radius: 3px;
}

input:focus,
textarea:focus,
.form-captcha-image:focus {
    box-shadow: 0 0 5px #c0e4fa;
}

textarea {
    height: 160px;
}

.form-captcha-image {
    height: 3.9rem;
}

.form-captcha-image img {
    position: absolute;
    top: 5px;
}

form button {
    text-decoration: underline;
    font-size: 2rem;
    font-weight: 700;
    border: none;
    background: none;
}

.js-form-success,
.js-form-fail {
    display: none;
}

.date {
    line-height: 1;
    font-size: 1.2rem;
    white-space: nowrap;
}

.date span {
    display: block;
    text-transform: uppercase;
    font-weight: 400;
}

.date span:first-child {
    float: left;
    margin-right: 10px;
    font-size: 4rem;
    font-weight: 700;
}

.date span:nth-child(2) {
    margin-top: 2px;
    margin-bottom: 8px;
}

.date span:last-child::before {
    content: '‘';
}

.pagination {
    list-style: none;
    padding-left: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagination li {
    font-size: 2rem;
    font-weight: 700;
}

.pagination li a {
    display: block;
    padding: 10px;
}

.pagination li a,
.pagination li a:hover {
    text-decoration: none;
}

.pagination li:first-child a {
    padding-left: 0;
}

.pagination li:last-child a {
    padding-right: 0;
}

.pagination li:hover {
    color: #999;
}

.pagination-active {
    padding: 10px;
    color: #999;
}

.pagination-rest {
    margin-left: 10px;
    margin-right: 10px;
}

.pagination-rest:hover {
    color: inherit;
}

.spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -14px 0 0 -14px;
    border: 3px solid rgba(255, 255, 255, 0.2);
    border-left-color: #ff2400;
    -webkit-animation: spinner 1.1s infinite linear;
    animation: spinner 1.1s infinite linear;
    will-change: transform;
}

.spinner,
.spinner:after {
    border-radius: 50%;
    width: 28px;
    height: 28px;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.section-img {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    -webkit-mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC");
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-img img {
    height: 100%;
}

.section-nav {
    list-style: none;
    padding-left: 0;
}

.section-nav-item {
    padding: 5px 0;
    font-size: 1.6rem;
    font-weight: 700;
    color: #999;
}

.section-nav-item+.section-nav-item {
    margin-top: 20px;
}

.section-nav-item-active {
    font-size: 6rem;
    color: #000;
}




/**
 * Scroll animation
 */

.scroll-reminder {
    position: absolute;
    bottom: 160px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    width: 24px;
    height: 40px;
    transition: opacity 0.4s;
}

.scroll-reminder:before {
    content: "";
    display: block;
    width: 24px;
    height: 40px;
    border: 2px solid #ff2400;
    border-radius: 16px;
}

.scroll-reminder:after {
    content: "";
    display: block;
    width: 3px;
    height: 10px;
    left: 10px;
    top: 8px;
    background: #ff2400;
    position: absolute;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation: scrollerScroll linear 1.25s;
    animation: scrollerScroll linear 1.25s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.scroll-reminder.js-hidden {
    opacity: 0;
    transition: opacity 0.8s;
}




/*
 * CSS Animations
 */

@-webkit-keyframes scrollerScroll {
    0%,
    100% {
        -webkit-transform: scaleY(0.4) translateY(0);
        transform: scaleY(0.4) translateY(0);
    }
    20% {
        -webkit-transform: scaleY(1) translateY(0);
        transform: scaleY(1) translateY(0);
    }
    60% {
        -webkit-transform: scaleY(0.4) translateY(12px);
        transform: scaleY(0.4) translateY(12px);
    }
}

@keyframes scrollerScroll {
    0%,
    100% {
        -webkit-transform: scaleY(0.4) translateY(0);
        transform: scaleY(0.4) translateY(0);
    }
    20% {
        -webkit-transform: scaleY(1) translateY(0);
        transform: scaleY(1) translateY(0);
    }
    60% {
        -webkit-transform: scaleY(0.4) translateY(12px);
        transform: scaleY(0.4) translateY(12px);
    }
}

.spiral-nav {
    position: relative;
    margin-bottom: -33vw;
}

@media screen and (max-width: 1179px) {
    .spiral-nav {
        width: 95vw;
    }
}

@media screen and (min-width: 1180px) {
    .spiral-nav {
        margin-bottom: -20vw;
    }
}

@media screen and (min-width: 1600px) {
    .spiral-nav {
        margin-bottom: -10vw;
    }
}

@media screen and (min-width: 1800px) {
    .spiral-nav {
        margin-bottom: 0;
    }
}

.spiral-nav .js-items-circle {
    position: absolute;
    z-index: 0;
    left: 50%;
    display: block;
    height: 1080px;
    width: 1080px;
    -webkit-transform: translate(-50%, -25%);
    -ms-transform: translate(-50%, -25%);
    transform: translate(-50%, -25%);
}

.spiral-nav-sections {
    top: 50%;
    left: 50%;
    position: relative;
    display: block;
    height: 1080px;
    width: 1080px;
    -webkit-transform: translate(-50%, -25%);
    -ms-transform: translate(-50%, -25%);
    transform: translate(-50%, -25%);
    fill: none;
    stroke: #c0e4fa;
}

.spiral-nav-section {
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
}

.spiral-nav-section:nth-child(even) {
    stroke: #ff2400;
}

.spiral-nav-section:nth-child(even) {
    stroke: #ff2400;
}

.spiral-nav-section:nth-child(even) {
    stroke: #ff2400;
}

.spiral-nav-section:nth-child(even) {
    stroke: #ff2400;
}

.spiral-nav-section:nth-child(even) {
    stroke: #ff2400;
}

.spiral-nav-section:nth-child(even) {
    stroke: #ff2400;
}

.spiral-nav-section:nth-child(even) {
    stroke: #ff2400;
}

.spiral-nav-section:nth-child(even) {
    stroke: #ff2400;
}

.spiral-nav-section:nth-child(even) {
    stroke: #ff2400;
}

.spiral-nav-section:nth-child(even) {
    stroke: #ff2400;
}

.spiral-nav-section:nth-child(even) {
    stroke: #ff2400;
}

.spiral-nav-section .line {
    display: none;
}

.spiral-nav-section .sector {
    transition: stroke-width 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

.spiral-nav-section.js-active {
    stroke: #000;
}

.spiral-nav-section.js-active .sector {
    stroke-width: 22.5px;
}

.spiral-nav ul {
    list-style: none;
    padding-left: 0;
}

.spiral-nav-item {
    font-size: 1.4rem;
    cursor: pointer;
}

.spiral-nav-item .year {
    font-size: 1.6rem;
    font-weight: 500;
    color: #999;
}

.spiral-nav-item .year.milestone::before {
    content: none;
}

.spiral-nav-item-circle {
    width: auto;
    position: absolute;
    top: -50%;
    left: 50%;
}

.spiral-nav-item-circle:nth-child(1) {
    -webkit-transform: translate(-50%, -50%) rotate(-37.89033deg) translateY(-137.5px) translateY(-13.59777%) translateY(-48.11549%) rotate(37.89033deg);
    -ms-transform: translate(-50%, -50%) rotate(-37.89033deg) translateY(-137.5px) translateY(-13.59777%) translateY(-48.11549%) rotate(37.89033deg);
    transform: translate(-50%, -50%) rotate(-37.89033deg) translateY(-137.5px) translateY(-13.59777%) translateY(-48.11549%) rotate(37.89033deg);
}

.spiral-nav-item-circle:nth-child(1) .inner {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.spiral-nav-item-circle:nth-child(1).js-active {
    -webkit-transform: translate(-50%, -50%) rotate(-37.89033deg) translateY(-137.5px) translateY(-2rem) rotate(37.89033deg);
    -ms-transform: translate(-50%, -50%) rotate(-37.89033deg) translateY(-137.5px) translateY(-2rem) rotate(37.89033deg);
    transform: translate(-50%, -50%) rotate(-37.89033deg) translateY(-137.5px) translateY(-2rem) rotate(37.89033deg);
}

.spiral-nav-item-circle:nth-child(2) {
    -webkit-transform: translate(-50%, -50%) rotate(-104.15964deg) translateY(-152.5px) translateY(-47.69597%) translateY(-15.00314%) rotate(104.15964deg);
    -ms-transform: translate(-50%, -50%) rotate(-104.15964deg) translateY(-152.5px) translateY(-47.69597%) translateY(-15.00314%) rotate(104.15964deg);
    transform: translate(-50%, -50%) rotate(-104.15964deg) translateY(-152.5px) translateY(-47.69597%) translateY(-15.00314%) rotate(104.15964deg);
}

.spiral-nav-item-circle:nth-child(2) .inner {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.spiral-nav-item-circle:nth-child(2).js-active {
    -webkit-transform: translate(-50%, -50%) rotate(-104.15964deg) translateY(-152.5px) translateY(-2rem) rotate(104.15964deg);
    -ms-transform: translate(-50%, -50%) rotate(-104.15964deg) translateY(-152.5px) translateY(-2rem) rotate(104.15964deg);
    transform: translate(-50%, -50%) rotate(-104.15964deg) translateY(-152.5px) translateY(-2rem) rotate(104.15964deg);
}

.spiral-nav-item-circle:nth-child(3) {
    -webkit-transform: translate(-50%, -50%) rotate(-160.20375deg) translateY(-167.5px) translateY(-39.47089%) translateY(-30.69282%) rotate(160.20375deg);
    -ms-transform: translate(-50%, -50%) rotate(-160.20375deg) translateY(-167.5px) translateY(-39.47089%) translateY(-30.69282%) rotate(160.20375deg);
    transform: translate(-50%, -50%) rotate(-160.20375deg) translateY(-167.5px) translateY(-39.47089%) translateY(-30.69282%) rotate(160.20375deg);
}

.spiral-nav-item-circle:nth-child(3) .inner {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.spiral-nav-item-circle:nth-child(3).js-active {
    -webkit-transform: translate(-50%, -50%) rotate(-160.20375deg) translateY(-167.5px) translateY(-2rem) rotate(160.20375deg);
    -ms-transform: translate(-50%, -50%) rotate(-160.20375deg) translateY(-167.5px) translateY(-2rem) rotate(160.20375deg);
    transform: translate(-50%, -50%) rotate(-160.20375deg) translateY(-167.5px) translateY(-2rem) rotate(160.20375deg);
}

.spiral-nav-item-circle:nth-child(4) {
    -webkit-transform: translate(-50%, -50%) rotate(-215.68788deg) translateY(-182.5px) translateY(-3.05843%) translateY(-49.90637%) rotate(215.68788deg);
    -ms-transform: translate(-50%, -50%) rotate(-215.68788deg) translateY(-182.5px) translateY(-3.05843%) translateY(-49.90637%) rotate(215.68788deg);
    transform: translate(-50%, -50%) rotate(-215.68788deg) translateY(-182.5px) translateY(-3.05843%) translateY(-49.90637%) rotate(215.68788deg);
}

.spiral-nav-item-circle:nth-child(4) .inner {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.spiral-nav-item-circle:nth-child(4).js-active {
    -webkit-transform: translate(-50%, -50%) rotate(-215.68788deg) translateY(-182.5px) translateY(-2rem) rotate(215.68788deg);
    -ms-transform: translate(-50%, -50%) rotate(-215.68788deg) translateY(-182.5px) translateY(-2rem) rotate(215.68788deg);
    transform: translate(-50%, -50%) rotate(-215.68788deg) translateY(-182.5px) translateY(-2rem) rotate(215.68788deg);
}

.spiral-nav-item-circle:nth-child(5) {
    -webkit-transform: translate(-50%, -50%) rotate(-271.52733deg) translateY(-197.5px) translateY(-43.1026%) translateY(-25.34099%) rotate(271.52733deg);
    -ms-transform: translate(-50%, -50%) rotate(-271.52733deg) translateY(-197.5px) translateY(-43.1026%) translateY(-25.34099%) rotate(271.52733deg);
    transform: translate(-50%, -50%) rotate(-271.52733deg) translateY(-197.5px) translateY(-43.1026%) translateY(-25.34099%) rotate(271.52733deg);
}

.spiral-nav-item-circle:nth-child(5) .inner {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.spiral-nav-item-circle:nth-child(5).js-active {
    -webkit-transform: translate(-50%, -50%) rotate(-271.52733deg) translateY(-197.5px) translateY(-2rem) rotate(271.52733deg);
    -ms-transform: translate(-50%, -50%) rotate(-271.52733deg) translateY(-197.5px) translateY(-2rem) rotate(271.52733deg);
    transform: translate(-50%, -50%) rotate(-271.52733deg) translateY(-197.5px) translateY(-2rem) rotate(271.52733deg);
}

.spiral-nav-item-circle:nth-child(6) {
    -webkit-transform: translate(-50%, -50%) rotate(-327.74614deg) translateY(-212.5px) translateY(-44.96091%) translateY(-21.87502%) rotate(327.74614deg);
    -ms-transform: translate(-50%, -50%) rotate(-327.74614deg) translateY(-212.5px) translateY(-44.96091%) translateY(-21.87502%) rotate(327.74614deg);
    transform: translate(-50%, -50%) rotate(-327.74614deg) translateY(-212.5px) translateY(-44.96091%) translateY(-21.87502%) rotate(327.74614deg);
}

.spiral-nav-item-circle:nth-child(6) .inner {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.spiral-nav-item-circle:nth-child(6).js-active {
    -webkit-transform: translate(-50%, -50%) rotate(-327.74614deg) translateY(-212.5px) translateY(-2rem) rotate(327.74614deg);
    -ms-transform: translate(-50%, -50%) rotate(-327.74614deg) translateY(-212.5px) translateY(-2rem) rotate(327.74614deg);
    transform: translate(-50%, -50%) rotate(-327.74614deg) translateY(-212.5px) translateY(-2rem) rotate(327.74614deg);
}

.spiral-nav-item-circle:nth-child(7) {
    -webkit-transform: translate(-50%, -50%) rotate(-24.29638deg) translateY(-227.5px) translateY(-6.39802%) translateY(-49.58896%) rotate(24.29638deg);
    -ms-transform: translate(-50%, -50%) rotate(-24.29638deg) translateY(-227.5px) translateY(-6.39802%) translateY(-49.58896%) rotate(24.29638deg);
    transform: translate(-50%, -50%) rotate(-24.29638deg) translateY(-227.5px) translateY(-6.39802%) translateY(-49.58896%) rotate(24.29638deg);
}

.spiral-nav-item-circle:nth-child(7) .inner {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.spiral-nav-item-circle:nth-child(7).js-active {
    -webkit-transform: translate(-50%, -50%) rotate(-24.29638deg) translateY(-227.5px) translateY(-2rem) rotate(24.29638deg);
    -ms-transform: translate(-50%, -50%) rotate(-24.29638deg) translateY(-227.5px) translateY(-2rem) rotate(24.29638deg);
    transform: translate(-50%, -50%) rotate(-24.29638deg) translateY(-227.5px) translateY(-2rem) rotate(24.29638deg);
}

.spiral-nav-item-circle:nth-child(8) {
    -webkit-transform: translate(-50%, -50%) rotate(-81.13345deg) translateY(-242.5px) translateY(-38.08746%) translateY(-32.39361%) rotate(81.13345deg);
    -ms-transform: translate(-50%, -50%) rotate(-81.13345deg) translateY(-242.5px) translateY(-38.08746%) translateY(-32.39361%) rotate(81.13345deg);
    transform: translate(-50%, -50%) rotate(-81.13345deg) translateY(-242.5px) translateY(-38.08746%) translateY(-32.39361%) rotate(81.13345deg);
}

.spiral-nav-item-circle:nth-child(8) .inner {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.spiral-nav-item-circle:nth-child(8).js-active {
    -webkit-transform: translate(-50%, -50%) rotate(-81.13345deg) translateY(-242.5px) translateY(-2rem) rotate(81.13345deg);
    -ms-transform: translate(-50%, -50%) rotate(-81.13345deg) translateY(-242.5px) translateY(-2rem) rotate(81.13345deg);
    transform: translate(-50%, -50%) rotate(-81.13345deg) translateY(-242.5px) translateY(-2rem) rotate(81.13345deg);
}

.spiral-nav-item-circle:nth-child(9) {
    -webkit-transform: translate(-50%, -50%) rotate(-138.22067deg) translateY(-257.5px) translateY(-47.86025%) translateY(-14.47055%) rotate(138.22067deg);
    -ms-transform: translate(-50%, -50%) rotate(-138.22067deg) translateY(-257.5px) translateY(-47.86025%) translateY(-14.47055%) rotate(138.22067deg);
    transform: translate(-50%, -50%) rotate(-138.22067deg) translateY(-257.5px) translateY(-47.86025%) translateY(-14.47055%) rotate(138.22067deg);
}

.spiral-nav-item-circle:nth-child(9) .inner {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.spiral-nav-item-circle:nth-child(9).js-active {
    -webkit-transform: translate(-50%, -50%) rotate(-138.22067deg) translateY(-257.5px) translateY(-2rem) rotate(138.22067deg);
    -ms-transform: translate(-50%, -50%) rotate(-138.22067deg) translateY(-257.5px) translateY(-2rem) rotate(138.22067deg);
    transform: translate(-50%, -50%) rotate(-138.22067deg) translateY(-257.5px) translateY(-2rem) rotate(138.22067deg);
}

.spiral-nav-item-circle:nth-child(10) {
    -webkit-transform: translate(-50%, -50%) rotate(-195.52796deg) translateY(-272.5px) translateY(-13.58612%) translateY(-48.11878%) rotate(195.52796deg);
    -ms-transform: translate(-50%, -50%) rotate(-195.52796deg) translateY(-272.5px) translateY(-13.58612%) translateY(-48.11878%) rotate(195.52796deg);
    transform: translate(-50%, -50%) rotate(-195.52796deg) translateY(-272.5px) translateY(-13.58612%) translateY(-48.11878%) rotate(195.52796deg);
}

.spiral-nav-item-circle:nth-child(10) .inner {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.spiral-nav-item-circle:nth-child(10).js-active {
    -webkit-transform: translate(-50%, -50%) rotate(-195.52796deg) translateY(-272.5px) translateY(-2rem) rotate(195.52796deg);
    -ms-transform: translate(-50%, -50%) rotate(-195.52796deg) translateY(-272.5px) translateY(-2rem) rotate(195.52796deg);
    transform: translate(-50%, -50%) rotate(-195.52796deg) translateY(-272.5px) translateY(-2rem) rotate(195.52796deg);
}

.spiral-nav-item-circle:nth-child(11) {
    -webkit-transform: translate(-50%, -50%) rotate(-253.03033deg) translateY(-287.5px) translateY(-33.34447%) translateY(-37.25783%) rotate(253.03033deg);
    -ms-transform: translate(-50%, -50%) rotate(-253.03033deg) translateY(-287.5px) translateY(-33.34447%) translateY(-37.25783%) rotate(253.03033deg);
    transform: translate(-50%, -50%) rotate(-253.03033deg) translateY(-287.5px) translateY(-33.34447%) translateY(-37.25783%) rotate(253.03033deg);
}

.spiral-nav-item-circle:nth-child(11) .inner {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.spiral-nav-item-circle:nth-child(11).js-active {
    -webkit-transform: translate(-50%, -50%) rotate(-253.03033deg) translateY(-287.5px) translateY(-2rem) rotate(253.03033deg);
    -ms-transform: translate(-50%, -50%) rotate(-253.03033deg) translateY(-287.5px) translateY(-2rem) rotate(253.03033deg);
    transform: translate(-50%, -50%) rotate(-253.03033deg) translateY(-287.5px) translateY(-2rem) rotate(253.03033deg);
}

.spiral-nav-item-circle p {
    display: none;
}

.spiral-nav-item-circle.js-active .year {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    font-weight: 600;
    color: #000;
}

.spiral-nav-items-under-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
    position: absolute;
    right: 0;
    top: 55%;
    left: 0;
    text-align: center;
    margin: auto;
}

@media screen and (max-width: 1179px) {
    .spiral-nav-items-under-wrapper {
        width: 90vw;
    }
}

.spiral-nav-items-under-wrapper .spiral-nav-items-under-arrows {
    width: 101px;
    margin-right: 38px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 12px;
}

.spiral-nav-items-under-wrapper .spiral-nav-items-under-arrow-left,
.spiral-nav-items-under-wrapper .spiral-nav-items-under-arrow-right {
    border: 1px solid #ff2400;
    color: #ff2400;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 51px;
    height: 40px;
    position: relative;
    cursor: pointer;
}

.spiral-nav-items-under-wrapper .spiral-nav-items-under-arrow-left .icon,
.spiral-nav-items-under-wrapper .spiral-nav-items-under-arrow-right .icon {
    fill: #ff2400;
}

.spiral-nav-items-under-wrapper .spiral-nav-items-under-arrow-left.arrow-disable,
.spiral-nav-items-under-wrapper .spiral-nav-items-under-arrow-right.arrow-disable {
    border: 1px solid #c0e4fa;
    color: #c0e4fa;
    cursor: default;
}

.spiral-nav-items-under-wrapper .spiral-nav-items-under-arrow-left.arrow-disable .icon,
.spiral-nav-items-under-wrapper .spiral-nav-items-under-arrow-right.arrow-disable .icon {
    fill: #c0e4fa;
}

.spiral-nav-items-under-wrapper .spiral-nav-items-under-arrow-left {
    border-bottom-left-radius: 47%;
    border-top-left-radius: 47%;
}

.spiral-nav-items-under-wrapper .spiral-nav-items-under-arrow-left .icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.spiral-nav-items-under-wrapper .spiral-nav-items-under-arrow-right {
    border-bottom-right-radius: 47%;
    border-top-right-radius: 47%;
    margin-left: -1px;
}

.spiral-nav-items-under-wrapper .spiral-nav-items-under-arrow-right .icon {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape),
(max-width: 599px) {
    .spiral-nav-items-under-wrapper {
        top: 90%;
        display: block;
    }
    .spiral-nav-items-under-wrapper .spiral-nav-items-under-arrows {
        margin: 5px auto 20px auto;
    }
}

@media screen and (min-width: 600px) and (max-width: 959px) and (min-height: 416px) {
    .spiral-nav-items-under-wrapper {
        display: block;
    }
    .spiral-nav-items-under-wrapper .spiral-nav-items-under-arrows {
        margin: 5px auto 20px auto;
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) {
    .spiral-nav-items-under-wrapper {
        top: 73%;
    }
}

.spiral-nav-items-under {
    position: relative;
    width: 95%;
    margin: 0 auto;
}

.spiral-nav-items-under .spiral-nav-item {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transform: translate(0, 1.5rem);
    -ms-transform: translate(0, 1.5rem);
    transform: translate(0, 1.5rem);
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    opacity: 0;
}

.spiral-nav-items-under .spiral-nav-item.js-active {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    transition: -webkit-transform 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99), opacity 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99);
    transition: transform 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99), opacity 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

.spiral-nav-items-under .spiral-nav-item .year {
    width: 3em;
    font-weight: bold;
    font-size: 5rem;
    color: #000;
}

.spiral-nav-items-under .spiral-nav-item .year+p {
    width: 80%;
}

@media (max-width: 700px) {
    .spiral-nav-items-under .spiral-nav-item .year+p {
        width: 100%;
    }
}

.spiral-nav .logo {
    position: absolute;
    z-index: 1;
    top: 25%;
    left: 50%;
    -webkit-transform: translate(-40%, -12.5%);
    -ms-transform: translate(-40%, -12.5%);
    transform: translate(-40%, -12.5%);
    font-size: 3rem;
    font-weight: 700;
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape),
(max-width: 599px) {
    .spiral-nav {
        margin-bottom: 20vw;
    }
    .spiral-nav-sections,
    .spiral-nav .js-items-circle {
        width: 426px;
        height: 426px;
    }
    .spiral-nav-item-circle:nth-child(1) {
        -webkit-transform: translate(-50%, -50%) rotate(-48.92255deg) translateY(-50px) translateY(-3.62456%) translateY(-24.73586%) rotate(48.92255deg);
        -ms-transform: translate(-50%, -50%) rotate(-48.92255deg) translateY(-50px) translateY(-3.62456%) translateY(-24.73586%) rotate(48.92255deg);
        transform: translate(-50%, -50%) rotate(-48.92255deg) translateY(-50px) translateY(-3.62456%) translateY(-24.73586%) rotate(48.92255deg);
    }
    .spiral-nav-item-circle:nth-child(1) .inner {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .spiral-nav-item-circle:nth-child(1).js-active {
        -webkit-transform: translate(-50%, -50%) rotate(-48.92255deg) translateY(-50px) translateY(-1rem) rotate(48.92255deg);
        -ms-transform: translate(-50%, -50%) rotate(-48.92255deg) translateY(-50px) translateY(-1rem) rotate(48.92255deg);
        transform: translate(-50%, -50%) rotate(-48.92255deg) translateY(-50px) translateY(-1rem) rotate(48.92255deg);
    }
    .spiral-nav-item-circle:nth-child(2) {
        -webkit-transform: translate(-50%, -50%) rotate(-103.99158deg) translateY(-57.5px) translateY(-21.25966%) translateY(-13.15397%) rotate(103.99158deg);
        -ms-transform: translate(-50%, -50%) rotate(-103.99158deg) translateY(-57.5px) translateY(-21.25966%) translateY(-13.15397%) rotate(103.99158deg);
        transform: translate(-50%, -50%) rotate(-103.99158deg) translateY(-57.5px) translateY(-21.25966%) translateY(-13.15397%) rotate(103.99158deg);
    }
    .spiral-nav-item-circle:nth-child(2) .inner {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .spiral-nav-item-circle:nth-child(2).js-active {
        -webkit-transform: translate(-50%, -50%) rotate(-103.99158deg) translateY(-57.5px) translateY(-1rem) rotate(103.99158deg);
        -ms-transform: translate(-50%, -50%) rotate(-103.99158deg) translateY(-57.5px) translateY(-1rem) rotate(103.99158deg);
        transform: translate(-50%, -50%) rotate(-103.99158deg) translateY(-57.5px) translateY(-1rem) rotate(103.99158deg);
    }
    .spiral-nav-item-circle:nth-child(3) {
        -webkit-transform: translate(-50%, -50%) rotate(-154.44283deg) translateY(-65px) translateY(-23.63296%) translateY(-8.15373%) rotate(154.44283deg);
        -ms-transform: translate(-50%, -50%) rotate(-154.44283deg) translateY(-65px) translateY(-23.63296%) translateY(-8.15373%) rotate(154.44283deg);
        transform: translate(-50%, -50%) rotate(-154.44283deg) translateY(-65px) translateY(-23.63296%) translateY(-8.15373%) rotate(154.44283deg);
    }
    .spiral-nav-item-circle:nth-child(3) .inner {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .spiral-nav-item-circle:nth-child(3).js-active {
        -webkit-transform: translate(-50%, -50%) rotate(-154.44283deg) translateY(-65px) translateY(-1rem) rotate(154.44283deg);
        -ms-transform: translate(-50%, -50%) rotate(-154.44283deg) translateY(-65px) translateY(-1rem) rotate(154.44283deg);
        transform: translate(-50%, -50%) rotate(-154.44283deg) translateY(-65px) translateY(-1rem) rotate(154.44283deg);
    }
    .spiral-nav-item-circle:nth-child(4) {
        -webkit-transform: translate(-50%, -50%) rotate(-206.60946deg) translateY(-72.5px) translateY(-7.77373%) translateY(-23.76066%) rotate(206.60946deg);
        -ms-transform: translate(-50%, -50%) rotate(-206.60946deg) translateY(-72.5px) translateY(-7.77373%) translateY(-23.76066%) rotate(206.60946deg);
        transform: translate(-50%, -50%) rotate(-206.60946deg) translateY(-72.5px) translateY(-7.77373%) translateY(-23.76066%) rotate(206.60946deg);
    }
    .spiral-nav-item-circle:nth-child(4) .inner {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .spiral-nav-item-circle:nth-child(4).js-active {
        -webkit-transform: translate(-50%, -50%) rotate(-206.60946deg) translateY(-72.5px) translateY(-1rem) rotate(206.60946deg);
        -ms-transform: translate(-50%, -50%) rotate(-206.60946deg) translateY(-72.5px) translateY(-1rem) rotate(206.60946deg);
        transform: translate(-50%, -50%) rotate(-206.60946deg) translateY(-72.5px) translateY(-1rem) rotate(206.60946deg);
    }
    .spiral-nav-item-circle:nth-child(5) {
        -webkit-transform: translate(-50%, -50%) rotate(-260.53967deg) translateY(-80px) translateY(-14.82927%) translateY(-20.12692%) rotate(260.53967deg);
        -ms-transform: translate(-50%, -50%) rotate(-260.53967deg) translateY(-80px) translateY(-14.82927%) translateY(-20.12692%) rotate(260.53967deg);
        transform: translate(-50%, -50%) rotate(-260.53967deg) translateY(-80px) translateY(-14.82927%) translateY(-20.12692%) rotate(260.53967deg);
    }
    .spiral-nav-item-circle:nth-child(5) .inner {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .spiral-nav-item-circle:nth-child(5).js-active {
        -webkit-transform: translate(-50%, -50%) rotate(-260.53967deg) translateY(-80px) translateY(-1rem) rotate(260.53967deg);
        -ms-transform: translate(-50%, -50%) rotate(-260.53967deg) translateY(-80px) translateY(-1rem) rotate(260.53967deg);
        transform: translate(-50%, -50%) rotate(-260.53967deg) translateY(-80px) translateY(-1rem) rotate(260.53967deg);
    }
    .spiral-nav-item-circle:nth-child(6) {
        -webkit-transform: translate(-50%, -50%) rotate(-315.82352deg) translateY(-87.5px) translateY(-24.98286%) translateY(-0.92548%) rotate(315.82352deg);
        -ms-transform: translate(-50%, -50%) rotate(-315.82352deg) translateY(-87.5px) translateY(-24.98286%) translateY(-0.92548%) rotate(315.82352deg);
        transform: translate(-50%, -50%) rotate(-315.82352deg) translateY(-87.5px) translateY(-24.98286%) translateY(-0.92548%) rotate(315.82352deg);
    }
    .spiral-nav-item-circle:nth-child(6) .inner {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .spiral-nav-item-circle:nth-child(6).js-active {
        -webkit-transform: translate(-50%, -50%) rotate(-315.82352deg) translateY(-87.5px) translateY(-1rem) rotate(315.82352deg);
        -ms-transform: translate(-50%, -50%) rotate(-315.82352deg) translateY(-87.5px) translateY(-1rem) rotate(315.82352deg);
        transform: translate(-50%, -50%) rotate(-315.82352deg) translateY(-87.5px) translateY(-1rem) rotate(315.82352deg);
    }
    .spiral-nav-item-circle:nth-child(7) {
        -webkit-transform: translate(-50%, -50%) rotate(-12.12568deg) translateY(-95px) translateY(-12.95289%) translateY(-21.38277%) rotate(12.12568deg);
        -ms-transform: translate(-50%, -50%) rotate(-12.12568deg) translateY(-95px) translateY(-12.95289%) translateY(-21.38277%) rotate(12.12568deg);
        transform: translate(-50%, -50%) rotate(-12.12568deg) translateY(-95px) translateY(-12.95289%) translateY(-21.38277%) rotate(12.12568deg);
    }
    .spiral-nav-item-circle:nth-child(7) .inner {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .spiral-nav-item-circle:nth-child(7).js-active {
        -webkit-transform: translate(-50%, -50%) rotate(-12.12568deg) translateY(-95px) translateY(-1rem) rotate(12.12568deg);
        -ms-transform: translate(-50%, -50%) rotate(-12.12568deg) translateY(-95px) translateY(-1rem) rotate(12.12568deg);
        transform: translate(-50%, -50%) rotate(-12.12568deg) translateY(-95px) translateY(-1rem) rotate(12.12568deg);
    }
    .spiral-nav-item-circle:nth-child(8) {
        -webkit-transform: translate(-50%, -50%) rotate(-69.19537deg) translateY(-102.5px) translateY(-11.02617%) translateY(-22.4371%) rotate(69.19537deg);
        -ms-transform: translate(-50%, -50%) rotate(-69.19537deg) translateY(-102.5px) translateY(-11.02617%) translateY(-22.4371%) rotate(69.19537deg);
        transform: translate(-50%, -50%) rotate(-69.19537deg) translateY(-102.5px) translateY(-11.02617%) translateY(-22.4371%) rotate(69.19537deg);
    }
    .spiral-nav-item-circle:nth-child(8) .inner {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .spiral-nav-item-circle:nth-child(8).js-active {
        -webkit-transform: translate(-50%, -50%) rotate(-69.19537deg) translateY(-102.5px) translateY(-1rem) rotate(69.19537deg);
        -ms-transform: translate(-50%, -50%) rotate(-69.19537deg) translateY(-102.5px) translateY(-1rem) rotate(69.19537deg);
        transform: translate(-50%, -50%) rotate(-69.19537deg) translateY(-102.5px) translateY(-1rem) rotate(69.19537deg);
    }
    .spiral-nav-item-circle:nth-child(9) {
        -webkit-transform: translate(-50%, -50%) rotate(-126.84249deg) translateY(-110px) translateY(-24.86651%) translateY(-2.5801%) rotate(126.84249deg);
        -ms-transform: translate(-50%, -50%) rotate(-126.84249deg) translateY(-110px) translateY(-24.86651%) translateY(-2.5801%) rotate(126.84249deg);
        transform: translate(-50%, -50%) rotate(-126.84249deg) translateY(-110px) translateY(-24.86651%) translateY(-2.5801%) rotate(126.84249deg);
    }
    .spiral-nav-item-circle:nth-child(9) .inner {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .spiral-nav-item-circle:nth-child(9).js-active {
        -webkit-transform: translate(-50%, -50%) rotate(-126.84249deg) translateY(-110px) translateY(-1rem) rotate(126.84249deg);
        -ms-transform: translate(-50%, -50%) rotate(-126.84249deg) translateY(-110px) translateY(-1rem) rotate(126.84249deg);
        transform: translate(-50%, -50%) rotate(-126.84249deg) translateY(-110px) translateY(-1rem) rotate(126.84249deg);
    }
    .spiral-nav-item-circle:nth-child(10) {
        -webkit-transform: translate(-50%, -50%) rotate(-184.91974deg) translateY(-117.5px) translateY(-15.26255%) translateY(-19.80037%) rotate(184.91974deg);
        -ms-transform: translate(-50%, -50%) rotate(-184.91974deg) translateY(-117.5px) translateY(-15.26255%) translateY(-19.80037%) rotate(184.91974deg);
        transform: translate(-50%, -50%) rotate(-184.91974deg) translateY(-117.5px) translateY(-15.26255%) translateY(-19.80037%) rotate(184.91974deg);
    }
    .spiral-nav-item-circle:nth-child(10) .inner {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .spiral-nav-item-circle:nth-child(10).js-active {
        -webkit-transform: translate(-50%, -50%) rotate(-184.91974deg) translateY(-117.5px) translateY(-1rem) rotate(184.91974deg);
        -ms-transform: translate(-50%, -50%) rotate(-184.91974deg) translateY(-117.5px) translateY(-1rem) rotate(184.91974deg);
        transform: translate(-50%, -50%) rotate(-184.91974deg) translateY(-117.5px) translateY(-1rem) rotate(184.91974deg);
    }
    .spiral-nav-item-circle:nth-child(11) {
        -webkit-transform: translate(-50%, -50%) rotate(-243.31065deg) translateY(-125px) translateY(-8.94114%) translateY(-23.34643%) rotate(243.31065deg);
        -ms-transform: translate(-50%, -50%) rotate(-243.31065deg) translateY(-125px) translateY(-8.94114%) translateY(-23.34643%) rotate(243.31065deg);
        transform: translate(-50%, -50%) rotate(-243.31065deg) translateY(-125px) translateY(-8.94114%) translateY(-23.34643%) rotate(243.31065deg);
    }
    .spiral-nav-item-circle:nth-child(11) .inner {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .spiral-nav-item-circle:nth-child(11).js-active {
        -webkit-transform: translate(-50%, -50%) rotate(-243.31065deg) translateY(-125px) translateY(-1rem) rotate(243.31065deg);
        -ms-transform: translate(-50%, -50%) rotate(-243.31065deg) translateY(-125px) translateY(-1rem) rotate(243.31065deg);
        transform: translate(-50%, -50%) rotate(-243.31065deg) translateY(-125px) translateY(-1rem) rotate(243.31065deg);
    }
    .spiral-nav-item-circle.js-active .year {
        font-size: 2rem;
    }
    .spiral-nav-item-circle .year {
        overflow: hidden;
        text-indent: -1.2em;
        display: inline-block;
    }
    .spiral-nav-item-circle .year:before {
        content: '‘';
        position: absolute;
        font-size: 2rem;
        padding-left: 1.5em;
    }
    .spiral-nav .year {
        font-size: 1.5rem;
    }
    .spiral-nav .logo {
        display: none;
    }
    .spiral-nav-items-under-wrapper {
        top: 60%;
    }
    .spiral-nav-items-under .spiral-nav-item.js-active {
        display: block;
    }
    .spiral-nav-items-under .spiral-nav-item.js-active .year {
        font-size: 2rem;
        font-weight: 600;
    }
}

@media screen and (max-width: 479px) and (orientation: portrait) {
    .spiral-nav-items-under {
        top: 90%;
    }
}

html.ajax-loading {
    overflow-y: scroll;
}

.ajax-loader {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    z-index: 100;
}

.ajax-loader:before,
.ajax-loader .loader-background {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vw;
    margin-top: -50vw;
    margin-left: -50vw;
    border: 1px solid #13c9f6;
    border-radius: 50%;
    background: #fff;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: -webkit-transform 1.5s;
    transition: transform 1.5s;
}

.ajax-loader .indicator {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    opacity: 0;
}

.ajax-loader .indicator:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #ff2400;
    -webkit-animation: pulseIndicator 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99) infinite;
    animation: pulseIndicator 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99) infinite;
}

.ajax-loader.loading:before,
.ajax-loader.loading .loader-background {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
}

.ajax-loader.loading .indicator {
    -webkit-animation: showIndicator linear 0.1s forwards;
    animation: showIndicator linear 0.1s forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.ajax-loader.stop-loading:before,
.ajax-loader.stop-loading .loader-background {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.ajax-loader.stop-loading .indicator {
    opacity: 1;
    -webkit-animation: hideIndicator linear 0.1s forwards;
    animation: hideIndicator linear 0.1s forwards;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-webkit-keyframes showIndicator {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes showIndicator {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes hideIndicator {
    0% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes hideIndicator {
    0% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}




/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulseIndicator {
    from {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    20% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    to {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes pulseIndicator {
    from {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    20% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    to {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.js-out-nav-toggle {
    cursor: pointer;
}

.circle-nav {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
}

.circle-nav .logo {
    font-size: 6rem;
    z-index: 12;
}

.circle-nav .logo .d::after {
    background-color: #fff;
}

.circle-nav .logo span {
    display: inline-block;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.circle-nav .logo span:nth-child(1) {
    transition-delay: 0s;
}

.circle-nav .logo span:nth-child(2) {
    transition-delay: 0.04s;
}

.circle-nav .logo span:nth-child(3) {
    transition-delay: 0.08s;
}

.circle-nav .logo span:nth-child(4) {
    transition-delay: 0.12s;
}

.circle-nav .logo span:nth-child(5) {
    transition-delay: 0.16s;
}

.circle-nav .logo span:nth-child(6) {
    transition-delay: 0.2s;
}

.circle-nav .logo span:nth-child(7) {
    transition-delay: 0.24s;
}

.circle-nav .logo span:nth-child(8) {
    transition-delay: 0.28s;
}

.circle-nav .logo span:nth-child(9) {
    transition-delay: 0.32s;
}

.circle-nav.js-circle-nav-ready .logo span {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.circle-nav[data-active] .logo {
    display: none;
}

.circle-nav::after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    margin-top: -480px;
    margin-left: -2000px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 480px 0 480px 2000px;
    border-color: transparent transparent transparent #ff2400;
    opacity: 0;
    transition: opacity 0.2s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.4s step-end;
    transition: opacity 0.2s cubic-bezier(0.55, 0, 0.1, 1), transform 0.4s step-end;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.circle-nav[data-active]::after {
    z-index: 7;
    opacity: 1;
    transition: opacity 0.4s 0.2s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.8s cubic-bezier(0, 1, 0, 1);
    transition: opacity 0.4s 0.2s cubic-bezier(0.55, 0, 0.1, 1), transform 0.8s cubic-bezier(0, 1, 0, 1);
}

.circle-nav-outline {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    fill: none;
    stroke: #ff2400;
    stroke-width: 1;
    stroke-dasharray: 3132;
    stroke-dashoffset: 3132;
    transition: margin 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99);
    display: none;
}

.circle-nav.js-circle-nav-ready .circle-nav-outline {
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    stroke-dashoffset: 0;
}

.circle-nav.js-circle-nav-initial .circle-nav-outline {
    transition: stroke-dashoffset 2.4s linear;
}

.circle-nav-slides {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    z-index: 3;
}

.circle-nav-slides::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../image/img_08.png);
    transition: opacity 0.8s cubic-bezier(0.55, 0, 0.1, 1);
    border-radius: 100%;
    background-size: contain;
}

.circle-nav-slides .circle-nav-slide {
    z-index: -1;
    opacity: 0;
    transition: opacity 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.circle-nav-slides .circle-nav-slide-img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.circle-nav-slides .circle-nav-slide-img .img {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    display: block;
    opacity: 0;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    -webkit-animation: circle-slide-zoom 16s linear infinite alternate;
    animation: circle-slide-zoom 16s linear infinite alternate;
    transition: opacity 0.8s ease-in-out;
}

.ie .circle-nav-slides .circle-nav-slide-img .img {
    -webkit-animation: circle-slide-zoom-ie 16s linear infinite alternate;
    animation: circle-slide-zoom-ie 16s linear infinite alternate;
}

@-webkit-keyframes circle-slide-zoom {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes circle-slide-zoom {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@-webkit-keyframes circle-slide-zoom-ie {
    from {
        zoom: 1;
    }
    to {
        zoom: 1.18;
    }
}

@keyframes circle-slide-zoom-ie {
    from {
        zoom: 1;
    }
    to {
        zoom: 1.18;
    }
}

.circle-nav[data-active] .circle-nav-slides::after {
    opacity: 0;
}

.circle-nav-items {
    list-style: none;
    padding-left: 0;
    counter-reset: circle-nav;
    font-size: 2rem;
    font-weight: 700;
    color: #999;
    z-index: 11;
}

.circle-nav-item {
    counter-increment: circle-nav;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    padding: 20px;
    white-space: nowrap;
    opacity: 1;
    font-size: 20px;
}

.circle-nav-item.js-circle-nav-pop {
    cursor: pointer;
}

.circle-nav-item a,
.circle-nav-item a:hover {
    text-decoration: none;
}

.circle-nav-item.js-active,
.circle-nav-item:hover {
    color: #000;
}

@media screen and (min-width: 1180px) {
    .circle-nav-item.js-active,
    .circle-nav-item:hover {
        font-size: 3rem;
    }
    .circle-nav-item.js-active .circle-nav-sub,
    .circle-nav-item:hover .circle-nav-sub {
        opacity: 1;
    }
}

.circle-nav-sub {
    position: absolute;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 400;
    color: #ff2400;
    opacity: 0;
    transition: opacity 0.2s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

.circle-nav-markers {
    list-style: none;
    padding-left: 0;
}

.circle-nav-marker {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20px;
    height: 20px;
    font-size: 2.4rem;
    font-weight: 700;
}

.circle-nav-marker span {
    display: inline-block;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.js-circle-nav-ready .circle-nav-marker span {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.circle-nav-popups .circle-nav-popup-close {
    position: absolute;
    z-index: 6;
    right: 2vw;
    top: 2vw;
    background: #ff2400;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    cursor: pointer;
}

.circle-nav-popups .circle-nav-popup-close:before,
.circle-nav-popups .circle-nav-popup-close:after {
    display: block;
    position: absolute;
    top: 46%;
    left: 25%;
    height: 2px;
    width: 50%;
    background-color: #fff;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.circle-nav-popups .circle-nav-popup-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.circle-nav-popups .circle-nav-popup {
    position: fixed;
    overflow: auto;
    background: #fff;
    width: 100%;
    height: 100%;
    top: 5vh;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: -1;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    transition: top .5s;
}

.circle-nav-popups .circle-nav-popup.open {
    z-index: 100;
    opacity: 1;
    top: 0;
}

.circle-nav-popups .circle-nav-popup .circle-nav-popup-content {
    padding: 40px 0;
    width: 460px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    text-align: center;
}

@media screen and (max-width: 460px) {
    .circle-nav-popups .circle-nav-popup .circle-nav-popup-content {
        padding: 20px;
        width: 100%;
    }
}

.circle-nav-popups .circle-nav-popup .circle-nav-slide-img {
    height: 115px;
    width: 115px;
    display: block;
    border-radius: 115px;
    margin: auto;
    overflow: hidden;
}

.circle-nav-popups .circle-nav-popup .circle-nav-slide-img .img {
    height: 100%;
    width: 100%;
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.circle-nav-popups .circle-nav-popup .circle-nav-name {
    font-size: 30px;
    font-weight: bold;
    margin-top: 25px;
    display: block;
}

.circle-nav-popups .circle-nav-popup .circle-nav-sub {
    font-size: 13px;
    opacity: 1;
    position: static;
    color: #000;
}

.circle-nav-popups .circle-nav-popup .circle-nav-descr {
    margin-top: 60px;
    line-height: 1.5em;
    font-size: 15px;
    color: #000;
    text-align: left;
}

.circle-nav-popups .circle-nav-popup .circle-nav-descr p {
    margin-bottom: 1em;
}

.circle-nav-popups .circle-nav-popup .circle-nav-descr a {
    color: #ff2400;
    text-decoration: underline;
}

.circle-nav-placeholder span {
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 50%;
}

@media screen and (min-width: 1180px) {
    .circle-nav-item:hover {
    }
}

@media screen and (min-width: 600px) and (max-width: 959px) and (min-height: 416px) {
    .circle-nav-item:hover {
        font-size: 4rem;
    }
    .circle-nav .logo {
        font-size: 4rem;
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape),
(max-width: 599px) {
    .circle-nav .logo {
        font-size: 2rem;
    }
    .circle-nav-items {
        font-size: 1.2rem;
    }
    .circle-nav-item {
        padding: 5px;
    }
    .circle-nav-outline {
        display: none;
    }
    .circle-nav-placeholder span {
        width: 3px;
        height: 3px;
    }
    .circle-nav-marker {
        font-size: 1.2rem;
    }
}

.circle-nav-info {
    width: 22.5vw;
}

.circle-nav-info-choose {
    font-size: 2rem;
    font-weight: 700;
    color: #ff2400;
    transition: opacity 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

.circle-nav-info-choose span {
    color: #000;
}

.circle-nav-info.js-active .circle-nav-info-choose {
    opacity: 0;
    transition: opacity 0.2s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

.circle-nav-info-item {
    position: absolute;
    bottom: -10px;
    left: 0;
    padding-left: 2rem;
    line-height: 1.2;
    opacity: 0;
    font-size: 15px;
    transition: bottom 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99), opacity 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

.circle-nav-info-item::before {
    content: attr(data-index);
    position: absolute;
    top: 50%;
    right: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 5px;
    font-size: 6rem;
    font-weight: 700;
    color: #c0e4fa;
}

.circle-nav-info-item.js-item-active {
    bottom: 0;
    opacity: 1;
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape),
(max-width: 599px) {
    .circle-nav-info-item {
        font-size: 1rem;
    }
    .circle-nav-info-choose {
        display: none;
    }
}




/*
 * Copyright message
 */

.copyright {
    z-index: 3;
    font-size: 1.1rem;
    font-weight: normal;
}

@media screen and (min-width: 960px) {
    .copyright {
        position: fixed;
        top: 50%;
        left: 34px;
        -webkit-transform: rotate(-90deg) translate(50%, -300%);
        -ms-transform: rotate(-90deg) translate(50%, -300%);
        transform: rotate(-90deg) translate(50%, -300%);
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
    }
}

@media screen and (max-width: 959px) {
    .copyright {
        position: absolute;
        bottom: 13px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.lang-switch {
    list-style: none;
    padding-left: 0;
    z-index: 3;
    /*
     * When main navigation is opened, then hovered item color should
     * be light instead
     */
}

.lang-switch li {
    display: inline-block;
    font-weight: 400;
    color: #999;
}

.lang-switch li+li {
    margin-left: 20px;
}

.lang-switch li.active {
    color: #000;
}

.lang-switch li.active a,
.lang-switch li.active a:hover {
    text-decoration: none;
}

@media screen and (min-width: 960px) {
    .lang-switch {
        position: fixed;
        top: 50%;
        right: 43px;
        -webkit-transform: rotate(-90deg) translate(50%, 200%);
        -ms-transform: rotate(-90deg) translate(50%, 200%);
        transform: rotate(-90deg) translate(50%, 200%);
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
    }
}

@media screen and (max-width: 959px) {
    .lang-switch {
        position: absolute;
        bottom: 12px;
        left: 28px;
    }
}




/*
 * Logo
 */

.logo {
    display: inline-block;
    position: relative;
    line-height: 1.5;
    font-size: 2rem;
    font-weight: 900;
}

.logo span {
    display: inline-block;
}

.logo .d:after {
    content: '';
    display: inline-block;
    width: 0.25em;
    height: 0.25em;
    margin: 0 0.1em;
    border-radius: 50%;
    background-color: #ff2400;
}

.logo .s {
    font-weight: 400;
}




/*
 * Logo positioned in the right top corner
 */

.logo-link {
    position: fixed;
    z-index: 4;
    top: 25px;
    right: 30px;
}

.logo-link,
.logo-link:hover {
    text-decoration: none;
}

@media screen and (min-width: 600px) and (max-width: 959px) and (min-height: 416px) {
    .js-nav-active .logo-link {
        color: #fff;
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape),
(max-width: 599px) {
    .logo-link {
        right: 20px;
        top: 14px;
    }
}

@media screen and (max-width: 479px) and (orientation: portrait) {
    .js-nav-active .logo-link {
        color: #fff;
    }
}




/*
 * Primary navigation
 */

.nav {
    position: fixed;
    z-index: 99;
    top: 38px;
    left: 38px;
    font-weight: 400;
    color: #999;
}

.nav a,
.nav a:hover {
    text-decoration: none;
}

.nav a:hover,
.nav a.nav-active {
    color: #ff2400;
}

.nav-toggle {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.nav-toggle::before,
.nav-toggle::after {
    margin-top: 3px;
    margin-bottom: 3px;
    content: '';
}

.nav-toggle::before,
.nav-toggle::after,
.nav-toggle span {
    display: block;
    height: 2px;
    width: 35%;
    background-color: #fff;
    transition: all 0.4s;
}

.js-nav-active .nav-toggle span {
    opacity: 0;
}

.js-nav-active .nav-toggle::before,
.js-nav-active .nav-toggle::after {
    width: 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.js-nav-active .nav-toggle::before {
    -webkit-transform: translateY(5px) rotate(45deg);
    -ms-transform: translateY(5px) rotate(45deg);
    transform: translateY(5px) rotate(45deg);
}

.js-nav-active .nav-toggle::after {
    -webkit-transform: translateY(-5px) rotate(-45deg);
    -ms-transform: translateY(-5px) rotate(-45deg);
    transform: translateY(-5px) rotate(-45deg);
}

.nav-toggle,
.nav-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.nav-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 0;
    height: 0;
    background-color: #000;
    border-radius: 50%;
    transition: width 0.4s cubic-bezier(0.55, 0, 0.1, 1), height 0.4s cubic-bezier(0.55, 0, 0.1, 1), padding 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.js-nav-active .nav-inner {
    width: 176vw;
    height: 176vw;
    padding-top: 88vw;
    opacity: 1;
}

@media screen and (max-aspect-ratio: 13 / 10) {
    .js-nav-active .nav-inner {
        height: 250vh;
        padding-top: 125vh;
    }
}

.nav-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -3vw;
    padding-top: 3vw;
    margin-left: 55%;
    width: 37%;
    height: calc(100vh - 3vw);
}

@media screen and (max-aspect-ratio: 13 / 10) {
    .nav-content {
        margin-left: 50%;
    }
}

.nav-main {
    list-style: none;
    padding-left: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.nav-main>li {
    -webkit-transform: translateX(-1vw);
    -ms-transform: translateX(-1vw);
    transform: translateX(-1vw);
    margin-bottom: 20px;
    opacity: 0;
}

.js-nav-active .nav-main>li {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    transition: opacity 0.8s 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99), -webkit-transform 0.8s 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99);
    transition: opacity 0.8s 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99), transform 0.8s 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

.js-nav-active .nav-main>li:nth-child(2) {
    transition-delay: 0.6s;
}

.js-nav-active .nav-main>li:nth-child(3) {
    transition-delay: 0.8s;
}

.js-nav-active .nav-main>li:nth-child(4) {
    transition-delay: 1s;
}

.nav-main-item {
    color: #fff;
    line-height: 1;
    font-size: 7vh;
    font-weight: 700;
}

.nav-main-sub {
    list-style: none;
    padding-left: 0;
    margin-top: 5px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.nav-main-sub>li {
    margin-right: 1rem;
    margin-bottom: .5rem;
}

@media screen and (max-aspect-ratio: 13 / 10) {
    .nav-main-sub>li {
        margin-right: 0;
    }
}

.nav-main-sub-item {
    padding: 5px;
}

.nav-contacts,
.nav-services {
    list-style: none;
    padding-left: 0;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transform: translateX(-1vw);
    -ms-transform: translateX(-1vw);
    transform: translateX(-1vw);
    color: #999;
    opacity: 0;
}

.js-nav-active .nav-contacts,
.js-nav-active .nav-services {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    transition: opacity 0.2s 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99), -webkit-transform 0.2s 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99);
    transition: opacity 0.2s 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99), transform 0.2s 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

.nav-contacts li+li {
    margin-left: 50px;
}

.nav-services li+li {
    margin-left: 20px;
}

.nav .videinfra {
    -webkit-transform: translateX(-1vw);
    -ms-transform: translateX(-1vw);
    transform: translateX(-1vw);
    margin-top: 3rem;
    margin-left: .5rem;
    opacity: 0;
}

.js-nav-active .nav .videinfra {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    transition: opacity 0.2s 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99), -webkit-transform 0.2s 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99);
    transition: opacity 0.2s 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99), transform 0.2s 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

@media screen and (min-width: 960px) and (max-width: 1179px) {
    .nav-content {
        height: calc(100vh - 6vw);
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape),
(max-width: 599px) {
    .nav-main-sub {
        display: block;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        white-space: normal;
        margin: 0;
    }
    .nav-main-sub-item {
        padding: 5px 5px 5px 0;
    }
    .nav-main-sub li,
    .nav-main-sub li+li {
        display: inline-block;
        margin: 5px 5px 0 0;
    }
}

@media screen and (min-width: 960px) and (max-width: 1179px) {
    .nav-content {
        margin-left: 55%;
        width: 25%;
    }
}

@media screen and (min-width: 600px) and (max-width: 959px) and (min-height: 416px) {
    .nav-toggle,
    .nav-inner {
        position: fixed;
        z-index: 4;
    }
    .nav-toggle {
        top: 20px;
        left: 20px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .nav-inner {
        left: 50vw;
        top: 0;
        padding: 0;
        width: 0;
        height: 0;
    }
    .js-nav-active .nav-inner {
        width: 184.9vh;
        height: 184.9vh;
        padding-top: 92.5vh;
    }
    .nav-content {
        padding: 28px 0 0 70px;
        width: 70vw;
        height: auto;
        margin: 0 0 0 64.6vh;
    }
    .nav .videinfra {
        margin-bottom: 7vh;
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) {
    .nav {
        top: 34px;
    }
    .js-nav-active .nav-inner {
        width: 160vw;
        height: 160vw;
        width: 207.5vw;
        height: calc(200vw - 216px);
        padding-top: 75vw;
    }
    .nav-content {
        margin: 0 0 0 50%;
        padding: 19px 0 9px 7%;
        width: 55%;
        height: 100vh;
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) and (height: 320px) and (width: 568px) {
    .nav-content {
        height: 232px;
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) and (height: 460px) and (width: 320px) {
    .nav-content {
        height: 460px;
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) and (height: 375px) and (width: 667px) {
    .nav-content {
        height: 331px;
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) and (height: 559px) and (width: 375px) {
    .nav-content {
        height: 559px;
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) and (height: 414px) and (width: 736px) {
    .nav-content {
        height: 370px;
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) and (height: 628px) and (width: 414px) {
    .nav-content {
        height: 628px;
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) and (height: 704px) and (width: 1024px) {
    .nav-content {
        height: 704px;
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) and (height: 960px) and (width: 768px) {
    .nav-content {
        height: 960px;
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) and (height: 960px) and (width: 1366px) {
    .nav-content {
        height: 960px;
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) and (height: 1302px) and (width: 1024px) {
    .nav-content {
        height: 1302px;
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) {
    .nav-main {
        display: block;
        padding-top: 20px;
        width: 80%;
    }
    .nav-main>li {
        margin: 0 0 14px;
        display: block;
        width: 49%;
        float: left;
    }
    .nav-main>li:nth-child(3n) {
        clear: left;
    }
    .nav-main>li:last-child {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    .nav-services {
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        position: absolute;
        right: 15.5vw;
        display: block;
        margin-top: -8vw;
        width: 30vw;
        font-size: 1.2rem;
    }
    .nav-services li {
        display: inline-block;
    }
    .nav-services li+li {
        margin: 0;
    }
    .nav-services-item {
        padding: 3px 10px 3px 0;
        display: inline-block;
    }
    .nav-contacts {
        position: absolute;
        display: block;
        left: 50%;
        margin-top: 15vw;
        margin-left: -2vw;
        width: 20vw;
        text-align: left;
        font-size: 1.1rem;
    }
    .nav-contacts li+li {
        margin: 1rem 0 0;
    }
    .nav .videinfra {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -3vw;
        margin-top: 27.5vw;
    }
}

@media screen and (max-width: 479px) and (orientation: portrait) {
    .nav-toggle,
    .nav-inner {
        position: fixed;
        z-index: 4;
    }
    .nav-toggle {
        top: 20px;
        left: 20px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .nav-inner {
        left: 50vw;
        top: 0;
        padding: 0;
        width: 0;
        height: 0;
    }
    .js-nav-active .nav-inner {
        width: 164.9vh;
        height: 184.9vh;
        padding-top: 92.5vh;
    }
    .nav-content {
        padding: 26px 0 0 0;
        width: 85vw;
        height: auto;
        left: -35vw;
        position: relative;
        display: block;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
    }
    .nav-main {
        margin: 30px 0 10px;
    }
    .nav-main>li {
        margin-bottom: 10px;
    }
    .nav-main>li>a {
        font-size: 2.5rem;
    }
    .nav-contacts,
    .nav-services {
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        display: block;
    }
    .nav-contacts li,
    .nav-services li {
        display: inline-block;
    }
    .nav-contacts li+li,
    .nav-services li+li {
        margin: 0;
    }
    .nav-contacts-item,
    .nav-services-item {
        padding: 3px 10px 3px 0;
        display: inline-block;
    }
    .nav-contacts {
        margin-left: 63px;
    }
    .nav-services {
        margin-bottom: 20px;
    }
}

.social {
    z-index: 3;
    right: 25px;
    list-style: none;
    padding-left: 0;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    /*
     * When main navigation is opened, then hovered item color should
     * be light instead
     */
}

.social .icon {
    width: 12px;
    height: 12px;
    fill: #999;
    transition: fill 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

.social .icon-twitter {
    width: 15px;
}

.social li {
    padding: 5px;
}

.social li+li {
    margin-left: 5px;
}

.social li:hover .icon {
    fill: #000;
}

@media screen and (min-width: 960px) {
    .social {
        position: fixed;
        bottom: 21px;
    }
}

@media screen and (max-width: 959px) {
    .social {
        position: absolute;
        bottom: 5px;
    }
}

.intro {
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    /*
     * Reset text styles
     */
    /*
     * Timeline
     */
    /*
     * Element, which is used to measure how much is 100vh
     */
    /*
     * Skip intro button
     */
    /*
     * Link to next timeline position
     */
    /*
     * Logo header link
     */
    /*
     * Logo in the center
     */
    /*
     * Text position
     */
    /*
     * Text alignment
     */
}

@media screen and (height: 320px) and (width: 568px) {
    .intro {
        height: 232px;
    }
}

@media screen and (height: 460px) and (width: 320px) {
    .intro {
        height: 460px;
    }
}

@media screen and (height: 375px) and (width: 667px) {
    .intro {
        height: 331px;
    }
}

@media screen and (height: 559px) and (width: 375px) {
    .intro {
        height: 559px;
    }
}

@media screen and (height: 414px) and (width: 736px) {
    .intro {
        height: 370px;
    }
}

@media screen and (height: 628px) and (width: 414px) {
    .intro {
        height: 628px;
    }
}

@media screen and (height: 704px) and (width: 1024px) {
    .intro {
        height: 704px;
    }
}

@media screen and (height: 960px) and (width: 768px) {
    .intro {
        height: 960px;
    }
}

@media screen and (height: 960px) and (width: 1366px) {
    .intro {
        height: 960px;
    }
}

@media screen and (height: 1302px) and (width: 1024px) {
    .intro {
        height: 1302px;
    }
}

.intro p,
.intro ul,
.intro li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.intro .timeline {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 110%;
    overflow: scroll;
    overflow-x: hidden;
}

.intro .intro-height {
    position: absolute;
    z-index: -1;
    width: 100vmin;
    height: 100vmin;
    visibility: hidden;
}

.intro .intro-skip,
.intro .intro-next {
    position: absolute;
    z-index: 1;
    bottom: 100px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 18px;
    white-space: nowrap;
}

.intro .intro-next {
    bottom: 30px;
}

.intro .logo-link,
.intro .logo-center {
    transition: opacity 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

.intro .logo-center {
    position: absolute;
    left: 50%;
    top: 50%;
}

.intro .logo-center .logo {
    position: relative;
    left: -39%;
    top: -6rem;
    margin-top: 3px;
    font-size: 6rem;
}

.intro .logo-center .logo .d:after {
    -webkit-animation: pulse 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99) infinite;
    animation: pulse 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99) infinite;
}

.intro .position-bottom,
.intro .position-center,
.intro .position-free {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 2.6rem;
    font-weight: 400;
    line-height: 3.5rem;
    text-align: center;
    position: absolute;
    margin: 0;
    max-width: 80%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
}

.intro .position-center {
    top: 50%;
    left: 50%;
}

.intro .position-bottom {
    width: 80%;
    bottom: 60px;
    left: 50%;
}

.intro .position-free {
    color: #999;
    font-size: 2rem;
    font-weight: 700;
}

.intro .align-top,
.intro .align-right,
.intro .align-bottom,
.intro .align-left {
    width: 0;
    height: 0;
    white-space: nowrap;
}

.intro .align-top span,
.intro .align-right span,
.intro .align-bottom span,
.intro .align-left span {
    display: block;
    position: absolute;
    padding: 10px 20px;
}

.intro .align-top span {
    left: -100px;
    top: 0;
    width: 200px;
}

.intro .align-bottom span {
    left: -100px;
    bottom: 0;
    width: 200px;
}

.intro .align-right span {
    top: -27px;
    right: 0;
}

.intro .align-left span {
    top: -27px;
    left: 0;
}

.intro .ui-light {
    color: #fff;
    font-weight: 400;
}

.intro .text-overlay {
    color: #fff;
    font-size: 3rem;
    font-weight: 400;
    line-height: 3.6rem;
    padding: 0 80px;
    width: 100%;
    max-width: 940px;
}

.intro .text-vertical {
    opacity: 0;
    top: auto;
    bottom: 0px;
}

.intro .text-vertical span {
    display: block;
}

.intro .text-project {
    color: #999;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2rem;
    opacity: 0;
}

@media screen and (min-width: 1180px) {
    .intro .intro-next {
        display: none;
    }
    .intro .intro-skip,
    .intro .intro-next {
        bottom: 25px;
    }
}

@media screen and (min-width: 600px) and (max-width: 959px) and (min-height: 416px) {
    .intro .logo-center .logo {
        top: -4rem;
        font-size: 4rem;
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape),
(max-width: 599px) {
    .intro {
        /*
         * Logo in the center
         */
        /*
         * Text position
         */
    }
    .intro .logo-center .logo {
        top: -3rem;
        font-size: 3rem;
    }
    .intro .position-bottom,
    .intro .position-center,
    .intro .position-free {
        font-size: 1.2rem;
        line-height: 2rem;
    }
    .intro .position-bottom,
    .intro .position-center {
        max-width: 380px;
        width: 100%;
        padding: 0 30px;
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) {
    .intro {
        /*
         * Skip intro button
         */
        /*
         * Link to next timeline position
         */
        /*
         * Text position
         */
    }
    .intro .intro-skip,
    .intro .intro-next {
        bottom: 65px;
    }
    .intro .intro-next {
        bottom: 20px;
    }
    .intro .position-bottom {
        top: 50%;
        bottom: auto;
    }
}

@media screen and (orientation: portrait),
(max-width: 959px) {
    .intro .align-right span {
        right: -28px;
        top: -5px;
    }
    .intro .align-bottom span {
        left: auto;
        width: auto;
        right: -24px;
        bottom: -5px;
    }
    .intro .align-left span {
        top: auto;
        left: -23px;
        bottom: -6px;
    }
    .intro .align-top span {
        width: auto;
        left: -24px;
        top: -5px;
    }
}




/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    20% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    to {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    20% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    to {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.news-feed article+article {
    margin-top: 50px;
}

.news-feed header {
    margin-bottom: 20px;
}

.news-feed .date {
    float: left;
    min-width: 90px;
}

.news-feed .category {
    display: block;
    margin-left: 100px;
    margin-bottom: .5rem;
    font-size: 1.4rem;
    font-weight: 400;
    color: #ff2400;
}

.news-feed h2 {
    margin-left: 100px;
    font-size: 2rem;
    font-weight: 700;
}

.news-feed .pagination {
    margin-top: 3.5vw;
}

@media screen and (max-width: 479px) and (orientation: portrait) {
    .news-feed .date {
        margin-top: .4rem;
        min-width: 5rem;
        font-size: .9rem;
    }
    .news-feed .date span:first-child {
        margin-right: 6px;
        font-size: 2.2rem;
    }
    .news-feed .date span:nth-child(2) {
        margin-top: 1px;
        margin-bottom: 2px;
    }
    .news-feed h2 {
        margin-left: 6rem;
        font-size: 1.4rem;
    }
    .news-feed .category {
        margin-left: 6rem;
    }
    .news-feed p {
        font-size: 1.2rem;
    }
}

.press-center {
    padding-left: 20vw;
}

.press-center-person {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
}

.press-center-person .section-img {
    margin-left: -20vw;
    margin-right: 3.4vw;
    width: 16.6vw;
    height: 16.6vw;
}

.press-center-person .section-img img {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.press-center-position {
    font-size: 1.4rem;
    color: #999;
}

.press-center-contacts span {
    font-weight: 700;
    color: #000;
}

.press-center-letter h3 {
    margin-top: 40px;
    margin-bottom: 20px;
}

.press-center-letter ul {
    margin-top: 10px;
    margin-bottom: 10px;
}

.press-center-letter ul.notes {
    list-style: none;
    padding-left: 0;
    margin-top: 2rem;
    padding-top: 1rem;
    padding-left: 2rem;
    font-size: 1.2rem;
    border-top: 1px solid rgba(153, 153, 153, 0.25);
}

.press-center-letter ul.notes li::before {
    content: '—';
    margin-right: 1rem;
}

.press-center-letter ul.notes li+li {
    margin-top: .5rem;
}

.press-center-letter li+li {
    margin-top: 20px;
}

.press-center .js-form-success {
    padding-top: 10vh;
    padding-bottom: 10vh;
}

.press-center .js-form-success .h3 {
    color: #ff2400;
}

.press-center .js-form-fail {
    font-weight: 400;
    color: #ff2400;
}

.download h2 {
    margin-bottom: 20px;
}

.download-items {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
}

.download-items li+li {
    margin-top: 20px;
}

.download-items a {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
}

.download-items a:hover span {
    background-color: #000;
}

.download-items a:hover .icon {
    opacity: 0;
}

.download-items a:hover .icon-download {
    opacity: 1;
    -webkit-transform: scale(1) translateX(-50%);
    -ms-transform: scale(1) translateX(-50%);
    transform: scale(1) translateX(-50%);
    transition: opacity 0.2s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

.download-items span {
    margin-right: 35px;
    width: 90px;
    min-width: 90px;
    height: 90px;
    min-height: 90px;
}

.download-items .icon {
    fill: #fff;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

.download-items .icon-download {
    opacity: 0;
}

.partners {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 74.5vw;
}

.partners .section-img {
    margin-left: 1vw;
    margin-right: 1vw;
    margin-bottom: 2vw;
    width: 16.5vw;
    height: 16.5vw;
    border: 1px solid #999;
}

.partners .section-img img {
    width: 80%;
    max-width: 80%;
    height: auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
    transition: transform 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99), filter 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99);
    transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99), -webkit-filter 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99), -webkit-transform 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99), filter 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

.partners .section-img:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-filter: none;
    filter: none;
}

@media screen and (max-width: 1179px) {
    .partners {
        width: 60vmax;
    }
    .partners .section-img {
        margin: 0 3vmax 4vmax;
        width: 13.5vmax;
        height: 13.5vmax;
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) {
    .partners {
        width: 80vmax;
    }
    .partners .section-img {
        margin: 0 4vmax 4vmax;
        width: 18vmax;
        height: 18vmax;
    }
}

@media screen and (max-width: 479px) and (orientation: portrait) {
    .partners {
        width: 80vw;
    }
    .partners .section-img {
        margin: 0 4vw 4vw;
        width: 18vw;
        height: 18vw;
    }
}

.chronicle {
    list-style: none;
    padding-left: 0;
}

.chronicle li {
    position: relative;
    padding-left: 10vw;
}

.chronicle li+li {
    margin-top: 3.5vw;
}

.chronicle li time {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 2rem;
    font-weight: 700;
    color: #999;
}

.chronicle li time::before {
    content: '‘';
}

.chronicle li.milestone time {
    font-size: 4rem;
    color: #000;
}

.chronicle li.milestone time::before {
    content: none;
}

@media screen and (max-width: 1179px) {
    .chronicle li {
        padding-left: 15vw;
    }
}

@media screen and (max-width: 959px) {
    .chronicle li.milestone time {
        font-size: 3rem;
    }
}

@media screen and (orientation: portrait),
(max-width: 959px) {
    .chronicle li {
        padding-left: 20vw;
    }
}

.mission {
    position: relative;
    width: 88vw;
    height: 88vw;
}

@media (min-width: 480px) and (max-width: 959px) {
    .mission {
        height: 186vw;
    }
    .mission-circle {
        -webkit-flex: 0 0 180vw;
        -ms-flex: 0 0 180vw;
        flex: 0 0 180vw;
        height: 186vw;
    }
    .mission-items {
        padding-top: 33%;
        padding-left: 35%;
        padding-right: 25%;
    }
}

.mission-circle {
    background-color: #ff2400;
    border-radius: 50%;
}

.mission li {
    list-style: none;
    padding-left: 0;
}

.mission-title {
    display: block;
    margin-bottom: 10px;
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
}

.mission-text {
    line-height: 1.6;
    font-size: 1.65rem;
    font-weight: 400;
    color: #fff;
}

@media screen and (min-width: 1180px) {
    .mission::before {
        content: '';
        position: absolute;
        z-index: 0;
        top: 50%;
        left: 50%;
        margin-top: -44vw;
        margin-left: -44vw;
        width: 88vw;
        height: 88vw;
        background-color: #ff2400;
        border-radius: 50%;
        display: block;
    }
    .mission-circle {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -16vw;
        margin-left: -16vw;
        width: 32vw;
        height: 32vw;
        border: 1px solid #fff;
    }
    .mission-circle::after {
        content: '';
        position: absolute;
        top: 50px;
        right: 50px;
        bottom: 50px;
        left: 50px;
        background-color: #fff;
        border-radius: 50%;
    }
    .mission-item {
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 50%;
        width: 21.6vw;
    }
    .mission-item:nth-of-type(1) {
        text-align: left;
        -webkit-transform: translateX(-50%) rotate(135deg) translateY(-16vw) rotate(-135deg) translate(15.83919vw, -1rem);
        -ms-transform: translateX(-50%) rotate(135deg) translateY(-16vw) rotate(-135deg) translate(15.83919vw, -1rem);
        transform: translateX(-50%) rotate(135deg) translateY(-16vw) rotate(-135deg) translate(15.83919vw, -1rem);
    }
    .mission-item:nth-of-type(2) {
        text-align: right;
        -webkit-transform: translateX(-50%) rotate(225deg) translateY(-16vw) rotate(-225deg) translate(-15.83919vw, -1rem);
        -ms-transform: translateX(-50%) rotate(225deg) translateY(-16vw) rotate(-225deg) translate(-15.83919vw, -1rem);
        transform: translateX(-50%) rotate(225deg) translateY(-16vw) rotate(-225deg) translate(-15.83919vw, -1rem);
    }
    .mission-item:nth-of-type(3) {
        text-align: right;
        -webkit-transform: translateX(-50%) rotate(315deg) translateY(-16vw) rotate(-315deg) translate(-15.83919vw, -1rem);
        -ms-transform: translateX(-50%) rotate(315deg) translateY(-16vw) rotate(-315deg) translate(-15.83919vw, -1rem);
        transform: translateX(-50%) rotate(315deg) translateY(-16vw) rotate(-315deg) translate(-15.83919vw, -1rem);
    }
    .mission-item:nth-of-type(4) {
        text-align: left;
        -webkit-transform: translateX(-50%) rotate(45deg) translateY(-16vw) rotate(-45deg) translate(15.83919vw, -1rem);
        -ms-transform: translateX(-50%) rotate(45deg) translateY(-16vw) rotate(-45deg) translate(15.83919vw, -1rem);
        transform: translateX(-50%) rotate(45deg) translateY(-16vw) rotate(-45deg) translate(15.83919vw, -1rem);
    }
    .mission-item:nth-of-type(5) {
        text-align: left;
        -webkit-transform: translateX(-50%) rotate(135deg) translateY(-16vw) rotate(-135deg) translate(15.83919vw, -1rem);
        -ms-transform: translateX(-50%) rotate(135deg) translateY(-16vw) rotate(-135deg) translate(15.83919vw, -1rem);
        transform: translateX(-50%) rotate(135deg) translateY(-16vw) rotate(-135deg) translate(15.83919vw, -1rem);
    }
    .mission-item:nth-of-type(6) {
        text-align: right;
        -webkit-transform: translateX(-50%) rotate(225deg) translateY(-16vw) rotate(-225deg) translate(-15.83919vw, -1rem);
        -ms-transform: translateX(-50%) rotate(225deg) translateY(-16vw) rotate(-225deg) translate(-15.83919vw, -1rem);
        transform: translateX(-50%) rotate(225deg) translateY(-16vw) rotate(-225deg) translate(-15.83919vw, -1rem);
    }
    .mission-marker {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-3px, -3px);
        -ms-transform: translate(-3px, -3px);
        transform: translate(-3px, -3px);
        width: 6px;
        height: 6px;
        background-color: #fff;
        border-radius: 50%;
    }
    .mission-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) rotate(135deg) translateY(-16vw);
        -ms-transform: translate(-50%, -50%) rotate(135deg) translateY(-16vw);
        transform: translate(-50%, -50%) rotate(135deg) translateY(-16vw);
    }
    .mission-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) rotate(225deg) translateY(-16vw);
        -ms-transform: translate(-50%, -50%) rotate(225deg) translateY(-16vw);
        transform: translate(-50%, -50%) rotate(225deg) translateY(-16vw);
    }
    .mission-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) rotate(315deg) translateY(-16vw);
        -ms-transform: translate(-50%, -50%) rotate(315deg) translateY(-16vw);
        transform: translate(-50%, -50%) rotate(315deg) translateY(-16vw);
    }
    .mission-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) rotate(405deg) translateY(-16vw);
        -ms-transform: translate(-50%, -50%) rotate(405deg) translateY(-16vw);
        transform: translate(-50%, -50%) rotate(405deg) translateY(-16vw);
    }
    .mission-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) rotate(495deg) translateY(-16vw);
        -ms-transform: translate(-50%, -50%) rotate(495deg) translateY(-16vw);
        transform: translate(-50%, -50%) rotate(495deg) translateY(-16vw);
    }
    .mission-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) rotate(585deg) translateY(-16vw);
        -ms-transform: translate(-50%, -50%) rotate(585deg) translateY(-16vw);
        transform: translate(-50%, -50%) rotate(585deg) translateY(-16vw);
    }
}

@media screen and (min-width: 960px) and (max-width: 1179px) {
    .mission-circle {
        width: 90vw;
        height: 90vw;
    }
    .mission-items {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 30%;
        padding-left: 16%;
        padding-right: 10%;
    }
    .mission-item {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding-bottom: 5%;
    }
    .mission-item:nth-child(even) {
        padding-left: 5%;
    }
    .mission-item:nth-child(odd) {
        padding-right: 5%;
    }
}

@media screen and (max-width: 1179px) {
    .mission-circle {
        position: static;
        margin: 0;
        border: none;
    }
    .mission-circle::before,
    .mission-circle::after {
        display: none;
    }
    .mission-marker {
        display: none;
    }
    .mission-item {
        position: static;
    }
    .mission-item:nth-child(1) {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        text-align: left;
    }
    .mission-item:nth-child(2) {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        text-align: left;
    }
    .mission-item:nth-child(3) {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        text-align: left;
    }
    .mission-item:nth-child(4) {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        text-align: left;
    }
    .mission-item:nth-child(5) {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        text-align: left;
    }
    .mission-item:nth-child(6) {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        text-align: left;
    }
}

@media screen and (min-width: 600px) and (max-width: 959px) and (min-height: 416px) {
    .mission {
        height: 180vw;
    }
    .mission-circle {
        -webkit-flex: 0 0 180vw;
        -ms-flex: 0 0 180vw;
        flex: 0 0 180vw;
        height: 180vw;
    }
    .mission-items {
        padding-top: 28%;
        padding-left: 35%;
        padding-right: 25%;
    }
}

@media screen and (max-width: 959px) {
    .mission {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .mission-items {
        display: block;
    }
    .mission-item {
        margin-bottom: 5vw;
        padding: 0;
    }
}

@media (max-width: 700px) {
    .mission .mission-items {
        padding-top: 37%;
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) {
    .mission {
        height: 170vw;
    }
    .mission-circle {
        -webkit-flex: 0 0 170vw;
        -ms-flex: 0 0 170vw;
        flex: 0 0 170vw;
        height: 100%;
    }
    .mission-items {
        padding-top: 25%;
        padding-left: 30%;
        padding-right: 25%;
    }
}

@media screen and (max-width: 479px) and (orientation: portrait) {
    .mission {
        height: 330vw;
    }
    .mission-circle {
        -webkit-flex: 0 0 330vw;
        -ms-flex: 0 0 330vw;
        flex: 0 0 330vw;
        height: 100%;
    }
    .mission-items {
        padding-top: 30%;
        padding-left: 37%;
        padding-right: 37%;
    }
}

.page {
    /*
     * Content which should be hidden when navigation is active
     */
    /*
     * Image, which is visible in the right top corner of the screen
     */
}

.page .hide-nav-active {
    transition: opacity 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

.page.js-nav-active .hide-nav-active {
    opacity: 0;
}

.page .screen-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 42.8vw;
    height: 42.8vw;
    -webkit-transform: translate(8%, -50%);
    -ms-transform: translate(8%, -50%);
    transform: translate(8%, -50%);
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
}

.page .page-header {
    padding-top: 8vw;
    margin-left: 11vw;
    z-index: 2;
    position: relative;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 479px) and (orientation: portrait) {
    .page .page-header {
        padding-top: 15vw;
    }
}

.page .btn.back {
    position: fixed;
    z-index: 4;
    top: 20px;
    left: 66px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media screen and (max-width: 1179px) {
    .page .logo-link .logo,
    .page .nav:not(.js-nav-active) .nav-toggle {
        transition: opacity 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99);
    }
    .page.js-scrolling .logo-link .logo,
    .page.js-scrolling .nav:not(.js-nav-active) .nav-toggle,
    .page.js-scrolling .btn.back {
        opacity: .1;
        transition: none;
    }
}

@media screen and (max-width: 959px) {
    .page {
        padding-bottom: 7.5vh;
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) {
    .page .btn.back {
        top: 16px;
    }
}

@media screen and (max-width: 479px) and (orientation: portrait) {
    .page .logo-link .logo {
        margin-top: 10%;
    }
}

.page-media {
    overflow: hidden;
}

.page-media .screen {
    overflow: hidden;
    height: 100vh;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-media .circle-nav {
    width: 60.102vh;
    height: 60.102vh;
}

.page-media .circle-nav-item:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) translate(0vh, -30.051vh) translate(0%, -50%) translate(0px, -26px);
    -ms-transform: translate(-50%, -50%) translate(0vh, -30.051vh) translate(0%, -50%) translate(0px, -26px);
    transform: translate(-50%, -50%) translate(0vh, -30.051vh) translate(0%, -50%) translate(0px, -26px);
}

.page-media .circle-nav-item:nth-of-type(1) .circle-nav-sub {
    top: 10px;
    right: 20px;
}

.page-media .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(1) {
    display: none;
}

.page-media .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(12) span {
    background-color: #ff2400;
}

.page-media .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(1) span {
    background-color: #ff2400;
}

.page-media .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(2) span {
    background-color: #ff2400;
}

.page-media .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(3) span {
    background-color: #ff2400;
}

.page-media .circle-nav[data-active="0"] .circle-nav-outline {
    width: calc(100% + 63px);
    height: calc(100% + 63px);
    top: -31.5px;
    left: -31.5px;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
    transition-timing-function: step-start;
    -webkit-animation: circle-nav-outline-sector-3-12 0.4s linear;
    animation: circle-nav-outline-sector-3-12 0.4s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes circle-nav-outline-sector-3-12 {
    from {
        stroke-dashoffset: 3130;
    }
    to {
        stroke-dashoffset: 2347.5;
    }
}

@keyframes circle-nav-outline-sector-3-12 {
    from {
        stroke-dashoffset: 3130;
    }
    to {
        stroke-dashoffset: 2347.5;
    }
}

.page-media .circle-nav[data-active="0"]::after {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.page-media .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide:nth-child(1) {
    z-index: 1;
    opacity: 1;
}

.page-media .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide-img:nth-child(1) .img {
    opacity: 1;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.page-media .circle-nav-item:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) translate(30.051vh, 0vh) translate(50%, 0%) translate(26px, 0px);
    -ms-transform: translate(-50%, -50%) translate(30.051vh, 0vh) translate(50%, 0%) translate(26px, 0px);
    transform: translate(-50%, -50%) translate(30.051vh, 0vh) translate(50%, 0%) translate(26px, 0px);
}

.page-media .circle-nav-item:nth-of-type(2) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-media .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(4) {
    display: none;
}

.page-media .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(3) span {
    background-color: #ff2400;
}

.page-media .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(4) span {
    background-color: #ff2400;
}

.page-media .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(5) span {
    background-color: #ff2400;
}

.page-media .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(6) span {
    background-color: #ff2400;
}

.page-media .circle-nav[data-active="1"] .circle-nav-outline {
    width: calc(100% + 63px);
    height: calc(100% + 63px);
    top: -31.5px;
    left: -31.5px;
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    transition-timing-function: step-start;
    -webkit-animation: circle-nav-outline-sector-3-12 0.4s linear;
    animation: circle-nav-outline-sector-3-12 0.4s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes circle-nav-outline-sector-3-12 {
    from {
        stroke-dashoffset: 3130;
    }
    to {
        stroke-dashoffset: 2347.5;
    }
}

.page-media .circle-nav[data-active="1"]::after {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.page-media .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide:nth-child(2) {
    z-index: 1;
    opacity: 1;
}

.page-media .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide-img:nth-child(2) .img {
    opacity: 1;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.page-media .circle-nav-item:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) translate(0vh, 30.051vh) translate(0%, 50%) translate(0px, 26px);
    -ms-transform: translate(-50%, -50%) translate(0vh, 30.051vh) translate(0%, 50%) translate(0px, 26px);
    transform: translate(-50%, -50%) translate(0vh, 30.051vh) translate(0%, 50%) translate(0px, 26px);
}

.page-media .circle-nav-item:nth-of-type(3) .circle-nav-sub {
    bottom: 5px;
    left: 20px;
}

.page-media .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(7) {
    display: none;
}

.page-media .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(6) span {
    background-color: #ff2400;
}

.page-media .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(7) span {
    background-color: #ff2400;
}

.page-media .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(8) span {
    background-color: #ff2400;
}

.page-media .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(9) span {
    background-color: #ff2400;
}

.page-media .circle-nav[data-active="2"] .circle-nav-outline {
    width: calc(100% + 63px);
    height: calc(100% + 63px);
    top: -31.5px;
    left: -31.5px;
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
    transition-timing-function: step-start;
    -webkit-animation: circle-nav-outline-sector-3-12 0.4s linear;
    animation: circle-nav-outline-sector-3-12 0.4s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes circle-nav-outline-sector-3-12 {
    from {
        stroke-dashoffset: 3130;
    }
    to {
        stroke-dashoffset: 2347.5;
    }
}

.page-media .circle-nav[data-active="2"]::after {
    -webkit-transform: rotate(-120deg);
    -ms-transform: rotate(-120deg);
    transform: rotate(-120deg);
}

.page-media .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide:nth-child(3) {
    z-index: 1;
    opacity: 1;
}

.page-media .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide-img:nth-child(3) .img {
    opacity: 1;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.page-media .circle-nav-item:nth-of-type(4) {
    -webkit-transform: translate(-50%, -50%) translate(-30.051vh, 0vh) translate(-50%, 0%) translate(-26px, 0px);
    -ms-transform: translate(-50%, -50%) translate(-30.051vh, 0vh) translate(-50%, 0%) translate(-26px, 0px);
    transform: translate(-50%, -50%) translate(-30.051vh, 0vh) translate(-50%, 0%) translate(-26px, 0px);
}

.page-media .circle-nav-item:nth-of-type(4) .circle-nav-sub {
    top: 10px;
    left: 20px;
}

.page-media .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(10) {
    display: none;
}

.page-media .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(9) span {
    background-color: #ff2400;
}

.page-media .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(10) span {
    background-color: #ff2400;
}

.page-media .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(11) span {
    background-color: #ff2400;
}

.page-media .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(12) span {
    background-color: #ff2400;
}

.page-media .circle-nav[data-active="3"] .circle-nav-outline {
    width: calc(100% + 63px);
    height: calc(100% + 63px);
    top: -31.5px;
    left: -31.5px;
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
    transition-timing-function: step-start;
    -webkit-animation: circle-nav-outline-sector-3-12 0.4s linear;
    animation: circle-nav-outline-sector-3-12 0.4s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes circle-nav-outline-sector-3-12 {
    from {
        stroke-dashoffset: 3130;
    }
    to {
        stroke-dashoffset: 2347.5;
    }
}

.page-media .circle-nav[data-active="3"]::after {
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.page-media .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide:nth-child(4) {
    z-index: 1;
    opacity: 1;
}

.page-media .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide-img:nth-child(4) .img {
    opacity: 1;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.page-media .circle-nav-marker:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) translate(0vh, -30.051vh) translate(0%, -50%) translate(0px, -20px);
    -ms-transform: translate(-50%, -50%) translate(0vh, -30.051vh) translate(0%, -50%) translate(0px, -20px);
    transform: translate(-50%, -50%) translate(0vh, -30.051vh) translate(0%, -50%) translate(0px, -20px);
}

.page-media .circle-nav-marker:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) translate(15.0255vh, -26.02493vh) translate(25%, -43.30127%) translate(10px, -17.32051px);
    -ms-transform: translate(-50%, -50%) translate(15.0255vh, -26.02493vh) translate(25%, -43.30127%) translate(10px, -17.32051px);
    transform: translate(-50%, -50%) translate(15.0255vh, -26.02493vh) translate(25%, -43.30127%) translate(10px, -17.32051px);
}

.page-media .circle-nav-marker:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) translate(26.02493vh, -15.0255vh) translate(43.30127%, -25%) translate(17.32051px, -10px);
    -ms-transform: translate(-50%, -50%) translate(26.02493vh, -15.0255vh) translate(43.30127%, -25%) translate(17.32051px, -10px);
    transform: translate(-50%, -50%) translate(26.02493vh, -15.0255vh) translate(43.30127%, -25%) translate(17.32051px, -10px);
}

.page-media .circle-nav-marker:nth-of-type(4) {
    -webkit-transform: translate(-50%, -50%) translate(30.051vh, 0vh) translate(50%, 0%) translate(20px, 0px);
    -ms-transform: translate(-50%, -50%) translate(30.051vh, 0vh) translate(50%, 0%) translate(20px, 0px);
    transform: translate(-50%, -50%) translate(30.051vh, 0vh) translate(50%, 0%) translate(20px, 0px);
}

.page-media .circle-nav-marker:nth-of-type(5) {
    -webkit-transform: translate(-50%, -50%) translate(26.02493vh, 15.0255vh) translate(43.30127%, 25%) translate(17.32051px, 10px);
    -ms-transform: translate(-50%, -50%) translate(26.02493vh, 15.0255vh) translate(43.30127%, 25%) translate(17.32051px, 10px);
    transform: translate(-50%, -50%) translate(26.02493vh, 15.0255vh) translate(43.30127%, 25%) translate(17.32051px, 10px);
}

.page-media .circle-nav-marker:nth-of-type(6) {
    -webkit-transform: translate(-50%, -50%) translate(15.0255vh, 26.02493vh) translate(25%, 43.30127%) translate(10px, 17.32051px);
    -ms-transform: translate(-50%, -50%) translate(15.0255vh, 26.02493vh) translate(25%, 43.30127%) translate(10px, 17.32051px);
    transform: translate(-50%, -50%) translate(15.0255vh, 26.02493vh) translate(25%, 43.30127%) translate(10px, 17.32051px);
}

.page-media .circle-nav-marker:nth-of-type(7) {
    -webkit-transform: translate(-50%, -50%) translate(0vh, 30.051vh) translate(0%, 50%) translate(0px, 20px);
    -ms-transform: translate(-50%, -50%) translate(0vh, 30.051vh) translate(0%, 50%) translate(0px, 20px);
    transform: translate(-50%, -50%) translate(0vh, 30.051vh) translate(0%, 50%) translate(0px, 20px);
}

.page-media .circle-nav-marker:nth-of-type(8) {
    -webkit-transform: translate(-50%, -50%) translate(-15.0255vh, 26.02493vh) translate(-25%, 43.30127%) translate(-10px, 17.32051px);
    -ms-transform: translate(-50%, -50%) translate(-15.0255vh, 26.02493vh) translate(-25%, 43.30127%) translate(-10px, 17.32051px);
    transform: translate(-50%, -50%) translate(-15.0255vh, 26.02493vh) translate(-25%, 43.30127%) translate(-10px, 17.32051px);
}

.page-media .circle-nav-marker:nth-of-type(9) {
    -webkit-transform: translate(-50%, -50%) translate(-26.02493vh, 15.0255vh) translate(-43.30127%, 25%) translate(-17.32051px, 10px);
    -ms-transform: translate(-50%, -50%) translate(-26.02493vh, 15.0255vh) translate(-43.30127%, 25%) translate(-17.32051px, 10px);
    transform: translate(-50%, -50%) translate(-26.02493vh, 15.0255vh) translate(-43.30127%, 25%) translate(-17.32051px, 10px);
}

.page-media .circle-nav-marker:nth-of-type(10) {
    -webkit-transform: translate(-50%, -50%) translate(-30.051vh, 0vh) translate(-50%, 0%) translate(-20px, 0px);
    -ms-transform: translate(-50%, -50%) translate(-30.051vh, 0vh) translate(-50%, 0%) translate(-20px, 0px);
    transform: translate(-50%, -50%) translate(-30.051vh, 0vh) translate(-50%, 0%) translate(-20px, 0px);
}

.page-media .circle-nav-marker:nth-of-type(11) {
    -webkit-transform: translate(-50%, -50%) translate(-26.02493vh, -15.0255vh) translate(-43.30127%, -25%) translate(-17.32051px, -10px);
    -ms-transform: translate(-50%, -50%) translate(-26.02493vh, -15.0255vh) translate(-43.30127%, -25%) translate(-17.32051px, -10px);
    transform: translate(-50%, -50%) translate(-26.02493vh, -15.0255vh) translate(-43.30127%, -25%) translate(-17.32051px, -10px);
}

.page-media .circle-nav-marker:nth-of-type(12) {
    -webkit-transform: translate(-50%, -50%) translate(-15.0255vh, -26.02493vh) translate(-25%, -43.30127%) translate(-10px, -17.32051px);
    -ms-transform: translate(-50%, -50%) translate(-15.0255vh, -26.02493vh) translate(-25%, -43.30127%) translate(-10px, -17.32051px);
    transform: translate(-50%, -50%) translate(-15.0255vh, -26.02493vh) translate(-25%, -43.30127%) translate(-10px, -17.32051px);
}

.page-media .circle-nav-marker:nth-of-type(1) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 0s;
}

.page-media .circle-nav-marker:nth-of-type(2) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 0.2s;
}

.page-media .circle-nav-marker:nth-of-type(3) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 0.4s;
}

.page-media .circle-nav-marker:nth-of-type(4) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 0.6s;
}

.page-media .circle-nav-marker:nth-of-type(5) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 0.8s;
}

.page-media .circle-nav-marker:nth-of-type(6) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 1s;
}

.page-media .circle-nav-marker:nth-of-type(7) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 1.2s;
}

.page-media .circle-nav-marker:nth-of-type(8) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 1.4s;
}

.page-media .circle-nav-marker:nth-of-type(9) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 1.6s;
}

.page-media .circle-nav-marker:nth-of-type(10) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 1.8s;
}

.page-media .circle-nav-marker:nth-of-type(11) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 2s;
}

.page-media .circle-nav-marker:nth-of-type(12) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 2.2s;
}

@media screen and (max-width: 959px) {
    .page-media .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(21.24927vh, -21.24927vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(21.24927vh, -21.24927vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(21.24927vh, -21.24927vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
    }
    .page-media .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-media .circle-nav[data-active="0"]::after {
        -webkit-transform: rotate(105deg);
        -ms-transform: rotate(105deg);
        transform: rotate(105deg);
    }
    .page-media .circle-nav[data-active="0"] .circle-nav-outline {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    .page-media .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(21.24927vh, 21.24927vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(21.24927vh, 21.24927vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(21.24927vh, 21.24927vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
    }
    .page-media .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-media .circle-nav[data-active="1"]::after {
        -webkit-transform: rotate(-165deg);
        -ms-transform: rotate(-165deg);
        transform: rotate(-165deg);
    }
    .page-media .circle-nav[data-active="1"] .circle-nav-outline {
        -webkit-transform: rotate(105deg);
        -ms-transform: rotate(105deg);
        transform: rotate(105deg);
    }
    .page-media .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-21.24927vh, 21.24927vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-21.24927vh, 21.24927vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(-21.24927vh, 21.24927vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
    }
    .page-media .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-media .circle-nav[data-active="2"]::after {
        -webkit-transform: rotate(-75deg);
        -ms-transform: rotate(-75deg);
        transform: rotate(-75deg);
    }
    .page-media .circle-nav[data-active="2"] .circle-nav-outline {
        -webkit-transform: rotate(195deg);
        -ms-transform: rotate(195deg);
        transform: rotate(195deg);
    }
    .page-media .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-21.24927vh, -21.24927vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-21.24927vh, -21.24927vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(-21.24927vh, -21.24927vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
    }
    .page-media .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-media .circle-nav[data-active="3"]::after {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    .page-media .circle-nav[data-active="3"] .circle-nav-outline {
        -webkit-transform: rotate(285deg);
        -ms-transform: rotate(285deg);
        transform: rotate(285deg);
    }
    .page-media .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(21.24927vh, -21.24927vh) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(21.24927vh, -21.24927vh) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(21.24927vh, -21.24927vh) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
    }
    .page-media .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(29.02704vh, -7.77777vh) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
        -ms-transform: translate(-50%, -50%) translate(29.02704vh, -7.77777vh) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
        transform: translate(-50%, -50%) translate(29.02704vh, -7.77777vh) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
    }
    .page-media .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(29.02704vh, 7.77777vh) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
        -ms-transform: translate(-50%, -50%) translate(29.02704vh, 7.77777vh) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
        transform: translate(-50%, -50%) translate(29.02704vh, 7.77777vh) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
    }
    .page-media .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(21.24927vh, 21.24927vh) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(21.24927vh, 21.24927vh) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(21.24927vh, 21.24927vh) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
    }
    .page-media .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(7.77777vh, 29.02704vh) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
        -ms-transform: translate(-50%, -50%) translate(7.77777vh, 29.02704vh) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
        transform: translate(-50%, -50%) translate(7.77777vh, 29.02704vh) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
    }
    .page-media .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-7.77777vh, 29.02704vh) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
        -ms-transform: translate(-50%, -50%) translate(-7.77777vh, 29.02704vh) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
        transform: translate(-50%, -50%) translate(-7.77777vh, 29.02704vh) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
    }
    .page-media .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-21.24927vh, 21.24927vh) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-21.24927vh, 21.24927vh) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(-21.24927vh, 21.24927vh) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
    }
    .page-media .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-29.02704vh, 7.77777vh) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
        -ms-transform: translate(-50%, -50%) translate(-29.02704vh, 7.77777vh) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
        transform: translate(-50%, -50%) translate(-29.02704vh, 7.77777vh) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
    }
    .page-media .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-29.02704vh, -7.77777vh) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
        -ms-transform: translate(-50%, -50%) translate(-29.02704vh, -7.77777vh) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
        transform: translate(-50%, -50%) translate(-29.02704vh, -7.77777vh) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
    }
    .page-media .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-21.24927vh, -21.24927vh) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-21.24927vh, -21.24927vh) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(-21.24927vh, -21.24927vh) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
    }
    .page-media .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-7.77777vh, -29.02704vh) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
        -ms-transform: translate(-50%, -50%) translate(-7.77777vh, -29.02704vh) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
        transform: translate(-50%, -50%) translate(-7.77777vh, -29.02704vh) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
    }
    .page-media .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(7.77777vh, -29.02704vh) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
        -ms-transform: translate(-50%, -50%) translate(7.77777vh, -29.02704vh) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
        transform: translate(-50%, -50%) translate(7.77777vh, -29.02704vh) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape),
(max-width: 599px) {
    .page-media .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(18.06188vh, -18.06188vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(18.06188vh, -18.06188vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(18.06188vh, -18.06188vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
    }
    .page-media .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-media .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(16.57443vh, -16.57443vh) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(16.57443vh, -16.57443vh) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(16.57443vh, -16.57443vh) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
    }
    .page-media .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(18.06188vh, 18.06188vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(18.06188vh, 18.06188vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(18.06188vh, 18.06188vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
    }
    .page-media .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-media .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(22.64109vh, -6.06666vh) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
        -ms-transform: translate(-50%, -50%) translate(22.64109vh, -6.06666vh) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
        transform: translate(-50%, -50%) translate(22.64109vh, -6.06666vh) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
    }
    .page-media .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vh, 18.06188vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vh, 18.06188vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(-18.06188vh, 18.06188vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
    }
    .page-media .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-media .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(22.64109vh, 6.06666vh) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
        -ms-transform: translate(-50%, -50%) translate(22.64109vh, 6.06666vh) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
        transform: translate(-50%, -50%) translate(22.64109vh, 6.06666vh) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
    }
    .page-media .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
    }
    .page-media .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-media .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(16.57443vh, 16.57443vh) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(16.57443vh, 16.57443vh) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(16.57443vh, 16.57443vh) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
    }
    .page-media .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(18.06188vh, -18.06188vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(18.06188vh, -18.06188vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(18.06188vh, -18.06188vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
    }
    .page-media .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-media .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(6.06666vh, 22.64109vh) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
        -ms-transform: translate(-50%, -50%) translate(6.06666vh, 22.64109vh) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
        transform: translate(-50%, -50%) translate(6.06666vh, 22.64109vh) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
    }
    .page-media .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(18.06188vh, 18.06188vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(18.06188vh, 18.06188vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(18.06188vh, 18.06188vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
    }
    .page-media .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-media .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-6.06666vh, 22.64109vh) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
        -ms-transform: translate(-50%, -50%) translate(-6.06666vh, 22.64109vh) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
        transform: translate(-50%, -50%) translate(-6.06666vh, 22.64109vh) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
    }
    .page-media .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vh, 18.06188vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vh, 18.06188vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(-18.06188vh, 18.06188vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
    }
    .page-media .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-media .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-16.57443vh, 16.57443vh) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-16.57443vh, 16.57443vh) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(-16.57443vh, 16.57443vh) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
    }
    .page-media .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
    }
    .page-media .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-media .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-22.64109vh, 6.06666vh) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
        -ms-transform: translate(-50%, -50%) translate(-22.64109vh, 6.06666vh) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
        transform: translate(-50%, -50%) translate(-22.64109vh, 6.06666vh) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
    }
    .page-media .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(18.06188vh, -18.06188vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(18.06188vh, -18.06188vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(18.06188vh, -18.06188vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
    }
    .page-media .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-media .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-22.64109vh, -6.06666vh) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
        -ms-transform: translate(-50%, -50%) translate(-22.64109vh, -6.06666vh) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
        transform: translate(-50%, -50%) translate(-22.64109vh, -6.06666vh) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
    }
    .page-media .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(18.06188vh, 18.06188vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(18.06188vh, 18.06188vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(18.06188vh, 18.06188vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
    }
    .page-media .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-media .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-16.57443vh, -16.57443vh) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-16.57443vh, -16.57443vh) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(-16.57443vh, -16.57443vh) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
    }
    .page-media .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vh, 18.06188vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vh, 18.06188vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(-18.06188vh, 18.06188vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
    }
    .page-media .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-media .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-6.06666vh, -22.64109vh) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
        -ms-transform: translate(-50%, -50%) translate(-6.06666vh, -22.64109vh) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
        transform: translate(-50%, -50%) translate(-6.06666vh, -22.64109vh) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
    }
    .page-media .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
    }
    .page-media .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-media .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(6.06666vh, -22.64109vh) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
        -ms-transform: translate(-50%, -50%) translate(6.06666vh, -22.64109vh) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
        transform: translate(-50%, -50%) translate(6.06666vh, -22.64109vh) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
    }
}

@media screen and (orientation: portrait),
(max-width: 959px) {
    .page-media .circle-nav {
        width: 60.102vw;
        height: 60.102vw;
    }
    .page-media .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, -30.051vw) translate(0%, -50%) translate(0px, -26px);
        -ms-transform: translate(-50%, -50%) translate(0vw, -30.051vw) translate(0%, -50%) translate(0px, -26px);
        transform: translate(-50%, -50%) translate(0vw, -30.051vw) translate(0%, -50%) translate(0px, -26px);
    }
    .page-media .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        top: 10px;
        right: 20px;
    }
    .page-media .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(1) {
        display: none;
    }
    .page-media .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(12) span {
        background-color: #ff2400;
    }
    .page-media .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(1) span {
        background-color: #ff2400;
    }
    .page-media .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(2) span {
        background-color: #ff2400;
    }
    .page-media .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(3) span {
        background-color: #ff2400;
    }
    .page-media .circle-nav[data-active="0"] .circle-nav-outline {
        width: calc(100% + 63px);
        height: calc(100% + 63px);
        top: -31.5px;
        left: -31.5px;
        -webkit-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        transform: rotate(-30deg);
        transition-timing-function: step-start;
        -webkit-animation: circle-nav-outline-sector-3-12 0.4s linear;
        animation: circle-nav-outline-sector-3-12 0.4s linear;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
    @-webkit-keyframes circle-nav-outline-sector-3-12 {
        from {
            stroke-dashoffset: 3130;
        }
        to {
            stroke-dashoffset: 2347.5;
        }
    }
    @keyframes circle-nav-outline-sector-3-12 {
        from {
            stroke-dashoffset: 3130;
        }
        to {
            stroke-dashoffset: 2347.5;
        }
    }
    .page-media .circle-nav[data-active="0"]::after {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
    }
    .page-media .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide:nth-child(1) {
        z-index: 1;
        opacity: 1;
    }
    .page-media .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide-img:nth-child(1) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-media .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(30.051vw, 0vw) translate(50%, 0%) translate(26px, 0px);
        -ms-transform: translate(-50%, -50%) translate(30.051vw, 0vw) translate(50%, 0%) translate(26px, 0px);
        transform: translate(-50%, -50%) translate(30.051vw, 0vw) translate(50%, 0%) translate(26px, 0px);
    }
    .page-media .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-media .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(4) {
        display: none;
    }
    .page-media .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(3) span {
        background-color: #ff2400;
    }
    .page-media .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(4) span {
        background-color: #ff2400;
    }
    .page-media .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(5) span {
        background-color: #ff2400;
    }
    .page-media .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(6) span {
        background-color: #ff2400;
    }
    .page-media .circle-nav[data-active="1"] .circle-nav-outline {
        width: calc(100% + 63px);
        height: calc(100% + 63px);
        top: -31.5px;
        left: -31.5px;
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        transition-timing-function: step-start;
        -webkit-animation: circle-nav-outline-sector-3-12 0.4s linear;
        animation: circle-nav-outline-sector-3-12 0.4s linear;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
    @keyframes circle-nav-outline-sector-3-12 {
        from {
            stroke-dashoffset: 3130;
        }
        to {
            stroke-dashoffset: 2347.5;
        }
    }
    .page-media .circle-nav[data-active="1"]::after {
        -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
        transform: rotate(150deg);
    }
    .page-media .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide:nth-child(2) {
        z-index: 1;
        opacity: 1;
    }
    .page-media .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide-img:nth-child(2) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-media .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 30.051vw) translate(0%, 50%) translate(0px, 26px);
        -ms-transform: translate(-50%, -50%) translate(0vw, 30.051vw) translate(0%, 50%) translate(0px, 26px);
        transform: translate(-50%, -50%) translate(0vw, 30.051vw) translate(0%, 50%) translate(0px, 26px);
    }
    .page-media .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-media .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(7) {
        display: none;
    }
    .page-media .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(6) span {
        background-color: #ff2400;
    }
    .page-media .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(7) span {
        background-color: #ff2400;
    }
    .page-media .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(8) span {
        background-color: #ff2400;
    }
    .page-media .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(9) span {
        background-color: #ff2400;
    }
    .page-media .circle-nav[data-active="2"] .circle-nav-outline {
        width: calc(100% + 63px);
        height: calc(100% + 63px);
        top: -31.5px;
        left: -31.5px;
        -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
        transform: rotate(150deg);
        transition-timing-function: step-start;
        -webkit-animation: circle-nav-outline-sector-3-12 0.4s linear;
        animation: circle-nav-outline-sector-3-12 0.4s linear;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
    @keyframes circle-nav-outline-sector-3-12 {
        from {
            stroke-dashoffset: 3130;
        }
        to {
            stroke-dashoffset: 2347.5;
        }
    }
    .page-media .circle-nav[data-active="2"]::after {
        -webkit-transform: rotate(-120deg);
        -ms-transform: rotate(-120deg);
        transform: rotate(-120deg);
    }
    .page-media .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide:nth-child(3) {
        z-index: 1;
        opacity: 1;
    }
    .page-media .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide-img:nth-child(3) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-media .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-30.051vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
        -ms-transform: translate(-50%, -50%) translate(-30.051vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
        transform: translate(-50%, -50%) translate(-30.051vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    }
    .page-media .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-media .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(10) {
        display: none;
    }
    .page-media .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(9) span {
        background-color: #ff2400;
    }
    .page-media .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(10) span {
        background-color: #ff2400;
    }
    .page-media .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(11) span {
        background-color: #ff2400;
    }
    .page-media .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(12) span {
        background-color: #ff2400;
    }
    .page-media .circle-nav[data-active="3"] .circle-nav-outline {
        width: calc(100% + 63px);
        height: calc(100% + 63px);
        top: -31.5px;
        left: -31.5px;
        -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
        transform: rotate(240deg);
        transition-timing-function: step-start;
        -webkit-animation: circle-nav-outline-sector-3-12 0.4s linear;
        animation: circle-nav-outline-sector-3-12 0.4s linear;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
    @keyframes circle-nav-outline-sector-3-12 {
        from {
            stroke-dashoffset: 3130;
        }
        to {
            stroke-dashoffset: 2347.5;
        }
    }
    .page-media .circle-nav[data-active="3"]::after {
        -webkit-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    .page-media .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide:nth-child(4) {
        z-index: 1;
        opacity: 1;
    }
    .page-media .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide-img:nth-child(4) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-media .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, -30.051vw) translate(0%, -50%) translate(0px, -20px);
        -ms-transform: translate(-50%, -50%) translate(0vw, -30.051vw) translate(0%, -50%) translate(0px, -20px);
        transform: translate(-50%, -50%) translate(0vw, -30.051vw) translate(0%, -50%) translate(0px, -20px);
    }
    .page-media .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(15.0255vw, -26.02493vw) translate(25%, -43.30127%) translate(10px, -17.32051px);
        -ms-transform: translate(-50%, -50%) translate(15.0255vw, -26.02493vw) translate(25%, -43.30127%) translate(10px, -17.32051px);
        transform: translate(-50%, -50%) translate(15.0255vw, -26.02493vw) translate(25%, -43.30127%) translate(10px, -17.32051px);
    }
    .page-media .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(26.02493vw, -15.0255vw) translate(43.30127%, -25%) translate(17.32051px, -10px);
        -ms-transform: translate(-50%, -50%) translate(26.02493vw, -15.0255vw) translate(43.30127%, -25%) translate(17.32051px, -10px);
        transform: translate(-50%, -50%) translate(26.02493vw, -15.0255vw) translate(43.30127%, -25%) translate(17.32051px, -10px);
    }
    .page-media .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(30.051vw, 0vw) translate(50%, 0%) translate(20px, 0px);
        -ms-transform: translate(-50%, -50%) translate(30.051vw, 0vw) translate(50%, 0%) translate(20px, 0px);
        transform: translate(-50%, -50%) translate(30.051vw, 0vw) translate(50%, 0%) translate(20px, 0px);
    }
    .page-media .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(26.02493vw, 15.0255vw) translate(43.30127%, 25%) translate(17.32051px, 10px);
        -ms-transform: translate(-50%, -50%) translate(26.02493vw, 15.0255vw) translate(43.30127%, 25%) translate(17.32051px, 10px);
        transform: translate(-50%, -50%) translate(26.02493vw, 15.0255vw) translate(43.30127%, 25%) translate(17.32051px, 10px);
    }
    .page-media .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(15.0255vw, 26.02493vw) translate(25%, 43.30127%) translate(10px, 17.32051px);
        -ms-transform: translate(-50%, -50%) translate(15.0255vw, 26.02493vw) translate(25%, 43.30127%) translate(10px, 17.32051px);
        transform: translate(-50%, -50%) translate(15.0255vw, 26.02493vw) translate(25%, 43.30127%) translate(10px, 17.32051px);
    }
    .page-media .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 30.051vw) translate(0%, 50%) translate(0px, 20px);
        -ms-transform: translate(-50%, -50%) translate(0vw, 30.051vw) translate(0%, 50%) translate(0px, 20px);
        transform: translate(-50%, -50%) translate(0vw, 30.051vw) translate(0%, 50%) translate(0px, 20px);
    }
    .page-media .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-15.0255vw, 26.02493vw) translate(-25%, 43.30127%) translate(-10px, 17.32051px);
        -ms-transform: translate(-50%, -50%) translate(-15.0255vw, 26.02493vw) translate(-25%, 43.30127%) translate(-10px, 17.32051px);
        transform: translate(-50%, -50%) translate(-15.0255vw, 26.02493vw) translate(-25%, 43.30127%) translate(-10px, 17.32051px);
    }
    .page-media .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-26.02493vw, 15.0255vw) translate(-43.30127%, 25%) translate(-17.32051px, 10px);
        -ms-transform: translate(-50%, -50%) translate(-26.02493vw, 15.0255vw) translate(-43.30127%, 25%) translate(-17.32051px, 10px);
        transform: translate(-50%, -50%) translate(-26.02493vw, 15.0255vw) translate(-43.30127%, 25%) translate(-17.32051px, 10px);
    }
    .page-media .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-30.051vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
        -ms-transform: translate(-50%, -50%) translate(-30.051vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
        transform: translate(-50%, -50%) translate(-30.051vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    }
    .page-media .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-26.02493vw, -15.0255vw) translate(-43.30127%, -25%) translate(-17.32051px, -10px);
        -ms-transform: translate(-50%, -50%) translate(-26.02493vw, -15.0255vw) translate(-43.30127%, -25%) translate(-17.32051px, -10px);
        transform: translate(-50%, -50%) translate(-26.02493vw, -15.0255vw) translate(-43.30127%, -25%) translate(-17.32051px, -10px);
    }
    .page-media .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-15.0255vw, -26.02493vw) translate(-25%, -43.30127%) translate(-10px, -17.32051px);
        -ms-transform: translate(-50%, -50%) translate(-15.0255vw, -26.02493vw) translate(-25%, -43.30127%) translate(-10px, -17.32051px);
        transform: translate(-50%, -50%) translate(-15.0255vw, -26.02493vw) translate(-25%, -43.30127%) translate(-10px, -17.32051px);
    }
    .page-media .circle-nav-marker:nth-of-type(1) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0s;
    }
    .page-media .circle-nav-marker:nth-of-type(2) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0.2s;
    }
    .page-media .circle-nav-marker:nth-of-type(3) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0.4s;
    }
    .page-media .circle-nav-marker:nth-of-type(4) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0.6s;
    }
    .page-media .circle-nav-marker:nth-of-type(5) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0.8s;
    }
    .page-media .circle-nav-marker:nth-of-type(6) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1s;
    }
    .page-media .circle-nav-marker:nth-of-type(7) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1.2s;
    }
    .page-media .circle-nav-marker:nth-of-type(8) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1.4s;
    }
    .page-media .circle-nav-marker:nth-of-type(9) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1.6s;
    }
    .page-media .circle-nav-marker:nth-of-type(10) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1.8s;
    }
    .page-media .circle-nav-marker:nth-of-type(11) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 2s;
    }
    .page-media .circle-nav-marker:nth-of-type(12) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 2.2s;
    }
}

@media screen and (orientation: portrait) and (max-width: 959px),
screen and (max-width: 959px) and (max-width: 959px) {
    .page-media .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(21.24927vw, -21.24927vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(21.24927vw, -21.24927vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(21.24927vw, -21.24927vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
    }
    .page-media .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-media .circle-nav[data-active="0"]::after {
        -webkit-transform: rotate(105deg);
        -ms-transform: rotate(105deg);
        transform: rotate(105deg);
    }
    .page-media .circle-nav[data-active="0"] .circle-nav-outline {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    .page-media .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(21.24927vw, 21.24927vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(21.24927vw, 21.24927vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(21.24927vw, 21.24927vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
    }
    .page-media .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-media .circle-nav[data-active="1"]::after {
        -webkit-transform: rotate(-165deg);
        -ms-transform: rotate(-165deg);
        transform: rotate(-165deg);
    }
    .page-media .circle-nav[data-active="1"] .circle-nav-outline {
        -webkit-transform: rotate(105deg);
        -ms-transform: rotate(105deg);
        transform: rotate(105deg);
    }
    .page-media .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-21.24927vw, 21.24927vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-21.24927vw, 21.24927vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(-21.24927vw, 21.24927vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
    }
    .page-media .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-media .circle-nav[data-active="2"]::after {
        -webkit-transform: rotate(-75deg);
        -ms-transform: rotate(-75deg);
        transform: rotate(-75deg);
    }
    .page-media .circle-nav[data-active="2"] .circle-nav-outline {
        -webkit-transform: rotate(195deg);
        -ms-transform: rotate(195deg);
        transform: rotate(195deg);
    }
    .page-media .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-21.24927vw, -21.24927vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-21.24927vw, -21.24927vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(-21.24927vw, -21.24927vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
    }
    .page-media .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-media .circle-nav[data-active="3"]::after {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    .page-media .circle-nav[data-active="3"] .circle-nav-outline {
        -webkit-transform: rotate(285deg);
        -ms-transform: rotate(285deg);
        transform: rotate(285deg);
    }
    .page-media .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(21.24927vw, -21.24927vw) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(21.24927vw, -21.24927vw) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(21.24927vw, -21.24927vw) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
    }
    .page-media .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(29.02704vw, -7.77777vw) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
        -ms-transform: translate(-50%, -50%) translate(29.02704vw, -7.77777vw) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
        transform: translate(-50%, -50%) translate(29.02704vw, -7.77777vw) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
    }
    .page-media .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(29.02704vw, 7.77777vw) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
        -ms-transform: translate(-50%, -50%) translate(29.02704vw, 7.77777vw) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
        transform: translate(-50%, -50%) translate(29.02704vw, 7.77777vw) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
    }
    .page-media .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(21.24927vw, 21.24927vw) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(21.24927vw, 21.24927vw) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(21.24927vw, 21.24927vw) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
    }
    .page-media .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(7.77777vw, 29.02704vw) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
        -ms-transform: translate(-50%, -50%) translate(7.77777vw, 29.02704vw) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
        transform: translate(-50%, -50%) translate(7.77777vw, 29.02704vw) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
    }
    .page-media .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-7.77777vw, 29.02704vw) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
        -ms-transform: translate(-50%, -50%) translate(-7.77777vw, 29.02704vw) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
        transform: translate(-50%, -50%) translate(-7.77777vw, 29.02704vw) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
    }
    .page-media .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-21.24927vw, 21.24927vw) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-21.24927vw, 21.24927vw) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(-21.24927vw, 21.24927vw) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
    }
    .page-media .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-29.02704vw, 7.77777vw) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
        -ms-transform: translate(-50%, -50%) translate(-29.02704vw, 7.77777vw) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
        transform: translate(-50%, -50%) translate(-29.02704vw, 7.77777vw) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
    }
    .page-media .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-29.02704vw, -7.77777vw) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
        -ms-transform: translate(-50%, -50%) translate(-29.02704vw, -7.77777vw) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
        transform: translate(-50%, -50%) translate(-29.02704vw, -7.77777vw) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
    }
    .page-media .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-21.24927vw, -21.24927vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-21.24927vw, -21.24927vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(-21.24927vw, -21.24927vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
    }
    .page-media .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-7.77777vw, -29.02704vw) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
        -ms-transform: translate(-50%, -50%) translate(-7.77777vw, -29.02704vw) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
        transform: translate(-50%, -50%) translate(-7.77777vw, -29.02704vw) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
    }
    .page-media .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(7.77777vw, -29.02704vw) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
        -ms-transform: translate(-50%, -50%) translate(7.77777vw, -29.02704vw) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
        transform: translate(-50%, -50%) translate(7.77777vw, -29.02704vw) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
    }
}

@media screen and (orientation: portrait) and (max-width: 959px) and (max-height: 415px) and (orientation: landscape),
screen and (max-width: 959px) and (max-width: 959px) and (max-height: 415px) and (orientation: landscape),
screen and (orientation: portrait) and (max-width: 599px),
(max-width: 959px) and (max-width: 599px) {
    .page-media .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(18.06188vw, -18.06188vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(18.06188vw, -18.06188vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(18.06188vw, -18.06188vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
    }
    .page-media .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-media .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(16.57443vw, -16.57443vw) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(16.57443vw, -16.57443vw) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(16.57443vw, -16.57443vw) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
    }
    .page-media .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(18.06188vw, 18.06188vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(18.06188vw, 18.06188vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(18.06188vw, 18.06188vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
    }
    .page-media .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-media .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(22.64109vw, -6.06666vw) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
        -ms-transform: translate(-50%, -50%) translate(22.64109vw, -6.06666vw) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
        transform: translate(-50%, -50%) translate(22.64109vw, -6.06666vw) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
    }
    .page-media .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vw, 18.06188vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vw, 18.06188vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(-18.06188vw, 18.06188vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
    }
    .page-media .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-media .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(22.64109vw, 6.06666vw) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
        -ms-transform: translate(-50%, -50%) translate(22.64109vw, 6.06666vw) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
        transform: translate(-50%, -50%) translate(22.64109vw, 6.06666vw) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
    }
    .page-media .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vw, -18.06188vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vw, -18.06188vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(-18.06188vw, -18.06188vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
    }
    .page-media .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-media .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(16.57443vw, 16.57443vw) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(16.57443vw, 16.57443vw) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(16.57443vw, 16.57443vw) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
    }
    .page-media .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(18.06188vw, -18.06188vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(18.06188vw, -18.06188vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(18.06188vw, -18.06188vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
    }
    .page-media .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-media .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(6.06666vw, 22.64109vw) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
        -ms-transform: translate(-50%, -50%) translate(6.06666vw, 22.64109vw) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
        transform: translate(-50%, -50%) translate(6.06666vw, 22.64109vw) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
    }
    .page-media .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(18.06188vw, 18.06188vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(18.06188vw, 18.06188vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(18.06188vw, 18.06188vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
    }
    .page-media .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-media .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-6.06666vw, 22.64109vw) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
        -ms-transform: translate(-50%, -50%) translate(-6.06666vw, 22.64109vw) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
        transform: translate(-50%, -50%) translate(-6.06666vw, 22.64109vw) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
    }
    .page-media .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vw, 18.06188vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vw, 18.06188vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(-18.06188vw, 18.06188vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
    }
    .page-media .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-media .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-16.57443vw, 16.57443vw) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-16.57443vw, 16.57443vw) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(-16.57443vw, 16.57443vw) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
    }
    .page-media .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vw, -18.06188vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vw, -18.06188vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(-18.06188vw, -18.06188vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
    }
    .page-media .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-media .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-22.64109vw, 6.06666vw) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
        -ms-transform: translate(-50%, -50%) translate(-22.64109vw, 6.06666vw) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
        transform: translate(-50%, -50%) translate(-22.64109vw, 6.06666vw) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
    }
    .page-media .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(18.06188vw, -18.06188vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(18.06188vw, -18.06188vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(18.06188vw, -18.06188vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
    }
    .page-media .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-media .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-22.64109vw, -6.06666vw) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
        -ms-transform: translate(-50%, -50%) translate(-22.64109vw, -6.06666vw) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
        transform: translate(-50%, -50%) translate(-22.64109vw, -6.06666vw) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
    }
    .page-media .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(18.06188vw, 18.06188vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(18.06188vw, 18.06188vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(18.06188vw, 18.06188vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
    }
    .page-media .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-media .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-16.57443vw, -16.57443vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-16.57443vw, -16.57443vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(-16.57443vw, -16.57443vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
    }
    .page-media .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vw, 18.06188vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vw, 18.06188vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(-18.06188vw, 18.06188vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
    }
    .page-media .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-media .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-6.06666vw, -22.64109vw) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
        -ms-transform: translate(-50%, -50%) translate(-6.06666vw, -22.64109vw) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
        transform: translate(-50%, -50%) translate(-6.06666vw, -22.64109vw) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
    }
    .page-media .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vw, -18.06188vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vw, -18.06188vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(-18.06188vw, -18.06188vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
    }
    .page-media .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-media .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(6.06666vw, -22.64109vw) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
        -ms-transform: translate(-50%, -50%) translate(6.06666vw, -22.64109vw) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
        transform: translate(-50%, -50%) translate(6.06666vw, -22.64109vw) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
    }
}

@media screen and (orientation: portrait),
(max-width: 959px) {
    .page-media .circle-nav-item {
        white-space: normal;
        text-align: center;
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) {
    .page-media .circle-nav {
        width: 30.102vw;
        height: 30.102vw;
    }
    .page-media .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, -15.051vw) translate(0%, -50%) translate(0px, -26px);
        -ms-transform: translate(-50%, -50%) translate(0vw, -15.051vw) translate(0%, -50%) translate(0px, -26px);
        transform: translate(-50%, -50%) translate(0vw, -15.051vw) translate(0%, -50%) translate(0px, -26px);
    }
    .page-media .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        top: 10px;
        right: 20px;
    }
    .page-media .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(1) {
        display: none;
    }
    .page-media .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(12) span {
        background-color: #ff2400;
    }
    .page-media .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(1) span {
        background-color: #ff2400;
    }
    .page-media .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(2) span {
        background-color: #ff2400;
    }
    .page-media .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(3) span {
        background-color: #ff2400;
    }
    .page-media .circle-nav[data-active="0"] .circle-nav-outline {
        width: calc(100% + 63px);
        height: calc(100% + 63px);
        top: -31.5px;
        left: -31.5px;
        -webkit-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        transform: rotate(-30deg);
        transition-timing-function: step-start;
        -webkit-animation: circle-nav-outline-sector-3-12 0.4s linear;
        animation: circle-nav-outline-sector-3-12 0.4s linear;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
    @-webkit-keyframes circle-nav-outline-sector-3-12 {
        from {
            stroke-dashoffset: 3130;
        }
        to {
            stroke-dashoffset: 2347.5;
        }
    }
    @keyframes circle-nav-outline-sector-3-12 {
        from {
            stroke-dashoffset: 3130;
        }
        to {
            stroke-dashoffset: 2347.5;
        }
    }
    .page-media .circle-nav[data-active="0"]::after {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
    }
    .page-media .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide:nth-child(1) {
        z-index: 1;
        opacity: 1;
    }
    .page-media .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide-img:nth-child(1) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-media .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(15.051vw, 0vw) translate(50%, 0%) translate(26px, 0px);
        -ms-transform: translate(-50%, -50%) translate(15.051vw, 0vw) translate(50%, 0%) translate(26px, 0px);
        transform: translate(-50%, -50%) translate(15.051vw, 0vw) translate(50%, 0%) translate(26px, 0px);
    }
    .page-media .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-media .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(4) {
        display: none;
    }
    .page-media .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(3) span {
        background-color: #ff2400;
    }
    .page-media .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(4) span {
        background-color: #ff2400;
    }
    .page-media .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(5) span {
        background-color: #ff2400;
    }
    .page-media .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(6) span {
        background-color: #ff2400;
    }
    .page-media .circle-nav[data-active="1"] .circle-nav-outline {
        width: calc(100% + 63px);
        height: calc(100% + 63px);
        top: -31.5px;
        left: -31.5px;
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        transition-timing-function: step-start;
        -webkit-animation: circle-nav-outline-sector-3-12 0.4s linear;
        animation: circle-nav-outline-sector-3-12 0.4s linear;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
    @keyframes circle-nav-outline-sector-3-12 {
        from {
            stroke-dashoffset: 3130;
        }
        to {
            stroke-dashoffset: 2347.5;
        }
    }
    .page-media .circle-nav[data-active="1"]::after {
        -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
        transform: rotate(150deg);
    }
    .page-media .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide:nth-child(2) {
        z-index: 1;
        opacity: 1;
    }
    .page-media .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide-img:nth-child(2) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-media .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 15.051vw) translate(0%, 50%) translate(0px, 26px);
        -ms-transform: translate(-50%, -50%) translate(0vw, 15.051vw) translate(0%, 50%) translate(0px, 26px);
        transform: translate(-50%, -50%) translate(0vw, 15.051vw) translate(0%, 50%) translate(0px, 26px);
    }
    .page-media .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-media .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(7) {
        display: none;
    }
    .page-media .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(6) span {
        background-color: #ff2400;
    }
    .page-media .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(7) span {
        background-color: #ff2400;
    }
    .page-media .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(8) span {
        background-color: #ff2400;
    }
    .page-media .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(9) span {
        background-color: #ff2400;
    }
    .page-media .circle-nav[data-active="2"] .circle-nav-outline {
        width: calc(100% + 63px);
        height: calc(100% + 63px);
        top: -31.5px;
        left: -31.5px;
        -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
        transform: rotate(150deg);
        transition-timing-function: step-start;
        -webkit-animation: circle-nav-outline-sector-3-12 0.4s linear;
        animation: circle-nav-outline-sector-3-12 0.4s linear;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
    @keyframes circle-nav-outline-sector-3-12 {
        from {
            stroke-dashoffset: 3130;
        }
        to {
            stroke-dashoffset: 2347.5;
        }
    }
    .page-media .circle-nav[data-active="2"]::after {
        -webkit-transform: rotate(-120deg);
        -ms-transform: rotate(-120deg);
        transform: rotate(-120deg);
    }
    .page-media .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide:nth-child(3) {
        z-index: 1;
        opacity: 1;
    }
    .page-media .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide-img:nth-child(3) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-media .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-15.051vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
        -ms-transform: translate(-50%, -50%) translate(-15.051vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
        transform: translate(-50%, -50%) translate(-15.051vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    }
    .page-media .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-media .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(10) {
        display: none;
    }
    .page-media .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(9) span {
        background-color: #ff2400;
    }
    .page-media .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(10) span {
        background-color: #ff2400;
    }
    .page-media .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(11) span {
        background-color: #ff2400;
    }
    .page-media .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(12) span {
        background-color: #ff2400;
    }
    .page-media .circle-nav[data-active="3"] .circle-nav-outline {
        width: calc(100% + 63px);
        height: calc(100% + 63px);
        top: -31.5px;
        left: -31.5px;
        -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
        transform: rotate(240deg);
        transition-timing-function: step-start;
        -webkit-animation: circle-nav-outline-sector-3-12 0.4s linear;
        animation: circle-nav-outline-sector-3-12 0.4s linear;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
    @keyframes circle-nav-outline-sector-3-12 {
        from {
            stroke-dashoffset: 3130;
        }
        to {
            stroke-dashoffset: 2347.5;
        }
    }
    .page-media .circle-nav[data-active="3"]::after {
        -webkit-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    .page-media .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide:nth-child(4) {
        z-index: 1;
        opacity: 1;
    }
    .page-media .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide-img:nth-child(4) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-media .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, -15.051vw) translate(0%, -50%) translate(0px, -20px);
        -ms-transform: translate(-50%, -50%) translate(0vw, -15.051vw) translate(0%, -50%) translate(0px, -20px);
        transform: translate(-50%, -50%) translate(0vw, -15.051vw) translate(0%, -50%) translate(0px, -20px);
    }
    .page-media .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(7.5255vw, -13.03455vw) translate(25%, -43.30127%) translate(10px, -17.32051px);
        -ms-transform: translate(-50%, -50%) translate(7.5255vw, -13.03455vw) translate(25%, -43.30127%) translate(10px, -17.32051px);
        transform: translate(-50%, -50%) translate(7.5255vw, -13.03455vw) translate(25%, -43.30127%) translate(10px, -17.32051px);
    }
    .page-media .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(13.03455vw, -7.5255vw) translate(43.30127%, -25%) translate(17.32051px, -10px);
        -ms-transform: translate(-50%, -50%) translate(13.03455vw, -7.5255vw) translate(43.30127%, -25%) translate(17.32051px, -10px);
        transform: translate(-50%, -50%) translate(13.03455vw, -7.5255vw) translate(43.30127%, -25%) translate(17.32051px, -10px);
    }
    .page-media .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(15.051vw, 0vw) translate(50%, 0%) translate(20px, 0px);
        -ms-transform: translate(-50%, -50%) translate(15.051vw, 0vw) translate(50%, 0%) translate(20px, 0px);
        transform: translate(-50%, -50%) translate(15.051vw, 0vw) translate(50%, 0%) translate(20px, 0px);
    }
    .page-media .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(13.03455vw, 7.5255vw) translate(43.30127%, 25%) translate(17.32051px, 10px);
        -ms-transform: translate(-50%, -50%) translate(13.03455vw, 7.5255vw) translate(43.30127%, 25%) translate(17.32051px, 10px);
        transform: translate(-50%, -50%) translate(13.03455vw, 7.5255vw) translate(43.30127%, 25%) translate(17.32051px, 10px);
    }
    .page-media .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(7.5255vw, 13.03455vw) translate(25%, 43.30127%) translate(10px, 17.32051px);
        -ms-transform: translate(-50%, -50%) translate(7.5255vw, 13.03455vw) translate(25%, 43.30127%) translate(10px, 17.32051px);
        transform: translate(-50%, -50%) translate(7.5255vw, 13.03455vw) translate(25%, 43.30127%) translate(10px, 17.32051px);
    }
    .page-media .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 15.051vw) translate(0%, 50%) translate(0px, 20px);
        -ms-transform: translate(-50%, -50%) translate(0vw, 15.051vw) translate(0%, 50%) translate(0px, 20px);
        transform: translate(-50%, -50%) translate(0vw, 15.051vw) translate(0%, 50%) translate(0px, 20px);
    }
    .page-media .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-7.5255vw, 13.03455vw) translate(-25%, 43.30127%) translate(-10px, 17.32051px);
        -ms-transform: translate(-50%, -50%) translate(-7.5255vw, 13.03455vw) translate(-25%, 43.30127%) translate(-10px, 17.32051px);
        transform: translate(-50%, -50%) translate(-7.5255vw, 13.03455vw) translate(-25%, 43.30127%) translate(-10px, 17.32051px);
    }
    .page-media .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-13.03455vw, 7.5255vw) translate(-43.30127%, 25%) translate(-17.32051px, 10px);
        -ms-transform: translate(-50%, -50%) translate(-13.03455vw, 7.5255vw) translate(-43.30127%, 25%) translate(-17.32051px, 10px);
        transform: translate(-50%, -50%) translate(-13.03455vw, 7.5255vw) translate(-43.30127%, 25%) translate(-17.32051px, 10px);
    }
    .page-media .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-15.051vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
        -ms-transform: translate(-50%, -50%) translate(-15.051vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
        transform: translate(-50%, -50%) translate(-15.051vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    }
    .page-media .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-13.03455vw, -7.5255vw) translate(-43.30127%, -25%) translate(-17.32051px, -10px);
        -ms-transform: translate(-50%, -50%) translate(-13.03455vw, -7.5255vw) translate(-43.30127%, -25%) translate(-17.32051px, -10px);
        transform: translate(-50%, -50%) translate(-13.03455vw, -7.5255vw) translate(-43.30127%, -25%) translate(-17.32051px, -10px);
    }
    .page-media .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-7.5255vw, -13.03455vw) translate(-25%, -43.30127%) translate(-10px, -17.32051px);
        -ms-transform: translate(-50%, -50%) translate(-7.5255vw, -13.03455vw) translate(-25%, -43.30127%) translate(-10px, -17.32051px);
        transform: translate(-50%, -50%) translate(-7.5255vw, -13.03455vw) translate(-25%, -43.30127%) translate(-10px, -17.32051px);
    }
    .page-media .circle-nav-marker:nth-of-type(1) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0s;
    }
    .page-media .circle-nav-marker:nth-of-type(2) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0.2s;
    }
    .page-media .circle-nav-marker:nth-of-type(3) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0.4s;
    }
    .page-media .circle-nav-marker:nth-of-type(4) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0.6s;
    }
    .page-media .circle-nav-marker:nth-of-type(5) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0.8s;
    }
    .page-media .circle-nav-marker:nth-of-type(6) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1s;
    }
    .page-media .circle-nav-marker:nth-of-type(7) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1.2s;
    }
    .page-media .circle-nav-marker:nth-of-type(8) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1.4s;
    }
    .page-media .circle-nav-marker:nth-of-type(9) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1.6s;
    }
    .page-media .circle-nav-marker:nth-of-type(10) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1.8s;
    }
    .page-media .circle-nav-marker:nth-of-type(11) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 2s;
    }
    .page-media .circle-nav-marker:nth-of-type(12) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 2.2s;
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) and (max-width: 959px) {
    .page-media .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(10.64266vw, -10.64266vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(10.64266vw, -10.64266vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(10.64266vw, -10.64266vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
    }
    .page-media .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-media .circle-nav[data-active="0"]::after {
        -webkit-transform: rotate(105deg);
        -ms-transform: rotate(105deg);
        transform: rotate(105deg);
    }
    .page-media .circle-nav[data-active="0"] .circle-nav-outline {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    .page-media .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(10.64266vw, 10.64266vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(10.64266vw, 10.64266vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(10.64266vw, 10.64266vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
    }
    .page-media .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-media .circle-nav[data-active="1"]::after {
        -webkit-transform: rotate(-165deg);
        -ms-transform: rotate(-165deg);
        transform: rotate(-165deg);
    }
    .page-media .circle-nav[data-active="1"] .circle-nav-outline {
        -webkit-transform: rotate(105deg);
        -ms-transform: rotate(105deg);
        transform: rotate(105deg);
    }
    .page-media .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-10.64266vw, 10.64266vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-10.64266vw, 10.64266vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(-10.64266vw, 10.64266vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
    }
    .page-media .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-media .circle-nav[data-active="2"]::after {
        -webkit-transform: rotate(-75deg);
        -ms-transform: rotate(-75deg);
        transform: rotate(-75deg);
    }
    .page-media .circle-nav[data-active="2"] .circle-nav-outline {
        -webkit-transform: rotate(195deg);
        -ms-transform: rotate(195deg);
        transform: rotate(195deg);
    }
    .page-media .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-10.64266vw, -10.64266vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-10.64266vw, -10.64266vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(-10.64266vw, -10.64266vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
    }
    .page-media .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-media .circle-nav[data-active="3"]::after {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    .page-media .circle-nav[data-active="3"] .circle-nav-outline {
        -webkit-transform: rotate(285deg);
        -ms-transform: rotate(285deg);
        transform: rotate(285deg);
    }
    .page-media .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(10.64266vw, -10.64266vw) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(10.64266vw, -10.64266vw) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(10.64266vw, -10.64266vw) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
    }
    .page-media .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(14.53815vw, -3.89549vw) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
        -ms-transform: translate(-50%, -50%) translate(14.53815vw, -3.89549vw) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
        transform: translate(-50%, -50%) translate(14.53815vw, -3.89549vw) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
    }
    .page-media .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(14.53815vw, 3.89549vw) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
        -ms-transform: translate(-50%, -50%) translate(14.53815vw, 3.89549vw) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
        transform: translate(-50%, -50%) translate(14.53815vw, 3.89549vw) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
    }
    .page-media .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(10.64266vw, 10.64266vw) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(10.64266vw, 10.64266vw) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(10.64266vw, 10.64266vw) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
    }
    .page-media .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(3.89549vw, 14.53815vw) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
        -ms-transform: translate(-50%, -50%) translate(3.89549vw, 14.53815vw) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
        transform: translate(-50%, -50%) translate(3.89549vw, 14.53815vw) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
    }
    .page-media .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-3.89549vw, 14.53815vw) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
        -ms-transform: translate(-50%, -50%) translate(-3.89549vw, 14.53815vw) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
        transform: translate(-50%, -50%) translate(-3.89549vw, 14.53815vw) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
    }
    .page-media .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-10.64266vw, 10.64266vw) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-10.64266vw, 10.64266vw) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(-10.64266vw, 10.64266vw) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
    }
    .page-media .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-14.53815vw, 3.89549vw) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
        -ms-transform: translate(-50%, -50%) translate(-14.53815vw, 3.89549vw) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
        transform: translate(-50%, -50%) translate(-14.53815vw, 3.89549vw) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
    }
    .page-media .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-14.53815vw, -3.89549vw) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
        -ms-transform: translate(-50%, -50%) translate(-14.53815vw, -3.89549vw) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
        transform: translate(-50%, -50%) translate(-14.53815vw, -3.89549vw) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
    }
    .page-media .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-10.64266vw, -10.64266vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-10.64266vw, -10.64266vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(-10.64266vw, -10.64266vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
    }
    .page-media .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-3.89549vw, -14.53815vw) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
        -ms-transform: translate(-50%, -50%) translate(-3.89549vw, -14.53815vw) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
        transform: translate(-50%, -50%) translate(-3.89549vw, -14.53815vw) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
    }
    .page-media .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(3.89549vw, -14.53815vw) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
        -ms-transform: translate(-50%, -50%) translate(3.89549vw, -14.53815vw) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
        transform: translate(-50%, -50%) translate(3.89549vw, -14.53815vw) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) and (max-width: 959px) and (max-height: 415px) and (orientation: landscape),
screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) and (max-width: 599px) {
    .page-media .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(9.04626vw, -9.04626vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(9.04626vw, -9.04626vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(9.04626vw, -9.04626vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
    }
    .page-media .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-media .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(8.30128vw, -8.30128vw) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(8.30128vw, -8.30128vw) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(8.30128vw, -8.30128vw) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
    }
    .page-media .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(9.04626vw, 9.04626vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(9.04626vw, 9.04626vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(9.04626vw, 9.04626vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
    }
    .page-media .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-media .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(11.33976vw, -3.03848vw) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
        -ms-transform: translate(-50%, -50%) translate(11.33976vw, -3.03848vw) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
        transform: translate(-50%, -50%) translate(11.33976vw, -3.03848vw) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
    }
    .page-media .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-9.04626vw, 9.04626vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-9.04626vw, 9.04626vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(-9.04626vw, 9.04626vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
    }
    .page-media .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-media .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(11.33976vw, 3.03848vw) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
        -ms-transform: translate(-50%, -50%) translate(11.33976vw, 3.03848vw) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
        transform: translate(-50%, -50%) translate(11.33976vw, 3.03848vw) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
    }
    .page-media .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-9.04626vw, -9.04626vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-9.04626vw, -9.04626vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(-9.04626vw, -9.04626vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
    }
    .page-media .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-media .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(8.30128vw, 8.30128vw) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(8.30128vw, 8.30128vw) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(8.30128vw, 8.30128vw) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
    }
    .page-media .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(9.04626vw, -9.04626vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(9.04626vw, -9.04626vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(9.04626vw, -9.04626vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
    }
    .page-media .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-media .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(3.03848vw, 11.33976vw) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
        -ms-transform: translate(-50%, -50%) translate(3.03848vw, 11.33976vw) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
        transform: translate(-50%, -50%) translate(3.03848vw, 11.33976vw) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
    }
    .page-media .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(9.04626vw, 9.04626vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(9.04626vw, 9.04626vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(9.04626vw, 9.04626vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
    }
    .page-media .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-media .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-3.03848vw, 11.33976vw) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
        -ms-transform: translate(-50%, -50%) translate(-3.03848vw, 11.33976vw) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
        transform: translate(-50%, -50%) translate(-3.03848vw, 11.33976vw) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
    }
    .page-media .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-9.04626vw, 9.04626vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-9.04626vw, 9.04626vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(-9.04626vw, 9.04626vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
    }
    .page-media .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-media .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-8.30128vw, 8.30128vw) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-8.30128vw, 8.30128vw) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(-8.30128vw, 8.30128vw) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
    }
    .page-media .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-9.04626vw, -9.04626vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-9.04626vw, -9.04626vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(-9.04626vw, -9.04626vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
    }
    .page-media .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-media .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-11.33976vw, 3.03848vw) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
        -ms-transform: translate(-50%, -50%) translate(-11.33976vw, 3.03848vw) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
        transform: translate(-50%, -50%) translate(-11.33976vw, 3.03848vw) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
    }
    .page-media .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(9.04626vw, -9.04626vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(9.04626vw, -9.04626vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(9.04626vw, -9.04626vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
    }
    .page-media .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-media .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-11.33976vw, -3.03848vw) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
        -ms-transform: translate(-50%, -50%) translate(-11.33976vw, -3.03848vw) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
        transform: translate(-50%, -50%) translate(-11.33976vw, -3.03848vw) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
    }
    .page-media .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(9.04626vw, 9.04626vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(9.04626vw, 9.04626vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(9.04626vw, 9.04626vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
    }
    .page-media .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-media .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-8.30128vw, -8.30128vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-8.30128vw, -8.30128vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(-8.30128vw, -8.30128vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
    }
    .page-media .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-9.04626vw, 9.04626vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-9.04626vw, 9.04626vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(-9.04626vw, 9.04626vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
    }
    .page-media .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-media .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-3.03848vw, -11.33976vw) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
        -ms-transform: translate(-50%, -50%) translate(-3.03848vw, -11.33976vw) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
        transform: translate(-50%, -50%) translate(-3.03848vw, -11.33976vw) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
    }
    .page-media .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-9.04626vw, -9.04626vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-9.04626vw, -9.04626vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(-9.04626vw, -9.04626vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
    }
    .page-media .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-media .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(3.03848vw, -11.33976vw) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
        -ms-transform: translate(-50%, -50%) translate(3.03848vw, -11.33976vw) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
        transform: translate(-50%, -50%) translate(3.03848vw, -11.33976vw) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape),
(max-width: 599px) {
    .ios .page-media .circle-nav {
        top: -5.5vh;
    }
}

.page-media-news .categories {
    list-style: none;
    padding-left: 0;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
}

.page-media-news .categories li {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 20px;
    margin-bottom: 10px;
    height: 36px;
    font-weight: 700;
    color: #999;
    border: 1px solid #999;
    border-radius: 18px;
}

.page-media-news .categories li:hover,
.page-media-news .categories li.active {
    color: #fff;
    background-color: #ff2400;
    border-color: transparent;
}

.page-media-news .categories li a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 20px;
    padding-left: 20px;
    transition: none;
}

.page-media-news .categories li a:hover {
    text-decoration: none;
}

.page-media-news .news-feed {
    margin-top: 10vw;
    margin-left: 42vw;
    width: 35vw;
}

@media screen and (max-width: 959px) {
    .page-media-news .news-feed {
        margin-left: 25vw;
        width: 60vw;
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape),
(max-width: 599px) {
    .page-media-news .categories li {
        margin-right: 10px;
        margin-bottom: 10px;
        height: 30px;
        font-size: 1.1rem;
        border-radius: 15px;
    }
    .page-media-news .categories li a {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 479px) and (orientation: portrait) {
    .page-media-news .pagination li {
        font-size: 1.2rem;
    }
    .page-media-news .pagination li a,
    .page-media-news .pagination li.pagination-active {
        padding-right: 0;
    }
}

.page-media-news-item article {
    width: 50vw;
    margin-left: auto;
    margin-right: auto;
}

.page-media-news-item .section-img {
    margin: 10vw auto;
    width: 32vw;
    height: 32vw;
}

.page-media-news-item header {
    position: relative;
}

.page-media-news-item .date {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -6.25vw;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.page-media-news-item h1 {
    margin-bottom: 40px;
}

.page-media-news-item p {
    margin-bottom: 15px;
}

.page-media-news-item h2 {
    margin-top: 25px;
    margin-bottom: 15px;
}

.page-media-news-item blockquote {
    position: relative;
    margin-top: 7.8vw;
    margin-bottom: 7.8vw;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
}

.page-media-news-item blockquote::before,
.page-media-news-item blockquote::after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -3px;
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 50%;
}

.page-media-news-item blockquote::before {
    top: -3.9vw;
}

.page-media-news-item blockquote::after {
    bottom: -3.9vw;
}

@media screen and (max-width: 959px) {
    .page-media-news-item .section-img {
        margin-left: -7vw;
        width: 45vw;
        height: 45vw;
    }
    .page-media-news-item article {
        padding-left: 14vw;
        width: 60vw;
    }
    .page-media-news-item .date {
        position: static;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 5vw;
        height: 40px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .page-media-news-item .date span {
        float: none;
        margin: 0;
        font-size: 2rem;
    }
    .page-media-news-item .date span:first-child {
        margin-right: 10px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 479px) and (orientation: portrait) {
    .page-media-news-item article {
        padding-top: 10vw;
    }
    .page-media-news-item .section-img {
        margin-left: 0;
    }
    .page-media-news-item header {
        position: static;
    }
    .page-media-news-item article {
        position: relative;
        width: 90vw;
        margin-bottom: 5vw;
        padding-bottom: 4rem;
        padding-left: 20vw;
    }
    .page-media-news-item article h1 {
        font-size: 2.2rem;
    }
    .page-media-news-item .date {
        position: absolute;
        top: auto;
        right: auto;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        margin-top: 1vw;
        margin-left: -10vw;
        display: block;
        margin-right: 0;
    }
    .page-media-news-item .date span {
        font-size: .9rem;
    }
    .page-media-news-item .date span:first-child {
        float: left;
        margin-right: 6px;
        font-size: 2.2rem;
    }
    .page-media-news-item .date span:nth-child(2) {
        margin-top: 1px;
        margin-bottom: 2px;
    }
}

.page-media-press .press-center {
    margin-top: 10vw;
    margin-left: 18vw;
    width: 70vw;
    font-size: 15px;
}

@media screen and (max-width: 959px) {
    .page-media-press .press-center {
        margin-left: 13vw;
        width: 75vw;
    }
}

.page-media-download .download {
    margin-top: 10vw;
    margin-left: 42vw;
    width: 35vw;
    font-size: 15px;
}

@media screen and (max-width: 959px) {
    .page-media-download .download {
        margin-left: 30vw;
        width: 50vw;
    }
}

.parallax {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.parallax .screen {
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    visibility: hidden;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform, opacity;
}

.parallax .screen-current,
.no-js .parallax .screen {
    visibility: visible;
    z-index: 1;
}

.no-js .parallax .screen {
    position: relative;
}

.parallax .screen-on-top {
    z-index: 2;
}

.parallax article,
.parallax header,
.parallax .counter {
    will-change: transform;
}




/*

Animations
======

Animate screen into / out of view,
based on http://tympanus.net/Development/PageTransitions/

    <div class="screen screen-transition-scaleDown"></div>
    <div class="screen screen-transition-moveFromTop screen-current"></div>

*/


/* Move */

.screen-transition-moveFromTop {
    -webkit-animation: moveFromTop 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99) both;
    animation: moveFromTop 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99) both;
}

.screen-transition-moveFromTop article,
.screen-transition-moveFromTop header,
.screen-transition-moveFromTop .counter {
    -webkit-animation: moveFromTopContent 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99) both;
    animation: moveFromTopContent 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99) both;
}

.screen-transition-moveFromBottom {
    -webkit-animation: moveFromBottom 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99) both;
    animation: moveFromBottom 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99) both;
}

.screen-transition-moveFromBottom article,
.screen-transition-moveFromBottom header,
.screen-transition-moveFromBottom .counter {
    -webkit-animation: moveFromBottomContent 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99) both;
    animation: moveFromBottomContent 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99) both;
}

.screen-transition-moveToTop {
    -webkit-animation: moveFromBottom 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99) both;
    animation: moveFromBottom 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99) both;
}




/* Scale / fade */

.screen-transition-scaleDown {
    -webkit-animation: scaleDown 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99) both;
    animation: scaleDown 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99) both;
}

.screen-transition-fadeOut {
    -webkit-animation: fadeOut 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99) both;
    animation: fadeOut 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99) both;
}

.screen-transition-fadeIn {
    -webkit-animation: fadeIn 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99) both;
    animation: fadeIn 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99) both;
}




/* Keyframes */

@-webkit-keyframes moveFromTop {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes moveFromTop {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@-webkit-keyframes moveFromTopContent {
    from {
        -webkit-transform: translateY(-12vh);
        transform: translateY(-12vh);
    }
}

@keyframes moveFromTopContent {
    from {
        -webkit-transform: translateY(-12vh);
        transform: translateY(-12vh);
    }
}

@-webkit-keyframes moveFromBottomContent {
    from {
        -webkit-transform: translateY(8vh);
        transform: translateY(8vh);
    }
}

@keyframes moveFromBottomContent {
    from {
        -webkit-transform: translateY(8vh);
        transform: translateY(8vh);
    }
}

@-webkit-keyframes scaleDown {
    from {}
    to {
        opacity: 0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@keyframes scaleDown {
    from {}
    to {
        opacity: 0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@-webkit-keyframes fadeOut {
    from {}
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {}
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0;
    }
}

@-webkit-keyframes fadeIn {
    from {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.parallax .screen-background {
    position: absolute;
    overflow: hidden;
    top: -94.35vw;
    left: 25vw;
    width: 184.42vw;
    height: 184.42vw;
    border-radius: 50%;
    background: #000;
    -webkit-mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC");
}

.parallax .screen-background .screen-background-content {
    display: block;
    position: absolute;
    left: 0;
    top: 94.35vw;
    height: 100vh;
    width: 41%;
}

.parallax .screen-background img.screen-background-content {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    pointer-events: none;
    -moz-user-focus: ignore;
    -webkit-touch-callout: none;
    -ms-touch-action: none;
    text-decoration: none;
    height: auto;
    min-width: 116.66vh;
    will-change: transform;
    -webkit-animation: parallax-background-zoom 16s linear infinite alternate;
    animation: parallax-background-zoom 16s linear infinite alternate;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.parallax .screen-current .screen-background img.screen-background-content,
.parallax .no-js .screen-background img.screen-background-content {
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.parallax .screen-reverse .screen-background {
    left: -119vw;
}

.parallax .screen-reverse .screen-background img.screen-background-content {
    left: 119vw;
}

@media screen and (min-width: 600px) and (max-width: 959px) and (min-height: 416px) {
    .parallax .screen-background {
        width: 260vh;
        height: 260vh;
        top: -130vh;
    }
    .parallax .screen-background .screen-background-content {
        top: 130vh;
        left: 0;
        width: 23%;
    }
    .parallax .screen-reverse .screen-background {
        left: -270vw;
    }
    .parallax .screen-reverse .screen-background img.screen-background-content {
        left: 230vw;
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) {
    .parallax .screen-background {
        left: 60vw;
        top: -92.21vw;
    }
    .parallax .screen-background .screen-background-content {
        top: 92.21vw;
        left: 0;
        width: 40vw;
    }
    .parallax .screen-background img.screen-background-content {
        left: 0;
    }
    .parallax .screen-reverse .screen-background {
        left: -149.42vw;
        top: -92.21vw;
    }
    .parallax .screen-reverse .screen-background .screen-background-content {
        top: 92.21vw;
        left: 149.42vw;
        width: 35vw;
    }
    .parallax .screen-reverse .screen-background img.screen-background-content {
        left: 119.42vw;
    }
}

@media screen and (max-width: 479px) and (orientation: portrait) {
    .parallax .screen-background {
        left: -100vw;
        top: -255vw;
        width: 300vw;
        height: 300vw;
    }
    .parallax .screen-background .screen-background-content {
        top: 255vw;
        left: 100vw;
        width: 100vw;
        height: 50vw;
    }
    .parallax .screen-background img.screen-background-content {
        top: 245vw;
        min-width: 56.3vh;
    }
    .parallax .screen-reverse .screen-background {
        left: -100vw;
    }
    .parallax .screen-reverse .screen-background img.screen-background-content {
        top: 240vw;
        left: 100vw;
    }
}

@-webkit-keyframes parallax-background-zoom () {
from {
    -webkit-transform: scale(1);
    transform: scale(1);
}
to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
}

@keyframes parallax-background-zoom () {
from {
    -webkit-transform: scale(1);
    transform: scale(1);
}
to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
}

.parallax header {
    position: absolute;
    right: 80px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right;
}

.parallax header h2,
.parallax header .h2 {
    color: #fff;
    font-size: 3.5rem;
    font-weight: 300;
    margin-bottom: 0.5em;
}

.parallax header h2:last-child,
.parallax header .h2:last-child {
    margin-bottom: 0;
}

.parallax header small {
    font-size: 2rem;
    font-weight: bold;
    display: block;
    padding-bottom: 1em;
}

.parallax article {
    position: absolute;
    left: 80px;
    bottom: 53px;
    width: 380px;
    color: #666;
}

.parallax article h2 small,
.parallax article .h2 small {
    color: #666;
    font-size: 1.4rem;
    font-weight: 400;
    display: block;
}

.parallax article h3,
.parallax article .h3 {
    margin-top: 1.3em;
}

.parallax article h3:first-child,
.parallax article .h3:first-child {
    margin-top: 0;
}

.parallax article h5,
.parallax article .h5 {
    color: #ff2400;
    font-size: 1.2rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0.25em;
}

.parallax article h5+p,
.parallax article .h5+p {
    margin-top: 0;
}

.parallax article h4,
.parallax article h5,
.parallax article .h4,
.parallax article .h5 {
    margin-bottom: 0.25em;
}

.parallax article h4+p,
.parallax article h5+p,
.parallax article .h4+p,
.parallax article .h5+p {
    margin-top: 0;
}

.parallax article b {
    color: #000;
    font-weight: 400;
}

.parallax article b em {
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    padding: 0 2px 0 3px;
}

.parallax article .heading-extension {
    position: relative;
    margin: -2.5em 0 2.08em;
}

.parallax aside {
    position: absolute;
    top: 0;
    right: -64px;
    width: 46px;
}

.parallax aside img {
    display: block;
    margin-bottom: 18px;
}

.parallax .screen-reverse header {
    right: auto;
    left: 80px;
    text-align: left;
}

.parallax .screen-reverse article {
    left: auto;
    right: 80px;
}

@media screen and (min-width: 600px) and (max-width: 959px) and (min-height: 416px) {
    .parallax article {
        bottom: 105px;
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape),
(max-width: 599px) {
    .parallax header {
        display: none;
    }
    .parallax article {
        left: 0;
        bottom: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .parallax article .heading-extension {
        margin: -1em 0 1em;
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) {
    .parallax article {
        max-width: 70%;
        margin-top: 20px;
        padding: 0 20px;
    }
    .parallax article h2,
    .parallax article .h2 {
        margin-bottom: 0.25em;
    }
    .parallax article h2:last-child,
    .parallax article .h2:last-child {
        margin-bottom: 0;
    }
    .parallax .screen-reverse article {
        left: auto;
        right: 0;
        margin-top: 0;
    }
}

@media screen and (max-width: 479px) and (orientation: portrait) {
    .parallax article {
        max-width: 100%;
        padding: 0 30px;
        margin-top: 10%;
    }
    .parallax .screen-reverse article {
        right: auto;
        left: 0;
    }
}

.parallax .counter {
    position: absolute;
    z-index: 3;
    left: 80px;
    top: 16%;
}

.parallax .counter b {
    display: inline-block;
    margin-right: 6px;
    font-size: 3.9rem;
    line-height: 1em;
    vertical-align: top;
}

.parallax .counter span {
    display: inline-block;
    vertical-align: top;
}

.parallax .screen-reverse .counter {
    left: auto;
    right: 80px;
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape),
(max-width: 599px) {
    .parallax .counter b {
        font-size: 3rem;
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) {
    .parallax .counter {
        top: 20px;
        left: 60vw;
        margin-left: -80px;
    }
    .parallax .screen-reverse .counter {
        left: auto;
        right: 80px;
    }
}

@media screen and (max-width: 479px) and (orientation: portrait) {
    .parallax .counter,
    .parallax .screen-reverse .counter {
        top: 45vw;
        left: auto;
        right: 30px;
        margin-top: 18px;
    }
}




/*
 * Navigation arrow
 */

.nav-parallax {
    position: absolute;
    z-index: 3;
}

.nav-parallax .no-js .nav-parallax {
    display: none;
}

.nav-parallax-prev {
    top: 20px;
    left: 66px;
}

.nav-parallax-prev .icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.nav-parallax-next {
    bottom: 30px;
    left: 50%;
    margin-left: -18px;
}

@media screen and (max-width: 479px) and (orientation: portrait) {
    .nav-parallax {
        margin: -18px 0 0 -18px;
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) {
    .nav-parallax {
        left: 66.5%;
        bottom: 20px;
    }
    .nav-parallax.nav-parallax-inversed {
        left: 29%;
    }
}

@media screen and (max-width: 479px) and (orientation: portrait) {
    .nav-parallax {
        top: 45vw;
        left: 50%;
    }
}

.page-parallax,
.page-index,
.page-business,
.page-business-development,
.page-business-investment,
.page-business-agro,
.page-business-culture,
.page-contacts {
    position: relative;
    padding: 0;
    background: #333;
}

@media screen and (height: 320px) and (width: 568px) {
    .page-parallax,
    .page-index,
    .page-business,
    .page-business-development,
    .page-business-investment,
    .page-business-agro,
    .page-business-culture,
    .page-contacts {
        -webkit-transform: translateY(43px);
        -ms-transform: translateY(43px);
        transform: translateY(43px);
    }
}

.no-js .page-parallax,
.no-js .page-index,
.no-js .page-business,
.no-js .page-business-development,
.no-js .page-business-investment,
.no-js .page-business-agro,
.no-js .page-business-culture,
.no-js .page-contacts {
    overflow: auto;
}

.page-parallax,
.page-index,
.page-business,
.page-business-development,
.page-business-investment,
.page-business-agro,
.page-business-culture,
.page-contacts,
.page-parallax .screen,
.page-index .screen,
.page-business .screen,
.page-business-development .screen,
.page-business-investment .screen,
.page-business-agro .screen,
.page-business-culture .screen,
.page-contacts .screen {
    min-height: 100vh;
    overflow: hidden;
}

.page-index {
    background: #fff;
}

.page-index .intro {
    z-index: 100;
}

.page-index .index {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
}

.page-index .circle-nav {
    width: 60.102vh;
    height: 60.102vh;
}

.page-index .circle-nav-item:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) translate(0vh, -30.051vh) translate(0%, -50%) translate(0px, -26px);
    -ms-transform: translate(-50%, -50%) translate(0vh, -30.051vh) translate(0%, -50%) translate(0px, -26px);
    transform: translate(-50%, -50%) translate(0vh, -30.051vh) translate(0%, -50%) translate(0px, -26px);
}

.page-index .circle-nav-item:nth-of-type(1) .circle-nav-sub {
    top: 10px;
    right: 20px;
}

.page-index .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(1) {
    display: none;
}

.page-index .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(12) span {
    background-color: #ff2400;
}

.page-index .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(1) span {
    background-color: #ff2400;
}

.page-index .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(2) span {
    background-color: #ff2400;
}

.page-index .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(3) span {
    background-color: #ff2400;
}

.page-index .circle-nav[data-active="0"] .circle-nav-outline {
    width: calc(100% + 63px);
    height: calc(100% + 63px);
    top: -31.5px;
    left: -31.5px;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
    transition-timing-function: step-start;
    -webkit-animation: circle-nav-outline-sector-3-12 0.4s linear;
    animation: circle-nav-outline-sector-3-12 0.4s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes circle-nav-outline-sector-3-12 {
    from {
        stroke-dashoffset: 3130;
    }
    to {
        stroke-dashoffset: 2347.5;
    }
}

.page-index .circle-nav[data-active="0"]::after {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.page-index .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide:nth-child(1) {
    z-index: 1;
    opacity: 1;
}

.page-index .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide-img:nth-child(1) .img {
    opacity: 1;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.page-index .circle-nav-item:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) translate(30.051vh, 0vh) translate(50%, 0%) translate(26px, 0px);
    -ms-transform: translate(-50%, -50%) translate(30.051vh, 0vh) translate(50%, 0%) translate(26px, 0px);
    transform: translate(-50%, -50%) translate(30.051vh, 0vh) translate(50%, 0%) translate(26px, 0px);
}

.page-index .circle-nav-item:nth-of-type(2) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-index .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(4) {
    display: none;
}

.page-index .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(3) span {
    background-color: #ff2400;
}

.page-index .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(4) span {
    background-color: #ff2400;
}

.page-index .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(5) span {
    background-color: #ff2400;
}

.page-index .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(6) span {
    background-color: #ff2400;
}

.page-index .circle-nav[data-active="1"] .circle-nav-outline {
    width: calc(100% + 63px);
    height: calc(100% + 63px);
    top: -31.5px;
    left: -31.5px;
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    transition-timing-function: step-start;
    -webkit-animation: circle-nav-outline-sector-3-12 0.4s linear;
    animation: circle-nav-outline-sector-3-12 0.4s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes circle-nav-outline-sector-3-12 {
    from {
        stroke-dashoffset: 3130;
    }
    to {
        stroke-dashoffset: 2347.5;
    }
}

.page-index .circle-nav[data-active="1"]::after {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.page-index .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide:nth-child(2) {
    z-index: 1;
    opacity: 1;
}

.page-index .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide-img:nth-child(2) .img {
    opacity: 1;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.page-index .circle-nav-item:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) translate(0vh, 30.051vh) translate(0%, 50%) translate(0px, 26px);
    -ms-transform: translate(-50%, -50%) translate(0vh, 30.051vh) translate(0%, 50%) translate(0px, 26px);
    transform: translate(-50%, -50%) translate(0vh, 30.051vh) translate(0%, 50%) translate(0px, 26px);
}

.page-index .circle-nav-item:nth-of-type(3) .circle-nav-sub {
    bottom: 5px;
    left: 20px;
}

.page-index .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(7) {
    display: none;
}

.page-index .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(6) span {
    background-color: #ff2400;
}

.page-index .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(7) span {
    background-color: #ff2400;
}

.page-index .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(8) span {
    background-color: #ff2400;
}

.page-index .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(9) span {
    background-color: #ff2400;
}

.page-index .circle-nav[data-active="2"] .circle-nav-outline {
    width: calc(100% + 63px);
    height: calc(100% + 63px);
    top: -31.5px;
    left: -31.5px;
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
    transition-timing-function: step-start;
    -webkit-animation: circle-nav-outline-sector-3-12 0.4s linear;
    animation: circle-nav-outline-sector-3-12 0.4s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes circle-nav-outline-sector-3-12 {
    from {
        stroke-dashoffset: 3130;
    }
    to {
        stroke-dashoffset: 2347.5;
    }
}

.page-index .circle-nav[data-active="2"]::after {
    -webkit-transform: rotate(-120deg);
    -ms-transform: rotate(-120deg);
    transform: rotate(-120deg);
}

.page-index .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide:nth-child(3) {
    z-index: 1;
    opacity: 1;
}

.page-index .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide-img:nth-child(3) .img {
    opacity: 1;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.page-index .circle-nav-item:nth-of-type(4) {
    -webkit-transform: translate(-50%, -50%) translate(-30.051vh, 0vh) translate(-50%, 0%) translate(-26px, 0px);
    -ms-transform: translate(-50%, -50%) translate(-30.051vh, 0vh) translate(-50%, 0%) translate(-26px, 0px);
    transform: translate(-50%, -50%) translate(-30.051vh, 0vh) translate(-50%, 0%) translate(-26px, 0px);
}

.page-index .circle-nav-item:nth-of-type(4) .circle-nav-sub {
    top: 10px;
    left: 20px;
}

.page-index .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(10) {
    display: none;
}

.page-index .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(9) span {
    background-color: #ff2400;
}

.page-index .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(10) span {
    background-color: #ff2400;
}

.page-index .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(11) span {
    background-color: #ff2400;
}

.page-index .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(12) span {
    background-color: #ff2400;
}

.page-index .circle-nav[data-active="3"] .circle-nav-outline {
    width: calc(100% + 63px);
    height: calc(100% + 63px);
    top: -31.5px;
    left: -31.5px;
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
    transition-timing-function: step-start;
    -webkit-animation: circle-nav-outline-sector-3-12 0.4s linear;
    animation: circle-nav-outline-sector-3-12 0.4s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes circle-nav-outline-sector-3-12 {
    from {
        stroke-dashoffset: 3130;
    }
    to {
        stroke-dashoffset: 2347.5;
    }
}

.page-index .circle-nav[data-active="3"]::after {
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.page-index .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide:nth-child(4) {
    z-index: 1;
    opacity: 1;
}

.page-index .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide-img:nth-child(4) .img {
    opacity: 1;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.page-index .circle-nav-marker:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) translate(0vh, -30.051vh) translate(0%, -50%) translate(0px, -20px);
    -ms-transform: translate(-50%, -50%) translate(0vh, -30.051vh) translate(0%, -50%) translate(0px, -20px);
    transform: translate(-50%, -50%) translate(0vh, -30.051vh) translate(0%, -50%) translate(0px, -20px);
}

.page-index .circle-nav-marker:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) translate(15.0255vh, -26.02493vh) translate(25%, -43.30127%) translate(10px, -17.32051px);
    -ms-transform: translate(-50%, -50%) translate(15.0255vh, -26.02493vh) translate(25%, -43.30127%) translate(10px, -17.32051px);
    transform: translate(-50%, -50%) translate(15.0255vh, -26.02493vh) translate(25%, -43.30127%) translate(10px, -17.32051px);
}

.page-index .circle-nav-marker:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) translate(26.02493vh, -15.0255vh) translate(43.30127%, -25%) translate(17.32051px, -10px);
    -ms-transform: translate(-50%, -50%) translate(26.02493vh, -15.0255vh) translate(43.30127%, -25%) translate(17.32051px, -10px);
    transform: translate(-50%, -50%) translate(26.02493vh, -15.0255vh) translate(43.30127%, -25%) translate(17.32051px, -10px);
}

.page-index .circle-nav-marker:nth-of-type(4) {
    -webkit-transform: translate(-50%, -50%) translate(30.051vh, 0vh) translate(50%, 0%) translate(20px, 0px);
    -ms-transform: translate(-50%, -50%) translate(30.051vh, 0vh) translate(50%, 0%) translate(20px, 0px);
    transform: translate(-50%, -50%) translate(30.051vh, 0vh) translate(50%, 0%) translate(20px, 0px);
}

.page-index .circle-nav-marker:nth-of-type(5) {
    -webkit-transform: translate(-50%, -50%) translate(26.02493vh, 15.0255vh) translate(43.30127%, 25%) translate(17.32051px, 10px);
    -ms-transform: translate(-50%, -50%) translate(26.02493vh, 15.0255vh) translate(43.30127%, 25%) translate(17.32051px, 10px);
    transform: translate(-50%, -50%) translate(26.02493vh, 15.0255vh) translate(43.30127%, 25%) translate(17.32051px, 10px);
}

.page-index .circle-nav-marker:nth-of-type(6) {
    -webkit-transform: translate(-50%, -50%) translate(15.0255vh, 26.02493vh) translate(25%, 43.30127%) translate(10px, 17.32051px);
    -ms-transform: translate(-50%, -50%) translate(15.0255vh, 26.02493vh) translate(25%, 43.30127%) translate(10px, 17.32051px);
    transform: translate(-50%, -50%) translate(15.0255vh, 26.02493vh) translate(25%, 43.30127%) translate(10px, 17.32051px);
}

.page-index .circle-nav-marker:nth-of-type(7) {
    -webkit-transform: translate(-50%, -50%) translate(0vh, 30.051vh) translate(0%, 50%) translate(0px, 20px);
    -ms-transform: translate(-50%, -50%) translate(0vh, 30.051vh) translate(0%, 50%) translate(0px, 20px);
    transform: translate(-50%, -50%) translate(0vh, 30.051vh) translate(0%, 50%) translate(0px, 20px);
}

.page-index .circle-nav-marker:nth-of-type(8) {
    -webkit-transform: translate(-50%, -50%) translate(-15.0255vh, 26.02493vh) translate(-25%, 43.30127%) translate(-10px, 17.32051px);
    -ms-transform: translate(-50%, -50%) translate(-15.0255vh, 26.02493vh) translate(-25%, 43.30127%) translate(-10px, 17.32051px);
    transform: translate(-50%, -50%) translate(-15.0255vh, 26.02493vh) translate(-25%, 43.30127%) translate(-10px, 17.32051px);
}

.page-index .circle-nav-marker:nth-of-type(9) {
    -webkit-transform: translate(-50%, -50%) translate(-26.02493vh, 15.0255vh) translate(-43.30127%, 25%) translate(-17.32051px, 10px);
    -ms-transform: translate(-50%, -50%) translate(-26.02493vh, 15.0255vh) translate(-43.30127%, 25%) translate(-17.32051px, 10px);
    transform: translate(-50%, -50%) translate(-26.02493vh, 15.0255vh) translate(-43.30127%, 25%) translate(-17.32051px, 10px);
}

.page-index .circle-nav-marker:nth-of-type(10) {
    -webkit-transform: translate(-50%, -50%) translate(-30.051vh, 0vh) translate(-50%, 0%) translate(-20px, 0px);
    -ms-transform: translate(-50%, -50%) translate(-30.051vh, 0vh) translate(-50%, 0%) translate(-20px, 0px);
    transform: translate(-50%, -50%) translate(-30.051vh, 0vh) translate(-50%, 0%) translate(-20px, 0px);
}

.page-index .circle-nav-marker:nth-of-type(11) {
    -webkit-transform: translate(-50%, -50%) translate(-26.02493vh, -15.0255vh) translate(-43.30127%, -25%) translate(-17.32051px, -10px);
    -ms-transform: translate(-50%, -50%) translate(-26.02493vh, -15.0255vh) translate(-43.30127%, -25%) translate(-17.32051px, -10px);
    transform: translate(-50%, -50%) translate(-26.02493vh, -15.0255vh) translate(-43.30127%, -25%) translate(-17.32051px, -10px);
}

.page-index .circle-nav-marker:nth-of-type(12) {
    -webkit-transform: translate(-50%, -50%) translate(-15.0255vh, -26.02493vh) translate(-25%, -43.30127%) translate(-10px, -17.32051px);
    -ms-transform: translate(-50%, -50%) translate(-15.0255vh, -26.02493vh) translate(-25%, -43.30127%) translate(-10px, -17.32051px);
    transform: translate(-50%, -50%) translate(-15.0255vh, -26.02493vh) translate(-25%, -43.30127%) translate(-10px, -17.32051px);
}

.page-index .circle-nav-marker:nth-of-type(1) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 0s;
}

.page-index .circle-nav-marker:nth-of-type(2) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 0.2s;
}

.page-index .circle-nav-marker:nth-of-type(3) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 0.4s;
}

.page-index .circle-nav-marker:nth-of-type(4) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 0.6s;
}

.page-index .circle-nav-marker:nth-of-type(5) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 0.8s;
}

.page-index .circle-nav-marker:nth-of-type(6) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 1s;
}

.page-index .circle-nav-marker:nth-of-type(7) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 1.2s;
}

.page-index .circle-nav-marker:nth-of-type(8) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 1.4s;
}

.page-index .circle-nav-marker:nth-of-type(9) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 1.6s;
}

.page-index .circle-nav-marker:nth-of-type(10) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 1.8s;
}

.page-index .circle-nav-marker:nth-of-type(11) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 2s;
}

.page-index .circle-nav-marker:nth-of-type(12) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 2.2s;
}

@media screen and (max-width: 959px) {
    .page-index .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(21.24927vh, -21.24927vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(21.24927vh, -21.24927vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(21.24927vh, -21.24927vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-index .circle-nav[data-active="0"]::after {
        -webkit-transform: rotate(105deg);
        -ms-transform: rotate(105deg);
        transform: rotate(105deg);
    }
    .page-index .circle-nav[data-active="0"] .circle-nav-outline {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    .page-index .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(21.24927vh, 21.24927vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(21.24927vh, 21.24927vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(21.24927vh, 21.24927vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-index .circle-nav[data-active="1"]::after {
        -webkit-transform: rotate(-165deg);
        -ms-transform: rotate(-165deg);
        transform: rotate(-165deg);
    }
    .page-index .circle-nav[data-active="1"] .circle-nav-outline {
        -webkit-transform: rotate(105deg);
        -ms-transform: rotate(105deg);
        transform: rotate(105deg);
    }
    .page-index .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-21.24927vh, 21.24927vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-21.24927vh, 21.24927vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(-21.24927vh, 21.24927vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav[data-active="2"]::after {
        -webkit-transform: rotate(-75deg);
        -ms-transform: rotate(-75deg);
        transform: rotate(-75deg);
    }
    .page-index .circle-nav[data-active="2"] .circle-nav-outline {
        -webkit-transform: rotate(195deg);
        -ms-transform: rotate(195deg);
        transform: rotate(195deg);
    }
    .page-index .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-21.24927vh, -21.24927vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-21.24927vh, -21.24927vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(-21.24927vh, -21.24927vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav[data-active="3"]::after {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    .page-index .circle-nav[data-active="3"] .circle-nav-outline {
        -webkit-transform: rotate(285deg);
        -ms-transform: rotate(285deg);
        transform: rotate(285deg);
    }
    .page-index .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(21.24927vh, -21.24927vh) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(21.24927vh, -21.24927vh) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(21.24927vh, -21.24927vh) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
    }
    .page-index .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(29.02704vh, -7.77777vh) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
        -ms-transform: translate(-50%, -50%) translate(29.02704vh, -7.77777vh) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
        transform: translate(-50%, -50%) translate(29.02704vh, -7.77777vh) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
    }
    .page-index .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(29.02704vh, 7.77777vh) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
        -ms-transform: translate(-50%, -50%) translate(29.02704vh, 7.77777vh) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
        transform: translate(-50%, -50%) translate(29.02704vh, 7.77777vh) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
    }
    .page-index .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(21.24927vh, 21.24927vh) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(21.24927vh, 21.24927vh) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(21.24927vh, 21.24927vh) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
    }
    .page-index .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(7.77777vh, 29.02704vh) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
        -ms-transform: translate(-50%, -50%) translate(7.77777vh, 29.02704vh) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
        transform: translate(-50%, -50%) translate(7.77777vh, 29.02704vh) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
    }
    .page-index .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-7.77777vh, 29.02704vh) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
        -ms-transform: translate(-50%, -50%) translate(-7.77777vh, 29.02704vh) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
        transform: translate(-50%, -50%) translate(-7.77777vh, 29.02704vh) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
    }
    .page-index .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-21.24927vh, 21.24927vh) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-21.24927vh, 21.24927vh) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(-21.24927vh, 21.24927vh) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
    }
    .page-index .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-29.02704vh, 7.77777vh) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
        -ms-transform: translate(-50%, -50%) translate(-29.02704vh, 7.77777vh) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
        transform: translate(-50%, -50%) translate(-29.02704vh, 7.77777vh) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
    }
    .page-index .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-29.02704vh, -7.77777vh) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
        -ms-transform: translate(-50%, -50%) translate(-29.02704vh, -7.77777vh) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
        transform: translate(-50%, -50%) translate(-29.02704vh, -7.77777vh) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
    }
    .page-index .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-21.24927vh, -21.24927vh) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-21.24927vh, -21.24927vh) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(-21.24927vh, -21.24927vh) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
    }
    .page-index .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-7.77777vh, -29.02704vh) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
        -ms-transform: translate(-50%, -50%) translate(-7.77777vh, -29.02704vh) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
        transform: translate(-50%, -50%) translate(-7.77777vh, -29.02704vh) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
    }
    .page-index .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(7.77777vh, -29.02704vh) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
        -ms-transform: translate(-50%, -50%) translate(7.77777vh, -29.02704vh) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
        transform: translate(-50%, -50%) translate(7.77777vh, -29.02704vh) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape),
(max-width: 599px) {
    .page-index .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(18.06188vh, -18.06188vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(18.06188vh, -18.06188vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(18.06188vh, -18.06188vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(16.57443vh, -16.57443vh) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(16.57443vh, -16.57443vh) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(16.57443vh, -16.57443vh) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
    }
    .page-index .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(18.06188vh, 18.06188vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(18.06188vh, 18.06188vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(18.06188vh, 18.06188vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(22.64109vh, -6.06666vh) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
        -ms-transform: translate(-50%, -50%) translate(22.64109vh, -6.06666vh) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
        transform: translate(-50%, -50%) translate(22.64109vh, -6.06666vh) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
    }
    .page-index .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vh, 18.06188vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vh, 18.06188vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(-18.06188vh, 18.06188vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(22.64109vh, 6.06666vh) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
        -ms-transform: translate(-50%, -50%) translate(22.64109vh, 6.06666vh) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
        transform: translate(-50%, -50%) translate(22.64109vh, 6.06666vh) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
    }
    .page-index .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(16.57443vh, 16.57443vh) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(16.57443vh, 16.57443vh) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(16.57443vh, 16.57443vh) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
    }
    .page-index .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(18.06188vh, -18.06188vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(18.06188vh, -18.06188vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(18.06188vh, -18.06188vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(6.06666vh, 22.64109vh) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
        -ms-transform: translate(-50%, -50%) translate(6.06666vh, 22.64109vh) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
        transform: translate(-50%, -50%) translate(6.06666vh, 22.64109vh) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
    }
    .page-index .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(18.06188vh, 18.06188vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(18.06188vh, 18.06188vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(18.06188vh, 18.06188vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-6.06666vh, 22.64109vh) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
        -ms-transform: translate(-50%, -50%) translate(-6.06666vh, 22.64109vh) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
        transform: translate(-50%, -50%) translate(-6.06666vh, 22.64109vh) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
    }
    .page-index .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vh, 18.06188vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vh, 18.06188vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(-18.06188vh, 18.06188vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-16.57443vh, 16.57443vh) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-16.57443vh, 16.57443vh) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(-16.57443vh, 16.57443vh) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
    }
    .page-index .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-22.64109vh, 6.06666vh) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
        -ms-transform: translate(-50%, -50%) translate(-22.64109vh, 6.06666vh) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
        transform: translate(-50%, -50%) translate(-22.64109vh, 6.06666vh) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
    }
    .page-index .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(18.06188vh, -18.06188vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(18.06188vh, -18.06188vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(18.06188vh, -18.06188vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-22.64109vh, -6.06666vh) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
        -ms-transform: translate(-50%, -50%) translate(-22.64109vh, -6.06666vh) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
        transform: translate(-50%, -50%) translate(-22.64109vh, -6.06666vh) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
    }
    .page-index .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(18.06188vh, 18.06188vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(18.06188vh, 18.06188vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(18.06188vh, 18.06188vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-16.57443vh, -16.57443vh) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-16.57443vh, -16.57443vh) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(-16.57443vh, -16.57443vh) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
    }
    .page-index .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vh, 18.06188vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vh, 18.06188vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(-18.06188vh, 18.06188vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-6.06666vh, -22.64109vh) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
        -ms-transform: translate(-50%, -50%) translate(-6.06666vh, -22.64109vh) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
        transform: translate(-50%, -50%) translate(-6.06666vh, -22.64109vh) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
    }
    .page-index .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(6.06666vh, -22.64109vh) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
        -ms-transform: translate(-50%, -50%) translate(6.06666vh, -22.64109vh) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
        transform: translate(-50%, -50%) translate(6.06666vh, -22.64109vh) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
    }
}

.page-index .circle-nav-info {
    position: absolute;
    z-index: 10;
    left: 10vw;
    bottom: 10vh;
}

@media screen and (orientation: portrait),
(max-width: 959px) {
    .page-index .circle-nav {
        width: 60.102vw;
        height: 60.102vw;
    }
    .page-index .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, -30.051vw) translate(0%, -50%) translate(0px, -26px);
        -ms-transform: translate(-50%, -50%) translate(0vw, -30.051vw) translate(0%, -50%) translate(0px, -26px);
        transform: translate(-50%, -50%) translate(0vw, -30.051vw) translate(0%, -50%) translate(0px, -26px);
    }
    .page-index .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        top: 10px;
        right: 20px;
    }
    .page-index .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(1) {
        display: none;
    }
    .page-index .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(12) span {
        background-color: #ff2400;
    }
    .page-index .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(1) span {
        background-color: #ff2400;
    }
    .page-index .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(2) span {
        background-color: #ff2400;
    }
    .page-index .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(3) span {
        background-color: #ff2400;
    }
    .page-index .circle-nav[data-active="0"] .circle-nav-outline {
        width: calc(100% + 63px);
        height: calc(100% + 63px);
        top: -31.5px;
        left: -31.5px;
        -webkit-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        transform: rotate(-30deg);
        transition-timing-function: step-start;
        -webkit-animation: circle-nav-outline-sector-3-12 0.4s linear;
        animation: circle-nav-outline-sector-3-12 0.4s linear;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
    @-webkit-keyframes circle-nav-outline-sector-3-12 {
        from {
            stroke-dashoffset: 3130;
        }
        to {
            stroke-dashoffset: 2347.5;
        }
    }
    @keyframes circle-nav-outline-sector-3-12 {
        from {
            stroke-dashoffset: 3130;
        }
        to {
            stroke-dashoffset: 2347.5;
        }
    }
    .page-index .circle-nav[data-active="0"]::after {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
    }
    .page-index .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide:nth-child(1) {
        z-index: 1;
        opacity: 1;
    }
    .page-index .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide-img:nth-child(1) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-index .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(30.051vw, 0vw) translate(50%, 0%) translate(26px, 0px);
        -ms-transform: translate(-50%, -50%) translate(30.051vw, 0vw) translate(50%, 0%) translate(26px, 0px);
        transform: translate(-50%, -50%) translate(30.051vw, 0vw) translate(50%, 0%) translate(26px, 0px);
    }
    .page-index .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-index .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(4) {
        display: none;
    }
    .page-index .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(3) span {
        background-color: #ff2400;
    }
    .page-index .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(4) span {
        background-color: #ff2400;
    }
    .page-index .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(5) span {
        background-color: #ff2400;
    }
    .page-index .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(6) span {
        background-color: #ff2400;
    }
    .page-index .circle-nav[data-active="1"] .circle-nav-outline {
        width: calc(100% + 63px);
        height: calc(100% + 63px);
        top: -31.5px;
        left: -31.5px;
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        transition-timing-function: step-start;
        -webkit-animation: circle-nav-outline-sector-3-12 0.4s linear;
        animation: circle-nav-outline-sector-3-12 0.4s linear;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
    @keyframes circle-nav-outline-sector-3-12 {
        from {
            stroke-dashoffset: 3130;
        }
        to {
            stroke-dashoffset: 2347.5;
        }
    }
    .page-index .circle-nav[data-active="1"]::after {
        -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
        transform: rotate(150deg);
    }
    .page-index .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide:nth-child(2) {
        z-index: 1;
        opacity: 1;
    }
    .page-index .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide-img:nth-child(2) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-index .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 30.051vw) translate(0%, 50%) translate(0px, 26px);
        -ms-transform: translate(-50%, -50%) translate(0vw, 30.051vw) translate(0%, 50%) translate(0px, 26px);
        transform: translate(-50%, -50%) translate(0vw, 30.051vw) translate(0%, 50%) translate(0px, 26px);
    }
    .page-index .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-index .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(7) {
        display: none;
    }
    .page-index .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(6) span {
        background-color: #ff2400;
    }
    .page-index .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(7) span {
        background-color: #ff2400;
    }
    .page-index .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(8) span {
        background-color: #ff2400;
    }
    .page-index .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(9) span {
        background-color: #ff2400;
    }
    .page-index .circle-nav[data-active="2"] .circle-nav-outline {
        width: calc(100% + 63px);
        height: calc(100% + 63px);
        top: -31.5px;
        left: -31.5px;
        -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
        transform: rotate(150deg);
        transition-timing-function: step-start;
        -webkit-animation: circle-nav-outline-sector-3-12 0.4s linear;
        animation: circle-nav-outline-sector-3-12 0.4s linear;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
    @keyframes circle-nav-outline-sector-3-12 {
        from {
            stroke-dashoffset: 3130;
        }
        to {
            stroke-dashoffset: 2347.5;
        }
    }
    .page-index .circle-nav[data-active="2"]::after {
        -webkit-transform: rotate(-120deg);
        -ms-transform: rotate(-120deg);
        transform: rotate(-120deg);
    }
    .page-index .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide:nth-child(3) {
        z-index: 1;
        opacity: 1;
    }
    .page-index .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide-img:nth-child(3) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-index .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-30.051vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
        -ms-transform: translate(-50%, -50%) translate(-30.051vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
        transform: translate(-50%, -50%) translate(-30.051vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    }
    .page-index .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(10) {
        display: none;
    }
    .page-index .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(9) span {
        background-color: #ff2400;
    }
    .page-index .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(10) span {
        background-color: #ff2400;
    }
    .page-index .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(11) span {
        background-color: #ff2400;
    }
    .page-index .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(12) span {
        background-color: #ff2400;
    }
    .page-index .circle-nav[data-active="3"] .circle-nav-outline {
        width: calc(100% + 63px);
        height: calc(100% + 63px);
        top: -31.5px;
        left: -31.5px;
        -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
        transform: rotate(240deg);
        transition-timing-function: step-start;
        -webkit-animation: circle-nav-outline-sector-3-12 0.4s linear;
        animation: circle-nav-outline-sector-3-12 0.4s linear;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
    @keyframes circle-nav-outline-sector-3-12 {
        from {
            stroke-dashoffset: 3130;
        }
        to {
            stroke-dashoffset: 2347.5;
        }
    }
    .page-index .circle-nav[data-active="3"]::after {
        -webkit-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    .page-index .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide:nth-child(4) {
        z-index: 1;
        opacity: 1;
    }
    .page-index .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide-img:nth-child(4) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-index .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, -30.051vw) translate(0%, -50%) translate(0px, -20px);
        -ms-transform: translate(-50%, -50%) translate(0vw, -30.051vw) translate(0%, -50%) translate(0px, -20px);
        transform: translate(-50%, -50%) translate(0vw, -30.051vw) translate(0%, -50%) translate(0px, -20px);
    }
    .page-index .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(15.0255vw, -26.02493vw) translate(25%, -43.30127%) translate(10px, -17.32051px);
        -ms-transform: translate(-50%, -50%) translate(15.0255vw, -26.02493vw) translate(25%, -43.30127%) translate(10px, -17.32051px);
        transform: translate(-50%, -50%) translate(15.0255vw, -26.02493vw) translate(25%, -43.30127%) translate(10px, -17.32051px);
    }
    .page-index .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(26.02493vw, -15.0255vw) translate(43.30127%, -25%) translate(17.32051px, -10px);
        -ms-transform: translate(-50%, -50%) translate(26.02493vw, -15.0255vw) translate(43.30127%, -25%) translate(17.32051px, -10px);
        transform: translate(-50%, -50%) translate(26.02493vw, -15.0255vw) translate(43.30127%, -25%) translate(17.32051px, -10px);
    }
    .page-index .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(30.051vw, 0vw) translate(50%, 0%) translate(20px, 0px);
        -ms-transform: translate(-50%, -50%) translate(30.051vw, 0vw) translate(50%, 0%) translate(20px, 0px);
        transform: translate(-50%, -50%) translate(30.051vw, 0vw) translate(50%, 0%) translate(20px, 0px);
    }
    .page-index .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(26.02493vw, 15.0255vw) translate(43.30127%, 25%) translate(17.32051px, 10px);
        -ms-transform: translate(-50%, -50%) translate(26.02493vw, 15.0255vw) translate(43.30127%, 25%) translate(17.32051px, 10px);
        transform: translate(-50%, -50%) translate(26.02493vw, 15.0255vw) translate(43.30127%, 25%) translate(17.32051px, 10px);
    }
    .page-index .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(15.0255vw, 26.02493vw) translate(25%, 43.30127%) translate(10px, 17.32051px);
        -ms-transform: translate(-50%, -50%) translate(15.0255vw, 26.02493vw) translate(25%, 43.30127%) translate(10px, 17.32051px);
        transform: translate(-50%, -50%) translate(15.0255vw, 26.02493vw) translate(25%, 43.30127%) translate(10px, 17.32051px);
    }
    .page-index .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 30.051vw) translate(0%, 50%) translate(0px, 20px);
        -ms-transform: translate(-50%, -50%) translate(0vw, 30.051vw) translate(0%, 50%) translate(0px, 20px);
        transform: translate(-50%, -50%) translate(0vw, 30.051vw) translate(0%, 50%) translate(0px, 20px);
    }
    .page-index .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-15.0255vw, 26.02493vw) translate(-25%, 43.30127%) translate(-10px, 17.32051px);
        -ms-transform: translate(-50%, -50%) translate(-15.0255vw, 26.02493vw) translate(-25%, 43.30127%) translate(-10px, 17.32051px);
        transform: translate(-50%, -50%) translate(-15.0255vw, 26.02493vw) translate(-25%, 43.30127%) translate(-10px, 17.32051px);
    }
    .page-index .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-26.02493vw, 15.0255vw) translate(-43.30127%, 25%) translate(-17.32051px, 10px);
        -ms-transform: translate(-50%, -50%) translate(-26.02493vw, 15.0255vw) translate(-43.30127%, 25%) translate(-17.32051px, 10px);
        transform: translate(-50%, -50%) translate(-26.02493vw, 15.0255vw) translate(-43.30127%, 25%) translate(-17.32051px, 10px);
    }
    .page-index .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-30.051vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
        -ms-transform: translate(-50%, -50%) translate(-30.051vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
        transform: translate(-50%, -50%) translate(-30.051vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    }
    .page-index .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-26.02493vw, -15.0255vw) translate(-43.30127%, -25%) translate(-17.32051px, -10px);
        -ms-transform: translate(-50%, -50%) translate(-26.02493vw, -15.0255vw) translate(-43.30127%, -25%) translate(-17.32051px, -10px);
        transform: translate(-50%, -50%) translate(-26.02493vw, -15.0255vw) translate(-43.30127%, -25%) translate(-17.32051px, -10px);
    }
    .page-index .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-15.0255vw, -26.02493vw) translate(-25%, -43.30127%) translate(-10px, -17.32051px);
        -ms-transform: translate(-50%, -50%) translate(-15.0255vw, -26.02493vw) translate(-25%, -43.30127%) translate(-10px, -17.32051px);
        transform: translate(-50%, -50%) translate(-15.0255vw, -26.02493vw) translate(-25%, -43.30127%) translate(-10px, -17.32051px);
    }
    .page-index .circle-nav-marker:nth-of-type(1) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0s;
    }
    .page-index .circle-nav-marker:nth-of-type(2) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0.2s;
    }
    .page-index .circle-nav-marker:nth-of-type(3) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0.4s;
    }
    .page-index .circle-nav-marker:nth-of-type(4) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0.6s;
    }
    .page-index .circle-nav-marker:nth-of-type(5) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0.8s;
    }
    .page-index .circle-nav-marker:nth-of-type(6) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1s;
    }
    .page-index .circle-nav-marker:nth-of-type(7) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1.2s;
    }
    .page-index .circle-nav-marker:nth-of-type(8) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1.4s;
    }
    .page-index .circle-nav-marker:nth-of-type(9) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1.6s;
    }
    .page-index .circle-nav-marker:nth-of-type(10) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1.8s;
    }
    .page-index .circle-nav-marker:nth-of-type(11) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 2s;
    }
    .page-index .circle-nav-marker:nth-of-type(12) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 2.2s;
    }
}

@media screen and (orientation: portrait) and (max-width: 959px),
screen and (max-width: 959px) and (max-width: 959px) {
    .page-index .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(21.24927vw, -21.24927vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(21.24927vw, -21.24927vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(21.24927vw, -21.24927vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-index .circle-nav[data-active="0"]::after {
        -webkit-transform: rotate(105deg);
        -ms-transform: rotate(105deg);
        transform: rotate(105deg);
    }
    .page-index .circle-nav[data-active="0"] .circle-nav-outline {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    .page-index .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(21.24927vw, 21.24927vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(21.24927vw, 21.24927vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(21.24927vw, 21.24927vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-index .circle-nav[data-active="1"]::after {
        -webkit-transform: rotate(-165deg);
        -ms-transform: rotate(-165deg);
        transform: rotate(-165deg);
    }
    .page-index .circle-nav[data-active="1"] .circle-nav-outline {
        -webkit-transform: rotate(105deg);
        -ms-transform: rotate(105deg);
        transform: rotate(105deg);
    }
    .page-index .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-21.24927vw, 21.24927vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-21.24927vw, 21.24927vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(-21.24927vw, 21.24927vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav[data-active="2"]::after {
        -webkit-transform: rotate(-75deg);
        -ms-transform: rotate(-75deg);
        transform: rotate(-75deg);
    }
    .page-index .circle-nav[data-active="2"] .circle-nav-outline {
        -webkit-transform: rotate(195deg);
        -ms-transform: rotate(195deg);
        transform: rotate(195deg);
    }
    .page-index .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-21.24927vw, -21.24927vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-21.24927vw, -21.24927vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(-21.24927vw, -21.24927vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav[data-active="3"]::after {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    .page-index .circle-nav[data-active="3"] .circle-nav-outline {
        -webkit-transform: rotate(285deg);
        -ms-transform: rotate(285deg);
        transform: rotate(285deg);
    }
    .page-index .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(21.24927vw, -21.24927vw) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(21.24927vw, -21.24927vw) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(21.24927vw, -21.24927vw) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
    }
    .page-index .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(29.02704vw, -7.77777vw) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
        -ms-transform: translate(-50%, -50%) translate(29.02704vw, -7.77777vw) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
        transform: translate(-50%, -50%) translate(29.02704vw, -7.77777vw) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
    }
    .page-index .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(29.02704vw, 7.77777vw) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
        -ms-transform: translate(-50%, -50%) translate(29.02704vw, 7.77777vw) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
        transform: translate(-50%, -50%) translate(29.02704vw, 7.77777vw) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
    }
    .page-index .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(21.24927vw, 21.24927vw) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(21.24927vw, 21.24927vw) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(21.24927vw, 21.24927vw) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
    }
    .page-index .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(7.77777vw, 29.02704vw) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
        -ms-transform: translate(-50%, -50%) translate(7.77777vw, 29.02704vw) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
        transform: translate(-50%, -50%) translate(7.77777vw, 29.02704vw) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
    }
    .page-index .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-7.77777vw, 29.02704vw) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
        -ms-transform: translate(-50%, -50%) translate(-7.77777vw, 29.02704vw) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
        transform: translate(-50%, -50%) translate(-7.77777vw, 29.02704vw) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
    }
    .page-index .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-21.24927vw, 21.24927vw) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-21.24927vw, 21.24927vw) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(-21.24927vw, 21.24927vw) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
    }
    .page-index .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-29.02704vw, 7.77777vw) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
        -ms-transform: translate(-50%, -50%) translate(-29.02704vw, 7.77777vw) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
        transform: translate(-50%, -50%) translate(-29.02704vw, 7.77777vw) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
    }
    .page-index .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-29.02704vw, -7.77777vw) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
        -ms-transform: translate(-50%, -50%) translate(-29.02704vw, -7.77777vw) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
        transform: translate(-50%, -50%) translate(-29.02704vw, -7.77777vw) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
    }
    .page-index .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-21.24927vw, -21.24927vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-21.24927vw, -21.24927vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(-21.24927vw, -21.24927vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
    }
    .page-index .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-7.77777vw, -29.02704vw) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
        -ms-transform: translate(-50%, -50%) translate(-7.77777vw, -29.02704vw) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
        transform: translate(-50%, -50%) translate(-7.77777vw, -29.02704vw) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
    }
    .page-index .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(7.77777vw, -29.02704vw) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
        -ms-transform: translate(-50%, -50%) translate(7.77777vw, -29.02704vw) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
        transform: translate(-50%, -50%) translate(7.77777vw, -29.02704vw) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
    }
}

@media screen and (orientation: portrait) and (max-width: 959px) and (max-height: 415px) and (orientation: landscape),
screen and (max-width: 959px) and (max-width: 959px) and (max-height: 415px) and (orientation: landscape),
screen and (orientation: portrait) and (max-width: 599px),
(max-width: 959px) and (max-width: 599px) {
    .page-index .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(18.06188vw, -18.06188vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(18.06188vw, -18.06188vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(18.06188vw, -18.06188vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(16.57443vw, -16.57443vw) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(16.57443vw, -16.57443vw) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(16.57443vw, -16.57443vw) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
    }
    .page-index .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(18.06188vw, 18.06188vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(18.06188vw, 18.06188vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(18.06188vw, 18.06188vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(22.64109vw, -6.06666vw) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
        -ms-transform: translate(-50%, -50%) translate(22.64109vw, -6.06666vw) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
        transform: translate(-50%, -50%) translate(22.64109vw, -6.06666vw) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
    }
    .page-index .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vw, 18.06188vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vw, 18.06188vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(-18.06188vw, 18.06188vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(22.64109vw, 6.06666vw) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
        -ms-transform: translate(-50%, -50%) translate(22.64109vw, 6.06666vw) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
        transform: translate(-50%, -50%) translate(22.64109vw, 6.06666vw) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
    }
    .page-index .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vw, -18.06188vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vw, -18.06188vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(-18.06188vw, -18.06188vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(16.57443vw, 16.57443vw) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(16.57443vw, 16.57443vw) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(16.57443vw, 16.57443vw) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
    }
    .page-index .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(18.06188vw, -18.06188vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(18.06188vw, -18.06188vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(18.06188vw, -18.06188vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(6.06666vw, 22.64109vw) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
        -ms-transform: translate(-50%, -50%) translate(6.06666vw, 22.64109vw) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
        transform: translate(-50%, -50%) translate(6.06666vw, 22.64109vw) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
    }
    .page-index .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(18.06188vw, 18.06188vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(18.06188vw, 18.06188vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(18.06188vw, 18.06188vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-6.06666vw, 22.64109vw) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
        -ms-transform: translate(-50%, -50%) translate(-6.06666vw, 22.64109vw) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
        transform: translate(-50%, -50%) translate(-6.06666vw, 22.64109vw) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
    }
    .page-index .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vw, 18.06188vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vw, 18.06188vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(-18.06188vw, 18.06188vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-16.57443vw, 16.57443vw) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-16.57443vw, 16.57443vw) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(-16.57443vw, 16.57443vw) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
    }
    .page-index .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vw, -18.06188vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vw, -18.06188vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(-18.06188vw, -18.06188vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-22.64109vw, 6.06666vw) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
        -ms-transform: translate(-50%, -50%) translate(-22.64109vw, 6.06666vw) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
        transform: translate(-50%, -50%) translate(-22.64109vw, 6.06666vw) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
    }
    .page-index .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(18.06188vw, -18.06188vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(18.06188vw, -18.06188vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(18.06188vw, -18.06188vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-22.64109vw, -6.06666vw) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
        -ms-transform: translate(-50%, -50%) translate(-22.64109vw, -6.06666vw) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
        transform: translate(-50%, -50%) translate(-22.64109vw, -6.06666vw) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
    }
    .page-index .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(18.06188vw, 18.06188vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(18.06188vw, 18.06188vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(18.06188vw, 18.06188vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-16.57443vw, -16.57443vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-16.57443vw, -16.57443vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(-16.57443vw, -16.57443vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
    }
    .page-index .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vw, 18.06188vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vw, 18.06188vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(-18.06188vw, 18.06188vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-6.06666vw, -22.64109vw) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
        -ms-transform: translate(-50%, -50%) translate(-6.06666vw, -22.64109vw) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
        transform: translate(-50%, -50%) translate(-6.06666vw, -22.64109vw) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
    }
    .page-index .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vw, -18.06188vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vw, -18.06188vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(-18.06188vw, -18.06188vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(6.06666vw, -22.64109vw) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
        -ms-transform: translate(-50%, -50%) translate(6.06666vw, -22.64109vw) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
        transform: translate(-50%, -50%) translate(6.06666vw, -22.64109vw) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) {
    .page-index .circle-nav {
        width: 30.102vw;
        height: 30.102vw;
    }
    .page-index .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, -15.051vw) translate(0%, -50%) translate(0px, -26px);
        -ms-transform: translate(-50%, -50%) translate(0vw, -15.051vw) translate(0%, -50%) translate(0px, -26px);
        transform: translate(-50%, -50%) translate(0vw, -15.051vw) translate(0%, -50%) translate(0px, -26px);
    }
    .page-index .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        top: 10px;
        right: 20px;
    }
    .page-index .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(1) {
        display: none;
    }
    .page-index .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(12) span {
        background-color: #ff2400;
    }
    .page-index .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(1) span {
        background-color: #ff2400;
    }
    .page-index .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(2) span {
        background-color: #ff2400;
    }
    .page-index .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(3) span {
        background-color: #ff2400;
    }
    .page-index .circle-nav[data-active="0"] .circle-nav-outline {
        width: calc(100% + 63px);
        height: calc(100% + 63px);
        top: -31.5px;
        left: -31.5px;
        -webkit-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        transform: rotate(-30deg);
        transition-timing-function: step-start;
        -webkit-animation: circle-nav-outline-sector-3-12 0.4s linear;
        animation: circle-nav-outline-sector-3-12 0.4s linear;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
    @-webkit-keyframes circle-nav-outline-sector-3-12 {
        from {
            stroke-dashoffset: 3130;
        }
        to {
            stroke-dashoffset: 2347.5;
        }
    }
    @keyframes circle-nav-outline-sector-3-12 {
        from {
            stroke-dashoffset: 3130;
        }
        to {
            stroke-dashoffset: 2347.5;
        }
    }
    .page-index .circle-nav[data-active="0"]::after {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
    }
    .page-index .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide:nth-child(1) {
        z-index: 1;
        opacity: 1;
    }
    .page-index .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide-img:nth-child(1) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-index .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(15.051vw, 0vw) translate(50%, 0%) translate(26px, 0px);
        -ms-transform: translate(-50%, -50%) translate(15.051vw, 0vw) translate(50%, 0%) translate(26px, 0px);
        transform: translate(-50%, -50%) translate(15.051vw, 0vw) translate(50%, 0%) translate(26px, 0px);
    }
    .page-index .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-index .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(4) {
        display: none;
    }
    .page-index .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(3) span {
        background-color: #ff2400;
    }
    .page-index .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(4) span {
        background-color: #ff2400;
    }
    .page-index .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(5) span {
        background-color: #ff2400;
    }
    .page-index .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(6) span {
        background-color: #ff2400;
    }
    .page-index .circle-nav[data-active="1"] .circle-nav-outline {
        width: calc(100% + 63px);
        height: calc(100% + 63px);
        top: -31.5px;
        left: -31.5px;
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        transition-timing-function: step-start;
        -webkit-animation: circle-nav-outline-sector-3-12 0.4s linear;
        animation: circle-nav-outline-sector-3-12 0.4s linear;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
    @keyframes circle-nav-outline-sector-3-12 {
        from {
            stroke-dashoffset: 3130;
        }
        to {
            stroke-dashoffset: 2347.5;
        }
    }
    .page-index .circle-nav[data-active="1"]::after {
        -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
        transform: rotate(150deg);
    }
    .page-index .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide:nth-child(2) {
        z-index: 1;
        opacity: 1;
    }
    .page-index .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide-img:nth-child(2) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-index .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 15.051vw) translate(0%, 50%) translate(0px, 26px);
        -ms-transform: translate(-50%, -50%) translate(0vw, 15.051vw) translate(0%, 50%) translate(0px, 26px);
        transform: translate(-50%, -50%) translate(0vw, 15.051vw) translate(0%, 50%) translate(0px, 26px);
    }
    .page-index .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-index .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(7) {
        display: none;
    }
    .page-index .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(6) span {
        background-color: #ff2400;
    }
    .page-index .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(7) span {
        background-color: #ff2400;
    }
    .page-index .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(8) span {
        background-color: #ff2400;
    }
    .page-index .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(9) span {
        background-color: #ff2400;
    }
    .page-index .circle-nav[data-active="2"] .circle-nav-outline {
        width: calc(100% + 63px);
        height: calc(100% + 63px);
        top: -31.5px;
        left: -31.5px;
        -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
        transform: rotate(150deg);
        transition-timing-function: step-start;
        -webkit-animation: circle-nav-outline-sector-3-12 0.4s linear;
        animation: circle-nav-outline-sector-3-12 0.4s linear;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
    @keyframes circle-nav-outline-sector-3-12 {
        from {
            stroke-dashoffset: 3130;
        }
        to {
            stroke-dashoffset: 2347.5;
        }
    }
    .page-index .circle-nav[data-active="2"]::after {
        -webkit-transform: rotate(-120deg);
        -ms-transform: rotate(-120deg);
        transform: rotate(-120deg);
    }
    .page-index .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide:nth-child(3) {
        z-index: 1;
        opacity: 1;
    }
    .page-index .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide-img:nth-child(3) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-index .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-15.051vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
        -ms-transform: translate(-50%, -50%) translate(-15.051vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
        transform: translate(-50%, -50%) translate(-15.051vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    }
    .page-index .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(10) {
        display: none;
    }
    .page-index .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(9) span {
        background-color: #ff2400;
    }
    .page-index .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(10) span {
        background-color: #ff2400;
    }
    .page-index .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(11) span {
        background-color: #ff2400;
    }
    .page-index .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(12) span {
        background-color: #ff2400;
    }
    .page-index .circle-nav[data-active="3"] .circle-nav-outline {
        width: calc(100% + 63px);
        height: calc(100% + 63px);
        top: -31.5px;
        left: -31.5px;
        -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
        transform: rotate(240deg);
        transition-timing-function: step-start;
        -webkit-animation: circle-nav-outline-sector-3-12 0.4s linear;
        animation: circle-nav-outline-sector-3-12 0.4s linear;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
    @keyframes circle-nav-outline-sector-3-12 {
        from {
            stroke-dashoffset: 3130;
        }
        to {
            stroke-dashoffset: 2347.5;
        }
    }
    .page-index .circle-nav[data-active="3"]::after {
        -webkit-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    .page-index .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide:nth-child(4) {
        z-index: 1;
        opacity: 1;
    }
    .page-index .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide-img:nth-child(4) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-index .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, -15.051vw) translate(0%, -50%) translate(0px, -20px);
        -ms-transform: translate(-50%, -50%) translate(0vw, -15.051vw) translate(0%, -50%) translate(0px, -20px);
        transform: translate(-50%, -50%) translate(0vw, -15.051vw) translate(0%, -50%) translate(0px, -20px);
    }
    .page-index .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(7.5255vw, -13.03455vw) translate(25%, -43.30127%) translate(10px, -17.32051px);
        -ms-transform: translate(-50%, -50%) translate(7.5255vw, -13.03455vw) translate(25%, -43.30127%) translate(10px, -17.32051px);
        transform: translate(-50%, -50%) translate(7.5255vw, -13.03455vw) translate(25%, -43.30127%) translate(10px, -17.32051px);
    }
    .page-index .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(13.03455vw, -7.5255vw) translate(43.30127%, -25%) translate(17.32051px, -10px);
        -ms-transform: translate(-50%, -50%) translate(13.03455vw, -7.5255vw) translate(43.30127%, -25%) translate(17.32051px, -10px);
        transform: translate(-50%, -50%) translate(13.03455vw, -7.5255vw) translate(43.30127%, -25%) translate(17.32051px, -10px);
    }
    .page-index .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(15.051vw, 0vw) translate(50%, 0%) translate(20px, 0px);
        -ms-transform: translate(-50%, -50%) translate(15.051vw, 0vw) translate(50%, 0%) translate(20px, 0px);
        transform: translate(-50%, -50%) translate(15.051vw, 0vw) translate(50%, 0%) translate(20px, 0px);
    }
    .page-index .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(13.03455vw, 7.5255vw) translate(43.30127%, 25%) translate(17.32051px, 10px);
        -ms-transform: translate(-50%, -50%) translate(13.03455vw, 7.5255vw) translate(43.30127%, 25%) translate(17.32051px, 10px);
        transform: translate(-50%, -50%) translate(13.03455vw, 7.5255vw) translate(43.30127%, 25%) translate(17.32051px, 10px);
    }
    .page-index .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(7.5255vw, 13.03455vw) translate(25%, 43.30127%) translate(10px, 17.32051px);
        -ms-transform: translate(-50%, -50%) translate(7.5255vw, 13.03455vw) translate(25%, 43.30127%) translate(10px, 17.32051px);
        transform: translate(-50%, -50%) translate(7.5255vw, 13.03455vw) translate(25%, 43.30127%) translate(10px, 17.32051px);
    }
    .page-index .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 15.051vw) translate(0%, 50%) translate(0px, 20px);
        -ms-transform: translate(-50%, -50%) translate(0vw, 15.051vw) translate(0%, 50%) translate(0px, 20px);
        transform: translate(-50%, -50%) translate(0vw, 15.051vw) translate(0%, 50%) translate(0px, 20px);
    }
    .page-index .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-7.5255vw, 13.03455vw) translate(-25%, 43.30127%) translate(-10px, 17.32051px);
        -ms-transform: translate(-50%, -50%) translate(-7.5255vw, 13.03455vw) translate(-25%, 43.30127%) translate(-10px, 17.32051px);
        transform: translate(-50%, -50%) translate(-7.5255vw, 13.03455vw) translate(-25%, 43.30127%) translate(-10px, 17.32051px);
    }
    .page-index .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-13.03455vw, 7.5255vw) translate(-43.30127%, 25%) translate(-17.32051px, 10px);
        -ms-transform: translate(-50%, -50%) translate(-13.03455vw, 7.5255vw) translate(-43.30127%, 25%) translate(-17.32051px, 10px);
        transform: translate(-50%, -50%) translate(-13.03455vw, 7.5255vw) translate(-43.30127%, 25%) translate(-17.32051px, 10px);
    }
    .page-index .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-15.051vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
        -ms-transform: translate(-50%, -50%) translate(-15.051vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
        transform: translate(-50%, -50%) translate(-15.051vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    }
    .page-index .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-13.03455vw, -7.5255vw) translate(-43.30127%, -25%) translate(-17.32051px, -10px);
        -ms-transform: translate(-50%, -50%) translate(-13.03455vw, -7.5255vw) translate(-43.30127%, -25%) translate(-17.32051px, -10px);
        transform: translate(-50%, -50%) translate(-13.03455vw, -7.5255vw) translate(-43.30127%, -25%) translate(-17.32051px, -10px);
    }
    .page-index .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-7.5255vw, -13.03455vw) translate(-25%, -43.30127%) translate(-10px, -17.32051px);
        -ms-transform: translate(-50%, -50%) translate(-7.5255vw, -13.03455vw) translate(-25%, -43.30127%) translate(-10px, -17.32051px);
        transform: translate(-50%, -50%) translate(-7.5255vw, -13.03455vw) translate(-25%, -43.30127%) translate(-10px, -17.32051px);
    }
    .page-index .circle-nav-marker:nth-of-type(1) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0s;
    }
    .page-index .circle-nav-marker:nth-of-type(2) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0.2s;
    }
    .page-index .circle-nav-marker:nth-of-type(3) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0.4s;
    }
    .page-index .circle-nav-marker:nth-of-type(4) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0.6s;
    }
    .page-index .circle-nav-marker:nth-of-type(5) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0.8s;
    }
    .page-index .circle-nav-marker:nth-of-type(6) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1s;
    }
    .page-index .circle-nav-marker:nth-of-type(7) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1.2s;
    }
    .page-index .circle-nav-marker:nth-of-type(8) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1.4s;
    }
    .page-index .circle-nav-marker:nth-of-type(9) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1.6s;
    }
    .page-index .circle-nav-marker:nth-of-type(10) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1.8s;
    }
    .page-index .circle-nav-marker:nth-of-type(11) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 2s;
    }
    .page-index .circle-nav-marker:nth-of-type(12) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 2.2s;
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) and (max-width: 959px) {
    .page-index .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(10.64266vw, -10.64266vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(10.64266vw, -10.64266vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(10.64266vw, -10.64266vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-index .circle-nav[data-active="0"]::after {
        -webkit-transform: rotate(105deg);
        -ms-transform: rotate(105deg);
        transform: rotate(105deg);
    }
    .page-index .circle-nav[data-active="0"] .circle-nav-outline {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    .page-index .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(10.64266vw, 10.64266vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(10.64266vw, 10.64266vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(10.64266vw, 10.64266vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-index .circle-nav[data-active="1"]::after {
        -webkit-transform: rotate(-165deg);
        -ms-transform: rotate(-165deg);
        transform: rotate(-165deg);
    }
    .page-index .circle-nav[data-active="1"] .circle-nav-outline {
        -webkit-transform: rotate(105deg);
        -ms-transform: rotate(105deg);
        transform: rotate(105deg);
    }
    .page-index .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-10.64266vw, 10.64266vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-10.64266vw, 10.64266vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(-10.64266vw, 10.64266vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav[data-active="2"]::after {
        -webkit-transform: rotate(-75deg);
        -ms-transform: rotate(-75deg);
        transform: rotate(-75deg);
    }
    .page-index .circle-nav[data-active="2"] .circle-nav-outline {
        -webkit-transform: rotate(195deg);
        -ms-transform: rotate(195deg);
        transform: rotate(195deg);
    }
    .page-index .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-10.64266vw, -10.64266vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-10.64266vw, -10.64266vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(-10.64266vw, -10.64266vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav[data-active="3"]::after {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    .page-index .circle-nav[data-active="3"] .circle-nav-outline {
        -webkit-transform: rotate(285deg);
        -ms-transform: rotate(285deg);
        transform: rotate(285deg);
    }
    .page-index .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(10.64266vw, -10.64266vw) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(10.64266vw, -10.64266vw) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(10.64266vw, -10.64266vw) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
    }
    .page-index .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(14.53815vw, -3.89549vw) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
        -ms-transform: translate(-50%, -50%) translate(14.53815vw, -3.89549vw) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
        transform: translate(-50%, -50%) translate(14.53815vw, -3.89549vw) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
    }
    .page-index .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(14.53815vw, 3.89549vw) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
        -ms-transform: translate(-50%, -50%) translate(14.53815vw, 3.89549vw) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
        transform: translate(-50%, -50%) translate(14.53815vw, 3.89549vw) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
    }
    .page-index .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(10.64266vw, 10.64266vw) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(10.64266vw, 10.64266vw) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(10.64266vw, 10.64266vw) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
    }
    .page-index .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(3.89549vw, 14.53815vw) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
        -ms-transform: translate(-50%, -50%) translate(3.89549vw, 14.53815vw) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
        transform: translate(-50%, -50%) translate(3.89549vw, 14.53815vw) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
    }
    .page-index .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-3.89549vw, 14.53815vw) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
        -ms-transform: translate(-50%, -50%) translate(-3.89549vw, 14.53815vw) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
        transform: translate(-50%, -50%) translate(-3.89549vw, 14.53815vw) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
    }
    .page-index .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-10.64266vw, 10.64266vw) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-10.64266vw, 10.64266vw) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(-10.64266vw, 10.64266vw) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
    }
    .page-index .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-14.53815vw, 3.89549vw) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
        -ms-transform: translate(-50%, -50%) translate(-14.53815vw, 3.89549vw) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
        transform: translate(-50%, -50%) translate(-14.53815vw, 3.89549vw) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
    }
    .page-index .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-14.53815vw, -3.89549vw) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
        -ms-transform: translate(-50%, -50%) translate(-14.53815vw, -3.89549vw) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
        transform: translate(-50%, -50%) translate(-14.53815vw, -3.89549vw) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
    }
    .page-index .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-10.64266vw, -10.64266vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-10.64266vw, -10.64266vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(-10.64266vw, -10.64266vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
    }
    .page-index .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-3.89549vw, -14.53815vw) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
        -ms-transform: translate(-50%, -50%) translate(-3.89549vw, -14.53815vw) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
        transform: translate(-50%, -50%) translate(-3.89549vw, -14.53815vw) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
    }
    .page-index .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(3.89549vw, -14.53815vw) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
        -ms-transform: translate(-50%, -50%) translate(3.89549vw, -14.53815vw) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
        transform: translate(-50%, -50%) translate(3.89549vw, -14.53815vw) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) and (max-width: 959px) and (max-height: 415px) and (orientation: landscape),
screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) and (max-width: 599px) {
    .page-index .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(9.04626vw, -9.04626vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(9.04626vw, -9.04626vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(9.04626vw, -9.04626vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(8.30128vw, -8.30128vw) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(8.30128vw, -8.30128vw) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(8.30128vw, -8.30128vw) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
    }
    .page-index .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(9.04626vw, 9.04626vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(9.04626vw, 9.04626vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(9.04626vw, 9.04626vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(11.33976vw, -3.03848vw) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
        -ms-transform: translate(-50%, -50%) translate(11.33976vw, -3.03848vw) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
        transform: translate(-50%, -50%) translate(11.33976vw, -3.03848vw) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
    }
    .page-index .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-9.04626vw, 9.04626vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-9.04626vw, 9.04626vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(-9.04626vw, 9.04626vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(11.33976vw, 3.03848vw) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
        -ms-transform: translate(-50%, -50%) translate(11.33976vw, 3.03848vw) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
        transform: translate(-50%, -50%) translate(11.33976vw, 3.03848vw) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
    }
    .page-index .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-9.04626vw, -9.04626vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-9.04626vw, -9.04626vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(-9.04626vw, -9.04626vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(8.30128vw, 8.30128vw) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(8.30128vw, 8.30128vw) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(8.30128vw, 8.30128vw) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
    }
    .page-index .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(9.04626vw, -9.04626vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(9.04626vw, -9.04626vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(9.04626vw, -9.04626vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(3.03848vw, 11.33976vw) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
        -ms-transform: translate(-50%, -50%) translate(3.03848vw, 11.33976vw) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
        transform: translate(-50%, -50%) translate(3.03848vw, 11.33976vw) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
    }
    .page-index .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(9.04626vw, 9.04626vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(9.04626vw, 9.04626vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(9.04626vw, 9.04626vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-3.03848vw, 11.33976vw) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
        -ms-transform: translate(-50%, -50%) translate(-3.03848vw, 11.33976vw) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
        transform: translate(-50%, -50%) translate(-3.03848vw, 11.33976vw) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
    }
    .page-index .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-9.04626vw, 9.04626vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-9.04626vw, 9.04626vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(-9.04626vw, 9.04626vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-8.30128vw, 8.30128vw) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-8.30128vw, 8.30128vw) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(-8.30128vw, 8.30128vw) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
    }
    .page-index .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-9.04626vw, -9.04626vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-9.04626vw, -9.04626vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(-9.04626vw, -9.04626vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-11.33976vw, 3.03848vw) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
        -ms-transform: translate(-50%, -50%) translate(-11.33976vw, 3.03848vw) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
        transform: translate(-50%, -50%) translate(-11.33976vw, 3.03848vw) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
    }
    .page-index .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(9.04626vw, -9.04626vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(9.04626vw, -9.04626vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(9.04626vw, -9.04626vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-11.33976vw, -3.03848vw) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
        -ms-transform: translate(-50%, -50%) translate(-11.33976vw, -3.03848vw) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
        transform: translate(-50%, -50%) translate(-11.33976vw, -3.03848vw) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
    }
    .page-index .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(9.04626vw, 9.04626vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(9.04626vw, 9.04626vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(9.04626vw, 9.04626vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-8.30128vw, -8.30128vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-8.30128vw, -8.30128vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(-8.30128vw, -8.30128vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
    }
    .page-index .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-9.04626vw, 9.04626vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-9.04626vw, 9.04626vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(-9.04626vw, 9.04626vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-3.03848vw, -11.33976vw) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
        -ms-transform: translate(-50%, -50%) translate(-3.03848vw, -11.33976vw) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
        transform: translate(-50%, -50%) translate(-3.03848vw, -11.33976vw) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
    }
    .page-index .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-9.04626vw, -9.04626vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-9.04626vw, -9.04626vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(-9.04626vw, -9.04626vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(3.03848vw, -11.33976vw) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
        -ms-transform: translate(-50%, -50%) translate(3.03848vw, -11.33976vw) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
        transform: translate(-50%, -50%) translate(3.03848vw, -11.33976vw) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) {
    .page-index .circle-nav-info {
        left: 7vw;
    }
    .page-index .copyright {
        display: none;
    }
}

.page-business {
    background: #fff;
}

.page-business .business {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
}

.page-business .circle-nav {
    width: 60.102vh;
    height: 60.102vh;
}

.page-business .circle-nav-item:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) translate(0vh, -30.051vh) translate(0%, -50%) translate(0px, -26px);
    -ms-transform: translate(-50%, -50%) translate(0vh, -30.051vh) translate(0%, -50%) translate(0px, -26px);
    transform: translate(-50%, -50%) translate(0vh, -30.051vh) translate(0%, -50%) translate(0px, -26px);
}

.page-business .circle-nav-item:nth-of-type(1) .circle-nav-sub {
    bottom: -8px;
    left: 0;
    right: 0;
    text-align: center;
}

.page-business .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(1) {
    display: none;
}

.page-business .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(12) span {
    background-color: #ff2400;
}

.page-business .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(1) span {
    background-color: #ff2400;
}

.page-business .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(2) span {
    background-color: #ff2400;
}

.page-business .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(3) span {
    background-color: #ff2400;
}

.page-business .circle-nav[data-active="0"] .circle-nav-outline {
    width: calc(100% + 63px);
    height: calc(100% + 63px);
    top: -31.5px;
    left: -31.5px;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
    transition-timing-function: step-start;
    -webkit-animation: circle-nav-outline-sector-3-12 0.4s linear;
    animation: circle-nav-outline-sector-3-12 0.4s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    display: none;
}

@keyframes circle-nav-outline-sector-3-12 {
    from {
        stroke-dashoffset: 3130;
    }
    to {
        stroke-dashoffset: 2347.5;
    }
}

.page-business .circle-nav[data-active="0"]::after {
    display:none
}

.page-business .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide:nth-child(1) {
    z-index: 1;
    opacity: 1;
}

.page-business .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide-img:nth-child(1) .img {
    opacity: 1;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.page-business .circle-nav-item:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) translate(23.051vh, -22vh) translate(50%, 0%) translate(26px, 11px);
    -ms-transform: translate(-50%, -50%) translate(23.051vh, -22vh) translate(50%, 0%) translate(26px, 11px);
    transform: translate(-50%, -50%) translate(23.051vh, -22vh) translate(50%, 0%) translate(26px, 11px);
}

.page-business .circle-nav-item:nth-of-type(2) .circle-nav-sub {
    bottom: -8px;
    right: 20px;
}

.page-business .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(4) {
}
.page-business .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(1) span {
    background-color: #ff2400;
}
.page-business .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(2) span {
    background-color: #ff2400;
}
.page-business .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(3) span {
    background-color: #ff2400;
}


.page-business .circle-nav[data-active="1"] .circle-nav-outline {
    width: calc(100% + 63px);
    height: calc(100% + 63px);
    top: -28px;
    left: -37px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition-timing-function: step-start;
    -webkit-animation: circle-nav-outline-sector-3-12 0.4s linear;
    animation: circle-nav-outline-sector-3-12 0.4s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    stroke-dasharray: 3352;
    stroke-dashoffset: 3352;
    display: block;
}

@keyframes circle-nav-outline-sector-3-12 {
    from {
        stroke-dashoffset: 3130;
    }
    to {
        stroke-dashoffset: 2347.5;
    }
}

.page-business .circle-nav[data-active="1"]::after {
    -webkit-transform: rotate(122deg);
    -ms-transform: rotate(150deg);
    transform: rotate(122deg);
}

.page-business .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide:nth-child(2) {
    z-index: 1;
    opacity: 1;
}

.page-business .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide-img:nth-child(2) .img {
    opacity: 1;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.page-business .circle-nav-item:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) translate(36vh, 5.051vh) translate(0%, 50%) translate(32px, 26px);
    -ms-transform: translate(-50%, -50%) translate(36vh, 5.051vh) translate(0%, 50%) translate(32px, 26px);
    transform: translate(-50%, -50%) translate(36vh, 5.051vh) translate(0%, 50%) translate(2px, 54px);
}

.page-business .circle-nav-item:nth-of-type(3) .circle-nav-sub {bottom: -8px;left: 20px;}

.page-business .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(2) span {background-color: #ff2400;}
.page-business .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(3) span {background-color: #ff2400;}
.page-business .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(4) span {background-color: #ff2400;}
.page-business .circle-nav[data-active="2"] .circle-nav-outline {
    width: calc(100% + 62px);
    height: calc(100% + 73px);
    top: -29px;
    left: -39px;
    -webkit-transform: rotate(52deg);
    -ms-transform: rotate(52deg);
    transform: rotate(52deg);
    transition-timing-function: step-start;
    -webkit-animation: circle-nav-outline-sector-3-12 0.4s linear;
    animation: circle-nav-outline-sector-3-12 0.4s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    display: block;
    stroke-dasharray: 3461;
    stroke-dashoffset: 3461;
}

@keyframes circle-nav-outline-sector-3-12 {
    from {stroke-dashoffset: 3130;}
    to {stroke-dashoffset: 2347.5;}
}

.page-business .circle-nav[data-active="2"]::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.page-business .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide:nth-child(3) {
    z-index: 1;
    opacity: 1;
}

.page-business .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide-img:nth-child(3) .img {
    opacity: 1;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.page-business .circle-nav-item:nth-of-type(4) {
    -webkit-transform: translate(-50%, -50%) translate(8vh, 28.051vh) translate(0%, 50%) translate(-80px, 45px);
    -ms-transform: translate(-50%, -50%) translate(8vh, 28.051vh) translate(0%, 50%) translate(-80px, 45px);
    transform: translate(-50%, -50%) translate(8vh, 28.051vh) translate(0%, 50%) translate(-80px, 45px);
}

.page-business .circle-nav-item:nth-of-type(5) {
    -webkit-transform: translate(-50%, -50%) translate(8vh, 28.051vh) translate(0%, 50%) translate(-80px, 45px);
    -ms-transform: translate(-50%, -50%) translate(8vh, 28.051vh) translate(0%, 50%) translate(-80px, 45px);
    transform: translate(-50%, -50%) translate(-20vh, 20.051vh) translate(0%, 50%) translate(-80px, 45px);
}
.page-business .circle-nav-item:nth-of-type(6) {
    -webkit-transform: translate(-50%, -50%) translate(-29.051vh, 5vh) translate(-50%, 0%) translate(-46px, -50px);
    -ms-transform: translate(-50%, -50%) translate(-29.051vh, 5vh) translate(-50%, 0%) translate(-46px, -50px);
    transform: translate(-50%, -50%) translate(-29.051vh, 5vh) translate(-50%, 0%) translate(-46px, -50px);
}
.page-business .circle-nav-item:nth-of-type(7) {
    -webkit-transform: translate(-50%, -50%) translate(-30vh, -18.051vh) translate(0%, -50%) translate(0px, -26px);
    -ms-transform: translate(-50%, -50%) translate(-30vh, -18.051vh) translate(0%, -50%) translate(0px, -26px);
    transform: translate(50%, -50%) translate(-42vh, -19.8vh) translate(0%, -50%) translate(0px, -26px);
}
.page-business .circle-nav-item:nth-of-type(4) .circle-nav-sub {bottom: -8px;left: 20px;}
.page-business .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(3) span {background-color: #ff2400;}
.page-business .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(4) span {background-color: #ff2400;}
.page-business .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(5) span {background-color: #ff2400;}
.page-business .circle-nav[data-active="3"] .circle-nav-outline {
    width: calc(100% + 61px);
    height: calc(100% + 63px);
    top: -28px;
    left: -35px;
    -webkit-transform: rotate(116deg);
    -ms-transform: rotate(116deg);
    transform: rotate(116deg);
    transition-timing-function: step-start;
    -webkit-animation: circle-nav-outline-sector-3-12 0.4s linear;
    animation: circle-nav-outline-sector-3-12 0.4s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    display: block;
    stroke-dasharray: 3309;
    stroke-dashoffset: 3309;
    }

@keyframes circle-nav-outline-sector-3-12 {
    from {
        stroke-dashoffset: 3130;
    }
    to {
        stroke-dashoffset: 2347.5;
    }
}
.page-business .circle-nav-item:nth-of-type(5) .circle-nav-sub {bottom: -8px;left: 20px;}
.page-business .circle-nav-item:nth-of-type(6) .circle-nav-sub {bottom: -8px;left: 20px;}
.page-business .circle-nav-item:nth-of-type(7) .circle-nav-sub {bottom: -8px;left: 20px;}
.page-business .circle-nav[data-active="3"]::after {
    -webkit-transform: rotate(243deg);
    -ms-transform: rotate(243deg);
    transform: rotate(243deg);
}

.page-business .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide:nth-child(4) {
    z-index: 1;
    opacity: 1;
}

.page-business .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide-img:nth-child(4) .img {
    opacity: 1;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.page-business .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(4) span {background-color: #ff2400;}
.page-business .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(5) span {background-color: #ff2400;}
.page-business .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(6) span {background-color: #ff2400;}
.page-business .circle-nav[data-active="4"] .circle-nav-outline {
    width: calc(100% + 63px);
    height: calc(100% + 62px);
    top: -28px;
    left: -37px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transition-timing-function: step-start;
    -webkit-animation: circle-nav-outline-sector-3-12 0.4s linear;
    animation: circle-nav-outline-sector-3-12 0.4s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    display: block;
    stroke-dasharray: 3128;
    stroke-dashoffset: 3128;
}

@keyframes circle-nav-outline-sector-3-12 {
    from {stroke-dashoffset: 3130;}
    to {stroke-dashoffset: 2347.5;}
}

.page-business .circle-nav[data-active="4"]::after {
    -webkit-transform: rotate(297deg);
    -ms-transform: rotate(297deg);
    transform: rotate(297deg);
}

.page-business .circle-nav[data-active="4"] .circle-nav-slides .circle-nav-slide:nth-child(3) {
    z-index: 1;
    opacity: 1;
}

.page-business .circle-nav[data-active="4"] .circle-nav-slides .circle-nav-slide-img:nth-child(3) .img {
    opacity: 1;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}




.page-business .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(5) span {background-color: #ff2400;}
.page-business .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(6) span {background-color: #ff2400;}
.page-business .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(7) span {background-color: #ff2400;}
.page-business .circle-nav[data-active="5"] .circle-nav-outline {
    width: calc(100% + 65px);
    height: calc(100% + 61px);
    top: -28px;
    left: -39px;
    -webkit-transform: rotate(227deg);
    -ms-transform: rotate(227deg);
    transform: rotate(227deg);
    transition-timing-function: step-start;
    -webkit-animation: circle-nav-outline-sector-3-12 0.4s linear;
    animation: circle-nav-outline-sector-3-12 0.4s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    display: block;
    stroke-dasharray: 3123;
    stroke-dashoffset: 3128;
}

@keyframes circle-nav-outline-sector-3-12 {
    from {stroke-dashoffset: 3130;}
    to {stroke-dashoffset: 2347.5;}
}

.page-business .circle-nav[data-active="5"]::after {
    -webkit-transform: rotate(-21deg);
    -ms-transform: rotate(-18deg);
    transform: rotate(-21deg);
}

.page-business .circle-nav[data-active="5"] .circle-nav-slides .circle-nav-slide:nth-child(3) {
    z-index: 1;
    opacity: 1;
}

.page-business .circle-nav[data-active="5"] .circle-nav-slides .circle-nav-slide-img:nth-child(3) .img {
    opacity: 1;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}



.page-business .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(1) span {background-color: #ff2400;}
.page-business .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(6) span {background-color: #ff2400;}
.page-business .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(7) span {background-color: #ff2400;}
.page-business .circle-nav[data-active="6"] .circle-nav-outline {
    width: calc(100% + 64px);
    height: calc(100% + 65px);
    top: -29px;
    left: -34px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    transition-timing-function: step-start;
    -webkit-animation: circle-nav-outline-sector-3-12 0.4s linear;
    animation: circle-nav-outline-sector-3-12 0.4s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    display: block;
    stroke-dasharray: 3129;
    stroke-dashoffset: 3129;
}

@keyframes circle-nav-outline-sector-3-12 {
    from {stroke-dashoffset: 3130;}
    to {stroke-dashoffset: 2347.5;}
}

.page-business .circle-nav[data-active="6"]::after {
    -webkit-transform: rotate(14deg);
    -ms-transform: rotate(16deg);
    transform: rotate(14deg);
}

.page-business .circle-nav[data-active="6"] .circle-nav-slides .circle-nav-slide:nth-child(3) {
    z-index: 1;
    opacity: 1;
}

.page-business .circle-nav[data-active="6"] .circle-nav-slides .circle-nav-slide-img:nth-child(3) .img {
    opacity: 1;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}



.page-business .circle-nav-marker:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) translate(0vh, -30.051vh) translate(0%, -50%) translate(0px, -20px);
    -ms-transform: translate(-50%, -50%) translate(0vh, -30.051vh) translate(0%, -50%) translate(0px, -20px);
    transform: translate(-50%, -50%) translate(0vh, -30.051vh) translate(0%, -50%) translate(0px, -20px);
}

.page-business .circle-nav-marker:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) translate(15.0255vh, -26.02493vh) translate(25%, -43.30127%) translate(100px, 62px);
    -ms-transform: translate(-50%, -50%) translate(15.0255vh, -26.02493vh) translate(25%, -43.30127%) translate(100px, 62px);
    transform: translate(-50%, -50%) translate(15.0255vh, -26.02493vh) translate(25%, -43.30127%) translate(100px, 62px);
}

.page-business .circle-nav-marker:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) translate(26.02493vh, 15.0255vh) translate(43.30127%, 25%) translate(28px, -10px);
    -ms-transform: translate(-50%, -50%) translate(26.02493vh, 15.0255vh) translate(43.30127%, 25%) translate(28px, -10px);
    transform: translate(-50%, -50%) translate(26.02493vh, 15.0255vh) translate(43.30127%, 25%) translate(28px, -10px);
}

.page-business .circle-nav-marker:nth-of-type(4) {
    -webkit-transform: translate(-50%, -50%) translate(0vh, 30.051vh) translate(0%, 50%) translate(0px, 20px);
    -ms-transform: translate(-50%, -50%) translate(0vh, 30.051vh) translate(0%, 50%) translate(0px, 20px);
    transform: translate(-50%, -50%) translate(0vh, 30.051vh) translate(0%, 50%) translate(0px, 20px);
}

.page-business .circle-nav-marker:nth-of-type(5) {
    -webkit-transform: translate(-50%, -50%) translate(-15.0255vh, 26.02493vh) translate(-25%, 43.30127%) translate(-80px, -39px);
    -ms-transform: translate(-50%, -50%) translate(-15.0255vh, 26.02493vh) translate(-25%, 43.30127%) translate(-80px, -39px);
    transform: translate(-50%, -50%) translate(-15.0255vh, 26.02493vh) translate(-25%, 43.30127%) translate(-80px, -39px);
}

.page-business .circle-nav-marker:nth-of-type(6) {
    -webkit-transform: translate(-50%, -50%) translate(-30.051vh, 0vh) translate(-50%, 0%) translate(-20px, 0px);
    -ms-transform: translate(-50%, -50%) translate(-30.051vh, 0vh) translate(-50%, 0%) translate(-20px, 0px);
    transform: translate(-50%, -50%) translate(-30.051vh, 0vh) translate(-50%, 0%) translate(-20px, 0px);
}

.page-business .circle-nav-marker:nth-of-type(7) {
    -webkit-transform: translate(-50%, -50%) translate(-15.0255vh, -26.02493vh) translate(-25%, -43.30127%) translate(-69px, 31px);
    -ms-transform: translate(-50%, -50%) translate(-15.0255vh, -26.02493vh) translate(-25%, -43.30127%) translate(-69px, 31px);
    transform: translate(-50%, -50%) translate(-15.0255vh, -26.02493vh) translate(-25%, -43.30127%) translate(-69px, 31px);
}


.page-business .circle-nav-marker:nth-of-type(1) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 0s;
}

.page-business .circle-nav-marker:nth-of-type(2) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 0.2s;
}

.page-business .circle-nav-marker:nth-of-type(3) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 0.4s;
}

.page-business .circle-nav-marker:nth-of-type(4) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 0.6s;
}

.page-business .circle-nav-marker:nth-of-type(5) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 0.8s;
}

.page-business .circle-nav-marker:nth-of-type(6) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 1s;
}

.page-business .circle-nav-marker:nth-of-type(7) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 1.2s;
}


@media screen and (max-width: 959px) {
    .page-business .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(21.24927vh, -21.24927vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(21.24927vh, -21.24927vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(21.24927vh, -21.24927vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business .circle-nav[data-active="0"]::after {
        -webkit-transform: rotate(105deg);
        -ms-transform: rotate(105deg);
        transform: rotate(105deg);
    }
    .page-business .circle-nav[data-active="0"] .circle-nav-outline {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    .page-business .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(21.24927vh, 21.24927vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(21.24927vh, 21.24927vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(21.24927vh, 21.24927vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business .circle-nav[data-active="1"]::after {
        -webkit-transform: rotate(-165deg);
        -ms-transform: rotate(-165deg);
        transform: rotate(-165deg);
    }
    .page-business .circle-nav[data-active="1"] .circle-nav-outline {
        -webkit-transform: rotate(105deg);
        -ms-transform: rotate(105deg);
        transform: rotate(105deg);
    }
    .page-business .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-21.24927vh, 21.24927vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-21.24927vh, 21.24927vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(-21.24927vh, 21.24927vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav[data-active="2"]::after {
        -webkit-transform: rotate(-75deg);
        -ms-transform: rotate(-75deg);
        transform: rotate(-75deg);
    }
    .page-business .circle-nav[data-active="2"] .circle-nav-outline {
        -webkit-transform: rotate(195deg);
        -ms-transform: rotate(195deg);
        transform: rotate(195deg);
    }
    .page-business .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-21.24927vh, -21.24927vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-21.24927vh, -21.24927vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(-21.24927vh, -21.24927vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav[data-active="3"]::after {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    .page-business .circle-nav[data-active="3"] .circle-nav-outline {
        -webkit-transform: rotate(285deg);
        -ms-transform: rotate(285deg);
        transform: rotate(285deg);
    }
    .page-business .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(21.24927vh, -21.24927vh) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(21.24927vh, -21.24927vh) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(21.24927vh, -21.24927vh) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
    }
    .page-business .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(29.02704vh, -7.77777vh) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
        -ms-transform: translate(-50%, -50%) translate(29.02704vh, -7.77777vh) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
        transform: translate(-50%, -50%) translate(29.02704vh, -7.77777vh) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
    }
    .page-business .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(29.02704vh, 7.77777vh) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
        -ms-transform: translate(-50%, -50%) translate(29.02704vh, 7.77777vh) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
        transform: translate(-50%, -50%) translate(29.02704vh, 7.77777vh) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
    }
    .page-business .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(21.24927vh, 21.24927vh) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(21.24927vh, 21.24927vh) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(21.24927vh, 21.24927vh) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
    }
    .page-business .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(7.77777vh, 29.02704vh) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
        -ms-transform: translate(-50%, -50%) translate(7.77777vh, 29.02704vh) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
        transform: translate(-50%, -50%) translate(7.77777vh, 29.02704vh) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
    }
    .page-business .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-7.77777vh, 29.02704vh) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
        -ms-transform: translate(-50%, -50%) translate(-7.77777vh, 29.02704vh) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
        transform: translate(-50%, -50%) translate(-7.77777vh, 29.02704vh) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
    }
    .page-business .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-21.24927vh, 21.24927vh) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-21.24927vh, 21.24927vh) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(-21.24927vh, 21.24927vh) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
    }
    .page-business .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-29.02704vh, 7.77777vh) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
        -ms-transform: translate(-50%, -50%) translate(-29.02704vh, 7.77777vh) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
        transform: translate(-50%, -50%) translate(-29.02704vh, 7.77777vh) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
    }
    .page-business .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-29.02704vh, -7.77777vh) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
        -ms-transform: translate(-50%, -50%) translate(-29.02704vh, -7.77777vh) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
        transform: translate(-50%, -50%) translate(-29.02704vh, -7.77777vh) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
    }
    .page-business .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-21.24927vh, -21.24927vh) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-21.24927vh, -21.24927vh) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(-21.24927vh, -21.24927vh) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
    }
    .page-business .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-7.77777vh, -29.02704vh) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
        -ms-transform: translate(-50%, -50%) translate(-7.77777vh, -29.02704vh) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
        transform: translate(-50%, -50%) translate(-7.77777vh, -29.02704vh) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
    }
    .page-business .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(7.77777vh, -29.02704vh) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
        -ms-transform: translate(-50%, -50%) translate(7.77777vh, -29.02704vh) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
        transform: translate(-50%, -50%) translate(7.77777vh, -29.02704vh) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape),
(max-width: 599px) {
    .page-business .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(18.06188vh, -18.06188vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(18.06188vh, -18.06188vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(18.06188vh, -18.06188vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(16.57443vh, -16.57443vh) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(16.57443vh, -16.57443vh) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(16.57443vh, -16.57443vh) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
    }
    .page-business .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(18.06188vh, 18.06188vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(18.06188vh, 18.06188vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(18.06188vh, 18.06188vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(22.64109vh, -6.06666vh) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
        -ms-transform: translate(-50%, -50%) translate(22.64109vh, -6.06666vh) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
        transform: translate(-50%, -50%) translate(22.64109vh, -6.06666vh) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
    }
    .page-business .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vh, 18.06188vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vh, 18.06188vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(-18.06188vh, 18.06188vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(22.64109vh, 6.06666vh) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
        -ms-transform: translate(-50%, -50%) translate(22.64109vh, 6.06666vh) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
        transform: translate(-50%, -50%) translate(22.64109vh, 6.06666vh) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
    }
    .page-business .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(16.57443vh, 16.57443vh) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(16.57443vh, 16.57443vh) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(16.57443vh, 16.57443vh) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
    }
    .page-business .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(18.06188vh, -18.06188vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(18.06188vh, -18.06188vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(18.06188vh, -18.06188vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(6.06666vh, 22.64109vh) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
        -ms-transform: translate(-50%, -50%) translate(6.06666vh, 22.64109vh) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
        transform: translate(-50%, -50%) translate(6.06666vh, 22.64109vh) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
    }
    .page-business .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(18.06188vh, 18.06188vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(18.06188vh, 18.06188vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(18.06188vh, 18.06188vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-6.06666vh, 22.64109vh) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
        -ms-transform: translate(-50%, -50%) translate(-6.06666vh, 22.64109vh) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
        transform: translate(-50%, -50%) translate(-6.06666vh, 22.64109vh) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
    }
    .page-business .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vh, 18.06188vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vh, 18.06188vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(-18.06188vh, 18.06188vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-16.57443vh, 16.57443vh) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-16.57443vh, 16.57443vh) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(-16.57443vh, 16.57443vh) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
    }
    .page-business .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-22.64109vh, 6.06666vh) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
        -ms-transform: translate(-50%, -50%) translate(-22.64109vh, 6.06666vh) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
        transform: translate(-50%, -50%) translate(-22.64109vh, 6.06666vh) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
    }
    .page-business .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(18.06188vh, -18.06188vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(18.06188vh, -18.06188vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(18.06188vh, -18.06188vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-22.64109vh, -6.06666vh) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
        -ms-transform: translate(-50%, -50%) translate(-22.64109vh, -6.06666vh) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
        transform: translate(-50%, -50%) translate(-22.64109vh, -6.06666vh) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
    }
    .page-business .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(18.06188vh, 18.06188vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(18.06188vh, 18.06188vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(18.06188vh, 18.06188vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-16.57443vh, -16.57443vh) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-16.57443vh, -16.57443vh) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(-16.57443vh, -16.57443vh) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
    }
    .page-business .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vh, 18.06188vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vh, 18.06188vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(-18.06188vh, 18.06188vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-6.06666vh, -22.64109vh) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
        -ms-transform: translate(-50%, -50%) translate(-6.06666vh, -22.64109vh) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
        transform: translate(-50%, -50%) translate(-6.06666vh, -22.64109vh) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
    }
    .page-business .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(6.06666vh, -22.64109vh) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
        -ms-transform: translate(-50%, -50%) translate(6.06666vh, -22.64109vh) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
        transform: translate(-50%, -50%) translate(6.06666vh, -22.64109vh) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
    }
}

.page-business .circle-nav-info {
    position: absolute;
    z-index: 10;
    left: 10vw;
    bottom: 10vh;
}

@media screen and (orientation: portrait),
(max-width: 959px) {
    .page-business .circle-nav {
        width: 60.102vw;
        height: 60.102vw;
    }
    .page-business .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, -30.051vw) translate(0%, -50%) translate(0px, -26px);
        -ms-transform: translate(-50%, -50%) translate(0vw, -30.051vw) translate(0%, -50%) translate(0px, -26px);
        transform: translate(-50%, -50%) translate(0vw, -30.051vw) translate(0%, -50%) translate(0px, -26px);
    }
    .page-business .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        top: 10px;
        right: 20px;
    }
    .page-business .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(1) {
        display: none;
    }
    .page-business .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(12) span {
        background-color: #ff2400;
    }
    .page-business .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(1) span {
        background-color: #ff2400;
    }
    .page-business .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(2) span {
        background-color: #ff2400;
    }
    .page-business .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(3) span {
        background-color: #ff2400;
    }
    .page-business .circle-nav[data-active="0"] .circle-nav-outline {
        width: calc(100% + 63px);
        height: calc(100% + 63px);
        top: -31.5px;
        left: -31.5px;
        -webkit-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        transform: rotate(-30deg);
        transition-timing-function: step-start;
        -webkit-animation: circle-nav-outline-sector-3-12 0.4s linear;
        animation: circle-nav-outline-sector-3-12 0.4s linear;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
    @-webkit-keyframes circle-nav-outline-sector-3-12 {
        from {
            stroke-dashoffset: 3130;
        }
        to {
            stroke-dashoffset: 2347.5;
        }
    }
    @keyframes circle-nav-outline-sector-3-12 {
        from {
            stroke-dashoffset: 3130;
        }
        to {
            stroke-dashoffset: 2347.5;
        }
    }
    .page-business .circle-nav[data-active="0"]::after {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
    }
    .page-business .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide:nth-child(1) {
        z-index: 1;
        opacity: 1;
    }
    .page-business .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide-img:nth-child(1) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-business .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(30.051vw, 0vw) translate(50%, 0%) translate(26px, 0px);
        -ms-transform: translate(-50%, -50%) translate(30.051vw, 0vw) translate(50%, 0%) translate(26px, 0px);
        transform: translate(-50%, -50%) translate(30.051vw, 0vw) translate(50%, 0%) translate(26px, 0px);
    }
    .page-business .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(4) {
        display: none;
    }
    .page-business .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(3) span {
        background-color: #ff2400;
    }
    .page-business .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(4) span {
        background-color: #ff2400;
    }
    .page-business .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(5) span {
        background-color: #ff2400;
    }
    .page-business .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(6) span {
        background-color: #ff2400;
    }
    .page-business .circle-nav[data-active="1"] .circle-nav-outline {
        width: calc(100% + 63px);
        height: calc(100% + 63px);
        top: -31.5px;
        left: -31.5px;
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        transition-timing-function: step-start;
        -webkit-animation: circle-nav-outline-sector-3-12 0.4s linear;
        animation: circle-nav-outline-sector-3-12 0.4s linear;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
    @keyframes circle-nav-outline-sector-3-12 {
        from {
            stroke-dashoffset: 3130;
        }
        to {
            stroke-dashoffset: 2347.5;
        }
    }
    .page-business .circle-nav[data-active="1"]::after {
        -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
        transform: rotate(150deg);
    }
    .page-business .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide:nth-child(2) {
        z-index: 1;
        opacity: 1;
    }
    .page-business .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide-img:nth-child(2) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-business .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 30.051vw) translate(0%, 50%) translate(0px, 26px);
        -ms-transform: translate(-50%, -50%) translate(0vw, 30.051vw) translate(0%, 50%) translate(0px, 26px);
        transform: translate(-50%, -50%) translate(0vw, 30.051vw) translate(0%, 50%) translate(0px, 26px);
    }
    .page-business .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(7) {
        display: none;
    }
    .page-business .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(6) span {
        background-color: #ff2400;
    }
    .page-business .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(7) span {
        background-color: #ff2400;
    }
    .page-business .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(8) span {
        background-color: #ff2400;
    }
    .page-business .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(9) span {
        background-color: #ff2400;
    }
    .page-business .circle-nav[data-active="2"] .circle-nav-outline {
        width: calc(100% + 63px);
        height: calc(100% + 63px);
        top: -31.5px;
        left: -31.5px;
        -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
        transform: rotate(150deg);
        transition-timing-function: step-start;
        -webkit-animation: circle-nav-outline-sector-3-12 0.4s linear;
        animation: circle-nav-outline-sector-3-12 0.4s linear;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
    @keyframes circle-nav-outline-sector-3-12 {
        from {
            stroke-dashoffset: 3130;
        }
        to {
            stroke-dashoffset: 2347.5;
        }
    }
    .page-business .circle-nav[data-active="2"]::after {
        -webkit-transform: rotate(-120deg);
        -ms-transform: rotate(-120deg);
        transform: rotate(-120deg);
    }
    .page-business .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide:nth-child(3) {
        z-index: 1;
        opacity: 1;
    }
    .page-business .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide-img:nth-child(3) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-business .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-30.051vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
        -ms-transform: translate(-50%, -50%) translate(-30.051vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
        transform: translate(-50%, -50%) translate(-30.051vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    }
    .page-business .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(10) {
        display: none;
    }
    .page-business .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(9) span {
        background-color: #ff2400;
    }
    .page-business .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(10) span {
        background-color: #ff2400;
    }
    .page-business .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(11) span {
        background-color: #ff2400;
    }
    .page-business .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(12) span {
        background-color: #ff2400;
    }
    .page-business .circle-nav[data-active="3"] .circle-nav-outline {
        width: calc(100% + 63px);
        height: calc(100% + 63px);
        top: -31.5px;
        left: -31.5px;
        -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
        transform: rotate(240deg);
        transition-timing-function: step-start;
        -webkit-animation: circle-nav-outline-sector-3-12 0.4s linear;
        animation: circle-nav-outline-sector-3-12 0.4s linear;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
    @keyframes circle-nav-outline-sector-3-12 {
        from {
            stroke-dashoffset: 3130;
        }
        to {
            stroke-dashoffset: 2347.5;
        }
    }
    .page-business .circle-nav[data-active="3"]::after {
        -webkit-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    .page-business .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide:nth-child(4) {
        z-index: 1;
        opacity: 1;
    }
    .page-business .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide-img:nth-child(4) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-business .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, -30.051vw) translate(0%, -50%) translate(0px, -20px);
        -ms-transform: translate(-50%, -50%) translate(0vw, -30.051vw) translate(0%, -50%) translate(0px, -20px);
        transform: translate(-50%, -50%) translate(0vw, -30.051vw) translate(0%, -50%) translate(0px, -20px);
    }
    .page-business .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(15.0255vw, -26.02493vw) translate(25%, -43.30127%) translate(10px, -17.32051px);
        -ms-transform: translate(-50%, -50%) translate(15.0255vw, -26.02493vw) translate(25%, -43.30127%) translate(10px, -17.32051px);
        transform: translate(-50%, -50%) translate(15.0255vw, -26.02493vw) translate(25%, -43.30127%) translate(10px, -17.32051px);
    }
    .page-business .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(26.02493vw, -15.0255vw) translate(43.30127%, -25%) translate(17.32051px, -10px);
        -ms-transform: translate(-50%, -50%) translate(26.02493vw, -15.0255vw) translate(43.30127%, -25%) translate(17.32051px, -10px);
        transform: translate(-50%, -50%) translate(26.02493vw, -15.0255vw) translate(43.30127%, -25%) translate(17.32051px, -10px);
    }
    .page-business .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(30.051vw, 0vw) translate(50%, 0%) translate(20px, 0px);
        -ms-transform: translate(-50%, -50%) translate(30.051vw, 0vw) translate(50%, 0%) translate(20px, 0px);
        transform: translate(-50%, -50%) translate(30.051vw, 0vw) translate(50%, 0%) translate(20px, 0px);
    }
    .page-business .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(26.02493vw, 15.0255vw) translate(43.30127%, 25%) translate(17.32051px, 10px);
        -ms-transform: translate(-50%, -50%) translate(26.02493vw, 15.0255vw) translate(43.30127%, 25%) translate(17.32051px, 10px);
        transform: translate(-50%, -50%) translate(26.02493vw, 15.0255vw) translate(43.30127%, 25%) translate(17.32051px, 10px);
    }
    .page-business .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(15.0255vw, 26.02493vw) translate(25%, 43.30127%) translate(10px, 17.32051px);
        -ms-transform: translate(-50%, -50%) translate(15.0255vw, 26.02493vw) translate(25%, 43.30127%) translate(10px, 17.32051px);
        transform: translate(-50%, -50%) translate(15.0255vw, 26.02493vw) translate(25%, 43.30127%) translate(10px, 17.32051px);
    }
    .page-business .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 30.051vw) translate(0%, 50%) translate(0px, 20px);
        -ms-transform: translate(-50%, -50%) translate(0vw, 30.051vw) translate(0%, 50%) translate(0px, 20px);
        transform: translate(-50%, -50%) translate(0vw, 30.051vw) translate(0%, 50%) translate(0px, 20px);
    }
    .page-business .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-15.0255vw, 26.02493vw) translate(-25%, 43.30127%) translate(-10px, 17.32051px);
        -ms-transform: translate(-50%, -50%) translate(-15.0255vw, 26.02493vw) translate(-25%, 43.30127%) translate(-10px, 17.32051px);
        transform: translate(-50%, -50%) translate(-15.0255vw, 26.02493vw) translate(-25%, 43.30127%) translate(-10px, 17.32051px);
    }
    .page-business .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-26.02493vw, 15.0255vw) translate(-43.30127%, 25%) translate(-17.32051px, 10px);
        -ms-transform: translate(-50%, -50%) translate(-26.02493vw, 15.0255vw) translate(-43.30127%, 25%) translate(-17.32051px, 10px);
        transform: translate(-50%, -50%) translate(-26.02493vw, 15.0255vw) translate(-43.30127%, 25%) translate(-17.32051px, 10px);
    }
    .page-business .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-30.051vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
        -ms-transform: translate(-50%, -50%) translate(-30.051vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
        transform: translate(-50%, -50%) translate(-30.051vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    }
    .page-business .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-26.02493vw, -15.0255vw) translate(-43.30127%, -25%) translate(-17.32051px, -10px);
        -ms-transform: translate(-50%, -50%) translate(-26.02493vw, -15.0255vw) translate(-43.30127%, -25%) translate(-17.32051px, -10px);
        transform: translate(-50%, -50%) translate(-26.02493vw, -15.0255vw) translate(-43.30127%, -25%) translate(-17.32051px, -10px);
    }
    .page-business .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-15.0255vw, -26.02493vw) translate(-25%, -43.30127%) translate(-10px, -17.32051px);
        -ms-transform: translate(-50%, -50%) translate(-15.0255vw, -26.02493vw) translate(-25%, -43.30127%) translate(-10px, -17.32051px);
        transform: translate(-50%, -50%) translate(-15.0255vw, -26.02493vw) translate(-25%, -43.30127%) translate(-10px, -17.32051px);
    }
    .page-business .circle-nav-marker:nth-of-type(1) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0s;
    }
    .page-business .circle-nav-marker:nth-of-type(2) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0.2s;
    }
    .page-business .circle-nav-marker:nth-of-type(3) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0.4s;
    }
    .page-business .circle-nav-marker:nth-of-type(4) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0.6s;
    }
    .page-business .circle-nav-marker:nth-of-type(5) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0.8s;
    }
    .page-business .circle-nav-marker:nth-of-type(6) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1s;
    }
    .page-business .circle-nav-marker:nth-of-type(7) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1.2s;
    }
    .page-business .circle-nav-marker:nth-of-type(8) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1.4s;
    }
    .page-business .circle-nav-marker:nth-of-type(9) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1.6s;
    }
    .page-business .circle-nav-marker:nth-of-type(10) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1.8s;
    }
    .page-business .circle-nav-marker:nth-of-type(11) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 2s;
    }
    .page-business .circle-nav-marker:nth-of-type(12) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 2.2s;
    }
}

@media screen and (orientation: portrait) and (max-width: 959px),
screen and (max-width: 959px) and (max-width: 959px) {
    .page-business .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(21.24927vw, -21.24927vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(21.24927vw, -21.24927vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(24.24927vw, -21.24927vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(44.24927vw, -5.24927vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(44.24927vw, -5.24927vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(-21.75073vw, -19.24927vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business .circle-nav[data-active="0"]::after {
        -webkit-transform: rotate(105deg);
        -ms-transform: rotate(105deg);
        transform: rotate(105deg);
    }
    .page-business .circle-nav[data-active="0"] .circle-nav-outline {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    .page-business .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(21.24927vw, 21.24927vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(21.24927vw, 21.24927vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(21.24927vw, 21.24927vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business .circle-nav[data-active="1"]::after {
        -webkit-transform: rotate(-165deg);
        -ms-transform: rotate(-165deg);
        transform: rotate(-165deg);
    }
    .page-business .circle-nav[data-active="1"] .circle-nav-outline {
        -webkit-transform: rotate(105deg);
        -ms-transform: rotate(105deg);
        transform: rotate(105deg);
    }
    .page-business .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-21.24927vw, 21.24927vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-21.24927vw, 21.24927vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(-32.24927vw, -2.75073vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav[data-active="2"]::after {
        -webkit-transform: rotate(-75deg);
        -ms-transform: rotate(-75deg);
        transform: rotate(-75deg);
    }
    .page-business .circle-nav[data-active="2"] .circle-nav-outline {
        -webkit-transform: rotate(195deg);
        -ms-transform: rotate(195deg);
        transform: rotate(195deg);
    }
    .page-business .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-21.24927vw, -21.24927vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-21.24927vw, -21.24927vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(44.24927vw, -5.24927vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
    }

    .page-business .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav[data-active="3"]::after {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    .page-business .circle-nav[data-active="3"] .circle-nav-outline {
        -webkit-transform: rotate(285deg);
        -ms-transform: rotate(285deg);
        transform: rotate(285deg);
    }
    .page-business .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(21.24927vw, -21.24927vw) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(21.24927vw, -21.24927vw) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(21.24927vw, -21.24927vw) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
    }
    .page-business .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(29.02704vw, -7.77777vw) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
        -ms-transform: translate(-50%, -50%) translate(29.02704vw, -7.77777vw) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
        transform: translate(-50%, -50%) translate(29.02704vw, -7.77777vw) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
    }
    .page-business .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(29.02704vw, 7.77777vw) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
        -ms-transform: translate(-50%, -50%) translate(29.02704vw, 7.77777vw) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
        transform: translate(-50%, -50%) translate(29.02704vw, 7.77777vw) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
    }
    .page-business .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(21.24927vw, 21.24927vw) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(21.24927vw, 21.24927vw) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(21.24927vw, 21.24927vw) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
    }
    .page-business .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(7.77777vw, 29.02704vw) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
        -ms-transform: translate(-50%, -50%) translate(7.77777vw, 29.02704vw) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
        transform: translate(-50%, -50%) translate(-25.22223vw, 21.02704vw) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
    }
    .page-business .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-7.77777vw, 29.02704vw) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
        -ms-transform: translate(-50%, -50%) translate(-7.77777vw, 29.02704vw) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
        transform: translate(-50%, -50%) translate(-30.77777vw, 0.02704vw) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
    }
    .page-business .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-21.24927vw, 21.24927vw) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-21.24927vw, 21.24927vw) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(-20.24927vw, -24.75073vw) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
    }
    .page-business .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-29.02704vw, 7.77777vw) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
        -ms-transform: translate(-50%, -50%) translate(-29.02704vw, 7.77777vw) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
        transform: translate(-50%, -50%) translate(-29.02704vw, 7.77777vw) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
    }
    .page-business .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-29.02704vw, -7.77777vw) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
        -ms-transform: translate(-50%, -50%) translate(-29.02704vw, -7.77777vw) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
        transform: translate(-50%, -50%) translate(-29.02704vw, -7.77777vw) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
    }
    .page-business .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-21.24927vw, -21.24927vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-21.24927vw, -21.24927vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(-21.24927vw, -21.24927vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
    }
    .page-business .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-7.77777vw, -29.02704vw) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
        -ms-transform: translate(-50%, -50%) translate(-7.77777vw, -29.02704vw) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
        transform: translate(-50%, -50%) translate(-7.77777vw, -29.02704vw) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
    }
    .page-business .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(7.77777vw, -29.02704vw) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
        -ms-transform: translate(-50%, -50%) translate(7.77777vw, -29.02704vw) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
        transform: translate(-50%, -50%) translate(7.77777vw, -29.02704vw) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
    }
}

@media screen and (orientation: portrait) and (max-width: 959px) and (max-height: 415px) and (orientation: landscape),
screen and (max-width: 959px) and (max-width: 959px) and (max-height: 415px) and (orientation: landscape),
screen and (orientation: portrait) and (max-width: 599px),
(max-width: 959px) and (max-width: 599px) {
    .page-business .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(18.06188vw, -18.06188vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(18.06188vw, -18.06188vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(18.06188vw, -18.06188vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(16.57443vw, -16.57443vw) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(16.57443vw, -16.57443vw) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(16.57443vw, -16.57443vw) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
    }
    .page-business .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(18.06188vw, 18.06188vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(18.06188vw, 18.06188vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(18.06188vw, 18.06188vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(22.64109vw, -6.06666vw) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
        -ms-transform: translate(-50%, -50%) translate(22.64109vw, -6.06666vw) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
        transform: translate(-50%, -50%) translate(22.64109vw, -6.06666vw) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
    }
    .page-business .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vw, 18.06188vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vw, 18.06188vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(-18.06188vw, 18.06188vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(22.64109vw, 6.06666vw) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
        -ms-transform: translate(-50%, -50%) translate(22.64109vw, 6.06666vw) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
        transform: translate(-50%, -50%) translate(22.64109vw, 6.06666vw) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
    }
    .page-business .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vw, -18.06188vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vw, -18.06188vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(-18.06188vw, -18.06188vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(16.57443vw, 16.57443vw) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(16.57443vw, 16.57443vw) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(16.57443vw, 16.57443vw) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
    }
    .page-business .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(18.06188vw, -18.06188vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(18.06188vw, -18.06188vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(18.06188vw, -18.06188vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(6.06666vw, 22.64109vw) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
        -ms-transform: translate(-50%, -50%) translate(6.06666vw, 22.64109vw) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
        transform: translate(-50%, -50%) translate(6.06666vw, 22.64109vw) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
    }
    .page-business .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(18.06188vw, 18.06188vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(18.06188vw, 18.06188vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(18.06188vw, 18.06188vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-6.06666vw, 22.64109vw) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
        -ms-transform: translate(-50%, -50%) translate(-6.06666vw, 22.64109vw) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
        transform: translate(-50%, -50%) translate(-6.06666vw, 22.64109vw) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
    }
    .page-business .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vw, 18.06188vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vw, 18.06188vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(-27.06188vw, -3.93812vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-16.57443vw, 16.57443vw) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-16.57443vw, 16.57443vw) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(-16.57443vw, 16.57443vw) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
    }
    .page-business .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vw, -18.06188vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vw, -18.06188vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(-18.06188vw, -18.06188vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-22.64109vw, 6.06666vw) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
        -ms-transform: translate(-50%, -50%) translate(-22.64109vw, 6.06666vw) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
        transform: translate(-50%, -50%) translate(-22.64109vw, 6.06666vw) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
    }
    .page-business .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(18.06188vw, -18.06188vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(18.06188vw, -18.06188vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(18.06188vw, -18.06188vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-22.64109vw, -6.06666vw) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
        -ms-transform: translate(-50%, -50%) translate(-22.64109vw, -6.06666vw) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
        transform: translate(-50%, -50%) translate(-22.64109vw, -6.06666vw) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
    }
    .page-business .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(18.06188vw, 18.06188vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(18.06188vw, 18.06188vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(18.06188vw, 18.06188vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-16.57443vw, -16.57443vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-16.57443vw, -16.57443vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(-16.57443vw, -16.57443vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
    }
    .page-business .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vw, 18.06188vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vw, 18.06188vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(-18.06188vw, 18.06188vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-6.06666vw, -22.64109vw) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
        -ms-transform: translate(-50%, -50%) translate(-6.06666vw, -22.64109vw) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
        transform: translate(-50%, -50%) translate(-6.06666vw, -22.64109vw) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
    }
    .page-business .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vw, -18.06188vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vw, -18.06188vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(-18.06188vw, -18.06188vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(6.06666vw, -22.64109vw) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
        -ms-transform: translate(-50%, -50%) translate(6.06666vw, -22.64109vw) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
        transform: translate(-50%, -50%) translate(6.06666vw, -22.64109vw) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) {
    .page-business .circle-nav {
        width: 30.102vw;
        height: 30.102vw;
    }
    .page-business .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, -15.051vw) translate(0%, -50%) translate(0px, -26px);
        -ms-transform: translate(-50%, -50%) translate(0vw, -15.051vw) translate(0%, -50%) translate(0px, -26px);
        transform: translate(-50%, -50%) translate(0vw, -15.051vw) translate(0%, -50%) translate(0px, -26px);
    }
    .page-business .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        top: 10px;
        right: 20px;
    }
    .page-business .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(1) {
        display: none;
    }
    .page-business .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(12) span {
        background-color: #ff2400;
    }
    .page-business .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(1) span {
        background-color: #ff2400;
    }
    .page-business .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(2) span {
        background-color: #ff2400;
    }
    .page-business .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(3) span {
        background-color: #ff2400;
    }
    .page-business .circle-nav[data-active="0"] .circle-nav-outline {
        width: calc(100% + 63px);
        height: calc(100% + 63px);
        top: -31.5px;
        left: -31.5px;
        -webkit-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        transform: rotate(-30deg);
        transition-timing-function: step-start;
        -webkit-animation: circle-nav-outline-sector-3-12 0.4s linear;
        animation: circle-nav-outline-sector-3-12 0.4s linear;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
    @-webkit-keyframes circle-nav-outline-sector-3-12 {
        from {
            stroke-dashoffset: 3130;
        }
        to {
            stroke-dashoffset: 2347.5;
        }
    }
    @keyframes circle-nav-outline-sector-3-12 {
        from {
            stroke-dashoffset: 3130;
        }
        to {
            stroke-dashoffset: 2347.5;
        }
    }
    .page-business .circle-nav[data-active="0"]::after {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
    }
    .page-business .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide:nth-child(1) {
        z-index: 1;
        opacity: 1;
    }
    .page-business .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide-img:nth-child(1) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-business .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(15.051vw, 0vw) translate(50%, 0%) translate(26px, 0px);
        -ms-transform: translate(-50%, -50%) translate(15.051vw, 0vw) translate(50%, 0%) translate(26px, 0px);
        transform: translate(-50%, -50%) translate(15.051vw, 0vw) translate(50%, 0%) translate(26px, 0px);
    }
    .page-business .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(4) {
        display: none;
    }
    .page-business .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(3) span {
        background-color: #ff2400;
    }
    .page-business .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(4) span {
        background-color: #ff2400;
    }
    .page-business .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(5) span {
        background-color: #ff2400;
    }
    .page-business .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(6) span {
        background-color: #ff2400;
    }
    .page-business .circle-nav[data-active="1"] .circle-nav-outline {
        width: calc(100% + 63px);
        height: calc(100% + 63px);
        top: -31.5px;
        left: -31.5px;
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        transition-timing-function: step-start;
        -webkit-animation: circle-nav-outline-sector-3-12 0.4s linear;
        animation: circle-nav-outline-sector-3-12 0.4s linear;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
    @keyframes circle-nav-outline-sector-3-12 {
        from {
            stroke-dashoffset: 3130;
        }
        to {
            stroke-dashoffset: 2347.5;
        }
    }
    .page-business .circle-nav[data-active="1"]::after {
        -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
        transform: rotate(150deg);
    }
    .page-business .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide:nth-child(2) {
        z-index: 1;
        opacity: 1;
    }
    .page-business .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide-img:nth-child(2) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-business .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 15.051vw) translate(0%, 50%) translate(0px, 26px);
        -ms-transform: translate(-50%, -50%) translate(0vw, 15.051vw) translate(0%, 50%) translate(0px, 26px);
        transform: translate(-50%, -50%) translate(0vw, 15.051vw) translate(0%, 50%) translate(0px, 26px);
    }
    .page-business .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(7) {
        display: none;
    }
    .page-business .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(6) span {
        background-color: #ff2400;
    }
    .page-business .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(7) span {
        background-color: #ff2400;
    }
    .page-business .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(8) span {
        background-color: #ff2400;
    }
    .page-business .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(9) span {
        background-color: #ff2400;
    }
    .page-business .circle-nav[data-active="2"] .circle-nav-outline {
        width: calc(100% + 63px);
        height: calc(100% + 63px);
        top: -31.5px;
        left: -31.5px;
        -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
        transform: rotate(150deg);
        transition-timing-function: step-start;
        -webkit-animation: circle-nav-outline-sector-3-12 0.4s linear;
        animation: circle-nav-outline-sector-3-12 0.4s linear;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
    @keyframes circle-nav-outline-sector-3-12 {
        from {
            stroke-dashoffset: 3130;
        }
        to {
            stroke-dashoffset: 2347.5;
        }
    }
    .page-business .circle-nav[data-active="2"]::after {
        -webkit-transform: rotate(-120deg);
        -ms-transform: rotate(-120deg);
        transform: rotate(-120deg);
    }
    .page-business .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide:nth-child(3) {
        z-index: 1;
        opacity: 1;
    }
    .page-business .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide-img:nth-child(3) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-business .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-15.051vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
        -ms-transform: translate(-50%, -50%) translate(-15.051vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
        transform: translate(-50%, -50%) translate(-15.051vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    }
    .page-business .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(10) {
        display: none;
    }
    .page-business .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(9) span {
        background-color: #ff2400;
    }
    .page-business .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(10) span {
        background-color: #ff2400;
    }
    .page-business .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(11) span {
        background-color: #ff2400;
    }
    .page-business .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(12) span {
        background-color: #ff2400;
    }
    .page-business .circle-nav[data-active="3"] .circle-nav-outline {
        width: calc(100% + 63px);
        height: calc(100% + 63px);
        top: -31.5px;
        left: -31.5px;
        -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
        transform: rotate(240deg);
        transition-timing-function: step-start;
        -webkit-animation: circle-nav-outline-sector-3-12 0.4s linear;
        animation: circle-nav-outline-sector-3-12 0.4s linear;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
    @keyframes circle-nav-outline-sector-3-12 {
        from {
            stroke-dashoffset: 3130;
        }
        to {
            stroke-dashoffset: 2347.5;
        }
    }
    .page-business .circle-nav[data-active="3"]::after {
        -webkit-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    .page-business .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide:nth-child(4) {
        z-index: 1;
        opacity: 1;
    }
    .page-business .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide-img:nth-child(4) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-business .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, -15.051vw) translate(0%, -50%) translate(0px, -20px);
        -ms-transform: translate(-50%, -50%) translate(0vw, -15.051vw) translate(0%, -50%) translate(0px, -20px);
        transform: translate(-50%, -50%) translate(0vw, -15.051vw) translate(0%, -50%) translate(0px, -20px);
    }
    .page-business .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(7.5255vw, -13.03455vw) translate(25%, -43.30127%) translate(10px, -17.32051px);
        -ms-transform: translate(-50%, -50%) translate(7.5255vw, -13.03455vw) translate(25%, -43.30127%) translate(10px, -17.32051px);
        transform: translate(-50%, -50%) translate(7.5255vw, -13.03455vw) translate(25%, -43.30127%) translate(10px, -17.32051px);
    }
    .page-business .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(13.03455vw, -7.5255vw) translate(43.30127%, -25%) translate(17.32051px, -10px);
        -ms-transform: translate(-50%, -50%) translate(13.03455vw, -7.5255vw) translate(43.30127%, -25%) translate(17.32051px, -10px);
        transform: translate(-50%, -50%) translate(13.03455vw, -7.5255vw) translate(43.30127%, -25%) translate(17.32051px, -10px);
    }
    .page-business .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(15.051vw, 0vw) translate(50%, 0%) translate(20px, 0px);
        -ms-transform: translate(-50%, -50%) translate(15.051vw, 0vw) translate(50%, 0%) translate(20px, 0px);
        transform: translate(-50%, -50%) translate(15.051vw, 0vw) translate(50%, 0%) translate(20px, 0px);
    }
    .page-business .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(13.03455vw, 7.5255vw) translate(43.30127%, 25%) translate(17.32051px, 10px);
        -ms-transform: translate(-50%, -50%) translate(13.03455vw, 7.5255vw) translate(43.30127%, 25%) translate(17.32051px, 10px);
        transform: translate(-50%, -50%) translate(13.03455vw, 7.5255vw) translate(43.30127%, 25%) translate(17.32051px, 10px);
    }
    .page-business .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(7.5255vw, 13.03455vw) translate(25%, 43.30127%) translate(10px, 17.32051px);
        -ms-transform: translate(-50%, -50%) translate(7.5255vw, 13.03455vw) translate(25%, 43.30127%) translate(10px, 17.32051px);
        transform: translate(-50%, -50%) translate(7.5255vw, 13.03455vw) translate(25%, 43.30127%) translate(10px, 17.32051px);
    }
    .page-business .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 15.051vw) translate(0%, 50%) translate(0px, 20px);
        -ms-transform: translate(-50%, -50%) translate(0vw, 15.051vw) translate(0%, 50%) translate(0px, 20px);
        transform: translate(-50%, -50%) translate(0vw, 15.051vw) translate(0%, 50%) translate(0px, 20px);
    }
    .page-business .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-7.5255vw, 13.03455vw) translate(-25%, 43.30127%) translate(-10px, 17.32051px);
        -ms-transform: translate(-50%, -50%) translate(-7.5255vw, 13.03455vw) translate(-25%, 43.30127%) translate(-10px, 17.32051px);
        transform: translate(-50%, -50%) translate(-7.5255vw, 13.03455vw) translate(-25%, 43.30127%) translate(-10px, 17.32051px);
    }
    .page-business .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-13.03455vw, 7.5255vw) translate(-43.30127%, 25%) translate(-17.32051px, 10px);
        -ms-transform: translate(-50%, -50%) translate(-13.03455vw, 7.5255vw) translate(-43.30127%, 25%) translate(-17.32051px, 10px);
        transform: translate(-50%, -50%) translate(-13.03455vw, 7.5255vw) translate(-43.30127%, 25%) translate(-17.32051px, 10px);
    }
    .page-business .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-15.051vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
        -ms-transform: translate(-50%, -50%) translate(-15.051vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
        transform: translate(-50%, -50%) translate(-15.051vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    }
    .page-business .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-13.03455vw, -7.5255vw) translate(-43.30127%, -25%) translate(-17.32051px, -10px);
        -ms-transform: translate(-50%, -50%) translate(-13.03455vw, -7.5255vw) translate(-43.30127%, -25%) translate(-17.32051px, -10px);
        transform: translate(-50%, -50%) translate(-13.03455vw, -7.5255vw) translate(-43.30127%, -25%) translate(-17.32051px, -10px);
    }
    .page-business .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-7.5255vw, -13.03455vw) translate(-25%, -43.30127%) translate(-10px, -17.32051px);
        -ms-transform: translate(-50%, -50%) translate(-7.5255vw, -13.03455vw) translate(-25%, -43.30127%) translate(-10px, -17.32051px);
        transform: translate(-50%, -50%) translate(-7.5255vw, -13.03455vw) translate(-25%, -43.30127%) translate(-10px, -17.32051px);
    }
    .page-business .circle-nav-marker:nth-of-type(1) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0s;
    }
    .page-business .circle-nav-marker:nth-of-type(2) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0.2s;
    }
    .page-business .circle-nav-marker:nth-of-type(3) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0.4s;
    }
    .page-business .circle-nav-marker:nth-of-type(4) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0.6s;
    }
    .page-business .circle-nav-marker:nth-of-type(5) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0.8s;
    }
    .page-business .circle-nav-marker:nth-of-type(6) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1s;
    }
    .page-business .circle-nav-marker:nth-of-type(7) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1.2s;
    }
    .page-business .circle-nav-marker:nth-of-type(8) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1.4s;
    }
    .page-business .circle-nav-marker:nth-of-type(9) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1.6s;
    }
    .page-business .circle-nav-marker:nth-of-type(10) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1.8s;
    }
    .page-business .circle-nav-marker:nth-of-type(11) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 2s;
    }
    .page-business .circle-nav-marker:nth-of-type(12) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 2.2s;
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) and (max-width: 959px) {
    .page-business .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(10.64266vw, -10.64266vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(10.64266vw, -10.64266vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(10.64266vw, -10.64266vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business .circle-nav[data-active="0"]::after {
        -webkit-transform: rotate(105deg);
        -ms-transform: rotate(105deg);
        transform: rotate(105deg);
    }
    .page-business .circle-nav[data-active="0"] .circle-nav-outline {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    .page-business .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(10.64266vw, 10.64266vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(10.64266vw, 10.64266vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(10.64266vw, 10.64266vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business .circle-nav[data-active="1"]::after {
        -webkit-transform: rotate(-165deg);
        -ms-transform: rotate(-165deg);
        transform: rotate(-165deg);
    }
    .page-business .circle-nav[data-active="1"] .circle-nav-outline {
        -webkit-transform: rotate(105deg);
        -ms-transform: rotate(105deg);
        transform: rotate(105deg);
    }
    .page-business .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-10.64266vw, 10.64266vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-10.64266vw, 10.64266vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(-10.64266vw, 10.64266vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav[data-active="2"]::after {
        -webkit-transform: rotate(-75deg);
        -ms-transform: rotate(-75deg);
        transform: rotate(-75deg);
    }
    .page-business .circle-nav[data-active="2"] .circle-nav-outline {
        -webkit-transform: rotate(195deg);
        -ms-transform: rotate(195deg);
        transform: rotate(195deg);
    }
    .page-business .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-10.64266vw, -10.64266vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-10.64266vw, -10.64266vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(-10.64266vw, -10.64266vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav[data-active="3"]::after {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    .page-business .circle-nav[data-active="3"] .circle-nav-outline {
        -webkit-transform: rotate(285deg);
        -ms-transform: rotate(285deg);
        transform: rotate(285deg);
    }
    .page-business .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(10.64266vw, -10.64266vw) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(10.64266vw, -10.64266vw) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(10.64266vw, -10.64266vw) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
    }
    .page-business .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(14.53815vw, -3.89549vw) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
        -ms-transform: translate(-50%, -50%) translate(14.53815vw, -3.89549vw) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
        transform: translate(-50%, -50%) translate(14.53815vw, -3.89549vw) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
    }
    .page-business .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(14.53815vw, 3.89549vw) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
        -ms-transform: translate(-50%, -50%) translate(14.53815vw, 3.89549vw) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
        transform: translate(-50%, -50%) translate(14.53815vw, 3.89549vw) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
    }
    .page-business .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(10.64266vw, 10.64266vw) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(10.64266vw, 10.64266vw) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(10.64266vw, 10.64266vw) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
    }
    .page-business .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(3.89549vw, 14.53815vw) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
        -ms-transform: translate(-50%, -50%) translate(3.89549vw, 14.53815vw) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
        transform: translate(-50%, -50%) translate(3.89549vw, 14.53815vw) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
    }
    .page-business .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-3.89549vw, 14.53815vw) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
        -ms-transform: translate(-50%, -50%) translate(-3.89549vw, 14.53815vw) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
        transform: translate(-50%, -50%) translate(-3.89549vw, 14.53815vw) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
    }
    .page-business .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-10.64266vw, 10.64266vw) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-10.64266vw, 10.64266vw) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(-10.64266vw, 10.64266vw) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
    }
    .page-business .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-14.53815vw, 3.89549vw) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
        -ms-transform: translate(-50%, -50%) translate(-14.53815vw, 3.89549vw) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
        transform: translate(-50%, -50%) translate(-14.53815vw, 3.89549vw) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
    }
    .page-business .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-14.53815vw, -3.89549vw) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
        -ms-transform: translate(-50%, -50%) translate(-14.53815vw, -3.89549vw) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
        transform: translate(-50%, -50%) translate(-14.53815vw, -3.89549vw) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
    }
    .page-business .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-10.64266vw, -10.64266vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-10.64266vw, -10.64266vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(-10.64266vw, -10.64266vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
    }
    .page-business .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-3.89549vw, -14.53815vw) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
        -ms-transform: translate(-50%, -50%) translate(-3.89549vw, -14.53815vw) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
        transform: translate(-50%, -50%) translate(-3.89549vw, -14.53815vw) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
    }
    .page-business .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(3.89549vw, -14.53815vw) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
        -ms-transform: translate(-50%, -50%) translate(3.89549vw, -14.53815vw) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
        transform: translate(-50%, -50%) translate(3.89549vw, -14.53815vw) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) and (max-width: 959px) and (max-height: 415px) and (orientation: landscape),
screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) and (max-width: 599px) {
    .page-business .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(9.04626vw, -9.04626vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(9.04626vw, -9.04626vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(9.04626vw, -9.04626vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(8.30128vw, -8.30128vw) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(8.30128vw, -8.30128vw) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(8.30128vw, -8.30128vw) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
    }
    .page-business .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(9.04626vw, 9.04626vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(9.04626vw, 9.04626vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(9.04626vw, 9.04626vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(11.33976vw, -3.03848vw) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
        -ms-transform: translate(-50%, -50%) translate(11.33976vw, -3.03848vw) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
        transform: translate(-50%, -50%) translate(11.33976vw, -3.03848vw) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
    }
    .page-business .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-9.04626vw, 9.04626vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-9.04626vw, 9.04626vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(-9.04626vw, 9.04626vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(11.33976vw, 3.03848vw) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
        -ms-transform: translate(-50%, -50%) translate(11.33976vw, 3.03848vw) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
        transform: translate(-50%, -50%) translate(11.33976vw, 3.03848vw) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
    }
    .page-business .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-9.04626vw, -9.04626vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-9.04626vw, -9.04626vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(-9.04626vw, -9.04626vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(8.30128vw, 8.30128vw) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(8.30128vw, 8.30128vw) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(8.30128vw, 8.30128vw) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
    }
    .page-business .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(9.04626vw, -9.04626vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(9.04626vw, -9.04626vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(9.04626vw, -9.04626vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(3.03848vw, 11.33976vw) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
        -ms-transform: translate(-50%, -50%) translate(3.03848vw, 11.33976vw) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
        transform: translate(-50%, -50%) translate(3.03848vw, 11.33976vw) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
    }
    .page-business .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(9.04626vw, 9.04626vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(9.04626vw, 9.04626vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(9.04626vw, 9.04626vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-3.03848vw, 11.33976vw) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
        -ms-transform: translate(-50%, -50%) translate(-3.03848vw, 11.33976vw) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
        transform: translate(-50%, -50%) translate(-3.03848vw, 11.33976vw) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
    }
    .page-business .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-9.04626vw, 9.04626vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-9.04626vw, 9.04626vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(-9.04626vw, 9.04626vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-8.30128vw, 8.30128vw) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-8.30128vw, 8.30128vw) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(-8.30128vw, 8.30128vw) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
    }
    .page-business .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-9.04626vw, -9.04626vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-9.04626vw, -9.04626vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(-9.04626vw, -9.04626vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-11.33976vw, 3.03848vw) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
        -ms-transform: translate(-50%, -50%) translate(-11.33976vw, 3.03848vw) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
        transform: translate(-50%, -50%) translate(-11.33976vw, 3.03848vw) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
    }
    .page-business .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(9.04626vw, -9.04626vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(9.04626vw, -9.04626vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(9.04626vw, -9.04626vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-11.33976vw, -3.03848vw) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
        -ms-transform: translate(-50%, -50%) translate(-11.33976vw, -3.03848vw) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
        transform: translate(-50%, -50%) translate(-11.33976vw, -3.03848vw) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
    }
    .page-business .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(9.04626vw, 9.04626vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(9.04626vw, 9.04626vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(9.04626vw, 9.04626vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-8.30128vw, -8.30128vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-8.30128vw, -8.30128vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(-8.30128vw, -8.30128vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
    }
    .page-business .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-9.04626vw, 9.04626vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-9.04626vw, 9.04626vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(-9.04626vw, 9.04626vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-3.03848vw, -11.33976vw) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
        -ms-transform: translate(-50%, -50%) translate(-3.03848vw, -11.33976vw) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
        transform: translate(-50%, -50%) translate(-3.03848vw, -11.33976vw) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
    }
    .page-business .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-9.04626vw, -9.04626vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-9.04626vw, -9.04626vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(-9.04626vw, -9.04626vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(3.03848vw, -11.33976vw) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
        -ms-transform: translate(-50%, -50%) translate(3.03848vw, -11.33976vw) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
        transform: translate(-50%, -50%) translate(3.03848vw, -11.33976vw) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) {
    .page-business .circle-nav-info {
        left: 7vw;
    }
    .page-business .copyright {
        display: none;
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape),
(max-width: 599px) {
    .ios .page-business .circle-nav {
        top: -5.5vh;
    }
}

.page-business-development .business-btn-back,
.page-business-investment .business-btn-back,
.page-business-agro .business-btn-back,
.page-business-culture .business-btn-back {
    position: fixed;
}

.page-business-development .screen-intro,
.page-business-investment .screen-intro,
.page-business-agro .screen-intro,
.page-business-culture .screen-intro {
    z-index: 3;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
}

.page-business-development .screen-intro.screen-current+.screen,
.page-business-investment .screen-intro.screen-current+.screen,
.page-business-agro .screen-intro.screen-current+.screen,
.page-business-culture .screen-intro.screen-current+.screen {
    visibility: visible;
    -webkit-animation: none;
    animation: none;
}

.page-business-development .screen.js-projects,
.page-business-investment .screen.js-projects,
.page-business-agro .screen.js-projects,
.page-business-culture .screen.js-projects {
    z-index: 1;
}

.page-business-development .screen-inner,
.page-business-investment .screen-inner,
.page-business-agro .screen-inner,
.page-business-culture .screen-inner {
    position: relative;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 150vw;
    height: calc(100vh - 48px);
    background-color: #ff2400;
    border-radius: 0 0 100% 100%;
}

.page-business-development .projects,
.page-business-investment .projects,
.page-business-agro .projects,
.page-business-culture .projects {
    position: absolute;
    z-index: 1;
    bottom: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-weight: 700;
}

.page-business-development .screen-text,
.page-business-investment .screen-text,
.page-business-agro .screen-text,
.page-business-culture .screen-text {
    width: 100vw;
    height: 100%;
    line-height: 1.5;
    color: #fff;
    font-size: 1.5rem;
}

.page-business-development .screen-text-inner,
.page-business-investment .screen-text-inner,
.page-business-agro .screen-text-inner,
.page-business-culture .screen-text-inner {
    overflow-y: auto;
    height: 100%;
}

.page-business-development .screen-text-inner h1,
.page-business-investment .screen-text-inner h1,
.page-business-agro .screen-text-inner h1,
.page-business-culture .screen-text-inner h1 {
    margin-bottom: 50px;
    color: #fff;
}

.page-business-development .screen-text-inner .large,
.page-business-investment .screen-text-inner .large,
.page-business-agro .screen-text-inner .large,
.page-business-culture .screen-text-inner .large {
    font-size: 2.4rem;
}

.page-business-development .screen-text-inner p,
.page-business-investment .screen-text-inner p,
.page-business-agro .screen-text-inner p,
.page-business-culture .screen-text-inner p {
    margin-bottom: 20px;
}

.page-business-development .screen-text-inner .side,
.page-business-investment .screen-text-inner .side,
.page-business-agro .screen-text-inner .side,
.page-business-culture .screen-text-inner .side {
    position: absolute;
    top: 22.5vh;
    left: 50%;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    width: 25vw;
}

.page-business-development .screen-text-inner .scroll,
.page-business-investment .screen-text-inner .scroll,
.page-business-agro .screen-text-inner .scroll,
.page-business-culture .screen-text-inner .scroll {
    margin-left: 52vw;
    padding-top: calc(22.5vh + 10.5rem);
    width: 24vw;
}

.ios .page-business-development .screen-text-inner .scroll,
.ios .page-business-investment .screen-text-inner .scroll,
.ios .page-business-agro .screen-text-inner .scroll,
.ios .page-business-culture .screen-text-inner .scroll {
    overflow-y: auto;
}

.page-business-development .fade,
.page-business-investment .fade,
.page-business-agro .fade,
.page-business-culture .fade {
    position: absolute;
    z-index: 0;
    left: 50%;
    margin-left: 1vw;
    width: 25vw;
    pointer-events: none;
}

.page-business-development .fade-top,
.page-business-investment .fade-top,
.page-business-agro .fade-top,
.page-business-culture .fade-top {
    top: 0;
    height: calc(22.5vh + 10.5rem);
    background: linear-gradient(to bottom, #ff2400 0%, #ff2400 90%, rgba(83, 197, 242, 0) 100%);
}

.page-business-development .fade-bottom,
.page-business-investment .fade-bottom,
.page-business-agro .fade-bottom,
.page-business-culture .fade-bottom {
    bottom: 0;
    background: linear-gradient(to top, #ff2400 0%, #ff2400 90%, rgba(83, 197, 242, 0) 100%);
}

.page-business-development .circle-nav,
.page-business-investment .circle-nav,
.page-business-agro .circle-nav,
.page-business-culture .circle-nav {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -55vw;
    width: 110vw;
    height: 110vw;
}

@media screen and (max-width: 1179px) {
    .page-business-development .circle-nav,
    .page-business-investment .circle-nav,
    .page-business-agro .circle-nav,
    .page-business-culture .circle-nav {
        left: 550px;
    }
}

.page-business-development .circle-nav::after,
.page-business-investment .circle-nav::after,
.page-business-agro .circle-nav::after,
.page-business-culture .circle-nav::after {
    display: none;
}

.page-business-development .circle-nav-item:nth-of-type(1),
.page-business-investment .circle-nav-item:nth-of-type(1),
.page-business-agro .circle-nav-item:nth-of-type(1),
.page-business-culture .circle-nav-item:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    -ms-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
}

.page-business-development .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-investment .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-agro .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-culture .circle-nav-item:nth-of-type(1) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide:nth-child(1),
.page-business-investment .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide:nth-child(1),
.page-business-agro .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide:nth-child(1),
.page-business-culture .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide:nth-child(1) {
    z-index: 1;
    opacity: 1;
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide-img:nth-child(1) .img,
.page-business-investment .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide-img:nth-child(1) .img,
.page-business-agro .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide-img:nth-child(1) .img,
.page-business-culture .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide-img:nth-child(1) .img {
    opacity: 1;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(1),
.page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(1),
.page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(1),
.page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    -ms-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(1) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(2),
.page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(2),
.page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(2),
.page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-25.63265px, 4.35516px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-25.63265px, 4.35516px);
    transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-25.63265px, 4.35516px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(2) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(3),
.page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(3),
.page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(3),
.page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-24.54097px, 8.58726px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-24.54097px, 8.58726px);
    transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-24.54097px, 8.58726px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(3) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(4),
.page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(4),
.page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(4),
.page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(4) {
    -webkit-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-22.75581px, 12.57669px);
    -ms-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-22.75581px, 12.57669px);
    transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-22.75581px, 12.57669px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(4) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(5),
.page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(5),
.page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(5),
.page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(5) {
    -webkit-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-20.32762px, 16.21073px);
    -ms-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-20.32762px, 16.21073px);
    transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-20.32762px, 16.21073px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(5) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(6),
.page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(6),
.page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(6),
.page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(6) {
    -webkit-transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-17.32501px, 19.3867px);
    -ms-transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-17.32501px, 19.3867px);
    transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-17.32501px, 19.3867px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(6) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(7),
.page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(7),
.page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(7),
.page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(7) {
    -webkit-transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-13.83283px, 22.01483px);
    -ms-transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-13.83283px, 22.01483px);
    transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-13.83283px, 22.01483px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(7) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(8),
.page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(8),
.page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(8),
.page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(8) {
    -webkit-transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-9.94977px, 24.02087px);
    -ms-transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-9.94977px, 24.02087px);
    transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-9.94977px, 24.02087px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(8) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(9),
.page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(9),
.page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(9),
.page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(9) {
    -webkit-transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-5.78554px, 25.34813px);
    -ms-transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-5.78554px, 25.34813px);
    transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-5.78554px, 25.34813px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(9) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(10),
.page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(10),
.page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(10),
.page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(10) {
    -webkit-transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.45783px, 25.9591px);
    -ms-transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.45783px, 25.9591px);
    transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.45783px, 25.9591px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(10) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(11),
.page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(11),
.page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(11),
.page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(11) {
    -webkit-transform: translate(-50%, -50%) translate(6.15805vw, 54.65417vw) translate(5.59822%, 49.68561%) translate(2.91108px, 25.83652px);
    -ms-transform: translate(-50%, -50%) translate(6.15805vw, 54.65417vw) translate(5.59822%, 49.68561%) translate(2.91108px, 25.83652px);
    transform: translate(-50%, -50%) translate(6.15805vw, 54.65417vw) translate(5.59822%, 49.68561%) translate(2.91108px, 25.83652px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(11) .circle-nav-sub {
    bottom: 5px;
    left: 20px;
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(12),
.page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(12),
.page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(12),
.page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(12) {
    -webkit-transform: translate(-50%, -50%) translate(15.22595vw, 52.85045vw) translate(13.84178%, 48.04587%) translate(7.19772px, 24.98385px);
    -ms-transform: translate(-50%, -50%) translate(15.22595vw, 52.85045vw) translate(13.84178%, 48.04587%) translate(7.19772px, 24.98385px);
    transform: translate(-50%, -50%) translate(15.22595vw, 52.85045vw) translate(13.84178%, 48.04587%) translate(7.19772px, 24.98385px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(12) .circle-nav-sub {
    bottom: 5px;
    left: 20px;
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(13),
.page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(13),
.page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(13),
.page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(13) {
    -webkit-transform: translate(-50%, -50%) translate(23.86361vw, 49.55329vw) translate(21.69419%, 45.04844%) translate(11.28098px, 23.42519px);
    -ms-transform: translate(-50%, -50%) translate(23.86361vw, 49.55329vw) translate(21.69419%, 45.04844%) translate(11.28098px, 23.42519px);
    transform: translate(-50%, -50%) translate(23.86361vw, 49.55329vw) translate(21.69419%, 45.04844%) translate(11.28098px, 23.42519px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(13) .circle-nav-sub {
    bottom: 5px;
    left: 20px;
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(14),
.page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(14),
.page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(14),
.page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(14) {
    -webkit-transform: translate(-50%, -50%) translate(31.82692vw, 44.85585vw) translate(28.93356%, 40.77804%) translate(15.04545px, 21.20458px);
    -ms-transform: translate(-50%, -50%) translate(31.82692vw, 44.85585vw) translate(28.93356%, 40.77804%) translate(15.04545px, 21.20458px);
    transform: translate(-50%, -50%) translate(31.82692vw, 44.85585vw) translate(28.93356%, 40.77804%) translate(15.04545px, 21.20458px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(14) .circle-nav-sub {
    bottom: 5px;
    left: 20px;
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(1),
.page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(1),
.page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(1),
.page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    -ms-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(2),
.page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(2),
.page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(2),
.page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-19.71742px, 3.35012px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-19.71742px, 3.35012px);
    transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-19.71742px, 3.35012px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(3),
.page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(3),
.page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(3),
.page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-18.87767px, 6.60558px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-18.87767px, 6.60558px);
    transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-18.87767px, 6.60558px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(4),
.page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(4),
.page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(4),
.page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(4) {
    -webkit-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-17.50447px, 9.67438px);
    -ms-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-17.50447px, 9.67438px);
    transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-17.50447px, 9.67438px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(5),
.page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(5),
.page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(5),
.page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(5) {
    -webkit-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-15.63663px, 12.4698px);
    -ms-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-15.63663px, 12.4698px);
    transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-15.63663px, 12.4698px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(6),
.page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(6),
.page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(6),
.page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(6) {
    -webkit-transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-13.32693px, 14.91284px);
    -ms-transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-13.32693px, 14.91284px);
    transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-13.32693px, 14.91284px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(7),
.page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(7),
.page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(7),
.page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(7) {
    -webkit-transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-10.64064px, 16.93448px);
    -ms-transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-10.64064px, 16.93448px);
    transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-10.64064px, 16.93448px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(8),
.page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(8),
.page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(8),
.page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(8) {
    -webkit-transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-7.65367px, 18.47759px);
    -ms-transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-7.65367px, 18.47759px);
    transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-7.65367px, 18.47759px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(9),
.page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(9),
.page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(9),
.page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(9) {
    -webkit-transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-4.45042px, 19.49856px);
    -ms-transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-4.45042px, 19.49856px);
    transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-4.45042px, 19.49856px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(10),
.page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(10),
.page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(10),
.page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(10) {
    -webkit-transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.12141px, 19.96854px);
    -ms-transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.12141px, 19.96854px);
    transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.12141px, 19.96854px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(11),
.page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(11),
.page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(11),
.page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(11) {
    -webkit-transform: translate(-50%, -50%) translate(6.15805vw, 54.65417vw) translate(5.59822%, 49.68561%) translate(2.23929px, 19.87424px);
    -ms-transform: translate(-50%, -50%) translate(6.15805vw, 54.65417vw) translate(5.59822%, 49.68561%) translate(2.23929px, 19.87424px);
    transform: translate(-50%, -50%) translate(6.15805vw, 54.65417vw) translate(5.59822%, 49.68561%) translate(2.23929px, 19.87424px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(12),
.page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(12),
.page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(12),
.page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(12) {
    -webkit-transform: translate(-50%, -50%) translate(15.22595vw, 52.85045vw) translate(13.84178%, 48.04587%) translate(5.53671px, 19.21835px);
    -ms-transform: translate(-50%, -50%) translate(15.22595vw, 52.85045vw) translate(13.84178%, 48.04587%) translate(5.53671px, 19.21835px);
    transform: translate(-50%, -50%) translate(15.22595vw, 52.85045vw) translate(13.84178%, 48.04587%) translate(5.53671px, 19.21835px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(13),
.page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(13),
.page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(13),
.page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(13) {
    -webkit-transform: translate(-50%, -50%) translate(23.86361vw, 49.55329vw) translate(21.69419%, 45.04844%) translate(8.67767px, 18.01938px);
    -ms-transform: translate(-50%, -50%) translate(23.86361vw, 49.55329vw) translate(21.69419%, 45.04844%) translate(8.67767px, 18.01938px);
    transform: translate(-50%, -50%) translate(23.86361vw, 49.55329vw) translate(21.69419%, 45.04844%) translate(8.67767px, 18.01938px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(14),
.page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(14),
.page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(14),
.page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(14) {
    -webkit-transform: translate(-50%, -50%) translate(31.82692vw, 44.85585vw) translate(28.93356%, 40.77804%) translate(11.57343px, 16.31122px);
    -ms-transform: translate(-50%, -50%) translate(31.82692vw, 44.85585vw) translate(28.93356%, 40.77804%) translate(11.57343px, 16.31122px);
    transform: translate(-50%, -50%) translate(31.82692vw, 44.85585vw) translate(28.93356%, 40.77804%) translate(11.57343px, 16.31122px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav-item:nth-of-type(2),
.page-business-investment .circle-nav-item:nth-of-type(2),
.page-business-agro .circle-nav-item:nth-of-type(2),
.page-business-culture .circle-nav-item:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-25.63265px, 4.35516px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-25.63265px, 4.35516px);
    transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-25.63265px, 4.35516px);
}

.page-business-development .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-investment .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-agro .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-culture .circle-nav-item:nth-of-type(2) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide:nth-child(2),
.page-business-investment .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide:nth-child(2),
.page-business-agro .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide:nth-child(2),
.page-business-culture .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide:nth-child(2) {
    z-index: 1;
    opacity: 1;
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide-img:nth-child(2) .img,
.page-business-investment .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide-img:nth-child(2) .img,
.page-business-agro .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide-img:nth-child(2) .img,
.page-business-culture .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide-img:nth-child(2) .img {
    opacity: 1;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(1),
.page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(1),
.page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(1),
.page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-25.63265px, -4.35516px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-25.63265px, -4.35516px);
    transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-25.63265px, -4.35516px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(1) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(2),
.page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(2),
.page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(2),
.page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    -ms-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(2) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(3),
.page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(3),
.page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(3),
.page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-25.63265px, 4.35516px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-25.63265px, 4.35516px);
    transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-25.63265px, 4.35516px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(3) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(4),
.page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(4),
.page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(4),
.page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(4) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-24.54097px, 8.58726px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-24.54097px, 8.58726px);
    transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-24.54097px, 8.58726px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(4) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(5),
.page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(5),
.page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(5),
.page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(5) {
    -webkit-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-22.75581px, 12.57669px);
    -ms-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-22.75581px, 12.57669px);
    transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-22.75581px, 12.57669px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(5) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(6),
.page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(6),
.page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(6),
.page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(6) {
    -webkit-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-20.32762px, 16.21073px);
    -ms-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-20.32762px, 16.21073px);
    transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-20.32762px, 16.21073px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(6) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(7),
.page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(7),
.page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(7),
.page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(7) {
    -webkit-transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-17.32501px, 19.3867px);
    -ms-transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-17.32501px, 19.3867px);
    transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-17.32501px, 19.3867px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(7) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(8),
.page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(8),
.page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(8),
.page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(8) {
    -webkit-transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-13.83283px, 22.01483px);
    -ms-transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-13.83283px, 22.01483px);
    transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-13.83283px, 22.01483px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(8) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(9),
.page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(9),
.page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(9),
.page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(9) {
    -webkit-transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-9.94977px, 24.02087px);
    -ms-transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-9.94977px, 24.02087px);
    transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-9.94977px, 24.02087px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(9) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(10),
.page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(10),
.page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(10),
.page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(10) {
    -webkit-transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-5.78554px, 25.34813px);
    -ms-transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-5.78554px, 25.34813px);
    transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-5.78554px, 25.34813px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(10) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(11),
.page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(11),
.page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(11),
.page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(11) {
    -webkit-transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.45783px, 25.9591px);
    -ms-transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.45783px, 25.9591px);
    transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.45783px, 25.9591px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(11) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(12),
.page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(12),
.page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(12),
.page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(12) {
    -webkit-transform: translate(-50%, -50%) translate(6.15805vw, 54.65417vw) translate(5.59822%, 49.68561%) translate(2.91108px, 25.83652px);
    -ms-transform: translate(-50%, -50%) translate(6.15805vw, 54.65417vw) translate(5.59822%, 49.68561%) translate(2.91108px, 25.83652px);
    transform: translate(-50%, -50%) translate(6.15805vw, 54.65417vw) translate(5.59822%, 49.68561%) translate(2.91108px, 25.83652px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(12) .circle-nav-sub {
    bottom: 5px;
    left: 20px;
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(13),
.page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(13),
.page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(13),
.page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(13) {
    -webkit-transform: translate(-50%, -50%) translate(15.22595vw, 52.85045vw) translate(13.84178%, 48.04587%) translate(7.19772px, 24.98385px);
    -ms-transform: translate(-50%, -50%) translate(15.22595vw, 52.85045vw) translate(13.84178%, 48.04587%) translate(7.19772px, 24.98385px);
    transform: translate(-50%, -50%) translate(15.22595vw, 52.85045vw) translate(13.84178%, 48.04587%) translate(7.19772px, 24.98385px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(13) .circle-nav-sub {
    bottom: 5px;
    left: 20px;
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(14),
.page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(14),
.page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(14),
.page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(14) {
    -webkit-transform: translate(-50%, -50%) translate(23.86361vw, 49.55329vw) translate(21.69419%, 45.04844%) translate(11.28098px, 23.42519px);
    -ms-transform: translate(-50%, -50%) translate(23.86361vw, 49.55329vw) translate(21.69419%, 45.04844%) translate(11.28098px, 23.42519px);
    transform: translate(-50%, -50%) translate(23.86361vw, 49.55329vw) translate(21.69419%, 45.04844%) translate(11.28098px, 23.42519px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(14) .circle-nav-sub {
    bottom: 5px;
    left: 20px;
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(1),
.page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(1),
.page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(1),
.page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-19.71742px, -3.35012px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-19.71742px, -3.35012px);
    transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-19.71742px, -3.35012px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(2),
.page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(2),
.page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(2),
.page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    -ms-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(3),
.page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(3),
.page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(3),
.page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-19.71742px, 3.35012px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-19.71742px, 3.35012px);
    transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-19.71742px, 3.35012px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(4),
.page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(4),
.page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(4),
.page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(4) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-18.87767px, 6.60558px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-18.87767px, 6.60558px);
    transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-18.87767px, 6.60558px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(5),
.page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(5),
.page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(5),
.page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(5) {
    -webkit-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-17.50447px, 9.67438px);
    -ms-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-17.50447px, 9.67438px);
    transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-17.50447px, 9.67438px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(6),
.page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(6),
.page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(6),
.page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(6) {
    -webkit-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-15.63663px, 12.4698px);
    -ms-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-15.63663px, 12.4698px);
    transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-15.63663px, 12.4698px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(7),
.page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(7),
.page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(7),
.page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(7) {
    -webkit-transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-13.32693px, 14.91284px);
    -ms-transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-13.32693px, 14.91284px);
    transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-13.32693px, 14.91284px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(8),
.page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(8),
.page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(8),
.page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(8) {
    -webkit-transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-10.64064px, 16.93448px);
    -ms-transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-10.64064px, 16.93448px);
    transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-10.64064px, 16.93448px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(9),
.page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(9),
.page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(9),
.page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(9) {
    -webkit-transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-7.65367px, 18.47759px);
    -ms-transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-7.65367px, 18.47759px);
    transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-7.65367px, 18.47759px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(10),
.page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(10),
.page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(10),
.page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(10) {
    -webkit-transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-4.45042px, 19.49856px);
    -ms-transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-4.45042px, 19.49856px);
    transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-4.45042px, 19.49856px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(11),
.page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(11),
.page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(11),
.page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(11) {
    -webkit-transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.12141px, 19.96854px);
    -ms-transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.12141px, 19.96854px);
    transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.12141px, 19.96854px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(12),
.page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(12),
.page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(12),
.page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(12) {
    -webkit-transform: translate(-50%, -50%) translate(6.15805vw, 54.65417vw) translate(5.59822%, 49.68561%) translate(2.23929px, 19.87424px);
    -ms-transform: translate(-50%, -50%) translate(6.15805vw, 54.65417vw) translate(5.59822%, 49.68561%) translate(2.23929px, 19.87424px);
    transform: translate(-50%, -50%) translate(6.15805vw, 54.65417vw) translate(5.59822%, 49.68561%) translate(2.23929px, 19.87424px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(13),
.page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(13),
.page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(13),
.page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(13) {
    -webkit-transform: translate(-50%, -50%) translate(15.22595vw, 52.85045vw) translate(13.84178%, 48.04587%) translate(5.53671px, 19.21835px);
    -ms-transform: translate(-50%, -50%) translate(15.22595vw, 52.85045vw) translate(13.84178%, 48.04587%) translate(5.53671px, 19.21835px);
    transform: translate(-50%, -50%) translate(15.22595vw, 52.85045vw) translate(13.84178%, 48.04587%) translate(5.53671px, 19.21835px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(14),
.page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(14),
.page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(14),
.page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(14) {
    -webkit-transform: translate(-50%, -50%) translate(23.86361vw, 49.55329vw) translate(21.69419%, 45.04844%) translate(8.67767px, 18.01938px);
    -ms-transform: translate(-50%, -50%) translate(23.86361vw, 49.55329vw) translate(21.69419%, 45.04844%) translate(8.67767px, 18.01938px);
    transform: translate(-50%, -50%) translate(23.86361vw, 49.55329vw) translate(21.69419%, 45.04844%) translate(8.67767px, 18.01938px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav-item:nth-of-type(3),
.page-business-investment .circle-nav-item:nth-of-type(3),
.page-business-agro .circle-nav-item:nth-of-type(3),
.page-business-culture .circle-nav-item:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-24.54097px, 8.58726px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-24.54097px, 8.58726px);
    transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-24.54097px, 8.58726px);
}

.page-business-development .circle-nav-item:nth-of-type(3) .circle-nav-sub,
.page-business-investment .circle-nav-item:nth-of-type(3) .circle-nav-sub,
.page-business-agro .circle-nav-item:nth-of-type(3) .circle-nav-sub,
.page-business-culture .circle-nav-item:nth-of-type(3) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide:nth-child(3),
.page-business-investment .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide:nth-child(3),
.page-business-agro .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide:nth-child(3),
.page-business-culture .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide:nth-child(3) {
    z-index: 1;
    opacity: 1;
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide-img:nth-child(3) .img,
.page-business-investment .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide-img:nth-child(3) .img,
.page-business-agro .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide-img:nth-child(3) .img,
.page-business-culture .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide-img:nth-child(3) .img {
    opacity: 1;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(1),
.page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(1),
.page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(1),
.page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-24.54097px, -8.58726px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-24.54097px, -8.58726px);
    transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-24.54097px, -8.58726px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(1) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(2),
.page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(2),
.page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(2),
.page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-25.63265px, -4.35516px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-25.63265px, -4.35516px);
    transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-25.63265px, -4.35516px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(2) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(3),
.page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(3),
.page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(3),
.page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    -ms-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(3) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(4),
.page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(4),
.page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(4),
.page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(4) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-25.63265px, 4.35516px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-25.63265px, 4.35516px);
    transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-25.63265px, 4.35516px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(4) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(5),
.page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(5),
.page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(5),
.page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(5) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-24.54097px, 8.58726px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-24.54097px, 8.58726px);
    transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-24.54097px, 8.58726px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(5) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(6),
.page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(6),
.page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(6),
.page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(6) {
    -webkit-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-22.75581px, 12.57669px);
    -ms-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-22.75581px, 12.57669px);
    transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-22.75581px, 12.57669px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(6) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(7),
.page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(7),
.page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(7),
.page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(7) {
    -webkit-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-20.32762px, 16.21073px);
    -ms-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-20.32762px, 16.21073px);
    transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-20.32762px, 16.21073px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(7) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(8),
.page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(8),
.page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(8),
.page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(8) {
    -webkit-transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-17.32501px, 19.3867px);
    -ms-transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-17.32501px, 19.3867px);
    transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-17.32501px, 19.3867px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(8) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(9),
.page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(9),
.page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(9),
.page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(9) {
    -webkit-transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-13.83283px, 22.01483px);
    -ms-transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-13.83283px, 22.01483px);
    transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-13.83283px, 22.01483px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(9) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(10),
.page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(10),
.page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(10),
.page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(10) {
    -webkit-transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-9.94977px, 24.02087px);
    -ms-transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-9.94977px, 24.02087px);
    transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-9.94977px, 24.02087px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(10) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(11),
.page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(11),
.page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(11),
.page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(11) {
    -webkit-transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-5.78554px, 25.34813px);
    -ms-transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-5.78554px, 25.34813px);
    transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-5.78554px, 25.34813px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(11) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(12),
.page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(12),
.page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(12),
.page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(12) {
    -webkit-transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.45783px, 25.9591px);
    -ms-transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.45783px, 25.9591px);
    transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.45783px, 25.9591px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(12) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(13),
.page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(13),
.page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(13),
.page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(13) {
    -webkit-transform: translate(-50%, -50%) translate(6.15805vw, 54.65417vw) translate(5.59822%, 49.68561%) translate(2.91108px, 25.83652px);
    -ms-transform: translate(-50%, -50%) translate(6.15805vw, 54.65417vw) translate(5.59822%, 49.68561%) translate(2.91108px, 25.83652px);
    transform: translate(-50%, -50%) translate(6.15805vw, 54.65417vw) translate(5.59822%, 49.68561%) translate(2.91108px, 25.83652px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(13) .circle-nav-sub {
    bottom: 5px;
    left: 20px;
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(14),
.page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(14),
.page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(14),
.page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(14) {
    -webkit-transform: translate(-50%, -50%) translate(15.22595vw, 52.85045vw) translate(13.84178%, 48.04587%) translate(7.19772px, 24.98385px);
    -ms-transform: translate(-50%, -50%) translate(15.22595vw, 52.85045vw) translate(13.84178%, 48.04587%) translate(7.19772px, 24.98385px);
    transform: translate(-50%, -50%) translate(15.22595vw, 52.85045vw) translate(13.84178%, 48.04587%) translate(7.19772px, 24.98385px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(14) .circle-nav-sub {
    bottom: 5px;
    left: 20px;
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(1),
.page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(1),
.page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(1),
.page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-18.87767px, -6.60558px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-18.87767px, -6.60558px);
    transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-18.87767px, -6.60558px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(2),
.page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(2),
.page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(2),
.page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-19.71742px, -3.35012px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-19.71742px, -3.35012px);
    transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-19.71742px, -3.35012px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(3),
.page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(3),
.page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(3),
.page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    -ms-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(4),
.page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(4),
.page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(4),
.page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(4) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-19.71742px, 3.35012px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-19.71742px, 3.35012px);
    transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-19.71742px, 3.35012px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(5),
.page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(5),
.page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(5),
.page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(5) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-18.87767px, 6.60558px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-18.87767px, 6.60558px);
    transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-18.87767px, 6.60558px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(6),
.page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(6),
.page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(6),
.page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(6) {
    -webkit-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-17.50447px, 9.67438px);
    -ms-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-17.50447px, 9.67438px);
    transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-17.50447px, 9.67438px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(7),
.page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(7),
.page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(7),
.page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(7) {
    -webkit-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-15.63663px, 12.4698px);
    -ms-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-15.63663px, 12.4698px);
    transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-15.63663px, 12.4698px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(8),
.page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(8),
.page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(8),
.page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(8) {
    -webkit-transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-13.32693px, 14.91284px);
    -ms-transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-13.32693px, 14.91284px);
    transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-13.32693px, 14.91284px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(9),
.page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(9),
.page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(9),
.page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(9) {
    -webkit-transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-10.64064px, 16.93448px);
    -ms-transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-10.64064px, 16.93448px);
    transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-10.64064px, 16.93448px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(10),
.page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(10),
.page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(10),
.page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(10) {
    -webkit-transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-7.65367px, 18.47759px);
    -ms-transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-7.65367px, 18.47759px);
    transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-7.65367px, 18.47759px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(11),
.page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(11),
.page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(11),
.page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(11) {
    -webkit-transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-4.45042px, 19.49856px);
    -ms-transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-4.45042px, 19.49856px);
    transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-4.45042px, 19.49856px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(12),
.page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(12),
.page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(12),
.page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(12) {
    -webkit-transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.12141px, 19.96854px);
    -ms-transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.12141px, 19.96854px);
    transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.12141px, 19.96854px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(13),
.page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(13),
.page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(13),
.page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(13) {
    -webkit-transform: translate(-50%, -50%) translate(6.15805vw, 54.65417vw) translate(5.59822%, 49.68561%) translate(2.23929px, 19.87424px);
    -ms-transform: translate(-50%, -50%) translate(6.15805vw, 54.65417vw) translate(5.59822%, 49.68561%) translate(2.23929px, 19.87424px);
    transform: translate(-50%, -50%) translate(6.15805vw, 54.65417vw) translate(5.59822%, 49.68561%) translate(2.23929px, 19.87424px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(14),
.page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(14),
.page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(14),
.page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(14) {
    -webkit-transform: translate(-50%, -50%) translate(15.22595vw, 52.85045vw) translate(13.84178%, 48.04587%) translate(5.53671px, 19.21835px);
    -ms-transform: translate(-50%, -50%) translate(15.22595vw, 52.85045vw) translate(13.84178%, 48.04587%) translate(5.53671px, 19.21835px);
    transform: translate(-50%, -50%) translate(15.22595vw, 52.85045vw) translate(13.84178%, 48.04587%) translate(5.53671px, 19.21835px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav-item:nth-of-type(4),
.page-business-investment .circle-nav-item:nth-of-type(4),
.page-business-agro .circle-nav-item:nth-of-type(4),
.page-business-culture .circle-nav-item:nth-of-type(4) {
    -webkit-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-22.75581px, 12.57669px);
    -ms-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-22.75581px, 12.57669px);
    transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-22.75581px, 12.57669px);
}

.page-business-development .circle-nav-item:nth-of-type(4) .circle-nav-sub,
.page-business-investment .circle-nav-item:nth-of-type(4) .circle-nav-sub,
.page-business-agro .circle-nav-item:nth-of-type(4) .circle-nav-sub,
.page-business-culture .circle-nav-item:nth-of-type(4) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide:nth-child(4),
.page-business-investment .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide:nth-child(4),
.page-business-agro .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide:nth-child(4),
.page-business-culture .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide:nth-child(4) {
    z-index: 1;
    opacity: 1;
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide-img:nth-child(4) .img,
.page-business-investment .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide-img:nth-child(4) .img,
.page-business-agro .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide-img:nth-child(4) .img,
.page-business-culture .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide-img:nth-child(4) .img {
    opacity: 1;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(1),
.page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(1),
.page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(1),
.page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-22.75581px, -12.57669px);
    -ms-transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-22.75581px, -12.57669px);
    transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-22.75581px, -12.57669px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(1) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(2),
.page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(2),
.page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(2),
.page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-24.54097px, -8.58726px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-24.54097px, -8.58726px);
    transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-24.54097px, -8.58726px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(2) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(3),
.page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(3),
.page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(3),
.page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-25.63265px, -4.35516px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-25.63265px, -4.35516px);
    transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-25.63265px, -4.35516px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(3) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(4),
.page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(4),
.page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(4),
.page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(4) {
    -webkit-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    -ms-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(4) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(5),
.page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(5),
.page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(5),
.page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(5) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-25.63265px, 4.35516px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-25.63265px, 4.35516px);
    transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-25.63265px, 4.35516px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(5) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(6),
.page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(6),
.page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(6),
.page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(6) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-24.54097px, 8.58726px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-24.54097px, 8.58726px);
    transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-24.54097px, 8.58726px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(6) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(7),
.page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(7),
.page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(7),
.page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(7) {
    -webkit-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-22.75581px, 12.57669px);
    -ms-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-22.75581px, 12.57669px);
    transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-22.75581px, 12.57669px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(7) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(8),
.page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(8),
.page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(8),
.page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(8) {
    -webkit-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-20.32762px, 16.21073px);
    -ms-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-20.32762px, 16.21073px);
    transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-20.32762px, 16.21073px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(8) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(9),
.page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(9),
.page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(9),
.page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(9) {
    -webkit-transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-17.32501px, 19.3867px);
    -ms-transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-17.32501px, 19.3867px);
    transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-17.32501px, 19.3867px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(9) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(10),
.page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(10),
.page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(10),
.page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(10) {
    -webkit-transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-13.83283px, 22.01483px);
    -ms-transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-13.83283px, 22.01483px);
    transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-13.83283px, 22.01483px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(10) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(11),
.page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(11),
.page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(11),
.page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(11) {
    -webkit-transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-9.94977px, 24.02087px);
    -ms-transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-9.94977px, 24.02087px);
    transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-9.94977px, 24.02087px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(11) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(12),
.page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(12),
.page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(12),
.page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(12) {
    -webkit-transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-5.78554px, 25.34813px);
    -ms-transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-5.78554px, 25.34813px);
    transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-5.78554px, 25.34813px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(12) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(13),
.page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(13),
.page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(13),
.page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(13) {
    -webkit-transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.45783px, 25.9591px);
    -ms-transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.45783px, 25.9591px);
    transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.45783px, 25.9591px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(13) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(14),
.page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(14),
.page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(14),
.page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(14) {
    -webkit-transform: translate(-50%, -50%) translate(6.15805vw, 54.65417vw) translate(5.59822%, 49.68561%) translate(2.91108px, 25.83652px);
    -ms-transform: translate(-50%, -50%) translate(6.15805vw, 54.65417vw) translate(5.59822%, 49.68561%) translate(2.91108px, 25.83652px);
    transform: translate(-50%, -50%) translate(6.15805vw, 54.65417vw) translate(5.59822%, 49.68561%) translate(2.91108px, 25.83652px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(14) .circle-nav-sub {
    bottom: 5px;
    left: 20px;
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(1),
.page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(1),
.page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(1),
.page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-17.50447px, -9.67438px);
    -ms-transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-17.50447px, -9.67438px);
    transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-17.50447px, -9.67438px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(2),
.page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(2),
.page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(2),
.page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-18.87767px, -6.60558px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-18.87767px, -6.60558px);
    transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-18.87767px, -6.60558px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(3),
.page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(3),
.page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(3),
.page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-19.71742px, -3.35012px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-19.71742px, -3.35012px);
    transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-19.71742px, -3.35012px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(4),
.page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(4),
.page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(4),
.page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(4) {
    -webkit-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    -ms-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(5),
.page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(5),
.page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(5),
.page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(5) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-19.71742px, 3.35012px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-19.71742px, 3.35012px);
    transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-19.71742px, 3.35012px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(6),
.page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(6),
.page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(6),
.page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(6) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-18.87767px, 6.60558px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-18.87767px, 6.60558px);
    transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-18.87767px, 6.60558px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(7),
.page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(7),
.page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(7),
.page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(7) {
    -webkit-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-17.50447px, 9.67438px);
    -ms-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-17.50447px, 9.67438px);
    transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-17.50447px, 9.67438px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(8),
.page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(8),
.page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(8),
.page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(8) {
    -webkit-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-15.63663px, 12.4698px);
    -ms-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-15.63663px, 12.4698px);
    transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-15.63663px, 12.4698px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(9),
.page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(9),
.page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(9),
.page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(9) {
    -webkit-transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-13.32693px, 14.91284px);
    -ms-transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-13.32693px, 14.91284px);
    transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-13.32693px, 14.91284px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(10),
.page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(10),
.page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(10),
.page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(10) {
    -webkit-transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-10.64064px, 16.93448px);
    -ms-transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-10.64064px, 16.93448px);
    transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-10.64064px, 16.93448px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(11),
.page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(11),
.page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(11),
.page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(11) {
    -webkit-transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-7.65367px, 18.47759px);
    -ms-transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-7.65367px, 18.47759px);
    transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-7.65367px, 18.47759px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(12),
.page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(12),
.page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(12),
.page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(12) {
    -webkit-transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-4.45042px, 19.49856px);
    -ms-transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-4.45042px, 19.49856px);
    transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-4.45042px, 19.49856px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(13),
.page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(13),
.page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(13),
.page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(13) {
    -webkit-transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.12141px, 19.96854px);
    -ms-transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.12141px, 19.96854px);
    transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.12141px, 19.96854px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(14),
.page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(14),
.page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(14),
.page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(14) {
    -webkit-transform: translate(-50%, -50%) translate(6.15805vw, 54.65417vw) translate(5.59822%, 49.68561%) translate(2.23929px, 19.87424px);
    -ms-transform: translate(-50%, -50%) translate(6.15805vw, 54.65417vw) translate(5.59822%, 49.68561%) translate(2.23929px, 19.87424px);
    transform: translate(-50%, -50%) translate(6.15805vw, 54.65417vw) translate(5.59822%, 49.68561%) translate(2.23929px, 19.87424px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav-item:nth-of-type(5),
.page-business-investment .circle-nav-item:nth-of-type(5),
.page-business-agro .circle-nav-item:nth-of-type(5),
.page-business-culture .circle-nav-item:nth-of-type(5) {
    -webkit-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-20.32762px, 16.21073px);
    -ms-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-20.32762px, 16.21073px);
    transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-20.32762px, 16.21073px);
}

.page-business-development .circle-nav-item:nth-of-type(5) .circle-nav-sub,
.page-business-investment .circle-nav-item:nth-of-type(5) .circle-nav-sub,
.page-business-agro .circle-nav-item:nth-of-type(5) .circle-nav-sub,
.page-business-culture .circle-nav-item:nth-of-type(5) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-slides .circle-nav-slide:nth-child(5),
.page-business-investment .circle-nav[data-active="4"] .circle-nav-slides .circle-nav-slide:nth-child(5),
.page-business-agro .circle-nav[data-active="4"] .circle-nav-slides .circle-nav-slide:nth-child(5),
.page-business-culture .circle-nav[data-active="4"] .circle-nav-slides .circle-nav-slide:nth-child(5) {
    z-index: 1;
    opacity: 1;
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-slides .circle-nav-slide-img:nth-child(5) .img,
.page-business-investment .circle-nav[data-active="4"] .circle-nav-slides .circle-nav-slide-img:nth-child(5) .img,
.page-business-agro .circle-nav[data-active="4"] .circle-nav-slides .circle-nav-slide-img:nth-child(5) .img,
.page-business-culture .circle-nav[data-active="4"] .circle-nav-slides .circle-nav-slide-img:nth-child(5) .img {
    opacity: 1;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(1),
.page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(1),
.page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(1),
.page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-20.32762px, -16.21073px);
    -ms-transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-20.32762px, -16.21073px);
    transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-20.32762px, -16.21073px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(1) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(2),
.page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(2),
.page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(2),
.page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-22.75581px, -12.57669px);
    -ms-transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-22.75581px, -12.57669px);
    transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-22.75581px, -12.57669px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(2) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(3),
.page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(3),
.page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(3),
.page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-24.54097px, -8.58726px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-24.54097px, -8.58726px);
    transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-24.54097px, -8.58726px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(3) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(4),
.page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(4),
.page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(4),
.page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(4) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-25.63265px, -4.35516px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-25.63265px, -4.35516px);
    transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-25.63265px, -4.35516px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(4) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(5),
.page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(5),
.page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(5),
.page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(5) {
    -webkit-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    -ms-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(5) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(6),
.page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(6),
.page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(6),
.page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(6) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-25.63265px, 4.35516px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-25.63265px, 4.35516px);
    transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-25.63265px, 4.35516px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(6) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(7),
.page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(7),
.page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(7),
.page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(7) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-24.54097px, 8.58726px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-24.54097px, 8.58726px);
    transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-24.54097px, 8.58726px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(7) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(8),
.page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(8),
.page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(8),
.page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(8) {
    -webkit-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-22.75581px, 12.57669px);
    -ms-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-22.75581px, 12.57669px);
    transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-22.75581px, 12.57669px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(8) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(9),
.page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(9),
.page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(9),
.page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(9) {
    -webkit-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-20.32762px, 16.21073px);
    -ms-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-20.32762px, 16.21073px);
    transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-20.32762px, 16.21073px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(9) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(10),
.page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(10),
.page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(10),
.page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(10) {
    -webkit-transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-17.32501px, 19.3867px);
    -ms-transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-17.32501px, 19.3867px);
    transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-17.32501px, 19.3867px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(10) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(11),
.page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(11),
.page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(11),
.page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(11) {
    -webkit-transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-13.83283px, 22.01483px);
    -ms-transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-13.83283px, 22.01483px);
    transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-13.83283px, 22.01483px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(11) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(12),
.page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(12),
.page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(12),
.page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(12) {
    -webkit-transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-9.94977px, 24.02087px);
    -ms-transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-9.94977px, 24.02087px);
    transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-9.94977px, 24.02087px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(12) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(13),
.page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(13),
.page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(13),
.page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(13) {
    -webkit-transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-5.78554px, 25.34813px);
    -ms-transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-5.78554px, 25.34813px);
    transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-5.78554px, 25.34813px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(13) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(14),
.page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(14),
.page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(14),
.page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(14) {
    -webkit-transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.45783px, 25.9591px);
    -ms-transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.45783px, 25.9591px);
    transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.45783px, 25.9591px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(14) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(1),
.page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(1),
.page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(1),
.page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-15.63663px, -12.4698px);
    -ms-transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-15.63663px, -12.4698px);
    transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-15.63663px, -12.4698px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(2),
.page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(2),
.page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(2),
.page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-17.50447px, -9.67438px);
    -ms-transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-17.50447px, -9.67438px);
    transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-17.50447px, -9.67438px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(3),
.page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(3),
.page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(3),
.page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-18.87767px, -6.60558px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-18.87767px, -6.60558px);
    transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-18.87767px, -6.60558px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(4),
.page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(4),
.page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(4),
.page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(4) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-19.71742px, -3.35012px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-19.71742px, -3.35012px);
    transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-19.71742px, -3.35012px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(5),
.page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(5),
.page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(5),
.page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(5) {
    -webkit-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    -ms-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(6),
.page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(6),
.page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(6),
.page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(6) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-19.71742px, 3.35012px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-19.71742px, 3.35012px);
    transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-19.71742px, 3.35012px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(7),
.page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(7),
.page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(7),
.page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(7) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-18.87767px, 6.60558px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-18.87767px, 6.60558px);
    transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-18.87767px, 6.60558px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(8),
.page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(8),
.page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(8),
.page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(8) {
    -webkit-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-17.50447px, 9.67438px);
    -ms-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-17.50447px, 9.67438px);
    transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-17.50447px, 9.67438px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(9),
.page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(9),
.page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(9),
.page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(9) {
    -webkit-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-15.63663px, 12.4698px);
    -ms-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-15.63663px, 12.4698px);
    transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-15.63663px, 12.4698px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(10),
.page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(10),
.page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(10),
.page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(10) {
    -webkit-transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-13.32693px, 14.91284px);
    -ms-transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-13.32693px, 14.91284px);
    transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-13.32693px, 14.91284px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(11),
.page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(11),
.page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(11),
.page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(11) {
    -webkit-transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-10.64064px, 16.93448px);
    -ms-transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-10.64064px, 16.93448px);
    transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-10.64064px, 16.93448px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(12),
.page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(12),
.page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(12),
.page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(12) {
    -webkit-transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-7.65367px, 18.47759px);
    -ms-transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-7.65367px, 18.47759px);
    transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-7.65367px, 18.47759px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(13),
.page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(13),
.page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(13),
.page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(13) {
    -webkit-transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-4.45042px, 19.49856px);
    -ms-transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-4.45042px, 19.49856px);
    transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-4.45042px, 19.49856px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(14),
.page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(14),
.page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(14),
.page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(14) {
    -webkit-transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.12141px, 19.96854px);
    -ms-transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.12141px, 19.96854px);
    transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.12141px, 19.96854px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav-item:nth-of-type(6),
.page-business-investment .circle-nav-item:nth-of-type(6),
.page-business-agro .circle-nav-item:nth-of-type(6),
.page-business-culture .circle-nav-item:nth-of-type(6) {
    -webkit-transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-17.32501px, 19.3867px);
    -ms-transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-17.32501px, 19.3867px);
    transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-17.32501px, 19.3867px);
}

.page-business-development .circle-nav-item:nth-of-type(6) .circle-nav-sub,
.page-business-investment .circle-nav-item:nth-of-type(6) .circle-nav-sub,
.page-business-agro .circle-nav-item:nth-of-type(6) .circle-nav-sub,
.page-business-culture .circle-nav-item:nth-of-type(6) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="5"] .circle-nav-slides .circle-nav-slide:nth-child(6),
.page-business-investment .circle-nav[data-active="5"] .circle-nav-slides .circle-nav-slide:nth-child(6),
.page-business-agro .circle-nav[data-active="5"] .circle-nav-slides .circle-nav-slide:nth-child(6),
.page-business-culture .circle-nav[data-active="5"] .circle-nav-slides .circle-nav-slide:nth-child(6) {
    z-index: 1;
    opacity: 1;
}

.page-business-development .circle-nav[data-active="5"] .circle-nav-slides .circle-nav-slide-img:nth-child(6) .img,
.page-business-investment .circle-nav[data-active="5"] .circle-nav-slides .circle-nav-slide-img:nth-child(6) .img,
.page-business-agro .circle-nav[data-active="5"] .circle-nav-slides .circle-nav-slide-img:nth-child(6) .img,
.page-business-culture .circle-nav[data-active="5"] .circle-nav-slides .circle-nav-slide-img:nth-child(6) .img {
    opacity: 1;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(1),
.page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(1),
.page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(1),
.page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) translate(-36.64906vw, -41.01032vw) translate(-33.31733%, -37.28211%) translate(-17.32501px, -19.3867px);
    -ms-transform: translate(-50%, -50%) translate(-36.64906vw, -41.01032vw) translate(-33.31733%, -37.28211%) translate(-17.32501px, -19.3867px);
    transform: translate(-50%, -50%) translate(-36.64906vw, -41.01032vw) translate(-33.31733%, -37.28211%) translate(-17.32501px, -19.3867px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(1) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(2),
.page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(2),
.page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(2),
.page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-20.32762px, -16.21073px);
    -ms-transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-20.32762px, -16.21073px);
    transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-20.32762px, -16.21073px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(2) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(3),
.page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(3),
.page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(3),
.page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-22.75581px, -12.57669px);
    -ms-transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-22.75581px, -12.57669px);
    transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-22.75581px, -12.57669px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(3) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(4),
.page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(4),
.page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(4),
.page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(4) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-24.54097px, -8.58726px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-24.54097px, -8.58726px);
    transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-24.54097px, -8.58726px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(4) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(5),
.page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(5),
.page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(5),
.page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(5) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-25.63265px, -4.35516px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-25.63265px, -4.35516px);
    transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-25.63265px, -4.35516px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(5) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(6),
.page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(6),
.page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(6),
.page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(6) {
    -webkit-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    -ms-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(6) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(7),
.page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(7),
.page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(7),
.page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(7) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-25.63265px, 4.35516px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-25.63265px, 4.35516px);
    transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-25.63265px, 4.35516px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(7) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(8),
.page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(8),
.page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(8),
.page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(8) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-24.54097px, 8.58726px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-24.54097px, 8.58726px);
    transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-24.54097px, 8.58726px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(8) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(9),
.page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(9),
.page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(9),
.page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(9) {
    -webkit-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-22.75581px, 12.57669px);
    -ms-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-22.75581px, 12.57669px);
    transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-22.75581px, 12.57669px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(9) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(10),
.page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(10),
.page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(10),
.page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(10) {
    -webkit-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-20.32762px, 16.21073px);
    -ms-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-20.32762px, 16.21073px);
    transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-20.32762px, 16.21073px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(10) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(11),
.page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(11),
.page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(11),
.page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(11) {
    -webkit-transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-17.32501px, 19.3867px);
    -ms-transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-17.32501px, 19.3867px);
    transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-17.32501px, 19.3867px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(11) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(12),
.page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(12),
.page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(12),
.page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(12) {
    -webkit-transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-13.83283px, 22.01483px);
    -ms-transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-13.83283px, 22.01483px);
    transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-13.83283px, 22.01483px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(12) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(13),
.page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(13),
.page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(13),
.page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(13) {
    -webkit-transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-9.94977px, 24.02087px);
    -ms-transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-9.94977px, 24.02087px);
    transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-9.94977px, 24.02087px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(13) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(14),
.page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(14),
.page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(14),
.page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(14) {
    -webkit-transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-5.78554px, 25.34813px);
    -ms-transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-5.78554px, 25.34813px);
    transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-5.78554px, 25.34813px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(14) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(1),
.page-business-investment .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(1),
.page-business-agro .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(1),
.page-business-culture .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) translate(-36.64906vw, -41.01032vw) translate(-33.31733%, -37.28211%) translate(-13.32693px, -14.91284px);
    -ms-transform: translate(-50%, -50%) translate(-36.64906vw, -41.01032vw) translate(-33.31733%, -37.28211%) translate(-13.32693px, -14.91284px);
    transform: translate(-50%, -50%) translate(-36.64906vw, -41.01032vw) translate(-33.31733%, -37.28211%) translate(-13.32693px, -14.91284px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(2),
.page-business-investment .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(2),
.page-business-agro .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(2),
.page-business-culture .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-15.63663px, -12.4698px);
    -ms-transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-15.63663px, -12.4698px);
    transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-15.63663px, -12.4698px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(3),
.page-business-investment .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(3),
.page-business-agro .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(3),
.page-business-culture .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-17.50447px, -9.67438px);
    -ms-transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-17.50447px, -9.67438px);
    transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-17.50447px, -9.67438px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(4),
.page-business-investment .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(4),
.page-business-agro .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(4),
.page-business-culture .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(4) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-18.87767px, -6.60558px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-18.87767px, -6.60558px);
    transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-18.87767px, -6.60558px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(5),
.page-business-investment .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(5),
.page-business-agro .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(5),
.page-business-culture .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(5) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-19.71742px, -3.35012px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-19.71742px, -3.35012px);
    transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-19.71742px, -3.35012px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(6),
.page-business-investment .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(6),
.page-business-agro .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(6),
.page-business-culture .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(6) {
    -webkit-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    -ms-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(7),
.page-business-investment .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(7),
.page-business-agro .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(7),
.page-business-culture .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(7) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-19.71742px, 3.35012px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-19.71742px, 3.35012px);
    transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-19.71742px, 3.35012px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(8),
.page-business-investment .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(8),
.page-business-agro .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(8),
.page-business-culture .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(8) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-18.87767px, 6.60558px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-18.87767px, 6.60558px);
    transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-18.87767px, 6.60558px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(9),
.page-business-investment .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(9),
.page-business-agro .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(9),
.page-business-culture .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(9) {
    -webkit-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-17.50447px, 9.67438px);
    -ms-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-17.50447px, 9.67438px);
    transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-17.50447px, 9.67438px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(10),
.page-business-investment .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(10),
.page-business-agro .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(10),
.page-business-culture .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(10) {
    -webkit-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-15.63663px, 12.4698px);
    -ms-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-15.63663px, 12.4698px);
    transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-15.63663px, 12.4698px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(11),
.page-business-investment .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(11),
.page-business-agro .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(11),
.page-business-culture .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(11) {
    -webkit-transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-13.32693px, 14.91284px);
    -ms-transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-13.32693px, 14.91284px);
    transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-13.32693px, 14.91284px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(12),
.page-business-investment .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(12),
.page-business-agro .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(12),
.page-business-culture .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(12) {
    -webkit-transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-10.64064px, 16.93448px);
    -ms-transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-10.64064px, 16.93448px);
    transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-10.64064px, 16.93448px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(13),
.page-business-investment .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(13),
.page-business-agro .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(13),
.page-business-culture .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(13) {
    -webkit-transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-7.65367px, 18.47759px);
    -ms-transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-7.65367px, 18.47759px);
    transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-7.65367px, 18.47759px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(14),
.page-business-investment .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(14),
.page-business-agro .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(14),
.page-business-culture .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(14) {
    -webkit-transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-4.45042px, 19.49856px);
    -ms-transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-4.45042px, 19.49856px);
    transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-4.45042px, 19.49856px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav-item:nth-of-type(7),
.page-business-investment .circle-nav-item:nth-of-type(7),
.page-business-agro .circle-nav-item:nth-of-type(7),
.page-business-culture .circle-nav-item:nth-of-type(7) {
    -webkit-transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-13.83283px, 22.01483px);
    -ms-transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-13.83283px, 22.01483px);
    transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-13.83283px, 22.01483px);
}

.page-business-development .circle-nav-item:nth-of-type(7) .circle-nav-sub,
.page-business-investment .circle-nav-item:nth-of-type(7) .circle-nav-sub,
.page-business-agro .circle-nav-item:nth-of-type(7) .circle-nav-sub,
.page-business-culture .circle-nav-item:nth-of-type(7) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="6"] .circle-nav-slides .circle-nav-slide:nth-child(7),
.page-business-investment .circle-nav[data-active="6"] .circle-nav-slides .circle-nav-slide:nth-child(7),
.page-business-agro .circle-nav[data-active="6"] .circle-nav-slides .circle-nav-slide:nth-child(7),
.page-business-culture .circle-nav[data-active="6"] .circle-nav-slides .circle-nav-slide:nth-child(7) {
    z-index: 1;
    opacity: 1;
}

.page-business-development .circle-nav[data-active="6"] .circle-nav-slides .circle-nav-slide-img:nth-child(7) .img,
.page-business-investment .circle-nav[data-active="6"] .circle-nav-slides .circle-nav-slide-img:nth-child(7) .img,
.page-business-agro .circle-nav[data-active="6"] .circle-nav-slides .circle-nav-slide-img:nth-child(7) .img,
.page-business-culture .circle-nav[data-active="6"] .circle-nav-slides .circle-nav-slide-img:nth-child(7) .img {
    opacity: 1;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(1),
.page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(1),
.page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(1),
.page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) translate(-29.26176vw, -46.56983vw) translate(-26.6016%, -42.33621%) translate(-13.83283px, -22.01483px);
    -ms-transform: translate(-50%, -50%) translate(-29.26176vw, -46.56983vw) translate(-26.6016%, -42.33621%) translate(-13.83283px, -22.01483px);
    transform: translate(-50%, -50%) translate(-29.26176vw, -46.56983vw) translate(-26.6016%, -42.33621%) translate(-13.83283px, -22.01483px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(1) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(2),
.page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(2),
.page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(2),
.page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) translate(-36.64906vw, -41.01032vw) translate(-33.31733%, -37.28211%) translate(-17.32501px, -19.3867px);
    -ms-transform: translate(-50%, -50%) translate(-36.64906vw, -41.01032vw) translate(-33.31733%, -37.28211%) translate(-17.32501px, -19.3867px);
    transform: translate(-50%, -50%) translate(-36.64906vw, -41.01032vw) translate(-33.31733%, -37.28211%) translate(-17.32501px, -19.3867px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(2) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(3),
.page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(3),
.page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(3),
.page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-20.32762px, -16.21073px);
    -ms-transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-20.32762px, -16.21073px);
    transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-20.32762px, -16.21073px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(3) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(4),
.page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(4),
.page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(4),
.page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(4) {
    -webkit-transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-22.75581px, -12.57669px);
    -ms-transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-22.75581px, -12.57669px);
    transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-22.75581px, -12.57669px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(4) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(5),
.page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(5),
.page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(5),
.page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(5) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-24.54097px, -8.58726px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-24.54097px, -8.58726px);
    transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-24.54097px, -8.58726px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(5) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(6),
.page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(6),
.page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(6),
.page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(6) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-25.63265px, -4.35516px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-25.63265px, -4.35516px);
    transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-25.63265px, -4.35516px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(6) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(7),
.page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(7),
.page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(7),
.page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(7) {
    -webkit-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    -ms-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(7) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(8),
.page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(8),
.page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(8),
.page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(8) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-25.63265px, 4.35516px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-25.63265px, 4.35516px);
    transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-25.63265px, 4.35516px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(8) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(9),
.page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(9),
.page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(9),
.page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(9) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-24.54097px, 8.58726px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-24.54097px, 8.58726px);
    transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-24.54097px, 8.58726px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(9) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(10),
.page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(10),
.page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(10),
.page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(10) {
    -webkit-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-22.75581px, 12.57669px);
    -ms-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-22.75581px, 12.57669px);
    transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-22.75581px, 12.57669px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(10) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(11),
.page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(11),
.page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(11),
.page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(11) {
    -webkit-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-20.32762px, 16.21073px);
    -ms-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-20.32762px, 16.21073px);
    transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-20.32762px, 16.21073px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(11) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(12),
.page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(12),
.page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(12),
.page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(12) {
    -webkit-transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-17.32501px, 19.3867px);
    -ms-transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-17.32501px, 19.3867px);
    transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-17.32501px, 19.3867px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(12) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(13),
.page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(13),
.page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(13),
.page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(13) {
    -webkit-transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-13.83283px, 22.01483px);
    -ms-transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-13.83283px, 22.01483px);
    transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-13.83283px, 22.01483px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(13) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(14),
.page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(14),
.page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(14),
.page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(14) {
    -webkit-transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-9.94977px, 24.02087px);
    -ms-transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-9.94977px, 24.02087px);
    transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-9.94977px, 24.02087px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(14) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(1),
.page-business-investment .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(1),
.page-business-agro .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(1),
.page-business-culture .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) translate(-29.26176vw, -46.56983vw) translate(-26.6016%, -42.33621%) translate(-10.64064px, -16.93448px);
    -ms-transform: translate(-50%, -50%) translate(-29.26176vw, -46.56983vw) translate(-26.6016%, -42.33621%) translate(-10.64064px, -16.93448px);
    transform: translate(-50%, -50%) translate(-29.26176vw, -46.56983vw) translate(-26.6016%, -42.33621%) translate(-10.64064px, -16.93448px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(2),
.page-business-investment .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(2),
.page-business-agro .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(2),
.page-business-culture .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) translate(-36.64906vw, -41.01032vw) translate(-33.31733%, -37.28211%) translate(-13.32693px, -14.91284px);
    -ms-transform: translate(-50%, -50%) translate(-36.64906vw, -41.01032vw) translate(-33.31733%, -37.28211%) translate(-13.32693px, -14.91284px);
    transform: translate(-50%, -50%) translate(-36.64906vw, -41.01032vw) translate(-33.31733%, -37.28211%) translate(-13.32693px, -14.91284px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(3),
.page-business-investment .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(3),
.page-business-agro .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(3),
.page-business-culture .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-15.63663px, -12.4698px);
    -ms-transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-15.63663px, -12.4698px);
    transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-15.63663px, -12.4698px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(4),
.page-business-investment .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(4),
.page-business-agro .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(4),
.page-business-culture .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(4) {
    -webkit-transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-17.50447px, -9.67438px);
    -ms-transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-17.50447px, -9.67438px);
    transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-17.50447px, -9.67438px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(5),
.page-business-investment .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(5),
.page-business-agro .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(5),
.page-business-culture .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(5) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-18.87767px, -6.60558px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-18.87767px, -6.60558px);
    transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-18.87767px, -6.60558px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(6),
.page-business-investment .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(6),
.page-business-agro .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(6),
.page-business-culture .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(6) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-19.71742px, -3.35012px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-19.71742px, -3.35012px);
    transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-19.71742px, -3.35012px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(7),
.page-business-investment .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(7),
.page-business-agro .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(7),
.page-business-culture .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(7) {
    -webkit-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    -ms-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(8),
.page-business-investment .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(8),
.page-business-agro .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(8),
.page-business-culture .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(8) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-19.71742px, 3.35012px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-19.71742px, 3.35012px);
    transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-19.71742px, 3.35012px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(9),
.page-business-investment .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(9),
.page-business-agro .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(9),
.page-business-culture .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(9) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-18.87767px, 6.60558px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-18.87767px, 6.60558px);
    transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-18.87767px, 6.60558px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(10),
.page-business-investment .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(10),
.page-business-agro .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(10),
.page-business-culture .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(10) {
    -webkit-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-17.50447px, 9.67438px);
    -ms-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-17.50447px, 9.67438px);
    transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-17.50447px, 9.67438px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(11),
.page-business-investment .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(11),
.page-business-agro .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(11),
.page-business-culture .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(11) {
    -webkit-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-15.63663px, 12.4698px);
    -ms-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-15.63663px, 12.4698px);
    transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-15.63663px, 12.4698px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(12),
.page-business-investment .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(12),
.page-business-agro .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(12),
.page-business-culture .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(12) {
    -webkit-transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-13.32693px, 14.91284px);
    -ms-transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-13.32693px, 14.91284px);
    transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-13.32693px, 14.91284px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(13),
.page-business-investment .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(13),
.page-business-agro .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(13),
.page-business-culture .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(13) {
    -webkit-transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-10.64064px, 16.93448px);
    -ms-transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-10.64064px, 16.93448px);
    transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-10.64064px, 16.93448px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(14),
.page-business-investment .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(14),
.page-business-agro .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(14),
.page-business-culture .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(14) {
    -webkit-transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-7.65367px, 18.47759px);
    -ms-transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-7.65367px, 18.47759px);
    transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-7.65367px, 18.47759px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav-item:nth-of-type(8),
.page-business-investment .circle-nav-item:nth-of-type(8),
.page-business-agro .circle-nav-item:nth-of-type(8),
.page-business-culture .circle-nav-item:nth-of-type(8) {
    -webkit-transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-9.94977px, 24.02087px);
    -ms-transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-9.94977px, 24.02087px);
    transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-9.94977px, 24.02087px);
}

.page-business-development .circle-nav-item:nth-of-type(8) .circle-nav-sub,
.page-business-investment .circle-nav-item:nth-of-type(8) .circle-nav-sub,
.page-business-agro .circle-nav-item:nth-of-type(8) .circle-nav-sub,
.page-business-culture .circle-nav-item:nth-of-type(8) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="7"] .circle-nav-slides .circle-nav-slide:nth-child(8),
.page-business-investment .circle-nav[data-active="7"] .circle-nav-slides .circle-nav-slide:nth-child(8),
.page-business-agro .circle-nav[data-active="7"] .circle-nav-slides .circle-nav-slide:nth-child(8),
.page-business-culture .circle-nav[data-active="7"] .circle-nav-slides .circle-nav-slide:nth-child(8) {
    z-index: 1;
    opacity: 1;
}

.page-business-development .circle-nav[data-active="7"] .circle-nav-slides .circle-nav-slide-img:nth-child(8) .img,
.page-business-investment .circle-nav[data-active="7"] .circle-nav-slides .circle-nav-slide-img:nth-child(8) .img,
.page-business-agro .circle-nav[data-active="7"] .circle-nav-slides .circle-nav-slide-img:nth-child(8) .img,
.page-business-culture .circle-nav[data-active="7"] .circle-nav-slides .circle-nav-slide-img:nth-child(8) .img {
    opacity: 1;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(1),
.page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(1),
.page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(1),
.page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) translate(-21.04759vw, -50.81337vw) translate(-19.13417%, -46.19398%) translate(-9.94977px, -24.02087px);
    -ms-transform: translate(-50%, -50%) translate(-21.04759vw, -50.81337vw) translate(-19.13417%, -46.19398%) translate(-9.94977px, -24.02087px);
    transform: translate(-50%, -50%) translate(-21.04759vw, -50.81337vw) translate(-19.13417%, -46.19398%) translate(-9.94977px, -24.02087px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(1) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(2),
.page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(2),
.page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(2),
.page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) translate(-29.26176vw, -46.56983vw) translate(-26.6016%, -42.33621%) translate(-13.83283px, -22.01483px);
    -ms-transform: translate(-50%, -50%) translate(-29.26176vw, -46.56983vw) translate(-26.6016%, -42.33621%) translate(-13.83283px, -22.01483px);
    transform: translate(-50%, -50%) translate(-29.26176vw, -46.56983vw) translate(-26.6016%, -42.33621%) translate(-13.83283px, -22.01483px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(2) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(3),
.page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(3),
.page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(3),
.page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) translate(-36.64906vw, -41.01032vw) translate(-33.31733%, -37.28211%) translate(-17.32501px, -19.3867px);
    -ms-transform: translate(-50%, -50%) translate(-36.64906vw, -41.01032vw) translate(-33.31733%, -37.28211%) translate(-17.32501px, -19.3867px);
    transform: translate(-50%, -50%) translate(-36.64906vw, -41.01032vw) translate(-33.31733%, -37.28211%) translate(-17.32501px, -19.3867px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(3) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(4),
.page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(4),
.page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(4),
.page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(4) {
    -webkit-transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-20.32762px, -16.21073px);
    -ms-transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-20.32762px, -16.21073px);
    transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-20.32762px, -16.21073px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(4) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(5),
.page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(5),
.page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(5),
.page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(5) {
    -webkit-transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-22.75581px, -12.57669px);
    -ms-transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-22.75581px, -12.57669px);
    transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-22.75581px, -12.57669px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(5) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(6),
.page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(6),
.page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(6),
.page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(6) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-24.54097px, -8.58726px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-24.54097px, -8.58726px);
    transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-24.54097px, -8.58726px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(6) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(7),
.page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(7),
.page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(7),
.page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(7) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-25.63265px, -4.35516px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-25.63265px, -4.35516px);
    transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-25.63265px, -4.35516px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(7) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(8),
.page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(8),
.page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(8),
.page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(8) {
    -webkit-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    -ms-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(8) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(9),
.page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(9),
.page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(9),
.page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(9) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-25.63265px, 4.35516px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-25.63265px, 4.35516px);
    transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-25.63265px, 4.35516px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(9) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(10),
.page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(10),
.page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(10),
.page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(10) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-24.54097px, 8.58726px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-24.54097px, 8.58726px);
    transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-24.54097px, 8.58726px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(10) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(11),
.page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(11),
.page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(11),
.page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(11) {
    -webkit-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-22.75581px, 12.57669px);
    -ms-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-22.75581px, 12.57669px);
    transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-22.75581px, 12.57669px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(11) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(12),
.page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(12),
.page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(12),
.page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(12) {
    -webkit-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-20.32762px, 16.21073px);
    -ms-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-20.32762px, 16.21073px);
    transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-20.32762px, 16.21073px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(12) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(13),
.page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(13),
.page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(13),
.page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(13) {
    -webkit-transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-17.32501px, 19.3867px);
    -ms-transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-17.32501px, 19.3867px);
    transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-17.32501px, 19.3867px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(13) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(14),
.page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(14),
.page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(14),
.page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(14) {
    -webkit-transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-13.83283px, 22.01483px);
    -ms-transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-13.83283px, 22.01483px);
    transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-13.83283px, 22.01483px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(14) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(1),
.page-business-investment .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(1),
.page-business-agro .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(1),
.page-business-culture .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) translate(-21.04759vw, -50.81337vw) translate(-19.13417%, -46.19398%) translate(-7.65367px, -18.47759px);
    -ms-transform: translate(-50%, -50%) translate(-21.04759vw, -50.81337vw) translate(-19.13417%, -46.19398%) translate(-7.65367px, -18.47759px);
    transform: translate(-50%, -50%) translate(-21.04759vw, -50.81337vw) translate(-19.13417%, -46.19398%) translate(-7.65367px, -18.47759px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(2),
.page-business-investment .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(2),
.page-business-agro .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(2),
.page-business-culture .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) translate(-29.26176vw, -46.56983vw) translate(-26.6016%, -42.33621%) translate(-10.64064px, -16.93448px);
    -ms-transform: translate(-50%, -50%) translate(-29.26176vw, -46.56983vw) translate(-26.6016%, -42.33621%) translate(-10.64064px, -16.93448px);
    transform: translate(-50%, -50%) translate(-29.26176vw, -46.56983vw) translate(-26.6016%, -42.33621%) translate(-10.64064px, -16.93448px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(3),
.page-business-investment .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(3),
.page-business-agro .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(3),
.page-business-culture .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) translate(-36.64906vw, -41.01032vw) translate(-33.31733%, -37.28211%) translate(-13.32693px, -14.91284px);
    -ms-transform: translate(-50%, -50%) translate(-36.64906vw, -41.01032vw) translate(-33.31733%, -37.28211%) translate(-13.32693px, -14.91284px);
    transform: translate(-50%, -50%) translate(-36.64906vw, -41.01032vw) translate(-33.31733%, -37.28211%) translate(-13.32693px, -14.91284px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(4),
.page-business-investment .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(4),
.page-business-agro .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(4),
.page-business-culture .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(4) {
    -webkit-transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-15.63663px, -12.4698px);
    -ms-transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-15.63663px, -12.4698px);
    transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-15.63663px, -12.4698px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(5),
.page-business-investment .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(5),
.page-business-agro .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(5),
.page-business-culture .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(5) {
    -webkit-transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-17.50447px, -9.67438px);
    -ms-transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-17.50447px, -9.67438px);
    transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-17.50447px, -9.67438px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(6),
.page-business-investment .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(6),
.page-business-agro .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(6),
.page-business-culture .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(6) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-18.87767px, -6.60558px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-18.87767px, -6.60558px);
    transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-18.87767px, -6.60558px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(7),
.page-business-investment .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(7),
.page-business-agro .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(7),
.page-business-culture .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(7) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-19.71742px, -3.35012px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-19.71742px, -3.35012px);
    transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-19.71742px, -3.35012px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(8),
.page-business-investment .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(8),
.page-business-agro .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(8),
.page-business-culture .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(8) {
    -webkit-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    -ms-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(9),
.page-business-investment .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(9),
.page-business-agro .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(9),
.page-business-culture .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(9) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-19.71742px, 3.35012px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-19.71742px, 3.35012px);
    transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-19.71742px, 3.35012px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(10),
.page-business-investment .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(10),
.page-business-agro .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(10),
.page-business-culture .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(10) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-18.87767px, 6.60558px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-18.87767px, 6.60558px);
    transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-18.87767px, 6.60558px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(11),
.page-business-investment .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(11),
.page-business-agro .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(11),
.page-business-culture .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(11) {
    -webkit-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-17.50447px, 9.67438px);
    -ms-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-17.50447px, 9.67438px);
    transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-17.50447px, 9.67438px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(12),
.page-business-investment .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(12),
.page-business-agro .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(12),
.page-business-culture .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(12) {
    -webkit-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-15.63663px, 12.4698px);
    -ms-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-15.63663px, 12.4698px);
    transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-15.63663px, 12.4698px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(13),
.page-business-investment .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(13),
.page-business-agro .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(13),
.page-business-culture .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(13) {
    -webkit-transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-13.32693px, 14.91284px);
    -ms-transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-13.32693px, 14.91284px);
    transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-13.32693px, 14.91284px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(14),
.page-business-investment .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(14),
.page-business-agro .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(14),
.page-business-culture .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(14) {
    -webkit-transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-10.64064px, 16.93448px);
    -ms-transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-10.64064px, 16.93448px);
    transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-10.64064px, 16.93448px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav-item:nth-of-type(9),
.page-business-investment .circle-nav-item:nth-of-type(9),
.page-business-agro .circle-nav-item:nth-of-type(9),
.page-business-culture .circle-nav-item:nth-of-type(9) {
    -webkit-transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-5.78554px, 25.34813px);
    -ms-transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-5.78554px, 25.34813px);
    transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-5.78554px, 25.34813px);
}

.page-business-development .circle-nav-item:nth-of-type(9) .circle-nav-sub,
.page-business-investment .circle-nav-item:nth-of-type(9) .circle-nav-sub,
.page-business-agro .circle-nav-item:nth-of-type(9) .circle-nav-sub,
.page-business-culture .circle-nav-item:nth-of-type(9) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="8"] .circle-nav-slides .circle-nav-slide:nth-child(9),
.page-business-investment .circle-nav[data-active="8"] .circle-nav-slides .circle-nav-slide:nth-child(9),
.page-business-agro .circle-nav[data-active="8"] .circle-nav-slides .circle-nav-slide:nth-child(9),
.page-business-culture .circle-nav[data-active="8"] .circle-nav-slides .circle-nav-slide:nth-child(9) {
    z-index: 1;
    opacity: 1;
}

.page-business-development .circle-nav[data-active="8"] .circle-nav-slides .circle-nav-slide-img:nth-child(9) .img,
.page-business-investment .circle-nav[data-active="8"] .circle-nav-slides .circle-nav-slide-img:nth-child(9) .img,
.page-business-agro .circle-nav[data-active="8"] .circle-nav-slides .circle-nav-slide-img:nth-child(9) .img,
.page-business-culture .circle-nav[data-active="8"] .circle-nav-slides .circle-nav-slide-img:nth-child(9) .img {
    opacity: 1;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(1),
.page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(1),
.page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(1),
.page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) translate(-12.23865vw, -53.62104vw) translate(-11.12605%, -48.7464%) translate(-5.78554px, -25.34813px);
    -ms-transform: translate(-50%, -50%) translate(-12.23865vw, -53.62104vw) translate(-11.12605%, -48.7464%) translate(-5.78554px, -25.34813px);
    transform: translate(-50%, -50%) translate(-12.23865vw, -53.62104vw) translate(-11.12605%, -48.7464%) translate(-5.78554px, -25.34813px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(1) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(2),
.page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(2),
.page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(2),
.page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) translate(-21.04759vw, -50.81337vw) translate(-19.13417%, -46.19398%) translate(-9.94977px, -24.02087px);
    -ms-transform: translate(-50%, -50%) translate(-21.04759vw, -50.81337vw) translate(-19.13417%, -46.19398%) translate(-9.94977px, -24.02087px);
    transform: translate(-50%, -50%) translate(-21.04759vw, -50.81337vw) translate(-19.13417%, -46.19398%) translate(-9.94977px, -24.02087px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(2) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(3),
.page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(3),
.page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(3),
.page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) translate(-29.26176vw, -46.56983vw) translate(-26.6016%, -42.33621%) translate(-13.83283px, -22.01483px);
    -ms-transform: translate(-50%, -50%) translate(-29.26176vw, -46.56983vw) translate(-26.6016%, -42.33621%) translate(-13.83283px, -22.01483px);
    transform: translate(-50%, -50%) translate(-29.26176vw, -46.56983vw) translate(-26.6016%, -42.33621%) translate(-13.83283px, -22.01483px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(3) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(4),
.page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(4),
.page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(4),
.page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(4) {
    -webkit-transform: translate(-50%, -50%) translate(-36.64906vw, -41.01032vw) translate(-33.31733%, -37.28211%) translate(-17.32501px, -19.3867px);
    -ms-transform: translate(-50%, -50%) translate(-36.64906vw, -41.01032vw) translate(-33.31733%, -37.28211%) translate(-17.32501px, -19.3867px);
    transform: translate(-50%, -50%) translate(-36.64906vw, -41.01032vw) translate(-33.31733%, -37.28211%) translate(-17.32501px, -19.3867px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(4) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(5),
.page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(5),
.page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(5),
.page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(5) {
    -webkit-transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-20.32762px, -16.21073px);
    -ms-transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-20.32762px, -16.21073px);
    transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-20.32762px, -16.21073px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(5) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(6),
.page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(6),
.page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(6),
.page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(6) {
    -webkit-transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-22.75581px, -12.57669px);
    -ms-transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-22.75581px, -12.57669px);
    transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-22.75581px, -12.57669px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(6) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(7),
.page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(7),
.page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(7),
.page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(7) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-24.54097px, -8.58726px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-24.54097px, -8.58726px);
    transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-24.54097px, -8.58726px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(7) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(8),
.page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(8),
.page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(8),
.page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(8) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-25.63265px, -4.35516px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-25.63265px, -4.35516px);
    transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-25.63265px, -4.35516px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(8) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(9),
.page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(9),
.page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(9),
.page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(9) {
    -webkit-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    -ms-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(9) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(10),
.page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(10),
.page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(10),
.page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(10) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-25.63265px, 4.35516px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-25.63265px, 4.35516px);
    transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-25.63265px, 4.35516px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(10) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(11),
.page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(11),
.page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(11),
.page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(11) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-24.54097px, 8.58726px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-24.54097px, 8.58726px);
    transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-24.54097px, 8.58726px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(11) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(12),
.page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(12),
.page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(12),
.page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(12) {
    -webkit-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-22.75581px, 12.57669px);
    -ms-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-22.75581px, 12.57669px);
    transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-22.75581px, 12.57669px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(12) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(13),
.page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(13),
.page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(13),
.page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(13) {
    -webkit-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-20.32762px, 16.21073px);
    -ms-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-20.32762px, 16.21073px);
    transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-20.32762px, 16.21073px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(13) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(14),
.page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(14),
.page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(14),
.page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(14) {
    -webkit-transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-17.32501px, 19.3867px);
    -ms-transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-17.32501px, 19.3867px);
    transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-17.32501px, 19.3867px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(14) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(1),
.page-business-investment .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(1),
.page-business-agro .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(1),
.page-business-culture .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) translate(-12.23865vw, -53.62104vw) translate(-11.12605%, -48.7464%) translate(-4.45042px, -19.49856px);
    -ms-transform: translate(-50%, -50%) translate(-12.23865vw, -53.62104vw) translate(-11.12605%, -48.7464%) translate(-4.45042px, -19.49856px);
    transform: translate(-50%, -50%) translate(-12.23865vw, -53.62104vw) translate(-11.12605%, -48.7464%) translate(-4.45042px, -19.49856px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(2),
.page-business-investment .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(2),
.page-business-agro .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(2),
.page-business-culture .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) translate(-21.04759vw, -50.81337vw) translate(-19.13417%, -46.19398%) translate(-7.65367px, -18.47759px);
    -ms-transform: translate(-50%, -50%) translate(-21.04759vw, -50.81337vw) translate(-19.13417%, -46.19398%) translate(-7.65367px, -18.47759px);
    transform: translate(-50%, -50%) translate(-21.04759vw, -50.81337vw) translate(-19.13417%, -46.19398%) translate(-7.65367px, -18.47759px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(3),
.page-business-investment .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(3),
.page-business-agro .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(3),
.page-business-culture .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) translate(-29.26176vw, -46.56983vw) translate(-26.6016%, -42.33621%) translate(-10.64064px, -16.93448px);
    -ms-transform: translate(-50%, -50%) translate(-29.26176vw, -46.56983vw) translate(-26.6016%, -42.33621%) translate(-10.64064px, -16.93448px);
    transform: translate(-50%, -50%) translate(-29.26176vw, -46.56983vw) translate(-26.6016%, -42.33621%) translate(-10.64064px, -16.93448px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(4),
.page-business-investment .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(4),
.page-business-agro .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(4),
.page-business-culture .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(4) {
    -webkit-transform: translate(-50%, -50%) translate(-36.64906vw, -41.01032vw) translate(-33.31733%, -37.28211%) translate(-13.32693px, -14.91284px);
    -ms-transform: translate(-50%, -50%) translate(-36.64906vw, -41.01032vw) translate(-33.31733%, -37.28211%) translate(-13.32693px, -14.91284px);
    transform: translate(-50%, -50%) translate(-36.64906vw, -41.01032vw) translate(-33.31733%, -37.28211%) translate(-13.32693px, -14.91284px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(5),
.page-business-investment .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(5),
.page-business-agro .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(5),
.page-business-culture .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(5) {
    -webkit-transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-15.63663px, -12.4698px);
    -ms-transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-15.63663px, -12.4698px);
    transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-15.63663px, -12.4698px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(6),
.page-business-investment .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(6),
.page-business-agro .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(6),
.page-business-culture .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(6) {
    -webkit-transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-17.50447px, -9.67438px);
    -ms-transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-17.50447px, -9.67438px);
    transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-17.50447px, -9.67438px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(7),
.page-business-investment .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(7),
.page-business-agro .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(7),
.page-business-culture .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(7) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-18.87767px, -6.60558px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-18.87767px, -6.60558px);
    transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-18.87767px, -6.60558px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(8),
.page-business-investment .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(8),
.page-business-agro .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(8),
.page-business-culture .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(8) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-19.71742px, -3.35012px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-19.71742px, -3.35012px);
    transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-19.71742px, -3.35012px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(9),
.page-business-investment .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(9),
.page-business-agro .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(9),
.page-business-culture .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(9) {
    -webkit-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    -ms-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(10),
.page-business-investment .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(10),
.page-business-agro .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(10),
.page-business-culture .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(10) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-19.71742px, 3.35012px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-19.71742px, 3.35012px);
    transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-19.71742px, 3.35012px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(11),
.page-business-investment .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(11),
.page-business-agro .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(11),
.page-business-culture .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(11) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-18.87767px, 6.60558px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-18.87767px, 6.60558px);
    transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-18.87767px, 6.60558px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(12),
.page-business-investment .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(12),
.page-business-agro .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(12),
.page-business-culture .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(12) {
    -webkit-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-17.50447px, 9.67438px);
    -ms-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-17.50447px, 9.67438px);
    transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-17.50447px, 9.67438px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(13),
.page-business-investment .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(13),
.page-business-agro .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(13),
.page-business-culture .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(13) {
    -webkit-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-15.63663px, 12.4698px);
    -ms-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-15.63663px, 12.4698px);
    transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-15.63663px, 12.4698px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(14),
.page-business-investment .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(14),
.page-business-agro .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(14),
.page-business-culture .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(14) {
    -webkit-transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-13.32693px, 14.91284px);
    -ms-transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-13.32693px, 14.91284px);
    transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-13.32693px, 14.91284px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav-item:nth-of-type(10),
.page-business-investment .circle-nav-item:nth-of-type(10),
.page-business-agro .circle-nav-item:nth-of-type(10),
.page-business-culture .circle-nav-item:nth-of-type(10) {
    -webkit-transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.45783px, 25.9591px);
    -ms-transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.45783px, 25.9591px);
    transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.45783px, 25.9591px);
}

.page-business-development .circle-nav-item:nth-of-type(10) .circle-nav-sub,
.page-business-investment .circle-nav-item:nth-of-type(10) .circle-nav-sub,
.page-business-agro .circle-nav-item:nth-of-type(10) .circle-nav-sub,
.page-business-culture .circle-nav-item:nth-of-type(10) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="9"] .circle-nav-slides .circle-nav-slide:nth-child(10),
.page-business-investment .circle-nav[data-active="9"] .circle-nav-slides .circle-nav-slide:nth-child(10),
.page-business-agro .circle-nav[data-active="9"] .circle-nav-slides .circle-nav-slide:nth-child(10),
.page-business-culture .circle-nav[data-active="9"] .circle-nav-slides .circle-nav-slide:nth-child(10) {
    z-index: 1;
    opacity: 1;
}

.page-business-development .circle-nav[data-active="9"] .circle-nav-slides .circle-nav-slide-img:nth-child(10) .img,
.page-business-investment .circle-nav[data-active="9"] .circle-nav-slides .circle-nav-slide-img:nth-child(10) .img,
.page-business-agro .circle-nav[data-active="9"] .circle-nav-slides .circle-nav-slide-img:nth-child(10) .img,
.page-business-culture .circle-nav[data-active="9"] .circle-nav-slides .circle-nav-slide-img:nth-child(10) .img {
    opacity: 1;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(1),
.page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(1),
.page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(1),
.page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) translate(-3.08387vw, -54.91347vw) translate(-2.80352%, -49.92134%) translate(-1.45783px, -25.9591px);
    -ms-transform: translate(-50%, -50%) translate(-3.08387vw, -54.91347vw) translate(-2.80352%, -49.92134%) translate(-1.45783px, -25.9591px);
    transform: translate(-50%, -50%) translate(-3.08387vw, -54.91347vw) translate(-2.80352%, -49.92134%) translate(-1.45783px, -25.9591px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(1) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(2),
.page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(2),
.page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(2),
.page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) translate(-12.23865vw, -53.62104vw) translate(-11.12605%, -48.7464%) translate(-5.78554px, -25.34813px);
    -ms-transform: translate(-50%, -50%) translate(-12.23865vw, -53.62104vw) translate(-11.12605%, -48.7464%) translate(-5.78554px, -25.34813px);
    transform: translate(-50%, -50%) translate(-12.23865vw, -53.62104vw) translate(-11.12605%, -48.7464%) translate(-5.78554px, -25.34813px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(2) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(3),
.page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(3),
.page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(3),
.page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) translate(-21.04759vw, -50.81337vw) translate(-19.13417%, -46.19398%) translate(-9.94977px, -24.02087px);
    -ms-transform: translate(-50%, -50%) translate(-21.04759vw, -50.81337vw) translate(-19.13417%, -46.19398%) translate(-9.94977px, -24.02087px);
    transform: translate(-50%, -50%) translate(-21.04759vw, -50.81337vw) translate(-19.13417%, -46.19398%) translate(-9.94977px, -24.02087px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(3) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(4),
.page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(4),
.page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(4),
.page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(4) {
    -webkit-transform: translate(-50%, -50%) translate(-29.26176vw, -46.56983vw) translate(-26.6016%, -42.33621%) translate(-13.83283px, -22.01483px);
    -ms-transform: translate(-50%, -50%) translate(-29.26176vw, -46.56983vw) translate(-26.6016%, -42.33621%) translate(-13.83283px, -22.01483px);
    transform: translate(-50%, -50%) translate(-29.26176vw, -46.56983vw) translate(-26.6016%, -42.33621%) translate(-13.83283px, -22.01483px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(4) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(5),
.page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(5),
.page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(5),
.page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(5) {
    -webkit-transform: translate(-50%, -50%) translate(-36.64906vw, -41.01032vw) translate(-33.31733%, -37.28211%) translate(-17.32501px, -19.3867px);
    -ms-transform: translate(-50%, -50%) translate(-36.64906vw, -41.01032vw) translate(-33.31733%, -37.28211%) translate(-17.32501px, -19.3867px);
    transform: translate(-50%, -50%) translate(-36.64906vw, -41.01032vw) translate(-33.31733%, -37.28211%) translate(-17.32501px, -19.3867px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(5) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(6),
.page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(6),
.page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(6),
.page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(6) {
    -webkit-transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-20.32762px, -16.21073px);
    -ms-transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-20.32762px, -16.21073px);
    transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-20.32762px, -16.21073px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(6) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(7),
.page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(7),
.page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(7),
.page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(7) {
    -webkit-transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-22.75581px, -12.57669px);
    -ms-transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-22.75581px, -12.57669px);
    transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-22.75581px, -12.57669px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(7) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(8),
.page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(8),
.page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(8),
.page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(8) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-24.54097px, -8.58726px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-24.54097px, -8.58726px);
    transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-24.54097px, -8.58726px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(8) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(9),
.page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(9),
.page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(9),
.page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(9) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-25.63265px, -4.35516px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-25.63265px, -4.35516px);
    transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-25.63265px, -4.35516px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(9) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(10),
.page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(10),
.page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(10),
.page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(10) {
    -webkit-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    -ms-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(10) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(11),
.page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(11),
.page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(11),
.page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(11) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-25.63265px, 4.35516px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-25.63265px, 4.35516px);
    transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-25.63265px, 4.35516px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(11) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(12),
.page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(12),
.page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(12),
.page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(12) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-24.54097px, 8.58726px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-24.54097px, 8.58726px);
    transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-24.54097px, 8.58726px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(12) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(13),
.page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(13),
.page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(13),
.page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(13) {
    -webkit-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-22.75581px, 12.57669px);
    -ms-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-22.75581px, 12.57669px);
    transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-22.75581px, 12.57669px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(13) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(14),
.page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(14),
.page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(14),
.page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(14) {
    -webkit-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-20.32762px, 16.21073px);
    -ms-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-20.32762px, 16.21073px);
    transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-20.32762px, 16.21073px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(14) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(1),
.page-business-investment .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(1),
.page-business-agro .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(1),
.page-business-culture .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) translate(-3.08387vw, -54.91347vw) translate(-2.80352%, -49.92134%) translate(-1.12141px, -19.96854px);
    -ms-transform: translate(-50%, -50%) translate(-3.08387vw, -54.91347vw) translate(-2.80352%, -49.92134%) translate(-1.12141px, -19.96854px);
    transform: translate(-50%, -50%) translate(-3.08387vw, -54.91347vw) translate(-2.80352%, -49.92134%) translate(-1.12141px, -19.96854px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(2),
.page-business-investment .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(2),
.page-business-agro .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(2),
.page-business-culture .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) translate(-12.23865vw, -53.62104vw) translate(-11.12605%, -48.7464%) translate(-4.45042px, -19.49856px);
    -ms-transform: translate(-50%, -50%) translate(-12.23865vw, -53.62104vw) translate(-11.12605%, -48.7464%) translate(-4.45042px, -19.49856px);
    transform: translate(-50%, -50%) translate(-12.23865vw, -53.62104vw) translate(-11.12605%, -48.7464%) translate(-4.45042px, -19.49856px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(3),
.page-business-investment .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(3),
.page-business-agro .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(3),
.page-business-culture .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) translate(-21.04759vw, -50.81337vw) translate(-19.13417%, -46.19398%) translate(-7.65367px, -18.47759px);
    -ms-transform: translate(-50%, -50%) translate(-21.04759vw, -50.81337vw) translate(-19.13417%, -46.19398%) translate(-7.65367px, -18.47759px);
    transform: translate(-50%, -50%) translate(-21.04759vw, -50.81337vw) translate(-19.13417%, -46.19398%) translate(-7.65367px, -18.47759px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(4),
.page-business-investment .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(4),
.page-business-agro .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(4),
.page-business-culture .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(4) {
    -webkit-transform: translate(-50%, -50%) translate(-29.26176vw, -46.56983vw) translate(-26.6016%, -42.33621%) translate(-10.64064px, -16.93448px);
    -ms-transform: translate(-50%, -50%) translate(-29.26176vw, -46.56983vw) translate(-26.6016%, -42.33621%) translate(-10.64064px, -16.93448px);
    transform: translate(-50%, -50%) translate(-29.26176vw, -46.56983vw) translate(-26.6016%, -42.33621%) translate(-10.64064px, -16.93448px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(5),
.page-business-investment .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(5),
.page-business-agro .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(5),
.page-business-culture .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(5) {
    -webkit-transform: translate(-50%, -50%) translate(-36.64906vw, -41.01032vw) translate(-33.31733%, -37.28211%) translate(-13.32693px, -14.91284px);
    -ms-transform: translate(-50%, -50%) translate(-36.64906vw, -41.01032vw) translate(-33.31733%, -37.28211%) translate(-13.32693px, -14.91284px);
    transform: translate(-50%, -50%) translate(-36.64906vw, -41.01032vw) translate(-33.31733%, -37.28211%) translate(-13.32693px, -14.91284px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(6),
.page-business-investment .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(6),
.page-business-agro .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(6),
.page-business-culture .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(6) {
    -webkit-transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-15.63663px, -12.4698px);
    -ms-transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-15.63663px, -12.4698px);
    transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-15.63663px, -12.4698px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(7),
.page-business-investment .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(7),
.page-business-agro .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(7),
.page-business-culture .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(7) {
    -webkit-transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-17.50447px, -9.67438px);
    -ms-transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-17.50447px, -9.67438px);
    transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-17.50447px, -9.67438px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(8),
.page-business-investment .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(8),
.page-business-agro .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(8),
.page-business-culture .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(8) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-18.87767px, -6.60558px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-18.87767px, -6.60558px);
    transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-18.87767px, -6.60558px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(9),
.page-business-investment .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(9),
.page-business-agro .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(9),
.page-business-culture .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(9) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-19.71742px, -3.35012px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-19.71742px, -3.35012px);
    transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-19.71742px, -3.35012px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(10),
.page-business-investment .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(10),
.page-business-agro .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(10),
.page-business-culture .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(10) {
    -webkit-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    -ms-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(11),
.page-business-investment .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(11),
.page-business-agro .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(11),
.page-business-culture .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(11) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-19.71742px, 3.35012px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-19.71742px, 3.35012px);
    transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-19.71742px, 3.35012px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(12),
.page-business-investment .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(12),
.page-business-agro .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(12),
.page-business-culture .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(12) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-18.87767px, 6.60558px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-18.87767px, 6.60558px);
    transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-18.87767px, 6.60558px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(13),
.page-business-investment .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(13),
.page-business-agro .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(13),
.page-business-culture .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(13) {
    -webkit-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-17.50447px, 9.67438px);
    -ms-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-17.50447px, 9.67438px);
    transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-17.50447px, 9.67438px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(14),
.page-business-investment .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(14),
.page-business-agro .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(14),
.page-business-culture .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(14) {
    -webkit-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-15.63663px, 12.4698px);
    -ms-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-15.63663px, 12.4698px);
    transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-15.63663px, 12.4698px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav-item:nth-of-type(11),
.page-business-investment .circle-nav-item:nth-of-type(11),
.page-business-agro .circle-nav-item:nth-of-type(11),
.page-business-culture .circle-nav-item:nth-of-type(11) {
    -webkit-transform: translate(-50%, -50%) translate(6.15805vw, 54.65417vw) translate(5.59822%, 49.68561%) translate(2.91108px, 25.83652px);
    -ms-transform: translate(-50%, -50%) translate(6.15805vw, 54.65417vw) translate(5.59822%, 49.68561%) translate(2.91108px, 25.83652px);
    transform: translate(-50%, -50%) translate(6.15805vw, 54.65417vw) translate(5.59822%, 49.68561%) translate(2.91108px, 25.83652px);
}

.page-business-development .circle-nav-item:nth-of-type(11) .circle-nav-sub,
.page-business-investment .circle-nav-item:nth-of-type(11) .circle-nav-sub,
.page-business-agro .circle-nav-item:nth-of-type(11) .circle-nav-sub,
.page-business-culture .circle-nav-item:nth-of-type(11) .circle-nav-sub {
    bottom: 5px;
    left: 20px;
}

.page-business-development .circle-nav[data-active="10"] .circle-nav-slides .circle-nav-slide:nth-child(11),
.page-business-investment .circle-nav[data-active="10"] .circle-nav-slides .circle-nav-slide:nth-child(11),
.page-business-agro .circle-nav[data-active="10"] .circle-nav-slides .circle-nav-slide:nth-child(11),
.page-business-culture .circle-nav[data-active="10"] .circle-nav-slides .circle-nav-slide:nth-child(11) {
    z-index: 1;
    opacity: 1;
}

.page-business-development .circle-nav[data-active="10"] .circle-nav-slides .circle-nav-slide-img:nth-child(11) .img,
.page-business-investment .circle-nav[data-active="10"] .circle-nav-slides .circle-nav-slide-img:nth-child(11) .img,
.page-business-agro .circle-nav[data-active="10"] .circle-nav-slides .circle-nav-slide-img:nth-child(11) .img,
.page-business-culture .circle-nav[data-active="10"] .circle-nav-slides .circle-nav-slide-img:nth-child(11) .img {
    opacity: 1;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(1),
.page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(1),
.page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(1),
.page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) translate(6.15805vw, -54.65417vw) translate(5.59822%, -49.68561%) translate(2.91108px, -25.83652px);
    -ms-transform: translate(-50%, -50%) translate(6.15805vw, -54.65417vw) translate(5.59822%, -49.68561%) translate(2.91108px, -25.83652px);
    transform: translate(-50%, -50%) translate(6.15805vw, -54.65417vw) translate(5.59822%, -49.68561%) translate(2.91108px, -25.83652px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(1) .circle-nav-sub {
    bottom: 5px;
    left: 20px;
}

.page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(2),
.page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(2),
.page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(2),
.page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) translate(-3.08387vw, -54.91347vw) translate(-2.80352%, -49.92134%) translate(-1.45783px, -25.9591px);
    -ms-transform: translate(-50%, -50%) translate(-3.08387vw, -54.91347vw) translate(-2.80352%, -49.92134%) translate(-1.45783px, -25.9591px);
    transform: translate(-50%, -50%) translate(-3.08387vw, -54.91347vw) translate(-2.80352%, -49.92134%) translate(-1.45783px, -25.9591px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(2) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(3),
.page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(3),
.page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(3),
.page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) translate(-12.23865vw, -53.62104vw) translate(-11.12605%, -48.7464%) translate(-5.78554px, -25.34813px);
    -ms-transform: translate(-50%, -50%) translate(-12.23865vw, -53.62104vw) translate(-11.12605%, -48.7464%) translate(-5.78554px, -25.34813px);
    transform: translate(-50%, -50%) translate(-12.23865vw, -53.62104vw) translate(-11.12605%, -48.7464%) translate(-5.78554px, -25.34813px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(3) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(4),
.page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(4),
.page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(4),
.page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(4) {
    -webkit-transform: translate(-50%, -50%) translate(-21.04759vw, -50.81337vw) translate(-19.13417%, -46.19398%) translate(-9.94977px, -24.02087px);
    -ms-transform: translate(-50%, -50%) translate(-21.04759vw, -50.81337vw) translate(-19.13417%, -46.19398%) translate(-9.94977px, -24.02087px);
    transform: translate(-50%, -50%) translate(-21.04759vw, -50.81337vw) translate(-19.13417%, -46.19398%) translate(-9.94977px, -24.02087px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(4) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(5),
.page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(5),
.page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(5),
.page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(5) {
    -webkit-transform: translate(-50%, -50%) translate(-29.26176vw, -46.56983vw) translate(-26.6016%, -42.33621%) translate(-13.83283px, -22.01483px);
    -ms-transform: translate(-50%, -50%) translate(-29.26176vw, -46.56983vw) translate(-26.6016%, -42.33621%) translate(-13.83283px, -22.01483px);
    transform: translate(-50%, -50%) translate(-29.26176vw, -46.56983vw) translate(-26.6016%, -42.33621%) translate(-13.83283px, -22.01483px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(5) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(6),
.page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(6),
.page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(6),
.page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(6) {
    -webkit-transform: translate(-50%, -50%) translate(-36.64906vw, -41.01032vw) translate(-33.31733%, -37.28211%) translate(-17.32501px, -19.3867px);
    -ms-transform: translate(-50%, -50%) translate(-36.64906vw, -41.01032vw) translate(-33.31733%, -37.28211%) translate(-17.32501px, -19.3867px);
    transform: translate(-50%, -50%) translate(-36.64906vw, -41.01032vw) translate(-33.31733%, -37.28211%) translate(-17.32501px, -19.3867px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(6) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(7),
.page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(7),
.page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(7),
.page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(7) {
    -webkit-transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-20.32762px, -16.21073px);
    -ms-transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-20.32762px, -16.21073px);
    transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-20.32762px, -16.21073px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(7) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(8),
.page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(8),
.page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(8),
.page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(8) {
    -webkit-transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-22.75581px, -12.57669px);
    -ms-transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-22.75581px, -12.57669px);
    transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-22.75581px, -12.57669px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(8) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(9),
.page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(9),
.page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(9),
.page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(9) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-24.54097px, -8.58726px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-24.54097px, -8.58726px);
    transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-24.54097px, -8.58726px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(9) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(10),
.page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(10),
.page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(10),
.page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(10) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-25.63265px, -4.35516px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-25.63265px, -4.35516px);
    transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-25.63265px, -4.35516px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(10) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(11),
.page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(11),
.page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(11),
.page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(11) {
    -webkit-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    -ms-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(11) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(12),
.page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(12),
.page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(12),
.page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(12) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-25.63265px, 4.35516px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-25.63265px, 4.35516px);
    transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-25.63265px, 4.35516px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(12) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(13),
.page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(13),
.page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(13),
.page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(13) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-24.54097px, 8.58726px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-24.54097px, 8.58726px);
    transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-24.54097px, 8.58726px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(13) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(14),
.page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(14),
.page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(14),
.page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(14) {
    -webkit-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-22.75581px, 12.57669px);
    -ms-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-22.75581px, 12.57669px);
    transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-22.75581px, 12.57669px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(14) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(1),
.page-business-investment .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(1),
.page-business-agro .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(1),
.page-business-culture .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) translate(6.15805vw, -54.65417vw) translate(5.59822%, -49.68561%) translate(2.23929px, -19.87424px);
    -ms-transform: translate(-50%, -50%) translate(6.15805vw, -54.65417vw) translate(5.59822%, -49.68561%) translate(2.23929px, -19.87424px);
    transform: translate(-50%, -50%) translate(6.15805vw, -54.65417vw) translate(5.59822%, -49.68561%) translate(2.23929px, -19.87424px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(2),
.page-business-investment .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(2),
.page-business-agro .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(2),
.page-business-culture .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) translate(-3.08387vw, -54.91347vw) translate(-2.80352%, -49.92134%) translate(-1.12141px, -19.96854px);
    -ms-transform: translate(-50%, -50%) translate(-3.08387vw, -54.91347vw) translate(-2.80352%, -49.92134%) translate(-1.12141px, -19.96854px);
    transform: translate(-50%, -50%) translate(-3.08387vw, -54.91347vw) translate(-2.80352%, -49.92134%) translate(-1.12141px, -19.96854px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(3),
.page-business-investment .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(3),
.page-business-agro .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(3),
.page-business-culture .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) translate(-12.23865vw, -53.62104vw) translate(-11.12605%, -48.7464%) translate(-4.45042px, -19.49856px);
    -ms-transform: translate(-50%, -50%) translate(-12.23865vw, -53.62104vw) translate(-11.12605%, -48.7464%) translate(-4.45042px, -19.49856px);
    transform: translate(-50%, -50%) translate(-12.23865vw, -53.62104vw) translate(-11.12605%, -48.7464%) translate(-4.45042px, -19.49856px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(4),
.page-business-investment .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(4),
.page-business-agro .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(4),
.page-business-culture .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(4) {
    -webkit-transform: translate(-50%, -50%) translate(-21.04759vw, -50.81337vw) translate(-19.13417%, -46.19398%) translate(-7.65367px, -18.47759px);
    -ms-transform: translate(-50%, -50%) translate(-21.04759vw, -50.81337vw) translate(-19.13417%, -46.19398%) translate(-7.65367px, -18.47759px);
    transform: translate(-50%, -50%) translate(-21.04759vw, -50.81337vw) translate(-19.13417%, -46.19398%) translate(-7.65367px, -18.47759px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(5),
.page-business-investment .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(5),
.page-business-agro .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(5),
.page-business-culture .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(5) {
    -webkit-transform: translate(-50%, -50%) translate(-29.26176vw, -46.56983vw) translate(-26.6016%, -42.33621%) translate(-10.64064px, -16.93448px);
    -ms-transform: translate(-50%, -50%) translate(-29.26176vw, -46.56983vw) translate(-26.6016%, -42.33621%) translate(-10.64064px, -16.93448px);
    transform: translate(-50%, -50%) translate(-29.26176vw, -46.56983vw) translate(-26.6016%, -42.33621%) translate(-10.64064px, -16.93448px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(6),
.page-business-investment .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(6),
.page-business-agro .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(6),
.page-business-culture .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(6) {
    -webkit-transform: translate(-50%, -50%) translate(-36.64906vw, -41.01032vw) translate(-33.31733%, -37.28211%) translate(-13.32693px, -14.91284px);
    -ms-transform: translate(-50%, -50%) translate(-36.64906vw, -41.01032vw) translate(-33.31733%, -37.28211%) translate(-13.32693px, -14.91284px);
    transform: translate(-50%, -50%) translate(-36.64906vw, -41.01032vw) translate(-33.31733%, -37.28211%) translate(-13.32693px, -14.91284px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(7),
.page-business-investment .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(7),
.page-business-agro .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(7),
.page-business-culture .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(7) {
    -webkit-transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-15.63663px, -12.4698px);
    -ms-transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-15.63663px, -12.4698px);
    transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-15.63663px, -12.4698px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(8),
.page-business-investment .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(8),
.page-business-agro .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(8),
.page-business-culture .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(8) {
    -webkit-transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-17.50447px, -9.67438px);
    -ms-transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-17.50447px, -9.67438px);
    transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-17.50447px, -9.67438px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(9),
.page-business-investment .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(9),
.page-business-agro .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(9),
.page-business-culture .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(9) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-18.87767px, -6.60558px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-18.87767px, -6.60558px);
    transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-18.87767px, -6.60558px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(10),
.page-business-investment .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(10),
.page-business-agro .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(10),
.page-business-culture .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(10) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-19.71742px, -3.35012px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-19.71742px, -3.35012px);
    transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-19.71742px, -3.35012px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(11),
.page-business-investment .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(11),
.page-business-agro .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(11),
.page-business-culture .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(11) {
    -webkit-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    -ms-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(12),
.page-business-investment .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(12),
.page-business-agro .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(12),
.page-business-culture .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(12) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-19.71742px, 3.35012px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-19.71742px, 3.35012px);
    transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-19.71742px, 3.35012px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(13),
.page-business-investment .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(13),
.page-business-agro .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(13),
.page-business-culture .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(13) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-18.87767px, 6.60558px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-18.87767px, 6.60558px);
    transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-18.87767px, 6.60558px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(14),
.page-business-investment .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(14),
.page-business-agro .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(14),
.page-business-culture .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(14) {
    -webkit-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-17.50447px, 9.67438px);
    -ms-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-17.50447px, 9.67438px);
    transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-17.50447px, 9.67438px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav-item:nth-of-type(12),
.page-business-investment .circle-nav-item:nth-of-type(12),
.page-business-agro .circle-nav-item:nth-of-type(12),
.page-business-culture .circle-nav-item:nth-of-type(12) {
    -webkit-transform: translate(-50%, -50%) translate(15.22595vw, 52.85045vw) translate(13.84178%, 48.04587%) translate(7.19772px, 24.98385px);
    -ms-transform: translate(-50%, -50%) translate(15.22595vw, 52.85045vw) translate(13.84178%, 48.04587%) translate(7.19772px, 24.98385px);
    transform: translate(-50%, -50%) translate(15.22595vw, 52.85045vw) translate(13.84178%, 48.04587%) translate(7.19772px, 24.98385px);
}

.page-business-development .circle-nav-item:nth-of-type(12) .circle-nav-sub,
.page-business-investment .circle-nav-item:nth-of-type(12) .circle-nav-sub,
.page-business-agro .circle-nav-item:nth-of-type(12) .circle-nav-sub,
.page-business-culture .circle-nav-item:nth-of-type(12) .circle-nav-sub {
    bottom: 5px;
    left: 20px;
}

.page-business-development .circle-nav[data-active="11"] .circle-nav-slides .circle-nav-slide:nth-child(12),
.page-business-investment .circle-nav[data-active="11"] .circle-nav-slides .circle-nav-slide:nth-child(12),
.page-business-agro .circle-nav[data-active="11"] .circle-nav-slides .circle-nav-slide:nth-child(12),
.page-business-culture .circle-nav[data-active="11"] .circle-nav-slides .circle-nav-slide:nth-child(12) {
    z-index: 1;
    opacity: 1;
}

.page-business-development .circle-nav[data-active="11"] .circle-nav-slides .circle-nav-slide-img:nth-child(12) .img,
.page-business-investment .circle-nav[data-active="11"] .circle-nav-slides .circle-nav-slide-img:nth-child(12) .img,
.page-business-agro .circle-nav[data-active="11"] .circle-nav-slides .circle-nav-slide-img:nth-child(12) .img,
.page-business-culture .circle-nav[data-active="11"] .circle-nav-slides .circle-nav-slide-img:nth-child(12) .img {
    opacity: 1;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(1),
.page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(1),
.page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(1),
.page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) translate(15.22595vw, -52.85045vw) translate(13.84178%, -48.04587%) translate(7.19772px, -24.98385px);
    -ms-transform: translate(-50%, -50%) translate(15.22595vw, -52.85045vw) translate(13.84178%, -48.04587%) translate(7.19772px, -24.98385px);
    transform: translate(-50%, -50%) translate(15.22595vw, -52.85045vw) translate(13.84178%, -48.04587%) translate(7.19772px, -24.98385px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(1) .circle-nav-sub {
    bottom: 5px;
    left: 20px;
}

.page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(2),
.page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(2),
.page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(2),
.page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) translate(6.15805vw, -54.65417vw) translate(5.59822%, -49.68561%) translate(2.91108px, -25.83652px);
    -ms-transform: translate(-50%, -50%) translate(6.15805vw, -54.65417vw) translate(5.59822%, -49.68561%) translate(2.91108px, -25.83652px);
    transform: translate(-50%, -50%) translate(6.15805vw, -54.65417vw) translate(5.59822%, -49.68561%) translate(2.91108px, -25.83652px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(2) .circle-nav-sub {
    bottom: 5px;
    left: 20px;
}

.page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(3),
.page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(3),
.page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(3),
.page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) translate(-3.08387vw, -54.91347vw) translate(-2.80352%, -49.92134%) translate(-1.45783px, -25.9591px);
    -ms-transform: translate(-50%, -50%) translate(-3.08387vw, -54.91347vw) translate(-2.80352%, -49.92134%) translate(-1.45783px, -25.9591px);
    transform: translate(-50%, -50%) translate(-3.08387vw, -54.91347vw) translate(-2.80352%, -49.92134%) translate(-1.45783px, -25.9591px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(3) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(4),
.page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(4),
.page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(4),
.page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(4) {
    -webkit-transform: translate(-50%, -50%) translate(-12.23865vw, -53.62104vw) translate(-11.12605%, -48.7464%) translate(-5.78554px, -25.34813px);
    -ms-transform: translate(-50%, -50%) translate(-12.23865vw, -53.62104vw) translate(-11.12605%, -48.7464%) translate(-5.78554px, -25.34813px);
    transform: translate(-50%, -50%) translate(-12.23865vw, -53.62104vw) translate(-11.12605%, -48.7464%) translate(-5.78554px, -25.34813px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(4) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(5),
.page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(5),
.page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(5),
.page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(5) {
    -webkit-transform: translate(-50%, -50%) translate(-21.04759vw, -50.81337vw) translate(-19.13417%, -46.19398%) translate(-9.94977px, -24.02087px);
    -ms-transform: translate(-50%, -50%) translate(-21.04759vw, -50.81337vw) translate(-19.13417%, -46.19398%) translate(-9.94977px, -24.02087px);
    transform: translate(-50%, -50%) translate(-21.04759vw, -50.81337vw) translate(-19.13417%, -46.19398%) translate(-9.94977px, -24.02087px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(5) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(6),
.page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(6),
.page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(6),
.page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(6) {
    -webkit-transform: translate(-50%, -50%) translate(-29.26176vw, -46.56983vw) translate(-26.6016%, -42.33621%) translate(-13.83283px, -22.01483px);
    -ms-transform: translate(-50%, -50%) translate(-29.26176vw, -46.56983vw) translate(-26.6016%, -42.33621%) translate(-13.83283px, -22.01483px);
    transform: translate(-50%, -50%) translate(-29.26176vw, -46.56983vw) translate(-26.6016%, -42.33621%) translate(-13.83283px, -22.01483px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(6) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(7),
.page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(7),
.page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(7),
.page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(7) {
    -webkit-transform: translate(-50%, -50%) translate(-36.64906vw, -41.01032vw) translate(-33.31733%, -37.28211%) translate(-17.32501px, -19.3867px);
    -ms-transform: translate(-50%, -50%) translate(-36.64906vw, -41.01032vw) translate(-33.31733%, -37.28211%) translate(-17.32501px, -19.3867px);
    transform: translate(-50%, -50%) translate(-36.64906vw, -41.01032vw) translate(-33.31733%, -37.28211%) translate(-17.32501px, -19.3867px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(7) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(8),
.page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(8),
.page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(8),
.page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(8) {
    -webkit-transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-20.32762px, -16.21073px);
    -ms-transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-20.32762px, -16.21073px);
    transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-20.32762px, -16.21073px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(8) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(9),
.page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(9),
.page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(9),
.page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(9) {
    -webkit-transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-22.75581px, -12.57669px);
    -ms-transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-22.75581px, -12.57669px);
    transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-22.75581px, -12.57669px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(9) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(10),
.page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(10),
.page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(10),
.page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(10) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-24.54097px, -8.58726px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-24.54097px, -8.58726px);
    transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-24.54097px, -8.58726px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(10) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(11),
.page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(11),
.page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(11),
.page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(11) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-25.63265px, -4.35516px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-25.63265px, -4.35516px);
    transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-25.63265px, -4.35516px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(11) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(12),
.page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(12),
.page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(12),
.page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(12) {
    -webkit-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    -ms-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(12) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(13),
.page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(13),
.page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(13),
.page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(13) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-25.63265px, 4.35516px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-25.63265px, 4.35516px);
    transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-25.63265px, 4.35516px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(13) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(14),
.page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(14),
.page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(14),
.page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(14) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-24.54097px, 8.58726px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-24.54097px, 8.58726px);
    transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-24.54097px, 8.58726px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(14) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(1),
.page-business-investment .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(1),
.page-business-agro .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(1),
.page-business-culture .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) translate(15.22595vw, -52.85045vw) translate(13.84178%, -48.04587%) translate(5.53671px, -19.21835px);
    -ms-transform: translate(-50%, -50%) translate(15.22595vw, -52.85045vw) translate(13.84178%, -48.04587%) translate(5.53671px, -19.21835px);
    transform: translate(-50%, -50%) translate(15.22595vw, -52.85045vw) translate(13.84178%, -48.04587%) translate(5.53671px, -19.21835px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(2),
.page-business-investment .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(2),
.page-business-agro .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(2),
.page-business-culture .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) translate(6.15805vw, -54.65417vw) translate(5.59822%, -49.68561%) translate(2.23929px, -19.87424px);
    -ms-transform: translate(-50%, -50%) translate(6.15805vw, -54.65417vw) translate(5.59822%, -49.68561%) translate(2.23929px, -19.87424px);
    transform: translate(-50%, -50%) translate(6.15805vw, -54.65417vw) translate(5.59822%, -49.68561%) translate(2.23929px, -19.87424px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(3),
.page-business-investment .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(3),
.page-business-agro .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(3),
.page-business-culture .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) translate(-3.08387vw, -54.91347vw) translate(-2.80352%, -49.92134%) translate(-1.12141px, -19.96854px);
    -ms-transform: translate(-50%, -50%) translate(-3.08387vw, -54.91347vw) translate(-2.80352%, -49.92134%) translate(-1.12141px, -19.96854px);
    transform: translate(-50%, -50%) translate(-3.08387vw, -54.91347vw) translate(-2.80352%, -49.92134%) translate(-1.12141px, -19.96854px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(4),
.page-business-investment .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(4),
.page-business-agro .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(4),
.page-business-culture .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(4) {
    -webkit-transform: translate(-50%, -50%) translate(-12.23865vw, -53.62104vw) translate(-11.12605%, -48.7464%) translate(-4.45042px, -19.49856px);
    -ms-transform: translate(-50%, -50%) translate(-12.23865vw, -53.62104vw) translate(-11.12605%, -48.7464%) translate(-4.45042px, -19.49856px);
    transform: translate(-50%, -50%) translate(-12.23865vw, -53.62104vw) translate(-11.12605%, -48.7464%) translate(-4.45042px, -19.49856px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(5),
.page-business-investment .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(5),
.page-business-agro .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(5),
.page-business-culture .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(5) {
    -webkit-transform: translate(-50%, -50%) translate(-21.04759vw, -50.81337vw) translate(-19.13417%, -46.19398%) translate(-7.65367px, -18.47759px);
    -ms-transform: translate(-50%, -50%) translate(-21.04759vw, -50.81337vw) translate(-19.13417%, -46.19398%) translate(-7.65367px, -18.47759px);
    transform: translate(-50%, -50%) translate(-21.04759vw, -50.81337vw) translate(-19.13417%, -46.19398%) translate(-7.65367px, -18.47759px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(6),
.page-business-investment .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(6),
.page-business-agro .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(6),
.page-business-culture .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(6) {
    -webkit-transform: translate(-50%, -50%) translate(-29.26176vw, -46.56983vw) translate(-26.6016%, -42.33621%) translate(-10.64064px, -16.93448px);
    -ms-transform: translate(-50%, -50%) translate(-29.26176vw, -46.56983vw) translate(-26.6016%, -42.33621%) translate(-10.64064px, -16.93448px);
    transform: translate(-50%, -50%) translate(-29.26176vw, -46.56983vw) translate(-26.6016%, -42.33621%) translate(-10.64064px, -16.93448px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(7),
.page-business-investment .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(7),
.page-business-agro .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(7),
.page-business-culture .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(7) {
    -webkit-transform: translate(-50%, -50%) translate(-36.64906vw, -41.01032vw) translate(-33.31733%, -37.28211%) translate(-13.32693px, -14.91284px);
    -ms-transform: translate(-50%, -50%) translate(-36.64906vw, -41.01032vw) translate(-33.31733%, -37.28211%) translate(-13.32693px, -14.91284px);
    transform: translate(-50%, -50%) translate(-36.64906vw, -41.01032vw) translate(-33.31733%, -37.28211%) translate(-13.32693px, -14.91284px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(8),
.page-business-investment .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(8),
.page-business-agro .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(8),
.page-business-culture .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(8) {
    -webkit-transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-15.63663px, -12.4698px);
    -ms-transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-15.63663px, -12.4698px);
    transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-15.63663px, -12.4698px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(9),
.page-business-investment .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(9),
.page-business-agro .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(9),
.page-business-culture .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(9) {
    -webkit-transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-17.50447px, -9.67438px);
    -ms-transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-17.50447px, -9.67438px);
    transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-17.50447px, -9.67438px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(10),
.page-business-investment .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(10),
.page-business-agro .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(10),
.page-business-culture .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(10) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-18.87767px, -6.60558px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-18.87767px, -6.60558px);
    transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-18.87767px, -6.60558px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(11),
.page-business-investment .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(11),
.page-business-agro .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(11),
.page-business-culture .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(11) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-19.71742px, -3.35012px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-19.71742px, -3.35012px);
    transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-19.71742px, -3.35012px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(12),
.page-business-investment .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(12),
.page-business-agro .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(12),
.page-business-culture .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(12) {
    -webkit-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    -ms-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(13),
.page-business-investment .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(13),
.page-business-agro .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(13),
.page-business-culture .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(13) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-19.71742px, 3.35012px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-19.71742px, 3.35012px);
    transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-19.71742px, 3.35012px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(14),
.page-business-investment .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(14),
.page-business-agro .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(14),
.page-business-culture .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(14) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-18.87767px, 6.60558px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-18.87767px, 6.60558px);
    transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-18.87767px, 6.60558px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav-item:nth-of-type(13),
.page-business-investment .circle-nav-item:nth-of-type(13),
.page-business-agro .circle-nav-item:nth-of-type(13),
.page-business-culture .circle-nav-item:nth-of-type(13) {
    -webkit-transform: translate(-50%, -50%) translate(23.86361vw, 49.55329vw) translate(21.69419%, 45.04844%) translate(11.28098px, 23.42519px);
    -ms-transform: translate(-50%, -50%) translate(23.86361vw, 49.55329vw) translate(21.69419%, 45.04844%) translate(11.28098px, 23.42519px);
    transform: translate(-50%, -50%) translate(23.86361vw, 49.55329vw) translate(21.69419%, 45.04844%) translate(11.28098px, 23.42519px);
}

.page-business-development .circle-nav-item:nth-of-type(13) .circle-nav-sub,
.page-business-investment .circle-nav-item:nth-of-type(13) .circle-nav-sub,
.page-business-agro .circle-nav-item:nth-of-type(13) .circle-nav-sub,
.page-business-culture .circle-nav-item:nth-of-type(13) .circle-nav-sub {
    bottom: 5px;
    left: 20px;
}

.page-business-development .circle-nav[data-active="12"] .circle-nav-slides .circle-nav-slide:nth-child(13),
.page-business-investment .circle-nav[data-active="12"] .circle-nav-slides .circle-nav-slide:nth-child(13),
.page-business-agro .circle-nav[data-active="12"] .circle-nav-slides .circle-nav-slide:nth-child(13),
.page-business-culture .circle-nav[data-active="12"] .circle-nav-slides .circle-nav-slide:nth-child(13) {
    z-index: 1;
    opacity: 1;
}

.page-business-development .circle-nav[data-active="12"] .circle-nav-slides .circle-nav-slide-img:nth-child(13) .img,
.page-business-investment .circle-nav[data-active="12"] .circle-nav-slides .circle-nav-slide-img:nth-child(13) .img,
.page-business-agro .circle-nav[data-active="12"] .circle-nav-slides .circle-nav-slide-img:nth-child(13) .img,
.page-business-culture .circle-nav[data-active="12"] .circle-nav-slides .circle-nav-slide-img:nth-child(13) .img {
    opacity: 1;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(1),
.page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(1),
.page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(1),
.page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) translate(23.86361vw, -49.55329vw) translate(21.69419%, -45.04844%) translate(11.28098px, -23.42519px);
    -ms-transform: translate(-50%, -50%) translate(23.86361vw, -49.55329vw) translate(21.69419%, -45.04844%) translate(11.28098px, -23.42519px);
    transform: translate(-50%, -50%) translate(23.86361vw, -49.55329vw) translate(21.69419%, -45.04844%) translate(11.28098px, -23.42519px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(1) .circle-nav-sub {
    bottom: 5px;
    left: 20px;
}

.page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(2),
.page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(2),
.page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(2),
.page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) translate(15.22595vw, -52.85045vw) translate(13.84178%, -48.04587%) translate(7.19772px, -24.98385px);
    -ms-transform: translate(-50%, -50%) translate(15.22595vw, -52.85045vw) translate(13.84178%, -48.04587%) translate(7.19772px, -24.98385px);
    transform: translate(-50%, -50%) translate(15.22595vw, -52.85045vw) translate(13.84178%, -48.04587%) translate(7.19772px, -24.98385px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(2) .circle-nav-sub {
    bottom: 5px;
    left: 20px;
}

.page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(3),
.page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(3),
.page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(3),
.page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) translate(6.15805vw, -54.65417vw) translate(5.59822%, -49.68561%) translate(2.91108px, -25.83652px);
    -ms-transform: translate(-50%, -50%) translate(6.15805vw, -54.65417vw) translate(5.59822%, -49.68561%) translate(2.91108px, -25.83652px);
    transform: translate(-50%, -50%) translate(6.15805vw, -54.65417vw) translate(5.59822%, -49.68561%) translate(2.91108px, -25.83652px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(3) .circle-nav-sub {
    bottom: 5px;
    left: 20px;
}

.page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(4),
.page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(4),
.page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(4),
.page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(4) {
    -webkit-transform: translate(-50%, -50%) translate(-3.08387vw, -54.91347vw) translate(-2.80352%, -49.92134%) translate(-1.45783px, -25.9591px);
    -ms-transform: translate(-50%, -50%) translate(-3.08387vw, -54.91347vw) translate(-2.80352%, -49.92134%) translate(-1.45783px, -25.9591px);
    transform: translate(-50%, -50%) translate(-3.08387vw, -54.91347vw) translate(-2.80352%, -49.92134%) translate(-1.45783px, -25.9591px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(4) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(5),
.page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(5),
.page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(5),
.page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(5) {
    -webkit-transform: translate(-50%, -50%) translate(-12.23865vw, -53.62104vw) translate(-11.12605%, -48.7464%) translate(-5.78554px, -25.34813px);
    -ms-transform: translate(-50%, -50%) translate(-12.23865vw, -53.62104vw) translate(-11.12605%, -48.7464%) translate(-5.78554px, -25.34813px);
    transform: translate(-50%, -50%) translate(-12.23865vw, -53.62104vw) translate(-11.12605%, -48.7464%) translate(-5.78554px, -25.34813px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(5) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(6),
.page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(6),
.page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(6),
.page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(6) {
    -webkit-transform: translate(-50%, -50%) translate(-21.04759vw, -50.81337vw) translate(-19.13417%, -46.19398%) translate(-9.94977px, -24.02087px);
    -ms-transform: translate(-50%, -50%) translate(-21.04759vw, -50.81337vw) translate(-19.13417%, -46.19398%) translate(-9.94977px, -24.02087px);
    transform: translate(-50%, -50%) translate(-21.04759vw, -50.81337vw) translate(-19.13417%, -46.19398%) translate(-9.94977px, -24.02087px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(6) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(7),
.page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(7),
.page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(7),
.page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(7) {
    -webkit-transform: translate(-50%, -50%) translate(-29.26176vw, -46.56983vw) translate(-26.6016%, -42.33621%) translate(-13.83283px, -22.01483px);
    -ms-transform: translate(-50%, -50%) translate(-29.26176vw, -46.56983vw) translate(-26.6016%, -42.33621%) translate(-13.83283px, -22.01483px);
    transform: translate(-50%, -50%) translate(-29.26176vw, -46.56983vw) translate(-26.6016%, -42.33621%) translate(-13.83283px, -22.01483px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(7) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(8),
.page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(8),
.page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(8),
.page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(8) {
    -webkit-transform: translate(-50%, -50%) translate(-36.64906vw, -41.01032vw) translate(-33.31733%, -37.28211%) translate(-17.32501px, -19.3867px);
    -ms-transform: translate(-50%, -50%) translate(-36.64906vw, -41.01032vw) translate(-33.31733%, -37.28211%) translate(-17.32501px, -19.3867px);
    transform: translate(-50%, -50%) translate(-36.64906vw, -41.01032vw) translate(-33.31733%, -37.28211%) translate(-17.32501px, -19.3867px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(8) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(9),
.page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(9),
.page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(9),
.page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(9) {
    -webkit-transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-20.32762px, -16.21073px);
    -ms-transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-20.32762px, -16.21073px);
    transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-20.32762px, -16.21073px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(9) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(10),
.page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(10),
.page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(10),
.page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(10) {
    -webkit-transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-22.75581px, -12.57669px);
    -ms-transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-22.75581px, -12.57669px);
    transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-22.75581px, -12.57669px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(10) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(11),
.page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(11),
.page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(11),
.page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(11) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-24.54097px, -8.58726px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-24.54097px, -8.58726px);
    transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-24.54097px, -8.58726px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(11) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(12),
.page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(12),
.page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(12),
.page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(12) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-25.63265px, -4.35516px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-25.63265px, -4.35516px);
    transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-25.63265px, -4.35516px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(12) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(13),
.page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(13),
.page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(13),
.page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(13) {
    -webkit-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    -ms-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(13) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(14),
.page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(14),
.page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(14),
.page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(14) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-25.63265px, 4.35516px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-25.63265px, 4.35516px);
    transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-25.63265px, 4.35516px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(14) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(1),
.page-business-investment .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(1),
.page-business-agro .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(1),
.page-business-culture .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) translate(23.86361vw, -49.55329vw) translate(21.69419%, -45.04844%) translate(8.67767px, -18.01938px);
    -ms-transform: translate(-50%, -50%) translate(23.86361vw, -49.55329vw) translate(21.69419%, -45.04844%) translate(8.67767px, -18.01938px);
    transform: translate(-50%, -50%) translate(23.86361vw, -49.55329vw) translate(21.69419%, -45.04844%) translate(8.67767px, -18.01938px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(2),
.page-business-investment .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(2),
.page-business-agro .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(2),
.page-business-culture .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) translate(15.22595vw, -52.85045vw) translate(13.84178%, -48.04587%) translate(5.53671px, -19.21835px);
    -ms-transform: translate(-50%, -50%) translate(15.22595vw, -52.85045vw) translate(13.84178%, -48.04587%) translate(5.53671px, -19.21835px);
    transform: translate(-50%, -50%) translate(15.22595vw, -52.85045vw) translate(13.84178%, -48.04587%) translate(5.53671px, -19.21835px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(3),
.page-business-investment .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(3),
.page-business-agro .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(3),
.page-business-culture .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) translate(6.15805vw, -54.65417vw) translate(5.59822%, -49.68561%) translate(2.23929px, -19.87424px);
    -ms-transform: translate(-50%, -50%) translate(6.15805vw, -54.65417vw) translate(5.59822%, -49.68561%) translate(2.23929px, -19.87424px);
    transform: translate(-50%, -50%) translate(6.15805vw, -54.65417vw) translate(5.59822%, -49.68561%) translate(2.23929px, -19.87424px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(4),
.page-business-investment .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(4),
.page-business-agro .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(4),
.page-business-culture .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(4) {
    -webkit-transform: translate(-50%, -50%) translate(-3.08387vw, -54.91347vw) translate(-2.80352%, -49.92134%) translate(-1.12141px, -19.96854px);
    -ms-transform: translate(-50%, -50%) translate(-3.08387vw, -54.91347vw) translate(-2.80352%, -49.92134%) translate(-1.12141px, -19.96854px);
    transform: translate(-50%, -50%) translate(-3.08387vw, -54.91347vw) translate(-2.80352%, -49.92134%) translate(-1.12141px, -19.96854px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(5),
.page-business-investment .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(5),
.page-business-agro .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(5),
.page-business-culture .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(5) {
    -webkit-transform: translate(-50%, -50%) translate(-12.23865vw, -53.62104vw) translate(-11.12605%, -48.7464%) translate(-4.45042px, -19.49856px);
    -ms-transform: translate(-50%, -50%) translate(-12.23865vw, -53.62104vw) translate(-11.12605%, -48.7464%) translate(-4.45042px, -19.49856px);
    transform: translate(-50%, -50%) translate(-12.23865vw, -53.62104vw) translate(-11.12605%, -48.7464%) translate(-4.45042px, -19.49856px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(6),
.page-business-investment .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(6),
.page-business-agro .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(6),
.page-business-culture .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(6) {
    -webkit-transform: translate(-50%, -50%) translate(-21.04759vw, -50.81337vw) translate(-19.13417%, -46.19398%) translate(-7.65367px, -18.47759px);
    -ms-transform: translate(-50%, -50%) translate(-21.04759vw, -50.81337vw) translate(-19.13417%, -46.19398%) translate(-7.65367px, -18.47759px);
    transform: translate(-50%, -50%) translate(-21.04759vw, -50.81337vw) translate(-19.13417%, -46.19398%) translate(-7.65367px, -18.47759px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(7),
.page-business-investment .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(7),
.page-business-agro .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(7),
.page-business-culture .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(7) {
    -webkit-transform: translate(-50%, -50%) translate(-29.26176vw, -46.56983vw) translate(-26.6016%, -42.33621%) translate(-10.64064px, -16.93448px);
    -ms-transform: translate(-50%, -50%) translate(-29.26176vw, -46.56983vw) translate(-26.6016%, -42.33621%) translate(-10.64064px, -16.93448px);
    transform: translate(-50%, -50%) translate(-29.26176vw, -46.56983vw) translate(-26.6016%, -42.33621%) translate(-10.64064px, -16.93448px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(8),
.page-business-investment .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(8),
.page-business-agro .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(8),
.page-business-culture .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(8) {
    -webkit-transform: translate(-50%, -50%) translate(-36.64906vw, -41.01032vw) translate(-33.31733%, -37.28211%) translate(-13.32693px, -14.91284px);
    -ms-transform: translate(-50%, -50%) translate(-36.64906vw, -41.01032vw) translate(-33.31733%, -37.28211%) translate(-13.32693px, -14.91284px);
    transform: translate(-50%, -50%) translate(-36.64906vw, -41.01032vw) translate(-33.31733%, -37.28211%) translate(-13.32693px, -14.91284px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(9),
.page-business-investment .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(9),
.page-business-agro .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(9),
.page-business-culture .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(9) {
    -webkit-transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-15.63663px, -12.4698px);
    -ms-transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-15.63663px, -12.4698px);
    transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-15.63663px, -12.4698px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(10),
.page-business-investment .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(10),
.page-business-agro .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(10),
.page-business-culture .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(10) {
    -webkit-transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-17.50447px, -9.67438px);
    -ms-transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-17.50447px, -9.67438px);
    transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-17.50447px, -9.67438px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(11),
.page-business-investment .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(11),
.page-business-agro .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(11),
.page-business-culture .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(11) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-18.87767px, -6.60558px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-18.87767px, -6.60558px);
    transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-18.87767px, -6.60558px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(12),
.page-business-investment .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(12),
.page-business-agro .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(12),
.page-business-culture .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(12) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-19.71742px, -3.35012px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-19.71742px, -3.35012px);
    transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-19.71742px, -3.35012px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(13),
.page-business-investment .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(13),
.page-business-agro .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(13),
.page-business-culture .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(13) {
    -webkit-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    -ms-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(14),
.page-business-investment .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(14),
.page-business-agro .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(14),
.page-business-culture .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(14) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-19.71742px, 3.35012px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-19.71742px, 3.35012px);
    transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-19.71742px, 3.35012px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav-item:nth-of-type(14),
.page-business-investment .circle-nav-item:nth-of-type(14),
.page-business-agro .circle-nav-item:nth-of-type(14),
.page-business-culture .circle-nav-item:nth-of-type(14) {
    -webkit-transform: translate(-50%, -50%) translate(31.82692vw, 44.85585vw) translate(28.93356%, 40.77804%) translate(15.04545px, 21.20458px);
    -ms-transform: translate(-50%, -50%) translate(31.82692vw, 44.85585vw) translate(28.93356%, 40.77804%) translate(15.04545px, 21.20458px);
    transform: translate(-50%, -50%) translate(31.82692vw, 44.85585vw) translate(28.93356%, 40.77804%) translate(15.04545px, 21.20458px);
}

.page-business-development .circle-nav-item:nth-of-type(14) .circle-nav-sub,
.page-business-investment .circle-nav-item:nth-of-type(14) .circle-nav-sub,
.page-business-agro .circle-nav-item:nth-of-type(14) .circle-nav-sub,
.page-business-culture .circle-nav-item:nth-of-type(14) .circle-nav-sub {
    bottom: 5px;
    left: 20px;
}

.page-business-development .circle-nav[data-active="13"] .circle-nav-slides .circle-nav-slide:nth-child(14),
.page-business-investment .circle-nav[data-active="13"] .circle-nav-slides .circle-nav-slide:nth-child(14),
.page-business-agro .circle-nav[data-active="13"] .circle-nav-slides .circle-nav-slide:nth-child(14),
.page-business-culture .circle-nav[data-active="13"] .circle-nav-slides .circle-nav-slide:nth-child(14) {
    z-index: 1;
    opacity: 1;
}

.page-business-development .circle-nav[data-active="13"] .circle-nav-slides .circle-nav-slide-img:nth-child(14) .img,
.page-business-investment .circle-nav[data-active="13"] .circle-nav-slides .circle-nav-slide-img:nth-child(14) .img,
.page-business-agro .circle-nav[data-active="13"] .circle-nav-slides .circle-nav-slide-img:nth-child(14) .img,
.page-business-culture .circle-nav[data-active="13"] .circle-nav-slides .circle-nav-slide-img:nth-child(14) .img {
    opacity: 1;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(1),
.page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(1),
.page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(1),
.page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) translate(31.82692vw, -44.85585vw) translate(28.93356%, -40.77804%) translate(15.04545px, -21.20458px);
    -ms-transform: translate(-50%, -50%) translate(31.82692vw, -44.85585vw) translate(28.93356%, -40.77804%) translate(15.04545px, -21.20458px);
    transform: translate(-50%, -50%) translate(31.82692vw, -44.85585vw) translate(28.93356%, -40.77804%) translate(15.04545px, -21.20458px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(1) .circle-nav-sub {
    bottom: 5px;
    left: 20px;
}

.page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(2),
.page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(2),
.page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(2),
.page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) translate(23.86361vw, -49.55329vw) translate(21.69419%, -45.04844%) translate(11.28098px, -23.42519px);
    -ms-transform: translate(-50%, -50%) translate(23.86361vw, -49.55329vw) translate(21.69419%, -45.04844%) translate(11.28098px, -23.42519px);
    transform: translate(-50%, -50%) translate(23.86361vw, -49.55329vw) translate(21.69419%, -45.04844%) translate(11.28098px, -23.42519px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(2) .circle-nav-sub {
    bottom: 5px;
    left: 20px;
}

.page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(3),
.page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(3),
.page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(3),
.page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) translate(15.22595vw, -52.85045vw) translate(13.84178%, -48.04587%) translate(7.19772px, -24.98385px);
    -ms-transform: translate(-50%, -50%) translate(15.22595vw, -52.85045vw) translate(13.84178%, -48.04587%) translate(7.19772px, -24.98385px);
    transform: translate(-50%, -50%) translate(15.22595vw, -52.85045vw) translate(13.84178%, -48.04587%) translate(7.19772px, -24.98385px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(3) .circle-nav-sub {
    bottom: 5px;
    left: 20px;
}

.page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(4),
.page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(4),
.page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(4),
.page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(4) {
    -webkit-transform: translate(-50%, -50%) translate(6.15805vw, -54.65417vw) translate(5.59822%, -49.68561%) translate(2.91108px, -25.83652px);
    -ms-transform: translate(-50%, -50%) translate(6.15805vw, -54.65417vw) translate(5.59822%, -49.68561%) translate(2.91108px, -25.83652px);
    transform: translate(-50%, -50%) translate(6.15805vw, -54.65417vw) translate(5.59822%, -49.68561%) translate(2.91108px, -25.83652px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(4) .circle-nav-sub {
    bottom: 5px;
    left: 20px;
}

.page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(5),
.page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(5),
.page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(5),
.page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(5) {
    -webkit-transform: translate(-50%, -50%) translate(-3.08387vw, -54.91347vw) translate(-2.80352%, -49.92134%) translate(-1.45783px, -25.9591px);
    -ms-transform: translate(-50%, -50%) translate(-3.08387vw, -54.91347vw) translate(-2.80352%, -49.92134%) translate(-1.45783px, -25.9591px);
    transform: translate(-50%, -50%) translate(-3.08387vw, -54.91347vw) translate(-2.80352%, -49.92134%) translate(-1.45783px, -25.9591px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(5) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(6),
.page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(6),
.page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(6),
.page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(6) {
    -webkit-transform: translate(-50%, -50%) translate(-12.23865vw, -53.62104vw) translate(-11.12605%, -48.7464%) translate(-5.78554px, -25.34813px);
    -ms-transform: translate(-50%, -50%) translate(-12.23865vw, -53.62104vw) translate(-11.12605%, -48.7464%) translate(-5.78554px, -25.34813px);
    transform: translate(-50%, -50%) translate(-12.23865vw, -53.62104vw) translate(-11.12605%, -48.7464%) translate(-5.78554px, -25.34813px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(6) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(7),
.page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(7),
.page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(7),
.page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(7) {
    -webkit-transform: translate(-50%, -50%) translate(-21.04759vw, -50.81337vw) translate(-19.13417%, -46.19398%) translate(-9.94977px, -24.02087px);
    -ms-transform: translate(-50%, -50%) translate(-21.04759vw, -50.81337vw) translate(-19.13417%, -46.19398%) translate(-9.94977px, -24.02087px);
    transform: translate(-50%, -50%) translate(-21.04759vw, -50.81337vw) translate(-19.13417%, -46.19398%) translate(-9.94977px, -24.02087px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(7) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(8),
.page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(8),
.page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(8),
.page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(8) {
    -webkit-transform: translate(-50%, -50%) translate(-29.26176vw, -46.56983vw) translate(-26.6016%, -42.33621%) translate(-13.83283px, -22.01483px);
    -ms-transform: translate(-50%, -50%) translate(-29.26176vw, -46.56983vw) translate(-26.6016%, -42.33621%) translate(-13.83283px, -22.01483px);
    transform: translate(-50%, -50%) translate(-29.26176vw, -46.56983vw) translate(-26.6016%, -42.33621%) translate(-13.83283px, -22.01483px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(8) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(9),
.page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(9),
.page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(9),
.page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(9) {
    -webkit-transform: translate(-50%, -50%) translate(-36.64906vw, -41.01032vw) translate(-33.31733%, -37.28211%) translate(-17.32501px, -19.3867px);
    -ms-transform: translate(-50%, -50%) translate(-36.64906vw, -41.01032vw) translate(-33.31733%, -37.28211%) translate(-17.32501px, -19.3867px);
    transform: translate(-50%, -50%) translate(-36.64906vw, -41.01032vw) translate(-33.31733%, -37.28211%) translate(-17.32501px, -19.3867px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(9) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(10),
.page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(10),
.page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(10),
.page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(10) {
    -webkit-transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-20.32762px, -16.21073px);
    -ms-transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-20.32762px, -16.21073px);
    transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-20.32762px, -16.21073px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(10) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(11),
.page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(11),
.page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(11),
.page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(11) {
    -webkit-transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-22.75581px, -12.57669px);
    -ms-transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-22.75581px, -12.57669px);
    transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-22.75581px, -12.57669px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(11) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(12),
.page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(12),
.page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(12),
.page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(12) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-24.54097px, -8.58726px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-24.54097px, -8.58726px);
    transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-24.54097px, -8.58726px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(12) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(13),
.page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(13),
.page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(13),
.page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(13) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-25.63265px, -4.35516px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-25.63265px, -4.35516px);
    transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-25.63265px, -4.35516px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(13) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(14),
.page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(14),
.page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(14),
.page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(14) {
    -webkit-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    -ms-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(14) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(1),
.page-business-investment .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(1),
.page-business-agro .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(1),
.page-business-culture .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) translate(31.82692vw, -44.85585vw) translate(28.93356%, -40.77804%) translate(11.57343px, -16.31122px);
    -ms-transform: translate(-50%, -50%) translate(31.82692vw, -44.85585vw) translate(28.93356%, -40.77804%) translate(11.57343px, -16.31122px);
    transform: translate(-50%, -50%) translate(31.82692vw, -44.85585vw) translate(28.93356%, -40.77804%) translate(11.57343px, -16.31122px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(2),
.page-business-investment .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(2),
.page-business-agro .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(2),
.page-business-culture .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) translate(23.86361vw, -49.55329vw) translate(21.69419%, -45.04844%) translate(8.67767px, -18.01938px);
    -ms-transform: translate(-50%, -50%) translate(23.86361vw, -49.55329vw) translate(21.69419%, -45.04844%) translate(8.67767px, -18.01938px);
    transform: translate(-50%, -50%) translate(23.86361vw, -49.55329vw) translate(21.69419%, -45.04844%) translate(8.67767px, -18.01938px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(3),
.page-business-investment .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(3),
.page-business-agro .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(3),
.page-business-culture .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) translate(15.22595vw, -52.85045vw) translate(13.84178%, -48.04587%) translate(5.53671px, -19.21835px);
    -ms-transform: translate(-50%, -50%) translate(15.22595vw, -52.85045vw) translate(13.84178%, -48.04587%) translate(5.53671px, -19.21835px);
    transform: translate(-50%, -50%) translate(15.22595vw, -52.85045vw) translate(13.84178%, -48.04587%) translate(5.53671px, -19.21835px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(4),
.page-business-investment .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(4),
.page-business-agro .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(4),
.page-business-culture .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(4) {
    -webkit-transform: translate(-50%, -50%) translate(6.15805vw, -54.65417vw) translate(5.59822%, -49.68561%) translate(2.23929px, -19.87424px);
    -ms-transform: translate(-50%, -50%) translate(6.15805vw, -54.65417vw) translate(5.59822%, -49.68561%) translate(2.23929px, -19.87424px);
    transform: translate(-50%, -50%) translate(6.15805vw, -54.65417vw) translate(5.59822%, -49.68561%) translate(2.23929px, -19.87424px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(5),
.page-business-investment .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(5),
.page-business-agro .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(5),
.page-business-culture .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(5) {
    -webkit-transform: translate(-50%, -50%) translate(-3.08387vw, -54.91347vw) translate(-2.80352%, -49.92134%) translate(-1.12141px, -19.96854px);
    -ms-transform: translate(-50%, -50%) translate(-3.08387vw, -54.91347vw) translate(-2.80352%, -49.92134%) translate(-1.12141px, -19.96854px);
    transform: translate(-50%, -50%) translate(-3.08387vw, -54.91347vw) translate(-2.80352%, -49.92134%) translate(-1.12141px, -19.96854px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(6),
.page-business-investment .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(6),
.page-business-agro .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(6),
.page-business-culture .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(6) {
    -webkit-transform: translate(-50%, -50%) translate(-12.23865vw, -53.62104vw) translate(-11.12605%, -48.7464%) translate(-4.45042px, -19.49856px);
    -ms-transform: translate(-50%, -50%) translate(-12.23865vw, -53.62104vw) translate(-11.12605%, -48.7464%) translate(-4.45042px, -19.49856px);
    transform: translate(-50%, -50%) translate(-12.23865vw, -53.62104vw) translate(-11.12605%, -48.7464%) translate(-4.45042px, -19.49856px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(7),
.page-business-investment .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(7),
.page-business-agro .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(7),
.page-business-culture .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(7) {
    -webkit-transform: translate(-50%, -50%) translate(-21.04759vw, -50.81337vw) translate(-19.13417%, -46.19398%) translate(-7.65367px, -18.47759px);
    -ms-transform: translate(-50%, -50%) translate(-21.04759vw, -50.81337vw) translate(-19.13417%, -46.19398%) translate(-7.65367px, -18.47759px);
    transform: translate(-50%, -50%) translate(-21.04759vw, -50.81337vw) translate(-19.13417%, -46.19398%) translate(-7.65367px, -18.47759px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(8),
.page-business-investment .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(8),
.page-business-agro .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(8),
.page-business-culture .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(8) {
    -webkit-transform: translate(-50%, -50%) translate(-29.26176vw, -46.56983vw) translate(-26.6016%, -42.33621%) translate(-10.64064px, -16.93448px);
    -ms-transform: translate(-50%, -50%) translate(-29.26176vw, -46.56983vw) translate(-26.6016%, -42.33621%) translate(-10.64064px, -16.93448px);
    transform: translate(-50%, -50%) translate(-29.26176vw, -46.56983vw) translate(-26.6016%, -42.33621%) translate(-10.64064px, -16.93448px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(9),
.page-business-investment .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(9),
.page-business-agro .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(9),
.page-business-culture .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(9) {
    -webkit-transform: translate(-50%, -50%) translate(-36.64906vw, -41.01032vw) translate(-33.31733%, -37.28211%) translate(-13.32693px, -14.91284px);
    -ms-transform: translate(-50%, -50%) translate(-36.64906vw, -41.01032vw) translate(-33.31733%, -37.28211%) translate(-13.32693px, -14.91284px);
    transform: translate(-50%, -50%) translate(-36.64906vw, -41.01032vw) translate(-33.31733%, -37.28211%) translate(-13.32693px, -14.91284px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(10),
.page-business-investment .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(10),
.page-business-agro .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(10),
.page-business-culture .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(10) {
    -webkit-transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-15.63663px, -12.4698px);
    -ms-transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-15.63663px, -12.4698px);
    transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-15.63663px, -12.4698px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(11),
.page-business-investment .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(11),
.page-business-agro .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(11),
.page-business-culture .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(11) {
    -webkit-transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-17.50447px, -9.67438px);
    -ms-transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-17.50447px, -9.67438px);
    transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-17.50447px, -9.67438px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(12),
.page-business-investment .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(12),
.page-business-agro .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(12),
.page-business-culture .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(12) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-18.87767px, -6.60558px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-18.87767px, -6.60558px);
    transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-18.87767px, -6.60558px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(13),
.page-business-investment .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(13),
.page-business-agro .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(13),
.page-business-culture .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(13) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-19.71742px, -3.35012px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-19.71742px, -3.35012px);
    transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-19.71742px, -3.35012px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(14),
.page-business-investment .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(14),
.page-business-agro .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(14),
.page-business-culture .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(14) {
    -webkit-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    -ms-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav-marker:nth-of-type(1),
.page-business-investment .circle-nav-marker:nth-of-type(1),
.page-business-agro .circle-nav-marker:nth-of-type(1),
.page-business-culture .circle-nav-marker:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    -ms-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
}

.page-business-development .circle-nav-marker:nth-of-type(2),
.page-business-investment .circle-nav-marker:nth-of-type(2),
.page-business-agro .circle-nav-marker:nth-of-type(2),
.page-business-culture .circle-nav-marker:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-19.71742px, 3.35012px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-19.71742px, 3.35012px);
    transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-19.71742px, 3.35012px);
}

.page-business-development .circle-nav-marker:nth-of-type(3),
.page-business-investment .circle-nav-marker:nth-of-type(3),
.page-business-agro .circle-nav-marker:nth-of-type(3),
.page-business-culture .circle-nav-marker:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-18.87767px, 6.60558px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-18.87767px, 6.60558px);
    transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-18.87767px, 6.60558px);
}

.page-business-development .circle-nav-marker:nth-of-type(4),
.page-business-investment .circle-nav-marker:nth-of-type(4),
.page-business-agro .circle-nav-marker:nth-of-type(4),
.page-business-culture .circle-nav-marker:nth-of-type(4) {
    -webkit-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-17.50447px, 9.67438px);
    -ms-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-17.50447px, 9.67438px);
    transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-17.50447px, 9.67438px);
}

.page-business-development .circle-nav-marker:nth-of-type(5),
.page-business-investment .circle-nav-marker:nth-of-type(5),
.page-business-agro .circle-nav-marker:nth-of-type(5),
.page-business-culture .circle-nav-marker:nth-of-type(5) {
    -webkit-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-15.63663px, 12.4698px);
    -ms-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-15.63663px, 12.4698px);
    transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-15.63663px, 12.4698px);
}

.page-business-development .circle-nav-marker:nth-of-type(6),
.page-business-investment .circle-nav-marker:nth-of-type(6),
.page-business-agro .circle-nav-marker:nth-of-type(6),
.page-business-culture .circle-nav-marker:nth-of-type(6) {
    -webkit-transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-13.32693px, 14.91284px);
    -ms-transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-13.32693px, 14.91284px);
    transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-13.32693px, 14.91284px);
}

.page-business-development .circle-nav-marker:nth-of-type(7),
.page-business-investment .circle-nav-marker:nth-of-type(7),
.page-business-agro .circle-nav-marker:nth-of-type(7),
.page-business-culture .circle-nav-marker:nth-of-type(7) {
    -webkit-transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-10.64064px, 16.93448px);
    -ms-transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-10.64064px, 16.93448px);
    transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-10.64064px, 16.93448px);
}

.page-business-development .circle-nav-marker:nth-of-type(8),
.page-business-investment .circle-nav-marker:nth-of-type(8),
.page-business-agro .circle-nav-marker:nth-of-type(8),
.page-business-culture .circle-nav-marker:nth-of-type(8) {
    -webkit-transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-7.65367px, 18.47759px);
    -ms-transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-7.65367px, 18.47759px);
    transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-7.65367px, 18.47759px);
}

.page-business-development .circle-nav-marker:nth-of-type(9),
.page-business-investment .circle-nav-marker:nth-of-type(9),
.page-business-agro .circle-nav-marker:nth-of-type(9),
.page-business-culture .circle-nav-marker:nth-of-type(9) {
    -webkit-transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-4.45042px, 19.49856px);
    -ms-transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-4.45042px, 19.49856px);
    transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-4.45042px, 19.49856px);
}

.page-business-development .circle-nav-marker:nth-of-type(10),
.page-business-investment .circle-nav-marker:nth-of-type(10),
.page-business-agro .circle-nav-marker:nth-of-type(10),
.page-business-culture .circle-nav-marker:nth-of-type(10) {
    -webkit-transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.12141px, 19.96854px);
    -ms-transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.12141px, 19.96854px);
    transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.12141px, 19.96854px);
}

.page-business-development .circle-nav-marker:nth-of-type(11),
.page-business-investment .circle-nav-marker:nth-of-type(11),
.page-business-agro .circle-nav-marker:nth-of-type(11),
.page-business-culture .circle-nav-marker:nth-of-type(11) {
    -webkit-transform: translate(-50%, -50%) translate(6.15805vw, 54.65417vw) translate(5.59822%, 49.68561%) translate(2.23929px, 19.87424px);
    -ms-transform: translate(-50%, -50%) translate(6.15805vw, 54.65417vw) translate(5.59822%, 49.68561%) translate(2.23929px, 19.87424px);
    transform: translate(-50%, -50%) translate(6.15805vw, 54.65417vw) translate(5.59822%, 49.68561%) translate(2.23929px, 19.87424px);
}

.page-business-development .circle-nav-marker:nth-of-type(12),
.page-business-investment .circle-nav-marker:nth-of-type(12),
.page-business-agro .circle-nav-marker:nth-of-type(12),
.page-business-culture .circle-nav-marker:nth-of-type(12) {
    -webkit-transform: translate(-50%, -50%) translate(15.22595vw, 52.85045vw) translate(13.84178%, 48.04587%) translate(5.53671px, 19.21835px);
    -ms-transform: translate(-50%, -50%) translate(15.22595vw, 52.85045vw) translate(13.84178%, 48.04587%) translate(5.53671px, 19.21835px);
    transform: translate(-50%, -50%) translate(15.22595vw, 52.85045vw) translate(13.84178%, 48.04587%) translate(5.53671px, 19.21835px);
}

.page-business-development .circle-nav-marker:nth-of-type(13),
.page-business-investment .circle-nav-marker:nth-of-type(13),
.page-business-agro .circle-nav-marker:nth-of-type(13),
.page-business-culture .circle-nav-marker:nth-of-type(13) {
    -webkit-transform: translate(-50%, -50%) translate(23.86361vw, 49.55329vw) translate(21.69419%, 45.04844%) translate(8.67767px, 18.01938px);
    -ms-transform: translate(-50%, -50%) translate(23.86361vw, 49.55329vw) translate(21.69419%, 45.04844%) translate(8.67767px, 18.01938px);
    transform: translate(-50%, -50%) translate(23.86361vw, 49.55329vw) translate(21.69419%, 45.04844%) translate(8.67767px, 18.01938px);
}

.page-business-development .circle-nav-marker:nth-of-type(14),
.page-business-investment .circle-nav-marker:nth-of-type(14),
.page-business-agro .circle-nav-marker:nth-of-type(14),
.page-business-culture .circle-nav-marker:nth-of-type(14) {
    -webkit-transform: translate(-50%, -50%) translate(31.82692vw, 44.85585vw) translate(28.93356%, 40.77804%) translate(11.57343px, 16.31122px);
    -ms-transform: translate(-50%, -50%) translate(31.82692vw, 44.85585vw) translate(28.93356%, 40.77804%) translate(11.57343px, 16.31122px);
    transform: translate(-50%, -50%) translate(31.82692vw, 44.85585vw) translate(28.93356%, 40.77804%) translate(11.57343px, 16.31122px);
}

.page-business-development .circle-nav-marker:nth-of-type(1) span,
.page-business-investment .circle-nav-marker:nth-of-type(1) span,
.page-business-agro .circle-nav-marker:nth-of-type(1) span,
.page-business-culture .circle-nav-marker:nth-of-type(1) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 0s;
}

.page-business-development .circle-nav-marker:nth-of-type(2) span,
.page-business-investment .circle-nav-marker:nth-of-type(2) span,
.page-business-agro .circle-nav-marker:nth-of-type(2) span,
.page-business-culture .circle-nav-marker:nth-of-type(2) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 0.2s;
}

.page-business-development .circle-nav-marker:nth-of-type(3) span,
.page-business-investment .circle-nav-marker:nth-of-type(3) span,
.page-business-agro .circle-nav-marker:nth-of-type(3) span,
.page-business-culture .circle-nav-marker:nth-of-type(3) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 0.4s;
}

.page-business-development .circle-nav-marker:nth-of-type(4) span,
.page-business-investment .circle-nav-marker:nth-of-type(4) span,
.page-business-agro .circle-nav-marker:nth-of-type(4) span,
.page-business-culture .circle-nav-marker:nth-of-type(4) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 0.6s;
}

.page-business-development .circle-nav-marker:nth-of-type(5) span,
.page-business-investment .circle-nav-marker:nth-of-type(5) span,
.page-business-agro .circle-nav-marker:nth-of-type(5) span,
.page-business-culture .circle-nav-marker:nth-of-type(5) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 0.8s;
}

.page-business-development .circle-nav-marker:nth-of-type(6) span,
.page-business-investment .circle-nav-marker:nth-of-type(6) span,
.page-business-agro .circle-nav-marker:nth-of-type(6) span,
.page-business-culture .circle-nav-marker:nth-of-type(6) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 1s;
}

.page-business-development .circle-nav-marker:nth-of-type(7) span,
.page-business-investment .circle-nav-marker:nth-of-type(7) span,
.page-business-agro .circle-nav-marker:nth-of-type(7) span,
.page-business-culture .circle-nav-marker:nth-of-type(7) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 1.2s;
}

.page-business-development .circle-nav-marker:nth-of-type(8) span,
.page-business-investment .circle-nav-marker:nth-of-type(8) span,
.page-business-agro .circle-nav-marker:nth-of-type(8) span,
.page-business-culture .circle-nav-marker:nth-of-type(8) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 1.4s;
}

.page-business-development .circle-nav-marker:nth-of-type(9) span,
.page-business-investment .circle-nav-marker:nth-of-type(9) span,
.page-business-agro .circle-nav-marker:nth-of-type(9) span,
.page-business-culture .circle-nav-marker:nth-of-type(9) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 1.6s;
}

.page-business-development .circle-nav-marker:nth-of-type(10) span,
.page-business-investment .circle-nav-marker:nth-of-type(10) span,
.page-business-agro .circle-nav-marker:nth-of-type(10) span,
.page-business-culture .circle-nav-marker:nth-of-type(10) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 1.8s;
}

.page-business-development .circle-nav-marker:nth-of-type(11) span,
.page-business-investment .circle-nav-marker:nth-of-type(11) span,
.page-business-agro .circle-nav-marker:nth-of-type(11) span,
.page-business-culture .circle-nav-marker:nth-of-type(11) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 2s;
}

.page-business-development .circle-nav-marker:nth-of-type(12) span,
.page-business-investment .circle-nav-marker:nth-of-type(12) span,
.page-business-agro .circle-nav-marker:nth-of-type(12) span,
.page-business-culture .circle-nav-marker:nth-of-type(12) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 2.2s;
}

.page-business-development .circle-nav-marker:nth-of-type(13) span,
.page-business-investment .circle-nav-marker:nth-of-type(13) span,
.page-business-agro .circle-nav-marker:nth-of-type(13) span,
.page-business-culture .circle-nav-marker:nth-of-type(13) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 2.4s;
}

.page-business-development .circle-nav-marker:nth-of-type(14) span,
.page-business-investment .circle-nav-marker:nth-of-type(14) span,
.page-business-agro .circle-nav-marker:nth-of-type(14) span,
.page-business-culture .circle-nav-marker:nth-of-type(14) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 2.6s;
}

@media screen and (max-width: 959px) {
    .page-business-development .circle-nav-item:nth-of-type(1),
    .page-business-investment .circle-nav-item:nth-of-type(1),
    .page-business-agro .circle-nav-item:nth-of-type(1),
    .page-business-culture .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-38.89087vw, -38.89087vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-38.89087vw, -38.89087vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(-38.89087vw, -38.89087vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
    }
    .page-business-development .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-item:nth-of-type(2),
    .page-business-investment .circle-nav-item:nth-of-type(2),
    .page-business-agro .circle-nav-item:nth-of-type(2),
    .page-business-culture .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-44.85585vw, -31.82692vw) translate(-40.77804%, -28.93356%) translate(-21.20458px, -15.04545px);
        -ms-transform: translate(-50%, -50%) translate(-44.85585vw, -31.82692vw) translate(-40.77804%, -28.93356%) translate(-21.20458px, -15.04545px);
        transform: translate(-50%, -50%) translate(-44.85585vw, -31.82692vw) translate(-40.77804%, -28.93356%) translate(-21.20458px, -15.04545px);
    }
    .page-business-development .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-item:nth-of-type(3),
    .page-business-investment .circle-nav-item:nth-of-type(3),
    .page-business-agro .circle-nav-item:nth-of-type(3),
    .page-business-culture .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-49.55329vw, -23.86361vw) translate(-45.04844%, -21.69419%) translate(-23.42519px, -11.28098px);
        -ms-transform: translate(-50%, -50%) translate(-49.55329vw, -23.86361vw) translate(-45.04844%, -21.69419%) translate(-23.42519px, -11.28098px);
        transform: translate(-50%, -50%) translate(-49.55329vw, -23.86361vw) translate(-45.04844%, -21.69419%) translate(-23.42519px, -11.28098px);
    }
    .page-business-development .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-item:nth-of-type(4),
    .page-business-investment .circle-nav-item:nth-of-type(4),
    .page-business-agro .circle-nav-item:nth-of-type(4),
    .page-business-culture .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-52.85045vw, -15.22595vw) translate(-48.04587%, -13.84178%) translate(-24.98385px, -7.19772px);
        -ms-transform: translate(-50%, -50%) translate(-52.85045vw, -15.22595vw) translate(-48.04587%, -13.84178%) translate(-24.98385px, -7.19772px);
        transform: translate(-50%, -50%) translate(-52.85045vw, -15.22595vw) translate(-48.04587%, -13.84178%) translate(-24.98385px, -7.19772px);
    }
    .page-business-development .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-item:nth-of-type(5),
    .page-business-investment .circle-nav-item:nth-of-type(5),
    .page-business-agro .circle-nav-item:nth-of-type(5),
    .page-business-culture .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-54.65417vw, -6.15805vw) translate(-49.68561%, -5.59822%) translate(-25.83652px, -2.91108px);
        -ms-transform: translate(-50%, -50%) translate(-54.65417vw, -6.15805vw) translate(-49.68561%, -5.59822%) translate(-25.83652px, -2.91108px);
        transform: translate(-50%, -50%) translate(-54.65417vw, -6.15805vw) translate(-49.68561%, -5.59822%) translate(-25.83652px, -2.91108px);
    }
    .page-business-development .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-item:nth-of-type(6),
    .page-business-investment .circle-nav-item:nth-of-type(6),
    .page-business-agro .circle-nav-item:nth-of-type(6),
    .page-business-culture .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-54.91347vw, 3.08387vw) translate(-49.92134%, 2.80352%) translate(-25.9591px, 1.45783px);
        -ms-transform: translate(-50%, -50%) translate(-54.91347vw, 3.08387vw) translate(-49.92134%, 2.80352%) translate(-25.9591px, 1.45783px);
        transform: translate(-50%, -50%) translate(-54.91347vw, 3.08387vw) translate(-49.92134%, 2.80352%) translate(-25.9591px, 1.45783px);
    }
    .page-business-development .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-item:nth-of-type(7),
    .page-business-investment .circle-nav-item:nth-of-type(7),
    .page-business-agro .circle-nav-item:nth-of-type(7),
    .page-business-culture .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-53.62104vw, 12.23865vw) translate(-48.7464%, 11.12605%) translate(-25.34813px, 5.78554px);
        -ms-transform: translate(-50%, -50%) translate(-53.62104vw, 12.23865vw) translate(-48.7464%, 11.12605%) translate(-25.34813px, 5.78554px);
        transform: translate(-50%, -50%) translate(-53.62104vw, 12.23865vw) translate(-48.7464%, 11.12605%) translate(-25.34813px, 5.78554px);
    }
    .page-business-development .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-item:nth-of-type(8),
    .page-business-investment .circle-nav-item:nth-of-type(8),
    .page-business-agro .circle-nav-item:nth-of-type(8),
    .page-business-culture .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-50.81337vw, 21.04759vw) translate(-46.19398%, 19.13417%) translate(-24.02087px, 9.94977px);
        -ms-transform: translate(-50%, -50%) translate(-50.81337vw, 21.04759vw) translate(-46.19398%, 19.13417%) translate(-24.02087px, 9.94977px);
        transform: translate(-50%, -50%) translate(-50.81337vw, 21.04759vw) translate(-46.19398%, 19.13417%) translate(-24.02087px, 9.94977px);
    }
    .page-business-development .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-item:nth-of-type(9),
    .page-business-investment .circle-nav-item:nth-of-type(9),
    .page-business-agro .circle-nav-item:nth-of-type(9),
    .page-business-culture .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-46.56983vw, 29.26176vw) translate(-42.33621%, 26.6016%) translate(-22.01483px, 13.83283px);
        -ms-transform: translate(-50%, -50%) translate(-46.56983vw, 29.26176vw) translate(-42.33621%, 26.6016%) translate(-22.01483px, 13.83283px);
        transform: translate(-50%, -50%) translate(-46.56983vw, 29.26176vw) translate(-42.33621%, 26.6016%) translate(-22.01483px, 13.83283px);
    }
    .page-business-development .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-item:nth-of-type(10),
    .page-business-investment .circle-nav-item:nth-of-type(10),
    .page-business-agro .circle-nav-item:nth-of-type(10),
    .page-business-culture .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-41.01032vw, 36.64906vw) translate(-37.28211%, 33.31733%) translate(-19.3867px, 17.32501px);
        -ms-transform: translate(-50%, -50%) translate(-41.01032vw, 36.64906vw) translate(-37.28211%, 33.31733%) translate(-19.3867px, 17.32501px);
        transform: translate(-50%, -50%) translate(-41.01032vw, 36.64906vw) translate(-37.28211%, 33.31733%) translate(-19.3867px, 17.32501px);
    }
    .page-business-development .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-item:nth-of-type(11),
    .page-business-investment .circle-nav-item:nth-of-type(11),
    .page-business-agro .circle-nav-item:nth-of-type(11),
    .page-business-culture .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-34.29194vw, 43.00073vw) translate(-31.17449%, 39.09157%) translate(-16.21073px, 20.32762px);
        -ms-transform: translate(-50%, -50%) translate(-34.29194vw, 43.00073vw) translate(-31.17449%, 39.09157%) translate(-16.21073px, 20.32762px);
        transform: translate(-50%, -50%) translate(-34.29194vw, 43.00073vw) translate(-31.17449%, 39.09157%) translate(-16.21073px, 20.32762px);
    }
    .page-business-development .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-item:nth-of-type(12),
    .page-business-investment .circle-nav-item:nth-of-type(12),
    .page-business-agro .circle-nav-item:nth-of-type(12),
    .page-business-culture .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-26.60454vw, 48.13729vw) translate(-24.18594%, 43.76117%) translate(-12.57669px, 22.75581px);
        -ms-transform: translate(-50%, -50%) translate(-26.60454vw, 48.13729vw) translate(-24.18594%, 43.76117%) translate(-12.57669px, 22.75581px);
        transform: translate(-50%, -50%) translate(-26.60454vw, 48.13729vw) translate(-24.18594%, 43.76117%) translate(-12.57669px, 22.75581px);
    }
    .page-business-development .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-item:nth-of-type(13),
    .page-business-investment .circle-nav-item:nth-of-type(13),
    .page-business-agro .circle-nav-item:nth-of-type(13),
    .page-business-culture .circle-nav-item:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(-18.16535vw, 51.91358vw) translate(-16.51395%, 47.19417%) translate(-8.58726px, 24.54097px);
        -ms-transform: translate(-50%, -50%) translate(-18.16535vw, 51.91358vw) translate(-16.51395%, 47.19417%) translate(-8.58726px, 24.54097px);
        transform: translate(-50%, -50%) translate(-18.16535vw, 51.91358vw) translate(-16.51395%, 47.19417%) translate(-8.58726px, 24.54097px);
    }
    .page-business-development .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(13) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-item:nth-of-type(14),
    .page-business-investment .circle-nav-item:nth-of-type(14),
    .page-business-agro .circle-nav-item:nth-of-type(14),
    .page-business-culture .circle-nav-item:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(-9.21284vw, 54.22291vw) translate(-8.37531%, 49.29355%) translate(-4.35516px, 25.63265px);
        -ms-transform: translate(-50%, -50%) translate(-9.21284vw, 54.22291vw) translate(-8.37531%, 49.29355%) translate(-4.35516px, 25.63265px);
        transform: translate(-50%, -50%) translate(-9.21284vw, 54.22291vw) translate(-8.37531%, 49.29355%) translate(-4.35516px, 25.63265px);
    }
    .page-business-development .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(14) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-marker:nth-of-type(1),
    .page-business-investment .circle-nav-marker:nth-of-type(1),
    .page-business-agro .circle-nav-marker:nth-of-type(1),
    .page-business-culture .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-38.89087vw, -38.89087vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-38.89087vw, -38.89087vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(-38.89087vw, -38.89087vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
    }
    .page-business-development .circle-nav-marker:nth-of-type(2),
    .page-business-investment .circle-nav-marker:nth-of-type(2),
    .page-business-agro .circle-nav-marker:nth-of-type(2),
    .page-business-culture .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-44.85585vw, -31.82692vw) translate(-40.77804%, -28.93356%) translate(-16.31122px, -11.57343px);
        -ms-transform: translate(-50%, -50%) translate(-44.85585vw, -31.82692vw) translate(-40.77804%, -28.93356%) translate(-16.31122px, -11.57343px);
        transform: translate(-50%, -50%) translate(-44.85585vw, -31.82692vw) translate(-40.77804%, -28.93356%) translate(-16.31122px, -11.57343px);
    }
    .page-business-development .circle-nav-marker:nth-of-type(3),
    .page-business-investment .circle-nav-marker:nth-of-type(3),
    .page-business-agro .circle-nav-marker:nth-of-type(3),
    .page-business-culture .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-49.55329vw, -23.86361vw) translate(-45.04844%, -21.69419%) translate(-18.01938px, -8.67767px);
        -ms-transform: translate(-50%, -50%) translate(-49.55329vw, -23.86361vw) translate(-45.04844%, -21.69419%) translate(-18.01938px, -8.67767px);
        transform: translate(-50%, -50%) translate(-49.55329vw, -23.86361vw) translate(-45.04844%, -21.69419%) translate(-18.01938px, -8.67767px);
    }
    .page-business-development .circle-nav-marker:nth-of-type(4),
    .page-business-investment .circle-nav-marker:nth-of-type(4),
    .page-business-agro .circle-nav-marker:nth-of-type(4),
    .page-business-culture .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-52.85045vw, -15.22595vw) translate(-48.04587%, -13.84178%) translate(-19.21835px, -5.53671px);
        -ms-transform: translate(-50%, -50%) translate(-52.85045vw, -15.22595vw) translate(-48.04587%, -13.84178%) translate(-19.21835px, -5.53671px);
        transform: translate(-50%, -50%) translate(-52.85045vw, -15.22595vw) translate(-48.04587%, -13.84178%) translate(-19.21835px, -5.53671px);
    }
    .page-business-development .circle-nav-marker:nth-of-type(5),
    .page-business-investment .circle-nav-marker:nth-of-type(5),
    .page-business-agro .circle-nav-marker:nth-of-type(5),
    .page-business-culture .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-54.65417vw, -6.15805vw) translate(-49.68561%, -5.59822%) translate(-19.87424px, -2.23929px);
        -ms-transform: translate(-50%, -50%) translate(-54.65417vw, -6.15805vw) translate(-49.68561%, -5.59822%) translate(-19.87424px, -2.23929px);
        transform: translate(-50%, -50%) translate(-54.65417vw, -6.15805vw) translate(-49.68561%, -5.59822%) translate(-19.87424px, -2.23929px);
    }
    .page-business-development .circle-nav-marker:nth-of-type(6),
    .page-business-investment .circle-nav-marker:nth-of-type(6),
    .page-business-agro .circle-nav-marker:nth-of-type(6),
    .page-business-culture .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-54.91347vw, 3.08387vw) translate(-49.92134%, 2.80352%) translate(-19.96854px, 1.12141px);
        -ms-transform: translate(-50%, -50%) translate(-54.91347vw, 3.08387vw) translate(-49.92134%, 2.80352%) translate(-19.96854px, 1.12141px);
        transform: translate(-50%, -50%) translate(-54.91347vw, 3.08387vw) translate(-49.92134%, 2.80352%) translate(-19.96854px, 1.12141px);
    }
    .page-business-development .circle-nav-marker:nth-of-type(7),
    .page-business-investment .circle-nav-marker:nth-of-type(7),
    .page-business-agro .circle-nav-marker:nth-of-type(7),
    .page-business-culture .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-53.62104vw, 12.23865vw) translate(-48.7464%, 11.12605%) translate(-19.49856px, 4.45042px);
        -ms-transform: translate(-50%, -50%) translate(-53.62104vw, 12.23865vw) translate(-48.7464%, 11.12605%) translate(-19.49856px, 4.45042px);
        transform: translate(-50%, -50%) translate(-53.62104vw, 12.23865vw) translate(-48.7464%, 11.12605%) translate(-19.49856px, 4.45042px);
    }
    .page-business-development .circle-nav-marker:nth-of-type(8),
    .page-business-investment .circle-nav-marker:nth-of-type(8),
    .page-business-agro .circle-nav-marker:nth-of-type(8),
    .page-business-culture .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-50.81337vw, 21.04759vw) translate(-46.19398%, 19.13417%) translate(-18.47759px, 7.65367px);
        -ms-transform: translate(-50%, -50%) translate(-50.81337vw, 21.04759vw) translate(-46.19398%, 19.13417%) translate(-18.47759px, 7.65367px);
        transform: translate(-50%, -50%) translate(-50.81337vw, 21.04759vw) translate(-46.19398%, 19.13417%) translate(-18.47759px, 7.65367px);
    }
    .page-business-development .circle-nav-marker:nth-of-type(9),
    .page-business-investment .circle-nav-marker:nth-of-type(9),
    .page-business-agro .circle-nav-marker:nth-of-type(9),
    .page-business-culture .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-46.56983vw, 29.26176vw) translate(-42.33621%, 26.6016%) translate(-16.93448px, 10.64064px);
        -ms-transform: translate(-50%, -50%) translate(-46.56983vw, 29.26176vw) translate(-42.33621%, 26.6016%) translate(-16.93448px, 10.64064px);
        transform: translate(-50%, -50%) translate(-46.56983vw, 29.26176vw) translate(-42.33621%, 26.6016%) translate(-16.93448px, 10.64064px);
    }
    .page-business-development .circle-nav-marker:nth-of-type(10),
    .page-business-investment .circle-nav-marker:nth-of-type(10),
    .page-business-agro .circle-nav-marker:nth-of-type(10),
    .page-business-culture .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-41.01032vw, 36.64906vw) translate(-37.28211%, 33.31733%) translate(-14.91284px, 13.32693px);
        -ms-transform: translate(-50%, -50%) translate(-41.01032vw, 36.64906vw) translate(-37.28211%, 33.31733%) translate(-14.91284px, 13.32693px);
        transform: translate(-50%, -50%) translate(-41.01032vw, 36.64906vw) translate(-37.28211%, 33.31733%) translate(-14.91284px, 13.32693px);
    }
    .page-business-development .circle-nav-marker:nth-of-type(11),
    .page-business-investment .circle-nav-marker:nth-of-type(11),
    .page-business-agro .circle-nav-marker:nth-of-type(11),
    .page-business-culture .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-34.29194vw, 43.00073vw) translate(-31.17449%, 39.09157%) translate(-12.4698px, 15.63663px);
        -ms-transform: translate(-50%, -50%) translate(-34.29194vw, 43.00073vw) translate(-31.17449%, 39.09157%) translate(-12.4698px, 15.63663px);
        transform: translate(-50%, -50%) translate(-34.29194vw, 43.00073vw) translate(-31.17449%, 39.09157%) translate(-12.4698px, 15.63663px);
    }
    .page-business-development .circle-nav-marker:nth-of-type(12),
    .page-business-investment .circle-nav-marker:nth-of-type(12),
    .page-business-agro .circle-nav-marker:nth-of-type(12),
    .page-business-culture .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-26.60454vw, 48.13729vw) translate(-24.18594%, 43.76117%) translate(-9.67438px, 17.50447px);
        -ms-transform: translate(-50%, -50%) translate(-26.60454vw, 48.13729vw) translate(-24.18594%, 43.76117%) translate(-9.67438px, 17.50447px);
        transform: translate(-50%, -50%) translate(-26.60454vw, 48.13729vw) translate(-24.18594%, 43.76117%) translate(-9.67438px, 17.50447px);
    }
    .page-business-development .circle-nav-marker:nth-of-type(13),
    .page-business-investment .circle-nav-marker:nth-of-type(13),
    .page-business-agro .circle-nav-marker:nth-of-type(13),
    .page-business-culture .circle-nav-marker:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(-18.16535vw, 51.91358vw) translate(-16.51395%, 47.19417%) translate(-6.60558px, 18.87767px);
        -ms-transform: translate(-50%, -50%) translate(-18.16535vw, 51.91358vw) translate(-16.51395%, 47.19417%) translate(-6.60558px, 18.87767px);
        transform: translate(-50%, -50%) translate(-18.16535vw, 51.91358vw) translate(-16.51395%, 47.19417%) translate(-6.60558px, 18.87767px);
    }
    .page-business-development .circle-nav-marker:nth-of-type(14),
    .page-business-investment .circle-nav-marker:nth-of-type(14),
    .page-business-agro .circle-nav-marker:nth-of-type(14),
    .page-business-culture .circle-nav-marker:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(-9.21284vw, 54.22291vw) translate(-8.37531%, 49.29355%) translate(-3.35012px, 19.71742px);
        -ms-transform: translate(-50%, -50%) translate(-9.21284vw, 54.22291vw) translate(-8.37531%, 49.29355%) translate(-3.35012px, 19.71742px);
        transform: translate(-50%, -50%) translate(-9.21284vw, 54.22291vw) translate(-8.37531%, 49.29355%) translate(-3.35012px, 19.71742px);
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape),
(max-width: 599px) {
    .page-business-development .circle-nav-item:nth-of-type(1),
    .page-business-investment .circle-nav-item:nth-of-type(1),
    .page-business-agro .circle-nav-item:nth-of-type(1),
    .page-business-culture .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-33.05724vw, -33.05724vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-33.05724vw, -33.05724vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(-33.05724vw, -33.05724vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
    }
    .page-business-development .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-marker:nth-of-type(1),
    .page-business-investment .circle-nav-marker:nth-of-type(1),
    .page-business-agro .circle-nav-marker:nth-of-type(1),
    .page-business-culture .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-30.33488vw, -30.33488vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-30.33488vw, -30.33488vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(-30.33488vw, -30.33488vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
    }
    .page-business-development .circle-nav-item:nth-of-type(2),
    .page-business-investment .circle-nav-item:nth-of-type(2),
    .page-business-agro .circle-nav-item:nth-of-type(2),
    .page-business-culture .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-38.12747vw, -27.05288vw) translate(-40.77804%, -28.93356%) translate(-21.20458px, -15.04545px);
        -ms-transform: translate(-50%, -50%) translate(-38.12747vw, -27.05288vw) translate(-40.77804%, -28.93356%) translate(-21.20458px, -15.04545px);
        transform: translate(-50%, -50%) translate(-38.12747vw, -27.05288vw) translate(-40.77804%, -28.93356%) translate(-21.20458px, -15.04545px);
    }
    .page-business-development .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-marker:nth-of-type(2),
    .page-business-investment .circle-nav-marker:nth-of-type(2),
    .page-business-agro .circle-nav-marker:nth-of-type(2),
    .page-business-culture .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-34.98756vw, -24.825vw) translate(-40.77804%, -28.93356%) translate(-16.31122px, -11.57343px);
        -ms-transform: translate(-50%, -50%) translate(-34.98756vw, -24.825vw) translate(-40.77804%, -28.93356%) translate(-16.31122px, -11.57343px);
        transform: translate(-50%, -50%) translate(-34.98756vw, -24.825vw) translate(-40.77804%, -28.93356%) translate(-16.31122px, -11.57343px);
    }
    .page-business-development .circle-nav-item:nth-of-type(3),
    .page-business-investment .circle-nav-item:nth-of-type(3),
    .page-business-agro .circle-nav-item:nth-of-type(3),
    .page-business-culture .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-42.12029vw, -20.28406vw) translate(-45.04844%, -21.69419%) translate(-23.42519px, -11.28098px);
        -ms-transform: translate(-50%, -50%) translate(-42.12029vw, -20.28406vw) translate(-45.04844%, -21.69419%) translate(-23.42519px, -11.28098px);
        transform: translate(-50%, -50%) translate(-42.12029vw, -20.28406vw) translate(-45.04844%, -21.69419%) translate(-23.42519px, -11.28098px);
    }
    .page-business-development .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-marker:nth-of-type(3),
    .page-business-investment .circle-nav-marker:nth-of-type(3),
    .page-business-agro .circle-nav-marker:nth-of-type(3),
    .page-business-culture .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-38.65156vw, -18.61361vw) translate(-45.04844%, -21.69419%) translate(-18.01938px, -8.67767px);
        -ms-transform: translate(-50%, -50%) translate(-38.65156vw, -18.61361vw) translate(-45.04844%, -21.69419%) translate(-18.01938px, -8.67767px);
        transform: translate(-50%, -50%) translate(-38.65156vw, -18.61361vw) translate(-45.04844%, -21.69419%) translate(-18.01938px, -8.67767px);
    }
    .page-business-development .circle-nav-item:nth-of-type(4),
    .page-business-investment .circle-nav-item:nth-of-type(4),
    .page-business-agro .circle-nav-item:nth-of-type(4),
    .page-business-culture .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-44.92288vw, -12.94206vw) translate(-48.04587%, -13.84178%) translate(-24.98385px, -7.19772px);
        -ms-transform: translate(-50%, -50%) translate(-44.92288vw, -12.94206vw) translate(-48.04587%, -13.84178%) translate(-24.98385px, -7.19772px);
        transform: translate(-50%, -50%) translate(-44.92288vw, -12.94206vw) translate(-48.04587%, -13.84178%) translate(-24.98385px, -7.19772px);
    }
    .page-business-development .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-marker:nth-of-type(4),
    .page-business-investment .circle-nav-marker:nth-of-type(4),
    .page-business-agro .circle-nav-marker:nth-of-type(4),
    .page-business-culture .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-41.22335vw, -11.87624vw) translate(-48.04587%, -13.84178%) translate(-19.21835px, -5.53671px);
        -ms-transform: translate(-50%, -50%) translate(-41.22335vw, -11.87624vw) translate(-48.04587%, -13.84178%) translate(-19.21835px, -5.53671px);
        transform: translate(-50%, -50%) translate(-41.22335vw, -11.87624vw) translate(-48.04587%, -13.84178%) translate(-19.21835px, -5.53671px);
    }
    .page-business-development .circle-nav-item:nth-of-type(5),
    .page-business-investment .circle-nav-item:nth-of-type(5),
    .page-business-agro .circle-nav-item:nth-of-type(5),
    .page-business-culture .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-46.45605vw, -5.23434vw) translate(-49.68561%, -5.59822%) translate(-25.83652px, -2.91108px);
        -ms-transform: translate(-50%, -50%) translate(-46.45605vw, -5.23434vw) translate(-49.68561%, -5.59822%) translate(-25.83652px, -2.91108px);
        transform: translate(-50%, -50%) translate(-46.45605vw, -5.23434vw) translate(-49.68561%, -5.59822%) translate(-25.83652px, -2.91108px);
    }
    .page-business-development .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-marker:nth-of-type(5),
    .page-business-investment .circle-nav-marker:nth-of-type(5),
    .page-business-agro .circle-nav-marker:nth-of-type(5),
    .page-business-culture .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-42.63025vw, -4.80328vw) translate(-49.68561%, -5.59822%) translate(-19.87424px, -2.23929px);
        -ms-transform: translate(-50%, -50%) translate(-42.63025vw, -4.80328vw) translate(-49.68561%, -5.59822%) translate(-19.87424px, -2.23929px);
        transform: translate(-50%, -50%) translate(-42.63025vw, -4.80328vw) translate(-49.68561%, -5.59822%) translate(-19.87424px, -2.23929px);
    }
    .page-business-development .circle-nav-item:nth-of-type(6),
    .page-business-investment .circle-nav-item:nth-of-type(6),
    .page-business-agro .circle-nav-item:nth-of-type(6),
    .page-business-culture .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-46.67645vw, 2.62129vw) translate(-49.92134%, 2.80352%) translate(-25.9591px, 1.45783px);
        -ms-transform: translate(-50%, -50%) translate(-46.67645vw, 2.62129vw) translate(-49.92134%, 2.80352%) translate(-25.9591px, 1.45783px);
        transform: translate(-50%, -50%) translate(-46.67645vw, 2.62129vw) translate(-49.92134%, 2.80352%) translate(-25.9591px, 1.45783px);
    }
    .page-business-development .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-marker:nth-of-type(6),
    .page-business-investment .circle-nav-marker:nth-of-type(6),
    .page-business-agro .circle-nav-marker:nth-of-type(6),
    .page-business-culture .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-42.83251vw, 2.40542vw) translate(-49.92134%, 2.80352%) translate(-19.96854px, 1.12141px);
        -ms-transform: translate(-50%, -50%) translate(-42.83251vw, 2.40542vw) translate(-49.92134%, 2.80352%) translate(-19.96854px, 1.12141px);
        transform: translate(-50%, -50%) translate(-42.83251vw, 2.40542vw) translate(-49.92134%, 2.80352%) translate(-19.96854px, 1.12141px);
    }
    .page-business-development .circle-nav-item:nth-of-type(7),
    .page-business-investment .circle-nav-item:nth-of-type(7),
    .page-business-agro .circle-nav-item:nth-of-type(7),
    .page-business-culture .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-45.57788vw, 10.40285vw) translate(-48.7464%, 11.12605%) translate(-25.34813px, 5.78554px);
        -ms-transform: translate(-50%, -50%) translate(-45.57788vw, 10.40285vw) translate(-48.7464%, 11.12605%) translate(-25.34813px, 5.78554px);
        transform: translate(-50%, -50%) translate(-45.57788vw, 10.40285vw) translate(-48.7464%, 11.12605%) translate(-25.34813px, 5.78554px);
    }
    .page-business-development .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-marker:nth-of-type(7),
    .page-business-investment .circle-nav-marker:nth-of-type(7),
    .page-business-agro .circle-nav-marker:nth-of-type(7),
    .page-business-culture .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-41.82441vw, 9.54615vw) translate(-48.7464%, 11.12605%) translate(-19.49856px, 4.45042px);
        -ms-transform: translate(-50%, -50%) translate(-41.82441vw, 9.54615vw) translate(-48.7464%, 11.12605%) translate(-19.49856px, 4.45042px);
        transform: translate(-50%, -50%) translate(-41.82441vw, 9.54615vw) translate(-48.7464%, 11.12605%) translate(-19.49856px, 4.45042px);
    }
    .page-business-development .circle-nav-item:nth-of-type(8),
    .page-business-investment .circle-nav-item:nth-of-type(8),
    .page-business-agro .circle-nav-item:nth-of-type(8),
    .page-business-culture .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-43.19137vw, 17.89045vw) translate(-46.19398%, 19.13417%) translate(-24.02087px, 9.94977px);
        -ms-transform: translate(-50%, -50%) translate(-43.19137vw, 17.89045vw) translate(-46.19398%, 19.13417%) translate(-24.02087px, 9.94977px);
        transform: translate(-50%, -50%) translate(-43.19137vw, 17.89045vw) translate(-46.19398%, 19.13417%) translate(-24.02087px, 9.94977px);
    }
    .page-business-development .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-marker:nth-of-type(8),
    .page-business-investment .circle-nav-marker:nth-of-type(8),
    .page-business-agro .circle-nav-marker:nth-of-type(8),
    .page-business-culture .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-39.63443vw, 16.41712vw) translate(-46.19398%, 19.13417%) translate(-18.47759px, 7.65367px);
        -ms-transform: translate(-50%, -50%) translate(-39.63443vw, 16.41712vw) translate(-46.19398%, 19.13417%) translate(-18.47759px, 7.65367px);
        transform: translate(-50%, -50%) translate(-39.63443vw, 16.41712vw) translate(-46.19398%, 19.13417%) translate(-18.47759px, 7.65367px);
    }
    .page-business-development .circle-nav-item:nth-of-type(9),
    .page-business-investment .circle-nav-item:nth-of-type(9),
    .page-business-agro .circle-nav-item:nth-of-type(9),
    .page-business-culture .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-39.58436vw, 24.8725vw) translate(-42.33621%, 26.6016%) translate(-22.01483px, 13.83283px);
        -ms-transform: translate(-50%, -50%) translate(-39.58436vw, 24.8725vw) translate(-42.33621%, 26.6016%) translate(-22.01483px, 13.83283px);
        transform: translate(-50%, -50%) translate(-39.58436vw, 24.8725vw) translate(-42.33621%, 26.6016%) translate(-22.01483px, 13.83283px);
    }
    .page-business-development .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-marker:nth-of-type(9),
    .page-business-investment .circle-nav-marker:nth-of-type(9),
    .page-business-agro .circle-nav-marker:nth-of-type(9),
    .page-business-culture .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-36.32447vw, 22.82418vw) translate(-42.33621%, 26.6016%) translate(-16.93448px, 10.64064px);
        -ms-transform: translate(-50%, -50%) translate(-36.32447vw, 22.82418vw) translate(-42.33621%, 26.6016%) translate(-16.93448px, 10.64064px);
        transform: translate(-50%, -50%) translate(-36.32447vw, 22.82418vw) translate(-42.33621%, 26.6016%) translate(-16.93448px, 10.64064px);
    }
    .page-business-development .circle-nav-item:nth-of-type(10),
    .page-business-investment .circle-nav-item:nth-of-type(10),
    .page-business-agro .circle-nav-item:nth-of-type(10),
    .page-business-culture .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-34.85877vw, 31.1517vw) translate(-37.28211%, 33.31733%) translate(-19.3867px, 17.32501px);
        -ms-transform: translate(-50%, -50%) translate(-34.85877vw, 31.1517vw) translate(-37.28211%, 33.31733%) translate(-19.3867px, 17.32501px);
        transform: translate(-50%, -50%) translate(-34.85877vw, 31.1517vw) translate(-37.28211%, 33.31733%) translate(-19.3867px, 17.32501px);
    }
    .page-business-development .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-marker:nth-of-type(10),
    .page-business-investment .circle-nav-marker:nth-of-type(10),
    .page-business-agro .circle-nav-marker:nth-of-type(10),
    .page-business-culture .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-31.98805vw, 28.58627vw) translate(-37.28211%, 33.31733%) translate(-14.91284px, 13.32693px);
        -ms-transform: translate(-50%, -50%) translate(-31.98805vw, 28.58627vw) translate(-37.28211%, 33.31733%) translate(-14.91284px, 13.32693px);
        transform: translate(-50%, -50%) translate(-31.98805vw, 28.58627vw) translate(-37.28211%, 33.31733%) translate(-14.91284px, 13.32693px);
    }
    .page-business-development .circle-nav-item:nth-of-type(11),
    .page-business-investment .circle-nav-item:nth-of-type(11),
    .page-business-agro .circle-nav-item:nth-of-type(11),
    .page-business-culture .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-29.14815vw, 36.55062vw) translate(-31.17449%, 39.09157%) translate(-16.21073px, 20.32762px);
        -ms-transform: translate(-50%, -50%) translate(-29.14815vw, 36.55062vw) translate(-31.17449%, 39.09157%) translate(-16.21073px, 20.32762px);
        transform: translate(-50%, -50%) translate(-29.14815vw, 36.55062vw) translate(-31.17449%, 39.09157%) translate(-16.21073px, 20.32762px);
    }
    .page-business-development .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-marker:nth-of-type(11),
    .page-business-investment .circle-nav-marker:nth-of-type(11),
    .page-business-agro .circle-nav-marker:nth-of-type(11),
    .page-business-culture .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-26.74771vw, 33.54057vw) translate(-31.17449%, 39.09157%) translate(-12.4698px, 15.63663px);
        -ms-transform: translate(-50%, -50%) translate(-26.74771vw, 33.54057vw) translate(-31.17449%, 39.09157%) translate(-12.4698px, 15.63663px);
        transform: translate(-50%, -50%) translate(-26.74771vw, 33.54057vw) translate(-31.17449%, 39.09157%) translate(-12.4698px, 15.63663px);
    }
    .page-business-development .circle-nav-item:nth-of-type(12),
    .page-business-investment .circle-nav-item:nth-of-type(12),
    .page-business-agro .circle-nav-item:nth-of-type(12),
    .page-business-culture .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-22.61386vw, 40.91669vw) translate(-24.18594%, 43.76117%) translate(-12.57669px, 22.75581px);
        -ms-transform: translate(-50%, -50%) translate(-22.61386vw, 40.91669vw) translate(-24.18594%, 43.76117%) translate(-12.57669px, 22.75581px);
        transform: translate(-50%, -50%) translate(-22.61386vw, 40.91669vw) translate(-24.18594%, 43.76117%) translate(-12.57669px, 22.75581px);
    }
    .page-business-development .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-marker:nth-of-type(12),
    .page-business-investment .circle-nav-marker:nth-of-type(12),
    .page-business-agro .circle-nav-marker:nth-of-type(12),
    .page-business-culture .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-20.75154vw, 37.54708vw) translate(-24.18594%, 43.76117%) translate(-9.67438px, 17.50447px);
        -ms-transform: translate(-50%, -50%) translate(-20.75154vw, 37.54708vw) translate(-24.18594%, 43.76117%) translate(-9.67438px, 17.50447px);
        transform: translate(-50%, -50%) translate(-20.75154vw, 37.54708vw) translate(-24.18594%, 43.76117%) translate(-9.67438px, 17.50447px);
    }
    .page-business-development .circle-nav-item:nth-of-type(13),
    .page-business-investment .circle-nav-item:nth-of-type(13),
    .page-business-agro .circle-nav-item:nth-of-type(13),
    .page-business-culture .circle-nav-item:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(-15.44055vw, 44.12655vw) translate(-16.51395%, 47.19417%) translate(-8.58726px, 24.54097px);
        -ms-transform: translate(-50%, -50%) translate(-15.44055vw, 44.12655vw) translate(-16.51395%, 47.19417%) translate(-8.58726px, 24.54097px);
        transform: translate(-50%, -50%) translate(-15.44055vw, 44.12655vw) translate(-16.51395%, 47.19417%) translate(-8.58726px, 24.54097px);
    }
    .page-business-development .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(13) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-marker:nth-of-type(13),
    .page-business-investment .circle-nav-marker:nth-of-type(13),
    .page-business-agro .circle-nav-marker:nth-of-type(13),
    .page-business-culture .circle-nav-marker:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(-14.16897vw, 40.49259vw) translate(-16.51395%, 47.19417%) translate(-6.60558px, 18.87767px);
        -ms-transform: translate(-50%, -50%) translate(-14.16897vw, 40.49259vw) translate(-16.51395%, 47.19417%) translate(-6.60558px, 18.87767px);
        transform: translate(-50%, -50%) translate(-14.16897vw, 40.49259vw) translate(-16.51395%, 47.19417%) translate(-6.60558px, 18.87767px);
    }
    .page-business-development .circle-nav-item:nth-of-type(14),
    .page-business-investment .circle-nav-item:nth-of-type(14),
    .page-business-agro .circle-nav-item:nth-of-type(14),
    .page-business-culture .circle-nav-item:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(-7.83092vw, 46.08947vw) translate(-8.37531%, 49.29355%) translate(-4.35516px, 25.63265px);
        -ms-transform: translate(-50%, -50%) translate(-7.83092vw, 46.08947vw) translate(-8.37531%, 49.29355%) translate(-4.35516px, 25.63265px);
        transform: translate(-50%, -50%) translate(-7.83092vw, 46.08947vw) translate(-8.37531%, 49.29355%) translate(-4.35516px, 25.63265px);
    }
    .page-business-development .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(14) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-marker:nth-of-type(14),
    .page-business-investment .circle-nav-marker:nth-of-type(14),
    .page-business-agro .circle-nav-marker:nth-of-type(14),
    .page-business-culture .circle-nav-marker:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(-7.18602vw, 42.29387vw) translate(-8.37531%, 49.29355%) translate(-3.35012px, 19.71742px);
        -ms-transform: translate(-50%, -50%) translate(-7.18602vw, 42.29387vw) translate(-8.37531%, 49.29355%) translate(-3.35012px, 19.71742px);
        transform: translate(-50%, -50%) translate(-7.18602vw, 42.29387vw) translate(-8.37531%, 49.29355%) translate(-3.35012px, 19.71742px);
    }
}

.page-business-development .circle-nav-items,
.page-business-investment .circle-nav-items,
.page-business-agro .circle-nav-items,
.page-business-culture .circle-nav-items {
    color: #000;
}

.page-business-development .circle-nav-item,
.page-business-investment .circle-nav-item,
.page-business-agro .circle-nav-item,
.page-business-culture .circle-nav-item {
    cursor: pointer;
}

.page-business-development .circle-nav-item:nth-of-type(n) .circle-nav-sub,
.page-business-investment .circle-nav-item:nth-of-type(n) .circle-nav-sub,
.page-business-agro .circle-nav-item:nth-of-type(n) .circle-nav-sub,
.page-business-culture .circle-nav-item:nth-of-type(n) .circle-nav-sub {
    left: auto;
}

.page-business-development .circle-nav-item.js-active,
.page-business-development .circle-nav-item:hover,
.page-business-investment .circle-nav-item.js-active,
.page-business-investment .circle-nav-item:hover,
.page-business-agro .circle-nav-item.js-active,
.page-business-agro .circle-nav-item:hover,
.page-business-culture .circle-nav-item.js-active,
.page-business-culture .circle-nav-item:hover {
    font-size: 2rem;
    font-weight: 700;
}

.page-business-development .circle-nav-item.js-active .circle-nav-sub,
.page-business-development .circle-nav-item:hover .circle-nav-sub,
.page-business-investment .circle-nav-item.js-active .circle-nav-sub,
.page-business-investment .circle-nav-item:hover .circle-nav-sub,
.page-business-agro .circle-nav-item.js-active .circle-nav-sub,
.page-business-agro .circle-nav-item:hover .circle-nav-sub,
.page-business-culture .circle-nav-item.js-active .circle-nav-sub,
.page-business-culture .circle-nav-item:hover .circle-nav-sub {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: #fff;
    box-shadow: 0 0 15px 7px #fff;
    border-radius: 50px;
}

.page-business-development .circle-nav-item:hover .circle-nav-name,
.page-business-investment .circle-nav-item:hover .circle-nav-name,
.page-business-agro .circle-nav-item:hover .circle-nav-name,
.page-business-culture .circle-nav-item:hover .circle-nav-name {
    opacity: 0;
}

.page-business-development .circle-nav-item.js-active .circle-nav-name,
.page-business-investment .circle-nav-item.js-active .circle-nav-name,
.page-business-agro .circle-nav-item.js-active .circle-nav-name,
.page-business-culture .circle-nav-item.js-active .circle-nav-name {
    color: #ff2400;
    opacity: 1;
}

.page-business-development .circle-nav-item.js-active .circle-nav-sub,
.page-business-investment .circle-nav-item.js-active .circle-nav-sub,
.page-business-agro .circle-nav-item.js-active .circle-nav-sub,
.page-business-culture .circle-nav-item.js-active .circle-nav-sub {
    opacity: 0;
}

@media screen and (min-width: 1180px) {
    .page-business-development .circle-nav-item.js-active .circle-nav-name,
    .page-business-investment .circle-nav-item.js-active .circle-nav-name,
    .page-business-agro .circle-nav-item.js-active .circle-nav-name,
    .page-business-culture .circle-nav-item.js-active .circle-nav-name {
        opacity: 0;
    }
    .page-business-development .circle-nav-item.js-active .circle-nav-sub,
    .page-business-investment .circle-nav-item.js-active .circle-nav-sub,
    .page-business-agro .circle-nav-item.js-active .circle-nav-sub,
    .page-business-culture .circle-nav-item.js-active .circle-nav-sub {
        opacity: 1;
    }
}

.page-business-development .circle-nav-item.js-active .circle-nav-name,
.page-business-investment .circle-nav-item.js-active .circle-nav-name,
.page-business-agro .circle-nav-item.js-active .circle-nav-name,
.page-business-culture .circle-nav-item.js-active .circle-nav-name {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ff2400;
}

.page-business-development .circle-nav-item.js-future-project .circle-nav-name,
.page-business-investment .circle-nav-item.js-future-project .circle-nav-name,
.page-business-agro .circle-nav-item.js-future-project .circle-nav-name,
.page-business-culture .circle-nav-item.js-future-project .circle-nav-name {
    color: #999;
}

.page-business-development .circle-nav-name,
.page-business-investment .circle-nav-name,
.page-business-agro .circle-nav-name,
.page-business-culture .circle-nav-name {
    font-size: 1.3rem;
    font-weight: 400;
    opacity: 1;
    transition: font-size 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99), font-weight 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99), opacity 0.2s cubic-bezier(0.47, 0.04, 0.5, -0.06);
}

.page-business-development .circle-nav-sub,
.page-business-investment .circle-nav-sub,
.page-business-agro .circle-nav-sub,
.page-business-culture .circle-nav-sub {
    display: block;
    top: 50%;
    bottom: auto !important;
    -webkit-transform: translate(-20px, -50%);
    -ms-transform: translate(-20px, -50%);
    transform: translate(-20px, -50%);
    opacity: 0;
    transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99), opacity 0.2s cubic-bezier(0.47, 0.04, 0.5, -0.06);
    transition: transform 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99), opacity 0.2s cubic-bezier(0.47, 0.04, 0.5, -0.06);
}

.page-business-development .circle-nav-marker.js-active span,
.page-business-investment .circle-nav-marker.js-active span,
.page-business-agro .circle-nav-marker.js-active span,
.page-business-culture .circle-nav-marker.js-active span {
    width: 15px;
    height: 15px;
}

.page-business-development .circle-nav-marker.js-future-project span,
.page-business-investment .circle-nav-marker.js-future-project span,
.page-business-agro .circle-nav-marker.js-future-project span,
.page-business-culture .circle-nav-marker.js-future-project span {
    background-color: #999;
}

.page-business-development .circle-nav-slides .circle-nav-slide-img,
.page-business-investment .circle-nav-slides .circle-nav-slide-img,
.page-business-agro .circle-nav-slides .circle-nav-slide-img,
.page-business-culture .circle-nav-slides .circle-nav-slide-img {
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    margin-top: -50vh;
    height: 100vh;
    width: 50%;
}

.page-business-development .circle-nav-slides .circle-nav-slide-img .img,
.page-business-investment .circle-nav-slides .circle-nav-slide-img .img,
.page-business-agro .circle-nav-slides .circle-nav-slide-img .img,
.page-business-culture .circle-nav-slides .circle-nav-slide-img .img {
    top: 0;
    left: 0;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    height: 100%;
    width: 100%;
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    -webkit-animation-name: circle-slide-zoom-development;
    animation-name: circle-slide-zoom-development;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.ie .page-business-development .circle-nav-slides .circle-nav-slide-img .img,
.ie .page-business-investment .circle-nav-slides .circle-nav-slide-img .img,
.ie .page-business-agro .circle-nav-slides .circle-nav-slide-img .img,
.ie .page-business-culture .circle-nav-slides .circle-nav-slide-img .img {
    -webkit-animation-name: circle-slide-zoom-development-ie;
    animation-name: circle-slide-zoom-development-ie;
}

.page-business-development .circle-nav-slides .js-map,
.page-business-investment .circle-nav-slides .js-map,
.page-business-agro .circle-nav-slides .js-map,
.page-business-culture .circle-nav-slides .js-map {
    width: 50%;
    height: 100vh;
}

.page-business-development .circle-nav-slide-map,
.page-business-investment .circle-nav-slide-map,
.page-business-agro .circle-nav-slide-map,
.page-business-culture .circle-nav-slide-map {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@-webkit-keyframes circle-slide-zoom-development {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes circle-slide-zoom-development {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@-webkit-keyframes circle-slide-zoom-development-ie {
    from {
        zoom: 1;
    }
    to {
        zoom: 1.08;
    }
}

@keyframes circle-slide-zoom-development-ie {
    from {
        zoom: 1;
    }
    to {
        zoom: 1.08;
    }
}

.page-business-development .circle-nav-outline,
.page-business-investment .circle-nav-outline,
.page-business-agro .circle-nav-outline,
.page-business-culture .circle-nav-outline {
    opacity: .25;
}

.page-business-development article.text,
.page-business-investment article.text,
.page-business-agro article.text,
.page-business-culture article.text {
    z-index: -1;
    -webkit-transform: translateY(5vh);
    -ms-transform: translateY(5vh);
    transform: translateY(5vh);
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.47, 0.04, 0.5, -0.06), -webkit-transform 0.4s cubic-bezier(0.47, 0.04, 0.5, -0.06);
    transition: opacity 0.4s cubic-bezier(0.47, 0.04, 0.5, -0.06), transform 0.4s cubic-bezier(0.47, 0.04, 0.5, -0.06);
    max-height: 100%;
    display: block;
    bottom: 0;
}

.page-business-development article.text.js-active,
.page-business-investment article.text.js-active,
.page-business-agro article.text.js-active,
.page-business-culture article.text.js-active {
    z-index: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.page-business-development article.text::before,
.page-business-development article.text::after,
.page-business-investment article.text::before,
.page-business-investment article.text::after,
.page-business-agro article.text::before,
.page-business-agro article.text::after,
.page-business-culture article.text::before,
.page-business-culture article.text::after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    height: 25%;
    pointer-events: none;
}

.page-business-development article.text::before,
.page-business-investment article.text::before,
.page-business-agro article.text::before,
.page-business-culture article.text::before {
    top: 0;
    background: linear-gradient(to bottom, #fff 0%, #fff 25%, rgba(255, 255, 255, 0) 65%);
}

.page-business-development article.text::after,
.page-business-investment article.text::after,
.page-business-agro article.text::after,
.page-business-culture article.text::after {
    bottom: 0;
    background: linear-gradient(to top, #fff 0%, #fff 25%, rgba(255, 255, 255, 0) 65%);
}

.page-business-development article.text .inner,
.page-business-investment article.text .inner,
.page-business-agro article.text .inner,
.page-business-culture article.text .inner {
    overflow-y: auto;
    max-height: 100vh;
    display: block;
    padding-top: 53px;
    padding-bottom: 53px;
}

.page-business-development article.text.text-future,
.page-business-investment article.text.text-future,
.page-business-agro article.text.text-future,
.page-business-culture article.text.text-future {
    font-size: 1.5rem;
}

.page-business-development article.text.text-future ul,
.page-business-investment article.text.text-future ul,
.page-business-agro article.text.text-future ul,
.page-business-culture article.text.text-future ul {
    margin-top: 2rem;
    padding-left: 0;
    list-style-position: inside;
}

.page-business-development article.text.text-future ul li+li,
.page-business-investment article.text.text-future ul li+li,
.page-business-agro article.text.text-future ul li+li,
.page-business-culture article.text.text-future ul li+li {
    margin-top: 1rem;
}

.page-business-development article.text .b-point,
.page-business-investment article.text .b-point,
.page-business-agro article.text .b-point,
.page-business-culture article.text .b-point {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-business-development article.text .b-point .icon,
.page-business-investment article.text .b-point .icon,
.page-business-agro article.text .b-point .icon,
.page-business-culture article.text .b-point .icon {
    fill: #ff2400;
    margin-right: 10px;
    opacity: 0;
}

.page-business-development article.text .b-point .js-point-name,
.page-business-investment article.text .b-point .js-point-name,
.page-business-agro article.text .b-point .js-point-name,
.page-business-culture article.text .b-point .js-point-name {
    margin: 0;
}

@media screen and (min-width: 1180px) {
    .page-business-development .screen-text-inner::-webkit-scrollbar,
    .page-business-investment .screen-text-inner::-webkit-scrollbar,
    .page-business-agro .screen-text-inner::-webkit-scrollbar,
    .page-business-culture .screen-text-inner::-webkit-scrollbar {
        width: 0;
    }
}

@media screen and (max-width: 1179px) {
    .page-business-development .screen-inner,
    .page-business-investment .screen-inner,
    .page-business-agro .screen-inner,
    .page-business-culture .screen-inner {
        height: 80vh;
    }
    .page-business-development .screen-text,
    .page-business-investment .screen-text,
    .page-business-agro .screen-text,
    .page-business-culture .screen-text {
        width: 92.5vw;
        height: 75%;
    }
    .page-business-development .screen-text .scroll,
    .page-business-investment .screen-text .scroll,
    .page-business-agro .screen-text .scroll,
    .page-business-culture .screen-text .scroll {
        margin-left: 52%;
        width: 48%;
        height: 60vh;
        padding-top: 0;
    }
    .page-business-development .screen-text .side,
    .page-business-investment .screen-text .side,
    .page-business-agro .screen-text .side,
    .page-business-culture .screen-text .side {
        top: 0;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 50%;
    }
    .page-business-development .screen-text-inner,
    .page-business-investment .screen-text-inner,
    .page-business-agro .screen-text-inner,
    .page-business-culture .screen-text-inner {
        position: relative;
    }
    .page-business-development .fade,
    .page-business-investment .fade,
    .page-business-agro .fade,
    .page-business-culture .fade {
        display: none;
    }
    .page-business-development .nav-parallax-next,
    .page-business-investment .nav-parallax-next,
    .page-business-agro .nav-parallax-next,
    .page-business-culture .nav-parallax-next {
        top: 80vh;
        margin-top: -18px;
    }
}

@media screen and (min-width: 600px) and (max-width: 959px) and (min-height: 416px) {
    .page-business-development .screen-text .scroll .side,
    .page-business-investment .screen-text .scroll .side,
    .page-business-agro .screen-text .scroll .side,
    .page-business-culture .screen-text .scroll .side {
        right: 56%;
        width: 44%;
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape),
(max-width: 599px) {
    .page-business-development .social,
    .page-business-investment .social,
    .page-business-agro .social,
    .page-business-culture .social {
        display: none;
    }
    .page-business-development .screen-inner,
    .page-business-investment .screen-inner,
    .page-business-agro .screen-inner,
    .page-business-culture .screen-inner {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .page-business-development .screen-text,
    .page-business-investment .screen-text,
    .page-business-agro .screen-text,
    .page-business-culture .screen-text {
        width: 100vw;
        height: 100%;
    }
    .page-business-development .screen-text .scroll,
    .page-business-investment .screen-text .scroll,
    .page-business-agro .screen-text .scroll,
    .page-business-culture .screen-text .scroll {
        height: 100%;
        margin-left: 0;
        padding-top: 0;
    }
    .page-business-development .screen-text .scroll::after,
    .page-business-investment .screen-text .scroll::after,
    .page-business-agro .screen-text .scroll::after,
    .page-business-culture .screen-text .scroll::after {
        display: block;
    }
    .page-business-development .screen-text .scroll-inner,
    .page-business-investment .screen-text .scroll-inner,
    .page-business-agro .screen-text .scroll-inner,
    .page-business-culture .screen-text .scroll-inner {
        overflow: auto;
        height: 100%;
    }
    .page-business-development .screen-text .side,
    .page-business-investment .screen-text .side,
    .page-business-agro .screen-text .side,
    .page-business-culture .screen-text .side {
        position: static;
        width: 100%;
    }
    .page-business-development .screen-text .side h1,
    .page-business-investment .screen-text .side h1,
    .page-business-agro .screen-text .side h1,
    .page-business-culture .screen-text .side h1 {
        margin-bottom: 1rem;
        font-size: 2.2rem;
    }
    .page-business-development .screen-text .side .large,
    .page-business-investment .screen-text .side .large,
    .page-business-agro .screen-text .side .large,
    .page-business-culture .screen-text .side .large {
        font-size: 1.6rem;
    }
    .page-business-development .screen-text .screen-text-inner .scroll,
    .page-business-investment .screen-text .screen-text-inner .scroll,
    .page-business-agro .screen-text .screen-text-inner .scroll,
    .page-business-culture .screen-text .screen-text-inner .scroll {
        margin-top: 15px;
        overflow: hidden;
        height: auto;
    }
    .page-business-development .screen-text-inner,
    .page-business-investment .screen-text-inner,
    .page-business-agro .screen-text-inner,
    .page-business-culture .screen-text-inner {
        overflow-y: auto;
        padding-top: 5vw;
    }
    .page-business-development .fade,
    .page-business-investment .fade,
    .page-business-agro .fade,
    .page-business-culture .fade {
        position: absolute;
        z-index: 1;
        right: 0;
        left: 0;
        width: auto;
        display: block;
        height: 20%;
    }
    .page-business-development .fade-top,
    .page-business-investment .fade-top,
    .page-business-agro .fade-top,
    .page-business-culture .fade-top {
        top: -10%;
    }
    .page-business-development .fade-bottom,
    .page-business-investment .fade-bottom,
    .page-business-agro .fade-bottom,
    .page-business-culture .fade-bottom {
        bottom: -10%;
    }
    .page-business-development .parallax article,
    .page-business-investment .parallax article,
    .page-business-agro .parallax article,
    .page-business-culture .parallax article {
        padding: 0 30px;
        width: 100%;
    }
    .page-business-development .circle-nav,
    .page-business-investment .circle-nav,
    .page-business-agro .circle-nav,
    .page-business-culture .circle-nav {
        z-index: 2;
        width: 180vw;
        height: 180vw;
    }
    .page-business-development .circle-nav::after,
    .page-business-investment .circle-nav::after,
    .page-business-agro .circle-nav::after,
    .page-business-culture .circle-nav::after {
        display: none;
    }
    .page-business-development .circle-nav-item:nth-of-type(1),
    .page-business-investment .circle-nav-item:nth-of-type(1),
    .page-business-agro .circle-nav-item:nth-of-type(1),
    .page-business-culture .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        -ms-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide:nth-child(1),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide:nth-child(1),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide:nth-child(1),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide:nth-child(1) {
        z-index: 1;
        opacity: 1;
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide-img:nth-child(1) .img,
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide-img:nth-child(1) .img,
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide-img:nth-child(1) .img,
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide-img:nth-child(1) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        -ms-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        -ms-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        -ms-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        -ms-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
        -ms-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
        transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(1.11846rem, 0.99952rem);
        -ms-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(1.11846rem, 0.99952rem);
        transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(1.11846rem, 0.99952rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(1.27009rem, 0.79805rem);
        -ms-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(1.27009rem, 0.79805rem);
        transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(1.27009rem, 0.79805rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(1.38582rem, 0.57403rem);
        -ms-transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(1.38582rem, 0.57403rem);
        transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(1.38582rem, 0.57403rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(1.46239rem, 0.33378rem);
        -ms-transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(1.46239rem, 0.33378rem);
        transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(1.46239rem, 0.33378rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(1.49764rem, 0.08411rem);
        -ms-transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(1.49764rem, 0.08411rem);
        transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(1.49764rem, 0.08411rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(89.4341vw, -10.0768vw) translate(49.68561%, -5.59822%) translate(1.49057rem, -0.16795rem);
        -ms-transform: translate(-50%, -50%) translate(89.4341vw, -10.0768vw) translate(49.68561%, -5.59822%) translate(1.49057rem, -0.16795rem);
        transform: translate(-50%, -50%) translate(89.4341vw, -10.0768vw) translate(49.68561%, -5.59822%) translate(1.49057rem, -0.16795rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(86.48256vw, -24.9152vw) translate(48.04587%, -13.84178%) translate(1.44138rem, -0.41525rem);
        -ms-transform: translate(-50%, -50%) translate(86.48256vw, -24.9152vw) translate(48.04587%, -13.84178%) translate(1.44138rem, -0.41525rem);
        transform: translate(-50%, -50%) translate(86.48256vw, -24.9152vw) translate(48.04587%, -13.84178%) translate(1.44138rem, -0.41525rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(81.0872vw, -39.04954vw) translate(45.04844%, -21.69419%) translate(1.35145rem, -0.65083rem);
        -ms-transform: translate(-50%, -50%) translate(81.0872vw, -39.04954vw) translate(45.04844%, -21.69419%) translate(1.35145rem, -0.65083rem);
        transform: translate(-50%, -50%) translate(81.0872vw, -39.04954vw) translate(45.04844%, -21.69419%) translate(1.35145rem, -0.65083rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(13) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(73.40048vw, -52.08042vw) translate(40.77804%, -28.93356%) translate(1.22334rem, -0.86801rem);
        -ms-transform: translate(-50%, -50%) translate(73.40048vw, -52.08042vw) translate(40.77804%, -28.93356%) translate(1.22334rem, -0.86801rem);
        transform: translate(-50%, -50%) translate(73.40048vw, -52.08042vw) translate(40.77804%, -28.93356%) translate(1.22334rem, -0.86801rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(14) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
        transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(0, 0);
        transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(0, 0);
        transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(0, 0);
        transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(0, 0);
        transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(89.4341vw, -10.0768vw) translate(49.68561%, -5.59822%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(89.4341vw, -10.0768vw) translate(49.68561%, -5.59822%) translate(0, 0);
        transform: translate(-50%, -50%) translate(89.4341vw, -10.0768vw) translate(49.68561%, -5.59822%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(86.48256vw, -24.9152vw) translate(48.04587%, -13.84178%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(86.48256vw, -24.9152vw) translate(48.04587%, -13.84178%) translate(0, 0);
        transform: translate(-50%, -50%) translate(86.48256vw, -24.9152vw) translate(48.04587%, -13.84178%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(81.0872vw, -39.04954vw) translate(45.04844%, -21.69419%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(81.0872vw, -39.04954vw) translate(45.04844%, -21.69419%) translate(0, 0);
        transform: translate(-50%, -50%) translate(81.0872vw, -39.04954vw) translate(45.04844%, -21.69419%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(73.40048vw, -52.08042vw) translate(40.77804%, -28.93356%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(73.40048vw, -52.08042vw) translate(40.77804%, -28.93356%) translate(0, 0);
        transform: translate(-50%, -50%) translate(73.40048vw, -52.08042vw) translate(40.77804%, -28.93356%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav-item:nth-of-type(2),
    .page-business-investment .circle-nav-item:nth-of-type(2),
    .page-business-agro .circle-nav-item:nth-of-type(2),
    .page-business-culture .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        -ms-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide:nth-child(2),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide:nth-child(2),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide:nth-child(2),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide:nth-child(2) {
        z-index: 1;
        opacity: 1;
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide-img:nth-child(2) .img,
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide-img:nth-child(2) .img,
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide-img:nth-child(2) .img,
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide-img:nth-child(2) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        -ms-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        -ms-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        -ms-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        -ms-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        -ms-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
        -ms-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
        transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(1.11846rem, 0.99952rem);
        -ms-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(1.11846rem, 0.99952rem);
        transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(1.11846rem, 0.99952rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(1.27009rem, 0.79805rem);
        -ms-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(1.27009rem, 0.79805rem);
        transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(1.27009rem, 0.79805rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(1.38582rem, 0.57403rem);
        -ms-transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(1.38582rem, 0.57403rem);
        transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(1.38582rem, 0.57403rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(1.46239rem, 0.33378rem);
        -ms-transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(1.46239rem, 0.33378rem);
        transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(1.46239rem, 0.33378rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(1.49764rem, 0.08411rem);
        -ms-transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(1.49764rem, 0.08411rem);
        transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(1.49764rem, 0.08411rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(89.4341vw, -10.0768vw) translate(49.68561%, -5.59822%) translate(1.49057rem, -0.16795rem);
        -ms-transform: translate(-50%, -50%) translate(89.4341vw, -10.0768vw) translate(49.68561%, -5.59822%) translate(1.49057rem, -0.16795rem);
        transform: translate(-50%, -50%) translate(89.4341vw, -10.0768vw) translate(49.68561%, -5.59822%) translate(1.49057rem, -0.16795rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(86.48256vw, -24.9152vw) translate(48.04587%, -13.84178%) translate(1.44138rem, -0.41525rem);
        -ms-transform: translate(-50%, -50%) translate(86.48256vw, -24.9152vw) translate(48.04587%, -13.84178%) translate(1.44138rem, -0.41525rem);
        transform: translate(-50%, -50%) translate(86.48256vw, -24.9152vw) translate(48.04587%, -13.84178%) translate(1.44138rem, -0.41525rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(13) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(81.0872vw, -39.04954vw) translate(45.04844%, -21.69419%) translate(1.35145rem, -0.65083rem);
        -ms-transform: translate(-50%, -50%) translate(81.0872vw, -39.04954vw) translate(45.04844%, -21.69419%) translate(1.35145rem, -0.65083rem);
        transform: translate(-50%, -50%) translate(81.0872vw, -39.04954vw) translate(45.04844%, -21.69419%) translate(1.35145rem, -0.65083rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(14) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
        transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(0, 0);
        transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(0, 0);
        transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(0, 0);
        transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(0, 0);
        transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(89.4341vw, -10.0768vw) translate(49.68561%, -5.59822%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(89.4341vw, -10.0768vw) translate(49.68561%, -5.59822%) translate(0, 0);
        transform: translate(-50%, -50%) translate(89.4341vw, -10.0768vw) translate(49.68561%, -5.59822%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(86.48256vw, -24.9152vw) translate(48.04587%, -13.84178%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(86.48256vw, -24.9152vw) translate(48.04587%, -13.84178%) translate(0, 0);
        transform: translate(-50%, -50%) translate(86.48256vw, -24.9152vw) translate(48.04587%, -13.84178%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(81.0872vw, -39.04954vw) translate(45.04844%, -21.69419%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(81.0872vw, -39.04954vw) translate(45.04844%, -21.69419%) translate(0, 0);
        transform: translate(-50%, -50%) translate(81.0872vw, -39.04954vw) translate(45.04844%, -21.69419%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav-item:nth-of-type(3),
    .page-business-investment .circle-nav-item:nth-of-type(3),
    .page-business-agro .circle-nav-item:nth-of-type(3),
    .page-business-culture .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        -ms-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide:nth-child(3),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide:nth-child(3),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide:nth-child(3),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide:nth-child(3) {
        z-index: 1;
        opacity: 1;
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide-img:nth-child(3) .img,
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide-img:nth-child(3) .img,
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide-img:nth-child(3) .img,
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide-img:nth-child(3) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        -ms-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        -ms-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        -ms-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        -ms-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        -ms-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        -ms-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
        -ms-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
        transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(1.11846rem, 0.99952rem);
        -ms-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(1.11846rem, 0.99952rem);
        transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(1.11846rem, 0.99952rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(1.27009rem, 0.79805rem);
        -ms-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(1.27009rem, 0.79805rem);
        transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(1.27009rem, 0.79805rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(1.38582rem, 0.57403rem);
        -ms-transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(1.38582rem, 0.57403rem);
        transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(1.38582rem, 0.57403rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(1.46239rem, 0.33378rem);
        -ms-transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(1.46239rem, 0.33378rem);
        transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(1.46239rem, 0.33378rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(1.49764rem, 0.08411rem);
        -ms-transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(1.49764rem, 0.08411rem);
        transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(1.49764rem, 0.08411rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(89.4341vw, -10.0768vw) translate(49.68561%, -5.59822%) translate(1.49057rem, -0.16795rem);
        -ms-transform: translate(-50%, -50%) translate(89.4341vw, -10.0768vw) translate(49.68561%, -5.59822%) translate(1.49057rem, -0.16795rem);
        transform: translate(-50%, -50%) translate(89.4341vw, -10.0768vw) translate(49.68561%, -5.59822%) translate(1.49057rem, -0.16795rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(13) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(86.48256vw, -24.9152vw) translate(48.04587%, -13.84178%) translate(1.44138rem, -0.41525rem);
        -ms-transform: translate(-50%, -50%) translate(86.48256vw, -24.9152vw) translate(48.04587%, -13.84178%) translate(1.44138rem, -0.41525rem);
        transform: translate(-50%, -50%) translate(86.48256vw, -24.9152vw) translate(48.04587%, -13.84178%) translate(1.44138rem, -0.41525rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(14) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
        transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(0, 0);
        transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(0, 0);
        transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(0, 0);
        transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(0, 0);
        transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(89.4341vw, -10.0768vw) translate(49.68561%, -5.59822%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(89.4341vw, -10.0768vw) translate(49.68561%, -5.59822%) translate(0, 0);
        transform: translate(-50%, -50%) translate(89.4341vw, -10.0768vw) translate(49.68561%, -5.59822%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(86.48256vw, -24.9152vw) translate(48.04587%, -13.84178%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(86.48256vw, -24.9152vw) translate(48.04587%, -13.84178%) translate(0, 0);
        transform: translate(-50%, -50%) translate(86.48256vw, -24.9152vw) translate(48.04587%, -13.84178%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav-item:nth-of-type(4),
    .page-business-investment .circle-nav-item:nth-of-type(4),
    .page-business-agro .circle-nav-item:nth-of-type(4),
    .page-business-culture .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        -ms-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide:nth-child(4),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide:nth-child(4),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide:nth-child(4),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide:nth-child(4) {
        z-index: 1;
        opacity: 1;
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide-img:nth-child(4) .img,
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide-img:nth-child(4) .img,
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide-img:nth-child(4) .img,
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide-img:nth-child(4) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        -ms-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        -ms-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        -ms-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        -ms-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        bottom: 5px;
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        -ms-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        -ms-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        -ms-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
        -ms-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
        transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(1.11846rem, 0.99952rem);
        -ms-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(1.11846rem, 0.99952rem);
        transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(1.11846rem, 0.99952rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(1.27009rem, 0.79805rem);
        -ms-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(1.27009rem, 0.79805rem);
        transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(1.27009rem, 0.79805rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(1.38582rem, 0.57403rem);
        -ms-transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(1.38582rem, 0.57403rem);
        transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(1.38582rem, 0.57403rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(1.46239rem, 0.33378rem);
        -ms-transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(1.46239rem, 0.33378rem);
        transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(1.46239rem, 0.33378rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(1.49764rem, 0.08411rem);
        -ms-transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(1.49764rem, 0.08411rem);
        transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(1.49764rem, 0.08411rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(13) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(89.4341vw, -10.0768vw) translate(49.68561%, -5.59822%) translate(1.49057rem, -0.16795rem);
        -ms-transform: translate(-50%, -50%) translate(89.4341vw, -10.0768vw) translate(49.68561%, -5.59822%) translate(1.49057rem, -0.16795rem);
        transform: translate(-50%, -50%) translate(89.4341vw, -10.0768vw) translate(49.68561%, -5.59822%) translate(1.49057rem, -0.16795rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(14) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
        transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(0, 0);
        transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(0, 0);
        transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(0, 0);
        transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(0, 0);
        transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(89.4341vw, -10.0768vw) translate(49.68561%, -5.59822%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(89.4341vw, -10.0768vw) translate(49.68561%, -5.59822%) translate(0, 0);
        transform: translate(-50%, -50%) translate(89.4341vw, -10.0768vw) translate(49.68561%, -5.59822%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav-item:nth-of-type(5),
    .page-business-investment .circle-nav-item:nth-of-type(5),
    .page-business-agro .circle-nav-item:nth-of-type(5),
    .page-business-culture .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
        -ms-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
        transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-slides .circle-nav-slide:nth-child(5),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-slides .circle-nav-slide:nth-child(5),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-slides .circle-nav-slide:nth-child(5),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-slides .circle-nav-slide:nth-child(5) {
        z-index: 1;
        opacity: 1;
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-slides .circle-nav-slide-img:nth-child(5) .img,
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-slides .circle-nav-slide-img:nth-child(5) .img,
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-slides .circle-nav-slide-img:nth-child(5) .img,
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-slides .circle-nav-slide-img:nth-child(5) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
        -ms-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
        transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        -ms-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        -ms-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        -ms-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        -ms-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        bottom: 5px;
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        -ms-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        -ms-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        -ms-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
        -ms-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
        transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(1.11846rem, 0.99952rem);
        -ms-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(1.11846rem, 0.99952rem);
        transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(1.11846rem, 0.99952rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(1.27009rem, 0.79805rem);
        -ms-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(1.27009rem, 0.79805rem);
        transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(1.27009rem, 0.79805rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(1.38582rem, 0.57403rem);
        -ms-transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(1.38582rem, 0.57403rem);
        transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(1.38582rem, 0.57403rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(1.46239rem, 0.33378rem);
        -ms-transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(1.46239rem, 0.33378rem);
        transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(1.46239rem, 0.33378rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(13) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(1.49764rem, 0.08411rem);
        -ms-transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(1.49764rem, 0.08411rem);
        transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(1.49764rem, 0.08411rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(14) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
        transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(0, 0);
        transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(0, 0);
        transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(0, 0);
        transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(0, 0);
        transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav-item:nth-of-type(6),
    .page-business-investment .circle-nav-item:nth-of-type(6),
    .page-business-agro .circle-nav-item:nth-of-type(6),
    .page-business-culture .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(1.11846rem, 0.99952rem);
        -ms-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(1.11846rem, 0.99952rem);
        transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(1.11846rem, 0.99952rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-slides .circle-nav-slide:nth-child(6),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-slides .circle-nav-slide:nth-child(6),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-slides .circle-nav-slide:nth-child(6),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-slides .circle-nav-slide:nth-child(6) {
        z-index: 1;
        opacity: 1;
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-slides .circle-nav-slide-img:nth-child(6) .img,
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-slides .circle-nav-slide-img:nth-child(6) .img,
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-slides .circle-nav-slide-img:nth-child(6) .img,
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-slides .circle-nav-slide-img:nth-child(6) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(-1.11846rem, 0.99952rem);
        -ms-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(-1.11846rem, 0.99952rem);
        transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(-1.11846rem, 0.99952rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
        -ms-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
        transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        -ms-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        -ms-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        -ms-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        -ms-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        bottom: 5px;
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        -ms-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        -ms-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        -ms-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
        -ms-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
        transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(1.11846rem, 0.99952rem);
        -ms-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(1.11846rem, 0.99952rem);
        transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(1.11846rem, 0.99952rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(1.27009rem, 0.79805rem);
        -ms-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(1.27009rem, 0.79805rem);
        transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(1.27009rem, 0.79805rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(1.38582rem, 0.57403rem);
        -ms-transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(1.38582rem, 0.57403rem);
        transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(1.38582rem, 0.57403rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(13) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(1.46239rem, 0.33378rem);
        -ms-transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(1.46239rem, 0.33378rem);
        transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(1.46239rem, 0.33378rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(14) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
        transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(0, 0);
        transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(0, 0);
        transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(0, 0);
        transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav-item:nth-of-type(7),
    .page-business-investment .circle-nav-item:nth-of-type(7),
    .page-business-agro .circle-nav-item:nth-of-type(7),
    .page-business-culture .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(1.27009rem, 0.79805rem);
        -ms-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(1.27009rem, 0.79805rem);
        transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(1.27009rem, 0.79805rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-slides .circle-nav-slide:nth-child(7),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-slides .circle-nav-slide:nth-child(7),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-slides .circle-nav-slide:nth-child(7),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-slides .circle-nav-slide:nth-child(7) {
        z-index: 1;
        opacity: 1;
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-slides .circle-nav-slide-img:nth-child(7) .img,
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-slides .circle-nav-slide-img:nth-child(7) .img,
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-slides .circle-nav-slide-img:nth-child(7) .img,
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-slides .circle-nav-slide-img:nth-child(7) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(-1.27009rem, 0.79805rem);
        -ms-transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(-1.27009rem, 0.79805rem);
        transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(-1.27009rem, 0.79805rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(-1.11846rem, 0.99952rem);
        -ms-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(-1.11846rem, 0.99952rem);
        transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(-1.11846rem, 0.99952rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
        -ms-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
        transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        -ms-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        -ms-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        -ms-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        -ms-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        bottom: 5px;
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        -ms-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        -ms-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        -ms-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
        -ms-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
        transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(1.11846rem, 0.99952rem);
        -ms-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(1.11846rem, 0.99952rem);
        transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(1.11846rem, 0.99952rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(1.27009rem, 0.79805rem);
        -ms-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(1.27009rem, 0.79805rem);
        transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(1.27009rem, 0.79805rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(13) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(1.38582rem, 0.57403rem);
        -ms-transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(1.38582rem, 0.57403rem);
        transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(1.38582rem, 0.57403rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(14) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
        transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(0, 0);
        transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(0, 0);
        transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav-item:nth-of-type(8),
    .page-business-investment .circle-nav-item:nth-of-type(8),
    .page-business-agro .circle-nav-item:nth-of-type(8),
    .page-business-culture .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(1.38582rem, 0.57403rem);
        -ms-transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(1.38582rem, 0.57403rem);
        transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(1.38582rem, 0.57403rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-slides .circle-nav-slide:nth-child(8),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-slides .circle-nav-slide:nth-child(8),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-slides .circle-nav-slide:nth-child(8),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-slides .circle-nav-slide:nth-child(8) {
        z-index: 1;
        opacity: 1;
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-slides .circle-nav-slide-img:nth-child(8) .img,
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-slides .circle-nav-slide-img:nth-child(8) .img,
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-slides .circle-nav-slide-img:nth-child(8) .img,
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-slides .circle-nav-slide-img:nth-child(8) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(-1.38582rem, 0.57403rem);
        -ms-transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(-1.38582rem, 0.57403rem);
        transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(-1.38582rem, 0.57403rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(-1.27009rem, 0.79805rem);
        -ms-transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(-1.27009rem, 0.79805rem);
        transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(-1.27009rem, 0.79805rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(-1.11846rem, 0.99952rem);
        -ms-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(-1.11846rem, 0.99952rem);
        transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(-1.11846rem, 0.99952rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
        -ms-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
        transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        -ms-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        -ms-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        -ms-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        -ms-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        bottom: 5px;
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        -ms-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        -ms-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        -ms-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
        -ms-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
        transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(1.11846rem, 0.99952rem);
        -ms-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(1.11846rem, 0.99952rem);
        transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(1.11846rem, 0.99952rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(13) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(1.27009rem, 0.79805rem);
        -ms-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(1.27009rem, 0.79805rem);
        transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(1.27009rem, 0.79805rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(14) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
        transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(0, 0);
        transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(0, 0);
        transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav-item:nth-of-type(9),
    .page-business-investment .circle-nav-item:nth-of-type(9),
    .page-business-agro .circle-nav-item:nth-of-type(9),
    .page-business-culture .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(1.46239rem, 0.33378rem);
        -ms-transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(1.46239rem, 0.33378rem);
        transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(1.46239rem, 0.33378rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-slides .circle-nav-slide:nth-child(9),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-slides .circle-nav-slide:nth-child(9),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-slides .circle-nav-slide:nth-child(9),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-slides .circle-nav-slide:nth-child(9) {
        z-index: 1;
        opacity: 1;
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-slides .circle-nav-slide-img:nth-child(9) .img,
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-slides .circle-nav-slide-img:nth-child(9) .img,
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-slides .circle-nav-slide-img:nth-child(9) .img,
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-slides .circle-nav-slide-img:nth-child(9) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(-1.46239rem, 0.33378rem);
        -ms-transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(-1.46239rem, 0.33378rem);
        transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(-1.46239rem, 0.33378rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(-1.38582rem, 0.57403rem);
        -ms-transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(-1.38582rem, 0.57403rem);
        transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(-1.38582rem, 0.57403rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(-1.27009rem, 0.79805rem);
        -ms-transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(-1.27009rem, 0.79805rem);
        transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(-1.27009rem, 0.79805rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(-1.11846rem, 0.99952rem);
        -ms-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(-1.11846rem, 0.99952rem);
        transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(-1.11846rem, 0.99952rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
        -ms-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
        transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        -ms-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        -ms-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        -ms-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        -ms-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        bottom: 5px;
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        -ms-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        -ms-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        -ms-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
        -ms-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
        transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(13) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(1.11846rem, 0.99952rem);
        -ms-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(1.11846rem, 0.99952rem);
        transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(1.11846rem, 0.99952rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(14) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
        transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(0, 0);
        transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav-item:nth-of-type(10),
    .page-business-investment .circle-nav-item:nth-of-type(10),
    .page-business-agro .circle-nav-item:nth-of-type(10),
    .page-business-culture .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(1.49764rem, 0.08411rem);
        -ms-transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(1.49764rem, 0.08411rem);
        transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(1.49764rem, 0.08411rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-slides .circle-nav-slide:nth-child(10),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-slides .circle-nav-slide:nth-child(10),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-slides .circle-nav-slide:nth-child(10),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-slides .circle-nav-slide:nth-child(10) {
        z-index: 1;
        opacity: 1;
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-slides .circle-nav-slide-img:nth-child(10) .img,
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-slides .circle-nav-slide-img:nth-child(10) .img,
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-slides .circle-nav-slide-img:nth-child(10) .img,
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-slides .circle-nav-slide-img:nth-child(10) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-89.85841vw, 5.04634vw) translate(-49.92134%, 2.80352%) translate(-1.49764rem, 0.08411rem);
        -ms-transform: translate(-50%, -50%) translate(-89.85841vw, 5.04634vw) translate(-49.92134%, 2.80352%) translate(-1.49764rem, 0.08411rem);
        transform: translate(-50%, -50%) translate(-89.85841vw, 5.04634vw) translate(-49.92134%, 2.80352%) translate(-1.49764rem, 0.08411rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(-1.46239rem, 0.33378rem);
        -ms-transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(-1.46239rem, 0.33378rem);
        transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(-1.46239rem, 0.33378rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(-1.38582rem, 0.57403rem);
        -ms-transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(-1.38582rem, 0.57403rem);
        transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(-1.38582rem, 0.57403rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(-1.27009rem, 0.79805rem);
        -ms-transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(-1.27009rem, 0.79805rem);
        transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(-1.27009rem, 0.79805rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(-1.11846rem, 0.99952rem);
        -ms-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(-1.11846rem, 0.99952rem);
        transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(-1.11846rem, 0.99952rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
        -ms-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
        transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        -ms-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        -ms-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        -ms-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        -ms-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        bottom: 5px;
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        -ms-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        -ms-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        -ms-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(13) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
        -ms-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
        transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(14) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-89.85841vw, 5.04634vw) translate(-49.92134%, 2.80352%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-89.85841vw, 5.04634vw) translate(-49.92134%, 2.80352%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-89.85841vw, 5.04634vw) translate(-49.92134%, 2.80352%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
        transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav-item:nth-of-type(11),
    .page-business-investment .circle-nav-item:nth-of-type(11),
    .page-business-agro .circle-nav-item:nth-of-type(11),
    .page-business-culture .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(89.4341vw, -10.0768vw) translate(49.68561%, -5.59822%) translate(1.49057rem, -0.16795rem);
        -ms-transform: translate(-50%, -50%) translate(89.4341vw, -10.0768vw) translate(49.68561%, -5.59822%) translate(1.49057rem, -0.16795rem);
        transform: translate(-50%, -50%) translate(89.4341vw, -10.0768vw) translate(49.68561%, -5.59822%) translate(1.49057rem, -0.16795rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-slides .circle-nav-slide:nth-child(11),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-slides .circle-nav-slide:nth-child(11),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-slides .circle-nav-slide:nth-child(11),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-slides .circle-nav-slide:nth-child(11) {
        z-index: 1;
        opacity: 1;
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-slides .circle-nav-slide-img:nth-child(11) .img,
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-slides .circle-nav-slide-img:nth-child(11) .img,
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-slides .circle-nav-slide-img:nth-child(11) .img,
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-slides .circle-nav-slide-img:nth-child(11) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-89.4341vw, -10.0768vw) translate(-49.68561%, -5.59822%) translate(-1.49057rem, -0.16795rem);
        -ms-transform: translate(-50%, -50%) translate(-89.4341vw, -10.0768vw) translate(-49.68561%, -5.59822%) translate(-1.49057rem, -0.16795rem);
        transform: translate(-50%, -50%) translate(-89.4341vw, -10.0768vw) translate(-49.68561%, -5.59822%) translate(-1.49057rem, -0.16795rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-89.85841vw, 5.04634vw) translate(-49.92134%, 2.80352%) translate(-1.49764rem, 0.08411rem);
        -ms-transform: translate(-50%, -50%) translate(-89.85841vw, 5.04634vw) translate(-49.92134%, 2.80352%) translate(-1.49764rem, 0.08411rem);
        transform: translate(-50%, -50%) translate(-89.85841vw, 5.04634vw) translate(-49.92134%, 2.80352%) translate(-1.49764rem, 0.08411rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(-1.46239rem, 0.33378rem);
        -ms-transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(-1.46239rem, 0.33378rem);
        transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(-1.46239rem, 0.33378rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(-1.38582rem, 0.57403rem);
        -ms-transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(-1.38582rem, 0.57403rem);
        transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(-1.38582rem, 0.57403rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(-1.27009rem, 0.79805rem);
        -ms-transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(-1.27009rem, 0.79805rem);
        transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(-1.27009rem, 0.79805rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(-1.11846rem, 0.99952rem);
        -ms-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(-1.11846rem, 0.99952rem);
        transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(-1.11846rem, 0.99952rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
        -ms-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
        transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        -ms-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        -ms-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        -ms-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        -ms-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        bottom: 5px;
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        -ms-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        -ms-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(13) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        -ms-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(14) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-89.4341vw, -10.0768vw) translate(-49.68561%, -5.59822%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-89.4341vw, -10.0768vw) translate(-49.68561%, -5.59822%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-89.4341vw, -10.0768vw) translate(-49.68561%, -5.59822%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-89.85841vw, 5.04634vw) translate(-49.92134%, 2.80352%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-89.85841vw, 5.04634vw) translate(-49.92134%, 2.80352%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-89.85841vw, 5.04634vw) translate(-49.92134%, 2.80352%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav-item:nth-of-type(12),
    .page-business-investment .circle-nav-item:nth-of-type(12),
    .page-business-agro .circle-nav-item:nth-of-type(12),
    .page-business-culture .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(86.48256vw, -24.9152vw) translate(48.04587%, -13.84178%) translate(1.44138rem, -0.41525rem);
        -ms-transform: translate(-50%, -50%) translate(86.48256vw, -24.9152vw) translate(48.04587%, -13.84178%) translate(1.44138rem, -0.41525rem);
        transform: translate(-50%, -50%) translate(86.48256vw, -24.9152vw) translate(48.04587%, -13.84178%) translate(1.44138rem, -0.41525rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-slides .circle-nav-slide:nth-child(12),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-slides .circle-nav-slide:nth-child(12),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-slides .circle-nav-slide:nth-child(12),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-slides .circle-nav-slide:nth-child(12) {
        z-index: 1;
        opacity: 1;
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-slides .circle-nav-slide-img:nth-child(12) .img,
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-slides .circle-nav-slide-img:nth-child(12) .img,
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-slides .circle-nav-slide-img:nth-child(12) .img,
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-slides .circle-nav-slide-img:nth-child(12) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-86.48256vw, -24.9152vw) translate(-48.04587%, -13.84178%) translate(-1.44138rem, -0.41525rem);
        -ms-transform: translate(-50%, -50%) translate(-86.48256vw, -24.9152vw) translate(-48.04587%, -13.84178%) translate(-1.44138rem, -0.41525rem);
        transform: translate(-50%, -50%) translate(-86.48256vw, -24.9152vw) translate(-48.04587%, -13.84178%) translate(-1.44138rem, -0.41525rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-89.4341vw, -10.0768vw) translate(-49.68561%, -5.59822%) translate(-1.49057rem, -0.16795rem);
        -ms-transform: translate(-50%, -50%) translate(-89.4341vw, -10.0768vw) translate(-49.68561%, -5.59822%) translate(-1.49057rem, -0.16795rem);
        transform: translate(-50%, -50%) translate(-89.4341vw, -10.0768vw) translate(-49.68561%, -5.59822%) translate(-1.49057rem, -0.16795rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-89.85841vw, 5.04634vw) translate(-49.92134%, 2.80352%) translate(-1.49764rem, 0.08411rem);
        -ms-transform: translate(-50%, -50%) translate(-89.85841vw, 5.04634vw) translate(-49.92134%, 2.80352%) translate(-1.49764rem, 0.08411rem);
        transform: translate(-50%, -50%) translate(-89.85841vw, 5.04634vw) translate(-49.92134%, 2.80352%) translate(-1.49764rem, 0.08411rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(-1.46239rem, 0.33378rem);
        -ms-transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(-1.46239rem, 0.33378rem);
        transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(-1.46239rem, 0.33378rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(-1.38582rem, 0.57403rem);
        -ms-transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(-1.38582rem, 0.57403rem);
        transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(-1.38582rem, 0.57403rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(-1.27009rem, 0.79805rem);
        -ms-transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(-1.27009rem, 0.79805rem);
        transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(-1.27009rem, 0.79805rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(-1.11846rem, 0.99952rem);
        -ms-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(-1.11846rem, 0.99952rem);
        transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(-1.11846rem, 0.99952rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
        -ms-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
        transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        -ms-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        -ms-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        -ms-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        -ms-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        bottom: 5px;
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        -ms-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(13) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        -ms-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(14) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-86.48256vw, -24.9152vw) translate(-48.04587%, -13.84178%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-86.48256vw, -24.9152vw) translate(-48.04587%, -13.84178%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-86.48256vw, -24.9152vw) translate(-48.04587%, -13.84178%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-89.4341vw, -10.0768vw) translate(-49.68561%, -5.59822%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-89.4341vw, -10.0768vw) translate(-49.68561%, -5.59822%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-89.4341vw, -10.0768vw) translate(-49.68561%, -5.59822%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-89.85841vw, 5.04634vw) translate(-49.92134%, 2.80352%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-89.85841vw, 5.04634vw) translate(-49.92134%, 2.80352%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-89.85841vw, 5.04634vw) translate(-49.92134%, 2.80352%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav-item:nth-of-type(13),
    .page-business-investment .circle-nav-item:nth-of-type(13),
    .page-business-agro .circle-nav-item:nth-of-type(13),
    .page-business-culture .circle-nav-item:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(81.0872vw, -39.04954vw) translate(45.04844%, -21.69419%) translate(1.35145rem, -0.65083rem);
        -ms-transform: translate(-50%, -50%) translate(81.0872vw, -39.04954vw) translate(45.04844%, -21.69419%) translate(1.35145rem, -0.65083rem);
        transform: translate(-50%, -50%) translate(81.0872vw, -39.04954vw) translate(45.04844%, -21.69419%) translate(1.35145rem, -0.65083rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(13) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-slides .circle-nav-slide:nth-child(13),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-slides .circle-nav-slide:nth-child(13),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-slides .circle-nav-slide:nth-child(13),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-slides .circle-nav-slide:nth-child(13) {
        z-index: 1;
        opacity: 1;
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-slides .circle-nav-slide-img:nth-child(13) .img,
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-slides .circle-nav-slide-img:nth-child(13) .img,
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-slides .circle-nav-slide-img:nth-child(13) .img,
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-slides .circle-nav-slide-img:nth-child(13) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-81.0872vw, -39.04954vw) translate(-45.04844%, -21.69419%) translate(-1.35145rem, -0.65083rem);
        -ms-transform: translate(-50%, -50%) translate(-81.0872vw, -39.04954vw) translate(-45.04844%, -21.69419%) translate(-1.35145rem, -0.65083rem);
        transform: translate(-50%, -50%) translate(-81.0872vw, -39.04954vw) translate(-45.04844%, -21.69419%) translate(-1.35145rem, -0.65083rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-86.48256vw, -24.9152vw) translate(-48.04587%, -13.84178%) translate(-1.44138rem, -0.41525rem);
        -ms-transform: translate(-50%, -50%) translate(-86.48256vw, -24.9152vw) translate(-48.04587%, -13.84178%) translate(-1.44138rem, -0.41525rem);
        transform: translate(-50%, -50%) translate(-86.48256vw, -24.9152vw) translate(-48.04587%, -13.84178%) translate(-1.44138rem, -0.41525rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-89.4341vw, -10.0768vw) translate(-49.68561%, -5.59822%) translate(-1.49057rem, -0.16795rem);
        -ms-transform: translate(-50%, -50%) translate(-89.4341vw, -10.0768vw) translate(-49.68561%, -5.59822%) translate(-1.49057rem, -0.16795rem);
        transform: translate(-50%, -50%) translate(-89.4341vw, -10.0768vw) translate(-49.68561%, -5.59822%) translate(-1.49057rem, -0.16795rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-89.85841vw, 5.04634vw) translate(-49.92134%, 2.80352%) translate(-1.49764rem, 0.08411rem);
        -ms-transform: translate(-50%, -50%) translate(-89.85841vw, 5.04634vw) translate(-49.92134%, 2.80352%) translate(-1.49764rem, 0.08411rem);
        transform: translate(-50%, -50%) translate(-89.85841vw, 5.04634vw) translate(-49.92134%, 2.80352%) translate(-1.49764rem, 0.08411rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(-1.46239rem, 0.33378rem);
        -ms-transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(-1.46239rem, 0.33378rem);
        transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(-1.46239rem, 0.33378rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(-1.38582rem, 0.57403rem);
        -ms-transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(-1.38582rem, 0.57403rem);
        transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(-1.38582rem, 0.57403rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(-1.27009rem, 0.79805rem);
        -ms-transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(-1.27009rem, 0.79805rem);
        transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(-1.27009rem, 0.79805rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(-1.11846rem, 0.99952rem);
        -ms-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(-1.11846rem, 0.99952rem);
        transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(-1.11846rem, 0.99952rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
        -ms-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
        transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        -ms-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        -ms-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        -ms-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        -ms-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(13) .circle-nav-sub {
        bottom: 5px;
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        -ms-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(14) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-81.0872vw, -39.04954vw) translate(-45.04844%, -21.69419%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-81.0872vw, -39.04954vw) translate(-45.04844%, -21.69419%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-81.0872vw, -39.04954vw) translate(-45.04844%, -21.69419%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-86.48256vw, -24.9152vw) translate(-48.04587%, -13.84178%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-86.48256vw, -24.9152vw) translate(-48.04587%, -13.84178%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-86.48256vw, -24.9152vw) translate(-48.04587%, -13.84178%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-89.4341vw, -10.0768vw) translate(-49.68561%, -5.59822%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-89.4341vw, -10.0768vw) translate(-49.68561%, -5.59822%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-89.4341vw, -10.0768vw) translate(-49.68561%, -5.59822%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-89.85841vw, 5.04634vw) translate(-49.92134%, 2.80352%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-89.85841vw, 5.04634vw) translate(-49.92134%, 2.80352%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-89.85841vw, 5.04634vw) translate(-49.92134%, 2.80352%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav-item:nth-of-type(14),
    .page-business-investment .circle-nav-item:nth-of-type(14),
    .page-business-agro .circle-nav-item:nth-of-type(14),
    .page-business-culture .circle-nav-item:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(73.40048vw, -52.08042vw) translate(40.77804%, -28.93356%) translate(1.22334rem, -0.86801rem);
        -ms-transform: translate(-50%, -50%) translate(73.40048vw, -52.08042vw) translate(40.77804%, -28.93356%) translate(1.22334rem, -0.86801rem);
        transform: translate(-50%, -50%) translate(73.40048vw, -52.08042vw) translate(40.77804%, -28.93356%) translate(1.22334rem, -0.86801rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(14) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-slides .circle-nav-slide:nth-child(14),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-slides .circle-nav-slide:nth-child(14),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-slides .circle-nav-slide:nth-child(14),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-slides .circle-nav-slide:nth-child(14) {
        z-index: 1;
        opacity: 1;
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-slides .circle-nav-slide-img:nth-child(14) .img,
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-slides .circle-nav-slide-img:nth-child(14) .img,
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-slides .circle-nav-slide-img:nth-child(14) .img,
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-slides .circle-nav-slide-img:nth-child(14) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-73.40048vw, -52.08042vw) translate(-40.77804%, -28.93356%) translate(-1.22334rem, -0.86801rem);
        -ms-transform: translate(-50%, -50%) translate(-73.40048vw, -52.08042vw) translate(-40.77804%, -28.93356%) translate(-1.22334rem, -0.86801rem);
        transform: translate(-50%, -50%) translate(-73.40048vw, -52.08042vw) translate(-40.77804%, -28.93356%) translate(-1.22334rem, -0.86801rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-81.0872vw, -39.04954vw) translate(-45.04844%, -21.69419%) translate(-1.35145rem, -0.65083rem);
        -ms-transform: translate(-50%, -50%) translate(-81.0872vw, -39.04954vw) translate(-45.04844%, -21.69419%) translate(-1.35145rem, -0.65083rem);
        transform: translate(-50%, -50%) translate(-81.0872vw, -39.04954vw) translate(-45.04844%, -21.69419%) translate(-1.35145rem, -0.65083rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-86.48256vw, -24.9152vw) translate(-48.04587%, -13.84178%) translate(-1.44138rem, -0.41525rem);
        -ms-transform: translate(-50%, -50%) translate(-86.48256vw, -24.9152vw) translate(-48.04587%, -13.84178%) translate(-1.44138rem, -0.41525rem);
        transform: translate(-50%, -50%) translate(-86.48256vw, -24.9152vw) translate(-48.04587%, -13.84178%) translate(-1.44138rem, -0.41525rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-89.4341vw, -10.0768vw) translate(-49.68561%, -5.59822%) translate(-1.49057rem, -0.16795rem);
        -ms-transform: translate(-50%, -50%) translate(-89.4341vw, -10.0768vw) translate(-49.68561%, -5.59822%) translate(-1.49057rem, -0.16795rem);
        transform: translate(-50%, -50%) translate(-89.4341vw, -10.0768vw) translate(-49.68561%, -5.59822%) translate(-1.49057rem, -0.16795rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-89.85841vw, 5.04634vw) translate(-49.92134%, 2.80352%) translate(-1.49764rem, 0.08411rem);
        -ms-transform: translate(-50%, -50%) translate(-89.85841vw, 5.04634vw) translate(-49.92134%, 2.80352%) translate(-1.49764rem, 0.08411rem);
        transform: translate(-50%, -50%) translate(-89.85841vw, 5.04634vw) translate(-49.92134%, 2.80352%) translate(-1.49764rem, 0.08411rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(-1.46239rem, 0.33378rem);
        -ms-transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(-1.46239rem, 0.33378rem);
        transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(-1.46239rem, 0.33378rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(-1.38582rem, 0.57403rem);
        -ms-transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(-1.38582rem, 0.57403rem);
        transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(-1.38582rem, 0.57403rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(-1.27009rem, 0.79805rem);
        -ms-transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(-1.27009rem, 0.79805rem);
        transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(-1.27009rem, 0.79805rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(-1.11846rem, 0.99952rem);
        -ms-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(-1.11846rem, 0.99952rem);
        transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(-1.11846rem, 0.99952rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
        -ms-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
        transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        -ms-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        -ms-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        -ms-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(13) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        -ms-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(14) .circle-nav-sub {
        bottom: 5px;
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-73.40048vw, -52.08042vw) translate(-40.77804%, -28.93356%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-73.40048vw, -52.08042vw) translate(-40.77804%, -28.93356%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-73.40048vw, -52.08042vw) translate(-40.77804%, -28.93356%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-81.0872vw, -39.04954vw) translate(-45.04844%, -21.69419%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-81.0872vw, -39.04954vw) translate(-45.04844%, -21.69419%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-81.0872vw, -39.04954vw) translate(-45.04844%, -21.69419%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-86.48256vw, -24.9152vw) translate(-48.04587%, -13.84178%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-86.48256vw, -24.9152vw) translate(-48.04587%, -13.84178%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-86.48256vw, -24.9152vw) translate(-48.04587%, -13.84178%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-89.4341vw, -10.0768vw) translate(-49.68561%, -5.59822%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-89.4341vw, -10.0768vw) translate(-49.68561%, -5.59822%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-89.4341vw, -10.0768vw) translate(-49.68561%, -5.59822%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-89.85841vw, 5.04634vw) translate(-49.92134%, 2.80352%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-89.85841vw, 5.04634vw) translate(-49.92134%, 2.80352%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-89.85841vw, 5.04634vw) translate(-49.92134%, 2.80352%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav-marker:nth-of-type(1),
    .page-business-investment .circle-nav-marker:nth-of-type(1),
    .page-business-agro .circle-nav-marker:nth-of-type(1),
    .page-business-culture .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(2),
    .page-business-investment .circle-nav-marker:nth-of-type(2),
    .page-business-agro .circle-nav-marker:nth-of-type(2),
    .page-business-culture .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(3),
    .page-business-investment .circle-nav-marker:nth-of-type(3),
    .page-business-agro .circle-nav-marker:nth-of-type(3),
    .page-business-culture .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(4),
    .page-business-investment .circle-nav-marker:nth-of-type(4),
    .page-business-agro .circle-nav-marker:nth-of-type(4),
    .page-business-culture .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(5),
    .page-business-investment .circle-nav-marker:nth-of-type(5),
    .page-business-agro .circle-nav-marker:nth-of-type(5),
    .page-business-culture .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
        transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(6),
    .page-business-investment .circle-nav-marker:nth-of-type(6),
    .page-business-agro .circle-nav-marker:nth-of-type(6),
    .page-business-culture .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(0, 0);
        transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(7),
    .page-business-investment .circle-nav-marker:nth-of-type(7),
    .page-business-agro .circle-nav-marker:nth-of-type(7),
    .page-business-culture .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(0, 0);
        transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(8),
    .page-business-investment .circle-nav-marker:nth-of-type(8),
    .page-business-agro .circle-nav-marker:nth-of-type(8),
    .page-business-culture .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(9),
    .page-business-investment .circle-nav-marker:nth-of-type(9),
    .page-business-agro .circle-nav-marker:nth-of-type(9),
    .page-business-culture .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(0, 0);
        transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(10),
    .page-business-investment .circle-nav-marker:nth-of-type(10),
    .page-business-agro .circle-nav-marker:nth-of-type(10),
    .page-business-culture .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(0, 0);
        transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(11),
    .page-business-investment .circle-nav-marker:nth-of-type(11),
    .page-business-agro .circle-nav-marker:nth-of-type(11),
    .page-business-culture .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(89.4341vw, -10.0768vw) translate(49.68561%, -5.59822%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(89.4341vw, -10.0768vw) translate(49.68561%, -5.59822%) translate(0, 0);
        transform: translate(-50%, -50%) translate(89.4341vw, -10.0768vw) translate(49.68561%, -5.59822%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(12),
    .page-business-investment .circle-nav-marker:nth-of-type(12),
    .page-business-agro .circle-nav-marker:nth-of-type(12),
    .page-business-culture .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(86.48256vw, -24.9152vw) translate(48.04587%, -13.84178%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(86.48256vw, -24.9152vw) translate(48.04587%, -13.84178%) translate(0, 0);
        transform: translate(-50%, -50%) translate(86.48256vw, -24.9152vw) translate(48.04587%, -13.84178%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(13),
    .page-business-investment .circle-nav-marker:nth-of-type(13),
    .page-business-agro .circle-nav-marker:nth-of-type(13),
    .page-business-culture .circle-nav-marker:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(81.0872vw, -39.04954vw) translate(45.04844%, -21.69419%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(81.0872vw, -39.04954vw) translate(45.04844%, -21.69419%) translate(0, 0);
        transform: translate(-50%, -50%) translate(81.0872vw, -39.04954vw) translate(45.04844%, -21.69419%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(14),
    .page-business-investment .circle-nav-marker:nth-of-type(14),
    .page-business-agro .circle-nav-marker:nth-of-type(14),
    .page-business-culture .circle-nav-marker:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(73.40048vw, -52.08042vw) translate(40.77804%, -28.93356%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(73.40048vw, -52.08042vw) translate(40.77804%, -28.93356%) translate(0, 0);
        transform: translate(-50%, -50%) translate(73.40048vw, -52.08042vw) translate(40.77804%, -28.93356%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(1) span,
    .page-business-investment .circle-nav-marker:nth-of-type(1) span,
    .page-business-agro .circle-nav-marker:nth-of-type(1) span,
    .page-business-culture .circle-nav-marker:nth-of-type(1) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0s;
    }
    .page-business-development .circle-nav-marker:nth-of-type(2) span,
    .page-business-investment .circle-nav-marker:nth-of-type(2) span,
    .page-business-agro .circle-nav-marker:nth-of-type(2) span,
    .page-business-culture .circle-nav-marker:nth-of-type(2) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0.2s;
    }
    .page-business-development .circle-nav-marker:nth-of-type(3) span,
    .page-business-investment .circle-nav-marker:nth-of-type(3) span,
    .page-business-agro .circle-nav-marker:nth-of-type(3) span,
    .page-business-culture .circle-nav-marker:nth-of-type(3) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0.4s;
    }
    .page-business-development .circle-nav-marker:nth-of-type(4) span,
    .page-business-investment .circle-nav-marker:nth-of-type(4) span,
    .page-business-agro .circle-nav-marker:nth-of-type(4) span,
    .page-business-culture .circle-nav-marker:nth-of-type(4) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0.6s;
    }
    .page-business-development .circle-nav-marker:nth-of-type(5) span,
    .page-business-investment .circle-nav-marker:nth-of-type(5) span,
    .page-business-agro .circle-nav-marker:nth-of-type(5) span,
    .page-business-culture .circle-nav-marker:nth-of-type(5) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0.8s;
    }
    .page-business-development .circle-nav-marker:nth-of-type(6) span,
    .page-business-investment .circle-nav-marker:nth-of-type(6) span,
    .page-business-agro .circle-nav-marker:nth-of-type(6) span,
    .page-business-culture .circle-nav-marker:nth-of-type(6) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1s;
    }
    .page-business-development .circle-nav-marker:nth-of-type(7) span,
    .page-business-investment .circle-nav-marker:nth-of-type(7) span,
    .page-business-agro .circle-nav-marker:nth-of-type(7) span,
    .page-business-culture .circle-nav-marker:nth-of-type(7) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1.2s;
    }
    .page-business-development .circle-nav-marker:nth-of-type(8) span,
    .page-business-investment .circle-nav-marker:nth-of-type(8) span,
    .page-business-agro .circle-nav-marker:nth-of-type(8) span,
    .page-business-culture .circle-nav-marker:nth-of-type(8) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1.4s;
    }
    .page-business-development .circle-nav-marker:nth-of-type(9) span,
    .page-business-investment .circle-nav-marker:nth-of-type(9) span,
    .page-business-agro .circle-nav-marker:nth-of-type(9) span,
    .page-business-culture .circle-nav-marker:nth-of-type(9) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1.6s;
    }
    .page-business-development .circle-nav-marker:nth-of-type(10) span,
    .page-business-investment .circle-nav-marker:nth-of-type(10) span,
    .page-business-agro .circle-nav-marker:nth-of-type(10) span,
    .page-business-culture .circle-nav-marker:nth-of-type(10) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1.8s;
    }
    .page-business-development .circle-nav-marker:nth-of-type(11) span,
    .page-business-investment .circle-nav-marker:nth-of-type(11) span,
    .page-business-agro .circle-nav-marker:nth-of-type(11) span,
    .page-business-culture .circle-nav-marker:nth-of-type(11) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 2s;
    }
    .page-business-development .circle-nav-marker:nth-of-type(12) span,
    .page-business-investment .circle-nav-marker:nth-of-type(12) span,
    .page-business-agro .circle-nav-marker:nth-of-type(12) span,
    .page-business-culture .circle-nav-marker:nth-of-type(12) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 2.2s;
    }
    .page-business-development .circle-nav-marker:nth-of-type(13) span,
    .page-business-investment .circle-nav-marker:nth-of-type(13) span,
    .page-business-agro .circle-nav-marker:nth-of-type(13) span,
    .page-business-culture .circle-nav-marker:nth-of-type(13) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 2.4s;
    }
    .page-business-development .circle-nav-marker:nth-of-type(14) span,
    .page-business-investment .circle-nav-marker:nth-of-type(14) span,
    .page-business-agro .circle-nav-marker:nth-of-type(14) span,
    .page-business-culture .circle-nav-marker:nth-of-type(14) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 2.6s;
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) and (max-width: 959px),
screen and (max-width: 599px) and (max-width: 959px) {
    .page-business-development .circle-nav-item:nth-of-type(1),
    .page-business-investment .circle-nav-item:nth-of-type(1),
    .page-business-agro .circle-nav-item:nth-of-type(1),
    .page-business-culture .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-63.63961vw, 63.63961vw) translate(-35.35534%, 35.35534%) translate(-1.06066rem, 1.06066rem);
        -ms-transform: translate(-50%, -50%) translate(-63.63961vw, 63.63961vw) translate(-35.35534%, 35.35534%) translate(-1.06066rem, 1.06066rem);
        transform: translate(-50%, -50%) translate(-63.63961vw, 63.63961vw) translate(-35.35534%, 35.35534%) translate(-1.06066rem, 1.06066rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-item:nth-of-type(2),
    .page-business-investment .circle-nav-item:nth-of-type(2),
    .page-business-agro .circle-nav-item:nth-of-type(2),
    .page-business-culture .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-52.08042vw, 73.40048vw) translate(-28.93356%, 40.77804%) translate(-0.86801rem, 1.22334rem);
        -ms-transform: translate(-50%, -50%) translate(-52.08042vw, 73.40048vw) translate(-28.93356%, 40.77804%) translate(-0.86801rem, 1.22334rem);
        transform: translate(-50%, -50%) translate(-52.08042vw, 73.40048vw) translate(-28.93356%, 40.77804%) translate(-0.86801rem, 1.22334rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-item:nth-of-type(3),
    .page-business-investment .circle-nav-item:nth-of-type(3),
    .page-business-agro .circle-nav-item:nth-of-type(3),
    .page-business-culture .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-39.04954vw, 81.0872vw) translate(-21.69419%, 45.04844%) translate(-0.65083rem, 1.35145rem);
        -ms-transform: translate(-50%, -50%) translate(-39.04954vw, 81.0872vw) translate(-21.69419%, 45.04844%) translate(-0.65083rem, 1.35145rem);
        transform: translate(-50%, -50%) translate(-39.04954vw, 81.0872vw) translate(-21.69419%, 45.04844%) translate(-0.65083rem, 1.35145rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-item:nth-of-type(4),
    .page-business-investment .circle-nav-item:nth-of-type(4),
    .page-business-agro .circle-nav-item:nth-of-type(4),
    .page-business-culture .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-24.9152vw, 86.48256vw) translate(-13.84178%, 48.04587%) translate(-0.41525rem, 1.44138rem);
        -ms-transform: translate(-50%, -50%) translate(-24.9152vw, 86.48256vw) translate(-13.84178%, 48.04587%) translate(-0.41525rem, 1.44138rem);
        transform: translate(-50%, -50%) translate(-24.9152vw, 86.48256vw) translate(-13.84178%, 48.04587%) translate(-0.41525rem, 1.44138rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-item:nth-of-type(5),
    .page-business-investment .circle-nav-item:nth-of-type(5),
    .page-business-agro .circle-nav-item:nth-of-type(5),
    .page-business-culture .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-10.0768vw, 89.4341vw) translate(-5.59822%, 49.68561%) translate(-0.16795rem, 1.49057rem);
        -ms-transform: translate(-50%, -50%) translate(-10.0768vw, 89.4341vw) translate(-5.59822%, 49.68561%) translate(-0.16795rem, 1.49057rem);
        transform: translate(-50%, -50%) translate(-10.0768vw, 89.4341vw) translate(-5.59822%, 49.68561%) translate(-0.16795rem, 1.49057rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-item:nth-of-type(6),
    .page-business-investment .circle-nav-item:nth-of-type(6),
    .page-business-agro .circle-nav-item:nth-of-type(6),
    .page-business-culture .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(5.04634vw, 89.85841vw) translate(2.80352%, 49.92134%) translate(0.08411rem, 1.49764rem);
        -ms-transform: translate(-50%, -50%) translate(5.04634vw, 89.85841vw) translate(2.80352%, 49.92134%) translate(0.08411rem, 1.49764rem);
        transform: translate(-50%, -50%) translate(5.04634vw, 89.85841vw) translate(2.80352%, 49.92134%) translate(0.08411rem, 1.49764rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav-item:nth-of-type(7),
    .page-business-investment .circle-nav-item:nth-of-type(7),
    .page-business-agro .circle-nav-item:nth-of-type(7),
    .page-business-culture .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(20.02688vw, 87.74351vw) translate(11.12605%, 48.7464%) translate(0.33378rem, 1.46239rem);
        -ms-transform: translate(-50%, -50%) translate(20.02688vw, 87.74351vw) translate(11.12605%, 48.7464%) translate(0.33378rem, 1.46239rem);
        transform: translate(-50%, -50%) translate(20.02688vw, 87.74351vw) translate(11.12605%, 48.7464%) translate(0.33378rem, 1.46239rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav-item:nth-of-type(8),
    .page-business-investment .circle-nav-item:nth-of-type(8),
    .page-business-agro .circle-nav-item:nth-of-type(8),
    .page-business-culture .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(34.44151vw, 83.14916vw) translate(19.13417%, 46.19398%) translate(0.57403rem, 1.38582rem);
        -ms-transform: translate(-50%, -50%) translate(34.44151vw, 83.14916vw) translate(19.13417%, 46.19398%) translate(0.57403rem, 1.38582rem);
        transform: translate(-50%, -50%) translate(34.44151vw, 83.14916vw) translate(19.13417%, 46.19398%) translate(0.57403rem, 1.38582rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav-item:nth-of-type(9),
    .page-business-investment .circle-nav-item:nth-of-type(9),
    .page-business-agro .circle-nav-item:nth-of-type(9),
    .page-business-culture .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(47.88289vw, 76.20518vw) translate(26.6016%, 42.33621%) translate(0.79805rem, 1.27009rem);
        -ms-transform: translate(-50%, -50%) translate(47.88289vw, 76.20518vw) translate(26.6016%, 42.33621%) translate(0.79805rem, 1.27009rem);
        transform: translate(-50%, -50%) translate(47.88289vw, 76.20518vw) translate(26.6016%, 42.33621%) translate(0.79805rem, 1.27009rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav-item:nth-of-type(10),
    .page-business-investment .circle-nav-item:nth-of-type(10),
    .page-business-agro .circle-nav-item:nth-of-type(10),
    .page-business-culture .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(59.97119vw, 67.10779vw) translate(33.31733%, 37.28211%) translate(0.99952rem, 1.11846rem);
        -ms-transform: translate(-50%, -50%) translate(59.97119vw, 67.10779vw) translate(33.31733%, 37.28211%) translate(0.99952rem, 1.11846rem);
        transform: translate(-50%, -50%) translate(59.97119vw, 67.10779vw) translate(33.31733%, 37.28211%) translate(0.99952rem, 1.11846rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav-item:nth-of-type(11),
    .page-business-investment .circle-nav-item:nth-of-type(11),
    .page-business-agro .circle-nav-item:nth-of-type(11),
    .page-business-culture .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(70.36483vw, 56.11408vw) translate(39.09157%, 31.17449%) translate(1.17275rem, 0.93523rem);
        -ms-transform: translate(-50%, -50%) translate(70.36483vw, 56.11408vw) translate(39.09157%, 31.17449%) translate(1.17275rem, 0.93523rem);
        transform: translate(-50%, -50%) translate(70.36483vw, 56.11408vw) translate(39.09157%, 31.17449%) translate(1.17275rem, 0.93523rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav-item:nth-of-type(12),
    .page-business-investment .circle-nav-item:nth-of-type(12),
    .page-business-agro .circle-nav-item:nth-of-type(12),
    .page-business-culture .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(78.77011vw, 43.5347vw) translate(43.76117%, 24.18594%) translate(1.31284rem, 0.72558rem);
        -ms-transform: translate(-50%, -50%) translate(78.77011vw, 43.5347vw) translate(43.76117%, 24.18594%) translate(1.31284rem, 0.72558rem);
        transform: translate(-50%, -50%) translate(78.77011vw, 43.5347vw) translate(43.76117%, 24.18594%) translate(1.31284rem, 0.72558rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav-item:nth-of-type(13),
    .page-business-investment .circle-nav-item:nth-of-type(13),
    .page-business-agro .circle-nav-item:nth-of-type(13),
    .page-business-culture .circle-nav-item:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(84.9495vw, 29.72512vw) translate(47.19417%, 16.51395%) translate(1.41582rem, 0.49542rem);
        -ms-transform: translate(-50%, -50%) translate(84.9495vw, 29.72512vw) translate(47.19417%, 16.51395%) translate(1.41582rem, 0.49542rem);
        transform: translate(-50%, -50%) translate(84.9495vw, 29.72512vw) translate(47.19417%, 16.51395%) translate(1.41582rem, 0.49542rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(13) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav-item:nth-of-type(14),
    .page-business-investment .circle-nav-item:nth-of-type(14),
    .page-business-agro .circle-nav-item:nth-of-type(14),
    .page-business-culture .circle-nav-item:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(88.72839vw, 15.07556vw) translate(49.29355%, 8.37531%) translate(1.47881rem, 0.25126rem);
        -ms-transform: translate(-50%, -50%) translate(88.72839vw, 15.07556vw) translate(49.29355%, 8.37531%) translate(1.47881rem, 0.25126rem);
        transform: translate(-50%, -50%) translate(88.72839vw, 15.07556vw) translate(49.29355%, 8.37531%) translate(1.47881rem, 0.25126rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(14) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav-marker:nth-of-type(1),
    .page-business-investment .circle-nav-marker:nth-of-type(1),
    .page-business-agro .circle-nav-marker:nth-of-type(1),
    .page-business-culture .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-63.63961vw, 63.63961vw) translate(-35.35534%, 35.35534%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-63.63961vw, 63.63961vw) translate(-35.35534%, 35.35534%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-63.63961vw, 63.63961vw) translate(-35.35534%, 35.35534%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(2),
    .page-business-investment .circle-nav-marker:nth-of-type(2),
    .page-business-agro .circle-nav-marker:nth-of-type(2),
    .page-business-culture .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-52.08042vw, 73.40048vw) translate(-28.93356%, 40.77804%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-52.08042vw, 73.40048vw) translate(-28.93356%, 40.77804%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-52.08042vw, 73.40048vw) translate(-28.93356%, 40.77804%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(3),
    .page-business-investment .circle-nav-marker:nth-of-type(3),
    .page-business-agro .circle-nav-marker:nth-of-type(3),
    .page-business-culture .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-39.04954vw, 81.0872vw) translate(-21.69419%, 45.04844%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-39.04954vw, 81.0872vw) translate(-21.69419%, 45.04844%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-39.04954vw, 81.0872vw) translate(-21.69419%, 45.04844%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(4),
    .page-business-investment .circle-nav-marker:nth-of-type(4),
    .page-business-agro .circle-nav-marker:nth-of-type(4),
    .page-business-culture .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-24.9152vw, 86.48256vw) translate(-13.84178%, 48.04587%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-24.9152vw, 86.48256vw) translate(-13.84178%, 48.04587%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-24.9152vw, 86.48256vw) translate(-13.84178%, 48.04587%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(5),
    .page-business-investment .circle-nav-marker:nth-of-type(5),
    .page-business-agro .circle-nav-marker:nth-of-type(5),
    .page-business-culture .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-10.0768vw, 89.4341vw) translate(-5.59822%, 49.68561%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-10.0768vw, 89.4341vw) translate(-5.59822%, 49.68561%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-10.0768vw, 89.4341vw) translate(-5.59822%, 49.68561%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(6),
    .page-business-investment .circle-nav-marker:nth-of-type(6),
    .page-business-agro .circle-nav-marker:nth-of-type(6),
    .page-business-culture .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(5.04634vw, 89.85841vw) translate(2.80352%, 49.92134%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(5.04634vw, 89.85841vw) translate(2.80352%, 49.92134%) translate(0, 0);
        transform: translate(-50%, -50%) translate(5.04634vw, 89.85841vw) translate(2.80352%, 49.92134%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(7),
    .page-business-investment .circle-nav-marker:nth-of-type(7),
    .page-business-agro .circle-nav-marker:nth-of-type(7),
    .page-business-culture .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(20.02688vw, 87.74351vw) translate(11.12605%, 48.7464%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(20.02688vw, 87.74351vw) translate(11.12605%, 48.7464%) translate(0, 0);
        transform: translate(-50%, -50%) translate(20.02688vw, 87.74351vw) translate(11.12605%, 48.7464%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(8),
    .page-business-investment .circle-nav-marker:nth-of-type(8),
    .page-business-agro .circle-nav-marker:nth-of-type(8),
    .page-business-culture .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(34.44151vw, 83.14916vw) translate(19.13417%, 46.19398%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(34.44151vw, 83.14916vw) translate(19.13417%, 46.19398%) translate(0, 0);
        transform: translate(-50%, -50%) translate(34.44151vw, 83.14916vw) translate(19.13417%, 46.19398%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(9),
    .page-business-investment .circle-nav-marker:nth-of-type(9),
    .page-business-agro .circle-nav-marker:nth-of-type(9),
    .page-business-culture .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(47.88289vw, 76.20518vw) translate(26.6016%, 42.33621%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(47.88289vw, 76.20518vw) translate(26.6016%, 42.33621%) translate(0, 0);
        transform: translate(-50%, -50%) translate(47.88289vw, 76.20518vw) translate(26.6016%, 42.33621%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(10),
    .page-business-investment .circle-nav-marker:nth-of-type(10),
    .page-business-agro .circle-nav-marker:nth-of-type(10),
    .page-business-culture .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(59.97119vw, 67.10779vw) translate(33.31733%, 37.28211%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(59.97119vw, 67.10779vw) translate(33.31733%, 37.28211%) translate(0, 0);
        transform: translate(-50%, -50%) translate(59.97119vw, 67.10779vw) translate(33.31733%, 37.28211%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(11),
    .page-business-investment .circle-nav-marker:nth-of-type(11),
    .page-business-agro .circle-nav-marker:nth-of-type(11),
    .page-business-culture .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(70.36483vw, 56.11408vw) translate(39.09157%, 31.17449%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(70.36483vw, 56.11408vw) translate(39.09157%, 31.17449%) translate(0, 0);
        transform: translate(-50%, -50%) translate(70.36483vw, 56.11408vw) translate(39.09157%, 31.17449%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(12),
    .page-business-investment .circle-nav-marker:nth-of-type(12),
    .page-business-agro .circle-nav-marker:nth-of-type(12),
    .page-business-culture .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(78.77011vw, 43.5347vw) translate(43.76117%, 24.18594%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(78.77011vw, 43.5347vw) translate(43.76117%, 24.18594%) translate(0, 0);
        transform: translate(-50%, -50%) translate(78.77011vw, 43.5347vw) translate(43.76117%, 24.18594%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(13),
    .page-business-investment .circle-nav-marker:nth-of-type(13),
    .page-business-agro .circle-nav-marker:nth-of-type(13),
    .page-business-culture .circle-nav-marker:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(84.9495vw, 29.72512vw) translate(47.19417%, 16.51395%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(84.9495vw, 29.72512vw) translate(47.19417%, 16.51395%) translate(0, 0);
        transform: translate(-50%, -50%) translate(84.9495vw, 29.72512vw) translate(47.19417%, 16.51395%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(14),
    .page-business-investment .circle-nav-marker:nth-of-type(14),
    .page-business-agro .circle-nav-marker:nth-of-type(14),
    .page-business-culture .circle-nav-marker:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(88.72839vw, 15.07556vw) translate(49.29355%, 8.37531%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(88.72839vw, 15.07556vw) translate(49.29355%, 8.37531%) translate(0, 0);
        transform: translate(-50%, -50%) translate(88.72839vw, 15.07556vw) translate(49.29355%, 8.37531%) translate(0, 0);
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) and (max-width: 959px) and (max-height: 415px) and (orientation: landscape),
screen and (max-width: 599px) and (max-width: 959px) and (max-height: 415px) and (orientation: landscape),
screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) and (max-width: 599px),
(max-width: 599px) and (max-width: 599px) {
    .page-business-development .circle-nav-item:nth-of-type(1),
    .page-business-investment .circle-nav-item:nth-of-type(1),
    .page-business-agro .circle-nav-item:nth-of-type(1),
    .page-business-culture .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-54.09367vw, 54.09367vw) translate(-35.35534%, 35.35534%) translate(-1.06066rem, 1.06066rem);
        -ms-transform: translate(-50%, -50%) translate(-54.09367vw, 54.09367vw) translate(-35.35534%, 35.35534%) translate(-1.06066rem, 1.06066rem);
        transform: translate(-50%, -50%) translate(-54.09367vw, 54.09367vw) translate(-35.35534%, 35.35534%) translate(-1.06066rem, 1.06066rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-marker:nth-of-type(1),
    .page-business-investment .circle-nav-marker:nth-of-type(1),
    .page-business-agro .circle-nav-marker:nth-of-type(1),
    .page-business-culture .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-49.6389vw, 49.6389vw) translate(-35.35534%, 35.35534%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-49.6389vw, 49.6389vw) translate(-35.35534%, 35.35534%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-49.6389vw, 49.6389vw) translate(-35.35534%, 35.35534%) translate(0, 0);
    }
    .page-business-development .circle-nav-item:nth-of-type(2),
    .page-business-investment .circle-nav-item:nth-of-type(2),
    .page-business-agro .circle-nav-item:nth-of-type(2),
    .page-business-culture .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-44.26835vw, 62.39041vw) translate(-28.93356%, 40.77804%) translate(-0.86801rem, 1.22334rem);
        -ms-transform: translate(-50%, -50%) translate(-44.26835vw, 62.39041vw) translate(-28.93356%, 40.77804%) translate(-0.86801rem, 1.22334rem);
        transform: translate(-50%, -50%) translate(-44.26835vw, 62.39041vw) translate(-28.93356%, 40.77804%) translate(-0.86801rem, 1.22334rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-marker:nth-of-type(2),
    .page-business-investment .circle-nav-marker:nth-of-type(2),
    .page-business-agro .circle-nav-marker:nth-of-type(2),
    .page-business-culture .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-40.62272vw, 57.25237vw) translate(-28.93356%, 40.77804%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-40.62272vw, 57.25237vw) translate(-28.93356%, 40.77804%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-40.62272vw, 57.25237vw) translate(-28.93356%, 40.77804%) translate(0, 0);
    }
    .page-business-development .circle-nav-item:nth-of-type(3),
    .page-business-investment .circle-nav-item:nth-of-type(3),
    .page-business-agro .circle-nav-item:nth-of-type(3),
    .page-business-culture .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-33.19211vw, 68.92412vw) translate(-21.69419%, 45.04844%) translate(-0.65083rem, 1.35145rem);
        -ms-transform: translate(-50%, -50%) translate(-33.19211vw, 68.92412vw) translate(-21.69419%, 45.04844%) translate(-0.65083rem, 1.35145rem);
        transform: translate(-50%, -50%) translate(-33.19211vw, 68.92412vw) translate(-21.69419%, 45.04844%) translate(-0.65083rem, 1.35145rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-marker:nth-of-type(3),
    .page-business-investment .circle-nav-marker:nth-of-type(3),
    .page-business-agro .circle-nav-marker:nth-of-type(3),
    .page-business-culture .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-30.45864vw, 63.24801vw) translate(-21.69419%, 45.04844%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-30.45864vw, 63.24801vw) translate(-21.69419%, 45.04844%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-30.45864vw, 63.24801vw) translate(-21.69419%, 45.04844%) translate(0, 0);
    }
    .page-business-development .circle-nav-item:nth-of-type(4),
    .page-business-investment .circle-nav-item:nth-of-type(4),
    .page-business-agro .circle-nav-item:nth-of-type(4),
    .page-business-culture .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-21.17792vw, 73.51018vw) translate(-13.84178%, 48.04587%) translate(-0.41525rem, 1.44138rem);
        -ms-transform: translate(-50%, -50%) translate(-21.17792vw, 73.51018vw) translate(-13.84178%, 48.04587%) translate(-0.41525rem, 1.44138rem);
        transform: translate(-50%, -50%) translate(-21.17792vw, 73.51018vw) translate(-13.84178%, 48.04587%) translate(-0.41525rem, 1.44138rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-marker:nth-of-type(4),
    .page-business-investment .circle-nav-marker:nth-of-type(4),
    .page-business-agro .circle-nav-marker:nth-of-type(4),
    .page-business-culture .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-19.43385vw, 67.4564vw) translate(-13.84178%, 48.04587%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-19.43385vw, 67.4564vw) translate(-13.84178%, 48.04587%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-19.43385vw, 67.4564vw) translate(-13.84178%, 48.04587%) translate(0, 0);
    }
    .page-business-development .circle-nav-item:nth-of-type(5),
    .page-business-investment .circle-nav-item:nth-of-type(5),
    .page-business-agro .circle-nav-item:nth-of-type(5),
    .page-business-culture .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-8.56528vw, 76.01898vw) translate(-5.59822%, 49.68561%) translate(-0.16795rem, 1.49057rem);
        -ms-transform: translate(-50%, -50%) translate(-8.56528vw, 76.01898vw) translate(-5.59822%, 49.68561%) translate(-0.16795rem, 1.49057rem);
        transform: translate(-50%, -50%) translate(-8.56528vw, 76.01898vw) translate(-5.59822%, 49.68561%) translate(-0.16795rem, 1.49057rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-marker:nth-of-type(5),
    .page-business-investment .circle-nav-marker:nth-of-type(5),
    .page-business-agro .circle-nav-marker:nth-of-type(5),
    .page-business-culture .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-7.85991vw, 69.7586vw) translate(-5.59822%, 49.68561%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-7.85991vw, 69.7586vw) translate(-5.59822%, 49.68561%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-7.85991vw, 69.7586vw) translate(-5.59822%, 49.68561%) translate(0, 0);
    }
    .page-business-development .circle-nav-item:nth-of-type(6),
    .page-business-investment .circle-nav-item:nth-of-type(6),
    .page-business-agro .circle-nav-item:nth-of-type(6),
    .page-business-culture .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(4.28939vw, 76.37965vw) translate(2.80352%, 49.92134%) translate(0.08411rem, 1.49764rem);
        -ms-transform: translate(-50%, -50%) translate(4.28939vw, 76.37965vw) translate(2.80352%, 49.92134%) translate(0.08411rem, 1.49764rem);
        transform: translate(-50%, -50%) translate(4.28939vw, 76.37965vw) translate(2.80352%, 49.92134%) translate(0.08411rem, 1.49764rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav-marker:nth-of-type(6),
    .page-business-investment .circle-nav-marker:nth-of-type(6),
    .page-business-agro .circle-nav-marker:nth-of-type(6),
    .page-business-culture .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(3.93615vw, 70.08956vw) translate(2.80352%, 49.92134%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(3.93615vw, 70.08956vw) translate(2.80352%, 49.92134%) translate(0, 0);
        transform: translate(-50%, -50%) translate(3.93615vw, 70.08956vw) translate(2.80352%, 49.92134%) translate(0, 0);
    }
    .page-business-development .circle-nav-item:nth-of-type(7),
    .page-business-investment .circle-nav-item:nth-of-type(7),
    .page-business-agro .circle-nav-item:nth-of-type(7),
    .page-business-culture .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(17.02285vw, 74.58199vw) translate(11.12605%, 48.7464%) translate(0.33378rem, 1.46239rem);
        -ms-transform: translate(-50%, -50%) translate(17.02285vw, 74.58199vw) translate(11.12605%, 48.7464%) translate(0.33378rem, 1.46239rem);
        transform: translate(-50%, -50%) translate(17.02285vw, 74.58199vw) translate(11.12605%, 48.7464%) translate(0.33378rem, 1.46239rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav-marker:nth-of-type(7),
    .page-business-investment .circle-nav-marker:nth-of-type(7),
    .page-business-agro .circle-nav-marker:nth-of-type(7),
    .page-business-culture .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(15.62097vw, 68.43994vw) translate(11.12605%, 48.7464%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(15.62097vw, 68.43994vw) translate(11.12605%, 48.7464%) translate(0, 0);
        transform: translate(-50%, -50%) translate(15.62097vw, 68.43994vw) translate(11.12605%, 48.7464%) translate(0, 0);
    }
    .page-business-development .circle-nav-item:nth-of-type(8),
    .page-business-investment .circle-nav-item:nth-of-type(8),
    .page-business-agro .circle-nav-item:nth-of-type(8),
    .page-business-culture .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(29.27528vw, 70.67678vw) translate(19.13417%, 46.19398%) translate(0.57403rem, 1.38582rem);
        -ms-transform: translate(-50%, -50%) translate(29.27528vw, 70.67678vw) translate(19.13417%, 46.19398%) translate(0.57403rem, 1.38582rem);
        transform: translate(-50%, -50%) translate(29.27528vw, 70.67678vw) translate(19.13417%, 46.19398%) translate(0.57403rem, 1.38582rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav-marker:nth-of-type(8),
    .page-business-investment .circle-nav-marker:nth-of-type(8),
    .page-business-agro .circle-nav-marker:nth-of-type(8),
    .page-business-culture .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(26.86438vw, 64.85634vw) translate(19.13417%, 46.19398%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(26.86438vw, 64.85634vw) translate(19.13417%, 46.19398%) translate(0, 0);
        transform: translate(-50%, -50%) translate(26.86438vw, 64.85634vw) translate(19.13417%, 46.19398%) translate(0, 0);
    }
    .page-business-development .circle-nav-item:nth-of-type(9),
    .page-business-investment .circle-nav-item:nth-of-type(9),
    .page-business-agro .circle-nav-item:nth-of-type(9),
    .page-business-culture .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(40.70045vw, 64.7744vw) translate(26.6016%, 42.33621%) translate(0.79805rem, 1.27009rem);
        -ms-transform: translate(-50%, -50%) translate(40.70045vw, 64.7744vw) translate(26.6016%, 42.33621%) translate(0.79805rem, 1.27009rem);
        transform: translate(-50%, -50%) translate(40.70045vw, 64.7744vw) translate(26.6016%, 42.33621%) translate(0.79805rem, 1.27009rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav-marker:nth-of-type(9),
    .page-business-investment .circle-nav-marker:nth-of-type(9),
    .page-business-agro .circle-nav-marker:nth-of-type(9),
    .page-business-culture .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(37.34865vw, 59.44004vw) translate(26.6016%, 42.33621%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(37.34865vw, 59.44004vw) translate(26.6016%, 42.33621%) translate(0, 0);
        transform: translate(-50%, -50%) translate(37.34865vw, 59.44004vw) translate(26.6016%, 42.33621%) translate(0, 0);
    }
    .page-business-development .circle-nav-item:nth-of-type(10),
    .page-business-investment .circle-nav-item:nth-of-type(10),
    .page-business-agro .circle-nav-item:nth-of-type(10),
    .page-business-culture .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(50.97551vw, 57.04163vw) translate(33.31733%, 37.28211%) translate(0.99952rem, 1.11846rem);
        -ms-transform: translate(-50%, -50%) translate(50.97551vw, 57.04163vw) translate(33.31733%, 37.28211%) translate(0.99952rem, 1.11846rem);
        transform: translate(-50%, -50%) translate(50.97551vw, 57.04163vw) translate(33.31733%, 37.28211%) translate(0.99952rem, 1.11846rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav-marker:nth-of-type(10),
    .page-business-investment .circle-nav-marker:nth-of-type(10),
    .page-business-agro .circle-nav-marker:nth-of-type(10),
    .page-business-culture .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(46.77753vw, 52.34408vw) translate(33.31733%, 37.28211%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(46.77753vw, 52.34408vw) translate(33.31733%, 37.28211%) translate(0, 0);
        transform: translate(-50%, -50%) translate(46.77753vw, 52.34408vw) translate(33.31733%, 37.28211%) translate(0, 0);
    }
    .page-business-development .circle-nav-item:nth-of-type(11),
    .page-business-investment .circle-nav-item:nth-of-type(11),
    .page-business-agro .circle-nav-item:nth-of-type(11),
    .page-business-culture .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(59.81011vw, 47.69697vw) translate(39.09157%, 31.17449%) translate(1.17275rem, 0.93523rem);
        -ms-transform: translate(-50%, -50%) translate(59.81011vw, 47.69697vw) translate(39.09157%, 31.17449%) translate(1.17275rem, 0.93523rem);
        transform: translate(-50%, -50%) translate(59.81011vw, 47.69697vw) translate(39.09157%, 31.17449%) translate(1.17275rem, 0.93523rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav-marker:nth-of-type(11),
    .page-business-investment .circle-nav-marker:nth-of-type(11),
    .page-business-agro .circle-nav-marker:nth-of-type(11),
    .page-business-culture .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(54.88457vw, 43.76898vw) translate(39.09157%, 31.17449%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(54.88457vw, 43.76898vw) translate(39.09157%, 31.17449%) translate(0, 0);
        transform: translate(-50%, -50%) translate(54.88457vw, 43.76898vw) translate(39.09157%, 31.17449%) translate(0, 0);
    }
    .page-business-development .circle-nav-item:nth-of-type(12),
    .page-business-investment .circle-nav-item:nth-of-type(12),
    .page-business-agro .circle-nav-item:nth-of-type(12),
    .page-business-culture .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(66.95459vw, 37.00449vw) translate(43.76117%, 24.18594%) translate(1.31284rem, 0.72558rem);
        -ms-transform: translate(-50%, -50%) translate(66.95459vw, 37.00449vw) translate(43.76117%, 24.18594%) translate(1.31284rem, 0.72558rem);
        transform: translate(-50%, -50%) translate(66.95459vw, 37.00449vw) translate(43.76117%, 24.18594%) translate(1.31284rem, 0.72558rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav-marker:nth-of-type(12),
    .page-business-investment .circle-nav-marker:nth-of-type(12),
    .page-business-agro .circle-nav-marker:nth-of-type(12),
    .page-business-culture .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(61.44068vw, 33.95707vw) translate(43.76117%, 24.18594%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(61.44068vw, 33.95707vw) translate(43.76117%, 24.18594%) translate(0, 0);
        transform: translate(-50%, -50%) translate(61.44068vw, 33.95707vw) translate(43.76117%, 24.18594%) translate(0, 0);
    }
    .page-business-development .circle-nav-item:nth-of-type(13),
    .page-business-investment .circle-nav-item:nth-of-type(13),
    .page-business-agro .circle-nav-item:nth-of-type(13),
    .page-business-culture .circle-nav-item:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(72.20707vw, 25.26635vw) translate(47.19417%, 16.51395%) translate(1.41582rem, 0.49542rem);
        -ms-transform: translate(-50%, -50%) translate(72.20707vw, 25.26635vw) translate(47.19417%, 16.51395%) translate(1.41582rem, 0.49542rem);
        transform: translate(-50%, -50%) translate(72.20707vw, 25.26635vw) translate(47.19417%, 16.51395%) translate(1.41582rem, 0.49542rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(13) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav-marker:nth-of-type(13),
    .page-business-investment .circle-nav-marker:nth-of-type(13),
    .page-business-agro .circle-nav-marker:nth-of-type(13),
    .page-business-culture .circle-nav-marker:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(66.26061vw, 23.18559vw) translate(47.19417%, 16.51395%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(66.26061vw, 23.18559vw) translate(47.19417%, 16.51395%) translate(0, 0);
        transform: translate(-50%, -50%) translate(66.26061vw, 23.18559vw) translate(47.19417%, 16.51395%) translate(0, 0);
    }
    .page-business-development .circle-nav-item:nth-of-type(14),
    .page-business-investment .circle-nav-item:nth-of-type(14),
    .page-business-agro .circle-nav-item:nth-of-type(14),
    .page-business-culture .circle-nav-item:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(75.41913vw, 12.81423vw) translate(49.29355%, 8.37531%) translate(1.47881rem, 0.25126rem);
        -ms-transform: translate(-50%, -50%) translate(75.41913vw, 12.81423vw) translate(49.29355%, 8.37531%) translate(1.47881rem, 0.25126rem);
        transform: translate(-50%, -50%) translate(75.41913vw, 12.81423vw) translate(49.29355%, 8.37531%) translate(1.47881rem, 0.25126rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(14) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav-marker:nth-of-type(14),
    .page-business-investment .circle-nav-marker:nth-of-type(14),
    .page-business-agro .circle-nav-marker:nth-of-type(14),
    .page-business-culture .circle-nav-marker:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(69.20815vw, 11.75894vw) translate(49.29355%, 8.37531%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(69.20815vw, 11.75894vw) translate(49.29355%, 8.37531%) translate(0, 0);
        transform: translate(-50%, -50%) translate(69.20815vw, 11.75894vw) translate(49.29355%, 8.37531%) translate(0, 0);
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape),
(max-width: 599px) {
    .page-business-development .circle-nav-slides .circle-nav-slide-img,
    .page-business-investment .circle-nav-slides .circle-nav-slide-img,
    .page-business-agro .circle-nav-slides .circle-nav-slide-img,
    .page-business-culture .circle-nav-slides .circle-nav-slide-img {
        top: 0;
        height: 100vw;
        width: 100%;
        margin-top: 0;
    }
    .page-business-development .circle-nav-slides .js-map,
    .page-business-investment .circle-nav-slides .js-map,
    .page-business-agro .circle-nav-slides .js-map,
    .page-business-culture .circle-nav-slides .js-map {
        top: 0;
        width: 50vw;
        height: 70vw;
        left: 0;
    }
    .page-business-development .circle-nav-item:hover,
    .page-business-investment .circle-nav-item:hover,
    .page-business-agro .circle-nav-item:hover,
    .page-business-culture .circle-nav-item:hover {
        font-size: inherit;
    }
    .page-business-development .circle-nav-item:hover .circle-nav-name,
    .page-business-investment .circle-nav-item:hover .circle-nav-name,
    .page-business-agro .circle-nav-item:hover .circle-nav-name,
    .page-business-culture .circle-nav-item:hover .circle-nav-name {
        opacity: 1;
    }
    .page-business-development .circle-nav-item:hover .circle-nav-sub,
    .page-business-investment .circle-nav-item:hover .circle-nav-sub,
    .page-business-agro .circle-nav-item:hover .circle-nav-sub,
    .page-business-culture .circle-nav-item:hover .circle-nav-sub {
        opacity: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .page-business-development .circle-nav-item.js-active .circle-nav-name,
    .page-business-investment .circle-nav-item.js-active .circle-nav-name,
    .page-business-agro .circle-nav-item.js-active .circle-nav-name,
    .page-business-culture .circle-nav-item.js-active .circle-nav-name {
        font-size: 1.4rem;
    }
    .page-business-development .circle-nav-marker span,
    .page-business-investment .circle-nav-marker span,
    .page-business-agro .circle-nav-marker span,
    .page-business-culture .circle-nav-marker span {
        width: 10px;
        height: 10px;
    }
    .page-business-development article.text,
    .page-business-investment article.text,
    .page-business-agro article.text,
    .page-business-culture article.text {
        bottom: 0;
    }
    .page-business-development article.text .inner,
    .page-business-investment article.text .inner,
    .page-business-agro article.text .inner,
    .page-business-culture article.text .inner {
        overflow-y: auto;
        padding-top: 10%;
        padding-bottom: 15%;
        height: 100%;
    }
    .page-business-development article.text h2,
    .page-business-investment article.text h2,
    .page-business-agro article.text h2,
    .page-business-culture article.text h2 {
        margin-bottom: 1.5rem;
        font-size: 2.2rem;
    }
    .page-business-development article.text .heading-extension,
    .page-business-development article.text .h5,
    .page-business-investment article.text .heading-extension,
    .page-business-investment article.text .h5,
    .page-business-agro article.text .heading-extension,
    .page-business-agro article.text .h5,
    .page-business-culture article.text .heading-extension,
    .page-business-culture article.text .h5 {
        display: none;
    }
    .page-business-development article.text::before,
    .page-business-development article.text::after,
    .page-business-investment article.text::before,
    .page-business-investment article.text::after,
    .page-business-agro article.text::before,
    .page-business-agro article.text::after,
    .page-business-culture article.text::before,
    .page-business-culture article.text::after {
        content: '';
        position: absolute;
        right: 0;
        left: 0;
        height: 25%;
        pointer-events: none;
    }
    .page-business-development article.text::before,
    .page-business-investment article.text::before,
    .page-business-agro article.text::before,
    .page-business-culture article.text::before {
        top: 0;
        background: linear-gradient(to bottom, #fff 0%, #fff 25%, rgba(255, 255, 255, 0) 65%);
    }
    .page-business-development article.text::after,
    .page-business-investment article.text::after,
    .page-business-agro article.text::after,
    .page-business-culture article.text::after {
        bottom: 0;
        background: linear-gradient(to top, #fff 0%, #fff 25%, rgba(255, 255, 255, 0) 65%);
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) {
    .page-business-development .screen,
    .page-business-investment .screen,
    .page-business-agro .screen,
    .page-business-culture .screen {
        height: 100%;
    }
    .page-business-development .screen-inner,
    .page-business-investment .screen-inner,
    .page-business-agro .screen-inner,
    .page-business-culture .screen-inner {
        height: 100%;
        border-radius: 0;
    }
    .page-business-development .nav-parallax-prev,
    .page-business-investment .nav-parallax-prev,
    .page-business-agro .nav-parallax-prev,
    .page-business-culture .nav-parallax-prev {
        top: 16px;
        left: 75px;
    }
    .page-business-development .nav-parallax-next,
    .page-business-investment .nav-parallax-next,
    .page-business-agro .nav-parallax-next,
    .page-business-culture .nav-parallax-next {
        left: 38px;
        bottom: 19px;
    }
    .page-business-development .screen-text,
    .page-business-investment .screen-text,
    .page-business-agro .screen-text,
    .page-business-culture .screen-text {
        height: 100%;
    }
    .page-business-development .screen-text .projects,
    .page-business-investment .screen-text .projects,
    .page-business-agro .screen-text .projects,
    .page-business-culture .screen-text .projects {
        bottom: 25%;
        left: 15.4%;
        -webkit-transform: rotate(-90deg) translate(50%, 100%);
        -ms-transform: rotate(-90deg) translate(50%, 100%);
        transform: rotate(-90deg) translate(50%, 100%);
    }
    .page-business-development .screen-text .scroll,
    .page-business-development .screen-text .side,
    .page-business-investment .screen-text .scroll,
    .page-business-investment .screen-text .side,
    .page-business-agro .screen-text .scroll,
    .page-business-agro .screen-text .side,
    .page-business-culture .screen-text .scroll,
    .page-business-culture .screen-text .side {
        padding-left: 20vw;
        width: 72.5vw;
    }
    .page-business-development .circle-nav,
    .page-business-investment .circle-nav,
    .page-business-agro .circle-nav,
    .page-business-culture .circle-nav {
        left: 55%;
        margin-top: -50vw;
        width: 100vw;
        height: 100vw;
    }
    .page-business-development .circle-nav::after,
    .page-business-investment .circle-nav::after,
    .page-business-agro .circle-nav::after,
    .page-business-culture .circle-nav::after {
        display: none;
    }
    .page-business-development .circle-nav-item:nth-of-type(1),
    .page-business-investment .circle-nav-item:nth-of-type(1),
    .page-business-agro .circle-nav-item:nth-of-type(1),
    .page-business-culture .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(-1.5rem, 0rem);
        -ms-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(-1.5rem, 0rem);
        transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(-1.5rem, 0rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide:nth-child(1),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide:nth-child(1),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide:nth-child(1),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide:nth-child(1) {
        z-index: 1;
        opacity: 1;
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide-img:nth-child(1) .img,
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide-img:nth-child(1) .img,
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide-img:nth-child(1) .img,
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide-img:nth-child(1) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(-1.5rem, 0rem);
        -ms-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(-1.5rem, 0rem);
        transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(-1.5rem, 0rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(-1.47881rem, 0.25126rem);
        -ms-transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(-1.47881rem, 0.25126rem);
        transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(-1.47881rem, 0.25126rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(-1.41582rem, 0.49542rem);
        -ms-transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(-1.41582rem, 0.49542rem);
        transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(-1.41582rem, 0.49542rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(-1.31284rem, 0.72558rem);
        -ms-transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(-1.31284rem, 0.72558rem);
        transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(-1.31284rem, 0.72558rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(-1.17275rem, 0.93523rem);
        -ms-transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(-1.17275rem, 0.93523rem);
        transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(-1.17275rem, 0.93523rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-33.31733vw, 37.28211vw) translate(-33.31733%, 37.28211%) translate(-0.99952rem, 1.11846rem);
        -ms-transform: translate(-50%, -50%) translate(-33.31733vw, 37.28211vw) translate(-33.31733%, 37.28211%) translate(-0.99952rem, 1.11846rem);
        transform: translate(-50%, -50%) translate(-33.31733vw, 37.28211vw) translate(-33.31733%, 37.28211%) translate(-0.99952rem, 1.11846rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-26.6016vw, 42.33621vw) translate(-26.6016%, 42.33621%) translate(-0.79805rem, 1.27009rem);
        -ms-transform: translate(-50%, -50%) translate(-26.6016vw, 42.33621vw) translate(-26.6016%, 42.33621%) translate(-0.79805rem, 1.27009rem);
        transform: translate(-50%, -50%) translate(-26.6016vw, 42.33621vw) translate(-26.6016%, 42.33621%) translate(-0.79805rem, 1.27009rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-19.13417vw, 46.19398vw) translate(-19.13417%, 46.19398%) translate(-0.57403rem, 1.38582rem);
        -ms-transform: translate(-50%, -50%) translate(-19.13417vw, 46.19398vw) translate(-19.13417%, 46.19398%) translate(-0.57403rem, 1.38582rem);
        transform: translate(-50%, -50%) translate(-19.13417vw, 46.19398vw) translate(-19.13417%, 46.19398%) translate(-0.57403rem, 1.38582rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-11.12605vw, 48.7464vw) translate(-11.12605%, 48.7464%) translate(-0.33378rem, 1.46239rem);
        -ms-transform: translate(-50%, -50%) translate(-11.12605vw, 48.7464vw) translate(-11.12605%, 48.7464%) translate(-0.33378rem, 1.46239rem);
        transform: translate(-50%, -50%) translate(-11.12605vw, 48.7464vw) translate(-11.12605%, 48.7464%) translate(-0.33378rem, 1.46239rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-2.80352vw, 49.92134vw) translate(-2.80352%, 49.92134%) translate(-0.08411rem, 1.49764rem);
        -ms-transform: translate(-50%, -50%) translate(-2.80352vw, 49.92134vw) translate(-2.80352%, 49.92134%) translate(-0.08411rem, 1.49764rem);
        transform: translate(-50%, -50%) translate(-2.80352vw, 49.92134vw) translate(-2.80352%, 49.92134%) translate(-0.08411rem, 1.49764rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(5.59822vw, 49.68561vw) translate(5.59822%, 49.68561%) translate(0.16795rem, 1.49057rem);
        -ms-transform: translate(-50%, -50%) translate(5.59822vw, 49.68561vw) translate(5.59822%, 49.68561%) translate(0.16795rem, 1.49057rem);
        transform: translate(-50%, -50%) translate(5.59822vw, 49.68561vw) translate(5.59822%, 49.68561%) translate(0.16795rem, 1.49057rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(13.84178vw, 48.04587vw) translate(13.84178%, 48.04587%) translate(0.41525rem, 1.44138rem);
        -ms-transform: translate(-50%, -50%) translate(13.84178vw, 48.04587vw) translate(13.84178%, 48.04587%) translate(0.41525rem, 1.44138rem);
        transform: translate(-50%, -50%) translate(13.84178vw, 48.04587vw) translate(13.84178%, 48.04587%) translate(0.41525rem, 1.44138rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(21.69419vw, 45.04844vw) translate(21.69419%, 45.04844%) translate(0.65083rem, 1.35145rem);
        -ms-transform: translate(-50%, -50%) translate(21.69419vw, 45.04844vw) translate(21.69419%, 45.04844%) translate(0.65083rem, 1.35145rem);
        transform: translate(-50%, -50%) translate(21.69419vw, 45.04844vw) translate(21.69419%, 45.04844%) translate(0.65083rem, 1.35145rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(13) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(28.93356vw, 40.77804vw) translate(28.93356%, 40.77804%) translate(0.86801rem, 1.22334rem);
        -ms-transform: translate(-50%, -50%) translate(28.93356vw, 40.77804vw) translate(28.93356%, 40.77804%) translate(0.86801rem, 1.22334rem);
        transform: translate(-50%, -50%) translate(28.93356vw, 40.77804vw) translate(28.93356%, 40.77804%) translate(0.86801rem, 1.22334rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(14) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-33.31733vw, 37.28211vw) translate(-33.31733%, 37.28211%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-33.31733vw, 37.28211vw) translate(-33.31733%, 37.28211%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-33.31733vw, 37.28211vw) translate(-33.31733%, 37.28211%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-26.6016vw, 42.33621vw) translate(-26.6016%, 42.33621%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-26.6016vw, 42.33621vw) translate(-26.6016%, 42.33621%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-26.6016vw, 42.33621vw) translate(-26.6016%, 42.33621%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-19.13417vw, 46.19398vw) translate(-19.13417%, 46.19398%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-19.13417vw, 46.19398vw) translate(-19.13417%, 46.19398%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-19.13417vw, 46.19398vw) translate(-19.13417%, 46.19398%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-11.12605vw, 48.7464vw) translate(-11.12605%, 48.7464%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-11.12605vw, 48.7464vw) translate(-11.12605%, 48.7464%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-11.12605vw, 48.7464vw) translate(-11.12605%, 48.7464%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-2.80352vw, 49.92134vw) translate(-2.80352%, 49.92134%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-2.80352vw, 49.92134vw) translate(-2.80352%, 49.92134%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-2.80352vw, 49.92134vw) translate(-2.80352%, 49.92134%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(5.59822vw, 49.68561vw) translate(5.59822%, 49.68561%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(5.59822vw, 49.68561vw) translate(5.59822%, 49.68561%) translate(0, 0);
        transform: translate(-50%, -50%) translate(5.59822vw, 49.68561vw) translate(5.59822%, 49.68561%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(13.84178vw, 48.04587vw) translate(13.84178%, 48.04587%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(13.84178vw, 48.04587vw) translate(13.84178%, 48.04587%) translate(0, 0);
        transform: translate(-50%, -50%) translate(13.84178vw, 48.04587vw) translate(13.84178%, 48.04587%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(21.69419vw, 45.04844vw) translate(21.69419%, 45.04844%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(21.69419vw, 45.04844vw) translate(21.69419%, 45.04844%) translate(0, 0);
        transform: translate(-50%, -50%) translate(21.69419vw, 45.04844vw) translate(21.69419%, 45.04844%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(28.93356vw, 40.77804vw) translate(28.93356%, 40.77804%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(28.93356vw, 40.77804vw) translate(28.93356%, 40.77804%) translate(0, 0);
        transform: translate(-50%, -50%) translate(28.93356vw, 40.77804vw) translate(28.93356%, 40.77804%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav-item:nth-of-type(2),
    .page-business-investment .circle-nav-item:nth-of-type(2),
    .page-business-agro .circle-nav-item:nth-of-type(2),
    .page-business-culture .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(-1.47881rem, 0.25126rem);
        -ms-transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(-1.47881rem, 0.25126rem);
        transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(-1.47881rem, 0.25126rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide:nth-child(2),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide:nth-child(2),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide:nth-child(2),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide:nth-child(2) {
        z-index: 1;
        opacity: 1;
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide-img:nth-child(2) .img,
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide-img:nth-child(2) .img,
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide-img:nth-child(2) .img,
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide-img:nth-child(2) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(-1.47881rem, -0.25126rem);
        -ms-transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(-1.47881rem, -0.25126rem);
        transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(-1.47881rem, -0.25126rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(-1.5rem, 0rem);
        -ms-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(-1.5rem, 0rem);
        transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(-1.5rem, 0rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(-1.47881rem, 0.25126rem);
        -ms-transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(-1.47881rem, 0.25126rem);
        transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(-1.47881rem, 0.25126rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(-1.41582rem, 0.49542rem);
        -ms-transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(-1.41582rem, 0.49542rem);
        transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(-1.41582rem, 0.49542rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(-1.31284rem, 0.72558rem);
        -ms-transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(-1.31284rem, 0.72558rem);
        transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(-1.31284rem, 0.72558rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(-1.17275rem, 0.93523rem);
        -ms-transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(-1.17275rem, 0.93523rem);
        transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(-1.17275rem, 0.93523rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-33.31733vw, 37.28211vw) translate(-33.31733%, 37.28211%) translate(-0.99952rem, 1.11846rem);
        -ms-transform: translate(-50%, -50%) translate(-33.31733vw, 37.28211vw) translate(-33.31733%, 37.28211%) translate(-0.99952rem, 1.11846rem);
        transform: translate(-50%, -50%) translate(-33.31733vw, 37.28211vw) translate(-33.31733%, 37.28211%) translate(-0.99952rem, 1.11846rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-26.6016vw, 42.33621vw) translate(-26.6016%, 42.33621%) translate(-0.79805rem, 1.27009rem);
        -ms-transform: translate(-50%, -50%) translate(-26.6016vw, 42.33621vw) translate(-26.6016%, 42.33621%) translate(-0.79805rem, 1.27009rem);
        transform: translate(-50%, -50%) translate(-26.6016vw, 42.33621vw) translate(-26.6016%, 42.33621%) translate(-0.79805rem, 1.27009rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-19.13417vw, 46.19398vw) translate(-19.13417%, 46.19398%) translate(-0.57403rem, 1.38582rem);
        -ms-transform: translate(-50%, -50%) translate(-19.13417vw, 46.19398vw) translate(-19.13417%, 46.19398%) translate(-0.57403rem, 1.38582rem);
        transform: translate(-50%, -50%) translate(-19.13417vw, 46.19398vw) translate(-19.13417%, 46.19398%) translate(-0.57403rem, 1.38582rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-11.12605vw, 48.7464vw) translate(-11.12605%, 48.7464%) translate(-0.33378rem, 1.46239rem);
        -ms-transform: translate(-50%, -50%) translate(-11.12605vw, 48.7464vw) translate(-11.12605%, 48.7464%) translate(-0.33378rem, 1.46239rem);
        transform: translate(-50%, -50%) translate(-11.12605vw, 48.7464vw) translate(-11.12605%, 48.7464%) translate(-0.33378rem, 1.46239rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-2.80352vw, 49.92134vw) translate(-2.80352%, 49.92134%) translate(-0.08411rem, 1.49764rem);
        -ms-transform: translate(-50%, -50%) translate(-2.80352vw, 49.92134vw) translate(-2.80352%, 49.92134%) translate(-0.08411rem, 1.49764rem);
        transform: translate(-50%, -50%) translate(-2.80352vw, 49.92134vw) translate(-2.80352%, 49.92134%) translate(-0.08411rem, 1.49764rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(5.59822vw, 49.68561vw) translate(5.59822%, 49.68561%) translate(0.16795rem, 1.49057rem);
        -ms-transform: translate(-50%, -50%) translate(5.59822vw, 49.68561vw) translate(5.59822%, 49.68561%) translate(0.16795rem, 1.49057rem);
        transform: translate(-50%, -50%) translate(5.59822vw, 49.68561vw) translate(5.59822%, 49.68561%) translate(0.16795rem, 1.49057rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(13.84178vw, 48.04587vw) translate(13.84178%, 48.04587%) translate(0.41525rem, 1.44138rem);
        -ms-transform: translate(-50%, -50%) translate(13.84178vw, 48.04587vw) translate(13.84178%, 48.04587%) translate(0.41525rem, 1.44138rem);
        transform: translate(-50%, -50%) translate(13.84178vw, 48.04587vw) translate(13.84178%, 48.04587%) translate(0.41525rem, 1.44138rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(13) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(21.69419vw, 45.04844vw) translate(21.69419%, 45.04844%) translate(0.65083rem, 1.35145rem);
        -ms-transform: translate(-50%, -50%) translate(21.69419vw, 45.04844vw) translate(21.69419%, 45.04844%) translate(0.65083rem, 1.35145rem);
        transform: translate(-50%, -50%) translate(21.69419vw, 45.04844vw) translate(21.69419%, 45.04844%) translate(0.65083rem, 1.35145rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(14) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-33.31733vw, 37.28211vw) translate(-33.31733%, 37.28211%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-33.31733vw, 37.28211vw) translate(-33.31733%, 37.28211%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-33.31733vw, 37.28211vw) translate(-33.31733%, 37.28211%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-26.6016vw, 42.33621vw) translate(-26.6016%, 42.33621%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-26.6016vw, 42.33621vw) translate(-26.6016%, 42.33621%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-26.6016vw, 42.33621vw) translate(-26.6016%, 42.33621%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-19.13417vw, 46.19398vw) translate(-19.13417%, 46.19398%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-19.13417vw, 46.19398vw) translate(-19.13417%, 46.19398%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-19.13417vw, 46.19398vw) translate(-19.13417%, 46.19398%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-11.12605vw, 48.7464vw) translate(-11.12605%, 48.7464%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-11.12605vw, 48.7464vw) translate(-11.12605%, 48.7464%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-11.12605vw, 48.7464vw) translate(-11.12605%, 48.7464%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-2.80352vw, 49.92134vw) translate(-2.80352%, 49.92134%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-2.80352vw, 49.92134vw) translate(-2.80352%, 49.92134%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-2.80352vw, 49.92134vw) translate(-2.80352%, 49.92134%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(5.59822vw, 49.68561vw) translate(5.59822%, 49.68561%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(5.59822vw, 49.68561vw) translate(5.59822%, 49.68561%) translate(0, 0);
        transform: translate(-50%, -50%) translate(5.59822vw, 49.68561vw) translate(5.59822%, 49.68561%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(13.84178vw, 48.04587vw) translate(13.84178%, 48.04587%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(13.84178vw, 48.04587vw) translate(13.84178%, 48.04587%) translate(0, 0);
        transform: translate(-50%, -50%) translate(13.84178vw, 48.04587vw) translate(13.84178%, 48.04587%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(21.69419vw, 45.04844vw) translate(21.69419%, 45.04844%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(21.69419vw, 45.04844vw) translate(21.69419%, 45.04844%) translate(0, 0);
        transform: translate(-50%, -50%) translate(21.69419vw, 45.04844vw) translate(21.69419%, 45.04844%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav-item:nth-of-type(3),
    .page-business-investment .circle-nav-item:nth-of-type(3),
    .page-business-agro .circle-nav-item:nth-of-type(3),
    .page-business-culture .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(-1.41582rem, 0.49542rem);
        -ms-transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(-1.41582rem, 0.49542rem);
        transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(-1.41582rem, 0.49542rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide:nth-child(3),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide:nth-child(3),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide:nth-child(3),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide:nth-child(3) {
        z-index: 1;
        opacity: 1;
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide-img:nth-child(3) .img,
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide-img:nth-child(3) .img,
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide-img:nth-child(3) .img,
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide-img:nth-child(3) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(-1.41582rem, -0.49542rem);
        -ms-transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(-1.41582rem, -0.49542rem);
        transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(-1.41582rem, -0.49542rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(-1.47881rem, -0.25126rem);
        -ms-transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(-1.47881rem, -0.25126rem);
        transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(-1.47881rem, -0.25126rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(-1.5rem, 0rem);
        -ms-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(-1.5rem, 0rem);
        transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(-1.5rem, 0rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(-1.47881rem, 0.25126rem);
        -ms-transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(-1.47881rem, 0.25126rem);
        transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(-1.47881rem, 0.25126rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(-1.41582rem, 0.49542rem);
        -ms-transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(-1.41582rem, 0.49542rem);
        transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(-1.41582rem, 0.49542rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(-1.31284rem, 0.72558rem);
        -ms-transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(-1.31284rem, 0.72558rem);
        transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(-1.31284rem, 0.72558rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(-1.17275rem, 0.93523rem);
        -ms-transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(-1.17275rem, 0.93523rem);
        transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(-1.17275rem, 0.93523rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-33.31733vw, 37.28211vw) translate(-33.31733%, 37.28211%) translate(-0.99952rem, 1.11846rem);
        -ms-transform: translate(-50%, -50%) translate(-33.31733vw, 37.28211vw) translate(-33.31733%, 37.28211%) translate(-0.99952rem, 1.11846rem);
        transform: translate(-50%, -50%) translate(-33.31733vw, 37.28211vw) translate(-33.31733%, 37.28211%) translate(-0.99952rem, 1.11846rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-26.6016vw, 42.33621vw) translate(-26.6016%, 42.33621%) translate(-0.79805rem, 1.27009rem);
        -ms-transform: translate(-50%, -50%) translate(-26.6016vw, 42.33621vw) translate(-26.6016%, 42.33621%) translate(-0.79805rem, 1.27009rem);
        transform: translate(-50%, -50%) translate(-26.6016vw, 42.33621vw) translate(-26.6016%, 42.33621%) translate(-0.79805rem, 1.27009rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-19.13417vw, 46.19398vw) translate(-19.13417%, 46.19398%) translate(-0.57403rem, 1.38582rem);
        -ms-transform: translate(-50%, -50%) translate(-19.13417vw, 46.19398vw) translate(-19.13417%, 46.19398%) translate(-0.57403rem, 1.38582rem);
        transform: translate(-50%, -50%) translate(-19.13417vw, 46.19398vw) translate(-19.13417%, 46.19398%) translate(-0.57403rem, 1.38582rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-11.12605vw, 48.7464vw) translate(-11.12605%, 48.7464%) translate(-0.33378rem, 1.46239rem);
        -ms-transform: translate(-50%, -50%) translate(-11.12605vw, 48.7464vw) translate(-11.12605%, 48.7464%) translate(-0.33378rem, 1.46239rem);
        transform: translate(-50%, -50%) translate(-11.12605vw, 48.7464vw) translate(-11.12605%, 48.7464%) translate(-0.33378rem, 1.46239rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-2.80352vw, 49.92134vw) translate(-2.80352%, 49.92134%) translate(-0.08411rem, 1.49764rem);
        -ms-transform: translate(-50%, -50%) translate(-2.80352vw, 49.92134vw) translate(-2.80352%, 49.92134%) translate(-0.08411rem, 1.49764rem);
        transform: translate(-50%, -50%) translate(-2.80352vw, 49.92134vw) translate(-2.80352%, 49.92134%) translate(-0.08411rem, 1.49764rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(5.59822vw, 49.68561vw) translate(5.59822%, 49.68561%) translate(0.16795rem, 1.49057rem);
        -ms-transform: translate(-50%, -50%) translate(5.59822vw, 49.68561vw) translate(5.59822%, 49.68561%) translate(0.16795rem, 1.49057rem);
        transform: translate(-50%, -50%) translate(5.59822vw, 49.68561vw) translate(5.59822%, 49.68561%) translate(0.16795rem, 1.49057rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(13) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(13.84178vw, 48.04587vw) translate(13.84178%, 48.04587%) translate(0.41525rem, 1.44138rem);
        -ms-transform: translate(-50%, -50%) translate(13.84178vw, 48.04587vw) translate(13.84178%, 48.04587%) translate(0.41525rem, 1.44138rem);
        transform: translate(-50%, -50%) translate(13.84178vw, 48.04587vw) translate(13.84178%, 48.04587%) translate(0.41525rem, 1.44138rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(14) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-33.31733vw, 37.28211vw) translate(-33.31733%, 37.28211%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-33.31733vw, 37.28211vw) translate(-33.31733%, 37.28211%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-33.31733vw, 37.28211vw) translate(-33.31733%, 37.28211%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-26.6016vw, 42.33621vw) translate(-26.6016%, 42.33621%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-26.6016vw, 42.33621vw) translate(-26.6016%, 42.33621%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-26.6016vw, 42.33621vw) translate(-26.6016%, 42.33621%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-19.13417vw, 46.19398vw) translate(-19.13417%, 46.19398%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-19.13417vw, 46.19398vw) translate(-19.13417%, 46.19398%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-19.13417vw, 46.19398vw) translate(-19.13417%, 46.19398%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-11.12605vw, 48.7464vw) translate(-11.12605%, 48.7464%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-11.12605vw, 48.7464vw) translate(-11.12605%, 48.7464%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-11.12605vw, 48.7464vw) translate(-11.12605%, 48.7464%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-2.80352vw, 49.92134vw) translate(-2.80352%, 49.92134%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-2.80352vw, 49.92134vw) translate(-2.80352%, 49.92134%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-2.80352vw, 49.92134vw) translate(-2.80352%, 49.92134%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(5.59822vw, 49.68561vw) translate(5.59822%, 49.68561%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(5.59822vw, 49.68561vw) translate(5.59822%, 49.68561%) translate(0, 0);
        transform: translate(-50%, -50%) translate(5.59822vw, 49.68561vw) translate(5.59822%, 49.68561%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(13.84178vw, 48.04587vw) translate(13.84178%, 48.04587%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(13.84178vw, 48.04587vw) translate(13.84178%, 48.04587%) translate(0, 0);
        transform: translate(-50%, -50%) translate(13.84178vw, 48.04587vw) translate(13.84178%, 48.04587%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav-item:nth-of-type(4),
    .page-business-investment .circle-nav-item:nth-of-type(4),
    .page-business-agro .circle-nav-item:nth-of-type(4),
    .page-business-culture .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(-1.31284rem, 0.72558rem);
        -ms-transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(-1.31284rem, 0.72558rem);
        transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(-1.31284rem, 0.72558rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide:nth-child(4),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide:nth-child(4),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide:nth-child(4),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide:nth-child(4) {
        z-index: 1;
        opacity: 1;
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide-img:nth-child(4) .img,
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide-img:nth-child(4) .img,
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide-img:nth-child(4) .img,
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide-img:nth-child(4) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(-1.31284rem, -0.72558rem);
        -ms-transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(-1.31284rem, -0.72558rem);
        transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(-1.31284rem, -0.72558rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(-1.41582rem, -0.49542rem);
        -ms-transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(-1.41582rem, -0.49542rem);
        transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(-1.41582rem, -0.49542rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(-1.47881rem, -0.25126rem);
        -ms-transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(-1.47881rem, -0.25126rem);
        transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(-1.47881rem, -0.25126rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(-1.5rem, 0rem);
        -ms-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(-1.5rem, 0rem);
        transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(-1.5rem, 0rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(-1.47881rem, 0.25126rem);
        -ms-transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(-1.47881rem, 0.25126rem);
        transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(-1.47881rem, 0.25126rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(-1.41582rem, 0.49542rem);
        -ms-transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(-1.41582rem, 0.49542rem);
        transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(-1.41582rem, 0.49542rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(-1.31284rem, 0.72558rem);
        -ms-transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(-1.31284rem, 0.72558rem);
        transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(-1.31284rem, 0.72558rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(-1.17275rem, 0.93523rem);
        -ms-transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(-1.17275rem, 0.93523rem);
        transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(-1.17275rem, 0.93523rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-33.31733vw, 37.28211vw) translate(-33.31733%, 37.28211%) translate(-0.99952rem, 1.11846rem);
        -ms-transform: translate(-50%, -50%) translate(-33.31733vw, 37.28211vw) translate(-33.31733%, 37.28211%) translate(-0.99952rem, 1.11846rem);
        transform: translate(-50%, -50%) translate(-33.31733vw, 37.28211vw) translate(-33.31733%, 37.28211%) translate(-0.99952rem, 1.11846rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-26.6016vw, 42.33621vw) translate(-26.6016%, 42.33621%) translate(-0.79805rem, 1.27009rem);
        -ms-transform: translate(-50%, -50%) translate(-26.6016vw, 42.33621vw) translate(-26.6016%, 42.33621%) translate(-0.79805rem, 1.27009rem);
        transform: translate(-50%, -50%) translate(-26.6016vw, 42.33621vw) translate(-26.6016%, 42.33621%) translate(-0.79805rem, 1.27009rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-19.13417vw, 46.19398vw) translate(-19.13417%, 46.19398%) translate(-0.57403rem, 1.38582rem);
        -ms-transform: translate(-50%, -50%) translate(-19.13417vw, 46.19398vw) translate(-19.13417%, 46.19398%) translate(-0.57403rem, 1.38582rem);
        transform: translate(-50%, -50%) translate(-19.13417vw, 46.19398vw) translate(-19.13417%, 46.19398%) translate(-0.57403rem, 1.38582rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-11.12605vw, 48.7464vw) translate(-11.12605%, 48.7464%) translate(-0.33378rem, 1.46239rem);
        -ms-transform: translate(-50%, -50%) translate(-11.12605vw, 48.7464vw) translate(-11.12605%, 48.7464%) translate(-0.33378rem, 1.46239rem);
        transform: translate(-50%, -50%) translate(-11.12605vw, 48.7464vw) translate(-11.12605%, 48.7464%) translate(-0.33378rem, 1.46239rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(-2.80352vw, 49.92134vw) translate(-2.80352%, 49.92134%) translate(-0.08411rem, 1.49764rem);
        -ms-transform: translate(-50%, -50%) translate(-2.80352vw, 49.92134vw) translate(-2.80352%, 49.92134%) translate(-0.08411rem, 1.49764rem);
        transform: translate(-50%, -50%) translate(-2.80352vw, 49.92134vw) translate(-2.80352%, 49.92134%) translate(-0.08411rem, 1.49764rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(13) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(5.59822vw, 49.68561vw) translate(5.59822%, 49.68561%) translate(0.16795rem, 1.49057rem);
        -ms-transform: translate(-50%, -50%) translate(5.59822vw, 49.68561vw) translate(5.59822%, 49.68561%) translate(0.16795rem, 1.49057rem);
        transform: translate(-50%, -50%) translate(5.59822vw, 49.68561vw) translate(5.59822%, 49.68561%) translate(0.16795rem, 1.49057rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(14) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-33.31733vw, 37.28211vw) translate(-33.31733%, 37.28211%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-33.31733vw, 37.28211vw) translate(-33.31733%, 37.28211%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-33.31733vw, 37.28211vw) translate(-33.31733%, 37.28211%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-26.6016vw, 42.33621vw) translate(-26.6016%, 42.33621%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-26.6016vw, 42.33621vw) translate(-26.6016%, 42.33621%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-26.6016vw, 42.33621vw) translate(-26.6016%, 42.33621%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-19.13417vw, 46.19398vw) translate(-19.13417%, 46.19398%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-19.13417vw, 46.19398vw) translate(-19.13417%, 46.19398%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-19.13417vw, 46.19398vw) translate(-19.13417%, 46.19398%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-11.12605vw, 48.7464vw) translate(-11.12605%, 48.7464%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-11.12605vw, 48.7464vw) translate(-11.12605%, 48.7464%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-11.12605vw, 48.7464vw) translate(-11.12605%, 48.7464%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(-2.80352vw, 49.92134vw) translate(-2.80352%, 49.92134%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-2.80352vw, 49.92134vw) translate(-2.80352%, 49.92134%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-2.80352vw, 49.92134vw) translate(-2.80352%, 49.92134%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(5.59822vw, 49.68561vw) translate(5.59822%, 49.68561%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(5.59822vw, 49.68561vw) translate(5.59822%, 49.68561%) translate(0, 0);
        transform: translate(-50%, -50%) translate(5.59822vw, 49.68561vw) translate(5.59822%, 49.68561%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav-item:nth-of-type(5),
    .page-business-investment .circle-nav-item:nth-of-type(5),
    .page-business-agro .circle-nav-item:nth-of-type(5),
    .page-business-culture .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(-1.17275rem, 0.93523rem);
        -ms-transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(-1.17275rem, 0.93523rem);
        transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(-1.17275rem, 0.93523rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-slides .circle-nav-slide:nth-child(5),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-slides .circle-nav-slide:nth-child(5),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-slides .circle-nav-slide:nth-child(5),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-slides .circle-nav-slide:nth-child(5) {
        z-index: 1;
        opacity: 1;
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-slides .circle-nav-slide-img:nth-child(5) .img,
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-slides .circle-nav-slide-img:nth-child(5) .img,
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-slides .circle-nav-slide-img:nth-child(5) .img,
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-slides .circle-nav-slide-img:nth-child(5) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-39.09157vw, -31.17449vw) translate(-39.09157%, -31.17449%) translate(-1.17275rem, -0.93523rem);
        -ms-transform: translate(-50%, -50%) translate(-39.09157vw, -31.17449vw) translate(-39.09157%, -31.17449%) translate(-1.17275rem, -0.93523rem);
        transform: translate(-50%, -50%) translate(-39.09157vw, -31.17449vw) translate(-39.09157%, -31.17449%) translate(-1.17275rem, -0.93523rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(-1.31284rem, -0.72558rem);
        -ms-transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(-1.31284rem, -0.72558rem);
        transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(-1.31284rem, -0.72558rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(-1.41582rem, -0.49542rem);
        -ms-transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(-1.41582rem, -0.49542rem);
        transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(-1.41582rem, -0.49542rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(-1.47881rem, -0.25126rem);
        -ms-transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(-1.47881rem, -0.25126rem);
        transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(-1.47881rem, -0.25126rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(-1.5rem, 0rem);
        -ms-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(-1.5rem, 0rem);
        transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(-1.5rem, 0rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(-1.47881rem, 0.25126rem);
        -ms-transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(-1.47881rem, 0.25126rem);
        transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(-1.47881rem, 0.25126rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(-1.41582rem, 0.49542rem);
        -ms-transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(-1.41582rem, 0.49542rem);
        transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(-1.41582rem, 0.49542rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(-1.31284rem, 0.72558rem);
        -ms-transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(-1.31284rem, 0.72558rem);
        transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(-1.31284rem, 0.72558rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(-1.17275rem, 0.93523rem);
        -ms-transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(-1.17275rem, 0.93523rem);
        transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(-1.17275rem, 0.93523rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-33.31733vw, 37.28211vw) translate(-33.31733%, 37.28211%) translate(-0.99952rem, 1.11846rem);
        -ms-transform: translate(-50%, -50%) translate(-33.31733vw, 37.28211vw) translate(-33.31733%, 37.28211%) translate(-0.99952rem, 1.11846rem);
        transform: translate(-50%, -50%) translate(-33.31733vw, 37.28211vw) translate(-33.31733%, 37.28211%) translate(-0.99952rem, 1.11846rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-26.6016vw, 42.33621vw) translate(-26.6016%, 42.33621%) translate(-0.79805rem, 1.27009rem);
        -ms-transform: translate(-50%, -50%) translate(-26.6016vw, 42.33621vw) translate(-26.6016%, 42.33621%) translate(-0.79805rem, 1.27009rem);
        transform: translate(-50%, -50%) translate(-26.6016vw, 42.33621vw) translate(-26.6016%, 42.33621%) translate(-0.79805rem, 1.27009rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-19.13417vw, 46.19398vw) translate(-19.13417%, 46.19398%) translate(-0.57403rem, 1.38582rem);
        -ms-transform: translate(-50%, -50%) translate(-19.13417vw, 46.19398vw) translate(-19.13417%, 46.19398%) translate(-0.57403rem, 1.38582rem);
        transform: translate(-50%, -50%) translate(-19.13417vw, 46.19398vw) translate(-19.13417%, 46.19398%) translate(-0.57403rem, 1.38582rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(-11.12605vw, 48.7464vw) translate(-11.12605%, 48.7464%) translate(-0.33378rem, 1.46239rem);
        -ms-transform: translate(-50%, -50%) translate(-11.12605vw, 48.7464vw) translate(-11.12605%, 48.7464%) translate(-0.33378rem, 1.46239rem);
        transform: translate(-50%, -50%) translate(-11.12605vw, 48.7464vw) translate(-11.12605%, 48.7464%) translate(-0.33378rem, 1.46239rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(13) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(-2.80352vw, 49.92134vw) translate(-2.80352%, 49.92134%) translate(-0.08411rem, 1.49764rem);
        -ms-transform: translate(-50%, -50%) translate(-2.80352vw, 49.92134vw) translate(-2.80352%, 49.92134%) translate(-0.08411rem, 1.49764rem);
        transform: translate(-50%, -50%) translate(-2.80352vw, 49.92134vw) translate(-2.80352%, 49.92134%) translate(-0.08411rem, 1.49764rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(14) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-39.09157vw, -31.17449vw) translate(-39.09157%, -31.17449%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-39.09157vw, -31.17449vw) translate(-39.09157%, -31.17449%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-39.09157vw, -31.17449vw) translate(-39.09157%, -31.17449%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-33.31733vw, 37.28211vw) translate(-33.31733%, 37.28211%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-33.31733vw, 37.28211vw) translate(-33.31733%, 37.28211%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-33.31733vw, 37.28211vw) translate(-33.31733%, 37.28211%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-26.6016vw, 42.33621vw) translate(-26.6016%, 42.33621%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-26.6016vw, 42.33621vw) translate(-26.6016%, 42.33621%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-26.6016vw, 42.33621vw) translate(-26.6016%, 42.33621%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-19.13417vw, 46.19398vw) translate(-19.13417%, 46.19398%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-19.13417vw, 46.19398vw) translate(-19.13417%, 46.19398%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-19.13417vw, 46.19398vw) translate(-19.13417%, 46.19398%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(-11.12605vw, 48.7464vw) translate(-11.12605%, 48.7464%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-11.12605vw, 48.7464vw) translate(-11.12605%, 48.7464%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-11.12605vw, 48.7464vw) translate(-11.12605%, 48.7464%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(-2.80352vw, 49.92134vw) translate(-2.80352%, 49.92134%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-2.80352vw, 49.92134vw) translate(-2.80352%, 49.92134%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-2.80352vw, 49.92134vw) translate(-2.80352%, 49.92134%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav-item:nth-of-type(6),
    .page-business-investment .circle-nav-item:nth-of-type(6),
    .page-business-agro .circle-nav-item:nth-of-type(6),
    .page-business-culture .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-33.31733vw, 37.28211vw) translate(-33.31733%, 37.28211%) translate(-0.99952rem, 1.11846rem);
        -ms-transform: translate(-50%, -50%) translate(-33.31733vw, 37.28211vw) translate(-33.31733%, 37.28211%) translate(-0.99952rem, 1.11846rem);
        transform: translate(-50%, -50%) translate(-33.31733vw, 37.28211vw) translate(-33.31733%, 37.28211%) translate(-0.99952rem, 1.11846rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-slides .circle-nav-slide:nth-child(6),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-slides .circle-nav-slide:nth-child(6),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-slides .circle-nav-slide:nth-child(6),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-slides .circle-nav-slide:nth-child(6) {
        z-index: 1;
        opacity: 1;
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-slides .circle-nav-slide-img:nth-child(6) .img,
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-slides .circle-nav-slide-img:nth-child(6) .img,
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-slides .circle-nav-slide-img:nth-child(6) .img,
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-slides .circle-nav-slide-img:nth-child(6) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-33.31733vw, -37.28211vw) translate(-33.31733%, -37.28211%) translate(-0.99952rem, -1.11846rem);
        -ms-transform: translate(-50%, -50%) translate(-33.31733vw, -37.28211vw) translate(-33.31733%, -37.28211%) translate(-0.99952rem, -1.11846rem);
        transform: translate(-50%, -50%) translate(-33.31733vw, -37.28211vw) translate(-33.31733%, -37.28211%) translate(-0.99952rem, -1.11846rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-39.09157vw, -31.17449vw) translate(-39.09157%, -31.17449%) translate(-1.17275rem, -0.93523rem);
        -ms-transform: translate(-50%, -50%) translate(-39.09157vw, -31.17449vw) translate(-39.09157%, -31.17449%) translate(-1.17275rem, -0.93523rem);
        transform: translate(-50%, -50%) translate(-39.09157vw, -31.17449vw) translate(-39.09157%, -31.17449%) translate(-1.17275rem, -0.93523rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(-1.31284rem, -0.72558rem);
        -ms-transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(-1.31284rem, -0.72558rem);
        transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(-1.31284rem, -0.72558rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(-1.41582rem, -0.49542rem);
        -ms-transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(-1.41582rem, -0.49542rem);
        transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(-1.41582rem, -0.49542rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(-1.47881rem, -0.25126rem);
        -ms-transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(-1.47881rem, -0.25126rem);
        transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(-1.47881rem, -0.25126rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(-1.5rem, 0rem);
        -ms-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(-1.5rem, 0rem);
        transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(-1.5rem, 0rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(-1.47881rem, 0.25126rem);
        -ms-transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(-1.47881rem, 0.25126rem);
        transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(-1.47881rem, 0.25126rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(-1.41582rem, 0.49542rem);
        -ms-transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(-1.41582rem, 0.49542rem);
        transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(-1.41582rem, 0.49542rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(-1.31284rem, 0.72558rem);
        -ms-transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(-1.31284rem, 0.72558rem);
        transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(-1.31284rem, 0.72558rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(-1.17275rem, 0.93523rem);
        -ms-transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(-1.17275rem, 0.93523rem);
        transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(-1.17275rem, 0.93523rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-33.31733vw, 37.28211vw) translate(-33.31733%, 37.28211%) translate(-0.99952rem, 1.11846rem);
        -ms-transform: translate(-50%, -50%) translate(-33.31733vw, 37.28211vw) translate(-33.31733%, 37.28211%) translate(-0.99952rem, 1.11846rem);
        transform: translate(-50%, -50%) translate(-33.31733vw, 37.28211vw) translate(-33.31733%, 37.28211%) translate(-0.99952rem, 1.11846rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-26.6016vw, 42.33621vw) translate(-26.6016%, 42.33621%) translate(-0.79805rem, 1.27009rem);
        -ms-transform: translate(-50%, -50%) translate(-26.6016vw, 42.33621vw) translate(-26.6016%, 42.33621%) translate(-0.79805rem, 1.27009rem);
        transform: translate(-50%, -50%) translate(-26.6016vw, 42.33621vw) translate(-26.6016%, 42.33621%) translate(-0.79805rem, 1.27009rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(-19.13417vw, 46.19398vw) translate(-19.13417%, 46.19398%) translate(-0.57403rem, 1.38582rem);
        -ms-transform: translate(-50%, -50%) translate(-19.13417vw, 46.19398vw) translate(-19.13417%, 46.19398%) translate(-0.57403rem, 1.38582rem);
        transform: translate(-50%, -50%) translate(-19.13417vw, 46.19398vw) translate(-19.13417%, 46.19398%) translate(-0.57403rem, 1.38582rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(13) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(-11.12605vw, 48.7464vw) translate(-11.12605%, 48.7464%) translate(-0.33378rem, 1.46239rem);
        -ms-transform: translate(-50%, -50%) translate(-11.12605vw, 48.7464vw) translate(-11.12605%, 48.7464%) translate(-0.33378rem, 1.46239rem);
        transform: translate(-50%, -50%) translate(-11.12605vw, 48.7464vw) translate(-11.12605%, 48.7464%) translate(-0.33378rem, 1.46239rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(14) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-33.31733vw, -37.28211vw) translate(-33.31733%, -37.28211%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-33.31733vw, -37.28211vw) translate(-33.31733%, -37.28211%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-33.31733vw, -37.28211vw) translate(-33.31733%, -37.28211%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-39.09157vw, -31.17449vw) translate(-39.09157%, -31.17449%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-39.09157vw, -31.17449vw) translate(-39.09157%, -31.17449%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-39.09157vw, -31.17449vw) translate(-39.09157%, -31.17449%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-33.31733vw, 37.28211vw) translate(-33.31733%, 37.28211%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-33.31733vw, 37.28211vw) translate(-33.31733%, 37.28211%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-33.31733vw, 37.28211vw) translate(-33.31733%, 37.28211%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-26.6016vw, 42.33621vw) translate(-26.6016%, 42.33621%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-26.6016vw, 42.33621vw) translate(-26.6016%, 42.33621%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-26.6016vw, 42.33621vw) translate(-26.6016%, 42.33621%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(-19.13417vw, 46.19398vw) translate(-19.13417%, 46.19398%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-19.13417vw, 46.19398vw) translate(-19.13417%, 46.19398%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-19.13417vw, 46.19398vw) translate(-19.13417%, 46.19398%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(-11.12605vw, 48.7464vw) translate(-11.12605%, 48.7464%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-11.12605vw, 48.7464vw) translate(-11.12605%, 48.7464%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-11.12605vw, 48.7464vw) translate(-11.12605%, 48.7464%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav-item:nth-of-type(7),
    .page-business-investment .circle-nav-item:nth-of-type(7),
    .page-business-agro .circle-nav-item:nth-of-type(7),
    .page-business-culture .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-26.6016vw, 42.33621vw) translate(-26.6016%, 42.33621%) translate(-0.79805rem, 1.27009rem);
        -ms-transform: translate(-50%, -50%) translate(-26.6016vw, 42.33621vw) translate(-26.6016%, 42.33621%) translate(-0.79805rem, 1.27009rem);
        transform: translate(-50%, -50%) translate(-26.6016vw, 42.33621vw) translate(-26.6016%, 42.33621%) translate(-0.79805rem, 1.27009rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-slides .circle-nav-slide:nth-child(7),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-slides .circle-nav-slide:nth-child(7),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-slides .circle-nav-slide:nth-child(7),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-slides .circle-nav-slide:nth-child(7) {
        z-index: 1;
        opacity: 1;
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-slides .circle-nav-slide-img:nth-child(7) .img,
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-slides .circle-nav-slide-img:nth-child(7) .img,
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-slides .circle-nav-slide-img:nth-child(7) .img,
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-slides .circle-nav-slide-img:nth-child(7) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-26.6016vw, -42.33621vw) translate(-26.6016%, -42.33621%) translate(-0.79805rem, -1.27009rem);
        -ms-transform: translate(-50%, -50%) translate(-26.6016vw, -42.33621vw) translate(-26.6016%, -42.33621%) translate(-0.79805rem, -1.27009rem);
        transform: translate(-50%, -50%) translate(-26.6016vw, -42.33621vw) translate(-26.6016%, -42.33621%) translate(-0.79805rem, -1.27009rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-33.31733vw, -37.28211vw) translate(-33.31733%, -37.28211%) translate(-0.99952rem, -1.11846rem);
        -ms-transform: translate(-50%, -50%) translate(-33.31733vw, -37.28211vw) translate(-33.31733%, -37.28211%) translate(-0.99952rem, -1.11846rem);
        transform: translate(-50%, -50%) translate(-33.31733vw, -37.28211vw) translate(-33.31733%, -37.28211%) translate(-0.99952rem, -1.11846rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-39.09157vw, -31.17449vw) translate(-39.09157%, -31.17449%) translate(-1.17275rem, -0.93523rem);
        -ms-transform: translate(-50%, -50%) translate(-39.09157vw, -31.17449vw) translate(-39.09157%, -31.17449%) translate(-1.17275rem, -0.93523rem);
        transform: translate(-50%, -50%) translate(-39.09157vw, -31.17449vw) translate(-39.09157%, -31.17449%) translate(-1.17275rem, -0.93523rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(-1.31284rem, -0.72558rem);
        -ms-transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(-1.31284rem, -0.72558rem);
        transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(-1.31284rem, -0.72558rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(-1.41582rem, -0.49542rem);
        -ms-transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(-1.41582rem, -0.49542rem);
        transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(-1.41582rem, -0.49542rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(-1.47881rem, -0.25126rem);
        -ms-transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(-1.47881rem, -0.25126rem);
        transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(-1.47881rem, -0.25126rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(-1.5rem, 0rem);
        -ms-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(-1.5rem, 0rem);
        transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(-1.5rem, 0rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(-1.47881rem, 0.25126rem);
        -ms-transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(-1.47881rem, 0.25126rem);
        transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(-1.47881rem, 0.25126rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(-1.41582rem, 0.49542rem);
        -ms-transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(-1.41582rem, 0.49542rem);
        transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(-1.41582rem, 0.49542rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(-1.31284rem, 0.72558rem);
        -ms-transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(-1.31284rem, 0.72558rem);
        transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(-1.31284rem, 0.72558rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(-1.17275rem, 0.93523rem);
        -ms-transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(-1.17275rem, 0.93523rem);
        transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(-1.17275rem, 0.93523rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-33.31733vw, 37.28211vw) translate(-33.31733%, 37.28211%) translate(-0.99952rem, 1.11846rem);
        -ms-transform: translate(-50%, -50%) translate(-33.31733vw, 37.28211vw) translate(-33.31733%, 37.28211%) translate(-0.99952rem, 1.11846rem);
        transform: translate(-50%, -50%) translate(-33.31733vw, 37.28211vw) translate(-33.31733%, 37.28211%) translate(-0.99952rem, 1.11846rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(-26.6016vw, 42.33621vw) translate(-26.6016%, 42.33621%) translate(-0.79805rem, 1.27009rem);
        -ms-transform: translate(-50%, -50%) translate(-26.6016vw, 42.33621vw) translate(-26.6016%, 42.33621%) translate(-0.79805rem, 1.27009rem);
        transform: translate(-50%, -50%) translate(-26.6016vw, 42.33621vw) translate(-26.6016%, 42.33621%) translate(-0.79805rem, 1.27009rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(13) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(-19.13417vw, 46.19398vw) translate(-19.13417%, 46.19398%) translate(-0.57403rem, 1.38582rem);
        -ms-transform: translate(-50%, -50%) translate(-19.13417vw, 46.19398vw) translate(-19.13417%, 46.19398%) translate(-0.57403rem, 1.38582rem);
        transform: translate(-50%, -50%) translate(-19.13417vw, 46.19398vw) translate(-19.13417%, 46.19398%) translate(-0.57403rem, 1.38582rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(14) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-26.6016vw, -42.33621vw) translate(-26.6016%, -42.33621%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-26.6016vw, -42.33621vw) translate(-26.6016%, -42.33621%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-26.6016vw, -42.33621vw) translate(-26.6016%, -42.33621%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-33.31733vw, -37.28211vw) translate(-33.31733%, -37.28211%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-33.31733vw, -37.28211vw) translate(-33.31733%, -37.28211%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-33.31733vw, -37.28211vw) translate(-33.31733%, -37.28211%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-39.09157vw, -31.17449vw) translate(-39.09157%, -31.17449%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-39.09157vw, -31.17449vw) translate(-39.09157%, -31.17449%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-39.09157vw, -31.17449vw) translate(-39.09157%, -31.17449%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-33.31733vw, 37.28211vw) translate(-33.31733%, 37.28211%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-33.31733vw, 37.28211vw) translate(-33.31733%, 37.28211%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-33.31733vw, 37.28211vw) translate(-33.31733%, 37.28211%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(-26.6016vw, 42.33621vw) translate(-26.6016%, 42.33621%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-26.6016vw, 42.33621vw) translate(-26.6016%, 42.33621%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-26.6016vw, 42.33621vw) translate(-26.6016%, 42.33621%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(-19.13417vw, 46.19398vw) translate(-19.13417%, 46.19398%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-19.13417vw, 46.19398vw) translate(-19.13417%, 46.19398%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-19.13417vw, 46.19398vw) translate(-19.13417%, 46.19398%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav-item:nth-of-type(8),
    .page-business-investment .circle-nav-item:nth-of-type(8),
    .page-business-agro .circle-nav-item:nth-of-type(8),
    .page-business-culture .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-19.13417vw, 46.19398vw) translate(-19.13417%, 46.19398%) translate(-0.57403rem, 1.38582rem);
        -ms-transform: translate(-50%, -50%) translate(-19.13417vw, 46.19398vw) translate(-19.13417%, 46.19398%) translate(-0.57403rem, 1.38582rem);
        transform: translate(-50%, -50%) translate(-19.13417vw, 46.19398vw) translate(-19.13417%, 46.19398%) translate(-0.57403rem, 1.38582rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-slides .circle-nav-slide:nth-child(8),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-slides .circle-nav-slide:nth-child(8),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-slides .circle-nav-slide:nth-child(8),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-slides .circle-nav-slide:nth-child(8) {
        z-index: 1;
        opacity: 1;
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-slides .circle-nav-slide-img:nth-child(8) .img,
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-slides .circle-nav-slide-img:nth-child(8) .img,
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-slides .circle-nav-slide-img:nth-child(8) .img,
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-slides .circle-nav-slide-img:nth-child(8) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-19.13417vw, -46.19398vw) translate(-19.13417%, -46.19398%) translate(-0.57403rem, -1.38582rem);
        -ms-transform: translate(-50%, -50%) translate(-19.13417vw, -46.19398vw) translate(-19.13417%, -46.19398%) translate(-0.57403rem, -1.38582rem);
        transform: translate(-50%, -50%) translate(-19.13417vw, -46.19398vw) translate(-19.13417%, -46.19398%) translate(-0.57403rem, -1.38582rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-26.6016vw, -42.33621vw) translate(-26.6016%, -42.33621%) translate(-0.79805rem, -1.27009rem);
        -ms-transform: translate(-50%, -50%) translate(-26.6016vw, -42.33621vw) translate(-26.6016%, -42.33621%) translate(-0.79805rem, -1.27009rem);
        transform: translate(-50%, -50%) translate(-26.6016vw, -42.33621vw) translate(-26.6016%, -42.33621%) translate(-0.79805rem, -1.27009rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-33.31733vw, -37.28211vw) translate(-33.31733%, -37.28211%) translate(-0.99952rem, -1.11846rem);
        -ms-transform: translate(-50%, -50%) translate(-33.31733vw, -37.28211vw) translate(-33.31733%, -37.28211%) translate(-0.99952rem, -1.11846rem);
        transform: translate(-50%, -50%) translate(-33.31733vw, -37.28211vw) translate(-33.31733%, -37.28211%) translate(-0.99952rem, -1.11846rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-39.09157vw, -31.17449vw) translate(-39.09157%, -31.17449%) translate(-1.17275rem, -0.93523rem);
        -ms-transform: translate(-50%, -50%) translate(-39.09157vw, -31.17449vw) translate(-39.09157%, -31.17449%) translate(-1.17275rem, -0.93523rem);
        transform: translate(-50%, -50%) translate(-39.09157vw, -31.17449vw) translate(-39.09157%, -31.17449%) translate(-1.17275rem, -0.93523rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(-1.31284rem, -0.72558rem);
        -ms-transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(-1.31284rem, -0.72558rem);
        transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(-1.31284rem, -0.72558rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(-1.41582rem, -0.49542rem);
        -ms-transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(-1.41582rem, -0.49542rem);
        transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(-1.41582rem, -0.49542rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(-1.47881rem, -0.25126rem);
        -ms-transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(-1.47881rem, -0.25126rem);
        transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(-1.47881rem, -0.25126rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(-1.5rem, 0rem);
        -ms-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(-1.5rem, 0rem);
        transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(-1.5rem, 0rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(-1.47881rem, 0.25126rem);
        -ms-transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(-1.47881rem, 0.25126rem);
        transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(-1.47881rem, 0.25126rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(-1.41582rem, 0.49542rem);
        -ms-transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(-1.41582rem, 0.49542rem);
        transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(-1.41582rem, 0.49542rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(-1.31284rem, 0.72558rem);
        -ms-transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(-1.31284rem, 0.72558rem);
        transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(-1.31284rem, 0.72558rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(-1.17275rem, 0.93523rem);
        -ms-transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(-1.17275rem, 0.93523rem);
        transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(-1.17275rem, 0.93523rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(-33.31733vw, 37.28211vw) translate(-33.31733%, 37.28211%) translate(-0.99952rem, 1.11846rem);
        -ms-transform: translate(-50%, -50%) translate(-33.31733vw, 37.28211vw) translate(-33.31733%, 37.28211%) translate(-0.99952rem, 1.11846rem);
        transform: translate(-50%, -50%) translate(-33.31733vw, 37.28211vw) translate(-33.31733%, 37.28211%) translate(-0.99952rem, 1.11846rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(13) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(-26.6016vw, 42.33621vw) translate(-26.6016%, 42.33621%) translate(-0.79805rem, 1.27009rem);
        -ms-transform: translate(-50%, -50%) translate(-26.6016vw, 42.33621vw) translate(-26.6016%, 42.33621%) translate(-0.79805rem, 1.27009rem);
        transform: translate(-50%, -50%) translate(-26.6016vw, 42.33621vw) translate(-26.6016%, 42.33621%) translate(-0.79805rem, 1.27009rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(14) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-19.13417vw, -46.19398vw) translate(-19.13417%, -46.19398%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-19.13417vw, -46.19398vw) translate(-19.13417%, -46.19398%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-19.13417vw, -46.19398vw) translate(-19.13417%, -46.19398%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-26.6016vw, -42.33621vw) translate(-26.6016%, -42.33621%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-26.6016vw, -42.33621vw) translate(-26.6016%, -42.33621%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-26.6016vw, -42.33621vw) translate(-26.6016%, -42.33621%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-33.31733vw, -37.28211vw) translate(-33.31733%, -37.28211%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-33.31733vw, -37.28211vw) translate(-33.31733%, -37.28211%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-33.31733vw, -37.28211vw) translate(-33.31733%, -37.28211%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-39.09157vw, -31.17449vw) translate(-39.09157%, -31.17449%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-39.09157vw, -31.17449vw) translate(-39.09157%, -31.17449%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-39.09157vw, -31.17449vw) translate(-39.09157%, -31.17449%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(-33.31733vw, 37.28211vw) translate(-33.31733%, 37.28211%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-33.31733vw, 37.28211vw) translate(-33.31733%, 37.28211%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-33.31733vw, 37.28211vw) translate(-33.31733%, 37.28211%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(-26.6016vw, 42.33621vw) translate(-26.6016%, 42.33621%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-26.6016vw, 42.33621vw) translate(-26.6016%, 42.33621%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-26.6016vw, 42.33621vw) translate(-26.6016%, 42.33621%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav-item:nth-of-type(9),
    .page-business-investment .circle-nav-item:nth-of-type(9),
    .page-business-agro .circle-nav-item:nth-of-type(9),
    .page-business-culture .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-11.12605vw, 48.7464vw) translate(-11.12605%, 48.7464%) translate(-0.33378rem, 1.46239rem);
        -ms-transform: translate(-50%, -50%) translate(-11.12605vw, 48.7464vw) translate(-11.12605%, 48.7464%) translate(-0.33378rem, 1.46239rem);
        transform: translate(-50%, -50%) translate(-11.12605vw, 48.7464vw) translate(-11.12605%, 48.7464%) translate(-0.33378rem, 1.46239rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-slides .circle-nav-slide:nth-child(9),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-slides .circle-nav-slide:nth-child(9),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-slides .circle-nav-slide:nth-child(9),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-slides .circle-nav-slide:nth-child(9) {
        z-index: 1;
        opacity: 1;
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-slides .circle-nav-slide-img:nth-child(9) .img,
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-slides .circle-nav-slide-img:nth-child(9) .img,
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-slides .circle-nav-slide-img:nth-child(9) .img,
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-slides .circle-nav-slide-img:nth-child(9) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-11.12605vw, -48.7464vw) translate(-11.12605%, -48.7464%) translate(-0.33378rem, -1.46239rem);
        -ms-transform: translate(-50%, -50%) translate(-11.12605vw, -48.7464vw) translate(-11.12605%, -48.7464%) translate(-0.33378rem, -1.46239rem);
        transform: translate(-50%, -50%) translate(-11.12605vw, -48.7464vw) translate(-11.12605%, -48.7464%) translate(-0.33378rem, -1.46239rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-19.13417vw, -46.19398vw) translate(-19.13417%, -46.19398%) translate(-0.57403rem, -1.38582rem);
        -ms-transform: translate(-50%, -50%) translate(-19.13417vw, -46.19398vw) translate(-19.13417%, -46.19398%) translate(-0.57403rem, -1.38582rem);
        transform: translate(-50%, -50%) translate(-19.13417vw, -46.19398vw) translate(-19.13417%, -46.19398%) translate(-0.57403rem, -1.38582rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-26.6016vw, -42.33621vw) translate(-26.6016%, -42.33621%) translate(-0.79805rem, -1.27009rem);
        -ms-transform: translate(-50%, -50%) translate(-26.6016vw, -42.33621vw) translate(-26.6016%, -42.33621%) translate(-0.79805rem, -1.27009rem);
        transform: translate(-50%, -50%) translate(-26.6016vw, -42.33621vw) translate(-26.6016%, -42.33621%) translate(-0.79805rem, -1.27009rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-33.31733vw, -37.28211vw) translate(-33.31733%, -37.28211%) translate(-0.99952rem, -1.11846rem);
        -ms-transform: translate(-50%, -50%) translate(-33.31733vw, -37.28211vw) translate(-33.31733%, -37.28211%) translate(-0.99952rem, -1.11846rem);
        transform: translate(-50%, -50%) translate(-33.31733vw, -37.28211vw) translate(-33.31733%, -37.28211%) translate(-0.99952rem, -1.11846rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-39.09157vw, -31.17449vw) translate(-39.09157%, -31.17449%) translate(-1.17275rem, -0.93523rem);
        -ms-transform: translate(-50%, -50%) translate(-39.09157vw, -31.17449vw) translate(-39.09157%, -31.17449%) translate(-1.17275rem, -0.93523rem);
        transform: translate(-50%, -50%) translate(-39.09157vw, -31.17449vw) translate(-39.09157%, -31.17449%) translate(-1.17275rem, -0.93523rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(-1.31284rem, -0.72558rem);
        -ms-transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(-1.31284rem, -0.72558rem);
        transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(-1.31284rem, -0.72558rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(-1.41582rem, -0.49542rem);
        -ms-transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(-1.41582rem, -0.49542rem);
        transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(-1.41582rem, -0.49542rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(-1.47881rem, -0.25126rem);
        -ms-transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(-1.47881rem, -0.25126rem);
        transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(-1.47881rem, -0.25126rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(-1.5rem, 0rem);
        -ms-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(-1.5rem, 0rem);
        transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(-1.5rem, 0rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(-1.47881rem, 0.25126rem);
        -ms-transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(-1.47881rem, 0.25126rem);
        transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(-1.47881rem, 0.25126rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(-1.41582rem, 0.49542rem);
        -ms-transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(-1.41582rem, 0.49542rem);
        transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(-1.41582rem, 0.49542rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(-1.31284rem, 0.72558rem);
        -ms-transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(-1.31284rem, 0.72558rem);
        transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(-1.31284rem, 0.72558rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(-1.17275rem, 0.93523rem);
        -ms-transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(-1.17275rem, 0.93523rem);
        transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(-1.17275rem, 0.93523rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(13) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(-33.31733vw, 37.28211vw) translate(-33.31733%, 37.28211%) translate(-0.99952rem, 1.11846rem);
        -ms-transform: translate(-50%, -50%) translate(-33.31733vw, 37.28211vw) translate(-33.31733%, 37.28211%) translate(-0.99952rem, 1.11846rem);
        transform: translate(-50%, -50%) translate(-33.31733vw, 37.28211vw) translate(-33.31733%, 37.28211%) translate(-0.99952rem, 1.11846rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(14) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-11.12605vw, -48.7464vw) translate(-11.12605%, -48.7464%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-11.12605vw, -48.7464vw) translate(-11.12605%, -48.7464%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-11.12605vw, -48.7464vw) translate(-11.12605%, -48.7464%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-19.13417vw, -46.19398vw) translate(-19.13417%, -46.19398%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-19.13417vw, -46.19398vw) translate(-19.13417%, -46.19398%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-19.13417vw, -46.19398vw) translate(-19.13417%, -46.19398%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-26.6016vw, -42.33621vw) translate(-26.6016%, -42.33621%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-26.6016vw, -42.33621vw) translate(-26.6016%, -42.33621%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-26.6016vw, -42.33621vw) translate(-26.6016%, -42.33621%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-33.31733vw, -37.28211vw) translate(-33.31733%, -37.28211%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-33.31733vw, -37.28211vw) translate(-33.31733%, -37.28211%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-33.31733vw, -37.28211vw) translate(-33.31733%, -37.28211%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-39.09157vw, -31.17449vw) translate(-39.09157%, -31.17449%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-39.09157vw, -31.17449vw) translate(-39.09157%, -31.17449%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-39.09157vw, -31.17449vw) translate(-39.09157%, -31.17449%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(-33.31733vw, 37.28211vw) translate(-33.31733%, 37.28211%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-33.31733vw, 37.28211vw) translate(-33.31733%, 37.28211%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-33.31733vw, 37.28211vw) translate(-33.31733%, 37.28211%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav-item:nth-of-type(10),
    .page-business-investment .circle-nav-item:nth-of-type(10),
    .page-business-agro .circle-nav-item:nth-of-type(10),
    .page-business-culture .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-2.80352vw, 49.92134vw) translate(-2.80352%, 49.92134%) translate(-0.08411rem, 1.49764rem);
        -ms-transform: translate(-50%, -50%) translate(-2.80352vw, 49.92134vw) translate(-2.80352%, 49.92134%) translate(-0.08411rem, 1.49764rem);
        transform: translate(-50%, -50%) translate(-2.80352vw, 49.92134vw) translate(-2.80352%, 49.92134%) translate(-0.08411rem, 1.49764rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-slides .circle-nav-slide:nth-child(10),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-slides .circle-nav-slide:nth-child(10),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-slides .circle-nav-slide:nth-child(10),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-slides .circle-nav-slide:nth-child(10) {
        z-index: 1;
        opacity: 1;
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-slides .circle-nav-slide-img:nth-child(10) .img,
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-slides .circle-nav-slide-img:nth-child(10) .img,
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-slides .circle-nav-slide-img:nth-child(10) .img,
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-slides .circle-nav-slide-img:nth-child(10) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-2.80352vw, -49.92134vw) translate(-2.80352%, -49.92134%) translate(-0.08411rem, -1.49764rem);
        -ms-transform: translate(-50%, -50%) translate(-2.80352vw, -49.92134vw) translate(-2.80352%, -49.92134%) translate(-0.08411rem, -1.49764rem);
        transform: translate(-50%, -50%) translate(-2.80352vw, -49.92134vw) translate(-2.80352%, -49.92134%) translate(-0.08411rem, -1.49764rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-11.12605vw, -48.7464vw) translate(-11.12605%, -48.7464%) translate(-0.33378rem, -1.46239rem);
        -ms-transform: translate(-50%, -50%) translate(-11.12605vw, -48.7464vw) translate(-11.12605%, -48.7464%) translate(-0.33378rem, -1.46239rem);
        transform: translate(-50%, -50%) translate(-11.12605vw, -48.7464vw) translate(-11.12605%, -48.7464%) translate(-0.33378rem, -1.46239rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-19.13417vw, -46.19398vw) translate(-19.13417%, -46.19398%) translate(-0.57403rem, -1.38582rem);
        -ms-transform: translate(-50%, -50%) translate(-19.13417vw, -46.19398vw) translate(-19.13417%, -46.19398%) translate(-0.57403rem, -1.38582rem);
        transform: translate(-50%, -50%) translate(-19.13417vw, -46.19398vw) translate(-19.13417%, -46.19398%) translate(-0.57403rem, -1.38582rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-26.6016vw, -42.33621vw) translate(-26.6016%, -42.33621%) translate(-0.79805rem, -1.27009rem);
        -ms-transform: translate(-50%, -50%) translate(-26.6016vw, -42.33621vw) translate(-26.6016%, -42.33621%) translate(-0.79805rem, -1.27009rem);
        transform: translate(-50%, -50%) translate(-26.6016vw, -42.33621vw) translate(-26.6016%, -42.33621%) translate(-0.79805rem, -1.27009rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-33.31733vw, -37.28211vw) translate(-33.31733%, -37.28211%) translate(-0.99952rem, -1.11846rem);
        -ms-transform: translate(-50%, -50%) translate(-33.31733vw, -37.28211vw) translate(-33.31733%, -37.28211%) translate(-0.99952rem, -1.11846rem);
        transform: translate(-50%, -50%) translate(-33.31733vw, -37.28211vw) translate(-33.31733%, -37.28211%) translate(-0.99952rem, -1.11846rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-39.09157vw, -31.17449vw) translate(-39.09157%, -31.17449%) translate(-1.17275rem, -0.93523rem);
        -ms-transform: translate(-50%, -50%) translate(-39.09157vw, -31.17449vw) translate(-39.09157%, -31.17449%) translate(-1.17275rem, -0.93523rem);
        transform: translate(-50%, -50%) translate(-39.09157vw, -31.17449vw) translate(-39.09157%, -31.17449%) translate(-1.17275rem, -0.93523rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(-1.31284rem, -0.72558rem);
        -ms-transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(-1.31284rem, -0.72558rem);
        transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(-1.31284rem, -0.72558rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(-1.41582rem, -0.49542rem);
        -ms-transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(-1.41582rem, -0.49542rem);
        transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(-1.41582rem, -0.49542rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(-1.47881rem, -0.25126rem);
        -ms-transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(-1.47881rem, -0.25126rem);
        transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(-1.47881rem, -0.25126rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(-1.5rem, 0rem);
        -ms-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(-1.5rem, 0rem);
        transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(-1.5rem, 0rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(-1.47881rem, 0.25126rem);
        -ms-transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(-1.47881rem, 0.25126rem);
        transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(-1.47881rem, 0.25126rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(-1.41582rem, 0.49542rem);
        -ms-transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(-1.41582rem, 0.49542rem);
        transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(-1.41582rem, 0.49542rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(-1.31284rem, 0.72558rem);
        -ms-transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(-1.31284rem, 0.72558rem);
        transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(-1.31284rem, 0.72558rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(13) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(-1.17275rem, 0.93523rem);
        -ms-transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(-1.17275rem, 0.93523rem);
        transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(-1.17275rem, 0.93523rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(14) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-2.80352vw, -49.92134vw) translate(-2.80352%, -49.92134%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-2.80352vw, -49.92134vw) translate(-2.80352%, -49.92134%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-2.80352vw, -49.92134vw) translate(-2.80352%, -49.92134%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-11.12605vw, -48.7464vw) translate(-11.12605%, -48.7464%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-11.12605vw, -48.7464vw) translate(-11.12605%, -48.7464%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-11.12605vw, -48.7464vw) translate(-11.12605%, -48.7464%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-19.13417vw, -46.19398vw) translate(-19.13417%, -46.19398%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-19.13417vw, -46.19398vw) translate(-19.13417%, -46.19398%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-19.13417vw, -46.19398vw) translate(-19.13417%, -46.19398%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-26.6016vw, -42.33621vw) translate(-26.6016%, -42.33621%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-26.6016vw, -42.33621vw) translate(-26.6016%, -42.33621%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-26.6016vw, -42.33621vw) translate(-26.6016%, -42.33621%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-33.31733vw, -37.28211vw) translate(-33.31733%, -37.28211%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-33.31733vw, -37.28211vw) translate(-33.31733%, -37.28211%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-33.31733vw, -37.28211vw) translate(-33.31733%, -37.28211%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-39.09157vw, -31.17449vw) translate(-39.09157%, -31.17449%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-39.09157vw, -31.17449vw) translate(-39.09157%, -31.17449%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-39.09157vw, -31.17449vw) translate(-39.09157%, -31.17449%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav-item:nth-of-type(11),
    .page-business-investment .circle-nav-item:nth-of-type(11),
    .page-business-agro .circle-nav-item:nth-of-type(11),
    .page-business-culture .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(5.59822vw, 49.68561vw) translate(5.59822%, 49.68561%) translate(0.16795rem, 1.49057rem);
        -ms-transform: translate(-50%, -50%) translate(5.59822vw, 49.68561vw) translate(5.59822%, 49.68561%) translate(0.16795rem, 1.49057rem);
        transform: translate(-50%, -50%) translate(5.59822vw, 49.68561vw) translate(5.59822%, 49.68561%) translate(0.16795rem, 1.49057rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-slides .circle-nav-slide:nth-child(11),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-slides .circle-nav-slide:nth-child(11),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-slides .circle-nav-slide:nth-child(11),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-slides .circle-nav-slide:nth-child(11) {
        z-index: 1;
        opacity: 1;
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-slides .circle-nav-slide-img:nth-child(11) .img,
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-slides .circle-nav-slide-img:nth-child(11) .img,
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-slides .circle-nav-slide-img:nth-child(11) .img,
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-slides .circle-nav-slide-img:nth-child(11) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(5.59822vw, -49.68561vw) translate(5.59822%, -49.68561%) translate(0.16795rem, -1.49057rem);
        -ms-transform: translate(-50%, -50%) translate(5.59822vw, -49.68561vw) translate(5.59822%, -49.68561%) translate(0.16795rem, -1.49057rem);
        transform: translate(-50%, -50%) translate(5.59822vw, -49.68561vw) translate(5.59822%, -49.68561%) translate(0.16795rem, -1.49057rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-2.80352vw, -49.92134vw) translate(-2.80352%, -49.92134%) translate(-0.08411rem, -1.49764rem);
        -ms-transform: translate(-50%, -50%) translate(-2.80352vw, -49.92134vw) translate(-2.80352%, -49.92134%) translate(-0.08411rem, -1.49764rem);
        transform: translate(-50%, -50%) translate(-2.80352vw, -49.92134vw) translate(-2.80352%, -49.92134%) translate(-0.08411rem, -1.49764rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-11.12605vw, -48.7464vw) translate(-11.12605%, -48.7464%) translate(-0.33378rem, -1.46239rem);
        -ms-transform: translate(-50%, -50%) translate(-11.12605vw, -48.7464vw) translate(-11.12605%, -48.7464%) translate(-0.33378rem, -1.46239rem);
        transform: translate(-50%, -50%) translate(-11.12605vw, -48.7464vw) translate(-11.12605%, -48.7464%) translate(-0.33378rem, -1.46239rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-19.13417vw, -46.19398vw) translate(-19.13417%, -46.19398%) translate(-0.57403rem, -1.38582rem);
        -ms-transform: translate(-50%, -50%) translate(-19.13417vw, -46.19398vw) translate(-19.13417%, -46.19398%) translate(-0.57403rem, -1.38582rem);
        transform: translate(-50%, -50%) translate(-19.13417vw, -46.19398vw) translate(-19.13417%, -46.19398%) translate(-0.57403rem, -1.38582rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-26.6016vw, -42.33621vw) translate(-26.6016%, -42.33621%) translate(-0.79805rem, -1.27009rem);
        -ms-transform: translate(-50%, -50%) translate(-26.6016vw, -42.33621vw) translate(-26.6016%, -42.33621%) translate(-0.79805rem, -1.27009rem);
        transform: translate(-50%, -50%) translate(-26.6016vw, -42.33621vw) translate(-26.6016%, -42.33621%) translate(-0.79805rem, -1.27009rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-33.31733vw, -37.28211vw) translate(-33.31733%, -37.28211%) translate(-0.99952rem, -1.11846rem);
        -ms-transform: translate(-50%, -50%) translate(-33.31733vw, -37.28211vw) translate(-33.31733%, -37.28211%) translate(-0.99952rem, -1.11846rem);
        transform: translate(-50%, -50%) translate(-33.31733vw, -37.28211vw) translate(-33.31733%, -37.28211%) translate(-0.99952rem, -1.11846rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-39.09157vw, -31.17449vw) translate(-39.09157%, -31.17449%) translate(-1.17275rem, -0.93523rem);
        -ms-transform: translate(-50%, -50%) translate(-39.09157vw, -31.17449vw) translate(-39.09157%, -31.17449%) translate(-1.17275rem, -0.93523rem);
        transform: translate(-50%, -50%) translate(-39.09157vw, -31.17449vw) translate(-39.09157%, -31.17449%) translate(-1.17275rem, -0.93523rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(-1.31284rem, -0.72558rem);
        -ms-transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(-1.31284rem, -0.72558rem);
        transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(-1.31284rem, -0.72558rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(-1.41582rem, -0.49542rem);
        -ms-transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(-1.41582rem, -0.49542rem);
        transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(-1.41582rem, -0.49542rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(-1.47881rem, -0.25126rem);
        -ms-transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(-1.47881rem, -0.25126rem);
        transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(-1.47881rem, -0.25126rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(-1.5rem, 0rem);
        -ms-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(-1.5rem, 0rem);
        transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(-1.5rem, 0rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(-1.47881rem, 0.25126rem);
        -ms-transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(-1.47881rem, 0.25126rem);
        transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(-1.47881rem, 0.25126rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(-1.41582rem, 0.49542rem);
        -ms-transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(-1.41582rem, 0.49542rem);
        transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(-1.41582rem, 0.49542rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(13) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(-1.31284rem, 0.72558rem);
        -ms-transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(-1.31284rem, 0.72558rem);
        transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(-1.31284rem, 0.72558rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(14) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(5.59822vw, -49.68561vw) translate(5.59822%, -49.68561%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(5.59822vw, -49.68561vw) translate(5.59822%, -49.68561%) translate(0, 0);
        transform: translate(-50%, -50%) translate(5.59822vw, -49.68561vw) translate(5.59822%, -49.68561%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-2.80352vw, -49.92134vw) translate(-2.80352%, -49.92134%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-2.80352vw, -49.92134vw) translate(-2.80352%, -49.92134%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-2.80352vw, -49.92134vw) translate(-2.80352%, -49.92134%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-11.12605vw, -48.7464vw) translate(-11.12605%, -48.7464%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-11.12605vw, -48.7464vw) translate(-11.12605%, -48.7464%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-11.12605vw, -48.7464vw) translate(-11.12605%, -48.7464%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-19.13417vw, -46.19398vw) translate(-19.13417%, -46.19398%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-19.13417vw, -46.19398vw) translate(-19.13417%, -46.19398%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-19.13417vw, -46.19398vw) translate(-19.13417%, -46.19398%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-26.6016vw, -42.33621vw) translate(-26.6016%, -42.33621%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-26.6016vw, -42.33621vw) translate(-26.6016%, -42.33621%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-26.6016vw, -42.33621vw) translate(-26.6016%, -42.33621%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-33.31733vw, -37.28211vw) translate(-33.31733%, -37.28211%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-33.31733vw, -37.28211vw) translate(-33.31733%, -37.28211%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-33.31733vw, -37.28211vw) translate(-33.31733%, -37.28211%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-39.09157vw, -31.17449vw) translate(-39.09157%, -31.17449%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-39.09157vw, -31.17449vw) translate(-39.09157%, -31.17449%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-39.09157vw, -31.17449vw) translate(-39.09157%, -31.17449%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav-item:nth-of-type(12),
    .page-business-investment .circle-nav-item:nth-of-type(12),
    .page-business-agro .circle-nav-item:nth-of-type(12),
    .page-business-culture .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(13.84178vw, 48.04587vw) translate(13.84178%, 48.04587%) translate(0.41525rem, 1.44138rem);
        -ms-transform: translate(-50%, -50%) translate(13.84178vw, 48.04587vw) translate(13.84178%, 48.04587%) translate(0.41525rem, 1.44138rem);
        transform: translate(-50%, -50%) translate(13.84178vw, 48.04587vw) translate(13.84178%, 48.04587%) translate(0.41525rem, 1.44138rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-slides .circle-nav-slide:nth-child(12),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-slides .circle-nav-slide:nth-child(12),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-slides .circle-nav-slide:nth-child(12),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-slides .circle-nav-slide:nth-child(12) {
        z-index: 1;
        opacity: 1;
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-slides .circle-nav-slide-img:nth-child(12) .img,
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-slides .circle-nav-slide-img:nth-child(12) .img,
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-slides .circle-nav-slide-img:nth-child(12) .img,
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-slides .circle-nav-slide-img:nth-child(12) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(13.84178vw, -48.04587vw) translate(13.84178%, -48.04587%) translate(0.41525rem, -1.44138rem);
        -ms-transform: translate(-50%, -50%) translate(13.84178vw, -48.04587vw) translate(13.84178%, -48.04587%) translate(0.41525rem, -1.44138rem);
        transform: translate(-50%, -50%) translate(13.84178vw, -48.04587vw) translate(13.84178%, -48.04587%) translate(0.41525rem, -1.44138rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(5.59822vw, -49.68561vw) translate(5.59822%, -49.68561%) translate(0.16795rem, -1.49057rem);
        -ms-transform: translate(-50%, -50%) translate(5.59822vw, -49.68561vw) translate(5.59822%, -49.68561%) translate(0.16795rem, -1.49057rem);
        transform: translate(-50%, -50%) translate(5.59822vw, -49.68561vw) translate(5.59822%, -49.68561%) translate(0.16795rem, -1.49057rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-2.80352vw, -49.92134vw) translate(-2.80352%, -49.92134%) translate(-0.08411rem, -1.49764rem);
        -ms-transform: translate(-50%, -50%) translate(-2.80352vw, -49.92134vw) translate(-2.80352%, -49.92134%) translate(-0.08411rem, -1.49764rem);
        transform: translate(-50%, -50%) translate(-2.80352vw, -49.92134vw) translate(-2.80352%, -49.92134%) translate(-0.08411rem, -1.49764rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-11.12605vw, -48.7464vw) translate(-11.12605%, -48.7464%) translate(-0.33378rem, -1.46239rem);
        -ms-transform: translate(-50%, -50%) translate(-11.12605vw, -48.7464vw) translate(-11.12605%, -48.7464%) translate(-0.33378rem, -1.46239rem);
        transform: translate(-50%, -50%) translate(-11.12605vw, -48.7464vw) translate(-11.12605%, -48.7464%) translate(-0.33378rem, -1.46239rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-19.13417vw, -46.19398vw) translate(-19.13417%, -46.19398%) translate(-0.57403rem, -1.38582rem);
        -ms-transform: translate(-50%, -50%) translate(-19.13417vw, -46.19398vw) translate(-19.13417%, -46.19398%) translate(-0.57403rem, -1.38582rem);
        transform: translate(-50%, -50%) translate(-19.13417vw, -46.19398vw) translate(-19.13417%, -46.19398%) translate(-0.57403rem, -1.38582rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-26.6016vw, -42.33621vw) translate(-26.6016%, -42.33621%) translate(-0.79805rem, -1.27009rem);
        -ms-transform: translate(-50%, -50%) translate(-26.6016vw, -42.33621vw) translate(-26.6016%, -42.33621%) translate(-0.79805rem, -1.27009rem);
        transform: translate(-50%, -50%) translate(-26.6016vw, -42.33621vw) translate(-26.6016%, -42.33621%) translate(-0.79805rem, -1.27009rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-33.31733vw, -37.28211vw) translate(-33.31733%, -37.28211%) translate(-0.99952rem, -1.11846rem);
        -ms-transform: translate(-50%, -50%) translate(-33.31733vw, -37.28211vw) translate(-33.31733%, -37.28211%) translate(-0.99952rem, -1.11846rem);
        transform: translate(-50%, -50%) translate(-33.31733vw, -37.28211vw) translate(-33.31733%, -37.28211%) translate(-0.99952rem, -1.11846rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-39.09157vw, -31.17449vw) translate(-39.09157%, -31.17449%) translate(-1.17275rem, -0.93523rem);
        -ms-transform: translate(-50%, -50%) translate(-39.09157vw, -31.17449vw) translate(-39.09157%, -31.17449%) translate(-1.17275rem, -0.93523rem);
        transform: translate(-50%, -50%) translate(-39.09157vw, -31.17449vw) translate(-39.09157%, -31.17449%) translate(-1.17275rem, -0.93523rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(-1.31284rem, -0.72558rem);
        -ms-transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(-1.31284rem, -0.72558rem);
        transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(-1.31284rem, -0.72558rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(-1.41582rem, -0.49542rem);
        -ms-transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(-1.41582rem, -0.49542rem);
        transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(-1.41582rem, -0.49542rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(-1.47881rem, -0.25126rem);
        -ms-transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(-1.47881rem, -0.25126rem);
        transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(-1.47881rem, -0.25126rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(-1.5rem, 0rem);
        -ms-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(-1.5rem, 0rem);
        transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(-1.5rem, 0rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(-1.47881rem, 0.25126rem);
        -ms-transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(-1.47881rem, 0.25126rem);
        transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(-1.47881rem, 0.25126rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(13) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(-1.41582rem, 0.49542rem);
        -ms-transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(-1.41582rem, 0.49542rem);
        transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(-1.41582rem, 0.49542rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(14) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(13.84178vw, -48.04587vw) translate(13.84178%, -48.04587%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(13.84178vw, -48.04587vw) translate(13.84178%, -48.04587%) translate(0, 0);
        transform: translate(-50%, -50%) translate(13.84178vw, -48.04587vw) translate(13.84178%, -48.04587%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(5.59822vw, -49.68561vw) translate(5.59822%, -49.68561%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(5.59822vw, -49.68561vw) translate(5.59822%, -49.68561%) translate(0, 0);
        transform: translate(-50%, -50%) translate(5.59822vw, -49.68561vw) translate(5.59822%, -49.68561%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-2.80352vw, -49.92134vw) translate(-2.80352%, -49.92134%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-2.80352vw, -49.92134vw) translate(-2.80352%, -49.92134%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-2.80352vw, -49.92134vw) translate(-2.80352%, -49.92134%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-11.12605vw, -48.7464vw) translate(-11.12605%, -48.7464%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-11.12605vw, -48.7464vw) translate(-11.12605%, -48.7464%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-11.12605vw, -48.7464vw) translate(-11.12605%, -48.7464%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-19.13417vw, -46.19398vw) translate(-19.13417%, -46.19398%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-19.13417vw, -46.19398vw) translate(-19.13417%, -46.19398%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-19.13417vw, -46.19398vw) translate(-19.13417%, -46.19398%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-26.6016vw, -42.33621vw) translate(-26.6016%, -42.33621%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-26.6016vw, -42.33621vw) translate(-26.6016%, -42.33621%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-26.6016vw, -42.33621vw) translate(-26.6016%, -42.33621%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-33.31733vw, -37.28211vw) translate(-33.31733%, -37.28211%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-33.31733vw, -37.28211vw) translate(-33.31733%, -37.28211%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-33.31733vw, -37.28211vw) translate(-33.31733%, -37.28211%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-39.09157vw, -31.17449vw) translate(-39.09157%, -31.17449%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-39.09157vw, -31.17449vw) translate(-39.09157%, -31.17449%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-39.09157vw, -31.17449vw) translate(-39.09157%, -31.17449%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav-item:nth-of-type(13),
    .page-business-investment .circle-nav-item:nth-of-type(13),
    .page-business-agro .circle-nav-item:nth-of-type(13),
    .page-business-culture .circle-nav-item:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(21.69419vw, 45.04844vw) translate(21.69419%, 45.04844%) translate(0.65083rem, 1.35145rem);
        -ms-transform: translate(-50%, -50%) translate(21.69419vw, 45.04844vw) translate(21.69419%, 45.04844%) translate(0.65083rem, 1.35145rem);
        transform: translate(-50%, -50%) translate(21.69419vw, 45.04844vw) translate(21.69419%, 45.04844%) translate(0.65083rem, 1.35145rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(13) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-slides .circle-nav-slide:nth-child(13),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-slides .circle-nav-slide:nth-child(13),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-slides .circle-nav-slide:nth-child(13),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-slides .circle-nav-slide:nth-child(13) {
        z-index: 1;
        opacity: 1;
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-slides .circle-nav-slide-img:nth-child(13) .img,
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-slides .circle-nav-slide-img:nth-child(13) .img,
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-slides .circle-nav-slide-img:nth-child(13) .img,
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-slides .circle-nav-slide-img:nth-child(13) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(21.69419vw, -45.04844vw) translate(21.69419%, -45.04844%) translate(0.65083rem, -1.35145rem);
        -ms-transform: translate(-50%, -50%) translate(21.69419vw, -45.04844vw) translate(21.69419%, -45.04844%) translate(0.65083rem, -1.35145rem);
        transform: translate(-50%, -50%) translate(21.69419vw, -45.04844vw) translate(21.69419%, -45.04844%) translate(0.65083rem, -1.35145rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(13.84178vw, -48.04587vw) translate(13.84178%, -48.04587%) translate(0.41525rem, -1.44138rem);
        -ms-transform: translate(-50%, -50%) translate(13.84178vw, -48.04587vw) translate(13.84178%, -48.04587%) translate(0.41525rem, -1.44138rem);
        transform: translate(-50%, -50%) translate(13.84178vw, -48.04587vw) translate(13.84178%, -48.04587%) translate(0.41525rem, -1.44138rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(5.59822vw, -49.68561vw) translate(5.59822%, -49.68561%) translate(0.16795rem, -1.49057rem);
        -ms-transform: translate(-50%, -50%) translate(5.59822vw, -49.68561vw) translate(5.59822%, -49.68561%) translate(0.16795rem, -1.49057rem);
        transform: translate(-50%, -50%) translate(5.59822vw, -49.68561vw) translate(5.59822%, -49.68561%) translate(0.16795rem, -1.49057rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-2.80352vw, -49.92134vw) translate(-2.80352%, -49.92134%) translate(-0.08411rem, -1.49764rem);
        -ms-transform: translate(-50%, -50%) translate(-2.80352vw, -49.92134vw) translate(-2.80352%, -49.92134%) translate(-0.08411rem, -1.49764rem);
        transform: translate(-50%, -50%) translate(-2.80352vw, -49.92134vw) translate(-2.80352%, -49.92134%) translate(-0.08411rem, -1.49764rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-11.12605vw, -48.7464vw) translate(-11.12605%, -48.7464%) translate(-0.33378rem, -1.46239rem);
        -ms-transform: translate(-50%, -50%) translate(-11.12605vw, -48.7464vw) translate(-11.12605%, -48.7464%) translate(-0.33378rem, -1.46239rem);
        transform: translate(-50%, -50%) translate(-11.12605vw, -48.7464vw) translate(-11.12605%, -48.7464%) translate(-0.33378rem, -1.46239rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-19.13417vw, -46.19398vw) translate(-19.13417%, -46.19398%) translate(-0.57403rem, -1.38582rem);
        -ms-transform: translate(-50%, -50%) translate(-19.13417vw, -46.19398vw) translate(-19.13417%, -46.19398%) translate(-0.57403rem, -1.38582rem);
        transform: translate(-50%, -50%) translate(-19.13417vw, -46.19398vw) translate(-19.13417%, -46.19398%) translate(-0.57403rem, -1.38582rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-26.6016vw, -42.33621vw) translate(-26.6016%, -42.33621%) translate(-0.79805rem, -1.27009rem);
        -ms-transform: translate(-50%, -50%) translate(-26.6016vw, -42.33621vw) translate(-26.6016%, -42.33621%) translate(-0.79805rem, -1.27009rem);
        transform: translate(-50%, -50%) translate(-26.6016vw, -42.33621vw) translate(-26.6016%, -42.33621%) translate(-0.79805rem, -1.27009rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-33.31733vw, -37.28211vw) translate(-33.31733%, -37.28211%) translate(-0.99952rem, -1.11846rem);
        -ms-transform: translate(-50%, -50%) translate(-33.31733vw, -37.28211vw) translate(-33.31733%, -37.28211%) translate(-0.99952rem, -1.11846rem);
        transform: translate(-50%, -50%) translate(-33.31733vw, -37.28211vw) translate(-33.31733%, -37.28211%) translate(-0.99952rem, -1.11846rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-39.09157vw, -31.17449vw) translate(-39.09157%, -31.17449%) translate(-1.17275rem, -0.93523rem);
        -ms-transform: translate(-50%, -50%) translate(-39.09157vw, -31.17449vw) translate(-39.09157%, -31.17449%) translate(-1.17275rem, -0.93523rem);
        transform: translate(-50%, -50%) translate(-39.09157vw, -31.17449vw) translate(-39.09157%, -31.17449%) translate(-1.17275rem, -0.93523rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(-1.31284rem, -0.72558rem);
        -ms-transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(-1.31284rem, -0.72558rem);
        transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(-1.31284rem, -0.72558rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(-1.41582rem, -0.49542rem);
        -ms-transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(-1.41582rem, -0.49542rem);
        transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(-1.41582rem, -0.49542rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(-1.47881rem, -0.25126rem);
        -ms-transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(-1.47881rem, -0.25126rem);
        transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(-1.47881rem, -0.25126rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(-1.5rem, 0rem);
        -ms-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(-1.5rem, 0rem);
        transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(-1.5rem, 0rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(13) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(-1.47881rem, 0.25126rem);
        -ms-transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(-1.47881rem, 0.25126rem);
        transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(-1.47881rem, 0.25126rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(14) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(21.69419vw, -45.04844vw) translate(21.69419%, -45.04844%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(21.69419vw, -45.04844vw) translate(21.69419%, -45.04844%) translate(0, 0);
        transform: translate(-50%, -50%) translate(21.69419vw, -45.04844vw) translate(21.69419%, -45.04844%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(13.84178vw, -48.04587vw) translate(13.84178%, -48.04587%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(13.84178vw, -48.04587vw) translate(13.84178%, -48.04587%) translate(0, 0);
        transform: translate(-50%, -50%) translate(13.84178vw, -48.04587vw) translate(13.84178%, -48.04587%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(5.59822vw, -49.68561vw) translate(5.59822%, -49.68561%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(5.59822vw, -49.68561vw) translate(5.59822%, -49.68561%) translate(0, 0);
        transform: translate(-50%, -50%) translate(5.59822vw, -49.68561vw) translate(5.59822%, -49.68561%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-2.80352vw, -49.92134vw) translate(-2.80352%, -49.92134%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-2.80352vw, -49.92134vw) translate(-2.80352%, -49.92134%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-2.80352vw, -49.92134vw) translate(-2.80352%, -49.92134%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-11.12605vw, -48.7464vw) translate(-11.12605%, -48.7464%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-11.12605vw, -48.7464vw) translate(-11.12605%, -48.7464%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-11.12605vw, -48.7464vw) translate(-11.12605%, -48.7464%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-19.13417vw, -46.19398vw) translate(-19.13417%, -46.19398%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-19.13417vw, -46.19398vw) translate(-19.13417%, -46.19398%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-19.13417vw, -46.19398vw) translate(-19.13417%, -46.19398%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-26.6016vw, -42.33621vw) translate(-26.6016%, -42.33621%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-26.6016vw, -42.33621vw) translate(-26.6016%, -42.33621%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-26.6016vw, -42.33621vw) translate(-26.6016%, -42.33621%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-33.31733vw, -37.28211vw) translate(-33.31733%, -37.28211%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-33.31733vw, -37.28211vw) translate(-33.31733%, -37.28211%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-33.31733vw, -37.28211vw) translate(-33.31733%, -37.28211%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-39.09157vw, -31.17449vw) translate(-39.09157%, -31.17449%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-39.09157vw, -31.17449vw) translate(-39.09157%, -31.17449%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-39.09157vw, -31.17449vw) translate(-39.09157%, -31.17449%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav-item:nth-of-type(14),
    .page-business-investment .circle-nav-item:nth-of-type(14),
    .page-business-agro .circle-nav-item:nth-of-type(14),
    .page-business-culture .circle-nav-item:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(28.93356vw, 40.77804vw) translate(28.93356%, 40.77804%) translate(0.86801rem, 1.22334rem);
        -ms-transform: translate(-50%, -50%) translate(28.93356vw, 40.77804vw) translate(28.93356%, 40.77804%) translate(0.86801rem, 1.22334rem);
        transform: translate(-50%, -50%) translate(28.93356vw, 40.77804vw) translate(28.93356%, 40.77804%) translate(0.86801rem, 1.22334rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(14) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-slides .circle-nav-slide:nth-child(14),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-slides .circle-nav-slide:nth-child(14),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-slides .circle-nav-slide:nth-child(14),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-slides .circle-nav-slide:nth-child(14) {
        z-index: 1;
        opacity: 1;
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-slides .circle-nav-slide-img:nth-child(14) .img,
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-slides .circle-nav-slide-img:nth-child(14) .img,
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-slides .circle-nav-slide-img:nth-child(14) .img,
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-slides .circle-nav-slide-img:nth-child(14) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(28.93356vw, -40.77804vw) translate(28.93356%, -40.77804%) translate(0.86801rem, -1.22334rem);
        -ms-transform: translate(-50%, -50%) translate(28.93356vw, -40.77804vw) translate(28.93356%, -40.77804%) translate(0.86801rem, -1.22334rem);
        transform: translate(-50%, -50%) translate(28.93356vw, -40.77804vw) translate(28.93356%, -40.77804%) translate(0.86801rem, -1.22334rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(21.69419vw, -45.04844vw) translate(21.69419%, -45.04844%) translate(0.65083rem, -1.35145rem);
        -ms-transform: translate(-50%, -50%) translate(21.69419vw, -45.04844vw) translate(21.69419%, -45.04844%) translate(0.65083rem, -1.35145rem);
        transform: translate(-50%, -50%) translate(21.69419vw, -45.04844vw) translate(21.69419%, -45.04844%) translate(0.65083rem, -1.35145rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(13.84178vw, -48.04587vw) translate(13.84178%, -48.04587%) translate(0.41525rem, -1.44138rem);
        -ms-transform: translate(-50%, -50%) translate(13.84178vw, -48.04587vw) translate(13.84178%, -48.04587%) translate(0.41525rem, -1.44138rem);
        transform: translate(-50%, -50%) translate(13.84178vw, -48.04587vw) translate(13.84178%, -48.04587%) translate(0.41525rem, -1.44138rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(5.59822vw, -49.68561vw) translate(5.59822%, -49.68561%) translate(0.16795rem, -1.49057rem);
        -ms-transform: translate(-50%, -50%) translate(5.59822vw, -49.68561vw) translate(5.59822%, -49.68561%) translate(0.16795rem, -1.49057rem);
        transform: translate(-50%, -50%) translate(5.59822vw, -49.68561vw) translate(5.59822%, -49.68561%) translate(0.16795rem, -1.49057rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-2.80352vw, -49.92134vw) translate(-2.80352%, -49.92134%) translate(-0.08411rem, -1.49764rem);
        -ms-transform: translate(-50%, -50%) translate(-2.80352vw, -49.92134vw) translate(-2.80352%, -49.92134%) translate(-0.08411rem, -1.49764rem);
        transform: translate(-50%, -50%) translate(-2.80352vw, -49.92134vw) translate(-2.80352%, -49.92134%) translate(-0.08411rem, -1.49764rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-11.12605vw, -48.7464vw) translate(-11.12605%, -48.7464%) translate(-0.33378rem, -1.46239rem);
        -ms-transform: translate(-50%, -50%) translate(-11.12605vw, -48.7464vw) translate(-11.12605%, -48.7464%) translate(-0.33378rem, -1.46239rem);
        transform: translate(-50%, -50%) translate(-11.12605vw, -48.7464vw) translate(-11.12605%, -48.7464%) translate(-0.33378rem, -1.46239rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-19.13417vw, -46.19398vw) translate(-19.13417%, -46.19398%) translate(-0.57403rem, -1.38582rem);
        -ms-transform: translate(-50%, -50%) translate(-19.13417vw, -46.19398vw) translate(-19.13417%, -46.19398%) translate(-0.57403rem, -1.38582rem);
        transform: translate(-50%, -50%) translate(-19.13417vw, -46.19398vw) translate(-19.13417%, -46.19398%) translate(-0.57403rem, -1.38582rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-26.6016vw, -42.33621vw) translate(-26.6016%, -42.33621%) translate(-0.79805rem, -1.27009rem);
        -ms-transform: translate(-50%, -50%) translate(-26.6016vw, -42.33621vw) translate(-26.6016%, -42.33621%) translate(-0.79805rem, -1.27009rem);
        transform: translate(-50%, -50%) translate(-26.6016vw, -42.33621vw) translate(-26.6016%, -42.33621%) translate(-0.79805rem, -1.27009rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-33.31733vw, -37.28211vw) translate(-33.31733%, -37.28211%) translate(-0.99952rem, -1.11846rem);
        -ms-transform: translate(-50%, -50%) translate(-33.31733vw, -37.28211vw) translate(-33.31733%, -37.28211%) translate(-0.99952rem, -1.11846rem);
        transform: translate(-50%, -50%) translate(-33.31733vw, -37.28211vw) translate(-33.31733%, -37.28211%) translate(-0.99952rem, -1.11846rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-39.09157vw, -31.17449vw) translate(-39.09157%, -31.17449%) translate(-1.17275rem, -0.93523rem);
        -ms-transform: translate(-50%, -50%) translate(-39.09157vw, -31.17449vw) translate(-39.09157%, -31.17449%) translate(-1.17275rem, -0.93523rem);
        transform: translate(-50%, -50%) translate(-39.09157vw, -31.17449vw) translate(-39.09157%, -31.17449%) translate(-1.17275rem, -0.93523rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(-1.31284rem, -0.72558rem);
        -ms-transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(-1.31284rem, -0.72558rem);
        transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(-1.31284rem, -0.72558rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(-1.41582rem, -0.49542rem);
        -ms-transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(-1.41582rem, -0.49542rem);
        transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(-1.41582rem, -0.49542rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(-1.47881rem, -0.25126rem);
        -ms-transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(-1.47881rem, -0.25126rem);
        transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(-1.47881rem, -0.25126rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(13) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(-1.5rem, 0rem);
        -ms-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(-1.5rem, 0rem);
        transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(-1.5rem, 0rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(14) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(28.93356vw, -40.77804vw) translate(28.93356%, -40.77804%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(28.93356vw, -40.77804vw) translate(28.93356%, -40.77804%) translate(0, 0);
        transform: translate(-50%, -50%) translate(28.93356vw, -40.77804vw) translate(28.93356%, -40.77804%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(21.69419vw, -45.04844vw) translate(21.69419%, -45.04844%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(21.69419vw, -45.04844vw) translate(21.69419%, -45.04844%) translate(0, 0);
        transform: translate(-50%, -50%) translate(21.69419vw, -45.04844vw) translate(21.69419%, -45.04844%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(13.84178vw, -48.04587vw) translate(13.84178%, -48.04587%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(13.84178vw, -48.04587vw) translate(13.84178%, -48.04587%) translate(0, 0);
        transform: translate(-50%, -50%) translate(13.84178vw, -48.04587vw) translate(13.84178%, -48.04587%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(5.59822vw, -49.68561vw) translate(5.59822%, -49.68561%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(5.59822vw, -49.68561vw) translate(5.59822%, -49.68561%) translate(0, 0);
        transform: translate(-50%, -50%) translate(5.59822vw, -49.68561vw) translate(5.59822%, -49.68561%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-2.80352vw, -49.92134vw) translate(-2.80352%, -49.92134%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-2.80352vw, -49.92134vw) translate(-2.80352%, -49.92134%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-2.80352vw, -49.92134vw) translate(-2.80352%, -49.92134%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-11.12605vw, -48.7464vw) translate(-11.12605%, -48.7464%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-11.12605vw, -48.7464vw) translate(-11.12605%, -48.7464%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-11.12605vw, -48.7464vw) translate(-11.12605%, -48.7464%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-19.13417vw, -46.19398vw) translate(-19.13417%, -46.19398%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-19.13417vw, -46.19398vw) translate(-19.13417%, -46.19398%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-19.13417vw, -46.19398vw) translate(-19.13417%, -46.19398%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-26.6016vw, -42.33621vw) translate(-26.6016%, -42.33621%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-26.6016vw, -42.33621vw) translate(-26.6016%, -42.33621%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-26.6016vw, -42.33621vw) translate(-26.6016%, -42.33621%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-33.31733vw, -37.28211vw) translate(-33.31733%, -37.28211%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-33.31733vw, -37.28211vw) translate(-33.31733%, -37.28211%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-33.31733vw, -37.28211vw) translate(-33.31733%, -37.28211%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-39.09157vw, -31.17449vw) translate(-39.09157%, -31.17449%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-39.09157vw, -31.17449vw) translate(-39.09157%, -31.17449%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-39.09157vw, -31.17449vw) translate(-39.09157%, -31.17449%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-43.76117vw, -24.18594vw) translate(-43.76117%, -24.18594%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-47.19417vw, -16.51395vw) translate(-47.19417%, -16.51395%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-49.29355vw, -8.37531vw) translate(-49.29355%, -8.37531%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav-marker:nth-of-type(1),
    .page-business-investment .circle-nav-marker:nth-of-type(1),
    .page-business-agro .circle-nav-marker:nth-of-type(1),
    .page-business-culture .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-50vw, 0vw) translate(-50%, 0%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(2),
    .page-business-investment .circle-nav-marker:nth-of-type(2),
    .page-business-agro .circle-nav-marker:nth-of-type(2),
    .page-business-culture .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-49.29355vw, 8.37531vw) translate(-49.29355%, 8.37531%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(3),
    .page-business-investment .circle-nav-marker:nth-of-type(3),
    .page-business-agro .circle-nav-marker:nth-of-type(3),
    .page-business-culture .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-47.19417vw, 16.51395vw) translate(-47.19417%, 16.51395%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(4),
    .page-business-investment .circle-nav-marker:nth-of-type(4),
    .page-business-agro .circle-nav-marker:nth-of-type(4),
    .page-business-culture .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-43.76117vw, 24.18594vw) translate(-43.76117%, 24.18594%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(5),
    .page-business-investment .circle-nav-marker:nth-of-type(5),
    .page-business-agro .circle-nav-marker:nth-of-type(5),
    .page-business-culture .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-39.09157vw, 31.17449vw) translate(-39.09157%, 31.17449%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(6),
    .page-business-investment .circle-nav-marker:nth-of-type(6),
    .page-business-agro .circle-nav-marker:nth-of-type(6),
    .page-business-culture .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-33.31733vw, 37.28211vw) translate(-33.31733%, 37.28211%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-33.31733vw, 37.28211vw) translate(-33.31733%, 37.28211%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-33.31733vw, 37.28211vw) translate(-33.31733%, 37.28211%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(7),
    .page-business-investment .circle-nav-marker:nth-of-type(7),
    .page-business-agro .circle-nav-marker:nth-of-type(7),
    .page-business-culture .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-26.6016vw, 42.33621vw) translate(-26.6016%, 42.33621%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-26.6016vw, 42.33621vw) translate(-26.6016%, 42.33621%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-26.6016vw, 42.33621vw) translate(-26.6016%, 42.33621%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(8),
    .page-business-investment .circle-nav-marker:nth-of-type(8),
    .page-business-agro .circle-nav-marker:nth-of-type(8),
    .page-business-culture .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-19.13417vw, 46.19398vw) translate(-19.13417%, 46.19398%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-19.13417vw, 46.19398vw) translate(-19.13417%, 46.19398%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-19.13417vw, 46.19398vw) translate(-19.13417%, 46.19398%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(9),
    .page-business-investment .circle-nav-marker:nth-of-type(9),
    .page-business-agro .circle-nav-marker:nth-of-type(9),
    .page-business-culture .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-11.12605vw, 48.7464vw) translate(-11.12605%, 48.7464%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-11.12605vw, 48.7464vw) translate(-11.12605%, 48.7464%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-11.12605vw, 48.7464vw) translate(-11.12605%, 48.7464%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(10),
    .page-business-investment .circle-nav-marker:nth-of-type(10),
    .page-business-agro .circle-nav-marker:nth-of-type(10),
    .page-business-culture .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-2.80352vw, 49.92134vw) translate(-2.80352%, 49.92134%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-2.80352vw, 49.92134vw) translate(-2.80352%, 49.92134%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-2.80352vw, 49.92134vw) translate(-2.80352%, 49.92134%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(11),
    .page-business-investment .circle-nav-marker:nth-of-type(11),
    .page-business-agro .circle-nav-marker:nth-of-type(11),
    .page-business-culture .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(5.59822vw, 49.68561vw) translate(5.59822%, 49.68561%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(5.59822vw, 49.68561vw) translate(5.59822%, 49.68561%) translate(0, 0);
        transform: translate(-50%, -50%) translate(5.59822vw, 49.68561vw) translate(5.59822%, 49.68561%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(12),
    .page-business-investment .circle-nav-marker:nth-of-type(12),
    .page-business-agro .circle-nav-marker:nth-of-type(12),
    .page-business-culture .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(13.84178vw, 48.04587vw) translate(13.84178%, 48.04587%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(13.84178vw, 48.04587vw) translate(13.84178%, 48.04587%) translate(0, 0);
        transform: translate(-50%, -50%) translate(13.84178vw, 48.04587vw) translate(13.84178%, 48.04587%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(13),
    .page-business-investment .circle-nav-marker:nth-of-type(13),
    .page-business-agro .circle-nav-marker:nth-of-type(13),
    .page-business-culture .circle-nav-marker:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(21.69419vw, 45.04844vw) translate(21.69419%, 45.04844%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(21.69419vw, 45.04844vw) translate(21.69419%, 45.04844%) translate(0, 0);
        transform: translate(-50%, -50%) translate(21.69419vw, 45.04844vw) translate(21.69419%, 45.04844%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(14),
    .page-business-investment .circle-nav-marker:nth-of-type(14),
    .page-business-agro .circle-nav-marker:nth-of-type(14),
    .page-business-culture .circle-nav-marker:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(28.93356vw, 40.77804vw) translate(28.93356%, 40.77804%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(28.93356vw, 40.77804vw) translate(28.93356%, 40.77804%) translate(0, 0);
        transform: translate(-50%, -50%) translate(28.93356vw, 40.77804vw) translate(28.93356%, 40.77804%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(1) span,
    .page-business-investment .circle-nav-marker:nth-of-type(1) span,
    .page-business-agro .circle-nav-marker:nth-of-type(1) span,
    .page-business-culture .circle-nav-marker:nth-of-type(1) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0s;
    }
    .page-business-development .circle-nav-marker:nth-of-type(2) span,
    .page-business-investment .circle-nav-marker:nth-of-type(2) span,
    .page-business-agro .circle-nav-marker:nth-of-type(2) span,
    .page-business-culture .circle-nav-marker:nth-of-type(2) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0.2s;
    }
    .page-business-development .circle-nav-marker:nth-of-type(3) span,
    .page-business-investment .circle-nav-marker:nth-of-type(3) span,
    .page-business-agro .circle-nav-marker:nth-of-type(3) span,
    .page-business-culture .circle-nav-marker:nth-of-type(3) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0.4s;
    }
    .page-business-development .circle-nav-marker:nth-of-type(4) span,
    .page-business-investment .circle-nav-marker:nth-of-type(4) span,
    .page-business-agro .circle-nav-marker:nth-of-type(4) span,
    .page-business-culture .circle-nav-marker:nth-of-type(4) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0.6s;
    }
    .page-business-development .circle-nav-marker:nth-of-type(5) span,
    .page-business-investment .circle-nav-marker:nth-of-type(5) span,
    .page-business-agro .circle-nav-marker:nth-of-type(5) span,
    .page-business-culture .circle-nav-marker:nth-of-type(5) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0.8s;
    }
    .page-business-development .circle-nav-marker:nth-of-type(6) span,
    .page-business-investment .circle-nav-marker:nth-of-type(6) span,
    .page-business-agro .circle-nav-marker:nth-of-type(6) span,
    .page-business-culture .circle-nav-marker:nth-of-type(6) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1s;
    }
    .page-business-development .circle-nav-marker:nth-of-type(7) span,
    .page-business-investment .circle-nav-marker:nth-of-type(7) span,
    .page-business-agro .circle-nav-marker:nth-of-type(7) span,
    .page-business-culture .circle-nav-marker:nth-of-type(7) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1.2s;
    }
    .page-business-development .circle-nav-marker:nth-of-type(8) span,
    .page-business-investment .circle-nav-marker:nth-of-type(8) span,
    .page-business-agro .circle-nav-marker:nth-of-type(8) span,
    .page-business-culture .circle-nav-marker:nth-of-type(8) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1.4s;
    }
    .page-business-development .circle-nav-marker:nth-of-type(9) span,
    .page-business-investment .circle-nav-marker:nth-of-type(9) span,
    .page-business-agro .circle-nav-marker:nth-of-type(9) span,
    .page-business-culture .circle-nav-marker:nth-of-type(9) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1.6s;
    }
    .page-business-development .circle-nav-marker:nth-of-type(10) span,
    .page-business-investment .circle-nav-marker:nth-of-type(10) span,
    .page-business-agro .circle-nav-marker:nth-of-type(10) span,
    .page-business-culture .circle-nav-marker:nth-of-type(10) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1.8s;
    }
    .page-business-development .circle-nav-marker:nth-of-type(11) span,
    .page-business-investment .circle-nav-marker:nth-of-type(11) span,
    .page-business-agro .circle-nav-marker:nth-of-type(11) span,
    .page-business-culture .circle-nav-marker:nth-of-type(11) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 2s;
    }
    .page-business-development .circle-nav-marker:nth-of-type(12) span,
    .page-business-investment .circle-nav-marker:nth-of-type(12) span,
    .page-business-agro .circle-nav-marker:nth-of-type(12) span,
    .page-business-culture .circle-nav-marker:nth-of-type(12) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 2.2s;
    }
    .page-business-development .circle-nav-marker:nth-of-type(13) span,
    .page-business-investment .circle-nav-marker:nth-of-type(13) span,
    .page-business-agro .circle-nav-marker:nth-of-type(13) span,
    .page-business-culture .circle-nav-marker:nth-of-type(13) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 2.4s;
    }
    .page-business-development .circle-nav-marker:nth-of-type(14) span,
    .page-business-investment .circle-nav-marker:nth-of-type(14) span,
    .page-business-agro .circle-nav-marker:nth-of-type(14) span,
    .page-business-culture .circle-nav-marker:nth-of-type(14) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 2.6s;
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) and (max-width: 959px) {
    .page-business-development .circle-nav-item:nth-of-type(1),
    .page-business-investment .circle-nav-item:nth-of-type(1),
    .page-business-agro .circle-nav-item:nth-of-type(1),
    .page-business-culture .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-35.35534vw, -35.35534vw) translate(-35.35534%, -35.35534%) translate(-1.06066rem, -1.06066rem);
        -ms-transform: translate(-50%, -50%) translate(-35.35534vw, -35.35534vw) translate(-35.35534%, -35.35534%) translate(-1.06066rem, -1.06066rem);
        transform: translate(-50%, -50%) translate(-35.35534vw, -35.35534vw) translate(-35.35534%, -35.35534%) translate(-1.06066rem, -1.06066rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-item:nth-of-type(2),
    .page-business-investment .circle-nav-item:nth-of-type(2),
    .page-business-agro .circle-nav-item:nth-of-type(2),
    .page-business-culture .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-40.77804vw, -28.93356vw) translate(-40.77804%, -28.93356%) translate(-1.22334rem, -0.86801rem);
        -ms-transform: translate(-50%, -50%) translate(-40.77804vw, -28.93356vw) translate(-40.77804%, -28.93356%) translate(-1.22334rem, -0.86801rem);
        transform: translate(-50%, -50%) translate(-40.77804vw, -28.93356vw) translate(-40.77804%, -28.93356%) translate(-1.22334rem, -0.86801rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-item:nth-of-type(3),
    .page-business-investment .circle-nav-item:nth-of-type(3),
    .page-business-agro .circle-nav-item:nth-of-type(3),
    .page-business-culture .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-45.04844vw, -21.69419vw) translate(-45.04844%, -21.69419%) translate(-1.35145rem, -0.65083rem);
        -ms-transform: translate(-50%, -50%) translate(-45.04844vw, -21.69419vw) translate(-45.04844%, -21.69419%) translate(-1.35145rem, -0.65083rem);
        transform: translate(-50%, -50%) translate(-45.04844vw, -21.69419vw) translate(-45.04844%, -21.69419%) translate(-1.35145rem, -0.65083rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-item:nth-of-type(4),
    .page-business-investment .circle-nav-item:nth-of-type(4),
    .page-business-agro .circle-nav-item:nth-of-type(4),
    .page-business-culture .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-48.04587vw, -13.84178vw) translate(-48.04587%, -13.84178%) translate(-1.44138rem, -0.41525rem);
        -ms-transform: translate(-50%, -50%) translate(-48.04587vw, -13.84178vw) translate(-48.04587%, -13.84178%) translate(-1.44138rem, -0.41525rem);
        transform: translate(-50%, -50%) translate(-48.04587vw, -13.84178vw) translate(-48.04587%, -13.84178%) translate(-1.44138rem, -0.41525rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-item:nth-of-type(5),
    .page-business-investment .circle-nav-item:nth-of-type(5),
    .page-business-agro .circle-nav-item:nth-of-type(5),
    .page-business-culture .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-49.68561vw, -5.59822vw) translate(-49.68561%, -5.59822%) translate(-1.49057rem, -0.16795rem);
        -ms-transform: translate(-50%, -50%) translate(-49.68561vw, -5.59822vw) translate(-49.68561%, -5.59822%) translate(-1.49057rem, -0.16795rem);
        transform: translate(-50%, -50%) translate(-49.68561vw, -5.59822vw) translate(-49.68561%, -5.59822%) translate(-1.49057rem, -0.16795rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-item:nth-of-type(6),
    .page-business-investment .circle-nav-item:nth-of-type(6),
    .page-business-agro .circle-nav-item:nth-of-type(6),
    .page-business-culture .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-49.92134vw, 2.80352vw) translate(-49.92134%, 2.80352%) translate(-1.49764rem, 0.08411rem);
        -ms-transform: translate(-50%, -50%) translate(-49.92134vw, 2.80352vw) translate(-49.92134%, 2.80352%) translate(-1.49764rem, 0.08411rem);
        transform: translate(-50%, -50%) translate(-49.92134vw, 2.80352vw) translate(-49.92134%, 2.80352%) translate(-1.49764rem, 0.08411rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-item:nth-of-type(7),
    .page-business-investment .circle-nav-item:nth-of-type(7),
    .page-business-agro .circle-nav-item:nth-of-type(7),
    .page-business-culture .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-48.7464vw, 11.12605vw) translate(-48.7464%, 11.12605%) translate(-1.46239rem, 0.33378rem);
        -ms-transform: translate(-50%, -50%) translate(-48.7464vw, 11.12605vw) translate(-48.7464%, 11.12605%) translate(-1.46239rem, 0.33378rem);
        transform: translate(-50%, -50%) translate(-48.7464vw, 11.12605vw) translate(-48.7464%, 11.12605%) translate(-1.46239rem, 0.33378rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-item:nth-of-type(8),
    .page-business-investment .circle-nav-item:nth-of-type(8),
    .page-business-agro .circle-nav-item:nth-of-type(8),
    .page-business-culture .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-46.19398vw, 19.13417vw) translate(-46.19398%, 19.13417%) translate(-1.38582rem, 0.57403rem);
        -ms-transform: translate(-50%, -50%) translate(-46.19398vw, 19.13417vw) translate(-46.19398%, 19.13417%) translate(-1.38582rem, 0.57403rem);
        transform: translate(-50%, -50%) translate(-46.19398vw, 19.13417vw) translate(-46.19398%, 19.13417%) translate(-1.38582rem, 0.57403rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-item:nth-of-type(9),
    .page-business-investment .circle-nav-item:nth-of-type(9),
    .page-business-agro .circle-nav-item:nth-of-type(9),
    .page-business-culture .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-42.33621vw, 26.6016vw) translate(-42.33621%, 26.6016%) translate(-1.27009rem, 0.79805rem);
        -ms-transform: translate(-50%, -50%) translate(-42.33621vw, 26.6016vw) translate(-42.33621%, 26.6016%) translate(-1.27009rem, 0.79805rem);
        transform: translate(-50%, -50%) translate(-42.33621vw, 26.6016vw) translate(-42.33621%, 26.6016%) translate(-1.27009rem, 0.79805rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-item:nth-of-type(10),
    .page-business-investment .circle-nav-item:nth-of-type(10),
    .page-business-agro .circle-nav-item:nth-of-type(10),
    .page-business-culture .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-37.28211vw, 33.31733vw) translate(-37.28211%, 33.31733%) translate(-1.11846rem, 0.99952rem);
        -ms-transform: translate(-50%, -50%) translate(-37.28211vw, 33.31733vw) translate(-37.28211%, 33.31733%) translate(-1.11846rem, 0.99952rem);
        transform: translate(-50%, -50%) translate(-37.28211vw, 33.31733vw) translate(-37.28211%, 33.31733%) translate(-1.11846rem, 0.99952rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-item:nth-of-type(11),
    .page-business-investment .circle-nav-item:nth-of-type(11),
    .page-business-agro .circle-nav-item:nth-of-type(11),
    .page-business-culture .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-31.17449vw, 39.09157vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
        -ms-transform: translate(-50%, -50%) translate(-31.17449vw, 39.09157vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
        transform: translate(-50%, -50%) translate(-31.17449vw, 39.09157vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-item:nth-of-type(12),
    .page-business-investment .circle-nav-item:nth-of-type(12),
    .page-business-agro .circle-nav-item:nth-of-type(12),
    .page-business-culture .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-24.18594vw, 43.76117vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        -ms-transform: translate(-50%, -50%) translate(-24.18594vw, 43.76117vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        transform: translate(-50%, -50%) translate(-24.18594vw, 43.76117vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-item:nth-of-type(13),
    .page-business-investment .circle-nav-item:nth-of-type(13),
    .page-business-agro .circle-nav-item:nth-of-type(13),
    .page-business-culture .circle-nav-item:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(-16.51395vw, 47.19417vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        -ms-transform: translate(-50%, -50%) translate(-16.51395vw, 47.19417vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        transform: translate(-50%, -50%) translate(-16.51395vw, 47.19417vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(13) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-item:nth-of-type(14),
    .page-business-investment .circle-nav-item:nth-of-type(14),
    .page-business-agro .circle-nav-item:nth-of-type(14),
    .page-business-culture .circle-nav-item:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(-8.37531vw, 49.29355vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        -ms-transform: translate(-50%, -50%) translate(-8.37531vw, 49.29355vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        transform: translate(-50%, -50%) translate(-8.37531vw, 49.29355vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(14) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-marker:nth-of-type(1),
    .page-business-investment .circle-nav-marker:nth-of-type(1),
    .page-business-agro .circle-nav-marker:nth-of-type(1),
    .page-business-culture .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-35.35534vw, -35.35534vw) translate(-35.35534%, -35.35534%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-35.35534vw, -35.35534vw) translate(-35.35534%, -35.35534%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-35.35534vw, -35.35534vw) translate(-35.35534%, -35.35534%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(2),
    .page-business-investment .circle-nav-marker:nth-of-type(2),
    .page-business-agro .circle-nav-marker:nth-of-type(2),
    .page-business-culture .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-40.77804vw, -28.93356vw) translate(-40.77804%, -28.93356%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-40.77804vw, -28.93356vw) translate(-40.77804%, -28.93356%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-40.77804vw, -28.93356vw) translate(-40.77804%, -28.93356%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(3),
    .page-business-investment .circle-nav-marker:nth-of-type(3),
    .page-business-agro .circle-nav-marker:nth-of-type(3),
    .page-business-culture .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-45.04844vw, -21.69419vw) translate(-45.04844%, -21.69419%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-45.04844vw, -21.69419vw) translate(-45.04844%, -21.69419%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-45.04844vw, -21.69419vw) translate(-45.04844%, -21.69419%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(4),
    .page-business-investment .circle-nav-marker:nth-of-type(4),
    .page-business-agro .circle-nav-marker:nth-of-type(4),
    .page-business-culture .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-48.04587vw, -13.84178vw) translate(-48.04587%, -13.84178%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-48.04587vw, -13.84178vw) translate(-48.04587%, -13.84178%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-48.04587vw, -13.84178vw) translate(-48.04587%, -13.84178%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(5),
    .page-business-investment .circle-nav-marker:nth-of-type(5),
    .page-business-agro .circle-nav-marker:nth-of-type(5),
    .page-business-culture .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-49.68561vw, -5.59822vw) translate(-49.68561%, -5.59822%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-49.68561vw, -5.59822vw) translate(-49.68561%, -5.59822%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-49.68561vw, -5.59822vw) translate(-49.68561%, -5.59822%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(6),
    .page-business-investment .circle-nav-marker:nth-of-type(6),
    .page-business-agro .circle-nav-marker:nth-of-type(6),
    .page-business-culture .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-49.92134vw, 2.80352vw) translate(-49.92134%, 2.80352%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-49.92134vw, 2.80352vw) translate(-49.92134%, 2.80352%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-49.92134vw, 2.80352vw) translate(-49.92134%, 2.80352%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(7),
    .page-business-investment .circle-nav-marker:nth-of-type(7),
    .page-business-agro .circle-nav-marker:nth-of-type(7),
    .page-business-culture .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-48.7464vw, 11.12605vw) translate(-48.7464%, 11.12605%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-48.7464vw, 11.12605vw) translate(-48.7464%, 11.12605%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-48.7464vw, 11.12605vw) translate(-48.7464%, 11.12605%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(8),
    .page-business-investment .circle-nav-marker:nth-of-type(8),
    .page-business-agro .circle-nav-marker:nth-of-type(8),
    .page-business-culture .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-46.19398vw, 19.13417vw) translate(-46.19398%, 19.13417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-46.19398vw, 19.13417vw) translate(-46.19398%, 19.13417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-46.19398vw, 19.13417vw) translate(-46.19398%, 19.13417%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(9),
    .page-business-investment .circle-nav-marker:nth-of-type(9),
    .page-business-agro .circle-nav-marker:nth-of-type(9),
    .page-business-culture .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-42.33621vw, 26.6016vw) translate(-42.33621%, 26.6016%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-42.33621vw, 26.6016vw) translate(-42.33621%, 26.6016%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-42.33621vw, 26.6016vw) translate(-42.33621%, 26.6016%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(10),
    .page-business-investment .circle-nav-marker:nth-of-type(10),
    .page-business-agro .circle-nav-marker:nth-of-type(10),
    .page-business-culture .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-37.28211vw, 33.31733vw) translate(-37.28211%, 33.31733%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-37.28211vw, 33.31733vw) translate(-37.28211%, 33.31733%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-37.28211vw, 33.31733vw) translate(-37.28211%, 33.31733%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(11),
    .page-business-investment .circle-nav-marker:nth-of-type(11),
    .page-business-agro .circle-nav-marker:nth-of-type(11),
    .page-business-culture .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-31.17449vw, 39.09157vw) translate(-31.17449%, 39.09157%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-31.17449vw, 39.09157vw) translate(-31.17449%, 39.09157%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-31.17449vw, 39.09157vw) translate(-31.17449%, 39.09157%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(12),
    .page-business-investment .circle-nav-marker:nth-of-type(12),
    .page-business-agro .circle-nav-marker:nth-of-type(12),
    .page-business-culture .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-24.18594vw, 43.76117vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-24.18594vw, 43.76117vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-24.18594vw, 43.76117vw) translate(-24.18594%, 43.76117%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(13),
    .page-business-investment .circle-nav-marker:nth-of-type(13),
    .page-business-agro .circle-nav-marker:nth-of-type(13),
    .page-business-culture .circle-nav-marker:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(-16.51395vw, 47.19417vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-16.51395vw, 47.19417vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-16.51395vw, 47.19417vw) translate(-16.51395%, 47.19417%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(14),
    .page-business-investment .circle-nav-marker:nth-of-type(14),
    .page-business-agro .circle-nav-marker:nth-of-type(14),
    .page-business-culture .circle-nav-marker:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(-8.37531vw, 49.29355vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-8.37531vw, 49.29355vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-8.37531vw, 49.29355vw) translate(-8.37531%, 49.29355%) translate(0, 0);
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) and (max-width: 959px) and (max-height: 415px) and (orientation: landscape),
screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) and (max-width: 599px) {
    .page-business-development .circle-nav-item:nth-of-type(1),
    .page-business-investment .circle-nav-item:nth-of-type(1),
    .page-business-agro .circle-nav-item:nth-of-type(1),
    .page-business-culture .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-30.05204vw, -30.05204vw) translate(-35.35534%, -35.35534%) translate(-1.06066rem, -1.06066rem);
        -ms-transform: translate(-50%, -50%) translate(-30.05204vw, -30.05204vw) translate(-35.35534%, -35.35534%) translate(-1.06066rem, -1.06066rem);
        transform: translate(-50%, -50%) translate(-30.05204vw, -30.05204vw) translate(-35.35534%, -35.35534%) translate(-1.06066rem, -1.06066rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-marker:nth-of-type(1),
    .page-business-investment .circle-nav-marker:nth-of-type(1),
    .page-business-agro .circle-nav-marker:nth-of-type(1),
    .page-business-culture .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-27.57716vw, -27.57716vw) translate(-35.35534%, -35.35534%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-27.57716vw, -27.57716vw) translate(-35.35534%, -35.35534%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-27.57716vw, -27.57716vw) translate(-35.35534%, -35.35534%) translate(0, 0);
    }
    .page-business-development .circle-nav-item:nth-of-type(2),
    .page-business-investment .circle-nav-item:nth-of-type(2),
    .page-business-agro .circle-nav-item:nth-of-type(2),
    .page-business-culture .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-34.66134vw, -24.59353vw) translate(-40.77804%, -28.93356%) translate(-1.22334rem, -0.86801rem);
        -ms-transform: translate(-50%, -50%) translate(-34.66134vw, -24.59353vw) translate(-40.77804%, -28.93356%) translate(-1.22334rem, -0.86801rem);
        transform: translate(-50%, -50%) translate(-34.66134vw, -24.59353vw) translate(-40.77804%, -28.93356%) translate(-1.22334rem, -0.86801rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-marker:nth-of-type(2),
    .page-business-investment .circle-nav-marker:nth-of-type(2),
    .page-business-agro .circle-nav-marker:nth-of-type(2),
    .page-business-culture .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-31.80687vw, -22.56818vw) translate(-40.77804%, -28.93356%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-31.80687vw, -22.56818vw) translate(-40.77804%, -28.93356%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-31.80687vw, -22.56818vw) translate(-40.77804%, -28.93356%) translate(0, 0);
    }
    .page-business-development .circle-nav-item:nth-of-type(3),
    .page-business-investment .circle-nav-item:nth-of-type(3),
    .page-business-agro .circle-nav-item:nth-of-type(3),
    .page-business-culture .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-38.29118vw, -18.44006vw) translate(-45.04844%, -21.69419%) translate(-1.35145rem, -0.65083rem);
        -ms-transform: translate(-50%, -50%) translate(-38.29118vw, -18.44006vw) translate(-45.04844%, -21.69419%) translate(-1.35145rem, -0.65083rem);
        transform: translate(-50%, -50%) translate(-38.29118vw, -18.44006vw) translate(-45.04844%, -21.69419%) translate(-1.35145rem, -0.65083rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-marker:nth-of-type(3),
    .page-business-investment .circle-nav-marker:nth-of-type(3),
    .page-business-agro .circle-nav-marker:nth-of-type(3),
    .page-business-culture .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-35.13779vw, -16.92147vw) translate(-45.04844%, -21.69419%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-35.13779vw, -16.92147vw) translate(-45.04844%, -21.69419%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-35.13779vw, -16.92147vw) translate(-45.04844%, -21.69419%) translate(0, 0);
    }
    .page-business-development .circle-nav-item:nth-of-type(4),
    .page-business-investment .circle-nav-item:nth-of-type(4),
    .page-business-agro .circle-nav-item:nth-of-type(4),
    .page-business-culture .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-40.83899vw, -11.76551vw) translate(-48.04587%, -13.84178%) translate(-1.44138rem, -0.41525rem);
        -ms-transform: translate(-50%, -50%) translate(-40.83899vw, -11.76551vw) translate(-48.04587%, -13.84178%) translate(-1.44138rem, -0.41525rem);
        transform: translate(-50%, -50%) translate(-40.83899vw, -11.76551vw) translate(-48.04587%, -13.84178%) translate(-1.44138rem, -0.41525rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-marker:nth-of-type(4),
    .page-business-investment .circle-nav-marker:nth-of-type(4),
    .page-business-agro .circle-nav-marker:nth-of-type(4),
    .page-business-culture .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-37.47578vw, -10.79658vw) translate(-48.04587%, -13.84178%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-37.47578vw, -10.79658vw) translate(-48.04587%, -13.84178%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-37.47578vw, -10.79658vw) translate(-48.04587%, -13.84178%) translate(0, 0);
    }
    .page-business-development .circle-nav-item:nth-of-type(5),
    .page-business-investment .circle-nav-item:nth-of-type(5),
    .page-business-agro .circle-nav-item:nth-of-type(5),
    .page-business-culture .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-42.23277vw, -4.75849vw) translate(-49.68561%, -5.59822%) translate(-1.49057rem, -0.16795rem);
        -ms-transform: translate(-50%, -50%) translate(-42.23277vw, -4.75849vw) translate(-49.68561%, -5.59822%) translate(-1.49057rem, -0.16795rem);
        transform: translate(-50%, -50%) translate(-42.23277vw, -4.75849vw) translate(-49.68561%, -5.59822%) translate(-1.49057rem, -0.16795rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-marker:nth-of-type(5),
    .page-business-investment .circle-nav-marker:nth-of-type(5),
    .page-business-agro .circle-nav-marker:nth-of-type(5),
    .page-business-culture .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-38.75478vw, -4.36661vw) translate(-49.68561%, -5.59822%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-38.75478vw, -4.36661vw) translate(-49.68561%, -5.59822%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-38.75478vw, -4.36661vw) translate(-49.68561%, -5.59822%) translate(0, 0);
    }
    .page-business-development .circle-nav-item:nth-of-type(6),
    .page-business-investment .circle-nav-item:nth-of-type(6),
    .page-business-agro .circle-nav-item:nth-of-type(6),
    .page-business-culture .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-42.43314vw, 2.38299vw) translate(-49.92134%, 2.80352%) translate(-1.49764rem, 0.08411rem);
        -ms-transform: translate(-50%, -50%) translate(-42.43314vw, 2.38299vw) translate(-49.92134%, 2.80352%) translate(-1.49764rem, 0.08411rem);
        transform: translate(-50%, -50%) translate(-42.43314vw, 2.38299vw) translate(-49.92134%, 2.80352%) translate(-1.49764rem, 0.08411rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-marker:nth-of-type(6),
    .page-business-investment .circle-nav-marker:nth-of-type(6),
    .page-business-agro .circle-nav-marker:nth-of-type(6),
    .page-business-culture .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-38.93865vw, 2.18675vw) translate(-49.92134%, 2.80352%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-38.93865vw, 2.18675vw) translate(-49.92134%, 2.80352%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-38.93865vw, 2.18675vw) translate(-49.92134%, 2.80352%) translate(0, 0);
    }
    .page-business-development .circle-nav-item:nth-of-type(7),
    .page-business-investment .circle-nav-item:nth-of-type(7),
    .page-business-agro .circle-nav-item:nth-of-type(7),
    .page-business-culture .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-41.43444vw, 9.45714vw) translate(-48.7464%, 11.12605%) translate(-1.46239rem, 0.33378rem);
        -ms-transform: translate(-50%, -50%) translate(-41.43444vw, 9.45714vw) translate(-48.7464%, 11.12605%) translate(-1.46239rem, 0.33378rem);
        transform: translate(-50%, -50%) translate(-41.43444vw, 9.45714vw) translate(-48.7464%, 11.12605%) translate(-1.46239rem, 0.33378rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-marker:nth-of-type(7),
    .page-business-investment .circle-nav-marker:nth-of-type(7),
    .page-business-agro .circle-nav-marker:nth-of-type(7),
    .page-business-culture .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-38.02219vw, 8.67832vw) translate(-48.7464%, 11.12605%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-38.02219vw, 8.67832vw) translate(-48.7464%, 11.12605%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-38.02219vw, 8.67832vw) translate(-48.7464%, 11.12605%) translate(0, 0);
    }
    .page-business-development .circle-nav-item:nth-of-type(8),
    .page-business-investment .circle-nav-item:nth-of-type(8),
    .page-business-agro .circle-nav-item:nth-of-type(8),
    .page-business-culture .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-39.26488vw, 16.26405vw) translate(-46.19398%, 19.13417%) translate(-1.38582rem, 0.57403rem);
        -ms-transform: translate(-50%, -50%) translate(-39.26488vw, 16.26405vw) translate(-46.19398%, 19.13417%) translate(-1.38582rem, 0.57403rem);
        transform: translate(-50%, -50%) translate(-39.26488vw, 16.26405vw) translate(-46.19398%, 19.13417%) translate(-1.38582rem, 0.57403rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-marker:nth-of-type(8),
    .page-business-investment .circle-nav-marker:nth-of-type(8),
    .page-business-agro .circle-nav-marker:nth-of-type(8),
    .page-business-culture .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-36.0313vw, 14.92465vw) translate(-46.19398%, 19.13417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-36.0313vw, 14.92465vw) translate(-46.19398%, 19.13417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-36.0313vw, 14.92465vw) translate(-46.19398%, 19.13417%) translate(0, 0);
    }
    .page-business-development .circle-nav-item:nth-of-type(9),
    .page-business-investment .circle-nav-item:nth-of-type(9),
    .page-business-agro .circle-nav-item:nth-of-type(9),
    .page-business-culture .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-35.98578vw, 22.61136vw) translate(-42.33621%, 26.6016%) translate(-1.27009rem, 0.79805rem);
        -ms-transform: translate(-50%, -50%) translate(-35.98578vw, 22.61136vw) translate(-42.33621%, 26.6016%) translate(-1.27009rem, 0.79805rem);
        transform: translate(-50%, -50%) translate(-35.98578vw, 22.61136vw) translate(-42.33621%, 26.6016%) translate(-1.27009rem, 0.79805rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-marker:nth-of-type(9),
    .page-business-investment .circle-nav-marker:nth-of-type(9),
    .page-business-agro .circle-nav-marker:nth-of-type(9),
    .page-business-culture .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-33.02224vw, 20.74925vw) translate(-42.33621%, 26.6016%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-33.02224vw, 20.74925vw) translate(-42.33621%, 26.6016%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-33.02224vw, 20.74925vw) translate(-42.33621%, 26.6016%) translate(0, 0);
    }
    .page-business-development .circle-nav-item:nth-of-type(10),
    .page-business-investment .circle-nav-item:nth-of-type(10),
    .page-business-agro .circle-nav-item:nth-of-type(10),
    .page-business-culture .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-31.68979vw, 28.31973vw) translate(-37.28211%, 33.31733%) translate(-1.11846rem, 0.99952rem);
        -ms-transform: translate(-50%, -50%) translate(-31.68979vw, 28.31973vw) translate(-37.28211%, 33.31733%) translate(-1.11846rem, 0.99952rem);
        transform: translate(-50%, -50%) translate(-31.68979vw, 28.31973vw) translate(-37.28211%, 33.31733%) translate(-1.11846rem, 0.99952rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-marker:nth-of-type(10),
    .page-business-investment .circle-nav-marker:nth-of-type(10),
    .page-business-agro .circle-nav-marker:nth-of-type(10),
    .page-business-culture .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-29.08004vw, 25.98752vw) translate(-37.28211%, 33.31733%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-29.08004vw, 25.98752vw) translate(-37.28211%, 33.31733%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-29.08004vw, 25.98752vw) translate(-37.28211%, 33.31733%) translate(0, 0);
    }
    .page-business-development .circle-nav-item:nth-of-type(11),
    .page-business-investment .circle-nav-item:nth-of-type(11),
    .page-business-agro .circle-nav-item:nth-of-type(11),
    .page-business-culture .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-26.49832vw, 33.22784vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
        -ms-transform: translate(-50%, -50%) translate(-26.49832vw, 33.22784vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
        transform: translate(-50%, -50%) translate(-26.49832vw, 33.22784vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-marker:nth-of-type(11),
    .page-business-investment .circle-nav-marker:nth-of-type(11),
    .page-business-agro .circle-nav-marker:nth-of-type(11),
    .page-business-culture .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-24.3161vw, 30.49143vw) translate(-31.17449%, 39.09157%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-24.3161vw, 30.49143vw) translate(-31.17449%, 39.09157%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-24.3161vw, 30.49143vw) translate(-31.17449%, 39.09157%) translate(0, 0);
    }
    .page-business-development .circle-nav-item:nth-of-type(12),
    .page-business-investment .circle-nav-item:nth-of-type(12),
    .page-business-agro .circle-nav-item:nth-of-type(12),
    .page-business-culture .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-20.55805vw, 37.197vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        -ms-transform: translate(-50%, -50%) translate(-20.55805vw, 37.197vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        transform: translate(-50%, -50%) translate(-20.55805vw, 37.197vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-marker:nth-of-type(12),
    .page-business-investment .circle-nav-marker:nth-of-type(12),
    .page-business-agro .circle-nav-marker:nth-of-type(12),
    .page-business-culture .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-18.86504vw, 34.13371vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-18.86504vw, 34.13371vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-18.86504vw, 34.13371vw) translate(-24.18594%, 43.76117%) translate(0, 0);
    }
    .page-business-development .circle-nav-item:nth-of-type(13),
    .page-business-investment .circle-nav-item:nth-of-type(13),
    .page-business-agro .circle-nav-item:nth-of-type(13),
    .page-business-culture .circle-nav-item:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(-14.03686vw, 40.11504vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        -ms-transform: translate(-50%, -50%) translate(-14.03686vw, 40.11504vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        transform: translate(-50%, -50%) translate(-14.03686vw, 40.11504vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(13) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-marker:nth-of-type(13),
    .page-business-investment .circle-nav-marker:nth-of-type(13),
    .page-business-agro .circle-nav-marker:nth-of-type(13),
    .page-business-culture .circle-nav-marker:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(-12.88088vw, 36.81145vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-12.88088vw, 36.81145vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-12.88088vw, 36.81145vw) translate(-16.51395%, 47.19417%) translate(0, 0);
    }
    .page-business-development .circle-nav-item:nth-of-type(14),
    .page-business-investment .circle-nav-item:nth-of-type(14),
    .page-business-agro .circle-nav-item:nth-of-type(14),
    .page-business-culture .circle-nav-item:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(-7.11901vw, 41.89952vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        -ms-transform: translate(-50%, -50%) translate(-7.11901vw, 41.89952vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        transform: translate(-50%, -50%) translate(-7.11901vw, 41.89952vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(14) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-marker:nth-of-type(14),
    .page-business-investment .circle-nav-marker:nth-of-type(14),
    .page-business-agro .circle-nav-marker:nth-of-type(14),
    .page-business-culture .circle-nav-marker:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(-6.53274vw, 38.44897vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-6.53274vw, 38.44897vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-6.53274vw, 38.44897vw) translate(-8.37531%, 49.29355%) translate(0, 0);
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) {
    .page-business-development article.text,
    .page-business-investment article.text,
    .page-business-agro article.text,
    .page-business-culture article.text {
        top: 25%;
        max-width: 50%;
    }
}

@media (max-width: 599px) {
    .page-business-development .circle-nav,
    .page-business-investment .circle-nav,
    .page-business-agro .circle-nav,
    .page-business-culture .circle-nav {
        z-index: 2;
        top: 0;
        left: 50%;
        margin-top: -140vw;
        margin-left: -90vw;
        width: 180vw;
        height: 180vw;
    }
    .page-business-development .circle-nav::after,
    .page-business-investment .circle-nav::after,
    .page-business-agro .circle-nav::after,
    .page-business-culture .circle-nav::after {
        display: none;
    }
    .page-business-development .circle-nav-item:nth-of-type(1),
    .page-business-investment .circle-nav-item:nth-of-type(1),
    .page-business-agro .circle-nav-item:nth-of-type(1),
    .page-business-culture .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        -ms-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide:nth-child(1),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide:nth-child(1),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide:nth-child(1),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide:nth-child(1) {
        z-index: 1;
        opacity: 1;
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide-img:nth-child(1) .img,
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide-img:nth-child(1) .img,
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide-img:nth-child(1) .img,
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide-img:nth-child(1) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        -ms-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        -ms-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        -ms-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        -ms-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
        -ms-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
        transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(1.11846rem, 0.99952rem);
        -ms-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(1.11846rem, 0.99952rem);
        transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(1.11846rem, 0.99952rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(1.27009rem, 0.79805rem);
        -ms-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(1.27009rem, 0.79805rem);
        transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(1.27009rem, 0.79805rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(1.38582rem, 0.57403rem);
        -ms-transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(1.38582rem, 0.57403rem);
        transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(1.38582rem, 0.57403rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(1.46239rem, 0.33378rem);
        -ms-transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(1.46239rem, 0.33378rem);
        transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(1.46239rem, 0.33378rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(1.49764rem, 0.08411rem);
        -ms-transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(1.49764rem, 0.08411rem);
        transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(1.49764rem, 0.08411rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(89.4341vw, -10.0768vw) translate(49.68561%, -5.59822%) translate(1.49057rem, -0.16795rem);
        -ms-transform: translate(-50%, -50%) translate(89.4341vw, -10.0768vw) translate(49.68561%, -5.59822%) translate(1.49057rem, -0.16795rem);
        transform: translate(-50%, -50%) translate(89.4341vw, -10.0768vw) translate(49.68561%, -5.59822%) translate(1.49057rem, -0.16795rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(86.48256vw, -24.9152vw) translate(48.04587%, -13.84178%) translate(1.44138rem, -0.41525rem);
        -ms-transform: translate(-50%, -50%) translate(86.48256vw, -24.9152vw) translate(48.04587%, -13.84178%) translate(1.44138rem, -0.41525rem);
        transform: translate(-50%, -50%) translate(86.48256vw, -24.9152vw) translate(48.04587%, -13.84178%) translate(1.44138rem, -0.41525rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(81.0872vw, -39.04954vw) translate(45.04844%, -21.69419%) translate(1.35145rem, -0.65083rem);
        -ms-transform: translate(-50%, -50%) translate(81.0872vw, -39.04954vw) translate(45.04844%, -21.69419%) translate(1.35145rem, -0.65083rem);
        transform: translate(-50%, -50%) translate(81.0872vw, -39.04954vw) translate(45.04844%, -21.69419%) translate(1.35145rem, -0.65083rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(13) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(73.40048vw, -52.08042vw) translate(40.77804%, -28.93356%) translate(1.22334rem, -0.86801rem);
        -ms-transform: translate(-50%, -50%) translate(73.40048vw, -52.08042vw) translate(40.77804%, -28.93356%) translate(1.22334rem, -0.86801rem);
        transform: translate(-50%, -50%) translate(73.40048vw, -52.08042vw) translate(40.77804%, -28.93356%) translate(1.22334rem, -0.86801rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(14) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
        transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(0, 0);
        transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(0, 0);
        transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(0, 0);
        transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(0, 0);
        transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(89.4341vw, -10.0768vw) translate(49.68561%, -5.59822%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(89.4341vw, -10.0768vw) translate(49.68561%, -5.59822%) translate(0, 0);
        transform: translate(-50%, -50%) translate(89.4341vw, -10.0768vw) translate(49.68561%, -5.59822%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(86.48256vw, -24.9152vw) translate(48.04587%, -13.84178%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(86.48256vw, -24.9152vw) translate(48.04587%, -13.84178%) translate(0, 0);
        transform: translate(-50%, -50%) translate(86.48256vw, -24.9152vw) translate(48.04587%, -13.84178%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(81.0872vw, -39.04954vw) translate(45.04844%, -21.69419%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(81.0872vw, -39.04954vw) translate(45.04844%, -21.69419%) translate(0, 0);
        transform: translate(-50%, -50%) translate(81.0872vw, -39.04954vw) translate(45.04844%, -21.69419%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(73.40048vw, -52.08042vw) translate(40.77804%, -28.93356%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(73.40048vw, -52.08042vw) translate(40.77804%, -28.93356%) translate(0, 0);
        transform: translate(-50%, -50%) translate(73.40048vw, -52.08042vw) translate(40.77804%, -28.93356%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav-item:nth-of-type(2),
    .page-business-investment .circle-nav-item:nth-of-type(2),
    .page-business-agro .circle-nav-item:nth-of-type(2),
    .page-business-culture .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        -ms-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide:nth-child(2),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide:nth-child(2),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide:nth-child(2),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide:nth-child(2) {
        z-index: 1;
        opacity: 1;
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide-img:nth-child(2) .img,
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide-img:nth-child(2) .img,
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide-img:nth-child(2) .img,
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide-img:nth-child(2) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        -ms-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        -ms-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        -ms-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        -ms-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        -ms-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
        -ms-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
        transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(1.11846rem, 0.99952rem);
        -ms-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(1.11846rem, 0.99952rem);
        transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(1.11846rem, 0.99952rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(1.27009rem, 0.79805rem);
        -ms-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(1.27009rem, 0.79805rem);
        transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(1.27009rem, 0.79805rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(1.38582rem, 0.57403rem);
        -ms-transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(1.38582rem, 0.57403rem);
        transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(1.38582rem, 0.57403rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(1.46239rem, 0.33378rem);
        -ms-transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(1.46239rem, 0.33378rem);
        transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(1.46239rem, 0.33378rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(1.49764rem, 0.08411rem);
        -ms-transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(1.49764rem, 0.08411rem);
        transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(1.49764rem, 0.08411rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(89.4341vw, -10.0768vw) translate(49.68561%, -5.59822%) translate(1.49057rem, -0.16795rem);
        -ms-transform: translate(-50%, -50%) translate(89.4341vw, -10.0768vw) translate(49.68561%, -5.59822%) translate(1.49057rem, -0.16795rem);
        transform: translate(-50%, -50%) translate(89.4341vw, -10.0768vw) translate(49.68561%, -5.59822%) translate(1.49057rem, -0.16795rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(86.48256vw, -24.9152vw) translate(48.04587%, -13.84178%) translate(1.44138rem, -0.41525rem);
        -ms-transform: translate(-50%, -50%) translate(86.48256vw, -24.9152vw) translate(48.04587%, -13.84178%) translate(1.44138rem, -0.41525rem);
        transform: translate(-50%, -50%) translate(86.48256vw, -24.9152vw) translate(48.04587%, -13.84178%) translate(1.44138rem, -0.41525rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(13) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(81.0872vw, -39.04954vw) translate(45.04844%, -21.69419%) translate(1.35145rem, -0.65083rem);
        -ms-transform: translate(-50%, -50%) translate(81.0872vw, -39.04954vw) translate(45.04844%, -21.69419%) translate(1.35145rem, -0.65083rem);
        transform: translate(-50%, -50%) translate(81.0872vw, -39.04954vw) translate(45.04844%, -21.69419%) translate(1.35145rem, -0.65083rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(14) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
        transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(0, 0);
        transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(0, 0);
        transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(0, 0);
        transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(0, 0);
        transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(89.4341vw, -10.0768vw) translate(49.68561%, -5.59822%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(89.4341vw, -10.0768vw) translate(49.68561%, -5.59822%) translate(0, 0);
        transform: translate(-50%, -50%) translate(89.4341vw, -10.0768vw) translate(49.68561%, -5.59822%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(86.48256vw, -24.9152vw) translate(48.04587%, -13.84178%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(86.48256vw, -24.9152vw) translate(48.04587%, -13.84178%) translate(0, 0);
        transform: translate(-50%, -50%) translate(86.48256vw, -24.9152vw) translate(48.04587%, -13.84178%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(81.0872vw, -39.04954vw) translate(45.04844%, -21.69419%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(81.0872vw, -39.04954vw) translate(45.04844%, -21.69419%) translate(0, 0);
        transform: translate(-50%, -50%) translate(81.0872vw, -39.04954vw) translate(45.04844%, -21.69419%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav-item:nth-of-type(3),
    .page-business-investment .circle-nav-item:nth-of-type(3),
    .page-business-agro .circle-nav-item:nth-of-type(3),
    .page-business-culture .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        -ms-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide:nth-child(3),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide:nth-child(3),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide:nth-child(3),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide:nth-child(3) {
        z-index: 1;
        opacity: 1;
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide-img:nth-child(3) .img,
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide-img:nth-child(3) .img,
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide-img:nth-child(3) .img,
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide-img:nth-child(3) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        -ms-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        -ms-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        -ms-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        -ms-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        -ms-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        -ms-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
        -ms-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
        transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(1.11846rem, 0.99952rem);
        -ms-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(1.11846rem, 0.99952rem);
        transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(1.11846rem, 0.99952rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(1.27009rem, 0.79805rem);
        -ms-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(1.27009rem, 0.79805rem);
        transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(1.27009rem, 0.79805rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(1.38582rem, 0.57403rem);
        -ms-transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(1.38582rem, 0.57403rem);
        transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(1.38582rem, 0.57403rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(1.46239rem, 0.33378rem);
        -ms-transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(1.46239rem, 0.33378rem);
        transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(1.46239rem, 0.33378rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(1.49764rem, 0.08411rem);
        -ms-transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(1.49764rem, 0.08411rem);
        transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(1.49764rem, 0.08411rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(89.4341vw, -10.0768vw) translate(49.68561%, -5.59822%) translate(1.49057rem, -0.16795rem);
        -ms-transform: translate(-50%, -50%) translate(89.4341vw, -10.0768vw) translate(49.68561%, -5.59822%) translate(1.49057rem, -0.16795rem);
        transform: translate(-50%, -50%) translate(89.4341vw, -10.0768vw) translate(49.68561%, -5.59822%) translate(1.49057rem, -0.16795rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(13) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(86.48256vw, -24.9152vw) translate(48.04587%, -13.84178%) translate(1.44138rem, -0.41525rem);
        -ms-transform: translate(-50%, -50%) translate(86.48256vw, -24.9152vw) translate(48.04587%, -13.84178%) translate(1.44138rem, -0.41525rem);
        transform: translate(-50%, -50%) translate(86.48256vw, -24.9152vw) translate(48.04587%, -13.84178%) translate(1.44138rem, -0.41525rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(14) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
        transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(0, 0);
        transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(0, 0);
        transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(0, 0);
        transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(0, 0);
        transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(89.4341vw, -10.0768vw) translate(49.68561%, -5.59822%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(89.4341vw, -10.0768vw) translate(49.68561%, -5.59822%) translate(0, 0);
        transform: translate(-50%, -50%) translate(89.4341vw, -10.0768vw) translate(49.68561%, -5.59822%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(86.48256vw, -24.9152vw) translate(48.04587%, -13.84178%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(86.48256vw, -24.9152vw) translate(48.04587%, -13.84178%) translate(0, 0);
        transform: translate(-50%, -50%) translate(86.48256vw, -24.9152vw) translate(48.04587%, -13.84178%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav-item:nth-of-type(4),
    .page-business-investment .circle-nav-item:nth-of-type(4),
    .page-business-agro .circle-nav-item:nth-of-type(4),
    .page-business-culture .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        -ms-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide:nth-child(4),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide:nth-child(4),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide:nth-child(4),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide:nth-child(4) {
        z-index: 1;
        opacity: 1;
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide-img:nth-child(4) .img,
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide-img:nth-child(4) .img,
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide-img:nth-child(4) .img,
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide-img:nth-child(4) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        -ms-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        -ms-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        -ms-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        -ms-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        bottom: 5px;
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        -ms-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        -ms-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        -ms-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
        -ms-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
        transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(1.11846rem, 0.99952rem);
        -ms-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(1.11846rem, 0.99952rem);
        transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(1.11846rem, 0.99952rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(1.27009rem, 0.79805rem);
        -ms-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(1.27009rem, 0.79805rem);
        transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(1.27009rem, 0.79805rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(1.38582rem, 0.57403rem);
        -ms-transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(1.38582rem, 0.57403rem);
        transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(1.38582rem, 0.57403rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(1.46239rem, 0.33378rem);
        -ms-transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(1.46239rem, 0.33378rem);
        transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(1.46239rem, 0.33378rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(1.49764rem, 0.08411rem);
        -ms-transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(1.49764rem, 0.08411rem);
        transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(1.49764rem, 0.08411rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(13) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(89.4341vw, -10.0768vw) translate(49.68561%, -5.59822%) translate(1.49057rem, -0.16795rem);
        -ms-transform: translate(-50%, -50%) translate(89.4341vw, -10.0768vw) translate(49.68561%, -5.59822%) translate(1.49057rem, -0.16795rem);
        transform: translate(-50%, -50%) translate(89.4341vw, -10.0768vw) translate(49.68561%, -5.59822%) translate(1.49057rem, -0.16795rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(14) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
        transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(0, 0);
        transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(0, 0);
        transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(0, 0);
        transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(0, 0);
        transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(89.4341vw, -10.0768vw) translate(49.68561%, -5.59822%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(89.4341vw, -10.0768vw) translate(49.68561%, -5.59822%) translate(0, 0);
        transform: translate(-50%, -50%) translate(89.4341vw, -10.0768vw) translate(49.68561%, -5.59822%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav-item:nth-of-type(5),
    .page-business-investment .circle-nav-item:nth-of-type(5),
    .page-business-agro .circle-nav-item:nth-of-type(5),
    .page-business-culture .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
        -ms-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
        transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-slides .circle-nav-slide:nth-child(5),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-slides .circle-nav-slide:nth-child(5),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-slides .circle-nav-slide:nth-child(5),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-slides .circle-nav-slide:nth-child(5) {
        z-index: 1;
        opacity: 1;
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-slides .circle-nav-slide-img:nth-child(5) .img,
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-slides .circle-nav-slide-img:nth-child(5) .img,
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-slides .circle-nav-slide-img:nth-child(5) .img,
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-slides .circle-nav-slide-img:nth-child(5) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
        -ms-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
        transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        -ms-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        -ms-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        -ms-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        -ms-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        bottom: 5px;
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        -ms-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        -ms-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        -ms-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
        -ms-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
        transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(1.11846rem, 0.99952rem);
        -ms-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(1.11846rem, 0.99952rem);
        transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(1.11846rem, 0.99952rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(1.27009rem, 0.79805rem);
        -ms-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(1.27009rem, 0.79805rem);
        transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(1.27009rem, 0.79805rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(1.38582rem, 0.57403rem);
        -ms-transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(1.38582rem, 0.57403rem);
        transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(1.38582rem, 0.57403rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(1.46239rem, 0.33378rem);
        -ms-transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(1.46239rem, 0.33378rem);
        transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(1.46239rem, 0.33378rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(13) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(1.49764rem, 0.08411rem);
        -ms-transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(1.49764rem, 0.08411rem);
        transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(1.49764rem, 0.08411rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(14) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
        transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(0, 0);
        transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(0, 0);
        transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(0, 0);
        transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(0, 0);
        transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav-item:nth-of-type(6),
    .page-business-investment .circle-nav-item:nth-of-type(6),
    .page-business-agro .circle-nav-item:nth-of-type(6),
    .page-business-culture .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(1.11846rem, 0.99952rem);
        -ms-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(1.11846rem, 0.99952rem);
        transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(1.11846rem, 0.99952rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-slides .circle-nav-slide:nth-child(6),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-slides .circle-nav-slide:nth-child(6),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-slides .circle-nav-slide:nth-child(6),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-slides .circle-nav-slide:nth-child(6) {
        z-index: 1;
        opacity: 1;
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-slides .circle-nav-slide-img:nth-child(6) .img,
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-slides .circle-nav-slide-img:nth-child(6) .img,
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-slides .circle-nav-slide-img:nth-child(6) .img,
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-slides .circle-nav-slide-img:nth-child(6) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(-1.11846rem, 0.99952rem);
        -ms-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(-1.11846rem, 0.99952rem);
        transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(-1.11846rem, 0.99952rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
        -ms-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
        transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        -ms-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        -ms-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        -ms-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        -ms-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        bottom: 5px;
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        -ms-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        -ms-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        -ms-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
        -ms-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
        transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(1.11846rem, 0.99952rem);
        -ms-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(1.11846rem, 0.99952rem);
        transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(1.11846rem, 0.99952rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(1.27009rem, 0.79805rem);
        -ms-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(1.27009rem, 0.79805rem);
        transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(1.27009rem, 0.79805rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(1.38582rem, 0.57403rem);
        -ms-transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(1.38582rem, 0.57403rem);
        transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(1.38582rem, 0.57403rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(13) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(1.46239rem, 0.33378rem);
        -ms-transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(1.46239rem, 0.33378rem);
        transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(1.46239rem, 0.33378rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(14) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
        transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(0, 0);
        transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(0, 0);
        transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(0, 0);
        transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav-item:nth-of-type(7),
    .page-business-investment .circle-nav-item:nth-of-type(7),
    .page-business-agro .circle-nav-item:nth-of-type(7),
    .page-business-culture .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(1.27009rem, 0.79805rem);
        -ms-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(1.27009rem, 0.79805rem);
        transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(1.27009rem, 0.79805rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-slides .circle-nav-slide:nth-child(7),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-slides .circle-nav-slide:nth-child(7),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-slides .circle-nav-slide:nth-child(7),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-slides .circle-nav-slide:nth-child(7) {
        z-index: 1;
        opacity: 1;
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-slides .circle-nav-slide-img:nth-child(7) .img,
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-slides .circle-nav-slide-img:nth-child(7) .img,
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-slides .circle-nav-slide-img:nth-child(7) .img,
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-slides .circle-nav-slide-img:nth-child(7) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(-1.27009rem, 0.79805rem);
        -ms-transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(-1.27009rem, 0.79805rem);
        transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(-1.27009rem, 0.79805rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(-1.11846rem, 0.99952rem);
        -ms-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(-1.11846rem, 0.99952rem);
        transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(-1.11846rem, 0.99952rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
        -ms-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
        transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        -ms-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        -ms-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        -ms-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        -ms-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        bottom: 5px;
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        -ms-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        -ms-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        -ms-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
        -ms-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
        transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(1.11846rem, 0.99952rem);
        -ms-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(1.11846rem, 0.99952rem);
        transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(1.11846rem, 0.99952rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(1.27009rem, 0.79805rem);
        -ms-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(1.27009rem, 0.79805rem);
        transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(1.27009rem, 0.79805rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(13) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(1.38582rem, 0.57403rem);
        -ms-transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(1.38582rem, 0.57403rem);
        transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(1.38582rem, 0.57403rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-item:nth-of-type(14) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
        transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(0, 0);
        transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(0, 0);
        transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav-item:nth-of-type(8),
    .page-business-investment .circle-nav-item:nth-of-type(8),
    .page-business-agro .circle-nav-item:nth-of-type(8),
    .page-business-culture .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(1.38582rem, 0.57403rem);
        -ms-transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(1.38582rem, 0.57403rem);
        transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(1.38582rem, 0.57403rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-slides .circle-nav-slide:nth-child(8),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-slides .circle-nav-slide:nth-child(8),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-slides .circle-nav-slide:nth-child(8),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-slides .circle-nav-slide:nth-child(8) {
        z-index: 1;
        opacity: 1;
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-slides .circle-nav-slide-img:nth-child(8) .img,
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-slides .circle-nav-slide-img:nth-child(8) .img,
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-slides .circle-nav-slide-img:nth-child(8) .img,
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-slides .circle-nav-slide-img:nth-child(8) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(-1.38582rem, 0.57403rem);
        -ms-transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(-1.38582rem, 0.57403rem);
        transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(-1.38582rem, 0.57403rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(-1.27009rem, 0.79805rem);
        -ms-transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(-1.27009rem, 0.79805rem);
        transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(-1.27009rem, 0.79805rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(-1.11846rem, 0.99952rem);
        -ms-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(-1.11846rem, 0.99952rem);
        transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(-1.11846rem, 0.99952rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
        -ms-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
        transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        -ms-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        -ms-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        -ms-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        -ms-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        bottom: 5px;
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        -ms-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        -ms-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        -ms-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
        -ms-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
        transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(1.11846rem, 0.99952rem);
        -ms-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(1.11846rem, 0.99952rem);
        transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(1.11846rem, 0.99952rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(13) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(1.27009rem, 0.79805rem);
        -ms-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(1.27009rem, 0.79805rem);
        transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(1.27009rem, 0.79805rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-item:nth-of-type(14) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
        transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(0, 0);
        transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="7"] .circle-nav-marker:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(0, 0);
        transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav-item:nth-of-type(9),
    .page-business-investment .circle-nav-item:nth-of-type(9),
    .page-business-agro .circle-nav-item:nth-of-type(9),
    .page-business-culture .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(1.46239rem, 0.33378rem);
        -ms-transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(1.46239rem, 0.33378rem);
        transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(1.46239rem, 0.33378rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-slides .circle-nav-slide:nth-child(9),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-slides .circle-nav-slide:nth-child(9),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-slides .circle-nav-slide:nth-child(9),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-slides .circle-nav-slide:nth-child(9) {
        z-index: 1;
        opacity: 1;
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-slides .circle-nav-slide-img:nth-child(9) .img,
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-slides .circle-nav-slide-img:nth-child(9) .img,
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-slides .circle-nav-slide-img:nth-child(9) .img,
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-slides .circle-nav-slide-img:nth-child(9) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(-1.46239rem, 0.33378rem);
        -ms-transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(-1.46239rem, 0.33378rem);
        transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(-1.46239rem, 0.33378rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(-1.38582rem, 0.57403rem);
        -ms-transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(-1.38582rem, 0.57403rem);
        transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(-1.38582rem, 0.57403rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(-1.27009rem, 0.79805rem);
        -ms-transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(-1.27009rem, 0.79805rem);
        transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(-1.27009rem, 0.79805rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(-1.11846rem, 0.99952rem);
        -ms-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(-1.11846rem, 0.99952rem);
        transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(-1.11846rem, 0.99952rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
        -ms-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
        transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        -ms-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        -ms-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        -ms-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        -ms-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        bottom: 5px;
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        -ms-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        -ms-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        -ms-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
        -ms-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
        transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(13) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(1.11846rem, 0.99952rem);
        -ms-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(1.11846rem, 0.99952rem);
        transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(1.11846rem, 0.99952rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-item:nth-of-type(14) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
        transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="8"] .circle-nav-marker:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(0, 0);
        transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav-item:nth-of-type(10),
    .page-business-investment .circle-nav-item:nth-of-type(10),
    .page-business-agro .circle-nav-item:nth-of-type(10),
    .page-business-culture .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(1.49764rem, 0.08411rem);
        -ms-transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(1.49764rem, 0.08411rem);
        transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(1.49764rem, 0.08411rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-slides .circle-nav-slide:nth-child(10),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-slides .circle-nav-slide:nth-child(10),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-slides .circle-nav-slide:nth-child(10),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-slides .circle-nav-slide:nth-child(10) {
        z-index: 1;
        opacity: 1;
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-slides .circle-nav-slide-img:nth-child(10) .img,
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-slides .circle-nav-slide-img:nth-child(10) .img,
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-slides .circle-nav-slide-img:nth-child(10) .img,
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-slides .circle-nav-slide-img:nth-child(10) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-89.85841vw, 5.04634vw) translate(-49.92134%, 2.80352%) translate(-1.49764rem, 0.08411rem);
        -ms-transform: translate(-50%, -50%) translate(-89.85841vw, 5.04634vw) translate(-49.92134%, 2.80352%) translate(-1.49764rem, 0.08411rem);
        transform: translate(-50%, -50%) translate(-89.85841vw, 5.04634vw) translate(-49.92134%, 2.80352%) translate(-1.49764rem, 0.08411rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(-1.46239rem, 0.33378rem);
        -ms-transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(-1.46239rem, 0.33378rem);
        transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(-1.46239rem, 0.33378rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(-1.38582rem, 0.57403rem);
        -ms-transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(-1.38582rem, 0.57403rem);
        transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(-1.38582rem, 0.57403rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(-1.27009rem, 0.79805rem);
        -ms-transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(-1.27009rem, 0.79805rem);
        transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(-1.27009rem, 0.79805rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(-1.11846rem, 0.99952rem);
        -ms-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(-1.11846rem, 0.99952rem);
        transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(-1.11846rem, 0.99952rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
        -ms-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
        transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        -ms-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        -ms-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        -ms-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        -ms-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        bottom: 5px;
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        -ms-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        -ms-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        -ms-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(13) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
        -ms-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
        transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0.93523rem, 1.17275rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-item:nth-of-type(14) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-89.85841vw, 5.04634vw) translate(-49.92134%, 2.80352%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-89.85841vw, 5.04634vw) translate(-49.92134%, 2.80352%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-89.85841vw, 5.04634vw) translate(-49.92134%, 2.80352%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="9"] .circle-nav-marker:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
        transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav-item:nth-of-type(11),
    .page-business-investment .circle-nav-item:nth-of-type(11),
    .page-business-agro .circle-nav-item:nth-of-type(11),
    .page-business-culture .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(89.4341vw, -10.0768vw) translate(49.68561%, -5.59822%) translate(1.49057rem, -0.16795rem);
        -ms-transform: translate(-50%, -50%) translate(89.4341vw, -10.0768vw) translate(49.68561%, -5.59822%) translate(1.49057rem, -0.16795rem);
        transform: translate(-50%, -50%) translate(89.4341vw, -10.0768vw) translate(49.68561%, -5.59822%) translate(1.49057rem, -0.16795rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-slides .circle-nav-slide:nth-child(11),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-slides .circle-nav-slide:nth-child(11),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-slides .circle-nav-slide:nth-child(11),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-slides .circle-nav-slide:nth-child(11) {
        z-index: 1;
        opacity: 1;
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-slides .circle-nav-slide-img:nth-child(11) .img,
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-slides .circle-nav-slide-img:nth-child(11) .img,
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-slides .circle-nav-slide-img:nth-child(11) .img,
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-slides .circle-nav-slide-img:nth-child(11) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-89.4341vw, -10.0768vw) translate(-49.68561%, -5.59822%) translate(-1.49057rem, -0.16795rem);
        -ms-transform: translate(-50%, -50%) translate(-89.4341vw, -10.0768vw) translate(-49.68561%, -5.59822%) translate(-1.49057rem, -0.16795rem);
        transform: translate(-50%, -50%) translate(-89.4341vw, -10.0768vw) translate(-49.68561%, -5.59822%) translate(-1.49057rem, -0.16795rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-89.85841vw, 5.04634vw) translate(-49.92134%, 2.80352%) translate(-1.49764rem, 0.08411rem);
        -ms-transform: translate(-50%, -50%) translate(-89.85841vw, 5.04634vw) translate(-49.92134%, 2.80352%) translate(-1.49764rem, 0.08411rem);
        transform: translate(-50%, -50%) translate(-89.85841vw, 5.04634vw) translate(-49.92134%, 2.80352%) translate(-1.49764rem, 0.08411rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(-1.46239rem, 0.33378rem);
        -ms-transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(-1.46239rem, 0.33378rem);
        transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(-1.46239rem, 0.33378rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(-1.38582rem, 0.57403rem);
        -ms-transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(-1.38582rem, 0.57403rem);
        transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(-1.38582rem, 0.57403rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(-1.27009rem, 0.79805rem);
        -ms-transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(-1.27009rem, 0.79805rem);
        transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(-1.27009rem, 0.79805rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(-1.11846rem, 0.99952rem);
        -ms-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(-1.11846rem, 0.99952rem);
        transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(-1.11846rem, 0.99952rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
        -ms-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
        transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        -ms-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        -ms-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        -ms-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        -ms-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        bottom: 5px;
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        -ms-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        -ms-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(13) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        -ms-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0.72558rem, 1.31284rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-item:nth-of-type(14) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-89.4341vw, -10.0768vw) translate(-49.68561%, -5.59822%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-89.4341vw, -10.0768vw) translate(-49.68561%, -5.59822%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-89.4341vw, -10.0768vw) translate(-49.68561%, -5.59822%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-89.85841vw, 5.04634vw) translate(-49.92134%, 2.80352%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-89.85841vw, 5.04634vw) translate(-49.92134%, 2.80352%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-89.85841vw, 5.04634vw) translate(-49.92134%, 2.80352%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="10"] .circle-nav-marker:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav-item:nth-of-type(12),
    .page-business-investment .circle-nav-item:nth-of-type(12),
    .page-business-agro .circle-nav-item:nth-of-type(12),
    .page-business-culture .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(86.48256vw, -24.9152vw) translate(48.04587%, -13.84178%) translate(1.44138rem, -0.41525rem);
        -ms-transform: translate(-50%, -50%) translate(86.48256vw, -24.9152vw) translate(48.04587%, -13.84178%) translate(1.44138rem, -0.41525rem);
        transform: translate(-50%, -50%) translate(86.48256vw, -24.9152vw) translate(48.04587%, -13.84178%) translate(1.44138rem, -0.41525rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-slides .circle-nav-slide:nth-child(12),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-slides .circle-nav-slide:nth-child(12),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-slides .circle-nav-slide:nth-child(12),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-slides .circle-nav-slide:nth-child(12) {
        z-index: 1;
        opacity: 1;
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-slides .circle-nav-slide-img:nth-child(12) .img,
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-slides .circle-nav-slide-img:nth-child(12) .img,
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-slides .circle-nav-slide-img:nth-child(12) .img,
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-slides .circle-nav-slide-img:nth-child(12) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-86.48256vw, -24.9152vw) translate(-48.04587%, -13.84178%) translate(-1.44138rem, -0.41525rem);
        -ms-transform: translate(-50%, -50%) translate(-86.48256vw, -24.9152vw) translate(-48.04587%, -13.84178%) translate(-1.44138rem, -0.41525rem);
        transform: translate(-50%, -50%) translate(-86.48256vw, -24.9152vw) translate(-48.04587%, -13.84178%) translate(-1.44138rem, -0.41525rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-89.4341vw, -10.0768vw) translate(-49.68561%, -5.59822%) translate(-1.49057rem, -0.16795rem);
        -ms-transform: translate(-50%, -50%) translate(-89.4341vw, -10.0768vw) translate(-49.68561%, -5.59822%) translate(-1.49057rem, -0.16795rem);
        transform: translate(-50%, -50%) translate(-89.4341vw, -10.0768vw) translate(-49.68561%, -5.59822%) translate(-1.49057rem, -0.16795rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-89.85841vw, 5.04634vw) translate(-49.92134%, 2.80352%) translate(-1.49764rem, 0.08411rem);
        -ms-transform: translate(-50%, -50%) translate(-89.85841vw, 5.04634vw) translate(-49.92134%, 2.80352%) translate(-1.49764rem, 0.08411rem);
        transform: translate(-50%, -50%) translate(-89.85841vw, 5.04634vw) translate(-49.92134%, 2.80352%) translate(-1.49764rem, 0.08411rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(-1.46239rem, 0.33378rem);
        -ms-transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(-1.46239rem, 0.33378rem);
        transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(-1.46239rem, 0.33378rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(-1.38582rem, 0.57403rem);
        -ms-transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(-1.38582rem, 0.57403rem);
        transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(-1.38582rem, 0.57403rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(-1.27009rem, 0.79805rem);
        -ms-transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(-1.27009rem, 0.79805rem);
        transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(-1.27009rem, 0.79805rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(-1.11846rem, 0.99952rem);
        -ms-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(-1.11846rem, 0.99952rem);
        transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(-1.11846rem, 0.99952rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
        -ms-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
        transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        -ms-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        -ms-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        -ms-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        -ms-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        bottom: 5px;
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        -ms-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(13) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        -ms-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0.49542rem, 1.41582rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-item:nth-of-type(14) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-86.48256vw, -24.9152vw) translate(-48.04587%, -13.84178%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-86.48256vw, -24.9152vw) translate(-48.04587%, -13.84178%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-86.48256vw, -24.9152vw) translate(-48.04587%, -13.84178%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-89.4341vw, -10.0768vw) translate(-49.68561%, -5.59822%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-89.4341vw, -10.0768vw) translate(-49.68561%, -5.59822%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-89.4341vw, -10.0768vw) translate(-49.68561%, -5.59822%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-89.85841vw, 5.04634vw) translate(-49.92134%, 2.80352%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-89.85841vw, 5.04634vw) translate(-49.92134%, 2.80352%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-89.85841vw, 5.04634vw) translate(-49.92134%, 2.80352%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="11"] .circle-nav-marker:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav-item:nth-of-type(13),
    .page-business-investment .circle-nav-item:nth-of-type(13),
    .page-business-agro .circle-nav-item:nth-of-type(13),
    .page-business-culture .circle-nav-item:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(81.0872vw, -39.04954vw) translate(45.04844%, -21.69419%) translate(1.35145rem, -0.65083rem);
        -ms-transform: translate(-50%, -50%) translate(81.0872vw, -39.04954vw) translate(45.04844%, -21.69419%) translate(1.35145rem, -0.65083rem);
        transform: translate(-50%, -50%) translate(81.0872vw, -39.04954vw) translate(45.04844%, -21.69419%) translate(1.35145rem, -0.65083rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(13) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-slides .circle-nav-slide:nth-child(13),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-slides .circle-nav-slide:nth-child(13),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-slides .circle-nav-slide:nth-child(13),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-slides .circle-nav-slide:nth-child(13) {
        z-index: 1;
        opacity: 1;
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-slides .circle-nav-slide-img:nth-child(13) .img,
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-slides .circle-nav-slide-img:nth-child(13) .img,
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-slides .circle-nav-slide-img:nth-child(13) .img,
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-slides .circle-nav-slide-img:nth-child(13) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-81.0872vw, -39.04954vw) translate(-45.04844%, -21.69419%) translate(-1.35145rem, -0.65083rem);
        -ms-transform: translate(-50%, -50%) translate(-81.0872vw, -39.04954vw) translate(-45.04844%, -21.69419%) translate(-1.35145rem, -0.65083rem);
        transform: translate(-50%, -50%) translate(-81.0872vw, -39.04954vw) translate(-45.04844%, -21.69419%) translate(-1.35145rem, -0.65083rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-86.48256vw, -24.9152vw) translate(-48.04587%, -13.84178%) translate(-1.44138rem, -0.41525rem);
        -ms-transform: translate(-50%, -50%) translate(-86.48256vw, -24.9152vw) translate(-48.04587%, -13.84178%) translate(-1.44138rem, -0.41525rem);
        transform: translate(-50%, -50%) translate(-86.48256vw, -24.9152vw) translate(-48.04587%, -13.84178%) translate(-1.44138rem, -0.41525rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-89.4341vw, -10.0768vw) translate(-49.68561%, -5.59822%) translate(-1.49057rem, -0.16795rem);
        -ms-transform: translate(-50%, -50%) translate(-89.4341vw, -10.0768vw) translate(-49.68561%, -5.59822%) translate(-1.49057rem, -0.16795rem);
        transform: translate(-50%, -50%) translate(-89.4341vw, -10.0768vw) translate(-49.68561%, -5.59822%) translate(-1.49057rem, -0.16795rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-89.85841vw, 5.04634vw) translate(-49.92134%, 2.80352%) translate(-1.49764rem, 0.08411rem);
        -ms-transform: translate(-50%, -50%) translate(-89.85841vw, 5.04634vw) translate(-49.92134%, 2.80352%) translate(-1.49764rem, 0.08411rem);
        transform: translate(-50%, -50%) translate(-89.85841vw, 5.04634vw) translate(-49.92134%, 2.80352%) translate(-1.49764rem, 0.08411rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(-1.46239rem, 0.33378rem);
        -ms-transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(-1.46239rem, 0.33378rem);
        transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(-1.46239rem, 0.33378rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(-1.38582rem, 0.57403rem);
        -ms-transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(-1.38582rem, 0.57403rem);
        transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(-1.38582rem, 0.57403rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(-1.27009rem, 0.79805rem);
        -ms-transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(-1.27009rem, 0.79805rem);
        transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(-1.27009rem, 0.79805rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(-1.11846rem, 0.99952rem);
        -ms-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(-1.11846rem, 0.99952rem);
        transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(-1.11846rem, 0.99952rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
        -ms-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
        transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        -ms-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        -ms-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        -ms-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        -ms-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(13) .circle-nav-sub {
        bottom: 5px;
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        -ms-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0.25126rem, 1.47881rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-item:nth-of-type(14) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-81.0872vw, -39.04954vw) translate(-45.04844%, -21.69419%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-81.0872vw, -39.04954vw) translate(-45.04844%, -21.69419%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-81.0872vw, -39.04954vw) translate(-45.04844%, -21.69419%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-86.48256vw, -24.9152vw) translate(-48.04587%, -13.84178%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-86.48256vw, -24.9152vw) translate(-48.04587%, -13.84178%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-86.48256vw, -24.9152vw) translate(-48.04587%, -13.84178%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-89.4341vw, -10.0768vw) translate(-49.68561%, -5.59822%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-89.4341vw, -10.0768vw) translate(-49.68561%, -5.59822%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-89.4341vw, -10.0768vw) translate(-49.68561%, -5.59822%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-89.85841vw, 5.04634vw) translate(-49.92134%, 2.80352%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-89.85841vw, 5.04634vw) translate(-49.92134%, 2.80352%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-89.85841vw, 5.04634vw) translate(-49.92134%, 2.80352%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="12"] .circle-nav-marker:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav-item:nth-of-type(14),
    .page-business-investment .circle-nav-item:nth-of-type(14),
    .page-business-agro .circle-nav-item:nth-of-type(14),
    .page-business-culture .circle-nav-item:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(73.40048vw, -52.08042vw) translate(40.77804%, -28.93356%) translate(1.22334rem, -0.86801rem);
        -ms-transform: translate(-50%, -50%) translate(73.40048vw, -52.08042vw) translate(40.77804%, -28.93356%) translate(1.22334rem, -0.86801rem);
        transform: translate(-50%, -50%) translate(73.40048vw, -52.08042vw) translate(40.77804%, -28.93356%) translate(1.22334rem, -0.86801rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(14) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-slides .circle-nav-slide:nth-child(14),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-slides .circle-nav-slide:nth-child(14),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-slides .circle-nav-slide:nth-child(14),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-slides .circle-nav-slide:nth-child(14) {
        z-index: 1;
        opacity: 1;
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-slides .circle-nav-slide-img:nth-child(14) .img,
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-slides .circle-nav-slide-img:nth-child(14) .img,
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-slides .circle-nav-slide-img:nth-child(14) .img,
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-slides .circle-nav-slide-img:nth-child(14) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-73.40048vw, -52.08042vw) translate(-40.77804%, -28.93356%) translate(-1.22334rem, -0.86801rem);
        -ms-transform: translate(-50%, -50%) translate(-73.40048vw, -52.08042vw) translate(-40.77804%, -28.93356%) translate(-1.22334rem, -0.86801rem);
        transform: translate(-50%, -50%) translate(-73.40048vw, -52.08042vw) translate(-40.77804%, -28.93356%) translate(-1.22334rem, -0.86801rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-81.0872vw, -39.04954vw) translate(-45.04844%, -21.69419%) translate(-1.35145rem, -0.65083rem);
        -ms-transform: translate(-50%, -50%) translate(-81.0872vw, -39.04954vw) translate(-45.04844%, -21.69419%) translate(-1.35145rem, -0.65083rem);
        transform: translate(-50%, -50%) translate(-81.0872vw, -39.04954vw) translate(-45.04844%, -21.69419%) translate(-1.35145rem, -0.65083rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-86.48256vw, -24.9152vw) translate(-48.04587%, -13.84178%) translate(-1.44138rem, -0.41525rem);
        -ms-transform: translate(-50%, -50%) translate(-86.48256vw, -24.9152vw) translate(-48.04587%, -13.84178%) translate(-1.44138rem, -0.41525rem);
        transform: translate(-50%, -50%) translate(-86.48256vw, -24.9152vw) translate(-48.04587%, -13.84178%) translate(-1.44138rem, -0.41525rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-89.4341vw, -10.0768vw) translate(-49.68561%, -5.59822%) translate(-1.49057rem, -0.16795rem);
        -ms-transform: translate(-50%, -50%) translate(-89.4341vw, -10.0768vw) translate(-49.68561%, -5.59822%) translate(-1.49057rem, -0.16795rem);
        transform: translate(-50%, -50%) translate(-89.4341vw, -10.0768vw) translate(-49.68561%, -5.59822%) translate(-1.49057rem, -0.16795rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-89.85841vw, 5.04634vw) translate(-49.92134%, 2.80352%) translate(-1.49764rem, 0.08411rem);
        -ms-transform: translate(-50%, -50%) translate(-89.85841vw, 5.04634vw) translate(-49.92134%, 2.80352%) translate(-1.49764rem, 0.08411rem);
        transform: translate(-50%, -50%) translate(-89.85841vw, 5.04634vw) translate(-49.92134%, 2.80352%) translate(-1.49764rem, 0.08411rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(-1.46239rem, 0.33378rem);
        -ms-transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(-1.46239rem, 0.33378rem);
        transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(-1.46239rem, 0.33378rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(-1.38582rem, 0.57403rem);
        -ms-transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(-1.38582rem, 0.57403rem);
        transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(-1.38582rem, 0.57403rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(-1.27009rem, 0.79805rem);
        -ms-transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(-1.27009rem, 0.79805rem);
        transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(-1.27009rem, 0.79805rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(-1.11846rem, 0.99952rem);
        -ms-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(-1.11846rem, 0.99952rem);
        transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(-1.11846rem, 0.99952rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
        -ms-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
        transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(-0.93523rem, 1.17275rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        -ms-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(-0.72558rem, 1.31284rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        -ms-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(-0.49542rem, 1.41582rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        -ms-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(-0.25126rem, 1.47881rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(13) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        -ms-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0rem, 1.5rem);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-item:nth-of-type(14) .circle-nav-sub {
        bottom: 5px;
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(1),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(1),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(1),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-73.40048vw, -52.08042vw) translate(-40.77804%, -28.93356%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-73.40048vw, -52.08042vw) translate(-40.77804%, -28.93356%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-73.40048vw, -52.08042vw) translate(-40.77804%, -28.93356%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(2),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(2),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(2),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-81.0872vw, -39.04954vw) translate(-45.04844%, -21.69419%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-81.0872vw, -39.04954vw) translate(-45.04844%, -21.69419%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-81.0872vw, -39.04954vw) translate(-45.04844%, -21.69419%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(3),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(3),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(3),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-86.48256vw, -24.9152vw) translate(-48.04587%, -13.84178%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-86.48256vw, -24.9152vw) translate(-48.04587%, -13.84178%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-86.48256vw, -24.9152vw) translate(-48.04587%, -13.84178%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(4),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(4),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(4),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-89.4341vw, -10.0768vw) translate(-49.68561%, -5.59822%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-89.4341vw, -10.0768vw) translate(-49.68561%, -5.59822%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-89.4341vw, -10.0768vw) translate(-49.68561%, -5.59822%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(5),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(5),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(5),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-89.85841vw, 5.04634vw) translate(-49.92134%, 2.80352%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-89.85841vw, 5.04634vw) translate(-49.92134%, 2.80352%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-89.85841vw, 5.04634vw) translate(-49.92134%, 2.80352%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(6),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(6),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(6),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-87.74351vw, 20.02688vw) translate(-48.7464%, 11.12605%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(7),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(7),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(7),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-83.14916vw, 34.44151vw) translate(-46.19398%, 19.13417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(8),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(8),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(8),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-76.20518vw, 47.88289vw) translate(-42.33621%, 26.6016%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(9),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(9),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(9),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-67.10779vw, 59.97119vw) translate(-37.28211%, 33.31733%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(10),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(10),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(10),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-56.11408vw, 70.36483vw) translate(-31.17449%, 39.09157%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(11),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(11),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(11),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-43.5347vw, 78.77011vw) translate(-24.18594%, 43.76117%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(12),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(12),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(12),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-29.72512vw, 84.9495vw) translate(-16.51395%, 47.19417%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(13),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(13),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(13),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-15.07556vw, 88.72839vw) translate(-8.37531%, 49.29355%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(14),
    .page-business-investment .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(14),
    .page-business-agro .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(14),
    .page-business-culture .circle-nav[data-active="13"] .circle-nav-marker:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
        transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .page-business-development .circle-nav-marker:nth-of-type(1),
    .page-business-investment .circle-nav-marker:nth-of-type(1),
    .page-business-agro .circle-nav-marker:nth-of-type(1),
    .page-business-culture .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
        transform: translate(-50%, -50%) translate(0vw, 90vw) translate(0%, 50%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(2),
    .page-business-investment .circle-nav-marker:nth-of-type(2),
    .page-business-agro .circle-nav-marker:nth-of-type(2),
    .page-business-culture .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
        transform: translate(-50%, -50%) translate(15.07556vw, 88.72839vw) translate(8.37531%, 49.29355%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(3),
    .page-business-investment .circle-nav-marker:nth-of-type(3),
    .page-business-agro .circle-nav-marker:nth-of-type(3),
    .page-business-culture .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(29.72512vw, 84.9495vw) translate(16.51395%, 47.19417%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(4),
    .page-business-investment .circle-nav-marker:nth-of-type(4),
    .page-business-agro .circle-nav-marker:nth-of-type(4),
    .page-business-culture .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
        transform: translate(-50%, -50%) translate(43.5347vw, 78.77011vw) translate(24.18594%, 43.76117%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(5),
    .page-business-investment .circle-nav-marker:nth-of-type(5),
    .page-business-agro .circle-nav-marker:nth-of-type(5),
    .page-business-culture .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
        transform: translate(-50%, -50%) translate(56.11408vw, 70.36483vw) translate(31.17449%, 39.09157%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(6),
    .page-business-investment .circle-nav-marker:nth-of-type(6),
    .page-business-agro .circle-nav-marker:nth-of-type(6),
    .page-business-culture .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(0, 0);
        transform: translate(-50%, -50%) translate(67.10779vw, 59.97119vw) translate(37.28211%, 33.31733%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(7),
    .page-business-investment .circle-nav-marker:nth-of-type(7),
    .page-business-agro .circle-nav-marker:nth-of-type(7),
    .page-business-culture .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(0, 0);
        transform: translate(-50%, -50%) translate(76.20518vw, 47.88289vw) translate(42.33621%, 26.6016%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(8),
    .page-business-investment .circle-nav-marker:nth-of-type(8),
    .page-business-agro .circle-nav-marker:nth-of-type(8),
    .page-business-culture .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(0, 0);
        transform: translate(-50%, -50%) translate(83.14916vw, 34.44151vw) translate(46.19398%, 19.13417%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(9),
    .page-business-investment .circle-nav-marker:nth-of-type(9),
    .page-business-agro .circle-nav-marker:nth-of-type(9),
    .page-business-culture .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(0, 0);
        transform: translate(-50%, -50%) translate(87.74351vw, 20.02688vw) translate(48.7464%, 11.12605%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(10),
    .page-business-investment .circle-nav-marker:nth-of-type(10),
    .page-business-agro .circle-nav-marker:nth-of-type(10),
    .page-business-culture .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(0, 0);
        transform: translate(-50%, -50%) translate(89.85841vw, 5.04634vw) translate(49.92134%, 2.80352%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(11),
    .page-business-investment .circle-nav-marker:nth-of-type(11),
    .page-business-agro .circle-nav-marker:nth-of-type(11),
    .page-business-culture .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(89.4341vw, -10.0768vw) translate(49.68561%, -5.59822%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(89.4341vw, -10.0768vw) translate(49.68561%, -5.59822%) translate(0, 0);
        transform: translate(-50%, -50%) translate(89.4341vw, -10.0768vw) translate(49.68561%, -5.59822%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(12),
    .page-business-investment .circle-nav-marker:nth-of-type(12),
    .page-business-agro .circle-nav-marker:nth-of-type(12),
    .page-business-culture .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(86.48256vw, -24.9152vw) translate(48.04587%, -13.84178%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(86.48256vw, -24.9152vw) translate(48.04587%, -13.84178%) translate(0, 0);
        transform: translate(-50%, -50%) translate(86.48256vw, -24.9152vw) translate(48.04587%, -13.84178%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(13),
    .page-business-investment .circle-nav-marker:nth-of-type(13),
    .page-business-agro .circle-nav-marker:nth-of-type(13),
    .page-business-culture .circle-nav-marker:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(81.0872vw, -39.04954vw) translate(45.04844%, -21.69419%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(81.0872vw, -39.04954vw) translate(45.04844%, -21.69419%) translate(0, 0);
        transform: translate(-50%, -50%) translate(81.0872vw, -39.04954vw) translate(45.04844%, -21.69419%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(14),
    .page-business-investment .circle-nav-marker:nth-of-type(14),
    .page-business-agro .circle-nav-marker:nth-of-type(14),
    .page-business-culture .circle-nav-marker:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(73.40048vw, -52.08042vw) translate(40.77804%, -28.93356%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(73.40048vw, -52.08042vw) translate(40.77804%, -28.93356%) translate(0, 0);
        transform: translate(-50%, -50%) translate(73.40048vw, -52.08042vw) translate(40.77804%, -28.93356%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(1) span,
    .page-business-investment .circle-nav-marker:nth-of-type(1) span,
    .page-business-agro .circle-nav-marker:nth-of-type(1) span,
    .page-business-culture .circle-nav-marker:nth-of-type(1) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0s;
    }
    .page-business-development .circle-nav-marker:nth-of-type(2) span,
    .page-business-investment .circle-nav-marker:nth-of-type(2) span,
    .page-business-agro .circle-nav-marker:nth-of-type(2) span,
    .page-business-culture .circle-nav-marker:nth-of-type(2) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0.2s;
    }
    .page-business-development .circle-nav-marker:nth-of-type(3) span,
    .page-business-investment .circle-nav-marker:nth-of-type(3) span,
    .page-business-agro .circle-nav-marker:nth-of-type(3) span,
    .page-business-culture .circle-nav-marker:nth-of-type(3) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0.4s;
    }
    .page-business-development .circle-nav-marker:nth-of-type(4) span,
    .page-business-investment .circle-nav-marker:nth-of-type(4) span,
    .page-business-agro .circle-nav-marker:nth-of-type(4) span,
    .page-business-culture .circle-nav-marker:nth-of-type(4) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0.6s;
    }
    .page-business-development .circle-nav-marker:nth-of-type(5) span,
    .page-business-investment .circle-nav-marker:nth-of-type(5) span,
    .page-business-agro .circle-nav-marker:nth-of-type(5) span,
    .page-business-culture .circle-nav-marker:nth-of-type(5) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0.8s;
    }
    .page-business-development .circle-nav-marker:nth-of-type(6) span,
    .page-business-investment .circle-nav-marker:nth-of-type(6) span,
    .page-business-agro .circle-nav-marker:nth-of-type(6) span,
    .page-business-culture .circle-nav-marker:nth-of-type(6) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1s;
    }
    .page-business-development .circle-nav-marker:nth-of-type(7) span,
    .page-business-investment .circle-nav-marker:nth-of-type(7) span,
    .page-business-agro .circle-nav-marker:nth-of-type(7) span,
    .page-business-culture .circle-nav-marker:nth-of-type(7) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1.2s;
    }
    .page-business-development .circle-nav-marker:nth-of-type(8) span,
    .page-business-investment .circle-nav-marker:nth-of-type(8) span,
    .page-business-agro .circle-nav-marker:nth-of-type(8) span,
    .page-business-culture .circle-nav-marker:nth-of-type(8) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1.4s;
    }
    .page-business-development .circle-nav-marker:nth-of-type(9) span,
    .page-business-investment .circle-nav-marker:nth-of-type(9) span,
    .page-business-agro .circle-nav-marker:nth-of-type(9) span,
    .page-business-culture .circle-nav-marker:nth-of-type(9) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1.6s;
    }
    .page-business-development .circle-nav-marker:nth-of-type(10) span,
    .page-business-investment .circle-nav-marker:nth-of-type(10) span,
    .page-business-agro .circle-nav-marker:nth-of-type(10) span,
    .page-business-culture .circle-nav-marker:nth-of-type(10) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1.8s;
    }
    .page-business-development .circle-nav-marker:nth-of-type(11) span,
    .page-business-investment .circle-nav-marker:nth-of-type(11) span,
    .page-business-agro .circle-nav-marker:nth-of-type(11) span,
    .page-business-culture .circle-nav-marker:nth-of-type(11) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 2s;
    }
    .page-business-development .circle-nav-marker:nth-of-type(12) span,
    .page-business-investment .circle-nav-marker:nth-of-type(12) span,
    .page-business-agro .circle-nav-marker:nth-of-type(12) span,
    .page-business-culture .circle-nav-marker:nth-of-type(12) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 2.2s;
    }
    .page-business-development .circle-nav-marker:nth-of-type(13) span,
    .page-business-investment .circle-nav-marker:nth-of-type(13) span,
    .page-business-agro .circle-nav-marker:nth-of-type(13) span,
    .page-business-culture .circle-nav-marker:nth-of-type(13) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 2.4s;
    }
    .page-business-development .circle-nav-marker:nth-of-type(14) span,
    .page-business-investment .circle-nav-marker:nth-of-type(14) span,
    .page-business-agro .circle-nav-marker:nth-of-type(14) span,
    .page-business-culture .circle-nav-marker:nth-of-type(14) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 2.6s;
    }
}

@media screen and (max-width: 599px) and (max-width: 959px) {
    .page-business-development .circle-nav-item:nth-of-type(1),
    .page-business-investment .circle-nav-item:nth-of-type(1),
    .page-business-agro .circle-nav-item:nth-of-type(1),
    .page-business-culture .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-63.63961vw, 63.63961vw) translate(-35.35534%, 35.35534%) translate(-1.06066rem, 1.06066rem);
        -ms-transform: translate(-50%, -50%) translate(-63.63961vw, 63.63961vw) translate(-35.35534%, 35.35534%) translate(-1.06066rem, 1.06066rem);
        transform: translate(-50%, -50%) translate(-63.63961vw, 63.63961vw) translate(-35.35534%, 35.35534%) translate(-1.06066rem, 1.06066rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-item:nth-of-type(2),
    .page-business-investment .circle-nav-item:nth-of-type(2),
    .page-business-agro .circle-nav-item:nth-of-type(2),
    .page-business-culture .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-52.08042vw, 73.40048vw) translate(-28.93356%, 40.77804%) translate(-0.86801rem, 1.22334rem);
        -ms-transform: translate(-50%, -50%) translate(-52.08042vw, 73.40048vw) translate(-28.93356%, 40.77804%) translate(-0.86801rem, 1.22334rem);
        transform: translate(-50%, -50%) translate(-52.08042vw, 73.40048vw) translate(-28.93356%, 40.77804%) translate(-0.86801rem, 1.22334rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-item:nth-of-type(3),
    .page-business-investment .circle-nav-item:nth-of-type(3),
    .page-business-agro .circle-nav-item:nth-of-type(3),
    .page-business-culture .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-39.04954vw, 81.0872vw) translate(-21.69419%, 45.04844%) translate(-0.65083rem, 1.35145rem);
        -ms-transform: translate(-50%, -50%) translate(-39.04954vw, 81.0872vw) translate(-21.69419%, 45.04844%) translate(-0.65083rem, 1.35145rem);
        transform: translate(-50%, -50%) translate(-39.04954vw, 81.0872vw) translate(-21.69419%, 45.04844%) translate(-0.65083rem, 1.35145rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-item:nth-of-type(4),
    .page-business-investment .circle-nav-item:nth-of-type(4),
    .page-business-agro .circle-nav-item:nth-of-type(4),
    .page-business-culture .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-24.9152vw, 86.48256vw) translate(-13.84178%, 48.04587%) translate(-0.41525rem, 1.44138rem);
        -ms-transform: translate(-50%, -50%) translate(-24.9152vw, 86.48256vw) translate(-13.84178%, 48.04587%) translate(-0.41525rem, 1.44138rem);
        transform: translate(-50%, -50%) translate(-24.9152vw, 86.48256vw) translate(-13.84178%, 48.04587%) translate(-0.41525rem, 1.44138rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-item:nth-of-type(5),
    .page-business-investment .circle-nav-item:nth-of-type(5),
    .page-business-agro .circle-nav-item:nth-of-type(5),
    .page-business-culture .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-10.0768vw, 89.4341vw) translate(-5.59822%, 49.68561%) translate(-0.16795rem, 1.49057rem);
        -ms-transform: translate(-50%, -50%) translate(-10.0768vw, 89.4341vw) translate(-5.59822%, 49.68561%) translate(-0.16795rem, 1.49057rem);
        transform: translate(-50%, -50%) translate(-10.0768vw, 89.4341vw) translate(-5.59822%, 49.68561%) translate(-0.16795rem, 1.49057rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-item:nth-of-type(6),
    .page-business-investment .circle-nav-item:nth-of-type(6),
    .page-business-agro .circle-nav-item:nth-of-type(6),
    .page-business-culture .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(5.04634vw, 89.85841vw) translate(2.80352%, 49.92134%) translate(0.08411rem, 1.49764rem);
        -ms-transform: translate(-50%, -50%) translate(5.04634vw, 89.85841vw) translate(2.80352%, 49.92134%) translate(0.08411rem, 1.49764rem);
        transform: translate(-50%, -50%) translate(5.04634vw, 89.85841vw) translate(2.80352%, 49.92134%) translate(0.08411rem, 1.49764rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav-item:nth-of-type(7),
    .page-business-investment .circle-nav-item:nth-of-type(7),
    .page-business-agro .circle-nav-item:nth-of-type(7),
    .page-business-culture .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(20.02688vw, 87.74351vw) translate(11.12605%, 48.7464%) translate(0.33378rem, 1.46239rem);
        -ms-transform: translate(-50%, -50%) translate(20.02688vw, 87.74351vw) translate(11.12605%, 48.7464%) translate(0.33378rem, 1.46239rem);
        transform: translate(-50%, -50%) translate(20.02688vw, 87.74351vw) translate(11.12605%, 48.7464%) translate(0.33378rem, 1.46239rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav-item:nth-of-type(8),
    .page-business-investment .circle-nav-item:nth-of-type(8),
    .page-business-agro .circle-nav-item:nth-of-type(8),
    .page-business-culture .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(34.44151vw, 83.14916vw) translate(19.13417%, 46.19398%) translate(0.57403rem, 1.38582rem);
        -ms-transform: translate(-50%, -50%) translate(34.44151vw, 83.14916vw) translate(19.13417%, 46.19398%) translate(0.57403rem, 1.38582rem);
        transform: translate(-50%, -50%) translate(34.44151vw, 83.14916vw) translate(19.13417%, 46.19398%) translate(0.57403rem, 1.38582rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav-item:nth-of-type(9),
    .page-business-investment .circle-nav-item:nth-of-type(9),
    .page-business-agro .circle-nav-item:nth-of-type(9),
    .page-business-culture .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(47.88289vw, 76.20518vw) translate(26.6016%, 42.33621%) translate(0.79805rem, 1.27009rem);
        -ms-transform: translate(-50%, -50%) translate(47.88289vw, 76.20518vw) translate(26.6016%, 42.33621%) translate(0.79805rem, 1.27009rem);
        transform: translate(-50%, -50%) translate(47.88289vw, 76.20518vw) translate(26.6016%, 42.33621%) translate(0.79805rem, 1.27009rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav-item:nth-of-type(10),
    .page-business-investment .circle-nav-item:nth-of-type(10),
    .page-business-agro .circle-nav-item:nth-of-type(10),
    .page-business-culture .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(59.97119vw, 67.10779vw) translate(33.31733%, 37.28211%) translate(0.99952rem, 1.11846rem);
        -ms-transform: translate(-50%, -50%) translate(59.97119vw, 67.10779vw) translate(33.31733%, 37.28211%) translate(0.99952rem, 1.11846rem);
        transform: translate(-50%, -50%) translate(59.97119vw, 67.10779vw) translate(33.31733%, 37.28211%) translate(0.99952rem, 1.11846rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav-item:nth-of-type(11),
    .page-business-investment .circle-nav-item:nth-of-type(11),
    .page-business-agro .circle-nav-item:nth-of-type(11),
    .page-business-culture .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(70.36483vw, 56.11408vw) translate(39.09157%, 31.17449%) translate(1.17275rem, 0.93523rem);
        -ms-transform: translate(-50%, -50%) translate(70.36483vw, 56.11408vw) translate(39.09157%, 31.17449%) translate(1.17275rem, 0.93523rem);
        transform: translate(-50%, -50%) translate(70.36483vw, 56.11408vw) translate(39.09157%, 31.17449%) translate(1.17275rem, 0.93523rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav-item:nth-of-type(12),
    .page-business-investment .circle-nav-item:nth-of-type(12),
    .page-business-agro .circle-nav-item:nth-of-type(12),
    .page-business-culture .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(78.77011vw, 43.5347vw) translate(43.76117%, 24.18594%) translate(1.31284rem, 0.72558rem);
        -ms-transform: translate(-50%, -50%) translate(78.77011vw, 43.5347vw) translate(43.76117%, 24.18594%) translate(1.31284rem, 0.72558rem);
        transform: translate(-50%, -50%) translate(78.77011vw, 43.5347vw) translate(43.76117%, 24.18594%) translate(1.31284rem, 0.72558rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav-item:nth-of-type(13),
    .page-business-investment .circle-nav-item:nth-of-type(13),
    .page-business-agro .circle-nav-item:nth-of-type(13),
    .page-business-culture .circle-nav-item:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(84.9495vw, 29.72512vw) translate(47.19417%, 16.51395%) translate(1.41582rem, 0.49542rem);
        -ms-transform: translate(-50%, -50%) translate(84.9495vw, 29.72512vw) translate(47.19417%, 16.51395%) translate(1.41582rem, 0.49542rem);
        transform: translate(-50%, -50%) translate(84.9495vw, 29.72512vw) translate(47.19417%, 16.51395%) translate(1.41582rem, 0.49542rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(13) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav-item:nth-of-type(14),
    .page-business-investment .circle-nav-item:nth-of-type(14),
    .page-business-agro .circle-nav-item:nth-of-type(14),
    .page-business-culture .circle-nav-item:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(88.72839vw, 15.07556vw) translate(49.29355%, 8.37531%) translate(1.47881rem, 0.25126rem);
        -ms-transform: translate(-50%, -50%) translate(88.72839vw, 15.07556vw) translate(49.29355%, 8.37531%) translate(1.47881rem, 0.25126rem);
        transform: translate(-50%, -50%) translate(88.72839vw, 15.07556vw) translate(49.29355%, 8.37531%) translate(1.47881rem, 0.25126rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(14) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav-marker:nth-of-type(1),
    .page-business-investment .circle-nav-marker:nth-of-type(1),
    .page-business-agro .circle-nav-marker:nth-of-type(1),
    .page-business-culture .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-63.63961vw, 63.63961vw) translate(-35.35534%, 35.35534%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-63.63961vw, 63.63961vw) translate(-35.35534%, 35.35534%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-63.63961vw, 63.63961vw) translate(-35.35534%, 35.35534%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(2),
    .page-business-investment .circle-nav-marker:nth-of-type(2),
    .page-business-agro .circle-nav-marker:nth-of-type(2),
    .page-business-culture .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-52.08042vw, 73.40048vw) translate(-28.93356%, 40.77804%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-52.08042vw, 73.40048vw) translate(-28.93356%, 40.77804%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-52.08042vw, 73.40048vw) translate(-28.93356%, 40.77804%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(3),
    .page-business-investment .circle-nav-marker:nth-of-type(3),
    .page-business-agro .circle-nav-marker:nth-of-type(3),
    .page-business-culture .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-39.04954vw, 81.0872vw) translate(-21.69419%, 45.04844%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-39.04954vw, 81.0872vw) translate(-21.69419%, 45.04844%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-39.04954vw, 81.0872vw) translate(-21.69419%, 45.04844%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(4),
    .page-business-investment .circle-nav-marker:nth-of-type(4),
    .page-business-agro .circle-nav-marker:nth-of-type(4),
    .page-business-culture .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-24.9152vw, 86.48256vw) translate(-13.84178%, 48.04587%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-24.9152vw, 86.48256vw) translate(-13.84178%, 48.04587%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-24.9152vw, 86.48256vw) translate(-13.84178%, 48.04587%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(5),
    .page-business-investment .circle-nav-marker:nth-of-type(5),
    .page-business-agro .circle-nav-marker:nth-of-type(5),
    .page-business-culture .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-10.0768vw, 89.4341vw) translate(-5.59822%, 49.68561%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-10.0768vw, 89.4341vw) translate(-5.59822%, 49.68561%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-10.0768vw, 89.4341vw) translate(-5.59822%, 49.68561%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(6),
    .page-business-investment .circle-nav-marker:nth-of-type(6),
    .page-business-agro .circle-nav-marker:nth-of-type(6),
    .page-business-culture .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(5.04634vw, 89.85841vw) translate(2.80352%, 49.92134%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(5.04634vw, 89.85841vw) translate(2.80352%, 49.92134%) translate(0, 0);
        transform: translate(-50%, -50%) translate(5.04634vw, 89.85841vw) translate(2.80352%, 49.92134%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(7),
    .page-business-investment .circle-nav-marker:nth-of-type(7),
    .page-business-agro .circle-nav-marker:nth-of-type(7),
    .page-business-culture .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(20.02688vw, 87.74351vw) translate(11.12605%, 48.7464%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(20.02688vw, 87.74351vw) translate(11.12605%, 48.7464%) translate(0, 0);
        transform: translate(-50%, -50%) translate(20.02688vw, 87.74351vw) translate(11.12605%, 48.7464%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(8),
    .page-business-investment .circle-nav-marker:nth-of-type(8),
    .page-business-agro .circle-nav-marker:nth-of-type(8),
    .page-business-culture .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(34.44151vw, 83.14916vw) translate(19.13417%, 46.19398%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(34.44151vw, 83.14916vw) translate(19.13417%, 46.19398%) translate(0, 0);
        transform: translate(-50%, -50%) translate(34.44151vw, 83.14916vw) translate(19.13417%, 46.19398%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(9),
    .page-business-investment .circle-nav-marker:nth-of-type(9),
    .page-business-agro .circle-nav-marker:nth-of-type(9),
    .page-business-culture .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(47.88289vw, 76.20518vw) translate(26.6016%, 42.33621%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(47.88289vw, 76.20518vw) translate(26.6016%, 42.33621%) translate(0, 0);
        transform: translate(-50%, -50%) translate(47.88289vw, 76.20518vw) translate(26.6016%, 42.33621%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(10),
    .page-business-investment .circle-nav-marker:nth-of-type(10),
    .page-business-agro .circle-nav-marker:nth-of-type(10),
    .page-business-culture .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(59.97119vw, 67.10779vw) translate(33.31733%, 37.28211%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(59.97119vw, 67.10779vw) translate(33.31733%, 37.28211%) translate(0, 0);
        transform: translate(-50%, -50%) translate(59.97119vw, 67.10779vw) translate(33.31733%, 37.28211%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(11),
    .page-business-investment .circle-nav-marker:nth-of-type(11),
    .page-business-agro .circle-nav-marker:nth-of-type(11),
    .page-business-culture .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(70.36483vw, 56.11408vw) translate(39.09157%, 31.17449%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(70.36483vw, 56.11408vw) translate(39.09157%, 31.17449%) translate(0, 0);
        transform: translate(-50%, -50%) translate(70.36483vw, 56.11408vw) translate(39.09157%, 31.17449%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(12),
    .page-business-investment .circle-nav-marker:nth-of-type(12),
    .page-business-agro .circle-nav-marker:nth-of-type(12),
    .page-business-culture .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(78.77011vw, 43.5347vw) translate(43.76117%, 24.18594%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(78.77011vw, 43.5347vw) translate(43.76117%, 24.18594%) translate(0, 0);
        transform: translate(-50%, -50%) translate(78.77011vw, 43.5347vw) translate(43.76117%, 24.18594%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(13),
    .page-business-investment .circle-nav-marker:nth-of-type(13),
    .page-business-agro .circle-nav-marker:nth-of-type(13),
    .page-business-culture .circle-nav-marker:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(84.9495vw, 29.72512vw) translate(47.19417%, 16.51395%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(84.9495vw, 29.72512vw) translate(47.19417%, 16.51395%) translate(0, 0);
        transform: translate(-50%, -50%) translate(84.9495vw, 29.72512vw) translate(47.19417%, 16.51395%) translate(0, 0);
    }
    .page-business-development .circle-nav-marker:nth-of-type(14),
    .page-business-investment .circle-nav-marker:nth-of-type(14),
    .page-business-agro .circle-nav-marker:nth-of-type(14),
    .page-business-culture .circle-nav-marker:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(88.72839vw, 15.07556vw) translate(49.29355%, 8.37531%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(88.72839vw, 15.07556vw) translate(49.29355%, 8.37531%) translate(0, 0);
        transform: translate(-50%, -50%) translate(88.72839vw, 15.07556vw) translate(49.29355%, 8.37531%) translate(0, 0);
    }
}

@media screen and (max-width: 599px) and (max-width: 959px) and (max-height: 415px) and (orientation: landscape),
(max-width: 599px) and (max-width: 599px) {
    .page-business-development .circle-nav-item:nth-of-type(1),
    .page-business-investment .circle-nav-item:nth-of-type(1),
    .page-business-agro .circle-nav-item:nth-of-type(1),
    .page-business-culture .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-54.09367vw, 54.09367vw) translate(-35.35534%, 35.35534%) translate(-1.06066rem, 1.06066rem);
        -ms-transform: translate(-50%, -50%) translate(-54.09367vw, 54.09367vw) translate(-35.35534%, 35.35534%) translate(-1.06066rem, 1.06066rem);
        transform: translate(-50%, -50%) translate(-54.09367vw, 54.09367vw) translate(-35.35534%, 35.35534%) translate(-1.06066rem, 1.06066rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(1) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-marker:nth-of-type(1),
    .page-business-investment .circle-nav-marker:nth-of-type(1),
    .page-business-agro .circle-nav-marker:nth-of-type(1),
    .page-business-culture .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-49.6389vw, 49.6389vw) translate(-35.35534%, 35.35534%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-49.6389vw, 49.6389vw) translate(-35.35534%, 35.35534%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-49.6389vw, 49.6389vw) translate(-35.35534%, 35.35534%) translate(0, 0);
    }
    .page-business-development .circle-nav-item:nth-of-type(2),
    .page-business-investment .circle-nav-item:nth-of-type(2),
    .page-business-agro .circle-nav-item:nth-of-type(2),
    .page-business-culture .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-44.26835vw, 62.39041vw) translate(-28.93356%, 40.77804%) translate(-0.86801rem, 1.22334rem);
        -ms-transform: translate(-50%, -50%) translate(-44.26835vw, 62.39041vw) translate(-28.93356%, 40.77804%) translate(-0.86801rem, 1.22334rem);
        transform: translate(-50%, -50%) translate(-44.26835vw, 62.39041vw) translate(-28.93356%, 40.77804%) translate(-0.86801rem, 1.22334rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(2) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-marker:nth-of-type(2),
    .page-business-investment .circle-nav-marker:nth-of-type(2),
    .page-business-agro .circle-nav-marker:nth-of-type(2),
    .page-business-culture .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-40.62272vw, 57.25237vw) translate(-28.93356%, 40.77804%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-40.62272vw, 57.25237vw) translate(-28.93356%, 40.77804%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-40.62272vw, 57.25237vw) translate(-28.93356%, 40.77804%) translate(0, 0);
    }
    .page-business-development .circle-nav-item:nth-of-type(3),
    .page-business-investment .circle-nav-item:nth-of-type(3),
    .page-business-agro .circle-nav-item:nth-of-type(3),
    .page-business-culture .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-33.19211vw, 68.92412vw) translate(-21.69419%, 45.04844%) translate(-0.65083rem, 1.35145rem);
        -ms-transform: translate(-50%, -50%) translate(-33.19211vw, 68.92412vw) translate(-21.69419%, 45.04844%) translate(-0.65083rem, 1.35145rem);
        transform: translate(-50%, -50%) translate(-33.19211vw, 68.92412vw) translate(-21.69419%, 45.04844%) translate(-0.65083rem, 1.35145rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(3) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-marker:nth-of-type(3),
    .page-business-investment .circle-nav-marker:nth-of-type(3),
    .page-business-agro .circle-nav-marker:nth-of-type(3),
    .page-business-culture .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-30.45864vw, 63.24801vw) translate(-21.69419%, 45.04844%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-30.45864vw, 63.24801vw) translate(-21.69419%, 45.04844%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-30.45864vw, 63.24801vw) translate(-21.69419%, 45.04844%) translate(0, 0);
    }
    .page-business-development .circle-nav-item:nth-of-type(4),
    .page-business-investment .circle-nav-item:nth-of-type(4),
    .page-business-agro .circle-nav-item:nth-of-type(4),
    .page-business-culture .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-21.17792vw, 73.51018vw) translate(-13.84178%, 48.04587%) translate(-0.41525rem, 1.44138rem);
        -ms-transform: translate(-50%, -50%) translate(-21.17792vw, 73.51018vw) translate(-13.84178%, 48.04587%) translate(-0.41525rem, 1.44138rem);
        transform: translate(-50%, -50%) translate(-21.17792vw, 73.51018vw) translate(-13.84178%, 48.04587%) translate(-0.41525rem, 1.44138rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(4) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-marker:nth-of-type(4),
    .page-business-investment .circle-nav-marker:nth-of-type(4),
    .page-business-agro .circle-nav-marker:nth-of-type(4),
    .page-business-culture .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-19.43385vw, 67.4564vw) translate(-13.84178%, 48.04587%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-19.43385vw, 67.4564vw) translate(-13.84178%, 48.04587%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-19.43385vw, 67.4564vw) translate(-13.84178%, 48.04587%) translate(0, 0);
    }
    .page-business-development .circle-nav-item:nth-of-type(5),
    .page-business-investment .circle-nav-item:nth-of-type(5),
    .page-business-agro .circle-nav-item:nth-of-type(5),
    .page-business-culture .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-8.56528vw, 76.01898vw) translate(-5.59822%, 49.68561%) translate(-0.16795rem, 1.49057rem);
        -ms-transform: translate(-50%, -50%) translate(-8.56528vw, 76.01898vw) translate(-5.59822%, 49.68561%) translate(-0.16795rem, 1.49057rem);
        transform: translate(-50%, -50%) translate(-8.56528vw, 76.01898vw) translate(-5.59822%, 49.68561%) translate(-0.16795rem, 1.49057rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(5) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business-development .circle-nav-marker:nth-of-type(5),
    .page-business-investment .circle-nav-marker:nth-of-type(5),
    .page-business-agro .circle-nav-marker:nth-of-type(5),
    .page-business-culture .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-7.85991vw, 69.7586vw) translate(-5.59822%, 49.68561%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(-7.85991vw, 69.7586vw) translate(-5.59822%, 49.68561%) translate(0, 0);
        transform: translate(-50%, -50%) translate(-7.85991vw, 69.7586vw) translate(-5.59822%, 49.68561%) translate(0, 0);
    }
    .page-business-development .circle-nav-item:nth-of-type(6),
    .page-business-investment .circle-nav-item:nth-of-type(6),
    .page-business-agro .circle-nav-item:nth-of-type(6),
    .page-business-culture .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(4.28939vw, 76.37965vw) translate(2.80352%, 49.92134%) translate(0.08411rem, 1.49764rem);
        -ms-transform: translate(-50%, -50%) translate(4.28939vw, 76.37965vw) translate(2.80352%, 49.92134%) translate(0.08411rem, 1.49764rem);
        transform: translate(-50%, -50%) translate(4.28939vw, 76.37965vw) translate(2.80352%, 49.92134%) translate(0.08411rem, 1.49764rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(6) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav-marker:nth-of-type(6),
    .page-business-investment .circle-nav-marker:nth-of-type(6),
    .page-business-agro .circle-nav-marker:nth-of-type(6),
    .page-business-culture .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(3.93615vw, 70.08956vw) translate(2.80352%, 49.92134%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(3.93615vw, 70.08956vw) translate(2.80352%, 49.92134%) translate(0, 0);
        transform: translate(-50%, -50%) translate(3.93615vw, 70.08956vw) translate(2.80352%, 49.92134%) translate(0, 0);
    }
    .page-business-development .circle-nav-item:nth-of-type(7),
    .page-business-investment .circle-nav-item:nth-of-type(7),
    .page-business-agro .circle-nav-item:nth-of-type(7),
    .page-business-culture .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(17.02285vw, 74.58199vw) translate(11.12605%, 48.7464%) translate(0.33378rem, 1.46239rem);
        -ms-transform: translate(-50%, -50%) translate(17.02285vw, 74.58199vw) translate(11.12605%, 48.7464%) translate(0.33378rem, 1.46239rem);
        transform: translate(-50%, -50%) translate(17.02285vw, 74.58199vw) translate(11.12605%, 48.7464%) translate(0.33378rem, 1.46239rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(7) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav-marker:nth-of-type(7),
    .page-business-investment .circle-nav-marker:nth-of-type(7),
    .page-business-agro .circle-nav-marker:nth-of-type(7),
    .page-business-culture .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(15.62097vw, 68.43994vw) translate(11.12605%, 48.7464%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(15.62097vw, 68.43994vw) translate(11.12605%, 48.7464%) translate(0, 0);
        transform: translate(-50%, -50%) translate(15.62097vw, 68.43994vw) translate(11.12605%, 48.7464%) translate(0, 0);
    }
    .page-business-development .circle-nav-item:nth-of-type(8),
    .page-business-investment .circle-nav-item:nth-of-type(8),
    .page-business-agro .circle-nav-item:nth-of-type(8),
    .page-business-culture .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(29.27528vw, 70.67678vw) translate(19.13417%, 46.19398%) translate(0.57403rem, 1.38582rem);
        -ms-transform: translate(-50%, -50%) translate(29.27528vw, 70.67678vw) translate(19.13417%, 46.19398%) translate(0.57403rem, 1.38582rem);
        transform: translate(-50%, -50%) translate(29.27528vw, 70.67678vw) translate(19.13417%, 46.19398%) translate(0.57403rem, 1.38582rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(8) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav-marker:nth-of-type(8),
    .page-business-investment .circle-nav-marker:nth-of-type(8),
    .page-business-agro .circle-nav-marker:nth-of-type(8),
    .page-business-culture .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(26.86438vw, 64.85634vw) translate(19.13417%, 46.19398%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(26.86438vw, 64.85634vw) translate(19.13417%, 46.19398%) translate(0, 0);
        transform: translate(-50%, -50%) translate(26.86438vw, 64.85634vw) translate(19.13417%, 46.19398%) translate(0, 0);
    }
    .page-business-development .circle-nav-item:nth-of-type(9),
    .page-business-investment .circle-nav-item:nth-of-type(9),
    .page-business-agro .circle-nav-item:nth-of-type(9),
    .page-business-culture .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(40.70045vw, 64.7744vw) translate(26.6016%, 42.33621%) translate(0.79805rem, 1.27009rem);
        -ms-transform: translate(-50%, -50%) translate(40.70045vw, 64.7744vw) translate(26.6016%, 42.33621%) translate(0.79805rem, 1.27009rem);
        transform: translate(-50%, -50%) translate(40.70045vw, 64.7744vw) translate(26.6016%, 42.33621%) translate(0.79805rem, 1.27009rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(9) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav-marker:nth-of-type(9),
    .page-business-investment .circle-nav-marker:nth-of-type(9),
    .page-business-agro .circle-nav-marker:nth-of-type(9),
    .page-business-culture .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(37.34865vw, 59.44004vw) translate(26.6016%, 42.33621%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(37.34865vw, 59.44004vw) translate(26.6016%, 42.33621%) translate(0, 0);
        transform: translate(-50%, -50%) translate(37.34865vw, 59.44004vw) translate(26.6016%, 42.33621%) translate(0, 0);
    }
    .page-business-development .circle-nav-item:nth-of-type(10),
    .page-business-investment .circle-nav-item:nth-of-type(10),
    .page-business-agro .circle-nav-item:nth-of-type(10),
    .page-business-culture .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(50.97551vw, 57.04163vw) translate(33.31733%, 37.28211%) translate(0.99952rem, 1.11846rem);
        -ms-transform: translate(-50%, -50%) translate(50.97551vw, 57.04163vw) translate(33.31733%, 37.28211%) translate(0.99952rem, 1.11846rem);
        transform: translate(-50%, -50%) translate(50.97551vw, 57.04163vw) translate(33.31733%, 37.28211%) translate(0.99952rem, 1.11846rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(10) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav-marker:nth-of-type(10),
    .page-business-investment .circle-nav-marker:nth-of-type(10),
    .page-business-agro .circle-nav-marker:nth-of-type(10),
    .page-business-culture .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(46.77753vw, 52.34408vw) translate(33.31733%, 37.28211%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(46.77753vw, 52.34408vw) translate(33.31733%, 37.28211%) translate(0, 0);
        transform: translate(-50%, -50%) translate(46.77753vw, 52.34408vw) translate(33.31733%, 37.28211%) translate(0, 0);
    }
    .page-business-development .circle-nav-item:nth-of-type(11),
    .page-business-investment .circle-nav-item:nth-of-type(11),
    .page-business-agro .circle-nav-item:nth-of-type(11),
    .page-business-culture .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(59.81011vw, 47.69697vw) translate(39.09157%, 31.17449%) translate(1.17275rem, 0.93523rem);
        -ms-transform: translate(-50%, -50%) translate(59.81011vw, 47.69697vw) translate(39.09157%, 31.17449%) translate(1.17275rem, 0.93523rem);
        transform: translate(-50%, -50%) translate(59.81011vw, 47.69697vw) translate(39.09157%, 31.17449%) translate(1.17275rem, 0.93523rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(11) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav-marker:nth-of-type(11),
    .page-business-investment .circle-nav-marker:nth-of-type(11),
    .page-business-agro .circle-nav-marker:nth-of-type(11),
    .page-business-culture .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(54.88457vw, 43.76898vw) translate(39.09157%, 31.17449%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(54.88457vw, 43.76898vw) translate(39.09157%, 31.17449%) translate(0, 0);
        transform: translate(-50%, -50%) translate(54.88457vw, 43.76898vw) translate(39.09157%, 31.17449%) translate(0, 0);
    }
    .page-business-development .circle-nav-item:nth-of-type(12),
    .page-business-investment .circle-nav-item:nth-of-type(12),
    .page-business-agro .circle-nav-item:nth-of-type(12),
    .page-business-culture .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(66.95459vw, 37.00449vw) translate(43.76117%, 24.18594%) translate(1.31284rem, 0.72558rem);
        -ms-transform: translate(-50%, -50%) translate(66.95459vw, 37.00449vw) translate(43.76117%, 24.18594%) translate(1.31284rem, 0.72558rem);
        transform: translate(-50%, -50%) translate(66.95459vw, 37.00449vw) translate(43.76117%, 24.18594%) translate(1.31284rem, 0.72558rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(12) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav-marker:nth-of-type(12),
    .page-business-investment .circle-nav-marker:nth-of-type(12),
    .page-business-agro .circle-nav-marker:nth-of-type(12),
    .page-business-culture .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(61.44068vw, 33.95707vw) translate(43.76117%, 24.18594%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(61.44068vw, 33.95707vw) translate(43.76117%, 24.18594%) translate(0, 0);
        transform: translate(-50%, -50%) translate(61.44068vw, 33.95707vw) translate(43.76117%, 24.18594%) translate(0, 0);
    }
    .page-business-development .circle-nav-item:nth-of-type(13),
    .page-business-investment .circle-nav-item:nth-of-type(13),
    .page-business-agro .circle-nav-item:nth-of-type(13),
    .page-business-culture .circle-nav-item:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(72.20707vw, 25.26635vw) translate(47.19417%, 16.51395%) translate(1.41582rem, 0.49542rem);
        -ms-transform: translate(-50%, -50%) translate(72.20707vw, 25.26635vw) translate(47.19417%, 16.51395%) translate(1.41582rem, 0.49542rem);
        transform: translate(-50%, -50%) translate(72.20707vw, 25.26635vw) translate(47.19417%, 16.51395%) translate(1.41582rem, 0.49542rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(13) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(13) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav-marker:nth-of-type(13),
    .page-business-investment .circle-nav-marker:nth-of-type(13),
    .page-business-agro .circle-nav-marker:nth-of-type(13),
    .page-business-culture .circle-nav-marker:nth-of-type(13) {
        -webkit-transform: translate(-50%, -50%) translate(66.26061vw, 23.18559vw) translate(47.19417%, 16.51395%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(66.26061vw, 23.18559vw) translate(47.19417%, 16.51395%) translate(0, 0);
        transform: translate(-50%, -50%) translate(66.26061vw, 23.18559vw) translate(47.19417%, 16.51395%) translate(0, 0);
    }
    .page-business-development .circle-nav-item:nth-of-type(14),
    .page-business-investment .circle-nav-item:nth-of-type(14),
    .page-business-agro .circle-nav-item:nth-of-type(14),
    .page-business-culture .circle-nav-item:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(75.41913vw, 12.81423vw) translate(49.29355%, 8.37531%) translate(1.47881rem, 0.25126rem);
        -ms-transform: translate(-50%, -50%) translate(75.41913vw, 12.81423vw) translate(49.29355%, 8.37531%) translate(1.47881rem, 0.25126rem);
        transform: translate(-50%, -50%) translate(75.41913vw, 12.81423vw) translate(49.29355%, 8.37531%) translate(1.47881rem, 0.25126rem);
    }
    .page-business-development .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-investment .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-agro .circle-nav-item:nth-of-type(14) .circle-nav-sub,
    .page-business-culture .circle-nav-item:nth-of-type(14) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business-development .circle-nav-marker:nth-of-type(14),
    .page-business-investment .circle-nav-marker:nth-of-type(14),
    .page-business-agro .circle-nav-marker:nth-of-type(14),
    .page-business-culture .circle-nav-marker:nth-of-type(14) {
        -webkit-transform: translate(-50%, -50%) translate(69.20815vw, 11.75894vw) translate(49.29355%, 8.37531%) translate(0, 0);
        -ms-transform: translate(-50%, -50%) translate(69.20815vw, 11.75894vw) translate(49.29355%, 8.37531%) translate(0, 0);
        transform: translate(-50%, -50%) translate(69.20815vw, 11.75894vw) translate(49.29355%, 8.37531%) translate(0, 0);
    }
}

@media (max-width: 599px) {
    .page-business-development .circle-nav-slides .circle-nav-slide-img,
    .page-business-investment .circle-nav-slides .circle-nav-slide-img,
    .page-business-agro .circle-nav-slides .circle-nav-slide-img,
    .page-business-culture .circle-nav-slides .circle-nav-slide-img {
        top: 60%;
    }
    .page-business-development .circle-nav-slides img,
    .page-business-investment .circle-nav-slides img,
    .page-business-agro .circle-nav-slides img,
    .page-business-culture .circle-nav-slides img {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transform-origin: 50% 0%;
        -ms-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        height: 75%;
        -webkit-animation-name: circle-slide-zoom-development-xs;
        animation-name: circle-slide-zoom-development-xs;
    }
    @-webkit-keyframes circle-slide-zoom-development-xs {
        from {
            -webkit-transform: translate(-50%, 50%) scale(1);
            transform: translate(-50%, 50%) scale(1);
        }
        to {
            -webkit-transform: translate(-50%, 50%) scale(1.2);
            transform: translate(-50%, 50%) scale(1.2);
        }
    }
    @keyframes circle-slide-zoom-development-xs {
        from {
            -webkit-transform: translate(-50%, 50%) scale(1);
            transform: translate(-50%, 50%) scale(1);
        }
        to {
            -webkit-transform: translate(-50%, 50%) scale(1.2);
            transform: translate(-50%, 50%) scale(1.2);
        }
    }
    .page-business-development .circle-nav-slides .js-map,
    .page-business-investment .circle-nav-slides .js-map,
    .page-business-agro .circle-nav-slides .js-map,
    .page-business-culture .circle-nav-slides .js-map {
        top: 50%;
        width: 100%;
        height: 70%;
    }
    .page-business-development article.text,
    .page-business-investment article.text,
    .page-business-agro article.text,
    .page-business-culture article.text {
        top: 40%;
    }
}

@media screen and (max-width: 479px) and (orientation: portrait) {
    .page-business-development .screen-inner,
    .page-business-investment .screen-inner,
    .page-business-agro .screen-inner,
    .page-business-culture .screen-inner {
        width: 200vw;
    }
    .page-business-development .nav-parallax-prev,
    .page-business-investment .nav-parallax-prev,
    .page-business-agro .nav-parallax-prev,
    .page-business-culture .nav-parallax-prev {
        top: 38px;
        left: 80px;
    }
    .page-business-development .nav-parallax-next,
    .page-business-investment .nav-parallax-next,
    .page-business-agro .nav-parallax-next,
    .page-business-culture .nav-parallax-next {
        top: 80vh;
        bottom: auto;
    }
    .page-business-development .screen-text,
    .page-business-investment .screen-text,
    .page-business-agro .screen-text,
    .page-business-culture .screen-text {
        height: 85%;
        padding-top: 12.5%;
    }
    .page-business-development .screen-text .scroll,
    .page-business-development .screen-text .side,
    .page-business-investment .screen-text .scroll,
    .page-business-investment .screen-text .side,
    .page-business-agro .screen-text .scroll,
    .page-business-agro .screen-text .side,
    .page-business-culture .screen-text .scroll,
    .page-business-culture .screen-text .side {
        width: 100%;
        padding-top: 0;
        padding-left: 8vw;
        padding-right: 8vw;
    }
    .page-business-development .screen-text .scroll p,
    .page-business-investment .screen-text .scroll p,
    .page-business-agro .screen-text .scroll p,
    .page-business-culture .screen-text .scroll p {
        font-size: 1.3rem;
    }
    .page-business-development .screen-text-inner,
    .page-business-investment .screen-text-inner,
    .page-business-agro .screen-text-inner,
    .page-business-culture .screen-text-inner {
        position: relative;
    }
    .page-business-development .fade,
    .page-business-investment .fade,
    .page-business-agro .fade,
    .page-business-culture .fade {
        position: absolute;
    }
    .page-business-development .fade-top,
    .page-business-investment .fade-top,
    .page-business-agro .fade-top,
    .page-business-culture .fade-top {
        top: 0;
    }
    .page-business-development .circle-nav,
    .page-business-investment .circle-nav,
    .page-business-agro .circle-nav,
    .page-business-culture .circle-nav {
        margin-top: -120vw;
    }
}

.page-business-investment .business-btn-back {
    position: fixed;
}

@media screen and (min-width: 1180px) {
    .page-business-investment .circle-nav-item.js-active .circle-nav-name {
        opacity: 1;
    }
}

.page-business-investment .investment_logo {
    position: absolute;
    z-index: 5;
    top: -100px;
    left: 0;
}

@media (max-width: 599px) {
    .page-business-investment .investment_logo {
        top: -5px;
        left: 30px;
        height: 40px;
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) {
    .page-business-investment .investment_logo {
        top: -25px;
        left: 30px;
        height: 40px;
    }
}

@media (min-height: 416px) {
    .page-business-investment .investment_logo {
        top: -25px;
        height: 40px;
    }
}

.page-business-agro .business-btn-back {
    position: fixed;
}

@media screen and (min-width: 1180px) {
    .page-business-agro .circle-nav-item.js-active .circle-nav-name {
        opacity: 1;
    }
}

.page-business-culture .business-btn-back {
    position: fixed;
}

@media screen and (min-width: 1180px) {
    .page-business-culture .circle-nav-item.js-active .circle-nav-name {
        opacity: 1;
    }
}

html {
    height: 100%;
}

.page-contacts {
    min-height: 100%;
    height: 100%;
}

.page-contacts .parallax {
    height: 100%;
}

.page-contacts .screen {
    height: 100%;
    min-height: 100%;
}

.page-contacts article {
    white-space: normal;
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape),
(max-width: 599px) {
    .page-contacts article {
        padding: 0 20px;
        width: 40vw;
    }
    .page-contacts article .btn {
        padding: 0 20px 0 0;
        border: 0 solid;
        white-space: normal;
        line-height: 1.2em;
        text-align: left;
    }
    .page-contacts article .btn:active,
    .page-contacts article .btn:hover {
        background: none;
        color: #000;
    }
}

.page-contacts article .text-address {
    width: 35vw;
}

.page-contacts .parallax .screen-background {
    left: 35vw;
}

.page-contacts .parallax .screen-background .screen-background-content {
    background-color: #262626;
    width: 65vw;
    height: 100vh;
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) {
    .page-contacts .parallax .screen-background {
        left: 35vw;
    }
}

@media screen and (max-width: 479px) and (orientation: portrait) {
    .page-contacts .parallax .screen-background {
        left: -100vw;
    }
    .page-contacts .parallax .screen-background .screen-background-content {
        width: 100vw;
        height: 35vh;
    }
}

.page-contacts .btn {
    white-space: nowrap;
}

.page-contacts .btn:hover {
    color: #fff;
}

@media screen and (max-width: 479px) and (orientation: portrait) {
    .page-contacts .logo-link {
        color: #fff;
    }
    .page-contacts article {
        width: 100%;
    }
}

.page-about .screen {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 3vw;
    counter-reset: headings;
}

.page-about .screen-img {
    margin-top: 2.5vw;
    border-radius: 0;
    -webkit-filter: none;
    filter: none;
}

.page-about section {
    position: relative;
    padding-top: 7.5vw;
    width: 100vw;
}

.page-about section+section {
    margin-top: 7vw;
}

.page-about section .text {
    position: relative;
    padding-top: 11.8vw;
    padding-left: 43vw;
    padding-right: 17.5vw;
}

.page-about section .indent {
    margin-left: -7vw;
}

.page-about section header {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 11vw;
    counter-increment: headings;
}

@media (max-width: 1310px) {
    .page-about section header {
        position: relative;
        padding: 0 0 20px 0;
    }
}

.page-about section header p {
    margin-top: 3rem;
    margin-bottom: 3rem;
    width: 35vw;
    font-size: 1.65rem;
    line-height: 1.5;
}

@media (min-width: 480px) and (max-width: 959px) {
    .page-about section header p {
        width: 80vw;
    }
}

.page-about section h1 {
    line-height: .9;
    letter-spacing: -1px;
}

.page-about section h1::before {
    content: counter(headings, decimal-leading-zero) ".";
    position: absolute;
    bottom: 100%;
    left: 0;
    margin-bottom: 1rem;
    margin-left: .25rem;
    font-size: 1.7rem;
    font-weight: 400;
    color: #ff2400;
}

.page-about section h2 {
    margin-bottom: 3rem;
}

.page-about section h2~h2 {
    margin-top: 3rem;
}

.page-about section p {
    font-size: 1.65rem;
}

.page-about #mission {
    margin-top: 8.3vw;
}

.page-about .mission {
    position: relative;
    margin-top: -14.5vw;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: -5vw;
}

.page-about .founder-letter {
    margin-bottom: -4vw;
}

.page-about .founder-letter.text {
    padding-top: 0;
}

.page-about .founder-letter .founder-pic {
    position: absolute;
    top: 1vw;
    left: -15vw;
    max-width: 46vw;
    max-height: 100%;
    border-radius: 50%;
    -webkit-mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC");
}

.page-about .founder-letter .founder {
    margin-top: 2rem;
    margin-right: 5vw;
    padding-top: 20px;
    height: 120px;
    background: url("/70/images/about/sign.jpg") no-repeat 100% 50%;
}

.page-about .founder-letter .founder small {
    display: block;
    font-size: 1.2rem;
    font-weight: 400;
    color: #999;
}

.page-about .founder-letter .founder img {
    float: right;
}

.page-about .directors {
    margin-top: 14vw;
}

.page-about .directors .circle-nav {
    width: 60.102vh;
    height: 60.102vh;
}

.page-about .directors .circle-nav-slides {
    width: 11vw;
}

@media screen and (min-width: 960px) {
    .page-about .directors .circle-nav-slides {
        width: auto;
    }
}

.page-about .directors .circle-nav::after {
    display: none;
}

.page-about .directors .circle-nav-item:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) translate(0vh, -30.051vh) translate(0%, -50%) translate(0px, -26px);
    -ms-transform: translate(-50%, -50%) translate(0vh, -30.051vh) translate(0%, -50%) translate(0px, -26px);
    transform: translate(-50%, -50%) translate(0vh, -30.051vh) translate(0%, -50%) translate(0px, -26px);
}

.page-about .directors .circle-nav-item:nth-of-type(1) .circle-nav-sub {
    bottom: 5px;
    right: 0;
    left: 0;
    text-align: center;
}

.page-about .directors .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(1) {
    display: none;
}

.page-about .directors .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(4) span {
    background-color: #ff2400;
}

.page-about .directors .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(1) span {
    background-color: #ff2400;
}

.page-about .directors .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(2) span {
    background-color: #ff2400;
}

.page-about .directors .circle-nav[data-active="0"] .circle-nav-outline {
    width: calc(100% + 63px);
    height: calc(100% + 63px);
    top: -31.5px;
    left: -31.5px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition-timing-function: step-start;
    -webkit-animation: circle-nav-outline-sector-2-4 0.4s linear;
    animation: circle-nav-outline-sector-2-4 0.4s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes circle-nav-outline-sector-2-4 {
    from {
        stroke-dashoffset: 3130;
    }
    to {
        stroke-dashoffset: 1565;
    }
}

@keyframes circle-nav-outline-sector-2-4 {
    from {
        stroke-dashoffset: 3130;
    }
    to {
        stroke-dashoffset: 1565;
    }
}

.page-about .directors .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide:nth-child(1) {
    z-index: 1;
    opacity: 1;
}

.page-about .directors .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide-img:nth-child(1) .img {
    opacity: 1;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.page-about .directors .circle-nav-item:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) translate(30.051vh, 0vh) translate(50%, 0%) translate(26px, 0px);
    -ms-transform: translate(-50%, -50%) translate(30.051vh, 0vh) translate(50%, 0%) translate(26px, 0px);
    transform: translate(-50%, -50%) translate(30.051vh, 0vh) translate(50%, 0%) translate(26px, 0px);
}

.page-about .directors .circle-nav-item:nth-of-type(2) .circle-nav-sub {
    bottom: 5px;
    left: 20px;
}

.page-about .directors .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(2) {
    display: none;
}

.page-about .directors .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(1) span {
    background-color: #ff2400;
}

.page-about .directors .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(2) span {
    background-color: #ff2400;
}

.page-about .directors .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(3) span {
    background-color: #ff2400;
}

.page-about .directors .circle-nav[data-active="1"] .circle-nav-outline {
    width: calc(100% + 63px);
    height: calc(100% + 63px);
    top: -31.5px;
    left: -31.5px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition-timing-function: step-start;
    -webkit-animation: circle-nav-outline-sector-2-4 0.4s linear;
    animation: circle-nav-outline-sector-2-4 0.4s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes circle-nav-outline-sector-2-4 {
    from {
        stroke-dashoffset: 3130;
    }
    to {
        stroke-dashoffset: 1565;
    }
}

.page-about .directors .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide:nth-child(2) {
    z-index: 1;
    opacity: 1;
}

.page-about .directors .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide-img:nth-child(2) .img {
    opacity: 1;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.page-about .directors .circle-nav-item:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) translate(0vh, 30.051vh) translate(0%, 50%) translate(0px, 26px);
    -ms-transform: translate(-50%, -50%) translate(0vh, 30.051vh) translate(0%, 50%) translate(0px, 26px);
    transform: translate(-50%, -50%) translate(0vh, 30.051vh) translate(0%, 50%) translate(0px, 26px);
}

.page-about .directors .circle-nav-item:nth-of-type(3) .circle-nav-sub {
    bottom: 5px;
    right: 0;
    left: 0;
    text-align: center;
}

.page-about .directors .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(3) {
    display: none;
}

.page-about .directors .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(2) span {
    background-color: #ff2400;
}

.page-about .directors .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(3) span {
    background-color: #ff2400;
}

.page-about .directors .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(4) span {
    background-color: #ff2400;
}

.page-about .directors .circle-nav[data-active="2"] .circle-nav-outline {
    width: calc(100% + 63px);
    height: calc(100% + 63px);
    top: -31.5px;
    left: -31.5px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    transition-timing-function: step-start;
    -webkit-animation: circle-nav-outline-sector-2-4 0.4s linear;
    animation: circle-nav-outline-sector-2-4 0.4s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes circle-nav-outline-sector-2-4 {
    from {
        stroke-dashoffset: 3130;
    }
    to {
        stroke-dashoffset: 1565;
    }
}

.page-about .directors .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide:nth-child(3) {
    z-index: 1;
    opacity: 1;
}

.page-about .directors .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide-img:nth-child(3) .img {
    opacity: 1;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.page-about .directors .circle-nav-item:nth-of-type(4) {
    -webkit-transform: translate(-50%, -50%) translate(-30.051vh, 0vh) translate(-50%, 0%) translate(-26px, 0px);
    -ms-transform: translate(-50%, -50%) translate(-30.051vh, 0vh) translate(-50%, 0%) translate(-26px, 0px);
    transform: translate(-50%, -50%) translate(-30.051vh, 0vh) translate(-50%, 0%) translate(-26px, 0px);
}

.page-about .directors .circle-nav-item:nth-of-type(4) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-about .directors .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(4) {
    display: none;
}

.page-about .directors .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(3) span {
    background-color: #ff2400;
}

.page-about .directors .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(4) span {
    background-color: #ff2400;
}

.page-about .directors .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(5) span {
    background-color: #ff2400;
}

.page-about .directors .circle-nav[data-active="3"] .circle-nav-outline {
    width: calc(100% + 63px);
    height: calc(100% + 63px);
    top: -31.5px;
    left: -31.5px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transition-timing-function: step-start;
    -webkit-animation: circle-nav-outline-sector-2-4 0.4s linear;
    animation: circle-nav-outline-sector-2-4 0.4s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes circle-nav-outline-sector-2-4 {
    from {
        stroke-dashoffset: 3130;
    }
    to {
        stroke-dashoffset: 1565;
    }
}

.page-about .directors .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide:nth-child(4) {
    z-index: 1;
    opacity: 1;
}

.page-about .directors .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide-img:nth-child(4) .img {
    opacity: 1;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.page-about .directors .circle-nav-marker:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) translate(0vh, -30.051vh) translate(0%, -50%) translate(0px, -20px);
    -ms-transform: translate(-50%, -50%) translate(0vh, -30.051vh) translate(0%, -50%) translate(0px, -20px);
    transform: translate(-50%, -50%) translate(0vh, -30.051vh) translate(0%, -50%) translate(0px, -20px);
}

.page-about .directors .circle-nav-marker:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) translate(30.051vh, 0vh) translate(50%, 0%) translate(20px, 0px);
    -ms-transform: translate(-50%, -50%) translate(30.051vh, 0vh) translate(50%, 0%) translate(20px, 0px);
    transform: translate(-50%, -50%) translate(30.051vh, 0vh) translate(50%, 0%) translate(20px, 0px);
}

.page-about .directors .circle-nav-marker:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) translate(0vh, 30.051vh) translate(0%, 50%) translate(0px, 20px);
    -ms-transform: translate(-50%, -50%) translate(0vh, 30.051vh) translate(0%, 50%) translate(0px, 20px);
    transform: translate(-50%, -50%) translate(0vh, 30.051vh) translate(0%, 50%) translate(0px, 20px);
}

.page-about .directors .circle-nav-marker:nth-of-type(4) {
    -webkit-transform: translate(-50%, -50%) translate(-30.051vh, 0vh) translate(-50%, 0%) translate(-20px, 0px);
    -ms-transform: translate(-50%, -50%) translate(-30.051vh, 0vh) translate(-50%, 0%) translate(-20px, 0px);
    transform: translate(-50%, -50%) translate(-30.051vh, 0vh) translate(-50%, 0%) translate(-20px, 0px);
}

.page-about .directors .circle-nav-marker:nth-of-type(1) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 0s;
}

.page-about .directors .circle-nav-marker:nth-of-type(2) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 0.2s;
}

.page-about .directors .circle-nav-marker:nth-of-type(3) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 0.4s;
}

.page-about .directors .circle-nav-marker:nth-of-type(4) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 0.6s;
}

@media screen and (max-width: 959px) {
    .page-about .directors .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(21.24927vh, -21.24927vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(21.24927vh, -21.24927vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(21.24927vh, -21.24927vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
    }
    .page-about .directors .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-about .directors .circle-nav[data-active="0"] .circle-nav-outline {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .page-about .directors .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(21.24927vh, 21.24927vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(21.24927vh, 21.24927vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(21.24927vh, 21.24927vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
    }
    .page-about .directors .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-about .directors .circle-nav[data-active="1"] .circle-nav-outline {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .page-about .directors .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-21.24927vh, 21.24927vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-21.24927vh, 21.24927vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(-21.24927vh, 21.24927vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
    }
    .page-about .directors .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-about .directors .circle-nav[data-active="2"] .circle-nav-outline {
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .page-about .directors .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-21.24927vh, -21.24927vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-21.24927vh, -21.24927vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(-21.24927vh, -21.24927vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
    }
    .page-about .directors .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-about .directors .circle-nav[data-active="3"] .circle-nav-outline {
        -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        transform: rotate(225deg);
    }
    .page-about .directors .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(21.24927vh, -21.24927vh) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(21.24927vh, -21.24927vh) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(21.24927vh, -21.24927vh) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
    }
    .page-about .directors .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(21.24927vh, 21.24927vh) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(21.24927vh, 21.24927vh) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(21.24927vh, 21.24927vh) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
    }
    .page-about .directors .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-21.24927vh, 21.24927vh) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-21.24927vh, 21.24927vh) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(-21.24927vh, 21.24927vh) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
    }
    .page-about .directors .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-21.24927vh, -21.24927vh) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-21.24927vh, -21.24927vh) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(-21.24927vh, -21.24927vh) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape),
(max-width: 599px) {
    .page-about .directors .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(18.06188vh, -18.06188vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(18.06188vh, -18.06188vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(18.06188vh, -18.06188vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
    }
    .page-about .directors .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-about .directors .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(16.57443vh, -16.57443vh) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(16.57443vh, -16.57443vh) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(16.57443vh, -16.57443vh) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
    }
    .page-about .directors .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(18.06188vh, 18.06188vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(18.06188vh, 18.06188vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(18.06188vh, 18.06188vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
    }
    .page-about .directors .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-about .directors .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(16.57443vh, 16.57443vh) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(16.57443vh, 16.57443vh) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(16.57443vh, 16.57443vh) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
    }
    .page-about .directors .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vh, 18.06188vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vh, 18.06188vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(-18.06188vh, 18.06188vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
    }
    .page-about .directors .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-about .directors .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-16.57443vh, 16.57443vh) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-16.57443vh, 16.57443vh) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(-16.57443vh, 16.57443vh) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
    }
    .page-about .directors .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
    }
    .page-about .directors .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-about .directors .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-16.57443vh, -16.57443vh) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-16.57443vh, -16.57443vh) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(-16.57443vh, -16.57443vh) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
    }
}

.page-about .directors .circle-nav[data-active] .circle-nav-outline {
    -webkit-animation: none;
    animation: none;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
}

.page-about .directors .circle-nav[data-active] .circle-nav-marker:nth-of-type(n) span {
    background-color: #000;
}

@media screen and (max-width: 1180px) {
    .page-about .directors .circle-nav {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.page-about .directors .circle-nav-item .circle-nav-descr {
    width: 30vw;
    white-space: normal;
    position: absolute;
    font-size: 1.3rem;
    font-weight: 400;
    opacity: 0;
    background: #fff;
    padding: 10px;
}

.page-about .directors .circle-nav-item .circle-nav-descr a {
    color: #ff2400;
}

@media screen and (max-width: 1180px) {
    .page-about .directors .circle-nav-item .circle-nav-descr {
        position: static;
        margin: 0 !important;
        width: auto;
        opacity: 1;
        display: none;
    }
}

.page-about .directors .circle-nav-item.js-active .circle-nav-descr {
    opacity: 1;
}

@media screen and (max-width: 1180px) {
    .page-about .directors .circle-nav-item.js-active .circle-nav-descr {
        display: block;
    }
}

@media screen and (max-width: 1180px) {
    .page-about .directors .circle-nav-slides .circle-nav-slide,
    .page-about .directors .circle-nav-slides .circle-nav-slide-img .img {
        opacity: 1;
    }
}

.page-about .management .circle-nav {
    margin-top: 230px;
    width: 60.102vh;
    height: 60.102vh;
}

.page-about .management .circle-nav::after {
    display: none;
}

.page-about .management .circle-nav-item:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) translate(0vh, -30.051vh) translate(0%, -50%) translate(0px, -36px);
    -ms-transform: translate(-50%, -50%) translate(0vh, -30.051vh) translate(0%, -50%) translate(0px, -36px);
    transform: translate(-50%, -50%) translate(0vh, -30.051vh) translate(0%, -50%) translate(0px, -36px);
}

.page-about .management .circle-nav-item:nth-of-type(1) .circle-nav-sub {
    bottom: 5px;
    right: 0;
    left: 0;
    text-align: center;
}

.page-about .management .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(1) {
    display: none;
}

.page-about .management .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(7) span {
    background-color: #ff2400;
}

.page-about .management .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(1) span {
    background-color: #ff2400;
}

.page-about .management .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(2) span {
    background-color: #ff2400;
}

.page-about .management .circle-nav[data-active="0"] .circle-nav-outline {
    width: calc(100% + 63px);
    height: calc(100% + 63px);
    top: -31.5px;
    left: -31.5px;
    -webkit-transform: rotate(-51.42857deg);
    -ms-transform: rotate(-51.42857deg);
    transform: rotate(-51.42857deg);
    transition-timing-function: step-start;
    -webkit-animation: circle-nav-outline-sector-2-7 0.4s linear;
    animation: circle-nav-outline-sector-2-7 0.4s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes circle-nav-outline-sector-2-7 {
    from {
        stroke-dashoffset: 3130;
    }
    to {
        stroke-dashoffset: 2235.71429;
    }
}

@keyframes circle-nav-outline-sector-2-7 {
    from {
        stroke-dashoffset: 3130;
    }
    to {
        stroke-dashoffset: 2235.71429;
    }
}

.page-about .management .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide:nth-child(1) {
    z-index: 1;
    opacity: 1;
}

.page-about .management .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide-img:nth-child(1) .img {
    opacity: 1;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.page-about .management .circle-nav-item:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) translate(23.49482vh, -18.73649vh) translate(39.09157%, -31.17449%) translate(28.14593px, -22.44563px);
    -ms-transform: translate(-50%, -50%) translate(23.49482vh, -18.73649vh) translate(39.09157%, -31.17449%) translate(28.14593px, -22.44563px);
    transform: translate(-50%, -50%) translate(23.49482vh, -18.73649vh) translate(39.09157%, -31.17449%) translate(28.14593px, -22.44563px);
}

.page-about .management .circle-nav-item:nth-of-type(2) .circle-nav-sub {
    bottom: 5px;
    left: 20px;
}

.page-about .management .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(2) {
    display: none;
}

.page-about .management .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(1) span {
    background-color: #ff2400;
}

.page-about .management .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(2) span {
    background-color: #ff2400;
}

.page-about .management .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(3) span {
    background-color: #ff2400;
}

.page-about .management .circle-nav[data-active="1"] .circle-nav-outline {
    width: calc(100% + 63px);
    height: calc(100% + 63px);
    top: -31.5px;
    left: -31.5px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition-timing-function: step-start;
    -webkit-animation: circle-nav-outline-sector-2-7 0.4s linear;
    animation: circle-nav-outline-sector-2-7 0.4s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes circle-nav-outline-sector-2-7 {
    from {
        stroke-dashoffset: 3130;
    }
    to {
        stroke-dashoffset: 2235.71429;
    }
}

.page-about .management .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide:nth-child(2) {
    z-index: 1;
    opacity: 1;
}

.page-about .management .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide-img:nth-child(2) .img {
    opacity: 1;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.page-about .management .circle-nav-item:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) translate(29.29756vh, 6.68698vh) translate(48.7464%, 11.12605%) translate(35.0974px, 8.01075px);
    -ms-transform: translate(-50%, -50%) translate(29.29756vh, 6.68698vh) translate(48.7464%, 11.12605%) translate(35.0974px, 8.01075px);
    transform: translate(-50%, -50%) translate(29.29756vh, 6.68698vh) translate(48.7464%, 11.12605%) translate(35.0974px, 8.01075px);
}

.page-about .management .circle-nav-item:nth-of-type(3) .circle-nav-sub {
    bottom: 5px;
    left: 20px;
}

.page-about .management .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(3) {
    display: none;
}

.page-about .management .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(2) span {
    background-color: #ff2400;
}

.page-about .management .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(3) span {
    background-color: #ff2400;
}

.page-about .management .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(4) span {
    background-color: #ff2400;
}

.page-about .management .circle-nav[data-active="2"] .circle-nav-outline {
    width: calc(100% + 63px);
    height: calc(100% + 63px);
    top: -31.5px;
    left: -31.5px;
    -webkit-transform: rotate(51.42857deg);
    -ms-transform: rotate(51.42857deg);
    transform: rotate(51.42857deg);
    transition-timing-function: step-start;
    -webkit-animation: circle-nav-outline-sector-2-7 0.4s linear;
    animation: circle-nav-outline-sector-2-7 0.4s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes circle-nav-outline-sector-2-7 {
    from {
        stroke-dashoffset: 3130;
    }
    to {
        stroke-dashoffset: 2235.71429;
    }
}

.page-about .management .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide:nth-child(3) {
    z-index: 1;
    opacity: 1;
}

.page-about .management .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide-img:nth-child(3) .img {
    opacity: 1;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.page-about .management .circle-nav-item:nth-of-type(4) {
    -webkit-transform: translate(-50%, -50%) translate(13.03864vh, 27.07502vh) translate(21.69419%, 45.04844%) translate(15.61981px, 32.43488px);
    -ms-transform: translate(-50%, -50%) translate(13.03864vh, 27.07502vh) translate(21.69419%, 45.04844%) translate(15.61981px, 32.43488px);
    transform: translate(-50%, -50%) translate(13.03864vh, 27.07502vh) translate(21.69419%, 45.04844%) translate(15.61981px, 32.43488px);
}

.page-about .management .circle-nav-item:nth-of-type(4) .circle-nav-sub {
    bottom: 5px;
    left: 20px;
}

.page-about .management .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(4) {
    display: none;
}

.page-about .management .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(3) span {
    background-color: #ff2400;
}

.page-about .management .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(4) span {
    background-color: #ff2400;
}

.page-about .management .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(5) span {
    background-color: #ff2400;
}

.page-about .management .circle-nav[data-active="3"] .circle-nav-outline {
    width: calc(100% + 63px);
    height: calc(100% + 63px);
    top: -31.5px;
    left: -31.5px;
    -webkit-transform: rotate(102.85714deg);
    -ms-transform: rotate(102.85714deg);
    transform: rotate(102.85714deg);
    transition-timing-function: step-start;
    -webkit-animation: circle-nav-outline-sector-2-7 0.4s linear;
    animation: circle-nav-outline-sector-2-7 0.4s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes circle-nav-outline-sector-2-7 {
    from {
        stroke-dashoffset: 3130;
    }
    to {
        stroke-dashoffset: 2235.71429;
    }
}

.page-about .management .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide:nth-child(4) {
    z-index: 1;
    opacity: 1;
}

.page-about .management .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide-img:nth-child(4) .img {
    opacity: 1;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.page-about .management .circle-nav-item:nth-of-type(5) {
    -webkit-transform: translate(-50%, -50%) translate(-13.03864vh, 27.07502vh) translate(-21.69419%, 45.04844%) translate(-15.61981px, 32.43488px);
    -ms-transform: translate(-50%, -50%) translate(-13.03864vh, 27.07502vh) translate(-21.69419%, 45.04844%) translate(-15.61981px, 32.43488px);
    transform: translate(-50%, -50%) translate(-13.03864vh, 27.07502vh) translate(-21.69419%, 45.04844%) translate(-15.61981px, 32.43488px);
}

.page-about .management .circle-nav-item:nth-of-type(5) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-about .management .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(5) {
    display: none;
}

.page-about .management .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(4) span {
    background-color: #ff2400;
}

.page-about .management .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(5) span {
    background-color: #ff2400;
}

.page-about .management .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(6) span {
    background-color: #ff2400;
}

.page-about .management .circle-nav[data-active="4"] .circle-nav-outline {
    width: calc(100% + 63px);
    height: calc(100% + 63px);
    top: -31.5px;
    left: -31.5px;
    -webkit-transform: rotate(154.28571deg);
    -ms-transform: rotate(154.28571deg);
    transform: rotate(154.28571deg);
    transition-timing-function: step-start;
    -webkit-animation: circle-nav-outline-sector-2-7 0.4s linear;
    animation: circle-nav-outline-sector-2-7 0.4s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes circle-nav-outline-sector-2-7 {
    from {
        stroke-dashoffset: 3130;
    }
    to {
        stroke-dashoffset: 2235.71429;
    }
}

.page-about .management .circle-nav[data-active="4"] .circle-nav-slides .circle-nav-slide:nth-child(5) {
    z-index: 1;
    opacity: 1;
}

.page-about .management .circle-nav[data-active="4"] .circle-nav-slides .circle-nav-slide-img:nth-child(5) .img {
    opacity: 1;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.page-about .management .circle-nav-item:nth-of-type(6) {
    -webkit-transform: translate(-50%, -50%) translate(-29.29756vh, 6.68698vh) translate(-48.7464%, 11.12605%) translate(-35.0974px, 8.01075px);
    -ms-transform: translate(-50%, -50%) translate(-29.29756vh, 6.68698vh) translate(-48.7464%, 11.12605%) translate(-35.0974px, 8.01075px);
    transform: translate(-50%, -50%) translate(-29.29756vh, 6.68698vh) translate(-48.7464%, 11.12605%) translate(-35.0974px, 8.01075px);
}

.page-about .management .circle-nav-item:nth-of-type(6) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-about .management .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(6) {
    display: none;
}

.page-about .management .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(5) span {
    background-color: #ff2400;
}

.page-about .management .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(6) span {
    background-color: #ff2400;
}

.page-about .management .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(7) span {
    background-color: #ff2400;
}

.page-about .management .circle-nav[data-active="5"] .circle-nav-outline {
    width: calc(100% + 63px);
    height: calc(100% + 63px);
    top: -31.5px;
    left: -31.5px;
    -webkit-transform: rotate(205.71429deg);
    -ms-transform: rotate(205.71429deg);
    transform: rotate(205.71429deg);
    transition-timing-function: step-start;
    -webkit-animation: circle-nav-outline-sector-2-7 0.4s linear;
    animation: circle-nav-outline-sector-2-7 0.4s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes circle-nav-outline-sector-2-7 {
    from {
        stroke-dashoffset: 3130;
    }
    to {
        stroke-dashoffset: 2235.71429;
    }
}

.page-about .management .circle-nav[data-active="5"] .circle-nav-slides .circle-nav-slide:nth-child(6) {
    z-index: 1;
    opacity: 1;
}

.page-about .management .circle-nav[data-active="5"] .circle-nav-slides .circle-nav-slide-img:nth-child(6) .img {
    opacity: 1;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.page-about .management .circle-nav-item:nth-of-type(7) {
    -webkit-transform: translate(-50%, -50%) translate(-23.49482vh, -18.73649vh) translate(-39.09157%, -31.17449%) translate(-28.14593px, -22.44563px);
    -ms-transform: translate(-50%, -50%) translate(-23.49482vh, -18.73649vh) translate(-39.09157%, -31.17449%) translate(-28.14593px, -22.44563px);
    transform: translate(-50%, -50%) translate(-23.49482vh, -18.73649vh) translate(-39.09157%, -31.17449%) translate(-28.14593px, -22.44563px);
}

.page-about .management .circle-nav-item:nth-of-type(7) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-about .management .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(7) {
    display: none;
}

.page-about .management .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(6) span {
    background-color: #ff2400;
}

.page-about .management .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(7) span {
    background-color: #ff2400;
}

.page-about .management .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(8) span {
    background-color: #ff2400;
}

.page-about .management .circle-nav[data-active="6"] .circle-nav-outline {
    width: calc(100% + 63px);
    height: calc(100% + 63px);
    top: -31.5px;
    left: -31.5px;
    -webkit-transform: rotate(257.14286deg);
    -ms-transform: rotate(257.14286deg);
    transform: rotate(257.14286deg);
    transition-timing-function: step-start;
    -webkit-animation: circle-nav-outline-sector-2-7 0.4s linear;
    animation: circle-nav-outline-sector-2-7 0.4s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes circle-nav-outline-sector-2-7 {
    from {
        stroke-dashoffset: 3130;
    }
    to {
        stroke-dashoffset: 2235.71429;
    }
}

.page-about .management .circle-nav[data-active="6"] .circle-nav-slides .circle-nav-slide:nth-child(7) {
    z-index: 1;
    opacity: 1;
}

.page-about .management .circle-nav[data-active="6"] .circle-nav-slides .circle-nav-slide-img:nth-child(7) .img {
    opacity: 1;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.page-about .management .circle-nav-marker:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) translate(0vh, -30.051vh) translate(0%, -50%) translate(0px, -20px);
    -ms-transform: translate(-50%, -50%) translate(0vh, -30.051vh) translate(0%, -50%) translate(0px, -20px);
    transform: translate(-50%, -50%) translate(0vh, -30.051vh) translate(0%, -50%) translate(0px, -20px);
}

.page-about .management .circle-nav-marker:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) translate(23.49482vh, -18.73649vh) translate(39.09157%, -31.17449%) translate(15.63663px, -12.4698px);
    -ms-transform: translate(-50%, -50%) translate(23.49482vh, -18.73649vh) translate(39.09157%, -31.17449%) translate(15.63663px, -12.4698px);
    transform: translate(-50%, -50%) translate(23.49482vh, -18.73649vh) translate(39.09157%, -31.17449%) translate(15.63663px, -12.4698px);
}

.page-about .management .circle-nav-marker:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) translate(29.29756vh, 6.68698vh) translate(48.7464%, 11.12605%) translate(19.49856px, 4.45042px);
    -ms-transform: translate(-50%, -50%) translate(29.29756vh, 6.68698vh) translate(48.7464%, 11.12605%) translate(19.49856px, 4.45042px);
    transform: translate(-50%, -50%) translate(29.29756vh, 6.68698vh) translate(48.7464%, 11.12605%) translate(19.49856px, 4.45042px);
}

.page-about .management .circle-nav-marker:nth-of-type(4) {
    -webkit-transform: translate(-50%, -50%) translate(13.03864vh, 27.07502vh) translate(21.69419%, 45.04844%) translate(8.67767px, 18.01938px);
    -ms-transform: translate(-50%, -50%) translate(13.03864vh, 27.07502vh) translate(21.69419%, 45.04844%) translate(8.67767px, 18.01938px);
    transform: translate(-50%, -50%) translate(13.03864vh, 27.07502vh) translate(21.69419%, 45.04844%) translate(8.67767px, 18.01938px);
}

.page-about .management .circle-nav-marker:nth-of-type(5) {
    -webkit-transform: translate(-50%, -50%) translate(-13.03864vh, 27.07502vh) translate(-21.69419%, 45.04844%) translate(-8.67767px, 18.01938px);
    -ms-transform: translate(-50%, -50%) translate(-13.03864vh, 27.07502vh) translate(-21.69419%, 45.04844%) translate(-8.67767px, 18.01938px);
    transform: translate(-50%, -50%) translate(-13.03864vh, 27.07502vh) translate(-21.69419%, 45.04844%) translate(-8.67767px, 18.01938px);
}

.page-about .management .circle-nav-marker:nth-of-type(6) {
    -webkit-transform: translate(-50%, -50%) translate(-29.29756vh, 6.68698vh) translate(-48.7464%, 11.12605%) translate(-19.49856px, 4.45042px);
    -ms-transform: translate(-50%, -50%) translate(-29.29756vh, 6.68698vh) translate(-48.7464%, 11.12605%) translate(-19.49856px, 4.45042px);
    transform: translate(-50%, -50%) translate(-29.29756vh, 6.68698vh) translate(-48.7464%, 11.12605%) translate(-19.49856px, 4.45042px);
}

.page-about .management .circle-nav-marker:nth-of-type(7) {
    -webkit-transform: translate(-50%, -50%) translate(-23.49482vh, -18.73649vh) translate(-39.09157%, -31.17449%) translate(-15.63663px, -12.4698px);
    -ms-transform: translate(-50%, -50%) translate(-23.49482vh, -18.73649vh) translate(-39.09157%, -31.17449%) translate(-15.63663px, -12.4698px);
    transform: translate(-50%, -50%) translate(-23.49482vh, -18.73649vh) translate(-39.09157%, -31.17449%) translate(-15.63663px, -12.4698px);
}

.page-about .management .circle-nav-marker:nth-of-type(1) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 0s;
}

.page-about .management .circle-nav-marker:nth-of-type(2) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 0.2s;
}

.page-about .management .circle-nav-marker:nth-of-type(3) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 0.4s;
}

.page-about .management .circle-nav-marker:nth-of-type(4) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 0.6s;
}

.page-about .management .circle-nav-marker:nth-of-type(5) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 0.8s;
}

.page-about .management .circle-nav-marker:nth-of-type(6) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 1s;
}

.page-about .management .circle-nav-marker:nth-of-type(7) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 1.2s;
}

@media screen and (max-width: 959px) {
    .page-about .management .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(21.24927vh, -21.24927vh) translate(35.35534%, -35.35534%) translate(25.45584px, -25.45584px);
        -ms-transform: translate(-50%, -50%) translate(21.24927vh, -21.24927vh) translate(35.35534%, -35.35534%) translate(25.45584px, -25.45584px);
        transform: translate(-50%, -50%) translate(21.24927vh, -21.24927vh) translate(35.35534%, -35.35534%) translate(25.45584px, -25.45584px);
    }
    .page-about .management .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-about .management .circle-nav[data-active="0"] .circle-nav-outline {
        -webkit-transform: rotate(-6.42857deg);
        -ms-transform: rotate(-6.42857deg);
        transform: rotate(-6.42857deg);
    }
    .page-about .management .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(29.86205vh, 3.36464vh) translate(49.68561%, 5.59822%) translate(35.77364px, 4.03072px);
        -ms-transform: translate(-50%, -50%) translate(29.86205vh, 3.36464vh) translate(49.68561%, 5.59822%) translate(35.77364px, 4.03072px);
        transform: translate(-50%, -50%) translate(29.86205vh, 3.36464vh) translate(49.68561%, 5.59822%) translate(35.77364px, 4.03072px);
    }
    .page-about .management .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-about .management .circle-nav[data-active="1"] .circle-nav-outline {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .page-about .management .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(15.9881vh, 25.44491vh) translate(26.6016%, 42.33621%) translate(19.15315px, 30.48207px);
        -ms-transform: translate(-50%, -50%) translate(15.9881vh, 25.44491vh) translate(26.6016%, 42.33621%) translate(19.15315px, 30.48207px);
        transform: translate(-50%, -50%) translate(15.9881vh, 25.44491vh) translate(26.6016%, 42.33621%) translate(19.15315px, 30.48207px);
    }
    .page-about .management .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-about .management .circle-nav[data-active="2"] .circle-nav-outline {
        -webkit-transform: rotate(96.42857deg);
        -ms-transform: rotate(96.42857deg);
        transform: rotate(96.42857deg);
    }
    .page-about .management .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-9.92522vh, 28.36464vh) translate(-16.51395%, 47.19417%) translate(-11.89005px, 33.9798px);
        -ms-transform: translate(-50%, -50%) translate(-9.92522vh, 28.36464vh) translate(-16.51395%, 47.19417%) translate(-11.89005px, 33.9798px);
        transform: translate(-50%, -50%) translate(-9.92522vh, 28.36464vh) translate(-16.51395%, 47.19417%) translate(-11.89005px, 33.9798px);
    }
    .page-about .management .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-about .management .circle-nav[data-active="3"] .circle-nav-outline {
        -webkit-transform: rotate(147.85714deg);
        -ms-transform: rotate(147.85714deg);
        transform: rotate(147.85714deg);
    }
    .page-about .management .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-28.36464vh, 9.92522vh) translate(-47.19417%, 16.51395%) translate(-33.9798px, 11.89005px);
        -ms-transform: translate(-50%, -50%) translate(-28.36464vh, 9.92522vh) translate(-47.19417%, 16.51395%) translate(-33.9798px, 11.89005px);
        transform: translate(-50%, -50%) translate(-28.36464vh, 9.92522vh) translate(-47.19417%, 16.51395%) translate(-33.9798px, 11.89005px);
    }
    .page-about .management .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-about .management .circle-nav[data-active="4"] .circle-nav-outline {
        -webkit-transform: rotate(199.28571deg);
        -ms-transform: rotate(199.28571deg);
        transform: rotate(199.28571deg);
    }
    .page-about .management .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-25.44491vh, -15.9881vh) translate(-42.33621%, -26.6016%) translate(-30.48207px, -19.15315px);
        -ms-transform: translate(-50%, -50%) translate(-25.44491vh, -15.9881vh) translate(-42.33621%, -26.6016%) translate(-30.48207px, -19.15315px);
        transform: translate(-50%, -50%) translate(-25.44491vh, -15.9881vh) translate(-42.33621%, -26.6016%) translate(-30.48207px, -19.15315px);
    }
    .page-about .management .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-about .management .circle-nav[data-active="5"] .circle-nav-outline {
        -webkit-transform: rotate(250.71429deg);
        -ms-transform: rotate(250.71429deg);
        transform: rotate(250.71429deg);
    }
    .page-about .management .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-3.36464vh, -29.86205vh) translate(-5.59822%, -49.68561%) translate(-4.03072px, -35.77364px);
        -ms-transform: translate(-50%, -50%) translate(-3.36464vh, -29.86205vh) translate(-5.59822%, -49.68561%) translate(-4.03072px, -35.77364px);
        transform: translate(-50%, -50%) translate(-3.36464vh, -29.86205vh) translate(-5.59822%, -49.68561%) translate(-4.03072px, -35.77364px);
    }
    .page-about .management .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-about .management .circle-nav[data-active="6"] .circle-nav-outline {
        -webkit-transform: rotate(302.14286deg);
        -ms-transform: rotate(302.14286deg);
        transform: rotate(302.14286deg);
    }
    .page-about .management .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(21.24927vh, -21.24927vh) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(21.24927vh, -21.24927vh) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(21.24927vh, -21.24927vh) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
    }
    .page-about .management .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(29.86205vh, 3.36464vh) translate(49.68561%, 5.59822%) translate(19.87424px, 2.23929px);
        -ms-transform: translate(-50%, -50%) translate(29.86205vh, 3.36464vh) translate(49.68561%, 5.59822%) translate(19.87424px, 2.23929px);
        transform: translate(-50%, -50%) translate(29.86205vh, 3.36464vh) translate(49.68561%, 5.59822%) translate(19.87424px, 2.23929px);
    }
    .page-about .management .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(15.9881vh, 25.44491vh) translate(26.6016%, 42.33621%) translate(10.64064px, 16.93448px);
        -ms-transform: translate(-50%, -50%) translate(15.9881vh, 25.44491vh) translate(26.6016%, 42.33621%) translate(10.64064px, 16.93448px);
        transform: translate(-50%, -50%) translate(15.9881vh, 25.44491vh) translate(26.6016%, 42.33621%) translate(10.64064px, 16.93448px);
    }
    .page-about .management .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-9.92522vh, 28.36464vh) translate(-16.51395%, 47.19417%) translate(-6.60558px, 18.87767px);
        -ms-transform: translate(-50%, -50%) translate(-9.92522vh, 28.36464vh) translate(-16.51395%, 47.19417%) translate(-6.60558px, 18.87767px);
        transform: translate(-50%, -50%) translate(-9.92522vh, 28.36464vh) translate(-16.51395%, 47.19417%) translate(-6.60558px, 18.87767px);
    }
    .page-about .management .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-28.36464vh, 9.92522vh) translate(-47.19417%, 16.51395%) translate(-18.87767px, 6.60558px);
        -ms-transform: translate(-50%, -50%) translate(-28.36464vh, 9.92522vh) translate(-47.19417%, 16.51395%) translate(-18.87767px, 6.60558px);
        transform: translate(-50%, -50%) translate(-28.36464vh, 9.92522vh) translate(-47.19417%, 16.51395%) translate(-18.87767px, 6.60558px);
    }
    .page-about .management .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-25.44491vh, -15.9881vh) translate(-42.33621%, -26.6016%) translate(-16.93448px, -10.64064px);
        -ms-transform: translate(-50%, -50%) translate(-25.44491vh, -15.9881vh) translate(-42.33621%, -26.6016%) translate(-16.93448px, -10.64064px);
        transform: translate(-50%, -50%) translate(-25.44491vh, -15.9881vh) translate(-42.33621%, -26.6016%) translate(-16.93448px, -10.64064px);
    }
    .page-about .management .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-3.36464vh, -29.86205vh) translate(-5.59822%, -49.68561%) translate(-2.23929px, -19.87424px);
        -ms-transform: translate(-50%, -50%) translate(-3.36464vh, -29.86205vh) translate(-5.59822%, -49.68561%) translate(-2.23929px, -19.87424px);
        transform: translate(-50%, -50%) translate(-3.36464vh, -29.86205vh) translate(-5.59822%, -49.68561%) translate(-2.23929px, -19.87424px);
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape),
(max-width: 599px) {
    .page-about .management .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(18.06188vh, -18.06188vh) translate(35.35534%, -35.35534%) translate(25.45584px, -25.45584px);
        -ms-transform: translate(-50%, -50%) translate(18.06188vh, -18.06188vh) translate(35.35534%, -35.35534%) translate(25.45584px, -25.45584px);
        transform: translate(-50%, -50%) translate(18.06188vh, -18.06188vh) translate(35.35534%, -35.35534%) translate(25.45584px, -25.45584px);
    }
    .page-about .management .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-about .management .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(16.57443vh, -16.57443vh) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(16.57443vh, -16.57443vh) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(16.57443vh, -16.57443vh) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
    }
    .page-about .management .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(25.38274vh, 2.85995vh) translate(49.68561%, 5.59822%) translate(35.77364px, 4.03072px);
        -ms-transform: translate(-50%, -50%) translate(25.38274vh, 2.85995vh) translate(49.68561%, 5.59822%) translate(35.77364px, 4.03072px);
        transform: translate(-50%, -50%) translate(25.38274vh, 2.85995vh) translate(49.68561%, 5.59822%) translate(35.77364px, 4.03072px);
    }
    .page-about .management .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-about .management .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(23.2924vh, 2.62442vh) translate(49.68561%, 5.59822%) translate(19.87424px, 2.23929px);
        -ms-transform: translate(-50%, -50%) translate(23.2924vh, 2.62442vh) translate(49.68561%, 5.59822%) translate(19.87424px, 2.23929px);
        transform: translate(-50%, -50%) translate(23.2924vh, 2.62442vh) translate(49.68561%, 5.59822%) translate(19.87424px, 2.23929px);
    }
    .page-about .management .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(13.58988vh, 21.62817vh) translate(26.6016%, 42.33621%) translate(19.15315px, 30.48207px);
        -ms-transform: translate(-50%, -50%) translate(13.58988vh, 21.62817vh) translate(26.6016%, 42.33621%) translate(19.15315px, 30.48207px);
        transform: translate(-50%, -50%) translate(13.58988vh, 21.62817vh) translate(26.6016%, 42.33621%) translate(19.15315px, 30.48207px);
    }
    .page-about .management .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-about .management .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(12.47071vh, 19.84703vh) translate(26.6016%, 42.33621%) translate(10.64064px, 16.93448px);
        -ms-transform: translate(-50%, -50%) translate(12.47071vh, 19.84703vh) translate(26.6016%, 42.33621%) translate(10.64064px, 16.93448px);
        transform: translate(-50%, -50%) translate(12.47071vh, 19.84703vh) translate(26.6016%, 42.33621%) translate(10.64064px, 16.93448px);
    }
    .page-about .management .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-8.43643vh, 24.10994vh) translate(-16.51395%, 47.19417%) translate(-11.89005px, 33.9798px);
        -ms-transform: translate(-50%, -50%) translate(-8.43643vh, 24.10994vh) translate(-16.51395%, 47.19417%) translate(-11.89005px, 33.9798px);
        transform: translate(-50%, -50%) translate(-8.43643vh, 24.10994vh) translate(-16.51395%, 47.19417%) translate(-11.89005px, 33.9798px);
    }
    .page-about .management .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-about .management .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-7.74167vh, 22.12442vh) translate(-16.51395%, 47.19417%) translate(-6.60558px, 18.87767px);
        -ms-transform: translate(-50%, -50%) translate(-7.74167vh, 22.12442vh) translate(-16.51395%, 47.19417%) translate(-6.60558px, 18.87767px);
        transform: translate(-50%, -50%) translate(-7.74167vh, 22.12442vh) translate(-16.51395%, 47.19417%) translate(-6.60558px, 18.87767px);
    }
    .page-about .management .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-24.10994vh, 8.43643vh) translate(-47.19417%, 16.51395%) translate(-33.9798px, 11.89005px);
        -ms-transform: translate(-50%, -50%) translate(-24.10994vh, 8.43643vh) translate(-47.19417%, 16.51395%) translate(-33.9798px, 11.89005px);
        transform: translate(-50%, -50%) translate(-24.10994vh, 8.43643vh) translate(-47.19417%, 16.51395%) translate(-33.9798px, 11.89005px);
    }
    .page-about .management .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-about .management .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-22.12442vh, 7.74167vh) translate(-47.19417%, 16.51395%) translate(-18.87767px, 6.60558px);
        -ms-transform: translate(-50%, -50%) translate(-22.12442vh, 7.74167vh) translate(-47.19417%, 16.51395%) translate(-18.87767px, 6.60558px);
        transform: translate(-50%, -50%) translate(-22.12442vh, 7.74167vh) translate(-47.19417%, 16.51395%) translate(-18.87767px, 6.60558px);
    }
    .page-about .management .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-21.62817vh, -13.58988vh) translate(-42.33621%, -26.6016%) translate(-30.48207px, -19.15315px);
        -ms-transform: translate(-50%, -50%) translate(-21.62817vh, -13.58988vh) translate(-42.33621%, -26.6016%) translate(-30.48207px, -19.15315px);
        transform: translate(-50%, -50%) translate(-21.62817vh, -13.58988vh) translate(-42.33621%, -26.6016%) translate(-30.48207px, -19.15315px);
    }
    .page-about .management .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-about .management .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-19.84703vh, -12.47071vh) translate(-42.33621%, -26.6016%) translate(-16.93448px, -10.64064px);
        -ms-transform: translate(-50%, -50%) translate(-19.84703vh, -12.47071vh) translate(-42.33621%, -26.6016%) translate(-16.93448px, -10.64064px);
        transform: translate(-50%, -50%) translate(-19.84703vh, -12.47071vh) translate(-42.33621%, -26.6016%) translate(-16.93448px, -10.64064px);
    }
    .page-about .management .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-2.85995vh, -25.38274vh) translate(-5.59822%, -49.68561%) translate(-4.03072px, -35.77364px);
        -ms-transform: translate(-50%, -50%) translate(-2.85995vh, -25.38274vh) translate(-5.59822%, -49.68561%) translate(-4.03072px, -35.77364px);
        transform: translate(-50%, -50%) translate(-2.85995vh, -25.38274vh) translate(-5.59822%, -49.68561%) translate(-4.03072px, -35.77364px);
    }
    .page-about .management .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-about .management .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-2.62442vh, -23.2924vh) translate(-5.59822%, -49.68561%) translate(-2.23929px, -19.87424px);
        -ms-transform: translate(-50%, -50%) translate(-2.62442vh, -23.2924vh) translate(-5.59822%, -49.68561%) translate(-2.23929px, -19.87424px);
        transform: translate(-50%, -50%) translate(-2.62442vh, -23.2924vh) translate(-5.59822%, -49.68561%) translate(-2.23929px, -19.87424px);
    }
}

@media screen and (max-width: 1180px) {
    .page-about .management .circle-nav-slides .circle-nav-slide,
    .page-about .management .circle-nav-slides .circle-nav-slide-img .img {
        opacity: 1;
    }
}

.page-about .partners {
    margin-top: 18vw;
    margin-right: auto;
    margin-left: auto;
}

.page-about .text.charity-text {
    padding-top: 15vw;
}

.page-about .text.career-text {
    padding-top: 0vw;
}

@media screen and (min-width: 1400px) {
    .page-about .founder-letter {
        margin-bottom: 10vw;
    }
}

@media screen and (min-width: 960px) and (max-width: 1179px) {
    .page-about .screen {
        padding-top: 2vw;
    }
    .page-about .screen-img {
        margin-top: 0;
        width: 35vw;
        height: 35vw;
    }
    .page-about section header {
        left: 3vw;
    }
    .page-about section header p {
        width: 94vw;
        line-height: 1.4;
    }
    .page-about section h1 {
        width: 30vw;
    }
    .page-about section .text {
        padding-left: 27vw;
        padding-right: 14vw;
    }
    .page-about section .text h2 {
        margin-top: 3rem;
        margin-bottom: 3.5rem;
    }
    .page-about section .indent {
        margin-left: -3.5vw;
    }
    .page-about .mission {
        margin-top: -12vw;
    }
    .page-about .text.founder-letter {
        padding-top: 3.5vw;
    }
    .page-about .text.founder-letter .founder-pic {
        margin-top: 1vw;
        width: 34vw;
    }
    .page-about .text.founder-letter p {
        margin-bottom: 1.5rem;
        line-height: 1.5;
    }
    .page-about .text.founder-letter h2 {
        margin-top: 3.4rem;
        margin-bottom: 3rem;
    }
    .page-about .text.founder-letter h2:first-of-type {
        margin-bottom: 6rem;
    }
    .page-about .text.founder-letter .indent {
        margin-left: -4vw;
    }
    .page-about .text.founder-letter .founder {
        margin-top: 2.5vw;
        margin-right: -4vw;
    }
    .page-about .text.charity-text,
    .page-about .text.career-text {
        padding-right: 10vw;
    }
    .page-about .partners {
        margin-top: 10vw;
    }
}

@media screen and (min-width: 960px) {
    .page-about .circle-nav {
        margin-top: 5vw;
        margin-bottom: 5vw;
        margin-right: auto;
        margin-left: auto;
    }
    .page-about .circle-nav-item {
        font-size: 1.3rem;
        font-weight: 400;
    }
    .no-touch .page-about .circle-nav-item:hover {
        font-size: 3rem;
        font-weight: 700;
    }
    .page-about .circle-nav-sub {
        text-transform: none;
        font-size: 1.1rem;
        color: #999;
    }
}

@media screen and (min-width: 1180px) {
    .page-about .text.charity-text {
        padding-top: 9vw;
    }
}

@media screen and (max-width: 1179px) {
    .page-about .directors .circle-nav,
    .page-about .management .circle-nav {
        position: static;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: auto;
        height: auto;
        margin-bottom: 0;
    }
    .page-about .directors .circle-nav .logo,
    .page-about .directors .circle-nav::after,
    .page-about .management .circle-nav .logo,
    .page-about .management .circle-nav::after {
        display: none;
    }
    .page-about .directors .circle-nav-markers,
    .page-about .directors .circle-nav-outline,
    .page-about .management .circle-nav-markers,
    .page-about .management .circle-nav-outline {
        display: none;
    }
    .page-about .directors .circle-nav-slides,
    .page-about .management .circle-nav-slides {
        position: static;
        overflow: visible;
        display: block;
        margin-right: 2.5vw;
        -webkit-mask-image: none;
    }
    .page-about .directors .circle-nav-slides::after,
    .page-about .management .circle-nav-slides::after {
        display: none;
    }
    .page-about .directors .circle-nav-slides span,
    .page-about .management .circle-nav-slides span {
        position: relative;
        overflow: hidden;
        display: block;
        margin-bottom: 2vw;
        width: 11vw;
        height: 11vw;
        border-radius: 50%;
        -webkit-mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC");
    }
    .page-about .directors .circle-nav-slides .circle-nav-slide,
    .page-about .management .circle-nav-slides .circle-nav-slide {
        display: block;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
        transition: none;
    }
    .page-about .directors .circle-nav-item:nth-of-type(n),
    .page-about .directors .circle-nav-item:nth-of-type(n):hover,
    .page-about .directors .circle-nav-item.js-active:nth-of-type(n),
    .page-about .directors .circle-nav-item.js-active:nth-of-type(n):hover,
    .page-about .management .circle-nav-item:nth-of-type(n),
    .page-about .management .circle-nav-item:nth-of-type(n):hover,
    .page-about .management .circle-nav-item.js-active:nth-of-type(n),
    .page-about .management .circle-nav-item.js-active:nth-of-type(n):hover {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 2vw;
        height: 11vw;
    }
    .page-about .directors .circle-nav-item:nth-of-type(n):hover,
    .page-about .directors .circle-nav-item:nth-of-type(n):hover:hover,
    .page-about .directors .circle-nav-item.js-active:nth-of-type(n):hover,
    .page-about .directors .circle-nav-item.js-active:nth-of-type(n):hover:hover,
    .page-about .management .circle-nav-item:nth-of-type(n):hover,
    .page-about .management .circle-nav-item:nth-of-type(n):hover:hover,
    .page-about .management .circle-nav-item.js-active:nth-of-type(n):hover,
    .page-about .management .circle-nav-item.js-active:nth-of-type(n):hover:hover {
        font-size: 2.6rem;
    }
    .page-about .directors .circle-nav-item:nth-of-type(n) span,
    .page-about .directors .circle-nav-item:nth-of-type(n):hover span,
    .page-about .directors .circle-nav-item.js-active:nth-of-type(n) span,
    .page-about .directors .circle-nav-item.js-active:nth-of-type(n):hover span,
    .page-about .management .circle-nav-item:nth-of-type(n) span,
    .page-about .management .circle-nav-item:nth-of-type(n):hover span,
    .page-about .management .circle-nav-item.js-active:nth-of-type(n) span,
    .page-about .management .circle-nav-item.js-active:nth-of-type(n):hover span {
        position: static;
        display: block;
        text-transform: none;
        opacity: 1;
    }
    .page-about .directors .circle-nav-item:nth-of-type(n),
    .page-about .management .circle-nav-item:nth-of-type(n) {
        white-space: normal;
    }
    .page-about .directors .circle-nav-item:nth-of-type(n) .circle-nav-name,
    .page-about .management .circle-nav-item:nth-of-type(n) .circle-nav-name {
        font-size: 2.4rem;
        font-weight: 700;
        color: #000;
    }
    .page-about .directors .circle-nav-item:nth-of-type(n) .circle-nav-sub,
    .page-about .management .circle-nav-item:nth-of-type(n) .circle-nav-sub {
        font-size: 1.3rem;
        text-align: left;
        color: #999;
    }
    .page-about .directors .circle-nav {
        margin-left: 40%;
    }
    .page-about .management .circle-nav {
        margin-top: 15vw;
        margin-left: 30%;
    }
}

@media screen and (min-width: 600px) and (max-width: 959px) and (min-height: 416px) {
    .page-about .screen {
        padding-top: 12vw;
    }
    .page-about .screen-img {
        width: 50vw;
        height: 50vw;
    }
    .page-about section+section {
        margin-top: 7vw;
    }
    .page-about section header {
        left: 4vw;
    }
    .page-about section header h1 {
        width: 45vw;
        font-size: 5.4rem;
    }
    .page-about section header p {
        margin-top: 2rem;
        width: 91vw;
    }
    .page-about section .text {
        padding-top: 22vw;
        padding-right: 5vw;
        padding-left: 35vw;
    }
    .page-about section .text h2 {
        margin-top: 2rem;
        margin-bottom: 3rem;
    }
    .page-about section .text p {
        margin-bottom: 3.5rem;
    }
    .page-about section .text .indent {
        margin-left: -5vw;
    }
    .page-about section.group-history {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .page-about section .text.founder-letter {
        margin-bottom: -11vw;
        padding-top: 10vw;
    }
    .page-about section .text.founder-letter .founder-pic {
        top: 15vw;
        left: -20vw;
    }
    .page-about section .text.founder-letter h2 {
        margin-top: 4rem;
    }
    .page-about section .text.founder-letter h2~h2 {
        margin-top: 1rem;
    }
    .page-about section .text.founder-letter p {
        margin-bottom: 3.45rem;
        line-height: 1.425;
    }
    .page-about section .text.career-text {
        padding-top: 7.5vw;
    }
    .page-about section .text.career-text h2 {
        margin-bottom: 4rem;
    }
    .page-about .partners {
        margin-top: 35vw;
    }
}

@media screen and (max-width: 959px) {
    .page-about .mission {
        margin-top: -15vw;
    }
    .page-about .directors .circle-nav {
        margin-top: 10vw;
        margin-left: 10%;
    }
    .page-about .management .circle-nav {
        margin-top: 25vh;
        margin-left: 10%;
    }
    .page-about .text.charity-text {
        padding-top: 25vh;
    }
    .page-about .partners {
        margin-top: 25vh;
    }
}

@media (max-width: 700px) {
    .page-about .management .circle-nav {
        margin-top: 33vh;
    }
    .page-about .partners {
        margin-top: 33vh;
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) {
    .page-about .screen {
        padding-top: 13.5vw;
    }
    .page-about .screen-img {
        margin-top: 0vw;
        width: 42vw;
        height: 42vw;
    }
    .page-about section+section {
        margin-top: 10vw;
    }
    .page-about section header h1 {
        width: 50vw;
        line-height: 1.2;
    }
    .page-about section header h1::before {
        margin-bottom: 0;
        font-size: 1.4rem;
    }
    .page-about section header p {
        margin-top: 1rem;
        width: 80vw;
        line-height: 1.4;
        letter-spacing: -.5px;
    }
    .page-about section .text {
        padding-top: 13.5vw;
        padding-right: 0;
        padding-left: 17.5vw;
    }
    .page-about section .text h2 {
        margin-top: 1rem;
        margin-bottom: 2.5rem;
    }
    .page-about section .text h2~h2 {
        margin-top: 3rem;
        margin-bottom: 3.5rem;
    }
    .page-about section .text p {
        margin-bottom: 2rem;
        font-size: 1.4rem;
    }
    .page-about section .text.founder-letter {
        padding-top: 5vw;
        padding-right: 5vw;
        padding-left: 18vw;
        line-height: 1.45;
    }
    .page-about section .text.founder-letter .founder-pic {
        display: none;
    }
    .page-about section .text.founder-letter h2 {
        margin-top: 3.5rem;
        margin-bottom: 3rem;
    }
    .page-about section .text.founder-letter p {
        line-height: 1.45;
    }
    .page-about section.partners header p,
    .page-about section.charity header p {
        width: 80vw;
    }
    .page-about section .text.charity-text {
        padding-top: 18vw;
        padding-right: 10vw;
        padding-left: 18.5vw;
    }
    .page-about section .text.career-text {
        margin-top: -3vw;
        padding-top: 0;
        padding-right: 5vw;
    }
    .page-about .partners {
        margin-top: 30vw;
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape),
(max-width: 599px) {
    .page-about .screen {
        padding-bottom: 1rem;
    }
    .page-about .directors .circle-nav-slides span,
    .page-about .management .circle-nav-slides span {
        width: 15vw;
        height: 15vw;
    }
    .page-about .directors .circle-nav-item:nth-of-type(n),
    .page-about .directors .circle-nav-item:nth-of-type(n):hover,
    .page-about .directors .circle-nav-item.js-active:nth-of-type(n),
    .page-about .directors .circle-nav-item.js-active:nth-of-type(n):hover,
    .page-about .management .circle-nav-item:nth-of-type(n),
    .page-about .management .circle-nav-item:nth-of-type(n):hover,
    .page-about .management .circle-nav-item.js-active:nth-of-type(n),
    .page-about .management .circle-nav-item.js-active:nth-of-type(n):hover {
        height: 15vw;
    }
    .page-about .directors .circle-nav-item:nth-of-type(n) .circle-nav-name,
    .page-about .management .circle-nav-item:nth-of-type(n) .circle-nav-name {
        font-size: 1.5rem;
    }
    .page-about .directors .circle-nav {
        margin-top: 0;
    }
    .page-about .directors .circle-nav-slides {
        width: 14vw;
    }
}

@media screen and (max-width: 479px) and (orientation: portrait) {
    .page-about .screen {
        padding-top: 20vw;
    }
    .page-about .screen-img {
        margin-top: -3vw;
        width: 60vw;
        height: 60vw;
    }
    .page-about section header {
        left: 4vw;
    }
    .page-about section header h1 {
        width: 50vw;
        line-height: 1.1;
    }
    .page-about section header h1::before {
        margin-bottom: .5rem;
        font-size: 1.4rem;
    }
    .page-about section header p {
        margin-top: 3vw;
        width: 90vw;
        line-height: 1.3;
    }
    .page-about section .text {
        padding-top: 23.5vw;
        padding-right: 5vw;
        padding-left: 16.5vw;
    }
    .page-about section .text h2 {
        margin-bottom: 2.5rem;
    }
    .page-about section .text h2~h2 {
        margin-top: 3rem;
    }
    .page-about section .text .indent {
        margin-left: -12vw;
    }
    .page-about section .text.founder-letter {
        padding-top: 14vw;
    }
    .page-about section .text.founder-letter .founder-pic {
        display: none;
    }
    .page-about section .text.founder-letter h2 {
        margin-top: 4rem;
    }
    .page-about section .text.charity-text {
        padding-top: 65vw;
    }
    .page-about section .text.career-text {
        padding-top: 5vw;
    }
    .page-about .mission {
        margin-bottom: 15vw;
    }
    .page-about .mission .mission-circle {
        -webkit-flex: 0 0 310vw;
        -ms-flex: 0 0 310vw;
        flex: 0 0 310vw;
    }
    .page-about .mission .mission-items {
        padding-top: 23%;
    }
    .page-about .spiral-nav {
        margin-top: 30px;
    }
    .page-about .spiral-nav-items-under-wrapper {
        width: 90%;
    }
    .page-about .partners {
        margin-top: 90vw;
        margin-bottom: 5vw;
    }
    .page-about .directors .circle-nav,
    .page-about .management .circle-nav {
        margin-left: 5vw;
        line-height: 1.2;
    }
    .page-about .directors .circle-nav-slides,
    .page-about .management .circle-nav-slides {
        margin-right: 5vw;
    }
    .page-about .directors .circle-nav-item:nth-of-type(n) .circle-nav-sub,
    .page-about .directors .circle-nav-item:nth-of-type(n):hover .circle-nav-sub,
    .page-about .directors .circle-nav-item.js-active:nth-of-type(n) .circle-nav-sub,
    .page-about .directors .circle-nav-item.js-active:nth-of-type(n):hover .circle-nav-sub,
    .page-about .directors .circle-nav-slides .circle-nav-slide .circle-nav-sub,
    .page-about .management .circle-nav-item:nth-of-type(n) .circle-nav-sub,
    .page-about .management .circle-nav-item:nth-of-type(n):hover .circle-nav-sub,
    .page-about .management .circle-nav-item.js-active:nth-of-type(n) .circle-nav-sub,
    .page-about .management .circle-nav-item.js-active:nth-of-type(n):hover .circle-nav-sub,
    .page-about .management .circle-nav-slides .circle-nav-slide .circle-nav-sub {
        -webkit-transform: translateY(4px);
        -ms-transform: translateY(4px);
        transform: translateY(4px);
    }
    .page-about .directors {
        margin-top: 1vw;
    }
    .page-about .directors .circle-nav {
        margin-top: 20vw;
    }
    .page-about .management .circle-nav {
        margin-top: 70vw;
    }
    .page-about .circle-nav-popups .circle-nav-popup .circle-nav-name {
        margin-bottom: 15px;
    }
}

.management .circle-nav-markers>li {
    margin: 0 0 0 0 !important;
}

.management .circle-nav-markers>li:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) translate(-28.70244vh, -21.31302vh) translate(48.7464%, 11.12605%) translate(19.49856px, 4.45042px) !important;
    -ms-transform: translate(-50%, -50%) translate(-28.70244vh, -21.31302vh) translate(48.7464%, 11.12605%) translate(19.49856px, 4.45042px) !important;
    transform: translate(-50%, -50%) translate(-28.70244vh, -21.31302vh) translate(48.7464%, 11.12605%) translate(19.49856px, 4.45042px) !important;
}

@media only screen and (min-width: 1180px) {
    .management .circle-nav-items>li:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-48.30244vh, -22vh) translate(48.7464%, 11.12605%) translate(35.0974px, 8.01075px) !important;
        -ms-transform: translate(-50%, -50%) translate(-48.30244vh, -22vh) translate(48.7464%, 11.12605%) translate(35.0974px, 8.01075px) !important;
        transform: translate(-50%, -50%) translate(-48.30244vh, -22vh) translate(48.7464%, 11.12605%) translate(35.0974px, 8.01075px) !important;
    }
    .management .circle-nav-items>li:nth-of-type(3).js-active {
        -webkit-transform: translate(-50%, -50%) translate(-68.70244vh, -23vh) translate(48.7464%, 11.12605%) translate(35.0974px, 8.01075px) !important;
        -ms-transform: translate(-50%, -50%) translate(-68.70244vh, -23vh) translate(48.7464%, 11.12605%) translate(35.0974px, 8.01075px) !important;
        transform: translate(-50%, -50%) translate(-68.70244vh, -23vh) translate(48.7464%, 11.12605%) translate(35.0974px, 8.01075px) !important;
    }
    .management .circle-nav-items>li:nth-of-type(4).js-active {
        -webkit-transform: translate(-50%, -50%) translate(16.03864vh, 28.07502vh) translate(21.69419%, 45.04844%) translate(15.61981px, 32.43488px) !important;
        -ms-transform: translate(-50%, -50%) translate(16.03864vh, 28.07502vh) translate(21.69419%, 45.04844%) translate(15.61981px, 32.43488px) !important;
        transform: translate(-50%, -50%) translate(16.03864vh, 28.07502vh) translate(21.69419%, 45.04844%) translate(15.61981px, 32.43488px) !important;
    }
    .management .circle-nav-items>li:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(24.49482vh, -16.2vh) translate(39.09157%, -31.17449%) translate(28.14593px, -22.44563px) !important;
        -ms-transform: translate(-50%, -50%) translate(24.49482vh, -16.2vh) translate(39.09157%, -31.17449%) translate(28.14593px, -22.44563px) !important;
        transform: translate(-50%, -50%) translate(24.49482vh, -16.2vh) translate(39.09157%, -31.17449%) translate(28.14593px, -22.44563px) !important;
    }
    .management .circle-nav-items>li:nth-of-type(2).js-active {
        -webkit-transform: translate(-50%, -50%) translate(27.49482vh, -16.2vh) translate(39.09157%, -31.17449%) translate(28.14593px, -22.44563px) !important;
        -ms-transform: translate(-50%, -50%) translate(27.49482vh, -16.2vh) translate(39.09157%, -31.17449%) translate(28.14593px, -22.44563px) !important;
        transform: translate(-50%, -50%) translate(27.49482vh, -16.2vh) translate(39.09157%, -31.17449%) translate(28.14593px, -22.44563px) !important;
    }
}

.circle-nav-items li {
    top: 51%;
}

.page-404 {
    overflow: hidden;
    padding-bottom: 0;
}

.page-404 .screen {
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
}

.page-404 .circle-nav {
    width: 60.102vh;
    height: 60.102vh;
}

.page-404 .circle-nav-item:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) translate(-30.051vh, 0vh) translate(-50%, 0%) translate(-100px, 0px);
    -ms-transform: translate(-50%, -50%) translate(-30.051vh, 0vh) translate(-50%, 0%) translate(-100px, 0px);
    transform: translate(-50%, -50%) translate(-30.051vh, 0vh) translate(-50%, 0%) translate(-100px, 0px);
}

.page-404 .circle-nav-item:nth-of-type(1) .circle-nav-sub {
    top: 10px;
    left: 20px;
}

.page-404 .circle-nav[data-active="0"]::after {
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.page-404 .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide:nth-child(1) {
    z-index: 1;
    opacity: 1;
}

.page-404 .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide-img:nth-child(1) .img {
    opacity: 1;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.page-404 .circle-nav-marker:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) translate(-30.051vh, 0vh) translate(-50%, 0%) translate(-20px, 0px);
    -ms-transform: translate(-50%, -50%) translate(-30.051vh, 0vh) translate(-50%, 0%) translate(-20px, 0px);
    transform: translate(-50%, -50%) translate(-30.051vh, 0vh) translate(-50%, 0%) translate(-20px, 0px);
}

.page-404 .circle-nav-marker:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) translate(-26.02493vh, -15.0255vh) translate(-43.30127%, -25%) translate(-17.32051px, -10px);
    -ms-transform: translate(-50%, -50%) translate(-26.02493vh, -15.0255vh) translate(-43.30127%, -25%) translate(-17.32051px, -10px);
    transform: translate(-50%, -50%) translate(-26.02493vh, -15.0255vh) translate(-43.30127%, -25%) translate(-17.32051px, -10px);
}

.page-404 .circle-nav-marker:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) translate(-15.0255vh, -26.02493vh) translate(-25%, -43.30127%) translate(-10px, -17.32051px);
    -ms-transform: translate(-50%, -50%) translate(-15.0255vh, -26.02493vh) translate(-25%, -43.30127%) translate(-10px, -17.32051px);
    transform: translate(-50%, -50%) translate(-15.0255vh, -26.02493vh) translate(-25%, -43.30127%) translate(-10px, -17.32051px);
}

.page-404 .circle-nav-marker:nth-of-type(4) {
    -webkit-transform: translate(-50%, -50%) translate(0vh, -30.051vh) translate(0%, -50%) translate(0px, -20px);
    -ms-transform: translate(-50%, -50%) translate(0vh, -30.051vh) translate(0%, -50%) translate(0px, -20px);
    transform: translate(-50%, -50%) translate(0vh, -30.051vh) translate(0%, -50%) translate(0px, -20px);
}

.page-404 .circle-nav-marker:nth-of-type(5) {
    -webkit-transform: translate(-50%, -50%) translate(15.0255vh, -26.02493vh) translate(25%, -43.30127%) translate(10px, -17.32051px);
    -ms-transform: translate(-50%, -50%) translate(15.0255vh, -26.02493vh) translate(25%, -43.30127%) translate(10px, -17.32051px);
    transform: translate(-50%, -50%) translate(15.0255vh, -26.02493vh) translate(25%, -43.30127%) translate(10px, -17.32051px);
}

.page-404 .circle-nav-marker:nth-of-type(6) {
    -webkit-transform: translate(-50%, -50%) translate(26.02493vh, -15.0255vh) translate(43.30127%, -25%) translate(17.32051px, -10px);
    -ms-transform: translate(-50%, -50%) translate(26.02493vh, -15.0255vh) translate(43.30127%, -25%) translate(17.32051px, -10px);
    transform: translate(-50%, -50%) translate(26.02493vh, -15.0255vh) translate(43.30127%, -25%) translate(17.32051px, -10px);
}

.page-404 .circle-nav-marker:nth-of-type(7) {
    -webkit-transform: translate(-50%, -50%) translate(30.051vh, 0vh) translate(50%, 0%) translate(20px, 0px);
    -ms-transform: translate(-50%, -50%) translate(30.051vh, 0vh) translate(50%, 0%) translate(20px, 0px);
    transform: translate(-50%, -50%) translate(30.051vh, 0vh) translate(50%, 0%) translate(20px, 0px);
}

.page-404 .circle-nav-marker:nth-of-type(8) {
    -webkit-transform: translate(-50%, -50%) translate(26.02493vh, 15.0255vh) translate(43.30127%, 25%) translate(17.32051px, 10px);
    -ms-transform: translate(-50%, -50%) translate(26.02493vh, 15.0255vh) translate(43.30127%, 25%) translate(17.32051px, 10px);
    transform: translate(-50%, -50%) translate(26.02493vh, 15.0255vh) translate(43.30127%, 25%) translate(17.32051px, 10px);
}

.page-404 .circle-nav-marker:nth-of-type(9) {
    -webkit-transform: translate(-50%, -50%) translate(15.0255vh, 26.02493vh) translate(25%, 43.30127%) translate(10px, 17.32051px);
    -ms-transform: translate(-50%, -50%) translate(15.0255vh, 26.02493vh) translate(25%, 43.30127%) translate(10px, 17.32051px);
    transform: translate(-50%, -50%) translate(15.0255vh, 26.02493vh) translate(25%, 43.30127%) translate(10px, 17.32051px);
}

.page-404 .circle-nav-marker:nth-of-type(10) {
    -webkit-transform: translate(-50%, -50%) translate(0vh, 30.051vh) translate(0%, 50%) translate(0px, 20px);
    -ms-transform: translate(-50%, -50%) translate(0vh, 30.051vh) translate(0%, 50%) translate(0px, 20px);
    transform: translate(-50%, -50%) translate(0vh, 30.051vh) translate(0%, 50%) translate(0px, 20px);
}

.page-404 .circle-nav-marker:nth-of-type(11) {
    -webkit-transform: translate(-50%, -50%) translate(-15.0255vh, 26.02493vh) translate(-25%, 43.30127%) translate(-10px, 17.32051px);
    -ms-transform: translate(-50%, -50%) translate(-15.0255vh, 26.02493vh) translate(-25%, 43.30127%) translate(-10px, 17.32051px);
    transform: translate(-50%, -50%) translate(-15.0255vh, 26.02493vh) translate(-25%, 43.30127%) translate(-10px, 17.32051px);
}

.page-404 .circle-nav-marker:nth-of-type(12) {
    -webkit-transform: translate(-50%, -50%) translate(-26.02493vh, 15.0255vh) translate(-43.30127%, 25%) translate(-17.32051px, 10px);
    -ms-transform: translate(-50%, -50%) translate(-26.02493vh, 15.0255vh) translate(-43.30127%, 25%) translate(-17.32051px, 10px);
    transform: translate(-50%, -50%) translate(-26.02493vh, 15.0255vh) translate(-43.30127%, 25%) translate(-17.32051px, 10px);
}

.page-404 .circle-nav-marker:nth-of-type(1) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 0s;
}

.page-404 .circle-nav-marker:nth-of-type(2) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 0.2s;
}

.page-404 .circle-nav-marker:nth-of-type(3) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 0.4s;
}

.page-404 .circle-nav-marker:nth-of-type(4) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 0.6s;
}

.page-404 .circle-nav-marker:nth-of-type(5) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 0.8s;
}

.page-404 .circle-nav-marker:nth-of-type(6) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 1s;
}

.page-404 .circle-nav-marker:nth-of-type(7) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 1.2s;
}

.page-404 .circle-nav-marker:nth-of-type(8) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 1.4s;
}

.page-404 .circle-nav-marker:nth-of-type(9) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 1.6s;
}

.page-404 .circle-nav-marker:nth-of-type(10) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 1.8s;
}

.page-404 .circle-nav-marker:nth-of-type(11) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 2s;
}

.page-404 .circle-nav-marker:nth-of-type(12) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 2.2s;
}

@media screen and (max-width: 959px) {
    .page-404 .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-21.24927vh, -21.24927vh) translate(-35.35534%, -35.35534%) translate(-70.71068px, -70.71068px);
        -ms-transform: translate(-50%, -50%) translate(-21.24927vh, -21.24927vh) translate(-35.35534%, -35.35534%) translate(-70.71068px, -70.71068px);
        transform: translate(-50%, -50%) translate(-21.24927vh, -21.24927vh) translate(-35.35534%, -35.35534%) translate(-70.71068px, -70.71068px);
    }
    .page-404 .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        top: 10px;
        right: 20px;
    }
    .page-404 .circle-nav[data-active="0"]::after {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    .page-404 .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-21.24927vh, -21.24927vh) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-21.24927vh, -21.24927vh) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(-21.24927vh, -21.24927vh) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
    }
    .page-404 .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-7.77777vh, -29.02704vh) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
        -ms-transform: translate(-50%, -50%) translate(-7.77777vh, -29.02704vh) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
        transform: translate(-50%, -50%) translate(-7.77777vh, -29.02704vh) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
    }
    .page-404 .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(7.77777vh, -29.02704vh) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
        -ms-transform: translate(-50%, -50%) translate(7.77777vh, -29.02704vh) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
        transform: translate(-50%, -50%) translate(7.77777vh, -29.02704vh) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
    }
    .page-404 .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(21.24927vh, -21.24927vh) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(21.24927vh, -21.24927vh) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(21.24927vh, -21.24927vh) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
    }
    .page-404 .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(29.02704vh, -7.77777vh) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
        -ms-transform: translate(-50%, -50%) translate(29.02704vh, -7.77777vh) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
        transform: translate(-50%, -50%) translate(29.02704vh, -7.77777vh) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
    }
    .page-404 .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(29.02704vh, 7.77777vh) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
        -ms-transform: translate(-50%, -50%) translate(29.02704vh, 7.77777vh) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
        transform: translate(-50%, -50%) translate(29.02704vh, 7.77777vh) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
    }
    .page-404 .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(21.24927vh, 21.24927vh) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(21.24927vh, 21.24927vh) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(21.24927vh, 21.24927vh) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
    }
    .page-404 .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(7.77777vh, 29.02704vh) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
        -ms-transform: translate(-50%, -50%) translate(7.77777vh, 29.02704vh) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
        transform: translate(-50%, -50%) translate(7.77777vh, 29.02704vh) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
    }
    .page-404 .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-7.77777vh, 29.02704vh) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
        -ms-transform: translate(-50%, -50%) translate(-7.77777vh, 29.02704vh) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
        transform: translate(-50%, -50%) translate(-7.77777vh, 29.02704vh) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
    }
    .page-404 .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-21.24927vh, 21.24927vh) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-21.24927vh, 21.24927vh) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(-21.24927vh, 21.24927vh) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
    }
    .page-404 .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-29.02704vh, 7.77777vh) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
        -ms-transform: translate(-50%, -50%) translate(-29.02704vh, 7.77777vh) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
        transform: translate(-50%, -50%) translate(-29.02704vh, 7.77777vh) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
    }
    .page-404 .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-29.02704vh, -7.77777vh) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
        -ms-transform: translate(-50%, -50%) translate(-29.02704vh, -7.77777vh) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
        transform: translate(-50%, -50%) translate(-29.02704vh, -7.77777vh) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape),
(max-width: 599px) {
    .page-404 .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-70.71068px, -70.71068px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-70.71068px, -70.71068px);
        transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-70.71068px, -70.71068px);
    }
    .page-404 .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        top: 10px;
        right: 20px;
    }
    .page-404 .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-16.57443vh, -16.57443vh) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-16.57443vh, -16.57443vh) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(-16.57443vh, -16.57443vh) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
    }
    .page-404 .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-70.71068px, -70.71068px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-70.71068px, -70.71068px);
        transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-70.71068px, -70.71068px);
    }
    .page-404 .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-404 .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-6.06666vh, -22.64109vh) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
        -ms-transform: translate(-50%, -50%) translate(-6.06666vh, -22.64109vh) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
        transform: translate(-50%, -50%) translate(-6.06666vh, -22.64109vh) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
    }
    .page-404 .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-70.71068px, -70.71068px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-70.71068px, -70.71068px);
        transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-70.71068px, -70.71068px);
    }
    .page-404 .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-404 .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(6.06666vh, -22.64109vh) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
        -ms-transform: translate(-50%, -50%) translate(6.06666vh, -22.64109vh) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
        transform: translate(-50%, -50%) translate(6.06666vh, -22.64109vh) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
    }
    .page-404 .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-70.71068px, -70.71068px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-70.71068px, -70.71068px);
        transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-70.71068px, -70.71068px);
    }
    .page-404 .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-404 .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(16.57443vh, -16.57443vh) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(16.57443vh, -16.57443vh) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(16.57443vh, -16.57443vh) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
    }
    .page-404 .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-70.71068px, -70.71068px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-70.71068px, -70.71068px);
        transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-70.71068px, -70.71068px);
    }
    .page-404 .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-404 .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(22.64109vh, -6.06666vh) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
        -ms-transform: translate(-50%, -50%) translate(22.64109vh, -6.06666vh) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
        transform: translate(-50%, -50%) translate(22.64109vh, -6.06666vh) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
    }
    .page-404 .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-70.71068px, -70.71068px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-70.71068px, -70.71068px);
        transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-70.71068px, -70.71068px);
    }
    .page-404 .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-404 .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(22.64109vh, 6.06666vh) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
        -ms-transform: translate(-50%, -50%) translate(22.64109vh, 6.06666vh) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
        transform: translate(-50%, -50%) translate(22.64109vh, 6.06666vh) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
    }
    .page-404 .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-70.71068px, -70.71068px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-70.71068px, -70.71068px);
        transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-70.71068px, -70.71068px);
    }
    .page-404 .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-404 .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(16.57443vh, 16.57443vh) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(16.57443vh, 16.57443vh) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(16.57443vh, 16.57443vh) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
    }
    .page-404 .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-70.71068px, -70.71068px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-70.71068px, -70.71068px);
        transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-70.71068px, -70.71068px);
    }
    .page-404 .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-404 .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(6.06666vh, 22.64109vh) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
        -ms-transform: translate(-50%, -50%) translate(6.06666vh, 22.64109vh) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
        transform: translate(-50%, -50%) translate(6.06666vh, 22.64109vh) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
    }
    .page-404 .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-70.71068px, -70.71068px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-70.71068px, -70.71068px);
        transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-70.71068px, -70.71068px);
    }
    .page-404 .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-404 .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-6.06666vh, 22.64109vh) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
        -ms-transform: translate(-50%, -50%) translate(-6.06666vh, 22.64109vh) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
        transform: translate(-50%, -50%) translate(-6.06666vh, 22.64109vh) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
    }
    .page-404 .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-70.71068px, -70.71068px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-70.71068px, -70.71068px);
        transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-70.71068px, -70.71068px);
    }
    .page-404 .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-404 .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-16.57443vh, 16.57443vh) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-16.57443vh, 16.57443vh) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(-16.57443vh, 16.57443vh) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
    }
    .page-404 .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-70.71068px, -70.71068px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-70.71068px, -70.71068px);
        transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-70.71068px, -70.71068px);
    }
    .page-404 .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-404 .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-22.64109vh, 6.06666vh) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
        -ms-transform: translate(-50%, -50%) translate(-22.64109vh, 6.06666vh) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
        transform: translate(-50%, -50%) translate(-22.64109vh, 6.06666vh) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
    }
    .page-404 .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-70.71068px, -70.71068px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-70.71068px, -70.71068px);
        transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-70.71068px, -70.71068px);
    }
    .page-404 .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-404 .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-22.64109vh, -6.06666vh) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
        -ms-transform: translate(-50%, -50%) translate(-22.64109vh, -6.06666vh) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
        transform: translate(-50%, -50%) translate(-22.64109vh, -6.06666vh) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
    }
}

.page-404 .circle-nav .circle-nav-name {
    position: relative;
    font-size: 6rem;
    font-weight: 900;
}

.page-404 .circle-nav .circle-nav-name::after {
    content: '';
    display: inline-block;
    margin-top: 3px;
    margin-left: 5px;
    width: 14px;
    height: 12px;
    background-color: #ff2400;
    border-radius: 50%;
}

.page-404 .message {
    position: absolute;
    z-index: 10;
    bottom: 100px;
    left: 100px;
    width: 23rem;
    font-size: 1.4rem;
}

.page-404 .message a {
    display: inline-block;
    margin-top: 2rem;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    text-decoration: underline;
}

.page-404 .message a:hover {
    text-decoration: none;
}

.page-404 .message a span {
    position: absolute;
    right: 100%;
    margin-right: 1rem;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media screen and (min-width: 960px) and (max-width: 1179px) {
    .page-404 .circle-nav {
        width: 60.102vh;
        height: 60.102vh;
    }
    .page-404 .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-27.23546vh, -12.7001vh) translate(-45.31539%, -21.13091%) translate(-36.25231px, -16.90473px);
        -ms-transform: translate(-50%, -50%) translate(-27.23546vh, -12.7001vh) translate(-45.31539%, -21.13091%) translate(-36.25231px, -16.90473px);
        transform: translate(-50%, -50%) translate(-27.23546vh, -12.7001vh) translate(-45.31539%, -21.13091%) translate(-36.25231px, -16.90473px);
    }
    .page-404 .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        top: 10px;
        right: 20px;
    }
    .page-404 .circle-nav[data-active="0"]::after {
        -webkit-transform: rotate(-35deg);
        -ms-transform: rotate(-35deg);
        transform: rotate(-35deg);
    }
    .page-404 .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide:nth-child(1) {
        z-index: 1;
        opacity: 1;
    }
    .page-404 .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide-img:nth-child(1) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-404 .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-27.23546vh, -12.7001vh) translate(-45.31539%, -21.13091%) translate(-18.12616px, -8.45237px);
        -ms-transform: translate(-50%, -50%) translate(-27.23546vh, -12.7001vh) translate(-45.31539%, -21.13091%) translate(-18.12616px, -8.45237px);
        transform: translate(-50%, -50%) translate(-27.23546vh, -12.7001vh) translate(-45.31539%, -21.13091%) translate(-18.12616px, -8.45237px);
    }
    .page-404 .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-2.61912vh, -29.93665vh) translate(-4.35779%, -49.80973%) translate(-1.74311px, -19.92389px);
        -ms-transform: translate(-50%, -50%) translate(-2.61912vh, -29.93665vh) translate(-4.35779%, -49.80973%) translate(-1.74311px, -19.92389px);
        transform: translate(-50%, -50%) translate(-2.61912vh, -29.93665vh) translate(-4.35779%, -49.80973%) translate(-1.74311px, -19.92389px);
    }
    .page-404 .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(24.61634vh, -17.23655vh) translate(40.9576%, -28.67882%) translate(16.38304px, -11.47153px);
        -ms-transform: translate(-50%, -50%) translate(24.61634vh, -17.23655vh) translate(40.9576%, -28.67882%) translate(16.38304px, -11.47153px);
        transform: translate(-50%, -50%) translate(24.61634vh, -17.23655vh) translate(40.9576%, -28.67882%) translate(16.38304px, -11.47153px);
    }
    .page-404 .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(27.23546vh, 12.7001vh) translate(45.31539%, 21.13091%) translate(18.12616px, 8.45237px);
        -ms-transform: translate(-50%, -50%) translate(27.23546vh, 12.7001vh) translate(45.31539%, 21.13091%) translate(18.12616px, 8.45237px);
        transform: translate(-50%, -50%) translate(27.23546vh, 12.7001vh) translate(45.31539%, 21.13091%) translate(18.12616px, 8.45237px);
    }
    .page-404 .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(2.61912vh, 29.93665vh) translate(4.35779%, 49.80973%) translate(1.74311px, 19.92389px);
        -ms-transform: translate(-50%, -50%) translate(2.61912vh, 29.93665vh) translate(4.35779%, 49.80973%) translate(1.74311px, 19.92389px);
        transform: translate(-50%, -50%) translate(2.61912vh, 29.93665vh) translate(4.35779%, 49.80973%) translate(1.74311px, 19.92389px);
    }
    .page-404 .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-24.61634vh, 17.23655vh) translate(-40.9576%, 28.67882%) translate(-16.38304px, 11.47153px);
        -ms-transform: translate(-50%, -50%) translate(-24.61634vh, 17.23655vh) translate(-40.9576%, 28.67882%) translate(-16.38304px, 11.47153px);
        transform: translate(-50%, -50%) translate(-24.61634vh, 17.23655vh) translate(-40.9576%, 28.67882%) translate(-16.38304px, 11.47153px);
    }
    .page-404 .circle-nav-marker:nth-of-type(1) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0s;
    }
    .page-404 .circle-nav-marker:nth-of-type(2) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0.2s;
    }
    .page-404 .circle-nav-marker:nth-of-type(3) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0.4s;
    }
    .page-404 .circle-nav-marker:nth-of-type(4) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0.6s;
    }
    .page-404 .circle-nav-marker:nth-of-type(5) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0.8s;
    }
    .page-404 .circle-nav-marker:nth-of-type(6) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1s;
    }
}

@media screen and (min-width: 960px) and (max-width: 1179px) and (max-width: 959px) {
    .page-404 .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-10.27805vh, -28.2387vh) translate(-17.10101%, -46.98463%) translate(-13.68081px, -37.5877px);
        -ms-transform: translate(-50%, -50%) translate(-10.27805vh, -28.2387vh) translate(-17.10101%, -46.98463%) translate(-13.68081px, -37.5877px);
        transform: translate(-50%, -50%) translate(-10.27805vh, -28.2387vh) translate(-17.10101%, -46.98463%) translate(-13.68081px, -37.5877px);
    }
    .page-404 .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        top: 10px;
        right: 20px;
    }
    .page-404 .circle-nav[data-active="0"]::after {
        -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg);
    }
    .page-404 .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-10.27805vh, -28.2387vh) translate(-17.10101%, -46.98463%) translate(-6.8404px, -18.79385px);
        -ms-transform: translate(-50%, -50%) translate(-10.27805vh, -28.2387vh) translate(-17.10101%, -46.98463%) translate(-6.8404px, -18.79385px);
        transform: translate(-50%, -50%) translate(-10.27805vh, -28.2387vh) translate(-17.10101%, -46.98463%) translate(-6.8404px, -18.79385px);
    }
    .page-404 .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(19.31641vh, -23.0204vh) translate(32.13938%, -38.30222%) translate(12.85575px, -15.32089px);
        -ms-transform: translate(-50%, -50%) translate(19.31641vh, -23.0204vh) translate(32.13938%, -38.30222%) translate(12.85575px, -15.32089px);
        transform: translate(-50%, -50%) translate(19.31641vh, -23.0204vh) translate(32.13938%, -38.30222%) translate(12.85575px, -15.32089px);
    }
    .page-404 .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(29.59446vh, 5.2183vh) translate(49.24039%, 8.68241%) translate(19.69616px, 3.47296px);
        -ms-transform: translate(-50%, -50%) translate(29.59446vh, 5.2183vh) translate(49.24039%, 8.68241%) translate(19.69616px, 3.47296px);
        transform: translate(-50%, -50%) translate(29.59446vh, 5.2183vh) translate(49.24039%, 8.68241%) translate(19.69616px, 3.47296px);
    }
    .page-404 .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(10.27805vh, 28.2387vh) translate(17.10101%, 46.98463%) translate(6.8404px, 18.79385px);
        -ms-transform: translate(-50%, -50%) translate(10.27805vh, 28.2387vh) translate(17.10101%, 46.98463%) translate(6.8404px, 18.79385px);
        transform: translate(-50%, -50%) translate(10.27805vh, 28.2387vh) translate(17.10101%, 46.98463%) translate(6.8404px, 18.79385px);
    }
    .page-404 .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-19.31641vh, 23.0204vh) translate(-32.13938%, 38.30222%) translate(-12.85575px, 15.32089px);
        -ms-transform: translate(-50%, -50%) translate(-19.31641vh, 23.0204vh) translate(-32.13938%, 38.30222%) translate(-12.85575px, 15.32089px);
        transform: translate(-50%, -50%) translate(-19.31641vh, 23.0204vh) translate(-32.13938%, 38.30222%) translate(-12.85575px, 15.32089px);
    }
    .page-404 .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-29.59446vh, -5.2183vh) translate(-49.24039%, -8.68241%) translate(-19.69616px, -3.47296px);
        -ms-transform: translate(-50%, -50%) translate(-29.59446vh, -5.2183vh) translate(-49.24039%, -8.68241%) translate(-19.69616px, -3.47296px);
        transform: translate(-50%, -50%) translate(-29.59446vh, -5.2183vh) translate(-49.24039%, -8.68241%) translate(-19.69616px, -3.47296px);
    }
}

@media screen and (min-width: 960px) and (max-width: 1179px) and (max-width: 959px) and (max-height: 415px) and (orientation: landscape),
screen and (min-width: 960px) and (max-width: 1179px) and (max-width: 599px) {
    .page-404 .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-8.73634vh, -24.0029vh) translate(-17.10101%, -46.98463%) translate(-13.68081px, -37.5877px);
        -ms-transform: translate(-50%, -50%) translate(-8.73634vh, -24.0029vh) translate(-17.10101%, -46.98463%) translate(-13.68081px, -37.5877px);
        transform: translate(-50%, -50%) translate(-8.73634vh, -24.0029vh) translate(-17.10101%, -46.98463%) translate(-13.68081px, -37.5877px);
    }
    .page-404 .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        top: 10px;
        right: 20px;
    }
    .page-404 .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-8.01688vh, -22.02619vh) translate(-17.10101%, -46.98463%) translate(-6.8404px, -18.79385px);
        -ms-transform: translate(-50%, -50%) translate(-8.01688vh, -22.02619vh) translate(-17.10101%, -46.98463%) translate(-6.8404px, -18.79385px);
        transform: translate(-50%, -50%) translate(-8.01688vh, -22.02619vh) translate(-17.10101%, -46.98463%) translate(-6.8404px, -18.79385px);
    }
    .page-404 .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-8.73634vh, -24.0029vh) translate(-17.10101%, -46.98463%) translate(-13.68081px, -37.5877px);
        -ms-transform: translate(-50%, -50%) translate(-8.73634vh, -24.0029vh) translate(-17.10101%, -46.98463%) translate(-13.68081px, -37.5877px);
        transform: translate(-50%, -50%) translate(-8.73634vh, -24.0029vh) translate(-17.10101%, -46.98463%) translate(-13.68081px, -37.5877px);
    }
    .page-404 .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-404 .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(15.0668vh, -17.95591vh) translate(32.13938%, -38.30222%) translate(12.85575px, -15.32089px);
        -ms-transform: translate(-50%, -50%) translate(15.0668vh, -17.95591vh) translate(32.13938%, -38.30222%) translate(12.85575px, -15.32089px);
        transform: translate(-50%, -50%) translate(15.0668vh, -17.95591vh) translate(32.13938%, -38.30222%) translate(12.85575px, -15.32089px);
    }
    .page-404 .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-8.73634vh, -24.0029vh) translate(-17.10101%, -46.98463%) translate(-13.68081px, -37.5877px);
        -ms-transform: translate(-50%, -50%) translate(-8.73634vh, -24.0029vh) translate(-17.10101%, -46.98463%) translate(-13.68081px, -37.5877px);
        transform: translate(-50%, -50%) translate(-8.73634vh, -24.0029vh) translate(-17.10101%, -46.98463%) translate(-13.68081px, -37.5877px);
    }
    .page-404 .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-404 .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(23.08368vh, 4.07028vh) translate(49.24039%, 8.68241%) translate(19.69616px, 3.47296px);
        -ms-transform: translate(-50%, -50%) translate(23.08368vh, 4.07028vh) translate(49.24039%, 8.68241%) translate(19.69616px, 3.47296px);
        transform: translate(-50%, -50%) translate(23.08368vh, 4.07028vh) translate(49.24039%, 8.68241%) translate(19.69616px, 3.47296px);
    }
    .page-404 .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-8.73634vh, -24.0029vh) translate(-17.10101%, -46.98463%) translate(-13.68081px, -37.5877px);
        -ms-transform: translate(-50%, -50%) translate(-8.73634vh, -24.0029vh) translate(-17.10101%, -46.98463%) translate(-13.68081px, -37.5877px);
        transform: translate(-50%, -50%) translate(-8.73634vh, -24.0029vh) translate(-17.10101%, -46.98463%) translate(-13.68081px, -37.5877px);
    }
    .page-404 .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-404 .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(8.01688vh, 22.02619vh) translate(17.10101%, 46.98463%) translate(6.8404px, 18.79385px);
        -ms-transform: translate(-50%, -50%) translate(8.01688vh, 22.02619vh) translate(17.10101%, 46.98463%) translate(6.8404px, 18.79385px);
        transform: translate(-50%, -50%) translate(8.01688vh, 22.02619vh) translate(17.10101%, 46.98463%) translate(6.8404px, 18.79385px);
    }
    .page-404 .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-8.73634vh, -24.0029vh) translate(-17.10101%, -46.98463%) translate(-13.68081px, -37.5877px);
        -ms-transform: translate(-50%, -50%) translate(-8.73634vh, -24.0029vh) translate(-17.10101%, -46.98463%) translate(-13.68081px, -37.5877px);
        transform: translate(-50%, -50%) translate(-8.73634vh, -24.0029vh) translate(-17.10101%, -46.98463%) translate(-13.68081px, -37.5877px);
    }
    .page-404 .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-404 .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-15.0668vh, 17.95591vh) translate(-32.13938%, 38.30222%) translate(-12.85575px, 15.32089px);
        -ms-transform: translate(-50%, -50%) translate(-15.0668vh, 17.95591vh) translate(-32.13938%, 38.30222%) translate(-12.85575px, 15.32089px);
        transform: translate(-50%, -50%) translate(-15.0668vh, 17.95591vh) translate(-32.13938%, 38.30222%) translate(-12.85575px, 15.32089px);
    }
    .page-404 .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-8.73634vh, -24.0029vh) translate(-17.10101%, -46.98463%) translate(-13.68081px, -37.5877px);
        -ms-transform: translate(-50%, -50%) translate(-8.73634vh, -24.0029vh) translate(-17.10101%, -46.98463%) translate(-13.68081px, -37.5877px);
        transform: translate(-50%, -50%) translate(-8.73634vh, -24.0029vh) translate(-17.10101%, -46.98463%) translate(-13.68081px, -37.5877px);
    }
    .page-404 .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-404 .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-23.08368vh, -4.07028vh) translate(-49.24039%, -8.68241%) translate(-19.69616px, -3.47296px);
        -ms-transform: translate(-50%, -50%) translate(-23.08368vh, -4.07028vh) translate(-49.24039%, -8.68241%) translate(-19.69616px, -3.47296px);
        transform: translate(-50%, -50%) translate(-23.08368vh, -4.07028vh) translate(-49.24039%, -8.68241%) translate(-19.69616px, -3.47296px);
    }
}

@media screen and (min-width: 600px) and (max-width: 959px) and (min-height: 416px) {
    .page-404 .circle-nav {
        width: 60.102vw;
        height: 60.102vw;
    }
    .page-404 .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-30.051vw, 0vw) translate(-50%, 0%) translate(-10px, 0px);
        -ms-transform: translate(-50%, -50%) translate(-30.051vw, 0vw) translate(-50%, 0%) translate(-10px, 0px);
        transform: translate(-50%, -50%) translate(-30.051vw, 0vw) translate(-50%, 0%) translate(-10px, 0px);
    }
    .page-404 .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-404 .circle-nav[data-active="0"]::after {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .page-404 .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide:nth-child(1) {
        z-index: 1;
        opacity: 1;
    }
    .page-404 .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide-img:nth-child(1) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-404 .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-30.051vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
        -ms-transform: translate(-50%, -50%) translate(-30.051vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
        transform: translate(-50%, -50%) translate(-30.051vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    }
    .page-404 .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, -30.051vw) translate(0%, -50%) translate(0px, -20px);
        -ms-transform: translate(-50%, -50%) translate(0vw, -30.051vw) translate(0%, -50%) translate(0px, -20px);
        transform: translate(-50%, -50%) translate(0vw, -30.051vw) translate(0%, -50%) translate(0px, -20px);
    }
    .page-404 .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(30.051vw, 0vw) translate(50%, 0%) translate(20px, 0px);
        -ms-transform: translate(-50%, -50%) translate(30.051vw, 0vw) translate(50%, 0%) translate(20px, 0px);
        transform: translate(-50%, -50%) translate(30.051vw, 0vw) translate(50%, 0%) translate(20px, 0px);
    }
    .page-404 .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 30.051vw) translate(0%, 50%) translate(0px, 20px);
        -ms-transform: translate(-50%, -50%) translate(0vw, 30.051vw) translate(0%, 50%) translate(0px, 20px);
        transform: translate(-50%, -50%) translate(0vw, 30.051vw) translate(0%, 50%) translate(0px, 20px);
    }
    .page-404 .circle-nav-marker:nth-of-type(1) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0s;
    }
    .page-404 .circle-nav-marker:nth-of-type(2) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0.2s;
    }
    .page-404 .circle-nav-marker:nth-of-type(3) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0.4s;
    }
    .page-404 .circle-nav-marker:nth-of-type(4) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0.6s;
    }
}

@media screen and (min-width: 600px) and (max-width: 959px) and (min-height: 416px) and (max-width: 959px) {
    .page-404 .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-21.24927vw, -21.24927vw) translate(-35.35534%, -35.35534%) translate(-7.07107px, -7.07107px);
        -ms-transform: translate(-50%, -50%) translate(-21.24927vw, -21.24927vw) translate(-35.35534%, -35.35534%) translate(-7.07107px, -7.07107px);
        transform: translate(-50%, -50%) translate(-21.24927vw, -21.24927vw) translate(-35.35534%, -35.35534%) translate(-7.07107px, -7.07107px);
    }
    .page-404 .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        top: 10px;
        right: 20px;
    }
    .page-404 .circle-nav[data-active="0"]::after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .page-404 .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-21.24927vw, -21.24927vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-21.24927vw, -21.24927vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(-21.24927vw, -21.24927vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
    }
    .page-404 .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(21.24927vw, -21.24927vw) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(21.24927vw, -21.24927vw) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(21.24927vw, -21.24927vw) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
    }
    .page-404 .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(21.24927vw, 21.24927vw) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(21.24927vw, 21.24927vw) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(21.24927vw, 21.24927vw) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
    }
    .page-404 .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-21.24927vw, 21.24927vw) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-21.24927vw, 21.24927vw) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(-21.24927vw, 21.24927vw) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
    }
}

@media screen and (min-width: 600px) and (max-width: 959px) and (min-height: 416px) and (max-width: 959px) and (max-height: 415px) and (orientation: landscape),
screen and (min-width: 600px) and (max-width: 959px) and (min-height: 416px) and (max-width: 599px) {
    .page-404 .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vw, -18.06188vw) translate(-35.35534%, -35.35534%) translate(-7.07107px, -7.07107px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vw, -18.06188vw) translate(-35.35534%, -35.35534%) translate(-7.07107px, -7.07107px);
        transform: translate(-50%, -50%) translate(-18.06188vw, -18.06188vw) translate(-35.35534%, -35.35534%) translate(-7.07107px, -7.07107px);
    }
    .page-404 .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        top: 10px;
        right: 20px;
    }
    .page-404 .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-16.57443vw, -16.57443vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-16.57443vw, -16.57443vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(-16.57443vw, -16.57443vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
    }
    .page-404 .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vw, -18.06188vw) translate(-35.35534%, -35.35534%) translate(-7.07107px, -7.07107px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vw, -18.06188vw) translate(-35.35534%, -35.35534%) translate(-7.07107px, -7.07107px);
        transform: translate(-50%, -50%) translate(-18.06188vw, -18.06188vw) translate(-35.35534%, -35.35534%) translate(-7.07107px, -7.07107px);
    }
    .page-404 .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-404 .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(16.57443vw, -16.57443vw) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(16.57443vw, -16.57443vw) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(16.57443vw, -16.57443vw) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
    }
    .page-404 .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vw, -18.06188vw) translate(-35.35534%, -35.35534%) translate(-7.07107px, -7.07107px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vw, -18.06188vw) translate(-35.35534%, -35.35534%) translate(-7.07107px, -7.07107px);
        transform: translate(-50%, -50%) translate(-18.06188vw, -18.06188vw) translate(-35.35534%, -35.35534%) translate(-7.07107px, -7.07107px);
    }
    .page-404 .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-404 .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(16.57443vw, 16.57443vw) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(16.57443vw, 16.57443vw) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(16.57443vw, 16.57443vw) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
    }
    .page-404 .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vw, -18.06188vw) translate(-35.35534%, -35.35534%) translate(-7.07107px, -7.07107px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vw, -18.06188vw) translate(-35.35534%, -35.35534%) translate(-7.07107px, -7.07107px);
        transform: translate(-50%, -50%) translate(-18.06188vw, -18.06188vw) translate(-35.35534%, -35.35534%) translate(-7.07107px, -7.07107px);
    }
    .page-404 .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-404 .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-16.57443vw, 16.57443vw) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-16.57443vw, 16.57443vw) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(-16.57443vw, 16.57443vw) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
    }
}

@media screen and (min-width: 600px) and (max-width: 959px) and (min-height: 416px) {
    .page-404 .message {
        bottom: 200px;
        left: 50px;
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape),
(max-width: 599px) {
    .page-404 .circle-nav .circle-nav-name {
        font-size: 4rem;
    }
    .page-404 .circle-nav .circle-nav-name::after {
        margin-left: 0;
        width: 9px;
        height: 8px;
    }
    .page-404 .circle-nav .circle-nav-sub {
        margin-top: -1.2rem;
        margin-left: -1.2rem;
    }
    .page-404 .message {
        font-size: 1.3rem;
    }
    .page-404 .message a {
        margin-top: 1rem;
        font-size: 1.3rem;
        color: #000;
    }
    .page-404 .message .icon {
        width: 8px;
    }
    .page-404 .message span {
        margin-right: .5rem;
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) {
    .page-404 .circle-nav {
        margin-right: 5%;
        width: 60.102vh;
        height: 60.102vh;
    }
    .page-404 .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-21.24927vh, 21.24927vh) translate(-35.35534%, 35.35534%) translate(-21.2132px, 21.2132px);
        -ms-transform: translate(-50%, -50%) translate(-21.24927vh, 21.24927vh) translate(-35.35534%, 35.35534%) translate(-21.2132px, 21.2132px);
        transform: translate(-50%, -50%) translate(-21.24927vh, 21.24927vh) translate(-35.35534%, 35.35534%) translate(-21.2132px, 21.2132px);
    }
    .page-404 .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-404 .circle-nav[data-active="0"]::after {
        -webkit-transform: rotate(-81deg);
        -ms-transform: rotate(-81deg);
        transform: rotate(-81deg);
    }
    .page-404 .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide:nth-child(1) {
        z-index: 1;
        opacity: 1;
    }
    .page-404 .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide-img:nth-child(1) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-404 .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-21.24927vh, 21.24927vh) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-21.24927vh, 21.24927vh) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(-21.24927vh, 21.24927vh) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
    }
    .page-404 .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-29.68102vh, 4.70101vh) translate(-49.38442%, 7.82172%) translate(-19.75377px, 3.12869px);
        -ms-transform: translate(-50%, -50%) translate(-29.68102vh, 4.70101vh) translate(-49.38442%, 7.82172%) translate(-19.75377px, 3.12869px);
        transform: translate(-50%, -50%) translate(-29.68102vh, 4.70101vh) translate(-49.38442%, 7.82172%) translate(-19.75377px, 3.12869px);
    }
    .page-404 .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-26.77564vh, -13.64287vh) translate(-44.55033%, -22.69952%) translate(-17.82013px, -9.07981px);
        -ms-transform: translate(-50%, -50%) translate(-26.77564vh, -13.64287vh) translate(-44.55033%, -22.69952%) translate(-17.82013px, -9.07981px);
        transform: translate(-50%, -50%) translate(-26.77564vh, -13.64287vh) translate(-44.55033%, -22.69952%) translate(-17.82013px, -9.07981px);
    }
    .page-404 .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-13.64287vh, -26.77564vh) translate(-22.69952%, -44.55033%) translate(-9.07981px, -17.82013px);
        -ms-transform: translate(-50%, -50%) translate(-13.64287vh, -26.77564vh) translate(-22.69952%, -44.55033%) translate(-9.07981px, -17.82013px);
        transform: translate(-50%, -50%) translate(-13.64287vh, -26.77564vh) translate(-22.69952%, -44.55033%) translate(-9.07981px, -17.82013px);
    }
    .page-404 .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(4.70101vh, -29.68102vh) translate(7.82172%, -49.38442%) translate(3.12869px, -19.75377px);
        -ms-transform: translate(-50%, -50%) translate(4.70101vh, -29.68102vh) translate(7.82172%, -49.38442%) translate(3.12869px, -19.75377px);
        transform: translate(-50%, -50%) translate(4.70101vh, -29.68102vh) translate(7.82172%, -49.38442%) translate(3.12869px, -19.75377px);
    }
    .page-404 .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(21.24927vh, -21.24927vh) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(21.24927vh, -21.24927vh) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(21.24927vh, -21.24927vh) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
    }
    .page-404 .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(29.68102vh, -4.70101vh) translate(49.38442%, -7.82172%) translate(19.75377px, -3.12869px);
        -ms-transform: translate(-50%, -50%) translate(29.68102vh, -4.70101vh) translate(49.38442%, -7.82172%) translate(19.75377px, -3.12869px);
        transform: translate(-50%, -50%) translate(29.68102vh, -4.70101vh) translate(49.38442%, -7.82172%) translate(19.75377px, -3.12869px);
    }
    .page-404 .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(26.77564vh, 13.64287vh) translate(44.55033%, 22.69952%) translate(17.82013px, 9.07981px);
        -ms-transform: translate(-50%, -50%) translate(26.77564vh, 13.64287vh) translate(44.55033%, 22.69952%) translate(17.82013px, 9.07981px);
        transform: translate(-50%, -50%) translate(26.77564vh, 13.64287vh) translate(44.55033%, 22.69952%) translate(17.82013px, 9.07981px);
    }
    .page-404 .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(13.64287vh, 26.77564vh) translate(22.69952%, 44.55033%) translate(9.07981px, 17.82013px);
        -ms-transform: translate(-50%, -50%) translate(13.64287vh, 26.77564vh) translate(22.69952%, 44.55033%) translate(9.07981px, 17.82013px);
        transform: translate(-50%, -50%) translate(13.64287vh, 26.77564vh) translate(22.69952%, 44.55033%) translate(9.07981px, 17.82013px);
    }
    .page-404 .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-4.70101vh, 29.68102vh) translate(-7.82172%, 49.38442%) translate(-3.12869px, 19.75377px);
        -ms-transform: translate(-50%, -50%) translate(-4.70101vh, 29.68102vh) translate(-7.82172%, 49.38442%) translate(-3.12869px, 19.75377px);
        transform: translate(-50%, -50%) translate(-4.70101vh, 29.68102vh) translate(-7.82172%, 49.38442%) translate(-3.12869px, 19.75377px);
    }
    .page-404 .circle-nav-marker:nth-of-type(1) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0s;
    }
    .page-404 .circle-nav-marker:nth-of-type(2) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0.2s;
    }
    .page-404 .circle-nav-marker:nth-of-type(3) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0.4s;
    }
    .page-404 .circle-nav-marker:nth-of-type(4) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0.6s;
    }
    .page-404 .circle-nav-marker:nth-of-type(5) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0.8s;
    }
    .page-404 .circle-nav-marker:nth-of-type(6) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1s;
    }
    .page-404 .circle-nav-marker:nth-of-type(7) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1.2s;
    }
    .page-404 .circle-nav-marker:nth-of-type(8) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1.4s;
    }
    .page-404 .circle-nav-marker:nth-of-type(9) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1.6s;
    }
    .page-404 .circle-nav-marker:nth-of-type(10) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1.8s;
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) and (max-width: 959px) {
    .page-404 .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-30.051vh, 0vh) translate(-50%, 0%) translate(-30px, 0px);
        -ms-transform: translate(-50%, -50%) translate(-30.051vh, 0vh) translate(-50%, 0%) translate(-30px, 0px);
        transform: translate(-50%, -50%) translate(-30.051vh, 0vh) translate(-50%, 0%) translate(-30px, 0px);
    }
    .page-404 .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-404 .circle-nav[data-active="0"]::after {
        -webkit-transform: rotate(-36deg);
        -ms-transform: rotate(-36deg);
        transform: rotate(-36deg);
    }
    .page-404 .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-30.051vh, 0vh) translate(-50%, 0%) translate(-20px, 0px);
        -ms-transform: translate(-50%, -50%) translate(-30.051vh, 0vh) translate(-50%, 0%) translate(-20px, 0px);
        transform: translate(-50%, -50%) translate(-30.051vh, 0vh) translate(-50%, 0%) translate(-20px, 0px);
    }
    .page-404 .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-24.31177vh, -17.66353vh) translate(-40.45085%, -29.38926%) translate(-16.18034px, -11.75571px);
        -ms-transform: translate(-50%, -50%) translate(-24.31177vh, -17.66353vh) translate(-40.45085%, -29.38926%) translate(-16.18034px, -11.75571px);
        transform: translate(-50%, -50%) translate(-24.31177vh, -17.66353vh) translate(-40.45085%, -29.38926%) translate(-16.18034px, -11.75571px);
    }
    .page-404 .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-9.28627vh, -28.5802vh) translate(-15.45085%, -47.55283%) translate(-6.18034px, -19.02113px);
        -ms-transform: translate(-50%, -50%) translate(-9.28627vh, -28.5802vh) translate(-15.45085%, -47.55283%) translate(-6.18034px, -19.02113px);
        transform: translate(-50%, -50%) translate(-9.28627vh, -28.5802vh) translate(-15.45085%, -47.55283%) translate(-6.18034px, -19.02113px);
    }
    .page-404 .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(9.28627vh, -28.5802vh) translate(15.45085%, -47.55283%) translate(6.18034px, -19.02113px);
        -ms-transform: translate(-50%, -50%) translate(9.28627vh, -28.5802vh) translate(15.45085%, -47.55283%) translate(6.18034px, -19.02113px);
        transform: translate(-50%, -50%) translate(9.28627vh, -28.5802vh) translate(15.45085%, -47.55283%) translate(6.18034px, -19.02113px);
    }
    .page-404 .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(24.31177vh, -17.66353vh) translate(40.45085%, -29.38926%) translate(16.18034px, -11.75571px);
        -ms-transform: translate(-50%, -50%) translate(24.31177vh, -17.66353vh) translate(40.45085%, -29.38926%) translate(16.18034px, -11.75571px);
        transform: translate(-50%, -50%) translate(24.31177vh, -17.66353vh) translate(40.45085%, -29.38926%) translate(16.18034px, -11.75571px);
    }
    .page-404 .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(30.051vh, 0vh) translate(50%, 0%) translate(20px, 0px);
        -ms-transform: translate(-50%, -50%) translate(30.051vh, 0vh) translate(50%, 0%) translate(20px, 0px);
        transform: translate(-50%, -50%) translate(30.051vh, 0vh) translate(50%, 0%) translate(20px, 0px);
    }
    .page-404 .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(24.31177vh, 17.66353vh) translate(40.45085%, 29.38926%) translate(16.18034px, 11.75571px);
        -ms-transform: translate(-50%, -50%) translate(24.31177vh, 17.66353vh) translate(40.45085%, 29.38926%) translate(16.18034px, 11.75571px);
        transform: translate(-50%, -50%) translate(24.31177vh, 17.66353vh) translate(40.45085%, 29.38926%) translate(16.18034px, 11.75571px);
    }
    .page-404 .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(9.28627vh, 28.5802vh) translate(15.45085%, 47.55283%) translate(6.18034px, 19.02113px);
        -ms-transform: translate(-50%, -50%) translate(9.28627vh, 28.5802vh) translate(15.45085%, 47.55283%) translate(6.18034px, 19.02113px);
        transform: translate(-50%, -50%) translate(9.28627vh, 28.5802vh) translate(15.45085%, 47.55283%) translate(6.18034px, 19.02113px);
    }
    .page-404 .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-9.28627vh, 28.5802vh) translate(-15.45085%, 47.55283%) translate(-6.18034px, 19.02113px);
        -ms-transform: translate(-50%, -50%) translate(-9.28627vh, 28.5802vh) translate(-15.45085%, 47.55283%) translate(-6.18034px, 19.02113px);
        transform: translate(-50%, -50%) translate(-9.28627vh, 28.5802vh) translate(-15.45085%, 47.55283%) translate(-6.18034px, 19.02113px);
    }
    .page-404 .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-24.31177vh, 17.66353vh) translate(-40.45085%, 29.38926%) translate(-16.18034px, 11.75571px);
        -ms-transform: translate(-50%, -50%) translate(-24.31177vh, 17.66353vh) translate(-40.45085%, 29.38926%) translate(-16.18034px, 11.75571px);
        transform: translate(-50%, -50%) translate(-24.31177vh, 17.66353vh) translate(-40.45085%, 29.38926%) translate(-16.18034px, 11.75571px);
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) and (max-width: 959px) and (max-height: 415px) and (orientation: landscape),
screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) and (max-width: 599px) {
    .page-404 .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-25.54335vh, 0vh) translate(-50%, 0%) translate(-30px, 0px);
        -ms-transform: translate(-50%, -50%) translate(-25.54335vh, 0vh) translate(-50%, 0%) translate(-30px, 0px);
        transform: translate(-50%, -50%) translate(-25.54335vh, 0vh) translate(-50%, 0%) translate(-30px, 0px);
    }
    .page-404 .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-404 .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-23.43978vh, 0vh) translate(-50%, 0%) translate(-20px, 0px);
        -ms-transform: translate(-50%, -50%) translate(-23.43978vh, 0vh) translate(-50%, 0%) translate(-20px, 0px);
        transform: translate(-50%, -50%) translate(-23.43978vh, 0vh) translate(-50%, 0%) translate(-20px, 0px);
    }
    .page-404 .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-25.54335vh, 0vh) translate(-50%, 0%) translate(-30px, 0px);
        -ms-transform: translate(-50%, -50%) translate(-25.54335vh, 0vh) translate(-50%, 0%) translate(-30px, 0px);
        transform: translate(-50%, -50%) translate(-25.54335vh, 0vh) translate(-50%, 0%) translate(-30px, 0px);
    }
    .page-404 .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-404 .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-18.96318vh, -13.77756vh) translate(-40.45085%, -29.38926%) translate(-16.18034px, -11.75571px);
        -ms-transform: translate(-50%, -50%) translate(-18.96318vh, -13.77756vh) translate(-40.45085%, -29.38926%) translate(-16.18034px, -11.75571px);
        transform: translate(-50%, -50%) translate(-18.96318vh, -13.77756vh) translate(-40.45085%, -29.38926%) translate(-16.18034px, -11.75571px);
    }
    .page-404 .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-25.54335vh, 0vh) translate(-50%, 0%) translate(-30px, 0px);
        -ms-transform: translate(-50%, -50%) translate(-25.54335vh, 0vh) translate(-50%, 0%) translate(-30px, 0px);
        transform: translate(-50%, -50%) translate(-25.54335vh, 0vh) translate(-50%, 0%) translate(-30px, 0px);
    }
    .page-404 .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-404 .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-7.24329vh, -22.29256vh) translate(-15.45085%, -47.55283%) translate(-6.18034px, -19.02113px);
        -ms-transform: translate(-50%, -50%) translate(-7.24329vh, -22.29256vh) translate(-15.45085%, -47.55283%) translate(-6.18034px, -19.02113px);
        transform: translate(-50%, -50%) translate(-7.24329vh, -22.29256vh) translate(-15.45085%, -47.55283%) translate(-6.18034px, -19.02113px);
    }
    .page-404 .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-25.54335vh, 0vh) translate(-50%, 0%) translate(-30px, 0px);
        -ms-transform: translate(-50%, -50%) translate(-25.54335vh, 0vh) translate(-50%, 0%) translate(-30px, 0px);
        transform: translate(-50%, -50%) translate(-25.54335vh, 0vh) translate(-50%, 0%) translate(-30px, 0px);
    }
    .page-404 .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-404 .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(7.24329vh, -22.29256vh) translate(15.45085%, -47.55283%) translate(6.18034px, -19.02113px);
        -ms-transform: translate(-50%, -50%) translate(7.24329vh, -22.29256vh) translate(15.45085%, -47.55283%) translate(6.18034px, -19.02113px);
        transform: translate(-50%, -50%) translate(7.24329vh, -22.29256vh) translate(15.45085%, -47.55283%) translate(6.18034px, -19.02113px);
    }
    .page-404 .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-25.54335vh, 0vh) translate(-50%, 0%) translate(-30px, 0px);
        -ms-transform: translate(-50%, -50%) translate(-25.54335vh, 0vh) translate(-50%, 0%) translate(-30px, 0px);
        transform: translate(-50%, -50%) translate(-25.54335vh, 0vh) translate(-50%, 0%) translate(-30px, 0px);
    }
    .page-404 .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-404 .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(18.96318vh, -13.77756vh) translate(40.45085%, -29.38926%) translate(16.18034px, -11.75571px);
        -ms-transform: translate(-50%, -50%) translate(18.96318vh, -13.77756vh) translate(40.45085%, -29.38926%) translate(16.18034px, -11.75571px);
        transform: translate(-50%, -50%) translate(18.96318vh, -13.77756vh) translate(40.45085%, -29.38926%) translate(16.18034px, -11.75571px);
    }
    .page-404 .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-25.54335vh, 0vh) translate(-50%, 0%) translate(-30px, 0px);
        -ms-transform: translate(-50%, -50%) translate(-25.54335vh, 0vh) translate(-50%, 0%) translate(-30px, 0px);
        transform: translate(-50%, -50%) translate(-25.54335vh, 0vh) translate(-50%, 0%) translate(-30px, 0px);
    }
    .page-404 .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-404 .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(23.43978vh, 0vh) translate(50%, 0%) translate(20px, 0px);
        -ms-transform: translate(-50%, -50%) translate(23.43978vh, 0vh) translate(50%, 0%) translate(20px, 0px);
        transform: translate(-50%, -50%) translate(23.43978vh, 0vh) translate(50%, 0%) translate(20px, 0px);
    }
    .page-404 .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-25.54335vh, 0vh) translate(-50%, 0%) translate(-30px, 0px);
        -ms-transform: translate(-50%, -50%) translate(-25.54335vh, 0vh) translate(-50%, 0%) translate(-30px, 0px);
        transform: translate(-50%, -50%) translate(-25.54335vh, 0vh) translate(-50%, 0%) translate(-30px, 0px);
    }
    .page-404 .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-404 .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(18.96318vh, 13.77756vh) translate(40.45085%, 29.38926%) translate(16.18034px, 11.75571px);
        -ms-transform: translate(-50%, -50%) translate(18.96318vh, 13.77756vh) translate(40.45085%, 29.38926%) translate(16.18034px, 11.75571px);
        transform: translate(-50%, -50%) translate(18.96318vh, 13.77756vh) translate(40.45085%, 29.38926%) translate(16.18034px, 11.75571px);
    }
    .page-404 .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-25.54335vh, 0vh) translate(-50%, 0%) translate(-30px, 0px);
        -ms-transform: translate(-50%, -50%) translate(-25.54335vh, 0vh) translate(-50%, 0%) translate(-30px, 0px);
        transform: translate(-50%, -50%) translate(-25.54335vh, 0vh) translate(-50%, 0%) translate(-30px, 0px);
    }
    .page-404 .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-404 .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(7.24329vh, 22.29256vh) translate(15.45085%, 47.55283%) translate(6.18034px, 19.02113px);
        -ms-transform: translate(-50%, -50%) translate(7.24329vh, 22.29256vh) translate(15.45085%, 47.55283%) translate(6.18034px, 19.02113px);
        transform: translate(-50%, -50%) translate(7.24329vh, 22.29256vh) translate(15.45085%, 47.55283%) translate(6.18034px, 19.02113px);
    }
    .page-404 .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-25.54335vh, 0vh) translate(-50%, 0%) translate(-30px, 0px);
        -ms-transform: translate(-50%, -50%) translate(-25.54335vh, 0vh) translate(-50%, 0%) translate(-30px, 0px);
        transform: translate(-50%, -50%) translate(-25.54335vh, 0vh) translate(-50%, 0%) translate(-30px, 0px);
    }
    .page-404 .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-404 .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-7.24329vh, 22.29256vh) translate(-15.45085%, 47.55283%) translate(-6.18034px, 19.02113px);
        -ms-transform: translate(-50%, -50%) translate(-7.24329vh, 22.29256vh) translate(-15.45085%, 47.55283%) translate(-6.18034px, 19.02113px);
        transform: translate(-50%, -50%) translate(-7.24329vh, 22.29256vh) translate(-15.45085%, 47.55283%) translate(-6.18034px, 19.02113px);
    }
    .page-404 .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-25.54335vh, 0vh) translate(-50%, 0%) translate(-30px, 0px);
        -ms-transform: translate(-50%, -50%) translate(-25.54335vh, 0vh) translate(-50%, 0%) translate(-30px, 0px);
        transform: translate(-50%, -50%) translate(-25.54335vh, 0vh) translate(-50%, 0%) translate(-30px, 0px);
    }
    .page-404 .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-404 .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-18.96318vh, 13.77756vh) translate(-40.45085%, 29.38926%) translate(-16.18034px, 11.75571px);
        -ms-transform: translate(-50%, -50%) translate(-18.96318vh, 13.77756vh) translate(-40.45085%, 29.38926%) translate(-16.18034px, 11.75571px);
        transform: translate(-50%, -50%) translate(-18.96318vh, 13.77756vh) translate(-40.45085%, 29.38926%) translate(-16.18034px, 11.75571px);
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) {
    .page-404 .message {
        top: 50%;
        right: 3vw;
        width: 27.5vw;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        bottom: auto;
        left: auto;
    }
}

@media screen and (max-width: 479px) and (orientation: portrait) {
    .page-404 .circle-nav {
        width: 60.102vw;
        height: 60.102vw;
    }
    .page-404 .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-29.02704vw, -7.77777vw) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
        -ms-transform: translate(-50%, -50%) translate(-29.02704vw, -7.77777vw) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
        transform: translate(-50%, -50%) translate(-29.02704vw, -7.77777vw) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
    }
    .page-404 .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        top: 10px;
        right: 20px;
    }
    .page-404 .circle-nav[data-active="0"]::after {
        -webkit-transform: rotate(-57deg);
        -ms-transform: rotate(-57deg);
        transform: rotate(-57deg);
    }
    .page-404 .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide:nth-child(1) {
        z-index: 1;
        opacity: 1;
    }
    .page-404 .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide-img:nth-child(1) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-404 .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-29.02704vw, -7.77777vw) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
        -ms-transform: translate(-50%, -50%) translate(-29.02704vw, -7.77777vw) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
        transform: translate(-50%, -50%) translate(-29.02704vw, -7.77777vw) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
    }
    .page-404 .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-1.57275vw, -30.00982vw) translate(-2.6168%, -49.93148%) translate(-1.04672px, -19.97259px);
        -ms-transform: translate(-50%, -50%) translate(-1.57275vw, -30.00982vw) translate(-2.6168%, -49.93148%) translate(-1.04672px, -19.97259px);
        transform: translate(-50%, -50%) translate(-1.57275vw, -30.00982vw) translate(-2.6168%, -49.93148%) translate(-1.04672px, -19.97259px);
    }
    .page-404 .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(28.05503vw, -10.76932vw) translate(46.67902%, -17.9184%) translate(18.67161px, -7.16736px);
        -ms-transform: translate(-50%, -50%) translate(28.05503vw, -10.76932vw) translate(46.67902%, -17.9184%) translate(18.67161px, -7.16736px);
        transform: translate(-50%, -50%) translate(28.05503vw, -10.76932vw) translate(46.67902%, -17.9184%) translate(18.67161px, -7.16736px);
    }
    .page-404 .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(18.91171vw, 23.35401vw) translate(31.46602%, 38.8573%) translate(12.58641px, 15.54292px);
        -ms-transform: translate(-50%, -50%) translate(18.91171vw, 23.35401vw) translate(31.46602%, 38.8573%) translate(12.58641px, 15.54292px);
        transform: translate(-50%, -50%) translate(18.91171vw, 23.35401vw) translate(31.46602%, 38.8573%) translate(12.58641px, 15.54292px);
    }
    .page-404 .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-16.36695vw, 25.20289vw) translate(-27.23195%, 41.93353%) translate(-10.89278px, 16.77341px);
        -ms-transform: translate(-50%, -50%) translate(-16.36695vw, 25.20289vw) translate(-27.23195%, 41.93353%) translate(-10.89278px, 16.77341px);
        transform: translate(-50%, -50%) translate(-16.36695vw, 25.20289vw) translate(-27.23195%, 41.93353%) translate(-10.89278px, 16.77341px);
    }
    .page-404 .circle-nav-marker:nth-of-type(1) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0s;
    }
    .page-404 .circle-nav-marker:nth-of-type(2) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0.2s;
    }
    .page-404 .circle-nav-marker:nth-of-type(3) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0.4s;
    }
    .page-404 .circle-nav-marker:nth-of-type(4) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0.6s;
    }
    .page-404 .circle-nav-marker:nth-of-type(5) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0.8s;
    }
}

@media screen and (max-width: 479px) and (orientation: portrait) and (max-width: 959px) {
    .page-404 .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-15.0255vw, -26.02493vw) translate(-25%, -43.30127%) translate(-10px, -17.32051px);
        -ms-transform: translate(-50%, -50%) translate(-15.0255vw, -26.02493vw) translate(-25%, -43.30127%) translate(-10px, -17.32051px);
        transform: translate(-50%, -50%) translate(-15.0255vw, -26.02493vw) translate(-25%, -43.30127%) translate(-10px, -17.32051px);
    }
    .page-404 .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        top: 10px;
        right: 20px;
    }
    .page-404 .circle-nav[data-active="0"]::after {
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }
    .page-404 .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-15.0255vw, -26.02493vw) translate(-25%, -43.30127%) translate(-10px, -17.32051px);
        -ms-transform: translate(-50%, -50%) translate(-15.0255vw, -26.02493vw) translate(-25%, -43.30127%) translate(-10px, -17.32051px);
        transform: translate(-50%, -50%) translate(-15.0255vw, -26.02493vw) translate(-25%, -43.30127%) translate(-10px, -17.32051px);
    }
    .page-404 .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(20.10804vw, -22.33225vw) translate(33.45653%, -37.15724%) translate(13.38261px, -14.8629px);
        -ms-transform: translate(-50%, -50%) translate(20.10804vw, -22.33225vw) translate(33.45653%, -37.15724%) translate(13.38261px, -14.8629px);
        transform: translate(-50%, -50%) translate(20.10804vw, -22.33225vw) translate(33.45653%, -37.15724%) translate(13.38261px, -14.8629px);
    }
    .page-404 .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(27.45295vw, 12.22284vw) translate(45.67727%, 20.33683%) translate(18.27091px, 8.13473px);
        -ms-transform: translate(-50%, -50%) translate(27.45295vw, 12.22284vw) translate(45.67727%, 20.33683%) translate(18.27091px, 8.13473px);
        transform: translate(-50%, -50%) translate(27.45295vw, 12.22284vw) translate(45.67727%, 20.33683%) translate(18.27091px, 8.13473px);
    }
    .page-404 .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-3.14118vw, 29.88638vw) translate(-5.22642%, 49.72609%) translate(-2.09057px, 19.89044px);
        -ms-transform: translate(-50%, -50%) translate(-3.14118vw, 29.88638vw) translate(-5.22642%, 49.72609%) translate(-2.09057px, 19.89044px);
        transform: translate(-50%, -50%) translate(-3.14118vw, 29.88638vw) translate(-5.22642%, 49.72609%) translate(-2.09057px, 19.89044px);
    }
    .page-404 .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-29.39431vw, 6.24795vw) translate(-48.90738%, 10.39558%) translate(-19.56295px, 4.15823px);
        -ms-transform: translate(-50%, -50%) translate(-29.39431vw, 6.24795vw) translate(-48.90738%, 10.39558%) translate(-19.56295px, 4.15823px);
        transform: translate(-50%, -50%) translate(-29.39431vw, 6.24795vw) translate(-48.90738%, 10.39558%) translate(-19.56295px, 4.15823px);
    }
}

@media screen and (max-width: 479px) and (orientation: portrait) and (max-width: 959px) and (max-height: 415px) and (orientation: landscape),
screen and (max-width: 479px) and (orientation: portrait) and (max-width: 599px) {
    .page-404 .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-12.77168vw, -22.12119vw) translate(-25%, -43.30127%) translate(-10px, -17.32051px);
        -ms-transform: translate(-50%, -50%) translate(-12.77168vw, -22.12119vw) translate(-25%, -43.30127%) translate(-10px, -17.32051px);
        transform: translate(-50%, -50%) translate(-12.77168vw, -22.12119vw) translate(-25%, -43.30127%) translate(-10px, -17.32051px);
    }
    .page-404 .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        top: 10px;
        right: 20px;
    }
    .page-404 .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(-11.71989vw, -20.29944vw) translate(-25%, -43.30127%) translate(-10px, -17.32051px);
        -ms-transform: translate(-50%, -50%) translate(-11.71989vw, -20.29944vw) translate(-25%, -43.30127%) translate(-10px, -17.32051px);
        transform: translate(-50%, -50%) translate(-11.71989vw, -20.29944vw) translate(-25%, -43.30127%) translate(-10px, -17.32051px);
    }
    .page-404 .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(-12.77167vw, -22.12119vw) translate(-25%, -43.30127%) translate(-10px, -17.32051px);
        -ms-transform: translate(-50%, -50%) translate(-12.77167vw, -22.12119vw) translate(-25%, -43.30127%) translate(-10px, -17.32051px);
        transform: translate(-50%, -50%) translate(-12.77167vw, -22.12119vw) translate(-25%, -43.30127%) translate(-10px, -17.32051px);
    }
    .page-404 .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-404 .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(15.68427vw, -17.41915vw) translate(33.45653%, -37.15724%) translate(13.38261px, -14.8629px);
        -ms-transform: translate(-50%, -50%) translate(15.68427vw, -17.41915vw) translate(33.45653%, -37.15724%) translate(13.38261px, -14.8629px);
        transform: translate(-50%, -50%) translate(15.68427vw, -17.41915vw) translate(33.45653%, -37.15724%) translate(13.38261px, -14.8629px);
    }
    .page-404 .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-12.77167vw, -22.12119vw) translate(-25%, -43.30127%) translate(-10px, -17.32051px);
        -ms-transform: translate(-50%, -50%) translate(-12.77167vw, -22.12119vw) translate(-25%, -43.30127%) translate(-10px, -17.32051px);
        transform: translate(-50%, -50%) translate(-12.77167vw, -22.12119vw) translate(-25%, -43.30127%) translate(-10px, -17.32051px);
    }
    .page-404 .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-404 .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(21.4133vw, 9.53382vw) translate(45.67727%, 20.33683%) translate(18.27091px, 8.13473px);
        -ms-transform: translate(-50%, -50%) translate(21.4133vw, 9.53382vw) translate(45.67727%, 20.33683%) translate(18.27091px, 8.13473px);
        transform: translate(-50%, -50%) translate(21.4133vw, 9.53382vw) translate(45.67727%, 20.33683%) translate(18.27091px, 8.13473px);
    }
    .page-404 .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-12.77168vw, -22.12119vw) translate(-25%, -43.30127%) translate(-10px, -17.32051px);
        -ms-transform: translate(-50%, -50%) translate(-12.77168vw, -22.12119vw) translate(-25%, -43.30127%) translate(-10px, -17.32051px);
        transform: translate(-50%, -50%) translate(-12.77168vw, -22.12119vw) translate(-25%, -43.30127%) translate(-10px, -17.32051px);
    }
    .page-404 .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-404 .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-2.45012vw, 23.31137vw) translate(-5.22642%, 49.72609%) translate(-2.09057px, 19.89044px);
        -ms-transform: translate(-50%, -50%) translate(-2.45012vw, 23.31137vw) translate(-5.22642%, 49.72609%) translate(-2.09057px, 19.89044px);
        transform: translate(-50%, -50%) translate(-2.45012vw, 23.31137vw) translate(-5.22642%, 49.72609%) translate(-2.09057px, 19.89044px);
    }
    .page-404 .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-12.77168vw, -22.12119vw) translate(-25%, -43.30127%) translate(-10px, -17.32051px);
        -ms-transform: translate(-50%, -50%) translate(-12.77168vw, -22.12119vw) translate(-25%, -43.30127%) translate(-10px, -17.32051px);
        transform: translate(-50%, -50%) translate(-12.77168vw, -22.12119vw) translate(-25%, -43.30127%) translate(-10px, -17.32051px);
    }
    .page-404 .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-404 .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(-22.92756vw, 4.8734vw) translate(-48.90738%, 10.39558%) translate(-19.56295px, 4.15823px);
        -ms-transform: translate(-50%, -50%) translate(-22.92756vw, 4.8734vw) translate(-48.90738%, 10.39558%) translate(-19.56295px, 4.15823px);
        transform: translate(-50%, -50%) translate(-22.92756vw, 4.8734vw) translate(-48.90738%, 10.39558%) translate(-19.56295px, 4.15823px);
    }
}

@media screen and (max-width: 479px) and (orientation: portrait) {
    .page-404 .message {
        top: 72.5%;
        bottom: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 58vw;
    }
}

.circle-nav-marker {
    display: block;
}

.circle-nav-marker>li:nth-of-type(2) {
    margin-top: 0;
    margin-left: 0;
}

.circle-nav-marker>li:nth-of-type(3) {
    margin-top: 0;
    margin-left: 0;
}

.circle-nav-marker>li:nth-of-type(4) {
    margin-top: 0;
    margin-left: 0;
}

.circle-nav-marker>li:nth-of-type(5) {
    margin-top: 0;
    margin-left: 0;
}

-50%, -50%) translate(-3.89549vw, -14.53815vw) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
        transform: translate(-50%, -50%) translate(-3.89549vw, -14.53815vw) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
    }
    .page-business .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(3.89549vw, -14.53815vw) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
        -ms-transform: translate(-50%, -50%) translate(3.89549vw, -14.53815vw) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
        transform: translate(-50%, -50%) translate(3.89549vw, -14.53815vw) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) and (max-width: 959px) and (max-height: 415px) and (orientation: landscape),
screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) and (max-width: 599px) {
    .page-business .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(9.04626vw, -9.04626vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(9.04626vw, -9.04626vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(9.04626vw, -9.04626vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(8.30128vw, -8.30128vw) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(8.30128vw, -8.30128vw) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(8.30128vw, -8.30128vw) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
    }
    .page-business .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(9.04626vw, 9.04626vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(9.04626vw, 9.04626vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(9.04626vw, 9.04626vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(11.33976vw, -3.03848vw) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
        -ms-transform: translate(-50%, -50%) translate(11.33976vw, -3.03848vw) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
        transform: translate(-50%, -50%) translate(11.33976vw, -3.03848vw) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
    }
    .page-business .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-9.04626vw, 9.04626vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-9.04626vw, 9.04626vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(-9.04626vw, 9.04626vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(11.33976vw, 3.03848vw) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
        -ms-transform: translate(-50%, -50%) translate(11.33976vw, 3.03848vw) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
        transform: translate(-50%, -50%) translate(11.33976vw, 3.03848vw) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
    }
    .page-business .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-9.04626vw, -9.04626vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-9.04626vw, -9.04626vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(-9.04626vw, -9.04626vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(8.30128vw, 8.30128vw) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(8.30128vw, 8.30128vw) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(8.30128vw, 8.30128vw) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
    }
    .page-business .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(9.04626vw, -9.04626vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(9.04626vw, -9.04626vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(9.04626vw, -9.04626vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(3.03848vw, 11.33976vw) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
        -ms-transform: translate(-50%, -50%) translate(3.03848vw, 11.33976vw) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
        transform: translate(-50%, -50%) translate(3.03848vw, 11.33976vw) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
    }
    .page-business .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(9.04626vw, 9.04626vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(9.04626vw, 9.04626vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(9.04626vw, 9.04626vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-3.03848vw, 11.33976vw) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
        -ms-transform: translate(-50%, -50%) translate(-3.03848vw, 11.33976vw) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
        transform: translate(-50%, -50%) translate(-3.03848vw, 11.33976vw) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
    }
    .page-business .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-9.04626vw, 9.04626vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-9.04626vw, 9.04626vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(-9.04626vw, 9.04626vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-8.30128vw, 8.30128vw) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-8.30128vw, 8.30128vw) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(-8.30128vw, 8.30128vw) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
    }
    .page-business .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-9.04626vw, -9.04626vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-9.04626vw, -9.04626vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(-9.04626vw, -9.04626vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-11.33976vw, 3.03848vw) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
        -ms-transform: translate(-50%, -50%) translate(-11.33976vw, 3.03848vw) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
        transform: translate(-50%, -50%) translate(-11.33976vw, 3.03848vw) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
    }
    .page-business .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(9.04626vw, -9.04626vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(9.04626vw, -9.04626vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(9.04626vw, -9.04626vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-11.33976vw, -3.03848vw) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
        -ms-transform: translate(-50%, -50%) translate(-11.33976vw, -3.03848vw) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
        transform: translate(-50%, -50%) translate(-11.33976vw, -3.03848vw) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
    }
    .page-business .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(9.04626vw, 9.04626vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(9.04626vw, 9.04626vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(9.04626vw, 9.04626vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-8.30128vw, -8.30128vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-8.30128vw, -8.30128vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(-8.30128vw, -8.30128vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
    }
    .page-business .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-9.04626vw, 9.04626vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-9.04626vw, 9.04626vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(-9.04626vw, 9.04626vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-3.03848vw, -11.33976vw) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
        -ms-transform: translate(-50%, -50%) translate(-3.03848vw, -11.33976vw) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
        transform: translate(-50%, -50%) translate(-3.03848vw, -11.33976vw) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
    }
    .page-business .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-9.04626vw, -9.04626vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-9.04626vw, -9.04626vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(-9.04626vw, -9.04626vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(3.03848vw, -11.33976vw) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
        -ms-transform: translate(-50%, -50%) translate(3.03848vw, -11.33976vw) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
        transform: translate(-50%, -50%) translate(3.03848vw, -11.33976vw) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) {
    .page-business .circle-nav-info {
        left: 7vw;
    }
    .page-business .copyright {
        display: none;
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape),
(max-width: 599px) {
    .ios .page-business .circle-nav {
        top: -5.5vh;
    }
}

.page-business-development .business-btn-back,
.page-business-investment .business-btn-back,
.page-business-agro .business-btn-back,
.page-business-culture .business-btn-back {
    position: fixed;
}

.page-business-development .screen-intro,
.page-business-investment .screen-intro,
.page-business-agro .screen-intro,
.page-business-culture .screen-intro {
    z-index: 3;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
}

.page-business-development .screen-intro.screen-current+.screen,
.page-business-investment .screen-intro.screen-current+.screen,
.page-business-agro .screen-intro.screen-current+.screen,
.page-business-culture .screen-intro.screen-current+.screen {
    visibility: visible;
    -webkit-animation: none;
    animation: none;
}

.page-business-development .screen.js-projects,
.page-business-investment .screen.js-projects,
.page-business-agro .screen.js-projects,
.page-business-culture .screen.js-projects {
    z-index: 1;
}

.page-business-development .screen-inner,
.page-business-investment .screen-inner,
.page-business-agro .screen-inner,
.page-business-culture .screen-inner {
    position: relative;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 150vw;
    height: calc(100vh - 48px);
    background-color: #ff2400;
    border-radius: 0 0 100% 100%;
}

.page-business-development .projects,
.page-business-investment .projects,
.page-business-agro .projects,
.page-business-culture .projects {
    position: absolute;
    z-index: 1;
    bottom: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-weight: 700;
}

.page-business-development .screen-text,
.page-business-investment .screen-text,
.page-business-agro .screen-text,
.page-business-culture .screen-text {
    width: 100vw;
    height: 100%;
    line-height: 1.5;
    color: #fff;
    font-size: 1.5rem;
}

.page-business-development .screen-text-inner,
.page-business-investment .screen-text-inner,
.page-business-agro .screen-text-inner,
.page-business-culture .screen-text-inner {
    overflow-y: auto;
    height: 100%;
}

.page-business-development .screen-text-inner h1,
.page-business-investment .screen-text-inner h1,
.page-business-agro .screen-text-inner h1,
.page-business-culture .screen-text-inner h1 {
    margin-bottom: 50px;
    color: #fff;
}

.page-business-development .screen-text-inner .large,
.page-business-investment .screen-text-inner .large,
.page-business-agro .screen-text-inner .large,
.page-business-culture .screen-text-inner .large {
    font-size: 2.4rem;
}

.page-business-development .screen-text-inner p,
.page-business-investment .screen-text-inner p,
.page-business-agro .screen-text-inner p,
.page-business-culture .screen-text-inner p {
    margin-bottom: 20px;
}

.page-business-development .screen-text-inner .side,
.page-business-investment .screen-text-inner .side,
.page-business-agro .screen-text-inner .side,
.page-business-culture .screen-text-inner .side {
    position: absolute;
    top: 22.5vh;
    left: 50%;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    width: 25vw;
}

.page-business-development .screen-text-inner .scroll,
.page-business-investment .screen-text-inner .scroll,
.page-business-agro .screen-text-inner .scroll,
.page-business-culture .screen-text-inner .scroll {
    margin-left: 52vw;
    padding-top: calc(22.5vh + 10.5rem);
    width: 24vw;
}

.ios .page-business-development .screen-text-inner .scroll,
.ios .page-business-investment .screen-text-inner .scroll,
.ios .page-business-agro .screen-text-inner .scroll,
.ios .page-business-culture .screen-text-inner .scroll {
    overflow-y: auto;
}

.page-business-development .fade,
.page-business-investment .fade,
.page-business-agro .fade,
.page-business-culture .fade {
    position: absolute;
    z-index: 0;
    left: 50%;
    margin-left: 1vw;
    width: 25vw;
    pointer-events: none;
}

.page-business-development .fade-top,
.page-business-investment .fade-top,
.page-business-agro .fade-top,
.page-business-culture .fade-top {
    top: 0;
    height: calc(22.5vh + 10.5rem);
    background: linear-gradient(to bottom, #ff2400 0%, #ff2400 90%, rgba(83, 197, 242, 0) 100%);
}

.page-business-development .fade-bottom,
.page-business-investment .fade-bottom,
.page-business-agro .fade-bottom,
.page-business-culture .fade-bottom {
    bottom: 0;
    background: linear-gradient(to top, #ff2400 0%, #ff2400 90%, rgba(83, 197, 242, 0) 100%);
}

.page-business-development .circle-nav,
.page-business-investment .circle-nav,
.page-business-agro .circle-nav,
.page-business-culture .circle-nav {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -55vw;
    width: 110vw;
    height: 110vw;
}

@media screen and (max-width: 1179px) {
    .page-business-development .circle-nav,
    .page-business-investment .circle-nav,
    .page-business-agro .circle-nav,
    .page-business-culture .circle-nav {
        left: 550px;
    }
}

.page-business-development .circle-nav::after,
.page-business-investment .circle-nav::after,
.page-business-agro .circle-nav::after,
.page-business-culture .circle-nav::after {
    display: none;
}

.page-business-development .circle-nav-item:nth-of-type(1),
.page-business-investment .circle-nav-item:nth-of-type(1),
.page-business-agro .circle-nav-item:nth-of-type(1),
.page-business-culture .circle-nav-item:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    -ms-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
}

.page-business-development .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-investment .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-agro .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-culture .circle-nav-item:nth-of-type(1) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide:nth-child(1),
.page-business-investment .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide:nth-child(1),
.page-business-agro .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide:nth-child(1),
.page-business-culture .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide:nth-child(1) {
    z-index: 1;
    opacity: 1;
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide-img:nth-child(1) .img,
.page-business-investment .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide-img:nth-child(1) .img,
.page-business-agro .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide-img:nth-child(1) .img,
.page-business-culture .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide-img:nth-child(1) .img {
    opacity: 1;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(1),
.page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(1),
.page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(1),
.page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    -ms-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(1) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(2),
.page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(2),
.page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(2),
.page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-25.63265px, 4.35516px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-25.63265px, 4.35516px);
    transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-25.63265px, 4.35516px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(2) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(3),
.page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(3),
.page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(3),
.page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-24.54097px, 8.58726px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-24.54097px, 8.58726px);
    transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-24.54097px, 8.58726px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(3) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(4),
.page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(4),
.page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(4),
.page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(4) {
    -webkit-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-22.75581px, 12.57669px);
    -ms-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-22.75581px, 12.57669px);
    transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-22.75581px, 12.57669px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(4) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(5),
.page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(5),
.page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(5),
.page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(5) {
    -webkit-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-20.32762px, 16.21073px);
    -ms-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-20.32762px, 16.21073px);
    transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-20.32762px, 16.21073px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(5) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(6),
.page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(6),
.page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(6),
.page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(6) {
    -webkit-transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-17.32501px, 19.3867px);
    -ms-transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-17.32501px, 19.3867px);
    transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-17.32501px, 19.3867px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(6) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(7),
.page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(7),
.page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(7),
.page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(7) {
    -webkit-transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-13.83283px, 22.01483px);
    -ms-transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-13.83283px, 22.01483px);
    transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-13.83283px, 22.01483px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(7) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(8),
.page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(8),
.page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(8),
.page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(8) {
    -webkit-transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-9.94977px, 24.02087px);
    -ms-transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-9.94977px, 24.02087px);
    transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-9.94977px, 24.02087px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(8) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(9),
.page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(9),
.page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(9),
.page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(9) {
    -webkit-transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-5.78554px, 25.34813px);
    -ms-transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-5.78554px, 25.34813px);
    transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-5.78554px, 25.34813px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(9) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(10),
.page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(10),
.page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(10),
.page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(10) {
    -webkit-transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.45783px, 25.9591px);
    -ms-transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.45783px, 25.9591px);
    transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.45783px, 25.9591px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(10) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(11),
.page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(11),
.page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(11),
.page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(11) {
    -webkit-transform: translate(-50%, -50%) translate(6.15805vw, 54.65417vw) translate(5.59822%, 49.68561%) translate(2.91108px, 25.83652px);
    -ms-transform: translate(-50%, -50%) translate(6.15805vw, 54.65417vw) translate(5.59822%, 49.68561%) translate(2.91108px, 25.83652px);
    transform: translate(-50%, -50%) translate(6.15805vw, 54.65417vw) translate(5.59822%, 49.68561%) translate(2.91108px, 25.83652px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(11) .circle-nav-sub {
    bottom: 5px;
    left: 20px;
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(12),
.page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(12),
.page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(12),
.page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(12) {
    -webkit-transform: translate(-50%, -50%) translate(15.22595vw, 52.85045vw) translate(13.84178%, 48.04587%) translate(7.19772px, 24.98385px);
    -ms-transform: translate(-50%, -50%) translate(15.22595vw, 52.85045vw) translate(13.84178%, 48.04587%) translate(7.19772px, 24.98385px);
    transform: translate(-50%, -50%) translate(15.22595vw, 52.85045vw) translate(13.84178%, 48.04587%) translate(7.19772px, 24.98385px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(12) .circle-nav-sub {
    bottom: 5px;
    left: 20px;
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(13),
.page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(13),
.page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(13),
.page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(13) {
    -webkit-transform: translate(-50%, -50%) translate(23.86361vw, 49.55329vw) translate(21.69419%, 45.04844%) translate(11.28098px, 23.42519px);
    -ms-transform: translate(-50%, -50%) translate(23.86361vw, 49.55329vw) translate(21.69419%, 45.04844%) translate(11.28098px, 23.42519px);
    transform: translate(-50%, -50%) translate(23.86361vw, 49.55329vw) translate(21.69419%, 45.04844%) translate(11.28098px, 23.42519px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(13) .circle-nav-sub {
    bottom: 5px;
    left: 20px;
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(14),
.page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(14),
.page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(14),
.page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(14) {
    -webkit-transform: translate(-50%, -50%) translate(31.82692vw, 44.85585vw) translate(28.93356%, 40.77804%) translate(15.04545px, 21.20458px);
    -ms-transform: translate(-50%, -50%) translate(31.82692vw, 44.85585vw) translate(28.93356%, 40.77804%) translate(15.04545px, 21.20458px);
    transform: translate(-50%, -50%) translate(31.82692vw, 44.85585vw) translate(28.93356%, 40.77804%) translate(15.04545px, 21.20458px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="0"] .circle-nav-item:nth-of-type(14) .circle-nav-sub {
    bottom: 5px;
    left: 20px;
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(1),
.page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(1),
.page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(1),
.page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    -ms-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(2),
.page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(2),
.page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(2),
.page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-19.71742px, 3.35012px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-19.71742px, 3.35012px);
    transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-19.71742px, 3.35012px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(3),
.page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(3),
.page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(3),
.page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-18.87767px, 6.60558px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-18.87767px, 6.60558px);
    transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-18.87767px, 6.60558px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(4),
.page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(4),
.page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(4),
.page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(4) {
    -webkit-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-17.50447px, 9.67438px);
    -ms-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-17.50447px, 9.67438px);
    transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-17.50447px, 9.67438px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(5),
.page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(5),
.page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(5),
.page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(5) {
    -webkit-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-15.63663px, 12.4698px);
    -ms-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-15.63663px, 12.4698px);
    transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-15.63663px, 12.4698px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(6),
.page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(6),
.page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(6),
.page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(6) {
    -webkit-transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-13.32693px, 14.91284px);
    -ms-transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-13.32693px, 14.91284px);
    transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-13.32693px, 14.91284px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(7),
.page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(7),
.page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(7),
.page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(7) {
    -webkit-transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-10.64064px, 16.93448px);
    -ms-transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-10.64064px, 16.93448px);
    transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-10.64064px, 16.93448px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(8),
.page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(8),
.page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(8),
.page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(8) {
    -webkit-transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-7.65367px, 18.47759px);
    -ms-transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-7.65367px, 18.47759px);
    transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-7.65367px, 18.47759px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(9),
.page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(9),
.page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(9),
.page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(9) {
    -webkit-transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-4.45042px, 19.49856px);
    -ms-transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-4.45042px, 19.49856px);
    transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-4.45042px, 19.49856px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(10),
.page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(10),
.page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(10),
.page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(10) {
    -webkit-transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.12141px, 19.96854px);
    -ms-transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.12141px, 19.96854px);
    transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.12141px, 19.96854px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(11),
.page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(11),
.page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(11),
.page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(11) {
    -webkit-transform: translate(-50%, -50%) translate(6.15805vw, 54.65417vw) translate(5.59822%, 49.68561%) translate(2.23929px, 19.87424px);
    -ms-transform: translate(-50%, -50%) translate(6.15805vw, 54.65417vw) translate(5.59822%, 49.68561%) translate(2.23929px, 19.87424px);
    transform: translate(-50%, -50%) translate(6.15805vw, 54.65417vw) translate(5.59822%, 49.68561%) translate(2.23929px, 19.87424px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(12),
.page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(12),
.page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(12),
.page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(12) {
    -webkit-transform: translate(-50%, -50%) translate(15.22595vw, 52.85045vw) translate(13.84178%, 48.04587%) translate(5.53671px, 19.21835px);
    -ms-transform: translate(-50%, -50%) translate(15.22595vw, 52.85045vw) translate(13.84178%, 48.04587%) translate(5.53671px, 19.21835px);
    transform: translate(-50%, -50%) translate(15.22595vw, 52.85045vw) translate(13.84178%, 48.04587%) translate(5.53671px, 19.21835px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(13),
.page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(13),
.page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(13),
.page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(13) {
    -webkit-transform: translate(-50%, -50%) translate(23.86361vw, 49.55329vw) translate(21.69419%, 45.04844%) translate(8.67767px, 18.01938px);
    -ms-transform: translate(-50%, -50%) translate(23.86361vw, 49.55329vw) translate(21.69419%, 45.04844%) translate(8.67767px, 18.01938px);
    transform: translate(-50%, -50%) translate(23.86361vw, 49.55329vw) translate(21.69419%, 45.04844%) translate(8.67767px, 18.01938px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(14),
.page-business-investment .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(14),
.page-business-agro .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(14),
.page-business-culture .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(14) {
    -webkit-transform: translate(-50%, -50%) translate(31.82692vw, 44.85585vw) translate(28.93356%, 40.77804%) translate(11.57343px, 16.31122px);
    -ms-transform: translate(-50%, -50%) translate(31.82692vw, 44.85585vw) translate(28.93356%, 40.77804%) translate(11.57343px, 16.31122px);
    transform: translate(-50%, -50%) translate(31.82692vw, 44.85585vw) translate(28.93356%, 40.77804%) translate(11.57343px, 16.31122px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav-item:nth-of-type(2),
.page-business-investment .circle-nav-item:nth-of-type(2),
.page-business-agro .circle-nav-item:nth-of-type(2),
.page-business-culture .circle-nav-item:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-25.63265px, 4.35516px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-25.63265px, 4.35516px);
    transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-25.63265px, 4.35516px);
}

.page-business-development .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-investment .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-agro .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-culture .circle-nav-item:nth-of-type(2) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide:nth-child(2),
.page-business-investment .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide:nth-child(2),
.page-business-agro .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide:nth-child(2),
.page-business-culture .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide:nth-child(2) {
    z-index: 1;
    opacity: 1;
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide-img:nth-child(2) .img,
.page-business-investment .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide-img:nth-child(2) .img,
.page-business-agro .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide-img:nth-child(2) .img,
.page-business-culture .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide-img:nth-child(2) .img {
    opacity: 1;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(1),
.page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(1),
.page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(1),
.page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-25.63265px, -4.35516px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-25.63265px, -4.35516px);
    transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-25.63265px, -4.35516px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(1) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(2),
.page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(2),
.page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(2),
.page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    -ms-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(2) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(3),
.page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(3),
.page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(3),
.page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-25.63265px, 4.35516px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-25.63265px, 4.35516px);
    transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-25.63265px, 4.35516px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(3) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(4),
.page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(4),
.page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(4),
.page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(4) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-24.54097px, 8.58726px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-24.54097px, 8.58726px);
    transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-24.54097px, 8.58726px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(4) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(5),
.page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(5),
.page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(5),
.page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(5) {
    -webkit-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-22.75581px, 12.57669px);
    -ms-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-22.75581px, 12.57669px);
    transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-22.75581px, 12.57669px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(5) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(6),
.page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(6),
.page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(6),
.page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(6) {
    -webkit-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-20.32762px, 16.21073px);
    -ms-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-20.32762px, 16.21073px);
    transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-20.32762px, 16.21073px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(6) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(7),
.page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(7),
.page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(7),
.page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(7) {
    -webkit-transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-17.32501px, 19.3867px);
    -ms-transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-17.32501px, 19.3867px);
    transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-17.32501px, 19.3867px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(7) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(8),
.page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(8),
.page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(8),
.page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(8) {
    -webkit-transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-13.83283px, 22.01483px);
    -ms-transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-13.83283px, 22.01483px);
    transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-13.83283px, 22.01483px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(8) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(9),
.page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(9),
.page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(9),
.page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(9) {
    -webkit-transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-9.94977px, 24.02087px);
    -ms-transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-9.94977px, 24.02087px);
    transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-9.94977px, 24.02087px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(9) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(10),
.page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(10),
.page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(10),
.page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(10) {
    -webkit-transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-5.78554px, 25.34813px);
    -ms-transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-5.78554px, 25.34813px);
    transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-5.78554px, 25.34813px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(10) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(11),
.page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(11),
.page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(11),
.page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(11) {
    -webkit-transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.45783px, 25.9591px);
    -ms-transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.45783px, 25.9591px);
    transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.45783px, 25.9591px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(11) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(12),
.page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(12),
.page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(12),
.page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(12) {
    -webkit-transform: translate(-50%, -50%) translate(6.15805vw, 54.65417vw) translate(5.59822%, 49.68561%) translate(2.91108px, 25.83652px);
    -ms-transform: translate(-50%, -50%) translate(6.15805vw, 54.65417vw) translate(5.59822%, 49.68561%) translate(2.91108px, 25.83652px);
    transform: translate(-50%, -50%) translate(6.15805vw, 54.65417vw) translate(5.59822%, 49.68561%) translate(2.91108px, 25.83652px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(12) .circle-nav-sub {
    bottom: 5px;
    left: 20px;
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(13),
.page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(13),
.page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(13),
.page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(13) {
    -webkit-transform: translate(-50%, -50%) translate(15.22595vw, 52.85045vw) translate(13.84178%, 48.04587%) translate(7.19772px, 24.98385px);
    -ms-transform: translate(-50%, -50%) translate(15.22595vw, 52.85045vw) translate(13.84178%, 48.04587%) translate(7.19772px, 24.98385px);
    transform: translate(-50%, -50%) translate(15.22595vw, 52.85045vw) translate(13.84178%, 48.04587%) translate(7.19772px, 24.98385px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(13) .circle-nav-sub {
    bottom: 5px;
    left: 20px;
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(14),
.page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(14),
.page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(14),
.page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(14) {
    -webkit-transform: translate(-50%, -50%) translate(23.86361vw, 49.55329vw) translate(21.69419%, 45.04844%) translate(11.28098px, 23.42519px);
    -ms-transform: translate(-50%, -50%) translate(23.86361vw, 49.55329vw) translate(21.69419%, 45.04844%) translate(11.28098px, 23.42519px);
    transform: translate(-50%, -50%) translate(23.86361vw, 49.55329vw) translate(21.69419%, 45.04844%) translate(11.28098px, 23.42519px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="1"] .circle-nav-item:nth-of-type(14) .circle-nav-sub {
    bottom: 5px;
    left: 20px;
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(1),
.page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(1),
.page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(1),
.page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-19.71742px, -3.35012px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-19.71742px, -3.35012px);
    transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-19.71742px, -3.35012px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(2),
.page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(2),
.page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(2),
.page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    -ms-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(3),
.page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(3),
.page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(3),
.page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-19.71742px, 3.35012px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-19.71742px, 3.35012px);
    transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-19.71742px, 3.35012px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(4),
.page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(4),
.page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(4),
.page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(4) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-18.87767px, 6.60558px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-18.87767px, 6.60558px);
    transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-18.87767px, 6.60558px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(5),
.page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(5),
.page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(5),
.page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(5) {
    -webkit-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-17.50447px, 9.67438px);
    -ms-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-17.50447px, 9.67438px);
    transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-17.50447px, 9.67438px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(6),
.page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(6),
.page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(6),
.page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(6) {
    -webkit-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-15.63663px, 12.4698px);
    -ms-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-15.63663px, 12.4698px);
    transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-15.63663px, 12.4698px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(7),
.page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(7),
.page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(7),
.page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(7) {
    -webkit-transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-13.32693px, 14.91284px);
    -ms-transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-13.32693px, 14.91284px);
    transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-13.32693px, 14.91284px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(8),
.page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(8),
.page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(8),
.page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(8) {
    -webkit-transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-10.64064px, 16.93448px);
    -ms-transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-10.64064px, 16.93448px);
    transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-10.64064px, 16.93448px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(9),
.page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(9),
.page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(9),
.page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(9) {
    -webkit-transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-7.65367px, 18.47759px);
    -ms-transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-7.65367px, 18.47759px);
    transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-7.65367px, 18.47759px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(10),
.page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(10),
.page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(10),
.page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(10) {
    -webkit-transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-4.45042px, 19.49856px);
    -ms-transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-4.45042px, 19.49856px);
    transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-4.45042px, 19.49856px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(11),
.page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(11),
.page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(11),
.page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(11) {
    -webkit-transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.12141px, 19.96854px);
    -ms-transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.12141px, 19.96854px);
    transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.12141px, 19.96854px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(12),
.page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(12),
.page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(12),
.page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(12) {
    -webkit-transform: translate(-50%, -50%) translate(6.15805vw, 54.65417vw) translate(5.59822%, 49.68561%) translate(2.23929px, 19.87424px);
    -ms-transform: translate(-50%, -50%) translate(6.15805vw, 54.65417vw) translate(5.59822%, 49.68561%) translate(2.23929px, 19.87424px);
    transform: translate(-50%, -50%) translate(6.15805vw, 54.65417vw) translate(5.59822%, 49.68561%) translate(2.23929px, 19.87424px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(13),
.page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(13),
.page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(13),
.page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(13) {
    -webkit-transform: translate(-50%, -50%) translate(15.22595vw, 52.85045vw) translate(13.84178%, 48.04587%) translate(5.53671px, 19.21835px);
    -ms-transform: translate(-50%, -50%) translate(15.22595vw, 52.85045vw) translate(13.84178%, 48.04587%) translate(5.53671px, 19.21835px);
    transform: translate(-50%, -50%) translate(15.22595vw, 52.85045vw) translate(13.84178%, 48.04587%) translate(5.53671px, 19.21835px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(14),
.page-business-investment .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(14),
.page-business-agro .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(14),
.page-business-culture .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(14) {
    -webkit-transform: translate(-50%, -50%) translate(23.86361vw, 49.55329vw) translate(21.69419%, 45.04844%) translate(8.67767px, 18.01938px);
    -ms-transform: translate(-50%, -50%) translate(23.86361vw, 49.55329vw) translate(21.69419%, 45.04844%) translate(8.67767px, 18.01938px);
    transform: translate(-50%, -50%) translate(23.86361vw, 49.55329vw) translate(21.69419%, 45.04844%) translate(8.67767px, 18.01938px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav-item:nth-of-type(3),
.page-business-investment .circle-nav-item:nth-of-type(3),
.page-business-agro .circle-nav-item:nth-of-type(3),
.page-business-culture .circle-nav-item:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-24.54097px, 8.58726px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-24.54097px, 8.58726px);
    transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-24.54097px, 8.58726px);
}

.page-business-development .circle-nav-item:nth-of-type(3) .circle-nav-sub,
.page-business-investment .circle-nav-item:nth-of-type(3) .circle-nav-sub,
.page-business-agro .circle-nav-item:nth-of-type(3) .circle-nav-sub,
.page-business-culture .circle-nav-item:nth-of-type(3) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide:nth-child(3),
.page-business-investment .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide:nth-child(3),
.page-business-agro .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide:nth-child(3),
.page-business-culture .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide:nth-child(3) {
    z-index: 1;
    opacity: 1;
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide-img:nth-child(3) .img,
.page-business-investment .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide-img:nth-child(3) .img,
.page-business-agro .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide-img:nth-child(3) .img,
.page-business-culture .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide-img:nth-child(3) .img {
    opacity: 1;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(1),
.page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(1),
.page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(1),
.page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-24.54097px, -8.58726px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-24.54097px, -8.58726px);
    transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-24.54097px, -8.58726px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(1) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(2),
.page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(2),
.page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(2),
.page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-25.63265px, -4.35516px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-25.63265px, -4.35516px);
    transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-25.63265px, -4.35516px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(2) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(3),
.page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(3),
.page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(3),
.page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    -ms-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(3) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(4),
.page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(4),
.page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(4),
.page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(4) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-25.63265px, 4.35516px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-25.63265px, 4.35516px);
    transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-25.63265px, 4.35516px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(4) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(5),
.page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(5),
.page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(5),
.page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(5) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-24.54097px, 8.58726px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-24.54097px, 8.58726px);
    transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-24.54097px, 8.58726px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(5) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(6),
.page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(6),
.page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(6),
.page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(6) {
    -webkit-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-22.75581px, 12.57669px);
    -ms-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-22.75581px, 12.57669px);
    transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-22.75581px, 12.57669px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(6) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(7),
.page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(7),
.page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(7),
.page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(7) {
    -webkit-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-20.32762px, 16.21073px);
    -ms-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-20.32762px, 16.21073px);
    transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-20.32762px, 16.21073px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(7) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(8),
.page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(8),
.page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(8),
.page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(8) {
    -webkit-transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-17.32501px, 19.3867px);
    -ms-transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-17.32501px, 19.3867px);
    transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-17.32501px, 19.3867px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(8) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(9),
.page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(9),
.page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(9),
.page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(9) {
    -webkit-transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-13.83283px, 22.01483px);
    -ms-transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-13.83283px, 22.01483px);
    transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-13.83283px, 22.01483px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(9) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(10),
.page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(10),
.page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(10),
.page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(10) {
    -webkit-transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-9.94977px, 24.02087px);
    -ms-transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-9.94977px, 24.02087px);
    transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-9.94977px, 24.02087px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(10) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(11),
.page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(11),
.page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(11),
.page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(11) {
    -webkit-transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-5.78554px, 25.34813px);
    -ms-transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-5.78554px, 25.34813px);
    transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-5.78554px, 25.34813px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(11) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(12),
.page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(12),
.page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(12),
.page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(12) {
    -webkit-transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.45783px, 25.9591px);
    -ms-transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.45783px, 25.9591px);
    transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.45783px, 25.9591px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(12) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(13),
.page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(13),
.page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(13),
.page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(13) {
    -webkit-transform: translate(-50%, -50%) translate(6.15805vw, 54.65417vw) translate(5.59822%, 49.68561%) translate(2.91108px, 25.83652px);
    -ms-transform: translate(-50%, -50%) translate(6.15805vw, 54.65417vw) translate(5.59822%, 49.68561%) translate(2.91108px, 25.83652px);
    transform: translate(-50%, -50%) translate(6.15805vw, 54.65417vw) translate(5.59822%, 49.68561%) translate(2.91108px, 25.83652px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(13) .circle-nav-sub {
    bottom: 5px;
    left: 20px;
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(14),
.page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(14),
.page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(14),
.page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(14) {
    -webkit-transform: translate(-50%, -50%) translate(15.22595vw, 52.85045vw) translate(13.84178%, 48.04587%) translate(7.19772px, 24.98385px);
    -ms-transform: translate(-50%, -50%) translate(15.22595vw, 52.85045vw) translate(13.84178%, 48.04587%) translate(7.19772px, 24.98385px);
    transform: translate(-50%, -50%) translate(15.22595vw, 52.85045vw) translate(13.84178%, 48.04587%) translate(7.19772px, 24.98385px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="2"] .circle-nav-item:nth-of-type(14) .circle-nav-sub {
    bottom: 5px;
    left: 20px;
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(1),
.page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(1),
.page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(1),
.page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-18.87767px, -6.60558px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-18.87767px, -6.60558px);
    transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-18.87767px, -6.60558px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(2),
.page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(2),
.page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(2),
.page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-19.71742px, -3.35012px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-19.71742px, -3.35012px);
    transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-19.71742px, -3.35012px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(3),
.page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(3),
.page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(3),
.page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    -ms-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(4),
.page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(4),
.page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(4),
.page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(4) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-19.71742px, 3.35012px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-19.71742px, 3.35012px);
    transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-19.71742px, 3.35012px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(5),
.page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(5),
.page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(5),
.page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(5) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-18.87767px, 6.60558px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-18.87767px, 6.60558px);
    transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-18.87767px, 6.60558px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(6),
.page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(6),
.page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(6),
.page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(6) {
    -webkit-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-17.50447px, 9.67438px);
    -ms-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-17.50447px, 9.67438px);
    transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-17.50447px, 9.67438px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(7),
.page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(7),
.page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(7),
.page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(7) {
    -webkit-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-15.63663px, 12.4698px);
    -ms-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-15.63663px, 12.4698px);
    transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-15.63663px, 12.4698px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(8),
.page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(8),
.page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(8),
.page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(8) {
    -webkit-transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-13.32693px, 14.91284px);
    -ms-transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-13.32693px, 14.91284px);
    transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-13.32693px, 14.91284px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(9),
.page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(9),
.page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(9),
.page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(9) {
    -webkit-transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-10.64064px, 16.93448px);
    -ms-transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-10.64064px, 16.93448px);
    transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-10.64064px, 16.93448px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(10),
.page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(10),
.page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(10),
.page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(10) {
    -webkit-transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-7.65367px, 18.47759px);
    -ms-transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-7.65367px, 18.47759px);
    transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-7.65367px, 18.47759px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(11),
.page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(11),
.page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(11),
.page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(11) {
    -webkit-transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-4.45042px, 19.49856px);
    -ms-transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-4.45042px, 19.49856px);
    transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-4.45042px, 19.49856px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(12),
.page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(12),
.page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(12),
.page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(12) {
    -webkit-transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.12141px, 19.96854px);
    -ms-transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.12141px, 19.96854px);
    transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.12141px, 19.96854px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(13),
.page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(13),
.page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(13),
.page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(13) {
    -webkit-transform: translate(-50%, -50%) translate(6.15805vw, 54.65417vw) translate(5.59822%, 49.68561%) translate(2.23929px, 19.87424px);
    -ms-transform: translate(-50%, -50%) translate(6.15805vw, 54.65417vw) translate(5.59822%, 49.68561%) translate(2.23929px, 19.87424px);
    transform: translate(-50%, -50%) translate(6.15805vw, 54.65417vw) translate(5.59822%, 49.68561%) translate(2.23929px, 19.87424px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(14),
.page-business-investment .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(14),
.page-business-agro .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(14),
.page-business-culture .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(14) {
    -webkit-transform: translate(-50%, -50%) translate(15.22595vw, 52.85045vw) translate(13.84178%, 48.04587%) translate(5.53671px, 19.21835px);
    -ms-transform: translate(-50%, -50%) translate(15.22595vw, 52.85045vw) translate(13.84178%, 48.04587%) translate(5.53671px, 19.21835px);
    transform: translate(-50%, -50%) translate(15.22595vw, 52.85045vw) translate(13.84178%, 48.04587%) translate(5.53671px, 19.21835px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav-item:nth-of-type(4),
.page-business-investment .circle-nav-item:nth-of-type(4),
.page-business-agro .circle-nav-item:nth-of-type(4),
.page-business-culture .circle-nav-item:nth-of-type(4) {
    -webkit-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-22.75581px, 12.57669px);
    -ms-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-22.75581px, 12.57669px);
    transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-22.75581px, 12.57669px);
}

.page-business-development .circle-nav-item:nth-of-type(4) .circle-nav-sub,
.page-business-investment .circle-nav-item:nth-of-type(4) .circle-nav-sub,
.page-business-agro .circle-nav-item:nth-of-type(4) .circle-nav-sub,
.page-business-culture .circle-nav-item:nth-of-type(4) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide:nth-child(4),
.page-business-investment .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide:nth-child(4),
.page-business-agro .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide:nth-child(4),
.page-business-culture .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide:nth-child(4) {
    z-index: 1;
    opacity: 1;
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide-img:nth-child(4) .img,
.page-business-investment .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide-img:nth-child(4) .img,
.page-business-agro .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide-img:nth-child(4) .img,
.page-business-culture .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide-img:nth-child(4) .img {
    opacity: 1;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(1),
.page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(1),
.page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(1),
.page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-22.75581px, -12.57669px);
    -ms-transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-22.75581px, -12.57669px);
    transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-22.75581px, -12.57669px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(1) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(2),
.page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(2),
.page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(2),
.page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-24.54097px, -8.58726px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-24.54097px, -8.58726px);
    transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-24.54097px, -8.58726px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(2) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(3),
.page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(3),
.page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(3),
.page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-25.63265px, -4.35516px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-25.63265px, -4.35516px);
    transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-25.63265px, -4.35516px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(3) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(4),
.page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(4),
.page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(4),
.page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(4) {
    -webkit-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    -ms-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(4) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(5),
.page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(5),
.page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(5),
.page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(5) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-25.63265px, 4.35516px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-25.63265px, 4.35516px);
    transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-25.63265px, 4.35516px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(5) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(6),
.page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(6),
.page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(6),
.page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(6) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-24.54097px, 8.58726px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-24.54097px, 8.58726px);
    transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-24.54097px, 8.58726px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(6) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(7),
.page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(7),
.page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(7),
.page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(7) {
    -webkit-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-22.75581px, 12.57669px);
    -ms-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-22.75581px, 12.57669px);
    transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-22.75581px, 12.57669px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(7) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(8),
.page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(8),
.page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(8),
.page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(8) {
    -webkit-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-20.32762px, 16.21073px);
    -ms-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-20.32762px, 16.21073px);
    transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-20.32762px, 16.21073px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(8) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(9),
.page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(9),
.page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(9),
.page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(9) {
    -webkit-transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-17.32501px, 19.3867px);
    -ms-transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-17.32501px, 19.3867px);
    transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-17.32501px, 19.3867px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(9) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(10),
.page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(10),
.page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(10),
.page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(10) {
    -webkit-transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-13.83283px, 22.01483px);
    -ms-transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-13.83283px, 22.01483px);
    transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-13.83283px, 22.01483px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(10) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(11),
.page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(11),
.page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(11),
.page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(11) {
    -webkit-transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-9.94977px, 24.02087px);
    -ms-transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-9.94977px, 24.02087px);
    transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-9.94977px, 24.02087px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(11) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(12),
.page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(12),
.page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(12),
.page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(12) {
    -webkit-transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-5.78554px, 25.34813px);
    -ms-transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-5.78554px, 25.34813px);
    transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-5.78554px, 25.34813px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(12) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(13),
.page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(13),
.page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(13),
.page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(13) {
    -webkit-transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.45783px, 25.9591px);
    -ms-transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.45783px, 25.9591px);
    transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.45783px, 25.9591px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(13) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(14),
.page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(14),
.page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(14),
.page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(14) {
    -webkit-transform: translate(-50%, -50%) translate(6.15805vw, 54.65417vw) translate(5.59822%, 49.68561%) translate(2.91108px, 25.83652px);
    -ms-transform: translate(-50%, -50%) translate(6.15805vw, 54.65417vw) translate(5.59822%, 49.68561%) translate(2.91108px, 25.83652px);
    transform: translate(-50%, -50%) translate(6.15805vw, 54.65417vw) translate(5.59822%, 49.68561%) translate(2.91108px, 25.83652px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="3"] .circle-nav-item:nth-of-type(14) .circle-nav-sub {
    bottom: 5px;
    left: 20px;
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(1),
.page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(1),
.page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(1),
.page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-17.50447px, -9.67438px);
    -ms-transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-17.50447px, -9.67438px);
    transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-17.50447px, -9.67438px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(2),
.page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(2),
.page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(2),
.page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-18.87767px, -6.60558px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-18.87767px, -6.60558px);
    transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-18.87767px, -6.60558px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(3),
.page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(3),
.page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(3),
.page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-19.71742px, -3.35012px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-19.71742px, -3.35012px);
    transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-19.71742px, -3.35012px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(4),
.page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(4),
.page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(4),
.page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(4) {
    -webkit-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    -ms-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(5),
.page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(5),
.page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(5),
.page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(5) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-19.71742px, 3.35012px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-19.71742px, 3.35012px);
    transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-19.71742px, 3.35012px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(6),
.page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(6),
.page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(6),
.page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(6) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-18.87767px, 6.60558px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-18.87767px, 6.60558px);
    transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-18.87767px, 6.60558px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(7),
.page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(7),
.page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(7),
.page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(7) {
    -webkit-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-17.50447px, 9.67438px);
    -ms-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-17.50447px, 9.67438px);
    transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-17.50447px, 9.67438px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(8),
.page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(8),
.page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(8),
.page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(8) {
    -webkit-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-15.63663px, 12.4698px);
    -ms-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-15.63663px, 12.4698px);
    transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-15.63663px, 12.4698px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(9),
.page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(9),
.page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(9),
.page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(9) {
    -webkit-transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-13.32693px, 14.91284px);
    -ms-transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-13.32693px, 14.91284px);
    transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-13.32693px, 14.91284px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(10),
.page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(10),
.page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(10),
.page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(10) {
    -webkit-transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-10.64064px, 16.93448px);
    -ms-transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-10.64064px, 16.93448px);
    transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-10.64064px, 16.93448px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(11),
.page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(11),
.page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(11),
.page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(11) {
    -webkit-transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-7.65367px, 18.47759px);
    -ms-transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-7.65367px, 18.47759px);
    transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-7.65367px, 18.47759px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(12),
.page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(12),
.page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(12),
.page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(12) {
    -webkit-transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-4.45042px, 19.49856px);
    -ms-transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-4.45042px, 19.49856px);
    transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-4.45042px, 19.49856px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(13),
.page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(13),
.page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(13),
.page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(13) {
    -webkit-transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.12141px, 19.96854px);
    -ms-transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.12141px, 19.96854px);
    transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.12141px, 19.96854px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(14),
.page-business-investment .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(14),
.page-business-agro .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(14),
.page-business-culture .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(14) {
    -webkit-transform: translate(-50%, -50%) translate(6.15805vw, 54.65417vw) translate(5.59822%, 49.68561%) translate(2.23929px, 19.87424px);
    -ms-transform: translate(-50%, -50%) translate(6.15805vw, 54.65417vw) translate(5.59822%, 49.68561%) translate(2.23929px, 19.87424px);
    transform: translate(-50%, -50%) translate(6.15805vw, 54.65417vw) translate(5.59822%, 49.68561%) translate(2.23929px, 19.87424px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav-item:nth-of-type(5),
.page-business-investment .circle-nav-item:nth-of-type(5),
.page-business-agro .circle-nav-item:nth-of-type(5),
.page-business-culture .circle-nav-item:nth-of-type(5) {
    -webkit-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-20.32762px, 16.21073px);
    -ms-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-20.32762px, 16.21073px);
    transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-20.32762px, 16.21073px);
}

.page-business-development .circle-nav-item:nth-of-type(5) .circle-nav-sub,
.page-business-investment .circle-nav-item:nth-of-type(5) .circle-nav-sub,
.page-business-agro .circle-nav-item:nth-of-type(5) .circle-nav-sub,
.page-business-culture .circle-nav-item:nth-of-type(5) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-slides .circle-nav-slide:nth-child(5),
.page-business-investment .circle-nav[data-active="4"] .circle-nav-slides .circle-nav-slide:nth-child(5),
.page-business-agro .circle-nav[data-active="4"] .circle-nav-slides .circle-nav-slide:nth-child(5),
.page-business-culture .circle-nav[data-active="4"] .circle-nav-slides .circle-nav-slide:nth-child(5) {
    z-index: 1;
    opacity: 1;
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-slides .circle-nav-slide-img:nth-child(5) .img,
.page-business-investment .circle-nav[data-active="4"] .circle-nav-slides .circle-nav-slide-img:nth-child(5) .img,
.page-business-agro .circle-nav[data-active="4"] .circle-nav-slides .circle-nav-slide-img:nth-child(5) .img,
.page-business-culture .circle-nav[data-active="4"] .circle-nav-slides .circle-nav-slide-img:nth-child(5) .img {
    opacity: 1;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(1),
.page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(1),
.page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(1),
.page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-20.32762px, -16.21073px);
    -ms-transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-20.32762px, -16.21073px);
    transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-20.32762px, -16.21073px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(1) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(2),
.page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(2),
.page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(2),
.page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-22.75581px, -12.57669px);
    -ms-transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-22.75581px, -12.57669px);
    transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-22.75581px, -12.57669px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(2) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(3),
.page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(3),
.page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(3),
.page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-24.54097px, -8.58726px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-24.54097px, -8.58726px);
    transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-24.54097px, -8.58726px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(3) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(3) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(4),
.page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(4),
.page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(4),
.page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(4) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-25.63265px, -4.35516px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-25.63265px, -4.35516px);
    transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-25.63265px, -4.35516px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(4) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(4) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(5),
.page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(5),
.page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(5),
.page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(5) {
    -webkit-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    -ms-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(5) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(5) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(6),
.page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(6),
.page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(6),
.page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(6) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-25.63265px, 4.35516px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-25.63265px, 4.35516px);
    transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-25.63265px, 4.35516px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(6) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(6) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(7),
.page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(7),
.page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(7),
.page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(7) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-24.54097px, 8.58726px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-24.54097px, 8.58726px);
    transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-24.54097px, 8.58726px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(7) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(7) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(8),
.page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(8),
.page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(8),
.page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(8) {
    -webkit-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-22.75581px, 12.57669px);
    -ms-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-22.75581px, 12.57669px);
    transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-22.75581px, 12.57669px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(8) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(8) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(9),
.page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(9),
.page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(9),
.page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(9) {
    -webkit-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-20.32762px, 16.21073px);
    -ms-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-20.32762px, 16.21073px);
    transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-20.32762px, 16.21073px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(9) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(9) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(10),
.page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(10),
.page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(10),
.page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(10) {
    -webkit-transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-17.32501px, 19.3867px);
    -ms-transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-17.32501px, 19.3867px);
    transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-17.32501px, 19.3867px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(10) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(10) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(11),
.page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(11),
.page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(11),
.page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(11) {
    -webkit-transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-13.83283px, 22.01483px);
    -ms-transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-13.83283px, 22.01483px);
    transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-13.83283px, 22.01483px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(11) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(11) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(12),
.page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(12),
.page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(12),
.page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(12) {
    -webkit-transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-9.94977px, 24.02087px);
    -ms-transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-9.94977px, 24.02087px);
    transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-9.94977px, 24.02087px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(12) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(12) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(13),
.page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(13),
.page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(13),
.page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(13) {
    -webkit-transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-5.78554px, 25.34813px);
    -ms-transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-5.78554px, 25.34813px);
    transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-5.78554px, 25.34813px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(13) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(13) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(14),
.page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(14),
.page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(14),
.page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(14) {
    -webkit-transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.45783px, 25.9591px);
    -ms-transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.45783px, 25.9591px);
    transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.45783px, 25.9591px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(14) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="4"] .circle-nav-item:nth-of-type(14) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(1),
.page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(1),
.page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(1),
.page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-15.63663px, -12.4698px);
    -ms-transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-15.63663px, -12.4698px);
    transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-15.63663px, -12.4698px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(2),
.page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(2),
.page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(2),
.page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-17.50447px, -9.67438px);
    -ms-transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-17.50447px, -9.67438px);
    transform: translate(-50%, -50%) translate(-48.13729vw, -26.60454vw) translate(-43.76117%, -24.18594%) translate(-17.50447px, -9.67438px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(3),
.page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(3),
.page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(3),
.page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-18.87767px, -6.60558px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-18.87767px, -6.60558px);
    transform: translate(-50%, -50%) translate(-51.91358vw, -18.16535vw) translate(-47.19417%, -16.51395%) translate(-18.87767px, -6.60558px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(4),
.page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(4),
.page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(4),
.page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(4) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-19.71742px, -3.35012px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-19.71742px, -3.35012px);
    transform: translate(-50%, -50%) translate(-54.22291vw, -9.21284vw) translate(-49.29355%, -8.37531%) translate(-19.71742px, -3.35012px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(5),
.page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(5),
.page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(5),
.page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(5) {
    -webkit-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    -ms-transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    transform: translate(-50%, -50%) translate(-55vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(6),
.page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(6),
.page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(6),
.page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(6) {
    -webkit-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-19.71742px, 3.35012px);
    -ms-transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-19.71742px, 3.35012px);
    transform: translate(-50%, -50%) translate(-54.22291vw, 9.21284vw) translate(-49.29355%, 8.37531%) translate(-19.71742px, 3.35012px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(7),
.page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(7),
.page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(7),
.page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(7) {
    -webkit-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-18.87767px, 6.60558px);
    -ms-transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-18.87767px, 6.60558px);
    transform: translate(-50%, -50%) translate(-51.91358vw, 18.16535vw) translate(-47.19417%, 16.51395%) translate(-18.87767px, 6.60558px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(8),
.page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(8),
.page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(8),
.page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(8) {
    -webkit-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-17.50447px, 9.67438px);
    -ms-transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-17.50447px, 9.67438px);
    transform: translate(-50%, -50%) translate(-48.13729vw, 26.60454vw) translate(-43.76117%, 24.18594%) translate(-17.50447px, 9.67438px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(9),
.page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(9),
.page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(9),
.page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(9) {
    -webkit-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-15.63663px, 12.4698px);
    -ms-transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-15.63663px, 12.4698px);
    transform: translate(-50%, -50%) translate(-43.00073vw, 34.29194vw) translate(-39.09157%, 31.17449%) translate(-15.63663px, 12.4698px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(10),
.page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(10),
.page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(10),
.page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(10) {
    -webkit-transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-13.32693px, 14.91284px);
    -ms-transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-13.32693px, 14.91284px);
    transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-13.32693px, 14.91284px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(11),
.page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(11),
.page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(11),
.page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(11) {
    -webkit-transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-10.64064px, 16.93448px);
    -ms-transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-10.64064px, 16.93448px);
    transform: translate(-50%, -50%) translate(-29.26176vw, 46.56983vw) translate(-26.6016%, 42.33621%) translate(-10.64064px, 16.93448px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(12),
.page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(12),
.page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(12),
.page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(12) {
    -webkit-transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-7.65367px, 18.47759px);
    -ms-transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-7.65367px, 18.47759px);
    transform: translate(-50%, -50%) translate(-21.04759vw, 50.81337vw) translate(-19.13417%, 46.19398%) translate(-7.65367px, 18.47759px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(13),
.page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(13),
.page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(13),
.page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(13) {
    -webkit-transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-4.45042px, 19.49856px);
    -ms-transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-4.45042px, 19.49856px);
    transform: translate(-50%, -50%) translate(-12.23865vw, 53.62104vw) translate(-11.12605%, 48.7464%) translate(-4.45042px, 19.49856px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(14),
.page-business-investment .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(14),
.page-business-agro .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(14),
.page-business-culture .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(14) {
    -webkit-transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.12141px, 19.96854px);
    -ms-transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.12141px, 19.96854px);
    transform: translate(-50%, -50%) translate(-3.08387vw, 54.91347vw) translate(-2.80352%, 49.92134%) translate(-1.12141px, 19.96854px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav-item:nth-of-type(6),
.page-business-investment .circle-nav-item:nth-of-type(6),
.page-business-agro .circle-nav-item:nth-of-type(6),
.page-business-culture .circle-nav-item:nth-of-type(6) {
    -webkit-transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-17.32501px, 19.3867px);
    -ms-transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-17.32501px, 19.3867px);
    transform: translate(-50%, -50%) translate(-36.64906vw, 41.01032vw) translate(-33.31733%, 37.28211%) translate(-17.32501px, 19.3867px);
}

.page-business-development .circle-nav-item:nth-of-type(6) .circle-nav-sub,
.page-business-investment .circle-nav-item:nth-of-type(6) .circle-nav-sub,
.page-business-agro .circle-nav-item:nth-of-type(6) .circle-nav-sub,
.page-business-culture .circle-nav-item:nth-of-type(6) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="5"] .circle-nav-slides .circle-nav-slide:nth-child(6),
.page-business-investment .circle-nav[data-active="5"] .circle-nav-slides .circle-nav-slide:nth-child(6),
.page-business-agro .circle-nav[data-active="5"] .circle-nav-slides .circle-nav-slide:nth-child(6),
.page-business-culture .circle-nav[data-active="5"] .circle-nav-slides .circle-nav-slide:nth-child(6) {
    z-index: 1;
    opacity: 1;
}

.page-business-development .circle-nav[data-active="5"] .circle-nav-slides .circle-nav-slide-img:nth-child(6) .img,
.page-business-investment .circle-nav[data-active="5"] .circle-nav-slides .circle-nav-slide-img:nth-child(6) .img,
.page-business-agro .circle-nav[data-active="5"] .circle-nav-slides .circle-nav-slide-img:nth-child(6) .img,
.page-business-culture .circle-nav[data-active="5"] .circle-nav-slides .circle-nav-slide-img:nth-child(6) .img {
    opacity: 1;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(1),
.page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(1),
.page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(1),
.page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) translate(-36.64906vw, -41.01032vw) translate(-33.31733%, -37.28211%) translate(-17.32501px, -19.3867px);
    -ms-transform: translate(-50%, -50%) translate(-36.64906vw, -41.01032vw) translate(-33.31733%, -37.28211%) translate(-17.32501px, -19.3867px);
    transform: translate(-50%, -50%) translate(-36.64906vw, -41.01032vw) translate(-33.31733%, -37.28211%) translate(-17.32501px, -19.3867px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(1) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(1) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(2),
.page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(2),
.page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(2),
.page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-20.32762px, -16.21073px);
    -ms-transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-20.32762px, -16.21073px);
    transform: translate(-50%, -50%) translate(-43.00073vw, -34.29194vw) translate(-39.09157%, -31.17449%) translate(-20.32762px, -16.21073px);
    transition: -webkit-transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

.page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(2) .circle-nav-sub,
.page-business-culture .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(2) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-business-development .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(3),
.page-business-investment .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(3),
.page-business-agro .circle-nav[data-active="5"] .circle-nav-item:nth-of-type(3),
.page-busines}

.parallax article,
.parallax header,
.parallax .counter {
    will-change: transform;
}




/*

Animations
======

Animate screen into / out of view,
based on http://tympanus.net/Development/PageTransitions/

    <div class="screen screen-transition-scaleDown"></div>
    <div class="screen screen-transition-moveFromTop screen-current"></div>

*/


/* Move */

.screen-transition-moveFromTop {
    -webkit-animation: moveFromTop 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99) both;
    animation: moveFromTop 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99) both;
}

.screen-transition-moveFromTop article,
.screen-transition-moveFromTop header,
.screen-transition-moveFromTop .counter {
    -webkit-animation: moveFromTopContent 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99) both;
    animation: moveFromTopContent 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99) both;
}

.screen-transition-moveFromBottom {
    -webkit-animation: moveFromBottom 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99) both;
    animation: moveFromBottom 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99) both;
}

.screen-transition-moveFromBottom article,
.screen-transition-moveFromBottom header,
.screen-transition-moveFromBottom .counter {
    -webkit-animation: moveFromBottomContent 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99) both;
    animation: moveFromBottomContent 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99) both;
}

.screen-transition-moveToTop {
    -webkit-animation: moveFromBottom 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99) both;
    animation: moveFromBottom 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99) both;
}




/* Scale / fade */

.screen-transition-scaleDown {
    -webkit-animation: scaleDown 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99) both;
    animation: scaleDown 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99) both;
}

.screen-transition-fadeOut {
    -webkit-animation: fadeOut 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99) both;
    animation: fadeOut 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99) both;
}

.screen-transition-fadeIn {
    -webkit-animation: fadeIn 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99) both;
    animation: fadeIn 0.8s cubic-bezier(0.25, 0.74, 0.22, 0.99) both;
}




/* Keyframes */

@-webkit-keyframes moveFromTop {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes moveFromTop {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@-webkit-keyframes moveFromTopContent {
    from {
        -webkit-transform: translateY(-12vh);
        transform: translateY(-12vh);
    }
}

@keyframes moveFromTopContent {
    from {
        -webkit-transform: translateY(-12vh);
        transform: translateY(-12vh);
    }
}

@-webkit-keyframes moveFromBottomContent {
    from {
        -webkit-transform: translateY(8vh);
        transform: translateY(8vh);
    }
}

@keyframes moveFromBottomContent {
    from {
        -webkit-transform: translateY(8vh);
        transform: translateY(8vh);
    }
}

@-webkit-keyframes scaleDown {
    from {}
    to {
        opacity: 0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@keyframes scaleDown {
    from {}
    to {
        opacity: 0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@-webkit-keyframes fadeOut {
    from {}
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {}
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0;
    }
}

@-webkit-keyframes fadeIn {
    from {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.parallax .screen-background {
    position: absolute;
    overflow: hidden;
    top: -94.35vw;
    left: 25vw;
    width: 184.42vw;
    height: 184.42vw;
    border-radius: 50%;
    background: #000;
    -webkit-mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC");
}

.parallax .screen-background .screen-background-content {
    display: block;
    position: absolute;
    left: 0;
    top: 94.35vw;
    height: 100vh;
    width: 41%;
}

.parallax .screen-background img.screen-background-content {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    pointer-events: none;
    -moz-user-focus: ignore;
    -webkit-touch-callout: none;
    -ms-touch-action: none;
    text-decoration: none;
    height: auto;
    min-width: 116.66vh;
    will-change: transform;
    -webkit-animation: parallax-background-zoom 16s linear infinite alternate;
    animation: parallax-background-zoom 16s linear infinite alternate;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.parallax .screen-current .screen-background img.screen-background-content,
.parallax .no-js .screen-background img.screen-background-content {
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.parallax .screen-reverse .screen-background {
    left: -119vw;
}

.parallax .screen-reverse .screen-background img.screen-background-content {
    left: 119vw;
}

@media screen and (min-width: 600px) and (max-width: 959px) and (min-height: 416px) {
    .parallax .screen-background {
        width: 260vh;
        height: 260vh;
        top: -130vh;
    }
    .parallax .screen-background .screen-background-content {
        top: 130vh;
        left: 0;
        width: 23%;
    }
    .parallax .screen-reverse .screen-background {
        left: -270vw;
    }
    .parallax .screen-reverse .screen-background img.screen-background-content {
        left: 230vw;
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) {
    .parallax .screen-background {
        left: 60vw;
        top: -92.21vw;
    }
    .parallax .screen-background .screen-background-content {
        top: 92.21vw;
        left: 0;
        width: 40vw;
    }
    .parallax .screen-background img.screen-background-content {
        left: 0;
    }
    .parallax .screen-reverse .screen-background {
        left: -149.42vw;
        top: -92.21vw;
    }
    .parallax .screen-reverse .screen-background .screen-background-content {
        top: 92.21vw;
        left: 149.42vw;
        width: 35vw;
    }
    .parallax .screen-reverse .screen-background img.screen-background-content {
        left: 119.42vw;
    }
}

@media screen and (max-width: 479px) and (orientation: portrait) {
    .parallax .screen-background {
        left: -100vw;
        top: -255vw;
        width: 300vw;
        height: 300vw;
    }
    .parallax .screen-background .screen-background-content {
        top: 255vw;
        left: 100vw;
        width: 100vw;
        height: 50vw;
    }
    .parallax .screen-background img.screen-background-content {
        top: 245vw;
        min-width: 56.3vh;
    }
    .parallax .screen-reverse .screen-background {
        left: -100vw;
    }
    .parallax .screen-reverse .screen-background img.screen-background-content {
        top: 240vw;
        left: 100vw;
    }
}

@-webkit-keyframes parallax-background-zoom () {
from {
    -webkit-transform: scale(1);
    transform: scale(1);
}
to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
}

@keyframes parallax-background-zoom () {
from {
    -webkit-transform: scale(1);
    transform: scale(1);
}
to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
}

.parallax header {
    position: absolute;
    right: 80px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right;
}

.parallax header h2,
.parallax header .h2 {
    color: #fff;
    font-size: 3.5rem;
    font-weight: 300;
    margin-bottom: 0.5em;
}

.parallax header h2:last-child,
.parallax header .h2:last-child {
    margin-bottom: 0;
}

.parallax header small {
    font-size: 2rem;
    font-weight: bold;
    display: block;
    padding-bottom: 1em;
}

.parallax article {
    position: absolute;
    left: 80px;
    bottom: 53px;
    width: 380px;
    color: #666;
}

.parallax article h2 small,
.parallax article .h2 small {
    color: #666;
    font-size: 1.4rem;
    font-weight: 400;
    display: block;
}

.parallax article h3,
.parallax article .h3 {
    margin-top: 1.3em;
}

.parallax article h3:first-child,
.parallax article .h3:first-child {
    margin-top: 0;
}

.parallax article h5,
.parallax article .h5 {
    color: #ff2400;
    font-size: 1.2rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0.25em;
}

.parallax article h5+p,
.parallax article .h5+p {
    margin-top: 0;
}

.parallax article h4,
.parallax article h5,
.parallax article .h4,
.parallax article .h5 {
    margin-bottom: 0.25em;
}

.parallax article h4+p,
.parallax article h5+p,
.parallax article .h4+p,
.parallax article .h5+p {
    margin-top: 0;
}

.parallax article b {
    color: #000;
    font-weight: 400;
}

.parallax article b em {
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    padding: 0 2px 0 3px;
}

.parallax article .heading-extension {
    position: relative;
    margin: -2.5em 0 2.08em;
}

.parallax aside {
    position: absolute;
    top: 0;
    right: -64px;
    width: 46px;
}

.parallax aside img {
    display: block;
    margin-bottom: 18px;
}

.parallax .screen-reverse header {
    right: auto;
    left: 80px;
    text-align: left;
}

.parallax .screen-reverse article {
    left: auto;
    right: 80px;
}

@media screen and (min-width: 600px) and (max-width: 959px) and (min-height: 416px) {
    .parallax article {
        bottom: 105px;
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape),
(max-width: 599px) {
    .parallax header {
        display: none;
    }
    .parallax article {
        left: 0;
        bottom: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .parallax article .heading-extension {
        margin: -1em 0 1em;
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) {
    .parallax article {
        max-width: 70%;
        margin-top: 20px;
        padding: 0 20px;
    }
    .parallax article h2,
    .parallax article .h2 {
        margin-bottom: 0.25em;
    }
    .parallax article h2:last-child,
    .parallax article .h2:last-child {
        margin-bottom: 0;
    }
    .parallax .screen-reverse article {
        left: auto;
        right: 0;
        margin-top: 0;
    }
}

@media screen and (max-width: 479px) and (orientation: portrait) {
    .parallax article {
        max-width: 100%;
        padding: 0 30px;
        margin-top: 10%;
    }
    .parallax .screen-reverse article {
        right: auto;
        left: 0;
    }
}

.parallax .counter {
    position: absolute;
    z-index: 3;
    left: 80px;
    top: 16%;
}

.parallax .counter b {
    display: inline-block;
    margin-right: 6px;
    font-size: 3.9rem;
    line-height: 1em;
    vertical-align: top;
}

.parallax .counter span {
    display: inline-block;
    vertical-align: top;
}

.parallax .screen-reverse .counter {
    left: auto;
    right: 80px;
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape),
(max-width: 599px) {
    .parallax .counter b {
        font-size: 3rem;
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) {
    .parallax .counter {
        top: 20px;
        left: 60vw;
        margin-left: -80px;
    }
    .parallax .screen-reverse .counter {
        left: auto;
        right: 80px;
    }
}

@media screen and (max-width: 479px) and (orientation: portrait) {
    .parallax .counter,
    .parallax .screen-reverse .counter {
        top: 45vw;
        left: auto;
        right: 30px;
        margin-top: 18px;
    }
}




/*
 * Navigation arrow
 */

.nav-parallax {
    position: absolute;
    z-index: 3;
}

.nav-parallax .no-js .nav-parallax {
    display: none;
}

.nav-parallax-prev {
    top: 20px;
    left: 66px;
}

.nav-parallax-prev .icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.nav-parallax-next {
    bottom: 30px;
    left: 50%;
    margin-left: -18px;
}

@media screen and (max-width: 479px) and (orientation: portrait) {
    .nav-parallax {
        margin: -18px 0 0 -18px;
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) {
    .nav-parallax {
        left: 66.5%;
        bottom: 20px;
    }
    .nav-parallax.nav-parallax-inversed {
        left: 29%;
    }
}

@media screen and (max-width: 479px) and (orientation: portrait) {
    .nav-parallax {
        top: 45vw;
        left: 50%;
    }
}

.page-parallax,
.page-index,
.page-business,
.page-business-development,
.page-business-investment,
.page-business-agro,
.page-business-culture,
.page-contacts {
    position: relative;
    padding: 0;
    background: #333;
}

@media screen and (height: 320px) and (width: 568px) {
    .page-parallax,
    .page-index,
    .page-business,
    .page-business-development,
    .page-business-investment,
    .page-business-agro,
    .page-business-culture,
    .page-contacts {
        -webkit-transform: translateY(43px);
        -ms-transform: translateY(43px);
        transform: translateY(43px);
    }
}

.no-js .page-parallax,
.no-js .page-index,
.no-js .page-business,
.no-js .page-business-development,
.no-js .page-business-investment,
.no-js .page-business-agro,
.no-js .page-business-culture,
.no-js .page-contacts {
    overflow: auto;
}

.page-parallax,
.page-index,
.page-business,
.page-business-development,
.page-business-investment,
.page-business-agro,
.page-business-culture,
.page-contacts,
.page-parallax .screen,
.page-index .screen,
.page-business .screen,
.page-business-development .screen,
.page-business-investment .screen,
.page-business-agro .screen,
.page-business-culture .screen,
.page-contacts .screen {
    min-height: 100vh;
    overflow: hidden;
}

.page-index {
    background: #fff;
}

.page-index .intro {
    z-index: 100;
}

.page-index .index {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
}

.page-index .circle-nav {
    width: 60.102vh;
    height: 60.102vh;
}

.page-index .circle-nav-item:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) translate(0vh, -30.051vh) translate(0%, -50%) translate(0px, -26px);
    -ms-transform: translate(-50%, -50%) translate(0vh, -30.051vh) translate(0%, -50%) translate(0px, -26px);
    transform: translate(-50%, -50%) translate(0vh, -30.051vh) translate(0%, -50%) translate(0px, -26px);
}

.page-index .circle-nav-item:nth-of-type(1) .circle-nav-sub {
    top: 10px;
    right: 20px;
}

.page-index .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(1) {
    display: none;
}

.page-index .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(12) span {
    background-color: #ff2400;
}

.page-index .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(1) span {
    background-color: #ff2400;
}

.page-index .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(2) span {
    background-color: #ff2400;
}

.page-index .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(3) span {
    background-color: #ff2400;
}

.page-index .circle-nav[data-active="0"] .circle-nav-outline {
    width: calc(100% + 63px);
    height: calc(100% + 63px);
    top: -31.5px;
    left: -31.5px;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
    transition-timing-function: step-start;
    -webkit-animation: circle-nav-outline-sector-3-12 0.4s linear;
    animation: circle-nav-outline-sector-3-12 0.4s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes circle-nav-outline-sector-3-12 {
    from {
        stroke-dashoffset: 3130;
    }
    to {
        stroke-dashoffset: 2347.5;
    }
}

.page-index .circle-nav[data-active="0"]::after {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.page-index .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide:nth-child(1) {
    z-index: 1;
    opacity: 1;
}

.page-index .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide-img:nth-child(1) .img {
    opacity: 1;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.page-index .circle-nav-item:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) translate(30.051vh, 0vh) translate(50%, 0%) translate(26px, 0px);
    -ms-transform: translate(-50%, -50%) translate(30.051vh, 0vh) translate(50%, 0%) translate(26px, 0px);
    transform: translate(-50%, -50%) translate(30.051vh, 0vh) translate(50%, 0%) translate(26px, 0px);
}

.page-index .circle-nav-item:nth-of-type(2) .circle-nav-sub {
    bottom: 5px;
    right: 20px;
}

.page-index .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(4) {
    display: none;
}

.page-index .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(3) span {
    background-color: #ff2400;
}

.page-index .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(4) span {
    background-color: #ff2400;
}

.page-index .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(5) span {
    background-color: #ff2400;
}

.page-index .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(6) span {
    background-color: #ff2400;
}

.page-index .circle-nav[data-active="1"] .circle-nav-outline {
    width: calc(100% + 63px);
    height: calc(100% + 63px);
    top: -31.5px;
    left: -31.5px;
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    transition-timing-function: step-start;
    -webkit-animation: circle-nav-outline-sector-3-12 0.4s linear;
    animation: circle-nav-outline-sector-3-12 0.4s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes circle-nav-outline-sector-3-12 {
    from {
        stroke-dashoffset: 3130;
    }
    to {
        stroke-dashoffset: 2347.5;
    }
}

.page-index .circle-nav[data-active="1"]::after {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.page-index .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide:nth-child(2) {
    z-index: 1;
    opacity: 1;
}

.page-index .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide-img:nth-child(2) .img {
    opacity: 1;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.page-index .circle-nav-item:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) translate(0vh, 30.051vh) translate(0%, 50%) translate(0px, 26px);
    -ms-transform: translate(-50%, -50%) translate(0vh, 30.051vh) translate(0%, 50%) translate(0px, 26px);
    transform: translate(-50%, -50%) translate(0vh, 30.051vh) translate(0%, 50%) translate(0px, 26px);
}

.page-index .circle-nav-item:nth-of-type(3) .circle-nav-sub {
    bottom: 5px;
    left: 20px;
}

.page-index .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(7) {
    display: none;
}

.page-index .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(6) span {
    background-color: #ff2400;
}

.page-index .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(7) span {
    background-color: #ff2400;
}

.page-index .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(8) span {
    background-color: #ff2400;
}

.page-index .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(9) span {
    background-color: #ff2400;
}

.page-index .circle-nav[data-active="2"] .circle-nav-outline {
    width: calc(100% + 63px);
    height: calc(100% + 63px);
    top: -31.5px;
    left: -31.5px;
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
    transition-timing-function: step-start;
    -webkit-animation: circle-nav-outline-sector-3-12 0.4s linear;
    animation: circle-nav-outline-sector-3-12 0.4s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes circle-nav-outline-sector-3-12 {
    from {
        stroke-dashoffset: 3130;
    }
    to {
        stroke-dashoffset: 2347.5;
    }
}

.page-index .circle-nav[data-active="2"]::after {
    -webkit-transform: rotate(-120deg);
    -ms-transform: rotate(-120deg);
    transform: rotate(-120deg);
}

.page-index .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide:nth-child(3) {
    z-index: 1;
    opacity: 1;
}

.page-index .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide-img:nth-child(3) .img {
    opacity: 1;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.page-index .circle-nav-item:nth-of-type(4) {
    -webkit-transform: translate(-50%, -50%) translate(-30.051vh, 0vh) translate(-50%, 0%) translate(-26px, 0px);
    -ms-transform: translate(-50%, -50%) translate(-30.051vh, 0vh) translate(-50%, 0%) translate(-26px, 0px);
    transform: translate(-50%, -50%) translate(-30.051vh, 0vh) translate(-50%, 0%) translate(-26px, 0px);
}

.page-index .circle-nav-item:nth-of-type(4) .circle-nav-sub {
    top: 10px;
    left: 20px;
}

.page-index .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(10) {
    display: none;
}

.page-index .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(9) span {
    background-color: #ff2400;
}

.page-index .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(10) span {
    background-color: #ff2400;
}

.page-index .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(11) span {
    background-color: #ff2400;
}

.page-index .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(12) span {
    background-color: #ff2400;
}

.page-index .circle-nav[data-active="3"] .circle-nav-outline {
    width: calc(100% + 63px);
    height: calc(100% + 63px);
    top: -31.5px;
    left: -31.5px;
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
    transition-timing-function: step-start;
    -webkit-animation: circle-nav-outline-sector-3-12 0.4s linear;
    animation: circle-nav-outline-sector-3-12 0.4s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes circle-nav-outline-sector-3-12 {
    from {
        stroke-dashoffset: 3130;
    }
    to {
        stroke-dashoffset: 2347.5;
    }
}

.page-index .circle-nav[data-active="3"]::after {
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.page-index .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide:nth-child(4) {
    z-index: 1;
    opacity: 1;
}

.page-index .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide-img:nth-child(4) .img {
    opacity: 1;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.page-index .circle-nav-marker:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) translate(0vh, -30.051vh) translate(0%, -50%) translate(0px, -20px);
    -ms-transform: translate(-50%, -50%) translate(0vh, -30.051vh) translate(0%, -50%) translate(0px, -20px);
    transform: translate(-50%, -50%) translate(0vh, -30.051vh) translate(0%, -50%) translate(0px, -20px);
}

.page-index .circle-nav-marker:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) translate(15.0255vh, -26.02493vh) translate(25%, -43.30127%) translate(10px, -17.32051px);
    -ms-transform: translate(-50%, -50%) translate(15.0255vh, -26.02493vh) translate(25%, -43.30127%) translate(10px, -17.32051px);
    transform: translate(-50%, -50%) translate(15.0255vh, -26.02493vh) translate(25%, -43.30127%) translate(10px, -17.32051px);
}

.page-index .circle-nav-marker:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) translate(26.02493vh, -15.0255vh) translate(43.30127%, -25%) translate(17.32051px, -10px);
    -ms-transform: translate(-50%, -50%) translate(26.02493vh, -15.0255vh) translate(43.30127%, -25%) translate(17.32051px, -10px);
    transform: translate(-50%, -50%) translate(26.02493vh, -15.0255vh) translate(43.30127%, -25%) translate(17.32051px, -10px);
}

.page-index .circle-nav-marker:nth-of-type(4) {
    -webkit-transform: translate(-50%, -50%) translate(30.051vh, 0vh) translate(50%, 0%) translate(20px, 0px);
    -ms-transform: translate(-50%, -50%) translate(30.051vh, 0vh) translate(50%, 0%) translate(20px, 0px);
    transform: translate(-50%, -50%) translate(30.051vh, 0vh) translate(50%, 0%) translate(20px, 0px);
}

.page-index .circle-nav-marker:nth-of-type(5) {
    -webkit-transform: translate(-50%, -50%) translate(26.02493vh, 15.0255vh) translate(43.30127%, 25%) translate(17.32051px, 10px);
    -ms-transform: translate(-50%, -50%) translate(26.02493vh, 15.0255vh) translate(43.30127%, 25%) translate(17.32051px, 10px);
    transform: translate(-50%, -50%) translate(26.02493vh, 15.0255vh) translate(43.30127%, 25%) translate(17.32051px, 10px);
}

.page-index .circle-nav-marker:nth-of-type(6) {
    -webkit-transform: translate(-50%, -50%) translate(15.0255vh, 26.02493vh) translate(25%, 43.30127%) translate(10px, 17.32051px);
    -ms-transform: translate(-50%, -50%) translate(15.0255vh, 26.02493vh) translate(25%, 43.30127%) translate(10px, 17.32051px);
    transform: translate(-50%, -50%) translate(15.0255vh, 26.02493vh) translate(25%, 43.30127%) translate(10px, 17.32051px);
}

.page-index .circle-nav-marker:nth-of-type(7) {
    -webkit-transform: translate(-50%, -50%) translate(0vh, 30.051vh) translate(0%, 50%) translate(0px, 20px);
    -ms-transform: translate(-50%, -50%) translate(0vh, 30.051vh) translate(0%, 50%) translate(0px, 20px);
    transform: translate(-50%, -50%) translate(0vh, 30.051vh) translate(0%, 50%) translate(0px, 20px);
}

.page-index .circle-nav-marker:nth-of-type(8) {
    -webkit-transform: translate(-50%, -50%) translate(-15.0255vh, 26.02493vh) translate(-25%, 43.30127%) translate(-10px, 17.32051px);
    -ms-transform: translate(-50%, -50%) translate(-15.0255vh, 26.02493vh) translate(-25%, 43.30127%) translate(-10px, 17.32051px);
    transform: translate(-50%, -50%) translate(-15.0255vh, 26.02493vh) translate(-25%, 43.30127%) translate(-10px, 17.32051px);
}

.page-index .circle-nav-marker:nth-of-type(9) {
    -webkit-transform: translate(-50%, -50%) translate(-26.02493vh, 15.0255vh) translate(-43.30127%, 25%) translate(-17.32051px, 10px);
    -ms-transform: translate(-50%, -50%) translate(-26.02493vh, 15.0255vh) translate(-43.30127%, 25%) translate(-17.32051px, 10px);
    transform: translate(-50%, -50%) translate(-26.02493vh, 15.0255vh) translate(-43.30127%, 25%) translate(-17.32051px, 10px);
}

.page-index .circle-nav-marker:nth-of-type(10) {
    -webkit-transform: translate(-50%, -50%) translate(-30.051vh, 0vh) translate(-50%, 0%) translate(-20px, 0px);
    -ms-transform: translate(-50%, -50%) translate(-30.051vh, 0vh) translate(-50%, 0%) translate(-20px, 0px);
    transform: translate(-50%, -50%) translate(-30.051vh, 0vh) translate(-50%, 0%) translate(-20px, 0px);
}

.page-index .circle-nav-marker:nth-of-type(11) {
    -webkit-transform: translate(-50%, -50%) translate(-26.02493vh, -15.0255vh) translate(-43.30127%, -25%) translate(-17.32051px, -10px);
    -ms-transform: translate(-50%, -50%) translate(-26.02493vh, -15.0255vh) translate(-43.30127%, -25%) translate(-17.32051px, -10px);
    transform: translate(-50%, -50%) translate(-26.02493vh, -15.0255vh) translate(-43.30127%, -25%) translate(-17.32051px, -10px);
}

.page-index .circle-nav-marker:nth-of-type(12) {
    -webkit-transform: translate(-50%, -50%) translate(-15.0255vh, -26.02493vh) translate(-25%, -43.30127%) translate(-10px, -17.32051px);
    -ms-transform: translate(-50%, -50%) translate(-15.0255vh, -26.02493vh) translate(-25%, -43.30127%) translate(-10px, -17.32051px);
    transform: translate(-50%, -50%) translate(-15.0255vh, -26.02493vh) translate(-25%, -43.30127%) translate(-10px, -17.32051px);
}

.page-index .circle-nav-marker:nth-of-type(1) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 0s;
}

.page-index .circle-nav-marker:nth-of-type(2) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 0.2s;
}

.page-index .circle-nav-marker:nth-of-type(3) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 0.4s;
}

.page-index .circle-nav-marker:nth-of-type(4) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 0.6s;
}

.page-index .circle-nav-marker:nth-of-type(5) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 0.8s;
}

.page-index .circle-nav-marker:nth-of-type(6) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 1s;
}

.page-index .circle-nav-marker:nth-of-type(7) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 1.2s;
}

.page-index .circle-nav-marker:nth-of-type(8) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 1.4s;
}

.page-index .circle-nav-marker:nth-of-type(9) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 1.6s;
}

.page-index .circle-nav-marker:nth-of-type(10) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 1.8s;
}

.page-index .circle-nav-marker:nth-of-type(11) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 2s;
}

.page-index .circle-nav-marker:nth-of-type(12) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 2.2s;
}

@media screen and (max-width: 959px) {
    .page-index .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(21.24927vh, -21.24927vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(21.24927vh, -21.24927vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(21.24927vh, -21.24927vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-index .circle-nav[data-active="0"]::after {
        -webkit-transform: rotate(105deg);
        -ms-transform: rotate(105deg);
        transform: rotate(105deg);
    }
    .page-index .circle-nav[data-active="0"] .circle-nav-outline {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    .page-index .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(21.24927vh, 21.24927vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(21.24927vh, 21.24927vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(21.24927vh, 21.24927vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-index .circle-nav[data-active="1"]::after {
        -webkit-transform: rotate(-165deg);
        -ms-transform: rotate(-165deg);
        transform: rotate(-165deg);
    }
    .page-index .circle-nav[data-active="1"] .circle-nav-outline {
        -webkit-transform: rotate(105deg);
        -ms-transform: rotate(105deg);
        transform: rotate(105deg);
    }
    .page-index .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-21.24927vh, 21.24927vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-21.24927vh, 21.24927vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(-21.24927vh, 21.24927vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav[data-active="2"]::after {
        -webkit-transform: rotate(-75deg);
        -ms-transform: rotate(-75deg);
        transform: rotate(-75deg);
    }
    .page-index .circle-nav[data-active="2"] .circle-nav-outline {
        -webkit-transform: rotate(195deg);
        -ms-transform: rotate(195deg);
        transform: rotate(195deg);
    }
    .page-index .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-21.24927vh, -21.24927vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-21.24927vh, -21.24927vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(-21.24927vh, -21.24927vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav[data-active="3"]::after {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    .page-index .circle-nav[data-active="3"] .circle-nav-outline {
        -webkit-transform: rotate(285deg);
        -ms-transform: rotate(285deg);
        transform: rotate(285deg);
    }
    .page-index .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(21.24927vh, -21.24927vh) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(21.24927vh, -21.24927vh) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(21.24927vh, -21.24927vh) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
    }
    .page-index .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(29.02704vh, -7.77777vh) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
        -ms-transform: translate(-50%, -50%) translate(29.02704vh, -7.77777vh) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
        transform: translate(-50%, -50%) translate(29.02704vh, -7.77777vh) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
    }
    .page-index .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(29.02704vh, 7.77777vh) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
        -ms-transform: translate(-50%, -50%) translate(29.02704vh, 7.77777vh) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
        transform: translate(-50%, -50%) translate(29.02704vh, 7.77777vh) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
    }
    .page-index .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(21.24927vh, 21.24927vh) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(21.24927vh, 21.24927vh) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(21.24927vh, 21.24927vh) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
    }
    .page-index .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(7.77777vh, 29.02704vh) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
        -ms-transform: translate(-50%, -50%) translate(7.77777vh, 29.02704vh) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
        transform: translate(-50%, -50%) translate(7.77777vh, 29.02704vh) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
    }
    .page-index .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-7.77777vh, 29.02704vh) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
        -ms-transform: translate(-50%, -50%) translate(-7.77777vh, 29.02704vh) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
        transform: translate(-50%, -50%) translate(-7.77777vh, 29.02704vh) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
    }
    .page-index .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-21.24927vh, 21.24927vh) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-21.24927vh, 21.24927vh) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(-21.24927vh, 21.24927vh) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
    }
    .page-index .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-29.02704vh, 7.77777vh) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
        -ms-transform: translate(-50%, -50%) translate(-29.02704vh, 7.77777vh) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
        transform: translate(-50%, -50%) translate(-29.02704vh, 7.77777vh) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
    }
    .page-index .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-29.02704vh, -7.77777vh) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
        -ms-transform: translate(-50%, -50%) translate(-29.02704vh, -7.77777vh) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
        transform: translate(-50%, -50%) translate(-29.02704vh, -7.77777vh) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
    }
    .page-index .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-21.24927vh, -21.24927vh) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-21.24927vh, -21.24927vh) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(-21.24927vh, -21.24927vh) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
    }
    .page-index .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-7.77777vh, -29.02704vh) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
        -ms-transform: translate(-50%, -50%) translate(-7.77777vh, -29.02704vh) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
        transform: translate(-50%, -50%) translate(-7.77777vh, -29.02704vh) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
    }
    .page-index .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(7.77777vh, -29.02704vh) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
        -ms-transform: translate(-50%, -50%) translate(7.77777vh, -29.02704vh) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
        transform: translate(-50%, -50%) translate(7.77777vh, -29.02704vh) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape),
(max-width: 599px) {
    .page-index .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(18.06188vh, -18.06188vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(18.06188vh, -18.06188vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(18.06188vh, -18.06188vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(16.57443vh, -16.57443vh) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(16.57443vh, -16.57443vh) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(16.57443vh, -16.57443vh) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
    }
    .page-index .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(18.06188vh, 18.06188vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(18.06188vh, 18.06188vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(18.06188vh, 18.06188vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(22.64109vh, -6.06666vh) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
        -ms-transform: translate(-50%, -50%) translate(22.64109vh, -6.06666vh) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
        transform: translate(-50%, -50%) translate(22.64109vh, -6.06666vh) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
    }
    .page-index .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vh, 18.06188vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vh, 18.06188vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(-18.06188vh, 18.06188vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(22.64109vh, 6.06666vh) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
        -ms-transform: translate(-50%, -50%) translate(22.64109vh, 6.06666vh) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
        transform: translate(-50%, -50%) translate(22.64109vh, 6.06666vh) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
    }
    .page-index .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(16.57443vh, 16.57443vh) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(16.57443vh, 16.57443vh) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(16.57443vh, 16.57443vh) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
    }
    .page-index .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(18.06188vh, -18.06188vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(18.06188vh, -18.06188vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(18.06188vh, -18.06188vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(6.06666vh, 22.64109vh) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
        -ms-transform: translate(-50%, -50%) translate(6.06666vh, 22.64109vh) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
        transform: translate(-50%, -50%) translate(6.06666vh, 22.64109vh) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
    }
    .page-index .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(18.06188vh, 18.06188vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(18.06188vh, 18.06188vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(18.06188vh, 18.06188vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-6.06666vh, 22.64109vh) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
        -ms-transform: translate(-50%, -50%) translate(-6.06666vh, 22.64109vh) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
        transform: translate(-50%, -50%) translate(-6.06666vh, 22.64109vh) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
    }
    .page-index .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vh, 18.06188vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vh, 18.06188vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(-18.06188vh, 18.06188vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-16.57443vh, 16.57443vh) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-16.57443vh, 16.57443vh) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(-16.57443vh, 16.57443vh) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
    }
    .page-index .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-22.64109vh, 6.06666vh) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
        -ms-transform: translate(-50%, -50%) translate(-22.64109vh, 6.06666vh) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
        transform: translate(-50%, -50%) translate(-22.64109vh, 6.06666vh) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
    }
    .page-index .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(18.06188vh, -18.06188vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(18.06188vh, -18.06188vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(18.06188vh, -18.06188vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-22.64109vh, -6.06666vh) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
        -ms-transform: translate(-50%, -50%) translate(-22.64109vh, -6.06666vh) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
        transform: translate(-50%, -50%) translate(-22.64109vh, -6.06666vh) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
    }
    .page-index .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(18.06188vh, 18.06188vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(18.06188vh, 18.06188vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(18.06188vh, 18.06188vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-16.57443vh, -16.57443vh) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-16.57443vh, -16.57443vh) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(-16.57443vh, -16.57443vh) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
    }
    .page-index .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vh, 18.06188vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vh, 18.06188vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(-18.06188vh, 18.06188vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-6.06666vh, -22.64109vh) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
        -ms-transform: translate(-50%, -50%) translate(-6.06666vh, -22.64109vh) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
        transform: translate(-50%, -50%) translate(-6.06666vh, -22.64109vh) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
    }
    .page-index .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(6.06666vh, -22.64109vh) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
        -ms-transform: translate(-50%, -50%) translate(6.06666vh, -22.64109vh) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
        transform: translate(-50%, -50%) translate(6.06666vh, -22.64109vh) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
    }
}

.page-index .circle-nav-info {
    position: absolute;
    z-index: 10;
    left: 10vw;
    bottom: 10vh;
}

@media screen and (orientation: portrait),
(max-width: 959px) {
    .page-index .circle-nav {
        width: 60.102vw;
        height: 60.102vw;
    }
    .page-index .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, -30.051vw) translate(0%, -50%) translate(0px, -26px);
        -ms-transform: translate(-50%, -50%) translate(0vw, -30.051vw) translate(0%, -50%) translate(0px, -26px);
        transform: translate(-50%, -50%) translate(0vw, -30.051vw) translate(0%, -50%) translate(0px, -26px);
    }
    .page-index .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        top: 10px;
        right: 20px;
    }
    .page-index .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(1) {
        display: none;
    }
    .page-index .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(12) span {
        background-color: #ff2400;
    }
    .page-index .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(1) span {
        background-color: #ff2400;
    }
    .page-index .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(2) span {
        background-color: #ff2400;
    }
    .page-index .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(3) span {
        background-color: #ff2400;
    }
    .page-index .circle-nav[data-active="0"] .circle-nav-outline {
        width: calc(100% + 63px);
        height: calc(100% + 63px);
        top: -31.5px;
        left: -31.5px;
        -webkit-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        transform: rotate(-30deg);
        transition-timing-function: step-start;
        -webkit-animation: circle-nav-outline-sector-3-12 0.4s linear;
        animation: circle-nav-outline-sector-3-12 0.4s linear;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
    @-webkit-keyframes circle-nav-outline-sector-3-12 {
        from {
            stroke-dashoffset: 3130;
        }
        to {
            stroke-dashoffset: 2347.5;
        }
    }
    @keyframes circle-nav-outline-sector-3-12 {
        from {
            stroke-dashoffset: 3130;
        }
        to {
            stroke-dashoffset: 2347.5;
        }
    }
    .page-index .circle-nav[data-active="0"]::after {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
    }
    .page-index .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide:nth-child(1) {
        z-index: 1;
        opacity: 1;
    }
    .page-index .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide-img:nth-child(1) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-index .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(30.051vw, 0vw) translate(50%, 0%) translate(26px, 0px);
        -ms-transform: translate(-50%, -50%) translate(30.051vw, 0vw) translate(50%, 0%) translate(26px, 0px);
        transform: translate(-50%, -50%) translate(30.051vw, 0vw) translate(50%, 0%) translate(26px, 0px);
    }
    .page-index .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-index .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(4) {
        display: none;
    }
    .page-index .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(3) span {
        background-color: #ff2400;
    }
    .page-index .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(4) span {
        background-color: #ff2400;
    }
    .page-index .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(5) span {
        background-color: #ff2400;
    }
    .page-index .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(6) span {
        background-color: #ff2400;
    }
    .page-index .circle-nav[data-active="1"] .circle-nav-outline {
        width: calc(100% + 63px);
        height: calc(100% + 63px);
        top: -31.5px;
        left: -31.5px;
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        transition-timing-function: step-start;
        -webkit-animation: circle-nav-outline-sector-3-12 0.4s linear;
        animation: circle-nav-outline-sector-3-12 0.4s linear;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
    @keyframes circle-nav-outline-sector-3-12 {
        from {
            stroke-dashoffset: 3130;
        }
        to {
            stroke-dashoffset: 2347.5;
        }
    }
    .page-index .circle-nav[data-active="1"]::after {
        -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
        transform: rotate(150deg);
    }
    .page-index .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide:nth-child(2) {
        z-index: 1;
        opacity: 1;
    }
    .page-index .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide-img:nth-child(2) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-index .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 30.051vw) translate(0%, 50%) translate(0px, 26px);
        -ms-transform: translate(-50%, -50%) translate(0vw, 30.051vw) translate(0%, 50%) translate(0px, 26px);
        transform: translate(-50%, -50%) translate(0vw, 30.051vw) translate(0%, 50%) translate(0px, 26px);
    }
    .page-index .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-index .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(7) {
        display: none;
    }
    .page-index .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(6) span {
        background-color: #ff2400;
    }
    .page-index .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(7) span {
        background-color: #ff2400;
    }
    .page-index .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(8) span {
        background-color: #ff2400;
    }
    .page-index .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(9) span {
        background-color: #ff2400;
    }
    .page-index .circle-nav[data-active="2"] .circle-nav-outline {
        width: calc(100% + 63px);
        height: calc(100% + 63px);
        top: -31.5px;
        left: -31.5px;
        -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
        transform: rotate(150deg);
        transition-timing-function: step-start;
        -webkit-animation: circle-nav-outline-sector-3-12 0.4s linear;
        animation: circle-nav-outline-sector-3-12 0.4s linear;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
    @keyframes circle-nav-outline-sector-3-12 {
        from {
            stroke-dashoffset: 3130;
        }
        to {
            stroke-dashoffset: 2347.5;
        }
    }
    .page-index .circle-nav[data-active="2"]::after {
        -webkit-transform: rotate(-120deg);
        -ms-transform: rotate(-120deg);
        transform: rotate(-120deg);
    }
    .page-index .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide:nth-child(3) {
        z-index: 1;
        opacity: 1;
    }
    .page-index .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide-img:nth-child(3) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-index .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-30.051vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
        -ms-transform: translate(-50%, -50%) translate(-30.051vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
        transform: translate(-50%, -50%) translate(-30.051vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    }
    .page-index .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(10) {
        display: none;
    }
    .page-index .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(9) span {
        background-color: #ff2400;
    }
    .page-index .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(10) span {
        background-color: #ff2400;
    }
    .page-index .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(11) span {
        background-color: #ff2400;
    }
    .page-index .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(12) span {
        background-color: #ff2400;
    }
    .page-index .circle-nav[data-active="3"] .circle-nav-outline {
        width: calc(100% + 63px);
        height: calc(100% + 63px);
        top: -31.5px;
        left: -31.5px;
        -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
        transform: rotate(240deg);
        transition-timing-function: step-start;
        -webkit-animation: circle-nav-outline-sector-3-12 0.4s linear;
        animation: circle-nav-outline-sector-3-12 0.4s linear;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
    @keyframes circle-nav-outline-sector-3-12 {
        from {
            stroke-dashoffset: 3130;
        }
        to {
            stroke-dashoffset: 2347.5;
        }
    }
    .page-index .circle-nav[data-active="3"]::after {
        -webkit-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    .page-index .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide:nth-child(4) {
        z-index: 1;
        opacity: 1;
    }
    .page-index .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide-img:nth-child(4) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-index .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, -30.051vw) translate(0%, -50%) translate(0px, -20px);
        -ms-transform: translate(-50%, -50%) translate(0vw, -30.051vw) translate(0%, -50%) translate(0px, -20px);
        transform: translate(-50%, -50%) translate(0vw, -30.051vw) translate(0%, -50%) translate(0px, -20px);
    }
    .page-index .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(15.0255vw, -26.02493vw) translate(25%, -43.30127%) translate(10px, -17.32051px);
        -ms-transform: translate(-50%, -50%) translate(15.0255vw, -26.02493vw) translate(25%, -43.30127%) translate(10px, -17.32051px);
        transform: translate(-50%, -50%) translate(15.0255vw, -26.02493vw) translate(25%, -43.30127%) translate(10px, -17.32051px);
    }
    .page-index .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(26.02493vw, -15.0255vw) translate(43.30127%, -25%) translate(17.32051px, -10px);
        -ms-transform: translate(-50%, -50%) translate(26.02493vw, -15.0255vw) translate(43.30127%, -25%) translate(17.32051px, -10px);
        transform: translate(-50%, -50%) translate(26.02493vw, -15.0255vw) translate(43.30127%, -25%) translate(17.32051px, -10px);
    }
    .page-index .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(30.051vw, 0vw) translate(50%, 0%) translate(20px, 0px);
        -ms-transform: translate(-50%, -50%) translate(30.051vw, 0vw) translate(50%, 0%) translate(20px, 0px);
        transform: translate(-50%, -50%) translate(30.051vw, 0vw) translate(50%, 0%) translate(20px, 0px);
    }
    .page-index .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(26.02493vw, 15.0255vw) translate(43.30127%, 25%) translate(17.32051px, 10px);
        -ms-transform: translate(-50%, -50%) translate(26.02493vw, 15.0255vw) translate(43.30127%, 25%) translate(17.32051px, 10px);
        transform: translate(-50%, -50%) translate(26.02493vw, 15.0255vw) translate(43.30127%, 25%) translate(17.32051px, 10px);
    }
    .page-index .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(15.0255vw, 26.02493vw) translate(25%, 43.30127%) translate(10px, 17.32051px);
        -ms-transform: translate(-50%, -50%) translate(15.0255vw, 26.02493vw) translate(25%, 43.30127%) translate(10px, 17.32051px);
        transform: translate(-50%, -50%) translate(15.0255vw, 26.02493vw) translate(25%, 43.30127%) translate(10px, 17.32051px);
    }
    .page-index .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 30.051vw) translate(0%, 50%) translate(0px, 20px);
        -ms-transform: translate(-50%, -50%) translate(0vw, 30.051vw) translate(0%, 50%) translate(0px, 20px);
        transform: translate(-50%, -50%) translate(0vw, 30.051vw) translate(0%, 50%) translate(0px, 20px);
    }
    .page-index .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-15.0255vw, 26.02493vw) translate(-25%, 43.30127%) translate(-10px, 17.32051px);
        -ms-transform: translate(-50%, -50%) translate(-15.0255vw, 26.02493vw) translate(-25%, 43.30127%) translate(-10px, 17.32051px);
        transform: translate(-50%, -50%) translate(-15.0255vw, 26.02493vw) translate(-25%, 43.30127%) translate(-10px, 17.32051px);
    }
    .page-index .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-26.02493vw, 15.0255vw) translate(-43.30127%, 25%) translate(-17.32051px, 10px);
        -ms-transform: translate(-50%, -50%) translate(-26.02493vw, 15.0255vw) translate(-43.30127%, 25%) translate(-17.32051px, 10px);
        transform: translate(-50%, -50%) translate(-26.02493vw, 15.0255vw) translate(-43.30127%, 25%) translate(-17.32051px, 10px);
    }
    .page-index .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-30.051vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
        -ms-transform: translate(-50%, -50%) translate(-30.051vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
        transform: translate(-50%, -50%) translate(-30.051vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    }
    .page-index .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-26.02493vw, -15.0255vw) translate(-43.30127%, -25%) translate(-17.32051px, -10px);
        -ms-transform: translate(-50%, -50%) translate(-26.02493vw, -15.0255vw) translate(-43.30127%, -25%) translate(-17.32051px, -10px);
        transform: translate(-50%, -50%) translate(-26.02493vw, -15.0255vw) translate(-43.30127%, -25%) translate(-17.32051px, -10px);
    }
    .page-index .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-15.0255vw, -26.02493vw) translate(-25%, -43.30127%) translate(-10px, -17.32051px);
        -ms-transform: translate(-50%, -50%) translate(-15.0255vw, -26.02493vw) translate(-25%, -43.30127%) translate(-10px, -17.32051px);
        transform: translate(-50%, -50%) translate(-15.0255vw, -26.02493vw) translate(-25%, -43.30127%) translate(-10px, -17.32051px);
    }
    .page-index .circle-nav-marker:nth-of-type(1) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0s;
    }
    .page-index .circle-nav-marker:nth-of-type(2) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0.2s;
    }
    .page-index .circle-nav-marker:nth-of-type(3) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0.4s;
    }
    .page-index .circle-nav-marker:nth-of-type(4) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0.6s;
    }
    .page-index .circle-nav-marker:nth-of-type(5) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0.8s;
    }
    .page-index .circle-nav-marker:nth-of-type(6) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1s;
    }
    .page-index .circle-nav-marker:nth-of-type(7) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1.2s;
    }
    .page-index .circle-nav-marker:nth-of-type(8) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1.4s;
    }
    .page-index .circle-nav-marker:nth-of-type(9) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1.6s;
    }
    .page-index .circle-nav-marker:nth-of-type(10) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1.8s;
    }
    .page-index .circle-nav-marker:nth-of-type(11) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 2s;
    }
    .page-index .circle-nav-marker:nth-of-type(12) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 2.2s;
    }
}

@media screen and (orientation: portrait) and (max-width: 959px),
screen and (max-width: 959px) and (max-width: 959px) {
    .page-index .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(21.24927vw, -21.24927vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(21.24927vw, -21.24927vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(21.24927vw, -21.24927vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-index .circle-nav[data-active="0"]::after {
        -webkit-transform: rotate(105deg);
        -ms-transform: rotate(105deg);
        transform: rotate(105deg);
    }
    .page-index .circle-nav[data-active="0"] .circle-nav-outline {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    .page-index .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(21.24927vw, 21.24927vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(21.24927vw, 21.24927vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(21.24927vw, 21.24927vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-index .circle-nav[data-active="1"]::after {
        -webkit-transform: rotate(-165deg);
        -ms-transform: rotate(-165deg);
        transform: rotate(-165deg);
    }
    .page-index .circle-nav[data-active="1"] .circle-nav-outline {
        -webkit-transform: rotate(105deg);
        -ms-transform: rotate(105deg);
        transform: rotate(105deg);
    }
    .page-index .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-21.24927vw, 21.24927vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-21.24927vw, 21.24927vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(-21.24927vw, 21.24927vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav[data-active="2"]::after {
        -webkit-transform: rotate(-75deg);
        -ms-transform: rotate(-75deg);
        transform: rotate(-75deg);
    }
    .page-index .circle-nav[data-active="2"] .circle-nav-outline {
        -webkit-transform: rotate(195deg);
        -ms-transform: rotate(195deg);
        transform: rotate(195deg);
    }
    .page-index .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-21.24927vw, -21.24927vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-21.24927vw, -21.24927vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(-21.24927vw, -21.24927vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav[data-active="3"]::after {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    .page-index .circle-nav[data-active="3"] .circle-nav-outline {
        -webkit-transform: rotate(285deg);
        -ms-transform: rotate(285deg);
        transform: rotate(285deg);
    }
    .page-index .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(21.24927vw, -21.24927vw) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(21.24927vw, -21.24927vw) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(21.24927vw, -21.24927vw) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
    }
    .page-index .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(29.02704vw, -7.77777vw) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
        -ms-transform: translate(-50%, -50%) translate(29.02704vw, -7.77777vw) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
        transform: translate(-50%, -50%) translate(29.02704vw, -7.77777vw) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
    }
    .page-index .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(29.02704vw, 7.77777vw) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
        -ms-transform: translate(-50%, -50%) translate(29.02704vw, 7.77777vw) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
        transform: translate(-50%, -50%) translate(29.02704vw, 7.77777vw) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
    }
    .page-index .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(21.24927vw, 21.24927vw) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(21.24927vw, 21.24927vw) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(21.24927vw, 21.24927vw) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
    }
    .page-index .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(7.77777vw, 29.02704vw) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
        -ms-transform: translate(-50%, -50%) translate(7.77777vw, 29.02704vw) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
        transform: translate(-50%, -50%) translate(7.77777vw, 29.02704vw) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
    }
    .page-index .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-7.77777vw, 29.02704vw) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
        -ms-transform: translate(-50%, -50%) translate(-7.77777vw, 29.02704vw) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
        transform: translate(-50%, -50%) translate(-7.77777vw, 29.02704vw) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
    }
    .page-index .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-21.24927vw, 21.24927vw) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-21.24927vw, 21.24927vw) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(-21.24927vw, 21.24927vw) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
    }
    .page-index .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-29.02704vw, 7.77777vw) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
        -ms-transform: translate(-50%, -50%) translate(-29.02704vw, 7.77777vw) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
        transform: translate(-50%, -50%) translate(-29.02704vw, 7.77777vw) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
    }
    .page-index .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-29.02704vw, -7.77777vw) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
        -ms-transform: translate(-50%, -50%) translate(-29.02704vw, -7.77777vw) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
        transform: translate(-50%, -50%) translate(-29.02704vw, -7.77777vw) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
    }
    .page-index .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-21.24927vw, -21.24927vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-21.24927vw, -21.24927vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(-21.24927vw, -21.24927vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
    }
    .page-index .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-7.77777vw, -29.02704vw) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
        -ms-transform: translate(-50%, -50%) translate(-7.77777vw, -29.02704vw) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
        transform: translate(-50%, -50%) translate(-7.77777vw, -29.02704vw) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
    }
    .page-index .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(7.77777vw, -29.02704vw) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
        -ms-transform: translate(-50%, -50%) translate(7.77777vw, -29.02704vw) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
        transform: translate(-50%, -50%) translate(7.77777vw, -29.02704vw) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
    }
}

@media screen and (orientation: portrait) and (max-width: 959px) and (max-height: 415px) and (orientation: landscape),
screen and (max-width: 959px) and (max-width: 959px) and (max-height: 415px) and (orientation: landscape),
screen and (orientation: portrait) and (max-width: 599px),
(max-width: 959px) and (max-width: 599px) {
    .page-index .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(18.06188vw, -18.06188vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(18.06188vw, -18.06188vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(18.06188vw, -18.06188vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(16.57443vw, -16.57443vw) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(16.57443vw, -16.57443vw) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(16.57443vw, -16.57443vw) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
    }
    .page-index .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(18.06188vw, 18.06188vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(18.06188vw, 18.06188vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(18.06188vw, 18.06188vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(22.64109vw, -6.06666vw) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
        -ms-transform: translate(-50%, -50%) translate(22.64109vw, -6.06666vw) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
        transform: translate(-50%, -50%) translate(22.64109vw, -6.06666vw) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
    }
    .page-index .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vw, 18.06188vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vw, 18.06188vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(-18.06188vw, 18.06188vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(22.64109vw, 6.06666vw) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
        -ms-transform: translate(-50%, -50%) translate(22.64109vw, 6.06666vw) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
        transform: translate(-50%, -50%) translate(22.64109vw, 6.06666vw) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
    }
    .page-index .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vw, -18.06188vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vw, -18.06188vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(-18.06188vw, -18.06188vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(16.57443vw, 16.57443vw) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(16.57443vw, 16.57443vw) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(16.57443vw, 16.57443vw) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
    }
    .page-index .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(18.06188vw, -18.06188vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(18.06188vw, -18.06188vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(18.06188vw, -18.06188vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(6.06666vw, 22.64109vw) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
        -ms-transform: translate(-50%, -50%) translate(6.06666vw, 22.64109vw) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
        transform: translate(-50%, -50%) translate(6.06666vw, 22.64109vw) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
    }
    .page-index .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(18.06188vw, 18.06188vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(18.06188vw, 18.06188vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(18.06188vw, 18.06188vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-6.06666vw, 22.64109vw) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
        -ms-transform: translate(-50%, -50%) translate(-6.06666vw, 22.64109vw) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
        transform: translate(-50%, -50%) translate(-6.06666vw, 22.64109vw) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
    }
    .page-index .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vw, 18.06188vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vw, 18.06188vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(-18.06188vw, 18.06188vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-16.57443vw, 16.57443vw) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-16.57443vw, 16.57443vw) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(-16.57443vw, 16.57443vw) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
    }
    .page-index .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vw, -18.06188vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vw, -18.06188vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(-18.06188vw, -18.06188vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-22.64109vw, 6.06666vw) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
        -ms-transform: translate(-50%, -50%) translate(-22.64109vw, 6.06666vw) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
        transform: translate(-50%, -50%) translate(-22.64109vw, 6.06666vw) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
    }
    .page-index .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(18.06188vw, -18.06188vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(18.06188vw, -18.06188vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(18.06188vw, -18.06188vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-22.64109vw, -6.06666vw) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
        -ms-transform: translate(-50%, -50%) translate(-22.64109vw, -6.06666vw) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
        transform: translate(-50%, -50%) translate(-22.64109vw, -6.06666vw) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
    }
    .page-index .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(18.06188vw, 18.06188vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(18.06188vw, 18.06188vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(18.06188vw, 18.06188vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-16.57443vw, -16.57443vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-16.57443vw, -16.57443vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(-16.57443vw, -16.57443vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
    }
    .page-index .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vw, 18.06188vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vw, 18.06188vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(-18.06188vw, 18.06188vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-6.06666vw, -22.64109vw) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
        -ms-transform: translate(-50%, -50%) translate(-6.06666vw, -22.64109vw) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
        transform: translate(-50%, -50%) translate(-6.06666vw, -22.64109vw) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
    }
    .page-index .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vw, -18.06188vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vw, -18.06188vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(-18.06188vw, -18.06188vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(6.06666vw, -22.64109vw) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
        -ms-transform: translate(-50%, -50%) translate(6.06666vw, -22.64109vw) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
        transform: translate(-50%, -50%) translate(6.06666vw, -22.64109vw) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) {
    .page-index .circle-nav {
        width: 30.102vw;
        height: 30.102vw;
    }
    .page-index .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, -15.051vw) translate(0%, -50%) translate(0px, -26px);
        -ms-transform: translate(-50%, -50%) translate(0vw, -15.051vw) translate(0%, -50%) translate(0px, -26px);
        transform: translate(-50%, -50%) translate(0vw, -15.051vw) translate(0%, -50%) translate(0px, -26px);
    }
    .page-index .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        top: 10px;
        right: 20px;
    }
    .page-index .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(1) {
        display: none;
    }
    .page-index .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(12) span {
        background-color: #ff2400;
    }
    .page-index .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(1) span {
        background-color: #ff2400;
    }
    .page-index .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(2) span {
        background-color: #ff2400;
    }
    .page-index .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(3) span {
        background-color: #ff2400;
    }
    .page-index .circle-nav[data-active="0"] .circle-nav-outline {
        width: calc(100% + 63px);
        height: calc(100% + 63px);
        top: -31.5px;
        left: -31.5px;
        -webkit-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        transform: rotate(-30deg);
        transition-timing-function: step-start;
        -webkit-animation: circle-nav-outline-sector-3-12 0.4s linear;
        animation: circle-nav-outline-sector-3-12 0.4s linear;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
    @-webkit-keyframes circle-nav-outline-sector-3-12 {
        from {
            stroke-dashoffset: 3130;
        }
        to {
            stroke-dashoffset: 2347.5;
        }
    }
    @keyframes circle-nav-outline-sector-3-12 {
        from {
            stroke-dashoffset: 3130;
        }
        to {
            stroke-dashoffset: 2347.5;
        }
    }
    .page-index .circle-nav[data-active="0"]::after {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
    }
    .page-index .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide:nth-child(1) {
        z-index: 1;
        opacity: 1;
    }
    .page-index .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide-img:nth-child(1) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-index .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(15.051vw, 0vw) translate(50%, 0%) translate(26px, 0px);
        -ms-transform: translate(-50%, -50%) translate(15.051vw, 0vw) translate(50%, 0%) translate(26px, 0px);
        transform: translate(-50%, -50%) translate(15.051vw, 0vw) translate(50%, 0%) translate(26px, 0px);
    }
    .page-index .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-index .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(4) {
        display: none;
    }
    .page-index .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(3) span {
        background-color: #ff2400;
    }
    .page-index .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(4) span {
        background-color: #ff2400;
    }
    .page-index .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(5) span {
        background-color: #ff2400;
    }
    .page-index .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(6) span {
        background-color: #ff2400;
    }
    .page-index .circle-nav[data-active="1"] .circle-nav-outline {
        width: calc(100% + 63px);
        height: calc(100% + 63px);
        top: -31.5px;
        left: -31.5px;
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        transition-timing-function: step-start;
        -webkit-animation: circle-nav-outline-sector-3-12 0.4s linear;
        animation: circle-nav-outline-sector-3-12 0.4s linear;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
    @keyframes circle-nav-outline-sector-3-12 {
        from {
            stroke-dashoffset: 3130;
        }
        to {
            stroke-dashoffset: 2347.5;
        }
    }
    .page-index .circle-nav[data-active="1"]::after {
        -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
        transform: rotate(150deg);
    }
    .page-index .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide:nth-child(2) {
        z-index: 1;
        opacity: 1;
    }
    .page-index .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide-img:nth-child(2) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-index .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 15.051vw) translate(0%, 50%) translate(0px, 26px);
        -ms-transform: translate(-50%, -50%) translate(0vw, 15.051vw) translate(0%, 50%) translate(0px, 26px);
        transform: translate(-50%, -50%) translate(0vw, 15.051vw) translate(0%, 50%) translate(0px, 26px);
    }
    .page-index .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-index .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(7) {
        display: none;
    }
    .page-index .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(6) span {
        background-color: #ff2400;
    }
    .page-index .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(7) span {
        background-color: #ff2400;
    }
    .page-index .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(8) span {
        background-color: #ff2400;
    }
    .page-index .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(9) span {
        background-color: #ff2400;
    }
    .page-index .circle-nav[data-active="2"] .circle-nav-outline {
        width: calc(100% + 63px);
        height: calc(100% + 63px);
        top: -31.5px;
        left: -31.5px;
        -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
        transform: rotate(150deg);
        transition-timing-function: step-start;
        -webkit-animation: circle-nav-outline-sector-3-12 0.4s linear;
        animation: circle-nav-outline-sector-3-12 0.4s linear;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
    @keyframes circle-nav-outline-sector-3-12 {
        from {
            stroke-dashoffset: 3130;
        }
        to {
            stroke-dashoffset: 2347.5;
        }
    }
    .page-index .circle-nav[data-active="2"]::after {
        -webkit-transform: rotate(-120deg);
        -ms-transform: rotate(-120deg);
        transform: rotate(-120deg);
    }
    .page-index .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide:nth-child(3) {
        z-index: 1;
        opacity: 1;
    }
    .page-index .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide-img:nth-child(3) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-index .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-15.051vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
        -ms-transform: translate(-50%, -50%) translate(-15.051vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
        transform: translate(-50%, -50%) translate(-15.051vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    }
    .page-index .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(10) {
        display: none;
    }
    .page-index .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(9) span {
        background-color: #ff2400;
    }
    .page-index .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(10) span {
        background-color: #ff2400;
    }
    .page-index .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(11) span {
        background-color: #ff2400;
    }
    .page-index .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(12) span {
        background-color: #ff2400;
    }
    .page-index .circle-nav[data-active="3"] .circle-nav-outline {
        width: calc(100% + 63px);
        height: calc(100% + 63px);
        top: -31.5px;
        left: -31.5px;
        -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
        transform: rotate(240deg);
        transition-timing-function: step-start;
        -webkit-animation: circle-nav-outline-sector-3-12 0.4s linear;
        animation: circle-nav-outline-sector-3-12 0.4s linear;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
    @keyframes circle-nav-outline-sector-3-12 {
        from {
            stroke-dashoffset: 3130;
        }
        to {
            stroke-dashoffset: 2347.5;
        }
    }
    .page-index .circle-nav[data-active="3"]::after {
        -webkit-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    .page-index .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide:nth-child(4) {
        z-index: 1;
        opacity: 1;
    }
    .page-index .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide-img:nth-child(4) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-index .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, -15.051vw) translate(0%, -50%) translate(0px, -20px);
        -ms-transform: translate(-50%, -50%) translate(0vw, -15.051vw) translate(0%, -50%) translate(0px, -20px);
        transform: translate(-50%, -50%) translate(0vw, -15.051vw) translate(0%, -50%) translate(0px, -20px);
    }
    .page-index .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(7.5255vw, -13.03455vw) translate(25%, -43.30127%) translate(10px, -17.32051px);
        -ms-transform: translate(-50%, -50%) translate(7.5255vw, -13.03455vw) translate(25%, -43.30127%) translate(10px, -17.32051px);
        transform: translate(-50%, -50%) translate(7.5255vw, -13.03455vw) translate(25%, -43.30127%) translate(10px, -17.32051px);
    }
    .page-index .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(13.03455vw, -7.5255vw) translate(43.30127%, -25%) translate(17.32051px, -10px);
        -ms-transform: translate(-50%, -50%) translate(13.03455vw, -7.5255vw) translate(43.30127%, -25%) translate(17.32051px, -10px);
        transform: translate(-50%, -50%) translate(13.03455vw, -7.5255vw) translate(43.30127%, -25%) translate(17.32051px, -10px);
    }
    .page-index .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(15.051vw, 0vw) translate(50%, 0%) translate(20px, 0px);
        -ms-transform: translate(-50%, -50%) translate(15.051vw, 0vw) translate(50%, 0%) translate(20px, 0px);
        transform: translate(-50%, -50%) translate(15.051vw, 0vw) translate(50%, 0%) translate(20px, 0px);
    }
    .page-index .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(13.03455vw, 7.5255vw) translate(43.30127%, 25%) translate(17.32051px, 10px);
        -ms-transform: translate(-50%, -50%) translate(13.03455vw, 7.5255vw) translate(43.30127%, 25%) translate(17.32051px, 10px);
        transform: translate(-50%, -50%) translate(13.03455vw, 7.5255vw) translate(43.30127%, 25%) translate(17.32051px, 10px);
    }
    .page-index .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(7.5255vw, 13.03455vw) translate(25%, 43.30127%) translate(10px, 17.32051px);
        -ms-transform: translate(-50%, -50%) translate(7.5255vw, 13.03455vw) translate(25%, 43.30127%) translate(10px, 17.32051px);
        transform: translate(-50%, -50%) translate(7.5255vw, 13.03455vw) translate(25%, 43.30127%) translate(10px, 17.32051px);
    }
    .page-index .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 15.051vw) translate(0%, 50%) translate(0px, 20px);
        -ms-transform: translate(-50%, -50%) translate(0vw, 15.051vw) translate(0%, 50%) translate(0px, 20px);
        transform: translate(-50%, -50%) translate(0vw, 15.051vw) translate(0%, 50%) translate(0px, 20px);
    }
    .page-index .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-7.5255vw, 13.03455vw) translate(-25%, 43.30127%) translate(-10px, 17.32051px);
        -ms-transform: translate(-50%, -50%) translate(-7.5255vw, 13.03455vw) translate(-25%, 43.30127%) translate(-10px, 17.32051px);
        transform: translate(-50%, -50%) translate(-7.5255vw, 13.03455vw) translate(-25%, 43.30127%) translate(-10px, 17.32051px);
    }
    .page-index .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-13.03455vw, 7.5255vw) translate(-43.30127%, 25%) translate(-17.32051px, 10px);
        -ms-transform: translate(-50%, -50%) translate(-13.03455vw, 7.5255vw) translate(-43.30127%, 25%) translate(-17.32051px, 10px);
        transform: translate(-50%, -50%) translate(-13.03455vw, 7.5255vw) translate(-43.30127%, 25%) translate(-17.32051px, 10px);
    }
    .page-index .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-15.051vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
        -ms-transform: translate(-50%, -50%) translate(-15.051vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
        transform: translate(-50%, -50%) translate(-15.051vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    }
    .page-index .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-13.03455vw, -7.5255vw) translate(-43.30127%, -25%) translate(-17.32051px, -10px);
        -ms-transform: translate(-50%, -50%) translate(-13.03455vw, -7.5255vw) translate(-43.30127%, -25%) translate(-17.32051px, -10px);
        transform: translate(-50%, -50%) translate(-13.03455vw, -7.5255vw) translate(-43.30127%, -25%) translate(-17.32051px, -10px);
    }
    .page-index .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-7.5255vw, -13.03455vw) translate(-25%, -43.30127%) translate(-10px, -17.32051px);
        -ms-transform: translate(-50%, -50%) translate(-7.5255vw, -13.03455vw) translate(-25%, -43.30127%) translate(-10px, -17.32051px);
        transform: translate(-50%, -50%) translate(-7.5255vw, -13.03455vw) translate(-25%, -43.30127%) translate(-10px, -17.32051px);
    }
    .page-index .circle-nav-marker:nth-of-type(1) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0s;
    }
    .page-index .circle-nav-marker:nth-of-type(2) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0.2s;
    }
    .page-index .circle-nav-marker:nth-of-type(3) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0.4s;
    }
    .page-index .circle-nav-marker:nth-of-type(4) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0.6s;
    }
    .page-index .circle-nav-marker:nth-of-type(5) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0.8s;
    }
    .page-index .circle-nav-marker:nth-of-type(6) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1s;
    }
    .page-index .circle-nav-marker:nth-of-type(7) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1.2s;
    }
    .page-index .circle-nav-marker:nth-of-type(8) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1.4s;
    }
    .page-index .circle-nav-marker:nth-of-type(9) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1.6s;
    }
    .page-index .circle-nav-marker:nth-of-type(10) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1.8s;
    }
    .page-index .circle-nav-marker:nth-of-type(11) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 2s;
    }
    .page-index .circle-nav-marker:nth-of-type(12) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 2.2s;
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) and (max-width: 959px) {
    .page-index .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(10.64266vw, -10.64266vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(10.64266vw, -10.64266vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(10.64266vw, -10.64266vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-index .circle-nav[data-active="0"]::after {
        -webkit-transform: rotate(105deg);
        -ms-transform: rotate(105deg);
        transform: rotate(105deg);
    }
    .page-index .circle-nav[data-active="0"] .circle-nav-outline {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    .page-index .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(10.64266vw, 10.64266vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(10.64266vw, 10.64266vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(10.64266vw, 10.64266vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-index .circle-nav[data-active="1"]::after {
        -webkit-transform: rotate(-165deg);
        -ms-transform: rotate(-165deg);
        transform: rotate(-165deg);
    }
    .page-index .circle-nav[data-active="1"] .circle-nav-outline {
        -webkit-transform: rotate(105deg);
        -ms-transform: rotate(105deg);
        transform: rotate(105deg);
    }
    .page-index .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-10.64266vw, 10.64266vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-10.64266vw, 10.64266vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(-10.64266vw, 10.64266vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav[data-active="2"]::after {
        -webkit-transform: rotate(-75deg);
        -ms-transform: rotate(-75deg);
        transform: rotate(-75deg);
    }
    .page-index .circle-nav[data-active="2"] .circle-nav-outline {
        -webkit-transform: rotate(195deg);
        -ms-transform: rotate(195deg);
        transform: rotate(195deg);
    }
    .page-index .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-10.64266vw, -10.64266vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-10.64266vw, -10.64266vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(-10.64266vw, -10.64266vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav[data-active="3"]::after {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    .page-index .circle-nav[data-active="3"] .circle-nav-outline {
        -webkit-transform: rotate(285deg);
        -ms-transform: rotate(285deg);
        transform: rotate(285deg);
    }
    .page-index .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(10.64266vw, -10.64266vw) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(10.64266vw, -10.64266vw) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(10.64266vw, -10.64266vw) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
    }
    .page-index .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(14.53815vw, -3.89549vw) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
        -ms-transform: translate(-50%, -50%) translate(14.53815vw, -3.89549vw) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
        transform: translate(-50%, -50%) translate(14.53815vw, -3.89549vw) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
    }
    .page-index .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(14.53815vw, 3.89549vw) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
        -ms-transform: translate(-50%, -50%) translate(14.53815vw, 3.89549vw) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
        transform: translate(-50%, -50%) translate(14.53815vw, 3.89549vw) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
    }
    .page-index .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(10.64266vw, 10.64266vw) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(10.64266vw, 10.64266vw) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(10.64266vw, 10.64266vw) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
    }
    .page-index .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(3.89549vw, 14.53815vw) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
        -ms-transform: translate(-50%, -50%) translate(3.89549vw, 14.53815vw) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
        transform: translate(-50%, -50%) translate(3.89549vw, 14.53815vw) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
    }
    .page-index .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-3.89549vw, 14.53815vw) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
        -ms-transform: translate(-50%, -50%) translate(-3.89549vw, 14.53815vw) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
        transform: translate(-50%, -50%) translate(-3.89549vw, 14.53815vw) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
    }
    .page-index .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-10.64266vw, 10.64266vw) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-10.64266vw, 10.64266vw) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(-10.64266vw, 10.64266vw) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
    }
    .page-index .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-14.53815vw, 3.89549vw) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
        -ms-transform: translate(-50%, -50%) translate(-14.53815vw, 3.89549vw) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
        transform: translate(-50%, -50%) translate(-14.53815vw, 3.89549vw) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
    }
    .page-index .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-14.53815vw, -3.89549vw) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
        -ms-transform: translate(-50%, -50%) translate(-14.53815vw, -3.89549vw) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
        transform: translate(-50%, -50%) translate(-14.53815vw, -3.89549vw) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
    }
    .page-index .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-10.64266vw, -10.64266vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-10.64266vw, -10.64266vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(-10.64266vw, -10.64266vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
    }
    .page-index .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-3.89549vw, -14.53815vw) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
        -ms-transform: translate(-50%, -50%) translate(-3.89549vw, -14.53815vw) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
        transform: translate(-50%, -50%) translate(-3.89549vw, -14.53815vw) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
    }
    .page-index .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(3.89549vw, -14.53815vw) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
        -ms-transform: translate(-50%, -50%) translate(3.89549vw, -14.53815vw) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
        transform: translate(-50%, -50%) translate(3.89549vw, -14.53815vw) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) and (max-width: 959px) and (max-height: 415px) and (orientation: landscape),
screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) and (max-width: 599px) {
    .page-index .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(9.04626vw, -9.04626vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(9.04626vw, -9.04626vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(9.04626vw, -9.04626vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(8.30128vw, -8.30128vw) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(8.30128vw, -8.30128vw) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(8.30128vw, -8.30128vw) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
    }
    .page-index .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(9.04626vw, 9.04626vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(9.04626vw, 9.04626vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(9.04626vw, 9.04626vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(11.33976vw, -3.03848vw) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
        -ms-transform: translate(-50%, -50%) translate(11.33976vw, -3.03848vw) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
        transform: translate(-50%, -50%) translate(11.33976vw, -3.03848vw) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
    }
    .page-index .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-9.04626vw, 9.04626vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-9.04626vw, 9.04626vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(-9.04626vw, 9.04626vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(11.33976vw, 3.03848vw) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
        -ms-transform: translate(-50%, -50%) translate(11.33976vw, 3.03848vw) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
        transform: translate(-50%, -50%) translate(11.33976vw, 3.03848vw) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
    }
    .page-index .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-9.04626vw, -9.04626vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-9.04626vw, -9.04626vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(-9.04626vw, -9.04626vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(8.30128vw, 8.30128vw) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(8.30128vw, 8.30128vw) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(8.30128vw, 8.30128vw) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
    }
    .page-index .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(9.04626vw, -9.04626vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(9.04626vw, -9.04626vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(9.04626vw, -9.04626vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(3.03848vw, 11.33976vw) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
        -ms-transform: translate(-50%, -50%) translate(3.03848vw, 11.33976vw) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
        transform: translate(-50%, -50%) translate(3.03848vw, 11.33976vw) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
    }
    .page-index .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(9.04626vw, 9.04626vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(9.04626vw, 9.04626vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(9.04626vw, 9.04626vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-3.03848vw, 11.33976vw) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
        -ms-transform: translate(-50%, -50%) translate(-3.03848vw, 11.33976vw) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
        transform: translate(-50%, -50%) translate(-3.03848vw, 11.33976vw) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
    }
    .page-index .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-9.04626vw, 9.04626vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-9.04626vw, 9.04626vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(-9.04626vw, 9.04626vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-8.30128vw, 8.30128vw) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-8.30128vw, 8.30128vw) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(-8.30128vw, 8.30128vw) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
    }
    .page-index .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-9.04626vw, -9.04626vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-9.04626vw, -9.04626vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(-9.04626vw, -9.04626vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-11.33976vw, 3.03848vw) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
        -ms-transform: translate(-50%, -50%) translate(-11.33976vw, 3.03848vw) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
        transform: translate(-50%, -50%) translate(-11.33976vw, 3.03848vw) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
    }
    .page-index .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(9.04626vw, -9.04626vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(9.04626vw, -9.04626vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(9.04626vw, -9.04626vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-11.33976vw, -3.03848vw) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
        -ms-transform: translate(-50%, -50%) translate(-11.33976vw, -3.03848vw) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
        transform: translate(-50%, -50%) translate(-11.33976vw, -3.03848vw) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
    }
    .page-index .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(9.04626vw, 9.04626vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(9.04626vw, 9.04626vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(9.04626vw, 9.04626vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-8.30128vw, -8.30128vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-8.30128vw, -8.30128vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(-8.30128vw, -8.30128vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
    }
    .page-index .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-9.04626vw, 9.04626vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-9.04626vw, 9.04626vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(-9.04626vw, 9.04626vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-3.03848vw, -11.33976vw) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
        -ms-transform: translate(-50%, -50%) translate(-3.03848vw, -11.33976vw) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
        transform: translate(-50%, -50%) translate(-3.03848vw, -11.33976vw) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
    }
    .page-index .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-9.04626vw, -9.04626vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-9.04626vw, -9.04626vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(-9.04626vw, -9.04626vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
    }
    .page-index .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-index .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(3.03848vw, -11.33976vw) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
        -ms-transform: translate(-50%, -50%) translate(3.03848vw, -11.33976vw) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
        transform: translate(-50%, -50%) translate(3.03848vw, -11.33976vw) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) {
    .page-index .circle-nav-info {
        left: 7vw;
    }
    .page-index .copyright {
        display: none;
    }
}

.page-business {
    background: #fff;
}

.page-business .business {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
}

.page-business .circle-nav {
    width: 60.102vh;
    height: 60.102vh;
}

.page-business .circle-nav-item:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) translate(0vh, -30.051vh) translate(0%, -50%) translate(0px, -26px);
    -ms-transform: translate(-50%, -50%) translate(0vh, -30.051vh) translate(0%, -50%) translate(0px, -26px);
    transform: translate(-50%, -50%) translate(0vh, -30.051vh) translate(0%, -50%) translate(0px, -26px);
}

.page-business .circle-nav-item:nth-of-type(1) .circle-nav-sub {
    bottom: -8px;
    left: 0;
    right: 0;
    text-align: center;
}

.page-business .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(1) {
    display: none;
}

.page-business .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(12) span {
    background-color: #ff2400;
}

.page-business .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(1) span {
    background-color: #ff2400;
}

.page-business .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(2) span {
    background-color: #ff2400;
}

.page-business .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(3) span {
    background-color: #ff2400;
}

.page-business .circle-nav[data-active="0"] .circle-nav-outline {
    width: calc(100% + 63px);
    height: calc(100% + 63px);
    top: -31.5px;
    left: -31.5px;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
    transition-timing-function: step-start;
    -webkit-animation: circle-nav-outline-sector-3-12 0.4s linear;
    animation: circle-nav-outline-sector-3-12 0.4s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    display: none;
}

@keyframes circle-nav-outline-sector-3-12 {
    from {
        stroke-dashoffset: 3130;
    }
    to {
        stroke-dashoffset: 2347.5;
    }
}

.page-business .circle-nav[data-active="0"]::after {
    display:none
}

.page-business .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide:nth-child(1) {
    z-index: 1;
    opacity: 1;
}

.page-business .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide-img:nth-child(1) .img {
    opacity: 1;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.page-business .circle-nav-item:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) translate(23.051vh, -22vh) translate(50%, 0%) translate(26px, 11px);
    -ms-transform: translate(-50%, -50%) translate(23.051vh, -22vh) translate(50%, 0%) translate(26px, 11px);
    transform: translate(-50%, -50%) translate(23.051vh, -22vh) translate(50%, 0%) translate(26px, 11px);
}

.page-business .circle-nav-item:nth-of-type(2) .circle-nav-sub {
    bottom: -8px;
    right: 20px;
}

.page-business .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(4) {
}
.page-business .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(1) span {
    background-color: #ff2400;
}
.page-business .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(2) span {
    background-color: #ff2400;
}
.page-business .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(3) span {
    background-color: #ff2400;
}


.page-business .circle-nav[data-active="1"] .circle-nav-outline {
    width: calc(100% + 63px);
    height: calc(100% + 63px);
    top: -28px;
    left: -37px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition-timing-function: step-start;
    -webkit-animation: circle-nav-outline-sector-3-12 0.4s linear;
    animation: circle-nav-outline-sector-3-12 0.4s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    stroke-dasharray: 3352;
    stroke-dashoffset: 3352;
    display: block;
}

@keyframes circle-nav-outline-sector-3-12 {
    from {
        stroke-dashoffset: 3130;
    }
    to {
        stroke-dashoffset: 2347.5;
    }
}

.page-business .circle-nav[data-active="1"]::after {
    -webkit-transform: rotate(122deg);
    -ms-transform: rotate(150deg);
    transform: rotate(122deg);
}

.page-business .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide:nth-child(2) {
    z-index: 1;
    opacity: 1;
}

.page-business .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide-img:nth-child(2) .img {
    opacity: 1;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.page-business .circle-nav-item:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) translate(36vh, 5.051vh) translate(0%, 50%) translate(32px, 26px);
    -ms-transform: translate(-50%, -50%) translate(36vh, 5.051vh) translate(0%, 50%) translate(32px, 26px);
    transform: translate(-50%, -50%) translate(36vh, 5.051vh) translate(0%, 50%) translate(2px, 54px);
}

.page-business .circle-nav-item:nth-of-type(3) .circle-nav-sub {bottom: -8px;left: 20px;}

.page-business .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(2) span {background-color: #ff2400;}
.page-business .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(3) span {background-color: #ff2400;}
.page-business .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(4) span {background-color: #ff2400;}
.page-business .circle-nav[data-active="2"] .circle-nav-outline {
    width: calc(100% + 62px);
    height: calc(100% + 73px);
    top: -29px;
    left: -39px;
    -webkit-transform: rotate(52deg);
    -ms-transform: rotate(52deg);
    transform: rotate(52deg);
    transition-timing-function: step-start;
    -webkit-animation: circle-nav-outline-sector-3-12 0.4s linear;
    animation: circle-nav-outline-sector-3-12 0.4s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    display: block;
    stroke-dasharray: 3461;
    stroke-dashoffset: 3461;
}

@keyframes circle-nav-outline-sector-3-12 {
    from {stroke-dashoffset: 3130;}
    to {stroke-dashoffset: 2347.5;}
}

.page-business .circle-nav[data-active="2"]::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.page-business .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide:nth-child(3) {
    z-index: 1;
    opacity: 1;
}

.page-business .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide-img:nth-child(3) .img {
    opacity: 1;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.page-business .circle-nav-item:nth-of-type(4) {
    -webkit-transform: translate(-50%, -50%) translate(8vh, 28.051vh) translate(0%, 50%) translate(-80px, 45px);
    -ms-transform: translate(-50%, -50%) translate(8vh, 28.051vh) translate(0%, 50%) translate(-80px, 45px);
    transform: translate(-50%, -50%) translate(8vh, 28.051vh) translate(0%, 50%) translate(-80px, 45px);
}

.page-business .circle-nav-item:nth-of-type(5) {
    -webkit-transform: translate(-50%, -50%) translate(-26vh, 22.051vh) translate(0%, 50%) translate(0px, 26px);
    -ms-transform: translate(-50%, -50%) translate(-26vh, 22.051vh) translate(0%, 50%) translate(0px, 26px);
    transform: translate(-50%, -50%) translate(-26vh, 22.051vh) translate(0%, 50%) translate(-50px, -24px);
}
.page-business .circle-nav-item:nth-of-type(6) {
    -webkit-transform: translate(-50%, -50%) translate(-29.051vh, 5vh) translate(-50%, 0%) translate(-46px, -50px);
    -ms-transform: translate(-50%, -50%) translate(-29.051vh, 5vh) translate(-50%, 0%) translate(-46px, -50px);
    transform: translate(-50%, -50%) translate(-29.051vh, 5vh) translate(-50%, 0%) translate(-46px, -50px);
}
.page-business .circle-nav-item:nth-of-type(7) {
    -webkit-transform: translate(-50%, -50%) translate(-30vh, -18.051vh) translate(0%, -50%) translate(0px, -26px);
    -ms-transform: translate(-50%, -50%) translate(-30vh, -18.051vh) translate(0%, -50%) translate(0px, -26px);
    transform: translate(50%, -50%) translate(-42vh, -19.8vh) translate(0%, -50%) translate(0px, -26px);
}
.page-business .circle-nav-item:nth-of-type(4) .circle-nav-sub {bottom: -8px;left: 20px;}
.page-business .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(3) span {background-color: #ff2400;}
.page-business .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(4) span {background-color: #ff2400;}
.page-business .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(5) span {background-color: #ff2400;}
.page-business .circle-nav[data-active="3"] .circle-nav-outline {
    width: calc(100% + 61px);
    height: calc(100% + 63px);
    top: -28px;
    left: -35px;
    -webkit-transform: rotate(116deg);
    -ms-transform: rotate(116deg);
    transform: rotate(116deg);
    transition-timing-function: step-start;
    -webkit-animation: circle-nav-outline-sector-3-12 0.4s linear;
    animation: circle-nav-outline-sector-3-12 0.4s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    display: block;
    stroke-dasharray: 3309;
    stroke-dashoffset: 3309;
    }

@keyframes circle-nav-outline-sector-3-12 {
    from {
        stroke-dashoffset: 3130;
    }
    to {
        stroke-dashoffset: 2347.5;
    }
}
.page-business .circle-nav-item:nth-of-type(5) .circle-nav-sub {bottom: -8px;left: 20px;}
.page-business .circle-nav-item:nth-of-type(6) .circle-nav-sub {bottom: -8px;left: 20px;}
.page-business .circle-nav-item:nth-of-type(7) .circle-nav-sub {bottom: -8px;left: 20px;}
.page-business .circle-nav[data-active="3"]::after {
    -webkit-transform: rotate(243deg);
    -ms-transform: rotate(243deg);
    transform: rotate(243deg);
}

.page-business .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide:nth-child(4) {
    z-index: 1;
    opacity: 1;
}

.page-business .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide-img:nth-child(4) .img {
    opacity: 1;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.page-business .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(4) span {background-color: #ff2400;}
.page-business .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(5) span {background-color: #ff2400;}
.page-business .circle-nav[data-active="4"] .circle-nav-marker:nth-of-type(6) span {background-color: #ff2400;}
.page-business .circle-nav[data-active="4"] .circle-nav-outline {
    width: calc(100% + 63px);
    height: calc(100% + 62px);
    top: -28px;
    left: -37px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transition-timing-function: step-start;
    -webkit-animation: circle-nav-outline-sector-3-12 0.4s linear;
    animation: circle-nav-outline-sector-3-12 0.4s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    display: block;
    stroke-dasharray: 3128;
    stroke-dashoffset: 3128;
}

@keyframes circle-nav-outline-sector-3-12 {
    from {stroke-dashoffset: 3130;}
    to {stroke-dashoffset: 2347.5;}
}

.page-business .circle-nav[data-active="4"]::after {
    -webkit-transform: rotate(297deg);
    -ms-transform: rotate(297deg);
    transform: rotate(297deg);
}

.page-business .circle-nav[data-active="4"] .circle-nav-slides .circle-nav-slide:nth-child(3) {
    z-index: 1;
    opacity: 1;
}

.page-business .circle-nav[data-active="4"] .circle-nav-slides .circle-nav-slide-img:nth-child(3) .img {
    opacity: 1;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}




.page-business .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(5) span {background-color: #ff2400;}
.page-business .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(6) span {background-color: #ff2400;}
.page-business .circle-nav[data-active="5"] .circle-nav-marker:nth-of-type(7) span {background-color: #ff2400;}
.page-business .circle-nav[data-active="5"] .circle-nav-outline {
    width: calc(100% + 65px);
    height: calc(100% + 61px);
    top: -28px;
    left: -39px;
    -webkit-transform: rotate(227deg);
    -ms-transform: rotate(227deg);
    transform: rotate(227deg);
    transition-timing-function: step-start;
    -webkit-animation: circle-nav-outline-sector-3-12 0.4s linear;
    animation: circle-nav-outline-sector-3-12 0.4s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    display: block;
    stroke-dasharray: 3123;
    stroke-dashoffset: 3128;
}

@keyframes circle-nav-outline-sector-3-12 {
    from {stroke-dashoffset: 3130;}
    to {stroke-dashoffset: 2347.5;}
}

.page-business .circle-nav[data-active="5"]::after {
    -webkit-transform: rotate(-21deg);
    -ms-transform: rotate(-18deg);
    transform: rotate(-21deg);
}

.page-business .circle-nav[data-active="5"] .circle-nav-slides .circle-nav-slide:nth-child(3) {
    z-index: 1;
    opacity: 1;
}

.page-business .circle-nav[data-active="5"] .circle-nav-slides .circle-nav-slide-img:nth-child(3) .img {
    opacity: 1;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}



.page-business .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(1) span {background-color: #ff2400;}
.page-business .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(6) span {background-color: #ff2400;}
.page-business .circle-nav[data-active="6"] .circle-nav-marker:nth-of-type(7) span {background-color: #ff2400;}
.page-business .circle-nav[data-active="6"] .circle-nav-outline {
    width: calc(100% + 64px);
    height: calc(100% + 65px);
    top: -29px;
    left: -34px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    transition-timing-function: step-start;
    -webkit-animation: circle-nav-outline-sector-3-12 0.4s linear;
    animation: circle-nav-outline-sector-3-12 0.4s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    display: block;
    stroke-dasharray: 3129;
    stroke-dashoffset: 3129;
}

@keyframes circle-nav-outline-sector-3-12 {
    from {stroke-dashoffset: 3130;}
    to {stroke-dashoffset: 2347.5;}
}

.page-business .circle-nav[data-active="6"]::after {
    -webkit-transform: rotate(14deg);
    -ms-transform: rotate(16deg);
    transform: rotate(14deg);
}

.page-business .circle-nav[data-active="6"] .circle-nav-slides .circle-nav-slide:nth-child(3) {
    z-index: 1;
    opacity: 1;
}

.page-business .circle-nav[data-active="6"] .circle-nav-slides .circle-nav-slide-img:nth-child(3) .img {
    opacity: 1;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}



.page-business .circle-nav-marker:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) translate(0vh, -30.051vh) translate(0%, -50%) translate(0px, -20px);
    -ms-transform: translate(-50%, -50%) translate(0vh, -30.051vh) translate(0%, -50%) translate(0px, -20px);
    transform: translate(-50%, -50%) translate(0vh, -30.051vh) translate(0%, -50%) translate(0px, -20px);
}

.page-business .circle-nav-marker:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%) translate(15.0255vh, -26.02493vh) translate(25%, -43.30127%) translate(100px, 62px);
    -ms-transform: translate(-50%, -50%) translate(15.0255vh, -26.02493vh) translate(25%, -43.30127%) translate(100px, 62px);
    transform: translate(-50%, -50%) translate(15.0255vh, -26.02493vh) translate(25%, -43.30127%) translate(100px, 62px);
}

.page-business .circle-nav-marker:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) translate(26.02493vh, 15.0255vh) translate(43.30127%, 25%) translate(28px, -10px);
    -ms-transform: translate(-50%, -50%) translate(26.02493vh, 15.0255vh) translate(43.30127%, 25%) translate(28px, -10px);
    transform: translate(-50%, -50%) translate(26.02493vh, 15.0255vh) translate(43.30127%, 25%) translate(28px, -10px);
}

.page-business .circle-nav-marker:nth-of-type(4) {
    -webkit-transform: translate(-50%, -50%) translate(0vh, 30.051vh) translate(0%, 50%) translate(0px, 20px);
    -ms-transform: translate(-50%, -50%) translate(0vh, 30.051vh) translate(0%, 50%) translate(0px, 20px);
    transform: translate(-50%, -50%) translate(0vh, 30.051vh) translate(0%, 50%) translate(0px, 20px);
}

.page-business .circle-nav-marker:nth-of-type(5) {
    -webkit-transform: translate(-50%, -50%) translate(-15.0255vh, 26.02493vh) translate(-25%, 43.30127%) translate(-80px, -39px);
    -ms-transform: translate(-50%, -50%) translate(-15.0255vh, 26.02493vh) translate(-25%, 43.30127%) translate(-80px, -39px);
    transform: translate(-50%, -50%) translate(-15.0255vh, 26.02493vh) translate(-25%, 43.30127%) translate(-80px, -39px);
}

.page-business .circle-nav-marker:nth-of-type(6) {
    -webkit-transform: translate(-50%, -50%) translate(-30.051vh, 0vh) translate(-50%, 0%) translate(-20px, 0px);
    -ms-transform: translate(-50%, -50%) translate(-30.051vh, 0vh) translate(-50%, 0%) translate(-20px, 0px);
    transform: translate(-50%, -50%) translate(-30.051vh, 0vh) translate(-50%, 0%) translate(-20px, 0px);
}

.page-business .circle-nav-marker:nth-of-type(7) {
    -webkit-transform: translate(-50%, -50%) translate(-15.0255vh, -26.02493vh) translate(-25%, -43.30127%) translate(-69px, 31px);
    -ms-transform: translate(-50%, -50%) translate(-15.0255vh, -26.02493vh) translate(-25%, -43.30127%) translate(-69px, 31px);
    transform: translate(-50%, -50%) translate(-15.0255vh, -26.02493vh) translate(-25%, -43.30127%) translate(-69px, 31px);
}


.page-business .circle-nav-marker:nth-of-type(1) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 0s;
}

.page-business .circle-nav-marker:nth-of-type(2) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 0.2s;
}

.page-business .circle-nav-marker:nth-of-type(3) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 0.4s;
}

.page-business .circle-nav-marker:nth-of-type(4) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 0.6s;
}

.page-business .circle-nav-marker:nth-of-type(5) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 0.8s;
}

.page-business .circle-nav-marker:nth-of-type(6) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 1s;
}

.page-business .circle-nav-marker:nth-of-type(7) span {
    transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
    transition-delay: 1.2s;
}


@media screen and (max-width: 959px) {
    .page-business .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(21.24927vh, -21.24927vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(21.24927vh, -21.24927vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(21.24927vh, -21.24927vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business .circle-nav[data-active="0"]::after {
        -webkit-transform: rotate(105deg);
        -ms-transform: rotate(105deg);
        transform: rotate(105deg);
    }
    .page-business .circle-nav[data-active="0"] .circle-nav-outline {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    .page-business .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(21.24927vh, 21.24927vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(21.24927vh, 21.24927vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(21.24927vh, 21.24927vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business .circle-nav[data-active="1"]::after {
        -webkit-transform: rotate(-165deg);
        -ms-transform: rotate(-165deg);
        transform: rotate(-165deg);
    }
    .page-business .circle-nav[data-active="1"] .circle-nav-outline {
        -webkit-transform: rotate(105deg);
        -ms-transform: rotate(105deg);
        transform: rotate(105deg);
    }
    .page-business .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-21.24927vh, 21.24927vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-21.24927vh, 21.24927vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(-21.24927vh, 21.24927vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav[data-active="2"]::after {
        -webkit-transform: rotate(-75deg);
        -ms-transform: rotate(-75deg);
        transform: rotate(-75deg);
    }
    .page-business .circle-nav[data-active="2"] .circle-nav-outline {
        -webkit-transform: rotate(195deg);
        -ms-transform: rotate(195deg);
        transform: rotate(195deg);
    }
    .page-business .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-21.24927vh, -21.24927vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-21.24927vh, -21.24927vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(-21.24927vh, -21.24927vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav[data-active="3"]::after {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    .page-business .circle-nav[data-active="3"] .circle-nav-outline {
        -webkit-transform: rotate(285deg);
        -ms-transform: rotate(285deg);
        transform: rotate(285deg);
    }
    .page-business .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(21.24927vh, -21.24927vh) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(21.24927vh, -21.24927vh) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(21.24927vh, -21.24927vh) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
    }
    .page-business .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(29.02704vh, -7.77777vh) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
        -ms-transform: translate(-50%, -50%) translate(29.02704vh, -7.77777vh) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
        transform: translate(-50%, -50%) translate(29.02704vh, -7.77777vh) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
    }
    .page-business .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(29.02704vh, 7.77777vh) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
        -ms-transform: translate(-50%, -50%) translate(29.02704vh, 7.77777vh) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
        transform: translate(-50%, -50%) translate(29.02704vh, 7.77777vh) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
    }
    .page-business .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(21.24927vh, 21.24927vh) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(21.24927vh, 21.24927vh) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(21.24927vh, 21.24927vh) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
    }
    .page-business .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(7.77777vh, 29.02704vh) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
        -ms-transform: translate(-50%, -50%) translate(7.77777vh, 29.02704vh) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
        transform: translate(-50%, -50%) translate(7.77777vh, 29.02704vh) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
    }
    .page-business .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-7.77777vh, 29.02704vh) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
        -ms-transform: translate(-50%, -50%) translate(-7.77777vh, 29.02704vh) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
        transform: translate(-50%, -50%) translate(-7.77777vh, 29.02704vh) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
    }
    .page-business .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-21.24927vh, 21.24927vh) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-21.24927vh, 21.24927vh) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(-21.24927vh, 21.24927vh) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
    }
    .page-business .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-29.02704vh, 7.77777vh) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
        -ms-transform: translate(-50%, -50%) translate(-29.02704vh, 7.77777vh) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
        transform: translate(-50%, -50%) translate(-29.02704vh, 7.77777vh) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
    }
    .page-business .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-29.02704vh, -7.77777vh) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
        -ms-transform: translate(-50%, -50%) translate(-29.02704vh, -7.77777vh) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
        transform: translate(-50%, -50%) translate(-29.02704vh, -7.77777vh) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
    }
    .page-business .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-21.24927vh, -21.24927vh) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-21.24927vh, -21.24927vh) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(-21.24927vh, -21.24927vh) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
    }
    .page-business .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-7.77777vh, -29.02704vh) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
        -ms-transform: translate(-50%, -50%) translate(-7.77777vh, -29.02704vh) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
        transform: translate(-50%, -50%) translate(-7.77777vh, -29.02704vh) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
    }
    .page-business .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(7.77777vh, -29.02704vh) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
        -ms-transform: translate(-50%, -50%) translate(7.77777vh, -29.02704vh) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
        transform: translate(-50%, -50%) translate(7.77777vh, -29.02704vh) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape),
(max-width: 599px) {
    .page-business .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(18.06188vh, -18.06188vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(18.06188vh, -18.06188vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(18.06188vh, -18.06188vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(16.57443vh, -16.57443vh) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(16.57443vh, -16.57443vh) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(16.57443vh, -16.57443vh) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
    }
    .page-business .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(18.06188vh, 18.06188vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(18.06188vh, 18.06188vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(18.06188vh, 18.06188vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(22.64109vh, -6.06666vh) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
        -ms-transform: translate(-50%, -50%) translate(22.64109vh, -6.06666vh) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
        transform: translate(-50%, -50%) translate(22.64109vh, -6.06666vh) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
    }
    .page-business .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vh, 18.06188vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vh, 18.06188vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(-18.06188vh, 18.06188vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(22.64109vh, 6.06666vh) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
        -ms-transform: translate(-50%, -50%) translate(22.64109vh, 6.06666vh) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
        transform: translate(-50%, -50%) translate(22.64109vh, 6.06666vh) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
    }
    .page-business .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(16.57443vh, 16.57443vh) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(16.57443vh, 16.57443vh) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(16.57443vh, 16.57443vh) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
    }
    .page-business .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(18.06188vh, -18.06188vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(18.06188vh, -18.06188vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(18.06188vh, -18.06188vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(6.06666vh, 22.64109vh) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
        -ms-transform: translate(-50%, -50%) translate(6.06666vh, 22.64109vh) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
        transform: translate(-50%, -50%) translate(6.06666vh, 22.64109vh) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
    }
    .page-business .circle-nav-item:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(18.06188vh, 18.06188vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(18.06188vh, 18.06188vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(18.06188vh, 18.06188vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(6) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-6.06666vh, 22.64109vh) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
        -ms-transform: translate(-50%, -50%) translate(-6.06666vh, 22.64109vh) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
        transform: translate(-50%, -50%) translate(-6.06666vh, 22.64109vh) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
    }
    .page-business .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vh, 18.06188vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vh, 18.06188vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(-18.06188vh, 18.06188vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(7) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-16.57443vh, 16.57443vh) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-16.57443vh, 16.57443vh) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(-16.57443vh, 16.57443vh) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
    }
    .page-business .circle-nav-item:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(8) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-22.64109vh, 6.06666vh) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
        -ms-transform: translate(-50%, -50%) translate(-22.64109vh, 6.06666vh) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
        transform: translate(-50%, -50%) translate(-22.64109vh, 6.06666vh) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
    }
    .page-business .circle-nav-item:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(18.06188vh, -18.06188vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(18.06188vh, -18.06188vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(18.06188vh, -18.06188vh) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(9) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-22.64109vh, -6.06666vh) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
        -ms-transform: translate(-50%, -50%) translate(-22.64109vh, -6.06666vh) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
        transform: translate(-50%, -50%) translate(-22.64109vh, -6.06666vh) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
    }
    .page-business .circle-nav-item:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(18.06188vh, 18.06188vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(18.06188vh, 18.06188vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(18.06188vh, 18.06188vh) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(10) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-16.57443vh, -16.57443vh) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-16.57443vh, -16.57443vh) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(-16.57443vh, -16.57443vh) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
    }
    .page-business .circle-nav-item:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vh, 18.06188vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vh, 18.06188vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(-18.06188vh, 18.06188vh) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(11) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-6.06666vh, -22.64109vh) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
        -ms-transform: translate(-50%, -50%) translate(-6.06666vh, -22.64109vh) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
        transform: translate(-50%, -50%) translate(-6.06666vh, -22.64109vh) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
    }
    .page-business .circle-nav-item:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(-18.06188vh, -18.06188vh) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(12) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(6.06666vh, -22.64109vh) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
        -ms-transform: translate(-50%, -50%) translate(6.06666vh, -22.64109vh) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
        transform: translate(-50%, -50%) translate(6.06666vh, -22.64109vh) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
    }
}

.page-business .circle-nav-info {
    position: absolute;
    z-index: 10;
    left: 10vw;
    bottom: 10vh;
}

@media screen and (orientation: portrait),
(max-width: 959px) {
    .page-business .circle-nav {
        width: 60.102vw;
        height: 60.102vw;
    }
    .page-business .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, -30.051vw) translate(0%, -50%) translate(0px, -26px);
        -ms-transform: translate(-50%, -50%) translate(0vw, -30.051vw) translate(0%, -50%) translate(0px, -26px);
        transform: translate(-50%, -50%) translate(0vw, -30.051vw) translate(0%, -50%) translate(0px, -26px);
    }
    .page-business .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        top: 10px;
        right: 20px;
    }
    .page-business .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(1) {
        display: none;
    }
    .page-business .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(12) span {
        background-color: #ff2400;
    }
    .page-business .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(1) span {
        background-color: #ff2400;
    }
    .page-business .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(2) span {
        background-color: #ff2400;
    }
    .page-business .circle-nav[data-active="0"] .circle-nav-marker:nth-of-type(3) span {
        background-color: #ff2400;
    }
    .page-business .circle-nav[data-active="0"] .circle-nav-outline {
        width: calc(100% + 63px);
        height: calc(100% + 63px);
        top: -31.5px;
        left: -31.5px;
        -webkit-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        transform: rotate(-30deg);
        transition-timing-function: step-start;
        -webkit-animation: circle-nav-outline-sector-3-12 0.4s linear;
        animation: circle-nav-outline-sector-3-12 0.4s linear;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
    @-webkit-keyframes circle-nav-outline-sector-3-12 {
        from {
            stroke-dashoffset: 3130;
        }
        to {
            stroke-dashoffset: 2347.5;
        }
    }
    @keyframes circle-nav-outline-sector-3-12 {
        from {
            stroke-dashoffset: 3130;
        }
        to {
            stroke-dashoffset: 2347.5;
        }
    }
    .page-business .circle-nav[data-active="0"]::after {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
    }
    .page-business .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide:nth-child(1) {
        z-index: 1;
        opacity: 1;
    }
    .page-business .circle-nav[data-active="0"] .circle-nav-slides .circle-nav-slide-img:nth-child(1) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-business .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(30.051vw, 0vw) translate(50%, 0%) translate(26px, 0px);
        -ms-transform: translate(-50%, -50%) translate(30.051vw, 0vw) translate(50%, 0%) translate(26px, 0px);
        transform: translate(-50%, -50%) translate(30.051vw, 0vw) translate(50%, 0%) translate(26px, 0px);
    }
    .page-business .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(4) {
        display: none;
    }
    .page-business .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(3) span {
        background-color: #ff2400;
    }
    .page-business .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(4) span {
        background-color: #ff2400;
    }
    .page-business .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(5) span {
        background-color: #ff2400;
    }
    .page-business .circle-nav[data-active="1"] .circle-nav-marker:nth-of-type(6) span {
        background-color: #ff2400;
    }
    .page-business .circle-nav[data-active="1"] .circle-nav-outline {
        width: calc(100% + 63px);
        height: calc(100% + 63px);
        top: -31.5px;
        left: -31.5px;
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        transition-timing-function: step-start;
        -webkit-animation: circle-nav-outline-sector-3-12 0.4s linear;
        animation: circle-nav-outline-sector-3-12 0.4s linear;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
    @keyframes circle-nav-outline-sector-3-12 {
        from {
            stroke-dashoffset: 3130;
        }
        to {
            stroke-dashoffset: 2347.5;
        }
    }
    .page-business .circle-nav[data-active="1"]::after {
        -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
        transform: rotate(150deg);
    }
    .page-business .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide:nth-child(2) {
        z-index: 1;
        opacity: 1;
    }
    .page-business .circle-nav[data-active="1"] .circle-nav-slides .circle-nav-slide-img:nth-child(2) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-business .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 30.051vw) translate(0%, 50%) translate(0px, 26px);
        -ms-transform: translate(-50%, -50%) translate(0vw, 30.051vw) translate(0%, 50%) translate(0px, 26px);
        transform: translate(-50%, -50%) translate(0vw, 30.051vw) translate(0%, 50%) translate(0px, 26px);
    }
    .page-business .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(7) {
        display: none;
    }
    .page-business .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(6) span {
        background-color: #ff2400;
    }
    .page-business .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(7) span {
        background-color: #ff2400;
    }
    .page-business .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(8) span {
        background-color: #ff2400;
    }
    .page-business .circle-nav[data-active="2"] .circle-nav-marker:nth-of-type(9) span {
        background-color: #ff2400;
    }
    .page-business .circle-nav[data-active="2"] .circle-nav-outline {
        width: calc(100% + 63px);
        height: calc(100% + 63px);
        top: -31.5px;
        left: -31.5px;
        -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
        transform: rotate(150deg);
        transition-timing-function: step-start;
        -webkit-animation: circle-nav-outline-sector-3-12 0.4s linear;
        animation: circle-nav-outline-sector-3-12 0.4s linear;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
    @keyframes circle-nav-outline-sector-3-12 {
        from {
            stroke-dashoffset: 3130;
        }
        to {
            stroke-dashoffset: 2347.5;
        }
    }
    .page-business .circle-nav[data-active="2"]::after {
        -webkit-transform: rotate(-120deg);
        -ms-transform: rotate(-120deg);
        transform: rotate(-120deg);
    }
    .page-business .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide:nth-child(3) {
        z-index: 1;
        opacity: 1;
    }
    .page-business .circle-nav[data-active="2"] .circle-nav-slides .circle-nav-slide-img:nth-child(3) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-business .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-30.051vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
        -ms-transform: translate(-50%, -50%) translate(-30.051vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
        transform: translate(-50%, -50%) translate(-30.051vw, 0vw) translate(-50%, 0%) translate(-26px, 0px);
    }
    .page-business .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(10) {
        display: none;
    }
    .page-business .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(9) span {
        background-color: #ff2400;
    }
    .page-business .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(10) span {
        background-color: #ff2400;
    }
    .page-business .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(11) span {
        background-color: #ff2400;
    }
    .page-business .circle-nav[data-active="3"] .circle-nav-marker:nth-of-type(12) span {
        background-color: #ff2400;
    }
    .page-business .circle-nav[data-active="3"] .circle-nav-outline {
        width: calc(100% + 63px);
        height: calc(100% + 63px);
        top: -31.5px;
        left: -31.5px;
        -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
        transform: rotate(240deg);
        transition-timing-function: step-start;
        -webkit-animation: circle-nav-outline-sector-3-12 0.4s linear;
        animation: circle-nav-outline-sector-3-12 0.4s linear;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
    @keyframes circle-nav-outline-sector-3-12 {
        from {
            stroke-dashoffset: 3130;
        }
        to {
            stroke-dashoffset: 2347.5;
        }
    }
    .page-business .circle-nav[data-active="3"]::after {
        -webkit-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    .page-business .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide:nth-child(4) {
        z-index: 1;
        opacity: 1;
    }
    .page-business .circle-nav[data-active="3"] .circle-nav-slides .circle-nav-slide-img:nth-child(4) .img {
        opacity: 1;
        -webkit-animation-play-state: running;
        animation-play-state: running;
    }
    .page-business .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, -30.051vw) translate(0%, -50%) translate(0px, -20px);
        -ms-transform: translate(-50%, -50%) translate(0vw, -30.051vw) translate(0%, -50%) translate(0px, -20px);
        transform: translate(-50%, -50%) translate(0vw, -30.051vw) translate(0%, -50%) translate(0px, -20px);
    }
    .page-business .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(15.0255vw, -26.02493vw) translate(25%, -43.30127%) translate(10px, -17.32051px);
        -ms-transform: translate(-50%, -50%) translate(15.0255vw, -26.02493vw) translate(25%, -43.30127%) translate(10px, -17.32051px);
        transform: translate(-50%, -50%) translate(15.0255vw, -26.02493vw) translate(25%, -43.30127%) translate(10px, -17.32051px);
    }
    .page-business .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(26.02493vw, -15.0255vw) translate(43.30127%, -25%) translate(17.32051px, -10px);
        -ms-transform: translate(-50%, -50%) translate(26.02493vw, -15.0255vw) translate(43.30127%, -25%) translate(17.32051px, -10px);
        transform: translate(-50%, -50%) translate(26.02493vw, -15.0255vw) translate(43.30127%, -25%) translate(17.32051px, -10px);
    }
    .page-business .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(30.051vw, 0vw) translate(50%, 0%) translate(20px, 0px);
        -ms-transform: translate(-50%, -50%) translate(30.051vw, 0vw) translate(50%, 0%) translate(20px, 0px);
        transform: translate(-50%, -50%) translate(30.051vw, 0vw) translate(50%, 0%) translate(20px, 0px);
    }
    .page-business .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(26.02493vw, 15.0255vw) translate(43.30127%, 25%) translate(17.32051px, 10px);
        -ms-transform: translate(-50%, -50%) translate(26.02493vw, 15.0255vw) translate(43.30127%, 25%) translate(17.32051px, 10px);
        transform: translate(-50%, -50%) translate(26.02493vw, 15.0255vw) translate(43.30127%, 25%) translate(17.32051px, 10px);
    }
    .page-business .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(15.0255vw, 26.02493vw) translate(25%, 43.30127%) translate(10px, 17.32051px);
        -ms-transform: translate(-50%, -50%) translate(15.0255vw, 26.02493vw) translate(25%, 43.30127%) translate(10px, 17.32051px);
        transform: translate(-50%, -50%) translate(15.0255vw, 26.02493vw) translate(25%, 43.30127%) translate(10px, 17.32051px);
    }
    .page-business .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(0vw, 30.051vw) translate(0%, 50%) translate(0px, 20px);
        -ms-transform: translate(-50%, -50%) translate(0vw, 30.051vw) translate(0%, 50%) translate(0px, 20px);
        transform: translate(-50%, -50%) translate(0vw, 30.051vw) translate(0%, 50%) translate(0px, 20px);
    }
    .page-business .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-15.0255vw, 26.02493vw) translate(-25%, 43.30127%) translate(-10px, 17.32051px);
        -ms-transform: translate(-50%, -50%) translate(-15.0255vw, 26.02493vw) translate(-25%, 43.30127%) translate(-10px, 17.32051px);
        transform: translate(-50%, -50%) translate(-15.0255vw, 26.02493vw) translate(-25%, 43.30127%) translate(-10px, 17.32051px);
    }
    .page-business .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-26.02493vw, 15.0255vw) translate(-43.30127%, 25%) translate(-17.32051px, 10px);
        -ms-transform: translate(-50%, -50%) translate(-26.02493vw, 15.0255vw) translate(-43.30127%, 25%) translate(-17.32051px, 10px);
        transform: translate(-50%, -50%) translate(-26.02493vw, 15.0255vw) translate(-43.30127%, 25%) translate(-17.32051px, 10px);
    }
    .page-business .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-30.051vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
        -ms-transform: translate(-50%, -50%) translate(-30.051vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
        transform: translate(-50%, -50%) translate(-30.051vw, 0vw) translate(-50%, 0%) translate(-20px, 0px);
    }
    .page-business .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-26.02493vw, -15.0255vw) translate(-43.30127%, -25%) translate(-17.32051px, -10px);
        -ms-transform: translate(-50%, -50%) translate(-26.02493vw, -15.0255vw) translate(-43.30127%, -25%) translate(-17.32051px, -10px);
        transform: translate(-50%, -50%) translate(-26.02493vw, -15.0255vw) translate(-43.30127%, -25%) translate(-17.32051px, -10px);
    }
    .page-business .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(-15.0255vw, -26.02493vw) translate(-25%, -43.30127%) translate(-10px, -17.32051px);
        -ms-transform: translate(-50%, -50%) translate(-15.0255vw, -26.02493vw) translate(-25%, -43.30127%) translate(-10px, -17.32051px);
        transform: translate(-50%, -50%) translate(-15.0255vw, -26.02493vw) translate(-25%, -43.30127%) translate(-10px, -17.32051px);
    }
    .page-business .circle-nav-marker:nth-of-type(1) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0s;
    }
    .page-business .circle-nav-marker:nth-of-type(2) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0.2s;
    }
    .page-business .circle-nav-marker:nth-of-type(3) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0.4s;
    }
    .page-business .circle-nav-marker:nth-of-type(4) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0.6s;
    }
    .page-business .circle-nav-marker:nth-of-type(5) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 0.8s;
    }
    .page-business .circle-nav-marker:nth-of-type(6) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1s;
    }
    .page-business .circle-nav-marker:nth-of-type(7) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1.2s;
    }
    .page-business .circle-nav-marker:nth-of-type(8) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1.4s;
    }
    .page-business .circle-nav-marker:nth-of-type(9) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1.6s;
    }
    .page-business .circle-nav-marker:nth-of-type(10) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 1.8s;
    }
    .page-business .circle-nav-marker:nth-of-type(11) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 2s;
    }
    .page-business .circle-nav-marker:nth-of-type(12) span {
        transition: -webkit-transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition: transform 0.8s cubic-bezier(0.5, -0.5, 0.5, 3);
        transition-delay: 2.2s;
    }
}

@media screen and (orientation: portrait) and (max-width: 959px),
screen and (max-width: 959px) and (max-width: 959px) {
    .page-business .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(21.24927vw, -21.24927vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(21.24927vw, -21.24927vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(21.24927vw, -21.24927vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-30vh, -18.051vh) translate(0%, -50%) translate(0px, -26px);
        -ms-transform: translate(-50%, -50%) translate(-30vh, -18.051vh) translate(0%, -50%) translate(0px, -26px);
        transform: translate(50%, -50%) translate(-33vh, 3.2vh);
    }
    .page-business .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business .circle-nav[data-active="0"]::after {
        -webkit-transform: rotate(105deg);
        -ms-transform: rotate(105deg);
        transform: rotate(105deg);
    }
    .page-business .circle-nav[data-active="0"] .circle-nav-outline {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    .page-business .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(21.24927vw, 21.24927vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(21.24927vw, 21.24927vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(21.24927vw, 21.24927vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business .circle-nav[data-active="1"]::after {
        -webkit-transform: rotate(-165deg);
        -ms-transform: rotate(-165deg);
        transform: rotate(-165deg);
    }
    .page-business .circle-nav[data-active="1"] .circle-nav-outline {
        -webkit-transform: rotate(105deg);
        -ms-transform: rotate(105deg);
        transform: rotate(105deg);
    }
    .page-business .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-21.24927vw, 21.24927vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-21.24927vw, 21.24927vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(-32.24927vw, -2.75073vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav[data-active="2"]::after {
        -webkit-transform: rotate(-75deg);
        -ms-transform: rotate(-75deg);
        transform: rotate(-75deg);
    }
    .page-business .circle-nav[data-active="2"] .circle-nav-outline {
        -webkit-transform: rotate(195deg);
        -ms-transform: rotate(195deg);
        transform: rotate(195deg);
    }
    .page-business .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-21.24927vw, -21.24927vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-21.24927vw, -21.24927vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(44.24927vw, -5.24927vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
    }

    .page-business .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav[data-active="3"]::after {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    .page-business .circle-nav[data-active="3"] .circle-nav-outline {
        -webkit-transform: rotate(285deg);
        -ms-transform: rotate(285deg);
        transform: rotate(285deg);
    }
    .page-business .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(21.24927vw, -21.24927vw) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(21.24927vw, -21.24927vw) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(21.24927vw, -21.24927vw) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
    }
    .page-business .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(29.02704vw, -7.77777vw) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
        -ms-transform: translate(-50%, -50%) translate(29.02704vw, -7.77777vw) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
        transform: translate(-50%, -50%) translate(29.02704vw, -7.77777vw) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
    }
    .page-business .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(29.02704vw, 7.77777vw) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
        -ms-transform: translate(-50%, -50%) translate(29.02704vw, 7.77777vw) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
        transform: translate(-50%, -50%) translate(29.02704vw, 7.77777vw) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
    }
    .page-business .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(21.24927vw, 21.24927vw) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(21.24927vw, 21.24927vw) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(21.24927vw, 21.24927vw) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
    }
    .page-business .circle-nav-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(7.77777vw, 29.02704vw) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
        -ms-transform: translate(-50%, -50%) translate(7.77777vw, 29.02704vw) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
        transform: translate(-50%, -50%) translate(-25.22223vw, 21.02704vw) translate(12.94095%, 48.29629%) translate(5.17638px, 19.31852px);
    }
    .page-business .circle-nav-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) translate(-7.77777vw, 29.02704vw) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
        -ms-transform: translate(-50%, -50%) translate(-7.77777vw, 29.02704vw) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
        transform: translate(-50%, -50%) translate(-30.77777vw, 0.02704vw) translate(-12.94095%, 48.29629%) translate(-5.17638px, 19.31852px);
    }
    .page-business .circle-nav-marker:nth-of-type(7) {
        -webkit-transform: translate(-50%, -50%) translate(-21.24927vw, 21.24927vw) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-21.24927vw, 21.24927vw) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(-20.24927vw, -24.75073vw) translate(-35.35534%, 35.35534%) translate(-14.14214px, 14.14214px);
    }
    .page-business .circle-nav-marker:nth-of-type(8) {
        -webkit-transform: translate(-50%, -50%) translate(-29.02704vw, 7.77777vw) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
        -ms-transform: translate(-50%, -50%) translate(-29.02704vw, 7.77777vw) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
        transform: translate(-50%, -50%) translate(-29.02704vw, 7.77777vw) translate(-48.29629%, 12.94095%) translate(-19.31852px, 5.17638px);
    }
    .page-business .circle-nav-marker:nth-of-type(9) {
        -webkit-transform: translate(-50%, -50%) translate(-29.02704vw, -7.77777vw) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
        -ms-transform: translate(-50%, -50%) translate(-29.02704vw, -7.77777vw) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
        transform: translate(-50%, -50%) translate(-29.02704vw, -7.77777vw) translate(-48.29629%, -12.94095%) translate(-19.31852px, -5.17638px);
    }
    .page-business .circle-nav-marker:nth-of-type(10) {
        -webkit-transform: translate(-50%, -50%) translate(-21.24927vw, -21.24927vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(-21.24927vw, -21.24927vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(-21.24927vw, -21.24927vw) translate(-35.35534%, -35.35534%) translate(-14.14214px, -14.14214px);
    }
    .page-business .circle-nav-marker:nth-of-type(11) {
        -webkit-transform: translate(-50%, -50%) translate(-7.77777vw, -29.02704vw) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
        -ms-transform: translate(-50%, -50%) translate(-7.77777vw, -29.02704vw) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
        transform: translate(-50%, -50%) translate(-7.77777vw, -29.02704vw) translate(-12.94095%, -48.29629%) translate(-5.17638px, -19.31852px);
    }
    .page-business .circle-nav-marker:nth-of-type(12) {
        -webkit-transform: translate(-50%, -50%) translate(7.77777vw, -29.02704vw) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
        -ms-transform: translate(-50%, -50%) translate(7.77777vw, -29.02704vw) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
        transform: translate(-50%, -50%) translate(7.77777vw, -29.02704vw) translate(12.94095%, -48.29629%) translate(5.17638px, -19.31852px);
    }
}

@media screen and (orientation: portrait) and (max-width: 959px) and (max-height: 415px) and (orientation: landscape),
screen and (max-width: 959px) and (max-width: 959px) and (max-height: 415px) and (orientation: landscape),
screen and (orientation: portrait) and (max-width: 599px),
(max-width: 959px) and (max-width: 599px) {
    .page-business .circle-nav-item:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(18.06188vw, -18.06188vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(18.06188vw, -18.06188vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(18.06188vw, -18.06188vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(1) .circle-nav-sub {
        bottom: 5px;
        right: 20px;
    }
    .page-business .circle-nav-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) translate(16.57443vw, -16.57443vw) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        -ms-transform: translate(-50%, -50%) translate(16.57443vw, -16.57443vw) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
        transform: translate(-50%, -50%) translate(16.57443vw, -16.57443vw) translate(35.35534%, -35.35534%) translate(14.14214px, -14.14214px);
    }
    .page-business .circle-nav-item:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(18.06188vw, 18.06188vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(18.06188vw, 18.06188vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(18.06188vw, 18.06188vw) translate(35.35534%, 35.35534%) translate(18.38478px, 18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(2) .circle-nav-sub {
        bottom: 5px;
        left: 20px;
    }
    .page-business .circle-nav-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) translate(22.64109vw, -6.06666vw) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
        -ms-transform: translate(-50%, -50%) translate(22.64109vw, -6.06666vw) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
        transform: translate(-50%, -50%) translate(22.64109vw, -6.06666vw) translate(48.29629%, -12.94095%) translate(19.31852px, -5.17638px);
    }
    .page-business .circle-nav-item:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vw, 18.06188vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vw, 18.06188vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
        transform: translate(-50%, -50%) translate(-18.06188vw, 18.06188vw) translate(-35.35534%, 35.35534%) translate(-18.38478px, 18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(3) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) translate(22.64109vw, 6.06666vw) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
        -ms-transform: translate(-50%, -50%) translate(22.64109vw, 6.06666vw) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
        transform: translate(-50%, -50%) translate(22.64109vw, 6.06666vw) translate(48.29629%, 12.94095%) translate(19.31852px, 5.17638px);
    }
    .page-business .circle-nav-item:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(-18.06188vw, -18.06188vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(-18.06188vw, -18.06188vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(-18.06188vw, -18.06188vw) translate(-35.35534%, -35.35534%) translate(-18.38478px, -18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(4) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-business .circle-nav-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) translate(16.57443vw, 16.57443vw) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        -ms-transform: translate(-50%, -50%) translate(16.57443vw, 16.57443vw) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
        transform: translate(-50%, -50%) translate(16.57443vw, 16.57443vw) translate(35.35534%, 35.35534%) translate(14.14214px, 14.14214px);
    }
    .page-business .circle-nav-item:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) translate(18.06188vw, -18.06188vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        -ms-transform: translate(-50%, -50%) translate(18.06188vw, -18.06188vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
        transform: translate(-50%, -50%) translate(18.06188vw, -18.06188vw) translate(35.35534%, -35.35534%) translate(18.38478px, -18.38478px);
    }
    .page-business .circle-nav-item:nth-of-type(5) .circle-nav-sub {
        top: 10px;
        left: 20px;
    }
    .page-

@media screen and (max-width: 479px) and (orientation: portrait) {
    .news-feed .date {
        margin-top: .4rem;
        min-width: 5rem;
        font-size: .9rem;
    }
    .news-feed .date span:first-child {
        margin-right: 6px;
        font-size: 2.2rem;
    }
    .news-feed .date span:nth-child(2) {
        margin-top: 1px;
        margin-bottom: 2px;
    }
    .news-feed h2 {
        margin-left: 6rem;
        font-size: 1.4rem;
    }
    .news-feed .category {
        margin-left: 6rem;
    }
    .news-feed p {
        font-size: 1.2rem;
    }
}

.press-center {
    padding-left: 20vw;
}

.press-center-person {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
}

.press-center-person .section-img {
    margin-left: -20vw;
    margin-right: 3.4vw;
    width: 16.6vw;
    height: 16.6vw;
}

.press-center-person .section-img img {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.press-center-position {
    font-size: 1.4rem;
    color: #999;
}

.press-center-contacts span {
    font-weight: 700;
    color: #000;
}

.press-center-letter h3 {
    margin-top: 40px;
    margin-bottom: 20px;
}

.press-center-letter ul {
    margin-top: 10px;
    margin-bottom: 10px;
}

.press-center-letter ul.notes {
    list-style: none;
    padding-left: 0;
    margin-top: 2rem;
    padding-top: 1rem;
    padding-left: 2rem;
    font-size: 1.2rem;
    border-top: 1px solid rgba(153, 153, 153, 0.25);
}

.press-center-letter ul.notes li::before {
    content: '—';
    margin-right: 1rem;
}

.press-center-letter ul.notes li+li {
    margin-top: .5rem;
}

.press-center-letter li+li {
    margin-top: 20px;
}

.press-center .js-form-success {
    padding-top: 10vh;
    padding-bottom: 10vh;
}

.press-center .js-form-success .h3 {
    color: #ff2400;
}

.press-center .js-form-fail {
    font-weight: 400;
    color: #ff2400;
}

.download h2 {
    margin-bottom: 20px;
}

.download-items {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
}

.download-items li+li {
    margin-top: 20px;
}

.download-items a {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
}

.download-items a:hover span {
    background-color: #000;
}

.download-items a:hover .icon {
    opacity: 0;
}

.download-items a:hover .icon-download {
    opacity: 1;
    -webkit-transform: scale(1) translateX(-50%);
    -ms-transform: scale(1) translateX(-50%);
    transform: scale(1) translateX(-50%);
    transition: opacity 0.2s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

.download-items span {
    margin-right: 35px;
    width: 90px;
    min-width: 90px;
    height: 90px;
    min-height: 90px;
}

.download-items .icon {
    fill: #fff;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

.download-items .icon-download {
    opacity: 0;
}

.partners {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 74.5vw;
}

.partners .section-img {
    margin-left: 1vw;
    margin-right: 1vw;
    margin-bottom: 2vw;
    width: 16.5vw;
    height: 16.5vw;
    border: 1px solid #999;
}

.partners .section-img img {
    width: 80%;
    max-width: 80%;
    height: auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
    transition: transform 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99), filter 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99);
    transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99), -webkit-filter 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99), -webkit-transform 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99), filter 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

.partners .section-img:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-filter: none;
    filter: none;
}

@media screen and (max-width: 1179px) {
    .partners {
        width: 60vmax;
    }
    .partners .section-img {
        margin: 0 3vmax 4vmax;
        width: 13.5vmax;
        height: 13.5vmax;
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) {
    .partners {
        width: 80vmax;
    }
    .partners .section-img {
        margin: 0 4vmax 4vmax;
        width: 18vmax;
        height: 18vmax;
    }
}

@media screen and (max-width: 479px) and (orientation: portrait) {
    .partners {
        width: 80vw;
    }
    .partners .section-img {
        margin: 0 4vw 4vw;
        width: 18vw;
        height: 18vw;
    }
}

.chronicle {
    list-style: none;
    padding-left: 0;
}

.chronicle li {
    position: relative;
    padding-left: 10vw;
}

.chronicle li+li {
    margin-top: 3.5vw;
}

.chronicle li time {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 2rem;
    font-weight: 700;
    color: #999;
}

.chronicle li time::before {
    content: '‘';
}

.chronicle li.milestone time {
    font-size: 4rem;
    color: #000;
}

.chronicle li.milestone time::before {
    content: none;
}

@media screen and (max-width: 1179px) {
    .chronicle li {
        padding-left: 15vw;
    }
}

@media screen and (max-width: 959px) {
    .chronicle li.milestone time {
        font-size: 3rem;
    }
}

@media screen and (orientation: portrait),
(max-width: 959px) {
    .chronicle li {
        padding-left: 20vw;
    }
}

.mission {
    position: relative;
    width: 88vw;
    height: 88vw;
}

@media (min-width: 480px) and (max-width: 959px) {
    .mission {
        height: 186vw;
    }
    .mission-circle {
        -webkit-flex: 0 0 180vw;
        -ms-flex: 0 0 180vw;
        flex: 0 0 180vw;
        height: 186vw;
    }
    .mission-items {
        padding-top: 33%;
        padding-left: 35%;
        padding-right: 25%;
    }
}

.mission-circle {
    background-color: #ff2400;
    border-radius: 50%;
}

.mission li {
    list-style: none;
    padding-left: 0;
}

.mission-title {
    display: block;
    margin-bottom: 10px;
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
}

.mission-text {
    line-height: 1.6;
    font-size: 1.65rem;
    font-weight: 400;
    color: #fff;
}

@media screen and (min-width: 1180px) {
    .mission::before {
        content: '';
        position: absolute;
        z-index: 0;
        top: 50%;
        left: 50%;
        margin-top: -44vw;
        margin-left: -44vw;
        width: 88vw;
        height: 88vw;
        background-color: #ff2400;
        border-radius: 50%;
        display: block;
    }
    .mission-circle {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -16vw;
        margin-left: -16vw;
        width: 32vw;
        height: 32vw;
        border: 1px solid #fff;
    }
    .mission-circle::after {
        content: '';
        position: absolute;
        top: 50px;
        right: 50px;
        bottom: 50px;
        left: 50px;
        background-color: #fff;
        border-radius: 50%;
    }
    .mission-item {
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 50%;
        width: 21.6vw;
    }
    .mission-item:nth-of-type(1) {
        text-align: left;
        -webkit-transform: translateX(-50%) rotate(135deg) translateY(-16vw) rotate(-135deg) translate(15.83919vw, -1rem);
        -ms-transform: translateX(-50%) rotate(135deg) translateY(-16vw) rotate(-135deg) translate(15.83919vw, -1rem);
        transform: translateX(-50%) rotate(135deg) translateY(-16vw) rotate(-135deg) translate(15.83919vw, -1rem);
    }
    .mission-item:nth-of-type(2) {
        text-align: right;
        -webkit-transform: translateX(-50%) rotate(225deg) translateY(-16vw) rotate(-225deg) translate(-15.83919vw, -1rem);
        -ms-transform: translateX(-50%) rotate(225deg) translateY(-16vw) rotate(-225deg) translate(-15.83919vw, -1rem);
        transform: translateX(-50%) rotate(225deg) translateY(-16vw) rotate(-225deg) translate(-15.83919vw, -1rem);
    }
    .mission-item:nth-of-type(3) {
        text-align: right;
        -webkit-transform: translateX(-50%) rotate(315deg) translateY(-16vw) rotate(-315deg) translate(-15.83919vw, -1rem);
        -ms-transform: translateX(-50%) rotate(315deg) translateY(-16vw) rotate(-315deg) translate(-15.83919vw, -1rem);
        transform: translateX(-50%) rotate(315deg) translateY(-16vw) rotate(-315deg) translate(-15.83919vw, -1rem);
    }
    .mission-item:nth-of-type(4) {
        text-align: left;
        -webkit-transform: translateX(-50%) rotate(45deg) translateY(-16vw) rotate(-45deg) translate(15.83919vw, -1rem);
        -ms-transform: translateX(-50%) rotate(45deg) translateY(-16vw) rotate(-45deg) translate(15.83919vw, -1rem);
        transform: translateX(-50%) rotate(45deg) translateY(-16vw) rotate(-45deg) translate(15.83919vw, -1rem);
    }
    .mission-item:nth-of-type(5) {
        text-align: left;
        -webkit-transform: translateX(-50%) rotate(135deg) translateY(-16vw) rotate(-135deg) translate(15.83919vw, -1rem);
        -ms-transform: translateX(-50%) rotate(135deg) translateY(-16vw) rotate(-135deg) translate(15.83919vw, -1rem);
        transform: translateX(-50%) rotate(135deg) translateY(-16vw) rotate(-135deg) translate(15.83919vw, -1rem);
    }
    .mission-item:nth-of-type(6) {
        text-align: right;
        -webkit-transform: translateX(-50%) rotate(225deg) translateY(-16vw) rotate(-225deg) translate(-15.83919vw, -1rem);
        -ms-transform: translateX(-50%) rotate(225deg) translateY(-16vw) rotate(-225deg) translate(-15.83919vw, -1rem);
        transform: translateX(-50%) rotate(225deg) translateY(-16vw) rotate(-225deg) translate(-15.83919vw, -1rem);
    }
    .mission-marker {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-3px, -3px);
        -ms-transform: translate(-3px, -3px);
        transform: translate(-3px, -3px);
        width: 6px;
        height: 6px;
        background-color: #fff;
        border-radius: 50%;
    }
    .mission-marker:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) rotate(135deg) translateY(-16vw);
        -ms-transform: translate(-50%, -50%) rotate(135deg) translateY(-16vw);
        transform: translate(-50%, -50%) rotate(135deg) translateY(-16vw);
    }
    .mission-marker:nth-of-type(2) {
        -webkit-transform: translate(-50%, -50%) rotate(225deg) translateY(-16vw);
        -ms-transform: translate(-50%, -50%) rotate(225deg) translateY(-16vw);
        transform: translate(-50%, -50%) rotate(225deg) translateY(-16vw);
    }
    .mission-marker:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) rotate(315deg) translateY(-16vw);
        -ms-transform: translate(-50%, -50%) rotate(315deg) translateY(-16vw);
        transform: translate(-50%, -50%) rotate(315deg) translateY(-16vw);
    }
    .mission-marker:nth-of-type(4) {
        -webkit-transform: translate(-50%, -50%) rotate(405deg) translateY(-16vw);
        -ms-transform: translate(-50%, -50%) rotate(405deg) translateY(-16vw);
        transform: translate(-50%, -50%) rotate(405deg) translateY(-16vw);
    }
    .mission-marker:nth-of-type(5) {
        -webkit-transform: translate(-50%, -50%) rotate(495deg) translateY(-16vw);
        -ms-transform: translate(-50%, -50%) rotate(495deg) translateY(-16vw);
        transform: translate(-50%, -50%) rotate(495deg) translateY(-16vw);
    }
    .mission-marker:nth-of-type(6) {
        -webkit-transform: translate(-50%, -50%) rotate(585deg) translateY(-16vw);
        -ms-transform: translate(-50%, -50%) rotate(585deg) translateY(-16vw);
        transform: translate(-50%, -50%) rotate(585deg) translateY(-16vw);
    }
}

@media screen and (min-width: 960px) and (max-width: 1179px) {
    .mission-circle {
        width: 90vw;
        height: 90vw;
    }
    .mission-items {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 30%;
        padding-left: 16%;
        padding-right: 10%;
    }
    .mission-item {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding-bottom: 5%;
    }
    .mission-item:nth-child(even) {
        padding-left: 5%;
    }
    .mission-item:nth-child(odd) {
        padding-right: 5%;
    }
}

@media screen and (max-width: 1179px) {
    .mission-circle {
        position: static;
        margin: 0;
        border: none;
    }
    .mission-circle::before,
    .mission-circle::after {
        display: none;
    }
    .mission-marker {
        display: none;
    }
    .mission-item {
        position: static;
    }
    .mission-item:nth-child(1) {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        text-align: left;
    }
    .mission-item:nth-child(2) {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        text-align: left;
    }
    .mission-item:nth-child(3) {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        text-align: left;
    }
    .mission-item:nth-child(4) {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        text-align: left;
    }
    .mission-item:nth-child(5) {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        text-align: left;
    }
    .mission-item:nth-child(6) {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        text-align: left;
    }
}

@media screen and (min-width: 600px) and (max-width: 959px) and (min-height: 416px) {
    .mission {
        height: 180vw;
    }
    .mission-circle {
        -webkit-flex: 0 0 180vw;
        -ms-flex: 0 0 180vw;
        flex: 0 0 180vw;
        height: 180vw;
    }
    .mission-items {
        padding-top: 28%;
        padding-left: 35%;
        padding-right: 25%;
    }
}

@media screen and (max-width: 959px) {
    .mission {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .mission-items {
        display: block;
    }
    .mission-item {
        margin-bottom: 5vw;
        padding: 0;
    }
}

@media (max-width: 700px) {
    .mission .mission-items {
        padding-top: 37%;
    }
}

@media screen and (max-width: 959px) and (max-height: 415px) and (orientation: landscape) {
    .mission {
        height: 170vw;
    }
    .mission-circle {
        -webkit-flex: 0 0 170vw;
        -ms-flex: 0 0 170vw;
        flex: 0 0 170vw;
        height: 100%;
    }
    .mission-items {
        padding-top: 25%;
        padding-left: 30%;
        padding-right: 25%;
    }
}

@media screen and (max-width: 479px) and (orientation: portrait) {
    .mission {
        height: 330vw;
    }
    .mission-circle {
        -webkit-flex: 0 0 330vw;
        -ms-flex: 0 0 330vw;
        flex: 0 0 330vw;
        height: 100%;
    }
    .mission-items {
        padding-top: 30%;
        padding-left: 37%;
        padding-right: 37%;
    }
}

.page {
    /*
     * Content which should be hidden when navigation is active
     */
    /*
     * Image, which is visible in the right top corner of the screen
     */
}

.page .hide-nav-active {
    transition: opacity 0.4s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

.page.js-nav-active .hide-nav-active {
    opacity: 0;
}

.page .screen-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 42.8vw;
    height: 42.8vw;
    -webkit-transform: translate(8%, -50%);
    -ms-transform: translate(8%, -50%);
    transform: translate(8%, -50%);
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
}

.page .page-header {
    padding-top: 8vw;
    margin-left: 11vw;
    z-index: 2;
    position: relative;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 479px) and (orientation: portrait) {
    .page .page-header {
        padding-top: 15vw;
    }
}

