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

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

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

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

.tns-outer {
    padding: 0 !important
}

.tns-outer [hidden] {
    display: none !important
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
    cursor: pointer
}

.tns-slider {
    transition: all 0s
}

.tns-slider>.tns-item {
    box-sizing: border-box
}

.tns-horizontal.tns-subpixel {
    white-space: nowrap
}

.tns-horizontal.tns-subpixel>.tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal
}

.tns-horizontal.tns-no-subpixel:after {
    content: "";
    display: table;
    clear: both
}

.tns-horizontal.tns-no-subpixel>.tns-item {
    float: left
}

.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
    margin-right: -100%
}

.tns-no-calc {
    position: relative;
    left: 0
}

.tns-gallery {
    position: relative;
    left: 0;
    min-height: 1px
}

.tns-gallery>.tns-item {
    position: absolute;
    left: -100%;
    transition: transform 0s, opacity 0s
}

.tns-gallery>.tns-slide-active {
    position: relative;
    left: auto !important
}

.tns-gallery>.tns-moving {
    transition: all .25s
}

.tns-autowidth {
    display: inline-block
}

.tns-lazy-img {
    transition: opacity .6s;
    opacity: .6
}

.tns-lazy-img.tns-complete {
    opacity: 1
}

.tns-ah {
    transition: height 0s
}

.tns-ovh {
    overflow: hidden
}

.tns-visually-hidden {
    position: absolute;
    left: -10000em
}

.tns-transparent {
    opacity: 0;
    visibility: hidden
}

.tns-fadeIn {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 0
}

.tns-normal,
.tns-fadeOut {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1
}

.tns-vpfix {
    white-space: nowrap
}

.tns-vpfix>div,
.tns-vpfix>li {
    display: inline-block
}

.tns-t-subp2 {
    margin: 0 auto;
    width: 310px;
    position: relative;
    height: 10px;
    overflow: hidden
}

.tns-t-ct {
    width: 2333.3333333%;
    width: -moz-calc(100% * 70 / 3);
    width: 2333.3333333333%;
    position: absolute;
    right: 0
}

.tns-t-ct:after {
    content: "";
    display: table;
    clear: both
}

.tns-t-ct>div {
    width: 1.4285714%;
    width: -moz-calc(100% / 70);
    width: 1.4285714286%;
    height: 10px;
    float: left
}

@font-face {
    font-display: swap;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    src: url("../../../fonts/inter-v18-latin-regular.woff2") format("woff2")
}

@font-face {
    font-display: swap;
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    src: url("../../../fonts/inter-v18-latin-600.woff2") format("woff2")
}

@font-face {
    font-display: swap;
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    src: url("../../../fonts/inter-v18-latin-700.woff2") format("woff2")
}

body {
    font-family: "Inter", sans-serif;
    background-color: #f8f8f8
}

section {
    padding: 48px 0
}

@media(min-width: 1200px) {
    section {
        padding: 64px 0
    }
}

button {
    transition: .3s ease
}

button:hover {
    transform: scale(1.05)
}

:root :where(a:where(:not(.wp-element-button))) {
    text-decoration: none
}

.desktop {
    display: none
}

@media(min-width: 1200px) {
    .desktop {
        display: inherit
    }
}

.mobile {
    display: inherit
}

@media(min-width: 1200px) {
    .mobile {
        display: none
    }
}

.container {
    margin: 0 24px
}

@media(min-width: 768px) {
    .container {
        margin: 0 48px
    }
}

@media(min-width: 1024px) {
    .container {
        margin: 0 64px
    }
}

@media(min-width: 1200px) {
    .container {
        margin: 0 120px
    }
}

@media(min-width: 1440px) {
    .container {
        margin-left: calc((100vw - 1200px)/2);
        margin-right: calc((100vw - 1200px)/2)
    }
}

.title {
    margin-bottom: 24px;
    text-align: center;
    font-weight: bold;
    color: #16256f;
    font-size: 28px;
    line-height: 32px
}

@media(min-width: 1024px) {
    .title {
        margin-bottom: 16px
    }
}

@media(min-width: 1200px) {
    .title {
        font-size: 36px;
        margin-bottom: 32px;
        line-height: 42px
    }
}

