body {
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');
    --wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');
    --wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');
    --wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');
    --wp--preset--duotone--midnight: url('#wp-duotone-midnight');
    --wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');
    --wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');
    --wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem
}

:where(.is-layout-flex) {
    gap: .5em
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em
}

@media (min-width:576px) {
    body {
        font-size: 16px
    }
}

@media (min-width:576px) {
    body {
        line-height: 1.5
    }
}

h1:not(.website-title) {
    font-weight: 700
}

h2 {
    font-weight: 700
}

.entry_content ul:not([class])>li:before, .entry_content ul>li:before {
    background-color: #250d59
}

body {
    color: #333
}

a {
    color: #250d59
}

a:active, a:focus, a:hover {
    color: #e66212
}

body.sidebar-none .entry_content, body.sidebar-none .entry_title {
    max-width: 1090px
}

.image-centered {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

* {
    font-family: Roboto, sans-serif;
    color: #f1f1f1
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, footer, header, main, nav {
    display: block
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active, a:hover {
    outline-width: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

img {
    border-style: none
}

input {
    font: inherit;
    margin: 0
}

input {
    overflow: visible
}

[type=checkbox] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

body {
    font-size: 15px;
    line-height: 1.4;
    color: #333;
    background-color: #000
}

@media (min-width:576px) {
    body {
        font-size: 16px;
        line-height: 1.5
    }
}

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

a {
    color: #428bca;
    cursor: pointer;
    text-decoration: none
}

a:active, a:focus, a:hover {
    color: #e66212;
    text-decoration: none;
    outline: 0
}

a:active, a:hover {
    outline: 0
}

h1, h2, h3 {
    font-family: inherit;
    font-weight: 400;
    line-height: 1.1;
    color: inherit
}

h1 {
    margin: 0 0 10px;
    font-size: 1.4em
}

@media (min-width:768px) {
    h1 {
        font-size: 1.6em
    }
}

@media (min-width:992px) {
    h1 {
        font-size: 2em
    }
}

h2 {
    font-size: 1.3em
}

@media (min-width:768px) {
    h2 {
        font-size: 1.4em
    }
}

@media (min-width:992px) {
    h2 {
        font-size: 1.5em
    }
}

h3 {
    font-size: 1.2em
}

@media (min-width:992px) {
    h3 {
        font-size: 1.3em
    }
}

h2, h3 {
    margin-top: 25px;
    margin-bottom: 10px
}

p {
    margin: 0 0 10px
}

.container {
    margin: 0 auto
}

@media (min-width:992px) {
    .container {
        width: 975px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.website-header {
    position: relative;
    background: #090f1e;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    margin: 20px auto 0;
    border-radius: 20px 20px 0 0;
}

.website-header:after {
    clear: both
}

@media (min-width:992px) {
    .website-header {
        min-height: 70px;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.website-header-inner {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.website-header-inner:after, .website-header-inner:before {
    content: " ";
    display: table;
    line-height: 0
}

.website-header-inner:after {
    clear: both
}

@media (min-width:992px) {
    .website-header-inner {
        padding-left: 40px;
        padding-right: 40px;
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.website-content {
    position: relative;
    display: block;
    padding: 30px 0;
    background: #273148;
    border-bottom: 1px solid #fff;
    border-radius: 20px;
}

@media (min-width:992px) {
    .website-content {
        margin-top: 0
    }
}

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

.cntnt-area {
    display: block;
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width:992px) {
    .cntnt-area {
        float: left;
        width: 620px;
        padding-right: 0
    }
}

@media (min-width:1200px) {
    .cntnt-area {
        width: 740px;
        padding-left: 40px
    }
}

.website-footer {
    position: relative;
    background: #090f1e;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center
}

.website-footer:after, .website-footer:before {
    content: " ";
    display: table;
    line-height: 0
}

.website-footer:after {
    clear: both
}

.entry_title {
    font-size: 18px;
    margin: 0 0 15px;
    font-weight: 700;
    line-height: 1.1
}

@media (min-width:576px) {
    .entry_title {
        font-size: 26px
    }
}

@media (min-width:768px) {
    .entry_title {
        font-size: 30px;
        margin-bottom: 20px
    }
}

.entry_content h2, .entry_content h3 {
    margin: 1.5em 0 .5em;
    word-wrap: break-word
}

.entry_content p {
    margin-bottom: 25px
}

.entry_content ul {
    margin: 1.7em 0 1.8em 1em;
    padding: 0;
    list-style: none
}

.entry_content ul li {
    padding-left: 40px;
    margin: .7em 0
}

.entry_content {
    padding-left: 0;
    word-wrap: break-word
}

.entry_content:after {
    content: "";
    display: block;
    clear: both
}

.table-adaptive {
    display: block;
    width: 100%;
    overflow-x: auto;
    margin: 0 auto 25px;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

body.sidebar-none .cntnt-area {
    float: none;
    width: auto;
    padding-right: 20px
}

@media (min-width:1200px) {
    body.sidebar-none .cntnt-area {
        padding-right: 40px
    }
}

body.sidebar-none .entry_content {
    padding-right: 0;
    margin-left: auto;
    margin-right: auto
}

body.sidebar-none .entry_title {
    margin-left: auto;
    margin-right: auto
}

.image-centered {
    width: auto;
    max-width: 100%;
    margin: 0 auto 25px
}

.entry_content p {
    font-size: 14px;
    line-height: 1.5
}

h1, h2, h3 {
    color: #00c194
}

.entry_content ul li {
    padding-left: 5px;
    font-size: 14px;
    margin-bottom: 10px;
    list-style: disc
}

.entry_content table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 25px;
    border-spacing: 0
}

.entry_content th {
    font-size: 14px;
    font-weight: 700;
    padding: 6px;
    text-align: left;
    border-left: 1px solid #31bc69;
    border-right: 1px solid #31bc69
}

.entry_content tr, td {
    border: 1px solid #31bc69;
    font-weight: 300;
    padding: 8px;
    font-size: 14px;
    background: #0e1525;
}

.anchors-section {
    border: 2px solid #31bc69;
    border-radius: 6px;
    padding: 12px;
    margin-bottom: 25px
}

.anchors-section span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px
}

#content #primary .anchors-section ul {
    margin: 0;
    padding: 0
}

.anchors-section ul li {
    margin-bottom: 12px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 15px
}

.anchors-section ul li * {
    line-height: 1
}

.anchors-section ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    line-height: 1.3
}

.anchors-section ul li a:hover {
    color: #31bc69
}

.left-part-navigation {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.top-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    height: 70px;
    width: 100%
}

.hamburger-menu {
    z-index: 9999;
    position: absolute;
    top: 0;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 80px 0 0
}

.hamburger-menu>li {
    margin: 0 1rem;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px
}

.hamburger-menu>li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: left
}

.menu-button-container {
    display: flex;
    height: 100%;
    width: 30px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

#menu-toggle {
    display: none
}

.menu-button, .menu-button::after, .menu-button::before {
    display: block;
    background-color: #fff;
    position: absolute;
    height: 4px;
    width: 30px;
    transition: transform .4s cubic-bezier(.23, 1, .32, 1);
    border-radius: 2px
}

.menu-button::before {
    content: "";
    margin-top: -8px
}

.menu-button::after {
    content: "";
    margin-top: 8px
}

#menu-toggle:checked+.menu-button-container .menu-button::before {
    margin-top: 0;
    transform: rotate(405deg)
}

#menu-toggle:checked+.menu-button-container .menu-button {
    background: rgba(255, 255, 255, 0)
}

#menu-toggle:checked+.menu-button-container .menu-button::after {
    margin-top: 0;
    transform: rotate(-405deg)
}

@media (min-width:100px) {
    .menu-button-container {
        display: flex
    }

    .hamburger-menu {
        margin-top: 70px;
        position: absolute;
        top: 0;
        left: 0;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center
    }

    #menu-toggle~.hamburger-menu li {
        height: 0;
        margin: 0;
        padding: 0;
        border: 0;
        transition: height .4s cubic-bezier(.23, 1, .32, 1)
    }

    #menu-toggle:checked~.hamburger-menu li {
        height: 2.5em;
        padding: .5em 1em;
        transition: height .4s cubic-bezier(.23, 1, .32, 1)
    }

    .hamburger-menu>li {
        display: flex;
        justify-content: flex-start;
        margin: 0;
        padding: .5em 0;
        width: 100%;
        color: #fff;
        background-color: #090f1e
    }

    .hamburger-menu>li:not(:last-child) {
        border-bottom: 1px solid #444
    }
}

.logotype {
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    margin-left: 8px;
}

.logotype span {
    font-size: 28px;
    color: #2693ea;
}

.actn-btns a, .btn-goto a {
    border-radius: .25rem;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 900;
    color: #000;
    -webkit-clip-path: polygon(0 0, 0 0, 100% 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 15px 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 100% 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 15px 100%, 0 100%);
    font-size: .7rem;
    line-height: 14px;
    letter-spacing: 1.1px;
    transition: .2s .1s;
    background-image: linear-gradient(to right, #fce45d, #fcda4c, #fdd13a, #fec726, #ffbc08);
    border: 0 solid;
    overflow: hidden;
    padding: 10px 25px
}

.actn-btns a:hover, .btn-goto a:hover {
    cursor: pointer;
    transition: all .3s ease-in;
    padding-right: 30px;
    padding-left: 30px
}

#content h1, #content h2, #content h3 {
    font-size: 28px;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 25px
}

#content h2 {
    font-size: 24px
}

#content h3 {
    font-size: 22px
}

.btn-goto {
    display: flex;
    margin: 40px 0;
    justify-content: center;
    align-items: center
}

.banner {
    text-align: center;
    margin-bottom: 40px;
}

.banner img {
    width: 100%;
    max-width: 481px;
    height: auto;
}

