@font-face {
    font-family: "Stem-Thin";
    src: url("fonts/Stem/Stem-Thin.otf");
    src: local("Stem Thin"), local("Stem-Thin"), url("fonts/Stem/Stem-Thin.otf") format("embedded-opentype"), url("fonts/Stem/Stem-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: "Stem-ExtraLight";
    src: url("fonts/Stem/Stem-ExtraLight.otf");
    src: local("Stem Extra Light"), local("Stem-ExtraLight"), url("fonts/Stem/Stem-ExtraLight.otf") format("embedded-opentype"), url("fonts/Stem/Stem-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: "Stem-SemiLight";
    src: url("fonts/Stem-SemiLight.eot");
    src: local("Stem Semi Light"), local("Stem-SemiLight"), url("fonts/Stem-SemiLight.eot?#iefix") format("embedded-opentype"), url("fonts/Stem-SemiLight.woff2") format("woff2"), url("/local/templates/main/css/../fonts/Stem-SemiLight.woff") format("woff"), url("/local/templates/main/css/../fonts/Stem-SemiLight.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Stem-Light";
    src: url("fonts/Stem/stem-new/stem_light.otf");
    src: url("fonts/Stem/stem-new/stem_light.woff2") format("woff2"), url("fonts/Stem/stem-new/stem_light.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Stem-Regular";
    src: url("fonts/Stem/stem-new/stem_regular.otf");
    src: url("fonts/Stem/stem-new/stem_regular.woff2") format("woff2"), url("fonts/Stem/stem-new/stem_regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Stem-Medium";
    src: url("fonts/Stem/stem-new/stem_medium.otf");
    src: url("fonts/Stem/stem-new/stem_medium.woff2") format("woff2"), url("fonts/Stem/stem-new/stem_medium.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Stem-Bold";
    src: url("fonts/Stem/stem-new/stem_bold.otf");
    src: url("fonts/Stem/stem-new/stem_bold.woff2") format("woff2"), url("fonts/Stem/stem-new/stem_bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

html, body {
    margin: 0;
    padding: 0;
    position: relative;
    font: normal 18px "Stem-Light", Arial, Helvetica, sans-serif;
    color: #000000;
    background: #ffffff;
}
h1 {
    font-weight: 500;
    font-size: 120px;
    line-height: 80%;
    letter-spacing: -0.03em;
    font-family: Stem-Regular, serif;
    color: #FFFFFF;;
    margin: 32px 0;
}
a {
    font-size: 18px;
    line-height: 160%;
    text-decoration-line: underline;
    color: #0F4DBC;
    transition: all 0.3s;
}
p {
    font-size: 18px;
    line-height: 160%;
    font-weight: 300;
    margin: 0;
}
.header_blue {
    background-color: #002664;
    width: auto;
    position: relative;
    color: #fff;;
}
.header_logo {
    display: flex;
    align-items: center;
    padding-left: 44px;
    padding-top: 21px;
}
@media (max-width: 1080px) {
    .header_logo {
        padding: 24px;
        padding-top: 23px;
    }
}

.header_logo_icon {
    position: relative;
    display: flex;
    background-image: url("logo_oak.svg");
    width: 156px;
    height: 28px;
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
}
.container_nav {
    padding: 0 44px;
    margin: auto;
}

.title-media {
    margin: 0;
    padding: 44px 0 120px 0;
    font-family: Stem-Medium;
    font-size: 120px;
    line-height: 80%;
    letter-spacing: -0.03em;
}
@media (max-width: 1025px) {
    .title-media {
        font-family: Stem-Medium;
        font-size: 48px;
        line-height: 80%;
        display: flex;
        align-items: flex-end;
        letter-spacing: -0.03em;
        margin-left: 0;
        padding: 24px;
    }
}
@media (max-width: 1080px) {
    .title-media {
        margin-left: 24px;
    }
}
.main_container {
    padding: 0 44px;
    margin: auto;
}
@media (min-width: 1025px) {
    .pd-rl {
        padding: 0 111px;
    }
}
.lead-text {
    font-family: Stem-Regular, sans-serif;
    font-size: 28px;
    line-height: 120%;
    color: #002664;
    margin: 109px 0 43px 0;
    max-width: 79%;
}
.main_container p {
    font-size: 20px;
    line-height: 160%;
    font-weight: 300;
    margin: 0;
    font-family: "Stem-Regular";
}
.documents {
    background: rgba(160, 160, 160, 0.1);
    backdrop-filter: blur(25px);
    padding: 56px 43px 64px 45px;
    margin-top: 131px;
}
.document-item {
    margin-top: 37px;
}
.documents_title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.documents_title-box:hover .documents_title {
    color: #0F4DBC;
}
.documents_title-box:hover .documents_toggle-icon {
    border: 1px solid #0F4DBC;
    background-color: #0F4DBC;
}
.documents_title-box:hover .documents_toggle-icon::before, .documents_title-box:hover .documents_toggle-icon::after {
    background-color: white;
}
.documents_title {
    font-family: "Stem-Regular";
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 0;
    transition: color 0.3s;
}
.documents_toggle-icon {
    border: 1px solid #969696;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    min-width: 40px;
    position: relative;
    margin-top: -8px;
    transition: border 0.3s, background 0.3s;
}
.documents_toggle-icon:before {
    content: "";
    position: absolute;
    background-color: #002664;
    width: 23px;
    height: 1px;
    transition: background 0.3s;
    left: 50%;
    top: 50%;
    transform: translate(-50%) rotate(90deg);
}
.documents_toggle-icon:after {
    content: "";
    position: absolute;
    background-color: #002664;
    width: 23px;
    height: 1px;
    transition: background 0.3s;
    left: 50%;
    top: 50%;
    transform: translate(-50%);
}
.documents_body {
    margin-top: 32px;
    display: none;
    column-gap: 61px;
    row-gap: 20px;
    flex-wrap: wrap;
}
.documents .opened .documents_body {
    display: flex;
}
.documents_body .doc-item {
    display: flex;
    gap: 16px;
    text-decoration: none;
    cursor: pointer;
}
.documents_body .doc-item span {
    font-family: "Stem-Regular";
    font-size: 12px;
    line-height: 100%;
    max-width: 148px;
    color: #0F4DBC;
    align-self: start;
}
.documents hr {
    opacity: 0.3;
    border: 1px solid #000000;
    margin: 40px 0 48px 0;
}