.subtitle {
    color: #f28c28;
    font-weight: 300;
    margin-bottom: 24px;
    line-height: 24px;
    font-size: 16px;
    text-align: center
}

@media(min-width: 1200px) {
    .subtitle {
        margin-bottom: 48px;
        font-size: 20px;
        line-height: 28px
    }
}

body {
    position: relative
}

.header {
    background-color: #f8f8f8;
    box-shadow: 1px 1px 5px 0px #85888c;
    position: sticky;
    top: 0;
    width: 100%;
    padding: 8px 0;
    z-index: 1000
}

@media(min-width: 1200px) {
    .header {
        padding: 16px 0
    }
}

.header .header__logo {
    cursor: pointer;
    height: 44px
}

.header .header__logo.logo__full {
    width: auto
}

.hamb,
.header .header__logo {
    transition: .3s ease-out
}

.hamb:hover,
.header .header__logo:hover {
    transform: scale(1.1);
    color: #ff6429
}

.logo__show {
    display: none
}

.nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background-color: #f8f8f8;
    overflow-y: auto;
    max-height: 0;
    transition: max-height .5s ease-out;
    z-index: 9999;
    margin: 0
}

@media(min-width: 768px) {
    .nav {
        margin-left: -48px
    }
}

@media(min-width: 1024px) {
    .nav {
        margin-left: -64px
    }
}

@media(min-width: 1200px) {
    .nav {
        overflow: inherit;
        max-height: inherit;
        top: 0;
        position: relative;
        float: right;
        width: -moz-fit-content;
        width: fit-content;
        background-color: rgba(0, 0, 0, 0);
        margin: 0
    }
}

.nav .menu .menu-item .submenu {
    background: #fff;
    list-style: none;
    padding: 10px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1)
}

@media(min-width: 1200px) {
    .nav .menu .menu-item .submenu {
        display: none;
        position: absolute;
        top: 100%;
        left: -12px;
        background-color: #f8f8f8;
        list-style: none;
        padding: 10px 0;
        box-shadow: 0 5px 5px rgba(0, 0, 0, .1)
    }
}

.nav .menu .menu-item .submenu li {
    padding: 16px;
    text-align: center;
    transition: .3s ease
}

.nav .menu .menu-item .submenu li:hover {
    transform: scale(1.1);
    background-color: #ff6429;
    border-radius: 4px
}

.nav .menu .menu-item .submenu li:hover a {
    color: #f8f8f8
}

.nav .menu .menu-item .submenu li a {
    text-decoration: none;
    color: #4c5366
}

.nav .menu .menu-item:hover .submenu {
    display: block
}

.menu__list {
    display: block;
    padding: 24px;
    color: #4c5366;
    background-color: #fff;
    margin-bottom: 4px;
    font-weight: 600;
    text-align: center;
    position: relative;
    transition: .3s ease-out
}

.menu__list:hover {
    background-color: #16256f;
    border-radius: 4px;
    color: #f8f8f8;
    transform: scale(1.1)
}

.header__button {
    margin: 0 24px;
    background-color: #ff6429;
    border-radius: 8px;
    color: #f8f8f8;
    position: absolute;
    bottom: 90px;
    width: calc(100vw - 96px);
    transition: .3s ease-out
}

.header__button:hover {
    transform: scale(1.03);
    background-color: #16256f
}

.hamb {
    cursor: pointer;
    float: right;
    padding-top: 23px
}

.hamb-line {
    background: #16256f;
    display: block;
    height: 3px;
    position: relative;
    width: 24px
}

.hamb-line::before,
.hamb-line::after {
    background: #16256f;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%
}

.hamb-line::before {
    top: 8px
}

.hamb-line::after {
    top: -8px
}

.side-menu {
    display: none
}

.side-menu:checked~nav {
    max-height: 100%
}

.side-menu:checked~.hamb .hamb-line {
    background: rgba(0, 0, 0, 0)
}

.side-menu:checked~.hamb .hamb-line::before {
    transform: rotate(-45deg);
    top: 0
}

.side-menu:checked~.hamb .hamb-line::after {
    transform: rotate(45deg);
    top: 0
}

@media(min-width: 1200px) {
    .header__logo {
        display: none
    }

    .logo__show {
        display: block
    }

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

    .nav {
        max-height: none;
        top: 0;
        position: relative;
        float: right;
        width: -moz-fit-content;
        width: fit-content;
        background-color: rgba(0, 0, 0, 0);
        margin: 0
    }

    .menu {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex
    }

    .menu .menu-item {
        position: relative
    }

    .menu .menu-item .submenu li {
        padding: 5px 20px
    }

    .menu .menu-item .submenu li a {
        text-decoration: none;
        color: #333
    }

    .menu .menu-item:hover .submenu {
        display: block
    }

    .menu__list {
        padding: 16px 24px;
        color: #4c5366;
        background-color: rgba(0, 0, 0, 0);
        margin-bottom: 0;
        font-weight: 600;
        text-align: center;
        position: relative;
        transition: .3s ease-out
    }

    .menu__list:hover {
        transform: scale(1.03)
    }

    .header__button {
        background-color: #ff6429;
        color: #fff;
        position: inherit;
        width: -moz-fit-content;
        width: fit-content;
        margin-right: 0
    }

    .hamb {
        display: none
    }
}

.cookie-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: auto;
    transition: transform .5s ease-out;
    transform: translateY(100%)
}

.cookie-modal.visible {
    transform: translateY(0)
}

@media(min-width: 1024px) {
    .cookie-modal .container {
        display: flex;
        align-items: flex-end;
        gap: 24px
    }
}

.cookie-modal .cookie__title {
    font-size: 18px;
    font-weight: 700;
    color: #16256f;
    margin-bottom: 12px
}

.cookie-modal .cookie__subtitle {
    font-size: 15px;
    line-height: 20px
}

.cookie-modal .cookie-modal-content {
    background-color: #fda;
    padding: 20px;
    border-top: 2px solid #f28c28;
    border-radius: 16px 16px 0 0;
    width: 100%;
    box-sizing: border-box
}

.cookie-modal #acceptCookies {
    display: block;
    width: 200px;
    border-radius: 4px;
    border: none;
    color: #f0f0f0;
    background-color: #16256f;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 16px;
    margin-top: 18px;
    margin: 18px auto;
    text-wrap: nowrap
}

@media(min-width: 1024px) {
    .cookie-modal #acceptCookies {
        margin: 0;
        flex: 1
    }
}

.cookie-modal #rejectCookies {
    display: block;
    width: 150px;
    border-radius: 4px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    padding: 13px 16px;
    margin-top: 18px;
    border: 1px solid #f28c28;
    margin: 18px auto 0
}

.newsletter {
    background-color: #16256f;
    padding: 40px 0;
    transition: .5s ease
}

.newsletter .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse
}

@media(min-width: 1024px) {
    .newsletter .container {
        flex-direction: row;
        gap: 112px
    }
}

.newsletter__img {
    border-radius: 10px;
    width: 100%
}

@media(min-width: 1024px) {
    .newsletter__img {
        height: 280px;
        width: auto
    }
}

.newsletter form {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    box-shadow: none
}

.newsletter__title {
    color: #f0f0f0;
    text-align: center;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700
}

@media(min-width: 1024px) {
    .newsletter__title {
        font-size: 32px;
        line-height: 48px;
        text-align: left
    }
}

.newsletter__subtitle {
    color: #f0f0f0;
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px
}

@media(min-width: 1024px) {
    .newsletter__subtitle {
        text-align: left
    }
}

@media(min-width: 1024px) {
    .newsletter__wrapper {
        display: flex;
        justify-content: left;
        gap: 20px
    }
}

.newsletter__wrapper p {
    margin: 0 auto;
    width: 100%;
    max-width: 600px
}

@media(min-width: 1024px) {
    .newsletter__wrapper p {
        margin: inherit
    }
}

@media(min-width: 1024px) {
    .newsletter__wrapper p:last-of-type {
        max-width: 180px
    }
}

.newsletter__input {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #e1e4ed;
    box-shadow: 0px 1px 4px 0px rgba(25, 33, 61, .08);
    font-size: 14px;
    padding: 14px;
    box-sizing: border-box
}

.newsletter__button {
    display: block;
    width: 100%;
    border-radius: 4px;
    border: none;
    color: #f0f0f0;
    background-color: #f28c28;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 16px;
    margin-top: 18px
}

@media(min-width: 1024px) {
    .newsletter__button {
        margin-top: 0;
        max-width: 180px
    }
}

.newsletter__success-text {
    display: none;
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700
}

@media(min-width: 1024px) {
    .newsletter__success-text {
        font-size: 32px;
        line-height: 48px
    }
}

.newsletter .wpcf7-response-output {
    border-color: #f28c28;
    background: #f28c28;
    border-radius: 4px;
    padding: 10px;
    color: #fff;
    text-align: center;
    margin: 10px
}

.newsletter.success {
    background-color: #fda
}

.newsletter.success .newsletter__title {
    display: none
}

.newsletter.success .newsletter__subtitle {
    display: none
}

.newsletter.success .newsletter__wrapper {
    display: none
}

.newsletter.success .newsletter__success-text {
    display: block;
    margin: 0
}

.newsletter.success .wpcf7-response-output {
    color: #222e3d;
    background-color: rgba(0, 0, 0, 0);
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    border: none;
    margin: 0
}

@media(min-width: 1024px) {
    .newsletter.success .wpcf7-response-output {
        font-size: 32px;
        line-height: 48px
    }
}

.footer {
    padding: 64px 16px 72px
}

.footer .instutional {
    display: flex;
    flex-direction: column;
    align-items: center
}

@media(min-width: 1200px) {
    .footer .instutional {
        max-width: 354px;
        align-items: start;
        justify-content: center
    }
}

.footer .institutional__logo {
    width: 88px;
    height: auto;
    margin-bottom: 24px;
    transition: .3s ease
}

.footer .institutional__logo:hover {
    transform: scale(1.1)
}

.footer .institutional__slongan {
    text-align: center;
    line-height: 24px;
    margin-bottom: 32px
}

.footer .social__media_logo {
    width: 24px;
    border-radius: 4px;
    margin-right: 16px;
    transition: .3s ease
}

.footer .social__media_logo:hover {
    transform: scale(1.25)
}

.footer .sitemap__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr
}

.footer .sitemap__column {
    margin-top: 32px;
    text-align: center
}

.footer .sitemap__page {
    color: #6d758f;
    font-size: 16px;
    cursor: pointer;
    font-weight: 600;
    margin-bottom: 32px;
    transition: .3s ease
}

.footer .sitemap__page:hover {
    transform: scale(1.1)
}

.footer .sitemap__section {
    color: #c7cad1;
    margin-bottom: 24px;
    cursor: pointer
}

.footer .stamps {
    display: flex;
    margin: 32px 0 24px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 24px
}

.footer .stamp__logo {
    height: 100px
}

.footer .copyright__text {
    color: #c7cad1;
    line-height: 24px;
    text-align: center;
    font-size: 16px
}

.footer .copyright__link {
    color: #6d758f;
    text-decoration: underline;
    transition: .3s ease
}

.footer .copyright__link:hover {
    transform: scale(1.1)
}

@media(min-width: 768px) {
    .footer .sitemap__wrapper {
        display: flex;
        justify-content: space-around
    }

    .footer .sitemap__column:last-child {
        margin-top: 32px
    }

    .footer .stamps {
        margin: 32px 0 32px;
        gap: 32px
    }
}

@media(min-width: 1200px) {
    .footer .footer {
        padding-bottom: 16px
    }

    .footer .footer__wrapper {
        display: flex;
        justify-content: space-between;
        margin-bottom: 56px
    }

    .footer .institutional__slongan {
        text-align: left
    }

    .footer .sitemap__wrapper {
        display: flex;
        justify-content: space-around;
        gap: 72px
    }

    .footer .stamps {
        display: flex;
        margin: 32px 0 24px;
        align-items: center;
        justify-content: flex-end;
        gap: 48px
    }
}

.footer .footer__contact-wrapper {
    margin: 32px 0
}

@media(min-width: 1200px) {
    .footer .footer__contact-wrapper {
        margin: 40px 0;
        display: flex;
        justify-content: space-between
    }
}