/* ==========================
   CSS RESET
   ========================== */

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
        font-family: "Geist";
}

body {
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #FFFFFF;
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

input,
button,
textarea,
select {
    font: inherit;
    border: none;
    background: none;
    outline: none;
}
.flex-row {
    display: flex;
    flex-direction: row;
}
.flex-column {
    display: flex;
    flex-direction: column;
}

button {
    cursor: pointer;
}

a {
    text-decoration: none;
    color: inherit;
}

ul,
ol {
    list-style: none;
}

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


body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    color: #0B005C;
}

.relative{
    position: relative;
}
.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 0px;
}
.section .container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 0px;
}
.section_main-hero .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 0px;
}
footer .container{
      max-width: 1120px;
}
footer  * {
    color:#0B005C;
}
.header,
.footer {
    flex-shrink: 0;
}

.main {
    flex: 1 0 auto;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
a {
color: #0B005C;
transition: all 0.3s ease;
}

a:hover {
color: #0B005C;

}
header {
    height: 88px;
    position: absolute;
    width: 100%;
    
}
section.section.section_main-hero {
background: linear-gradient(257deg, rgba(102, 102, 102, 0) 38.25%, rgb(25 0 255 / 25%) 60.45%), url('./img/main_bg.png');

    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding-top: 88px;
        display: flex;
}
.investments section.section.section_main-hero {
background: linear-gradient(257deg, rgba(102, 102, 102, 0) 38.25%, rgb(39, 87, 114) 80.45%), url('/wp-content/uploads/2026/03/2ffef878457771fa672a9540b8a5f909e46a03ef-2.jpg');

    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding-top: 88px;
        display: flex;
}
.about section.section.section_main-hero {
background:  url('/wp-content/uploads/2026/03/6b09f7961a32e26bf42d24b95841815cf5043a3f.jpg');

    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    padding-top: 88px;
        display: flex;
}
section.section.section_main-hero *{
color: #fff;
}
.section_main-hero__bottom-right-buttons {
    display: flex;
    gap: 20px;
}
section.section.section_main-hero  h1{
max-width: 650px;
font-weight: 700;
font-style: ExtraBold;
font-size: 72px;
line-height: 72px;
letter-spacing: 0%;
vertical-align: middle;

}
section.section.section_main-hero  h3{
max-width: 650px;

font-weight: 400;
font-size: 30px;
line-height: 100%;
letter-spacing: 0%;
vertical-align: middle;


}
section.section.section_main-hero   p{

font-weight: 400;
font-style: Regular;
font-size: 16px;
line-height: 150%;
letter-spacing: 0%;

}
footer {
   background: #fff;

}
.orange{
    color: #ED611B !important;
}
.blue{
    color: #0B005C;
}
.bg_blue{
    background: linear-gradient(182.83deg, #0B005C 2.68%, #0B546D 84.93%);

}
.bg_orange{
    background: linear-gradient(180deg, #E94E00 0%, #DB7A49 100%);

}
.bg_blue2{
    background: #CFEBF4;

}
.width-500{
    width: 500px;
}
.gap-15{
    gap: 15px;
}
.flex-column{
    display: flex;
    flex-direction: column;
}
.flex-row{
    display: flex;
    flex-direction: row;
}
.href_active{
    color: #ED611B;
}
.text-center{
    text-align: center;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.margin-top-60 {
    margin-top: 60px;
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-top-15 {
    margin-top: 15px;
}
.margin-top-90 {
    margin-top: 90px !important;
}
.margin-bottom-15 {
    margin-bottom: 15px;
}
.margin-bottom-60 {
    margin-bottom: 60px !important;
}
.margin-bottom-30 {
    margin-bottom: 30px !important;
}
.margin-bottom-90 {
    margin-bottom: 90px;
}
.margin-bottom-180 {
    margin-bottom: 180px;
}
.padding-top-60 {
    padding-top: 60px;
}
.padding-bottom-60 {
    padding-bottom: 60px;
}
.padding-top-30 {
    padding-top: 30px;
}
.padding-bottom-30 {
    padding-bottom: 30px;
}
.padding-top-90 {
    padding-top: 90px;
}
.padding-bottom-90 {
    padding-bottom: 90px;
}
.margin-bottom-270{
    margin-bottom: 270px;
}
header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 100%;
   
}
header.header {
    display: flex;
    flex-direction: row;
    align-items: center;
    transition: all 0.3s ease;
}
.header__logo {
    width:160px;
}
.header__burger.mobile{
    display: none;
}
.header__logo a{
color: #fff;
    font-family: "Geist";
    font-weight: 400;
    font-size: 23px;
    line-height: 100%;
    letter-spacing: 0%;

}
nav.header__nav ul{
        display: flex;
    flex-direction: row;
    gap: 24px;
}
header.header.header_sticky {
    background: #0b005c;
        z-index: 9999;
}
.section_block_text_four__content {
    display: flex;
    flex-wrap: wrap;
    gap:22px;
}
.section_block_text_four__item {
    width: calc((100% / 2) - 22px);
    border-radius: 8px;
    padding-top: 42px;
    padding-right: 40px;
    padding-bottom: 48px;
    padding-left: 40px;
    gap: 32px;
    opacity: 1;
    display: flex;
    flex-direction: column;
        background: #F3F3F3;
}
.section_block_text_four_blocks h2{
    font-family: Geist;
font-weight: 800;
font-style: ExtraBold;
font-size: 40px;
leading-trim: CAP_HEIGHT;
line-height: 40px;
letter-spacing: 0%;
vertical-align: bottom;

}
.section_block_text_four__item.b_blue{
    background: #0B005C;
    color: #fff;
}
.section_block_text_four__item.b_blue span{
 background: #fff;
}
.section_block_text_four__item span{
    width: 48px;
    border-radius: 5px;
    height: 48px;
        display: flex;
    align-items: center;
    justify-content: center;
    background: #0B005C;
}
.section_main-hero__logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
p.section_main-hero__text {
    font-family: "Geist";
    font-weight: 600;
    font-size: 45px;
    line-height: 100%;
    letter-spacing: 49%;
    text-transform: uppercase;
    color: #0B005C;
        display: flex;
    flex-direction: row;
        justify-content: space-between;
}
p.section_main-hero__text span {
    margin-right: -2%;
}
.section_main-hero__bottom-left {
    color: #0B005C;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 60%;
}
.section_main-hero__bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.section_main-hero__bottom-right {
    width: 40%;
    text-align: center;
    justify-content: center;
    display: flex;
}
.btn {
    border-radius: 20px;
    opacity: 1;
    padding-top: 14px;
    padding-right: 18px;
    padding-bottom: 14px;
    padding-left: 18px;
    gap: 3px;
    box-shadow: 0px 1px 4px 0px #19213D14;
    display: flex;
    align-items: end;
    text-align: center;
    transition: all 0.3s ease;
        justify-content: center;

}
.btn:hover {
    transform: translateY(-2px);
    
}
.btn.btn-primary {
background: #fff;
color: #0B005C !important;
}
.btn.btn-secondary{
background: #fffff000;
color: #fff !important;
border: 1px solid #fff;
}
.section_main-hero__bottom-right-buttons .btn{
    width: 228px;
            height: 60px;
            align-items: center;
}
.header__nav a{
color:#fff;
}
.header__nav a:hover{
    color:#0B005C;
}
.section_block_text_four_blocks h3 {
    font-family: Geist;
    font-weight: 800;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
}
.section_block_text_four_blocks  p{
    font-family: Geist;
font-weight: 400;
font-style: Regular;
font-size: 14px;
leading-trim: CAP_HEIGHT;
line-height: 22px;
letter-spacing: 0%;

}
.section_block_title_images_blocks{
    background-image: url('./img/0e5ea2ba4e13cdc2f29c317a690759253b08e5be (1).png');
    background-size: cover;
    background-position: 0px -555px;
    background-repeat: no-repeat;
    color: #fff;
}
.section_block_lock_title_images__item_right .section_block_lock_title_images__item {
    width: 290px;
    height: 190px;
    display: flex;
    flex-direction: column;
    padding-top: 32px;
    padding-right: 24px;
    padding-bottom: 17px;
    padding-left: 24px;
    gap: 10px;
    opacity: 1;
    border-radius: 5px;
    box-shadow: inset 0px 0px 2px #fff;
    justify-content: space-between;
}
.section_block_lock_title_images__item {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    color: #fff;
    backdrop-filter: blur(10px)!important;
    width: 460px;
    height: 395px;
    display: flex;
    flex-direction: column;
    padding-top: 32px;
    padding-right: 24px;
    padding-bottom: 17px;
    padding-left: 24px;
    gap: 10px;
    opacity: 1;
    border-radius: 5px;
    box-shadow: inset 0px 0px 2px #fff;
    justify-content: space-between;
}
.footer__logo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.section_main-hero__left {
    font-family: Geist;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 48px;
    leading-trim: CAP_HEIGHT;
    line-height: 48px;
    letter-spacing: 0%;
    text-transform: capitalize;
}
dev.section_block_lock_title_images__item_left.relative h3{
font-size: 50px;
}
.section_block_lock_title_images__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.section_block_lock_title_images__content h2 {
font-family: Geist;
font-weight: 800;
font-style: ExtraBold;
font-size: 40px;
leading-trim: CAP_HEIGHT;
line-height: 36px;
letter-spacing: 0%;
vertical-align: bottom;

}
.section_block_lock_title_images__item h3{
font-family: Geist;
font-weight: 600;
font-style: SemiBold;
font-size: 40px;
leading-trim: CAP_HEIGHT;
line-height: 40px;
letter-spacing: 0%;

}
.section_block_lock_title_images__content>p{
    width: 536px;
}
.section_block_lock_title_images__content .section_block_lock_title_images__item p{
font-family: "Geist";
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    max-width: 536px;
    color: #fff;
    width: 100%;
    text-align: left;
    border-top: 1px solid #fff;
    padding-top: 20px;
}
.section_block_lock_title_images__content .section_block_lock_title_images__item_left p {
    width: 100%;
    left: 30px;
    bottom: 30px;
    font-family: Geist;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
}

.section_block_lock_title_images__content span{
    color: #E94E00;
}
.section_block_lock_title_images__content b{
    color: #0B005C;font-family: "Geist";
font-weight: 500;
font-style: Medium;
font-size: 20px;
line-height: 24px;
letter-spacing: 0%;
text-align: center;

}

.section_block_lock_title_images__item_left {
        width: 45%;
}
.section_block_lock_title_images__items {
    display: flex;
    gap: 10px;
}
.section_block_lock_title_images__item_right {
    display: flex;
    flex-wrap: wrap;
    width: 63%;
    gap: 15px;
}
.section_block_lock_title_images__content img{
    
}
.section_main-hero__bottom-left h2{
font-family: "Geist";
font-weight: 600;
font-size: 30px;
line-height: 100%;
letter-spacing: -5%;

}
.section_main-hero__bottom-left p{
    font-family: "Geist";
font-weight: 500;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
}
.section_block_text_list__content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
.section_block_text_list__left h2 {
    font-family: "Geist";
    font-weight: 500;
    font-size: 60px;
    line-height: 58px;
    letter-spacing: -5%;
    color: #0B005C;
    
}
.section_block_text_list__right p span{
    color: #ED611B;
}
.section_block_text_list__right p{
    font-family: "Geist";
font-weight: 600;
font-style: Semi Bold;
font-size: 20px;
line-height: 24px;
letter-spacing: 0%;
margin-bottom: 5px;
}
.section_block_text_list__right {
    color: #0B005C;  
    width: 100%;
   
}
.section_block_text_list__right ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.section_block_text_list__right  li{
    display:flex;
    align-items: center;
    gap: 5px;
}
.section_block_text_list__left {
    width: 100%;
     text-align: center;
}
.section_block_lock_title_three__content h2 {
    font-family: "Geist";
    font-weight: 500;
    font-size: 60px;
    line-height: 50px;
    letter-spacing: -5%;
    vertical-align: bottom;
    color: #0B005C;
    text-align: center;
}
.section_block_lock_title_three__items {
    display: flex;
    gap: 2%;
}
.section_block_lock_title_three__item {
    border-radius: 11.28px;
    opacity: 1;
    width: 33%;
    color: #fff;
    padding: 30px 60px 30px 25px;
    gap: 10px;
    display: flex;
    flex-direction: column;
}
.section_block_lock_title_three__item span {
    font-size: 30px;
    font-weight: 500;
}
.section_block_lock_title_three__item  p{
    font-family: "Geist";
font-weight: 500;
font-size: 18px;
line-height: 100%;
letter-spacing: -5%;

}
.section_block_lock_title_three__item h3{
    font-family: "Geist";
    font-weight: 500;
    font-size: 30px;
    line-height: 25px;
    width: 210px;
    letter-spacing: -5%;

}
.section_block_text_image_two__left span{
    color: #E94E00;
}
.section_block_text_image_two__content {
    display: flex;
gap: 40px;
    justify-content: space-between;
}
.section_block_text_image_two__left {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 25px;
    justify-content: start;
}
.section_block_text_image_two__right {
    width: 25%;
    border-radius: 10px;
    overflow: hidden;
}
.section_block_text_image_two__left h3 {
    color: #0B005C;
    font-family: "Geist";
    font-weight: 500;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -5%;
        max-width: 544px;
}
.contacts_block{
    background-image: url('./img/ContactV9.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.two_text_block .container{
        background-image: url('./img/ContactV9.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;    padding: 80px 60px;
}
.solar_bg{
        background-image: none !important;
}
.only_right_text {
    background-image: none !important;
}
.solar_bg .container{
    background-image: url('./img/Rectangle 71.png') !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;    padding: 80px 60px;
}
.section_block_image_only__right {
    background: #FFFFFF;
    border: 1px solid #E1E4ED;
    box-shadow: 0px 1px 4px 0px #19213D14;
    border-radius: 8px;
    border-width: 1px;
    width: 422px;
    padding: 30px;
}
.section_block_image_only__right .contacts {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.section_block_image_only__right .contact{
    display: flex;
    gap: 15px;
        align-items: center;
}
.section_block_image_only__right .contact img{
    width: 48px;
    height: 48px;
    border-radius: 4px;
    overflow: hidden;
}
.section_block_image_only__right .contact h5{
    font-family: "Geist";
font-weight: 400;
font-size: 14px;
line-height: 20px;
letter-spacing: 0%;
margin-bottom: 5px;
color: #0B005C;
}

.section_block_image_only__right p{
font-family: "Geist";
font-weight: 600;
font-size: 14px;
line-height: 20px;
letter-spacing: 0%;

    color: #0B005C;
}
.section_block_image_only__right h2{
    font-family: "Geist";
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -5%;
    color: #0B005C;
    margin-bottom: 25px;
}
.section_block_image_only__right .contact a{
    font-family: "Geist";
font-weight: 600;
font-size: 14px;
line-height: 20px;
letter-spacing: 0%;
color: #0B005C;
}
.section_block_image_only__content {
    display: flex;
    justify-content: end;
}
.section_block_image_only__right .contact div {
    display: flex;
    flex-direction: column;
        width: 80%;
}
.footer_middle {
    display: flex;
    justify-content: space-between;
}
footer a{
    color: #0B005C;
font-family: Geist;
font-weight: 400;
font-style: Regular;
font-size: 16px;
leading-trim: CAP_HEIGHT;
line-height: 22px;
letter-spacing: 0%;
text-align: center;

}
footer p{
    font-family: "Geist";

line-height: 24px;
letter-spacing: 0%;

}
.footer__contact_info ul{
    display: flex;
    flex-wrap: wrap;
    gap:22px;
}
.top_line.b_blue {
    border-top: 1px solid #0B005C;
}
.top_line {
    border-top: 1px solid #A0A0A0;
}
.footer__contact_info li{
    width: calc((100% / 2) - 22px);
    padding: 10px 0px;
    display: flex;
    flex-direction: column;

}
.footer__contact_info li p{
width: 190px;
}
.footer__contact_info li a{
        text-align: left;
}
.footer__bottom {
    background: #F3F3F3;
}
.footer__first-title {
    font-family: Geist;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    width: 150px;
}
.footer__second {
    display: flex;
    align-items: center;
}
.footer__third {
    display: flex;
    align-items: center;
}
.footer__second ul {
    display: flex;
    flex-direction: row;
    gap: 21px;
}
.footer__second li{
    
}
.footer__second a{
    
}
.section_main-hero__right {
    width: calc((100% / 2) - 0px);
}
.footer__contact_info a, .footer__contact_info p{
color: #0B005C;
font-family: Geist;
font-weight: 600;
font-style: SemiBold;
font-size: 14px;
leading-trim: CAP_HEIGHT;
line-height: 20px;
letter-spacing: 0%;


}
.footer__contact_info span{
    
font-weight: 400;
font-style: Regular;
font-size: 14px;
leading-trim: CAP_HEIGHT;
line-height: 20px;
letter-spacing: 0%;

}
.footer__first ul {
    display: flex;
    gap: 15px;
}
.footer__first {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer__third ul {
    display: flex;
    flex-direction: row;
    gap: 21px;
}
.footer__bottom-left ul {
display: flex;
    flex-direction: row;
    gap: 22px;
    padding: 20px 0px;
    border-top: 1px solid #A0A0A0;
    width: 100%;
    justify-content: center;
        align-items: baseline;
}
.footer__bottom-left li::after {
    content: "";
    height: 16px;
    width: 1px;
    background: #bfbfbf;
    position: absolute;
    right: -10px;
}
.footer__bottom-left li:last-child:after {
    display:none;
}
.footer__bottom-left li{
    text-decoration: underline;
    position: relative;
}
.footer__bottom-left a{

}
.footer__bottom-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.footer__bottom-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 35px;
}

section.section.section_main-hero.page-about {
    background-image: url('./img/pexels-magic-k-24827758-67294211.png');
}
section.section.section_main-hero.page-generation {
    background-image: url('./img/pexels-magic-k-24827758-6729421 1.png');
}

.section_block_title_texts_blocks h3{
font-family: Geist;
font-weight: 800;
font-style: ExtraBold;
font-size: 40px;
line-height: 36px;
letter-spacing: 0%;
vertical-align: bottom;
    max-width: 360px;
}
.section_block_title_texts_blocks p{
    font-family: Geist;
font-weight: 400;
font-style: Regular;
font-size: 16px;
leading-trim: CAP_HEIGHT;
line-height: 24px;
letter-spacing: 0%;

}
.section_block_title_texts_blocks__item_right {
    display: flex;
    flex-wrap: wrap;
    width: 65%;
    gap: 24px;
}
.section_block_title_texts_blocks__item_left.relative {
    width: 35%;
}
.section_block_title_texts_blocks__item.relative {
    width: 48%;
    padding-top: 18px;
    padding-right: 22px;
    padding-bottom: 18px;
    opacity: 1;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 5%;
}
.section_block_title_texts_blocks__item_right p{
    font-family: Geist;
font-weight: 600;
font-style: SemiBold;
font-size: 16px;
leading-trim: CAP_HEIGHT;
line-height: 22px;
letter-spacing: 0%;

}
.section_block_title_texts_blocks__item_right h3{
font-family: Geist;
font-weight: 800;
font-style: ExtraBold;
font-size: 40px;
leading-trim: CAP_HEIGHT;
line-height: 22px;
letter-spacing: 0%;

}

.section_block_title_texts_blocks__item_right h3 {
font-family: Geist;
font-weight: 800;
font-style: ExtraBold;
font-size: 40px;
line-height: 48px;
letter-spacing: 0%;
color: #b3b3b3!important;

}
.section_block_title_texts_blocks__items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.section_block_text_image_two__left h5{
   color: #0B005C;
font-family: Geist;
font-weight: 400;
font-style: Regular;
font-size: 30px;
line-height: 100%;
letter-spacing: 0%;


}
.section_block_text_image_two__left p{
font-family: "Geist"; color: #0B005C;
font-weight: 400;
font-style: Regular;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;


}
.section_mandate__content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.section_mandate__content h2{
    font-family: Geist;
font-weight: 800;
font-style: ExtraBold;
font-size: 40px;
line-height: 40px;
letter-spacing: 0%;
text-align: center;
vertical-align: bottom;

}
.section_mandate__content > p{
    font-family: Geist;
font-weight: 400;
font-style: Regular;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
text-align: center;

}
.section_mandate__content ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.section_mandate__content li{
       width: 23%;
       border: 1px solid #E1E4ED;
       min-height: 230px;
       background: #F4F4F4;
           padding-top: 24px;
    padding-right: 24px;
    padding-bottom: 22px;
    padding-left: 24px;
    opacity: 1;
    border-width: 1px;
    border-radius: 8px;
        display: flex;
    flex-direction: column;
    justify-content: space-between;
}

   .section_mandate__content  path{
    stroke:#fff

}
.b_blue  .section_mandate__content__bottom {
    border-top: 1px solid #fff;
}
.section_mandate__content__bottom {
    border-top: 1px solid #4d4d4d;
        display: flex;
    justify-content: space-between;
    padding-top: 25px;
}
.section_mandate__content .b_blue path{
    stroke:#0B005C;

}
li.section_mandate__content__item.b_blue {
    color: #fff;
    background: #0B005C;
}

.section_mandate__content__item p {
    padding-bottom: 25px;
    font-family: Geist;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 10px;
    leading-trim: CAP_HEIGHT;
    line-height: 24px;
    letter-spacing: 0%;
}
.section_mandate__content__bottom span {
    width: 25px;
    height: 25px;
    background: #0B005C;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}
.b_blue .section_mandate__content__bottom span {
    width: 25px;
    height: 25px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}
.section_mandate__content h3{
font-family: Geist;
font-weight: 800;
font-style: ExtraBold;
font-size: 16px;
leading-trim: CAP_HEIGHT;
line-height: 24px;
letter-spacing: 0%;

}
.section_mandate__content>p{
font-family: Geist;
font-weight: 400;
font-style: Regular;
font-size: 16px;
leading-trim: CAP_HEIGHT;
line-height: 24px;
letter-spacing: 0%;
text-align: center;

    max-width: 420px;
    margin: 0 auto;
}
.section_mandate__content__bottom{

}
.section_mandate__content__bottom h4{
font-family: Geist;
font-weight: 800;
font-style: ExtraBold;
font-size: 20px;
leading-trim: CAP_HEIGHT;
line-height: 28px;
letter-spacing: 0%;

}
.section_mandate__content__bottom span{

}
.section_block_text_image_two__right img{
    width: 100%;
}
.reverse_block{
    flex-direction: row-reverse;
}


.only_right_text .section_block_image_only__content {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 20px;
}
.only_right_text .section_block_image_only__right {
    width: 650px;
}
.only_right_text .section_block_image_only__right p {
    color: #0B005C;
    font-family: "Geist";
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
}
.only_right_text .container> h2{
        font-family: "Geist";
    font-weight: 600;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -5%;
    color: #fff;
    width: 65%;
        margin-top: 30px;
}

.section_block_lock_title_three__item {
    border-radius: 11.28px;
    opacity: 1;
    width: 33%;
    color: #fff;
    padding: 30px 60px 30px 25px;
    gap: 10px;
    display: flex;
    flex-direction: column;
}
.five_blocks .section_block_lock_title_three__item {
width: 18%;
}

.five_blocks .section_block_lock_title_three__items h3{
font-family: "Geist";
font-weight: 400;   
font-size: 18px;
line-height: 130%;
letter-spacing: 0%;


}
.five_blocks  b {
        color: #0B005C;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Geist";
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    margin: 30px auto 0 auto;
}
.text_list_bg .section_block_text_list__content{
    background: linear-gradient(257deg, rgba(102, 102, 102, 0) 38.25%, rgba(145, 215, 255, 0.5) 80.45%), url('/wp-content/uploads/2026/03/ee5be1adf5c1791b7d73adee59343a9f4ef5a0bd.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 60px;
    border-radius: 10px;
}
.big_text_list  .section_block_text_list__content{
    background: linear-gradient(257deg, rgb(0, 37, 85) 38.25%, rgba(20, 0, 110, 0.363) 80.45%), url('/wp-content/uploads/2026/03/3cd1085aa77fcd1184e1dd08e3cf6e295547e75c.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 60px;
    border-radius: 10px;
    min-height: 450px;
}
.section_block_four_numbers__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

    gap: 5%;
}

.section_block_four_numbers__content>div {
    width: 30%;
    gap: 1%;
    display: flex;
    flex-direction: column;
        text-align: center;
    justify-content: space-evenly;
}
.section_block_four_numbers-item h3{
font-family: Geist;
font-weight: 800;
font-style: ExtraBold;
font-size: 40px;
leading-trim: CAP_HEIGHT;
line-height: 22px;
letter-spacing: 0%;
text-align: center;

color: #b3b3b3;
}
.section_block_four_numbers-item b{
    font-family: Geist;
font-weight: 800;
font-style: ExtraBold;
font-size: 16px;
leading-trim: CAP_HEIGHT;
line-height: 22px;
letter-spacing: 0%;
text-align: center;

}
.section_block_four_numbers-item p{
    font-family: Geist;
font-weight: 400;
font-style: Regular;
font-size: 16px;
leading-trim: CAP_HEIGHT;
line-height: 24px;
letter-spacing: 0%;
text-align: center;

}
.section_block_four_numbers-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
button.button {
    opacity: 1;
    padding-top: 14px;
    padding-right: 18px;
    padding-bottom: 14px;
    padding-left: 18px;
    gap: 3px;
    border-radius: 6px;
    background: #0B005C;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: self-end;
    margin: 0 auto;
    margin-top: 30px;
}
section.section.section_block_four_bloks h2 {
    font-family: Geist;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: bottom;
    text-transform: uppercase;
}
section.section.section_block_four_bloks .container >p {
        font-family: Geist;
    font-weight: 500;
    font-style: Medium;
    font-size: 40px;
    leading-trim: CAP_HEIGHT;
    line-height: 40px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: bottom;
}
.section_block_text_intext.revers-block .section_block_text_intext__content {
    flex-direction: row-reverse;
}

.section_block_four_bloks_item  {
color: #fff;
    width: 30%;
    position: relative;
    min-height: 365px;
    opacity: 1;
    padding-top: 45px;
    padding-right: 24px;
    padding-bottom: 40px;
    padding-left: 24px;
    border-radius: 8px;
}
.section_block_four_bloks_item h3 {
    font-family: Geist;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 27px;
    leading-trim: CAP_HEIGHT;
    line-height: 32px;
    letter-spacing: 0%;
    border-bottom: 1px solid #FFFFFF99;
    padding-bottom: 20px;
}
.section_block_four_bloks_item p{
font-family: Geist;
font-weight: 400;
font-style: Regular;
font-size: 12px;
leading-trim: CAP_HEIGHT;
line-height: 18px;
letter-spacing: 4%;
text-transform: uppercase;
    width: 80%;
}
.section_block_four_bloks_item:first-child{

    background: linear-gradient(360deg, #180B77 7.21%, #0B005C 100%);

}
.section_block_four_bloks_item{

    background: linear-gradient(360deg, #180B77 7.21%, #060034 100%);

}
.section_block_four_bloks_item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.section_block_four_bloks__content.margin-top-60 {
    display: flex;
    gap: 1%;
}
.section_block_four_bloks_item img {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.section_block_four_bloks_item:last-child  img {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
section.section.section_block_four_numbers h2 {
    font-family: Geist;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 40px;
    leading-trim: CAP_HEIGHT;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: center;
    width: 390px;
    margin: 0 auto;
}
.section_block_text_list__right.gap-15.flex-column {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    color: #0B005C;
    backdrop-filter: blur(10px) !important;
    display: flex;
    flex-direction: column;
    padding-top: 32px;
    padding-right: 24px;
    padding-bottom: 17px;
    padding-left: 24px;
    gap: 10px;
    opacity: 1;
    border-radius: 5px;
    box-shadow: inset 0px 0px 2px #fff;
    justify-content: space-between;
}

section.section.section_block_text_intext h2 {
    font-family: Geist;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: bottom;
    text-transform: uppercase;
}
section.section_block_text_intext .container >p {
        font-family: Geist;
    font-weight: 500;
    font-style: Medium;
    font-size: 40px;
    leading-trim: CAP_HEIGHT;
    line-height: 40px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: bottom;
}

.section_block_text_intext__content{
    display: flex;    gap: 3%;
}
.section_block_text_intext_item_left {
    width: 45%;
    padding: 25px;display: flex;
    align-items: end;
}
.section_block_text_intext_item_left>div {
    display: flex;
    flex-direction: column;
    line-height: 28px;
}
.section_block_text_intext__content {
    display: flex;
    gap: 3%;
    border: 1px solid #E1E4ED;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 1px 4px 0px #19213D14;
}
.section_block_text_intext_item_right{
  width: 55%;
      min-height: 700px;
  position: relative;
}
.section_block_text_intext_item_right:last-child{
    min-height: 445px;
}
.section_block_text_intext__content .section_block_text_intext_item_right.last_b{
        top: 10%;
            bottom: auto;
}
.section_block_text_intext_item_right>div {
    position: relative;
    overflow: hidden;height: 100%;border-radius: 8px;
}
.section_block_tree_revers_block h2 {
    font-family: Geist;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 40px;
    leading-trim: CAP_HEIGHT;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    max-width: 525px;
    margin: 0 auto;
}
.section_block_tree_revers_block p {
    font-family: Geist;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
}
.section_block_tree_revers_block b {

    text-align: center;
}
.section_block_tree_revers_block .container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.section_block_tree_revers_block__content {
    display: flex;
    flex-wrap: wrap;    justify-content: space-between;
}
.section_block_tree_revers_block__content>div {
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.section_block_tree_revers_block__content>div.reverse {
    flex-direction: column-reverse;
}
.section_block_tree_revers_block__content p {
    font-family: Geist;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    width: 280px;    text-align: left;
}
.section_block_tree_revers_block>.container>p:last-child{
    font-family: Geist;
font-weight: 400;
font-style: Regular;
font-size: 16px;
leading-trim: CAP_HEIGHT;
line-height: 24px;
letter-spacing: 0%;
text-align: center;
max-width: 460px;
margin: 0 auto;
}
.section_block_text_intext_item_right>div>div {
    position: absolute;
    bottom: 5%;
    width: 290px;
    left: 5%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    color: #ffffff;
    backdrop-filter: blur(10px) !important;
    display: flex;
    flex-direction: column;
    padding-top: 32px;
    padding-right: 24px;
    padding-bottom: 17px;
    padding-left: 24px;
    gap: 10px;
    opacity: 1;
    border-radius: 5px;
    box-shadow: inset 0px 0px 2px #fff;
    justify-content: space-between;
}
.section_block_text_intext_item_left b {
    font-family: Geist;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: CAP_HEIGHT;
    line-height: 28px;
    letter-spacing: 0%;
}
.section_block_text_intext_item_left p{
    font-family: Geist;
font-weight: 400;
font-style: Regular;
font-size: 18px;
leading-trim: CAP_HEIGHT;
line-height: 28px;
letter-spacing: 0%;

}
.section_block_text_intext_item_left h3{
    font-family: Geist;
font-weight: 900;
font-style: Black;
font-size: 18px;
leading-trim: CAP_HEIGHT;
line-height: 28px;
letter-spacing: 0%;

}
.section_block_text_intext_item_right>div>div  h3 {
    font-family: Geist;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 50px;
    leading-trim: CAP_HEIGHT;
    line-height: 40px;
    letter-spacing: 0%;border-bottom: 1px solid;
    padding-bottom: 30px;
}
.section_block_text_intext_item_right>div>div  p {
    font-family: Geist;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 22px;
    letter-spacing: 0%;
    padding-top: 5px;
}
.section_block_text_intext_item_right>div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.big_text_list .section_block_text_list__right h2{
    color: #fff !important;
}
.big_text_list .section_block_text_list__right p{
    color: #fff !important;
}
.section_block_text_list__right h2{
    font-family: Geist;
font-weight: 700;
font-style: Bold;
font-size: 40px;
leading-trim: CAP_HEIGHT;
line-height: 40px;
letter-spacing: 0%;
text-transform: uppercase;
color: #0B005C !important;
}
.section_block_text_list__right p{
font-family: Geist;
font-weight: 400;
font-style: Regular;
font-size: 16px;
line-height: 22px;
letter-spacing: 0%;
color: #0B005C !important;


}
.text_list_bg  h2, .text_list_bg  p{
color: #fff;   
}

.six_blocks .section_block_lock_title_three__items {
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
}
.six_blocks .section_block_lock_title_three__item {
    border-radius: 11.28px;
    opacity: 1;
    width: 32%;
    color: #fff;
    padding: 40px 60px 40px 25px;
    gap: 10px;
    display: flex;
    flex-direction: column;
    margin-bottom: 2%;
}
.six_blocks  .section_block_lock_title_three__item h3 {
text-align: left;
    width: auto;
}
.six_blocks  .text-decoration {
 font-family: "Geist";
font-weight: 700;
font-style: Bold;
font-size: 20px;
line-height: 24px;
letter-spacing: 0%;
text-align: center;
text-decoration: underline;
text-decoration-style: solid;
text-decoration-thickness: 0%;

}
.six_blocks  .section_block_lock_title_three__content {
    text-align: center;
    color: #0B005C;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.three_images_bg_text_blocks>div{
    width: 32%;
}
.three_images_bg_text_blocks img{
    width: 100%;
}
h2.text-left.width-500 span{
    color: #E94E00;
}
.bg_service .container{
    background-image: url('img/Content Section V4 (1).png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 60px;
}
.bg_service h2{
    color: #fff !important;
}
.bg_service p{
    color: #fff !important;
}
.bg_service li{
    color: #fff !important;
}
.bg_white{
    background-color: #EDFAFE !important;
}

.page-home .section_block_text_list__left h2{
    color: #0B005C;
}
@media screen and (max-width: 1335px) {
    p.section_main-hero__text span {
        margin-right: 0%;
    }
}

@media screen and (max-width: 1130px) {
    .five_blocks .section_block_lock_title_three__items h3 {
    font-family: "Geist";
    font-weight: 400;
    font-size: 10.43px;
    line-height: 130%;
    letter-spacing: 0%;
    width: auto;
}
   .five_blocks .section_block_lock_title_three__items h3 span{
        font-size: 10.43px;
}
    .section_block_text_image_two__left br{
        display: none;
    }
    .section_block_lock_title_images__item_right .section_block_lock_title_images__item {
    max-width: 200px;
}
    .section_block_lock_title_images__content>p {
        width: 310px;
        font-family: "Geist";
        font-weight: 500;
        font-size: 9.26px;
        line-height: 13.9px;
        letter-spacing: 0%;
        text-align: center;
    }
.section_block_lock_title_images__content h2 {
    color: #0B005C;
    font-family: "Geist";
    font-weight: 500;
    font-size: 34.74px;
    line-height: 28.95px;
    letter-spacing: -5%;
    vertical-align: bottom;
}
.section_block_lock_title_images__content b {
    color: #0B005C;
    font-family: "Geist";
    font-weight: 600;
    font-size: 9.26px;
    line-height: 13.9px;
    letter-spacing: 0%;
    text-align: center;
}
.section_block_text_image_two__left {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: start;
}
.section_block_lock_title_images__item_right {
    display: flex;
    flex-wrap: wrap;
    width: 60%;
    gap: 15px;
}
.section_block_lock_title_images__content .section_block_lock_title_images__item p {
    max-width: 536px;
    position: absolute;
    bottom: 20px;
    color: #fff;
    left: 20px;
    width: 175px;
    text-align: left;
    font-family: "Geist";
    font-weight: 500;
    font-size: 9.26px;
    line-height: 13.9px;
    letter-spacing: 0%;
}
.section_block_lock_title_images__content .section_block_lock_title_images__item_left p {
    width: 100%;
    left: 30px;
    bottom: 30px;
    font-family: "Geist";
    font-weight: 600;
    font-size: 23.16px;
    line-height: 23.16px;
    letter-spacing: -5%;
}
    .container {
        max-width: 748px;
    }
    p.section_main-hero__text {
        color: #ED611B;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        font-family: "Geist";
        font-weight: 600;
        font-size: 26.14px;
        line-height: 100%;
        letter-spacing: 49%;
        text-transform: uppercase;
    }
    .section_main-hero__logo img {
        width: 163px;
    }
.section_block_lock_title_three__item p {
    font-family: "Geist";
    font-weight: 500;
    font-size: 10.46px;
    line-height: 20.91px;
    letter-spacing: -5%;
}
.section_block_lock_title_three__item h3 {
    width: 180px;
    font-family: "Geist";
    font-weight: 500;
    font-size: 17.43px;
    line-height: 130%;
    letter-spacing: -5%;
}
.section_block_lock_title_three__item {
    border-radius: 11.28px;
    opacity: 1;
    width: 33%;
    color: #fff;
    padding: 10px 15px 10px 15px;
    gap: 10px;
    display: flex;
    flex-direction: column;
}
.section_block_text_list__left h2 {
    color: #0B005C;
    font-family: "Geist";
    font-weight: 500;
    font-size: 34.85px;
    line-height: 29.05px;
    letter-spacing: -5%;
}
.section_block_text_list__right p {
    max-width: 425px;
    margin-bottom: 5px;
    font-family: "Geist";
    font-weight: 600;
    font-size: 11.62px;
    line-height: 13.94px;
    letter-spacing: 0%;
}
.section_block_text_list__right li {
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: "Geist";
    font-weight: 500;
    font-size: 9.29px;
    line-height: 12.78px;
    letter-spacing: 0%;
}
.section_block_text_list__right {
    color: #0B005C;
    width: 75%;
}
    .section_block_text_image_two__left h3 {
        max-width: 544px;
        font-family: "Geist";
        font-weight: 600;
        font-size: 23.16px;
        line-height: 23.16px;
        letter-spacing: -5%;
    }
    .section_block_text_image_two__left h5 {
    color: #0B005C;
    font-family: "Geist";
    font-weight: 500;
    font-size: 11.58px;
    line-height: 11.58px;
    letter-spacing: -5%;
}
.section_block_text_image_two__left p {
    color: #0B005C;
    font-family: "Geist";
    font-weight: 400;
    font-size: 9.26px;
    line-height: 13.9px;
    letter-spacing: 0%;
}
.section_block_image_only__right h2 {
    color: #0B005C;
    margin-bottom: 25px;
    font-family: "Geist";
    font-weight: 500;
    font-size: 23.24px;
    line-height: 29.05px;
    letter-spacing: -5%;
}
.section_block_image_only__right .contact h5 {
    margin-bottom: 5px;
    color: #0B005C;
    font-family: "Geist";
    font-weight: 400;
    font-size: 8.13px;
    line-height: 11.62px;
    letter-spacing: 0%;
}
.section_block_image_only__right .contact a {
    color: #0B005C;
    font-family: "Geist";
    font-weight: 600;
    font-size: 8.13px;
    line-height: 11.62px;
    letter-spacing: 0%;
}
.section_block_image_only__right .contact p {
    color: #0B005C;
font-family: "Geist";
font-weight: 600;
font-size: 8.13px;
line-height: 11.62px;
letter-spacing: 0%;
        width: 146px;
}
.section_block_image_only__right {
    background: #FFFFFF;
    border: 1px solid #E1E4ED;
    box-shadow: 0px 1px 4px 0px #19213D14;
    border-radius: 8px;
    border-width: 1px;
    width: 345px;
    padding: 30px;
}
footer p {
    color: #fff;
    font-family: "Geist";
    font-weight: 400;
    font-size: 9.29px;
    line-height: 12.78px;
    letter-spacing: 0%;
    text-align: center;
}
footer a {
    color: #fff;
    font-family: "Geist";
    font-weight: 400;
    font-size: 9.29px;
    line-height: 12.78px;
    letter-spacing: 0%;
    text-align: center;
}
}
@media screen and (max-width: 768px) {
    .section_block_four_numbers__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5%;
    flex-direction: column;
}
.section_block_four_numbers__content>div {
    width: 100%;
    gap: 35px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: space-evenly;
}
.section_block_four_numbers__center {
    margin-bottom: 30px;
}
button.button {
    width: 100%;
    align-items: center;
    justify-content: center;
}
.section_block_four_bloks_item {

    width: 100%;

}
.section_block_four_bloks__content{
    display: flex;
    gap: 20px !important;
    flex-wrap: wrap;
}
.section_block_text_intext_item_left {
    width: 100%;
    padding: 25px;
    display: flex;
    align-items: start;
}
.section_block_text_intext__content {

    flex-direction: column;
}
.section_block_text_intext_item_right {
    min-height: auto !important;
    width: 100%;
}
.section_block_text_intext.revers-block .section_block_text_intext__content {
    flex-direction: column;
}
.section_block_tree_revers_block__content>div {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.section_block_tree_revers_block__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.section_block_tree_revers_block__content>div.reverse {
    flex-direction: column;
}
    .section_mandate__content li {
    width: 100%;

}
.section_mandate__content ul {

    gap: 20px;
}
.section_block_title_texts_blocks__item_left.relative {
    width: 100%;
}
.section_block_title_texts_blocks__item_right {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 24px;
}
.section_block_title_texts_blocks__item.relative {
    width: 100%;

}
    .width-500 {
    width: auto;
}
    .container {
        width: 100%;
                padding: 30px !important;
    }
    section.section.section_main-hero h1 {
    max-width: 650px;
    font-family: Geist;
    font-weight: 800;
    font-size: 48px;
    line-height: 45px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}
    section.section.section_main-hero h3 {
font-family: Geist;
font-weight: 400;
font-style: Regular;
font-size: 25px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;


}
.section_block_text_four__item {
    width: 100%;

}
.section_block_lock_title_images__item {

    width: 100%;
    height: auto;
    min-height: 190px;

}
.section_block_lock_title_images__item br {
    display: none;
}
.section_block_title_images_blocks {
    background: linear-gradient(257deg, rgba(102, 102, 102, 0) 38.25%, rgb(25 0 255 / 25%) 60.45%), url('./img/0e5ea2ba4e13cdc2f29c317a690759253b08e5be%20(1).png');
background-position: -210px;
        background-repeat: no-repeat;
        color: #fff;
    background-size: 200%;

}
.section_main-hero__right {
    width: 100%;
}
.footer__logo {
gap: 50px;
    flex-direction: column;

}
.footer__contact_info li {
    width: 100%;
    padding: 10px 0px;
    display: flex;
    flex-direction: column;
}
.footer__contact_info li p {
    width: 190px;
    text-align: left;
}
        .section_block_lock_title_images__content h2 {
        color: #fff;
        font-family: "Geist";
        font-weight: 500;
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -5%;
        vertical-align: bottom;
    }
    .five_blocks .section_block_lock_title_three__items h3 {
        width: auto;
        font-family: "Geist";
        font-weight: 400;
        font-size: 18px;
        line-height: 130%;
        letter-spacing: 0%;
    }
    .five_blocks .section_block_lock_title_three__items h3  span {
        font-size: 18px;
    }
        .section_block_text_list__left h2 {
        color: #fff;
font-family: "Geist";
font-weight: 500;
font-size: 40px;
line-height: 50px;
letter-spacing: -5%;
text-transform: uppercase;

    }
        .text_list_bg   .section_block_text_list__right p {
        max-width: 100% !important;
        width: 100% !important;
    }
        .text_list_bg  .section_block_text_list__right {
        color: #0B005C;
        width: 100% !important;
    }

    .only_right_text .section_block_image_only__right{
         width: 100% !important;
    }
    .section_block_image_only__content {
    display: flex;
    justify-content: center;
}
    .section_block_text_image_two__left h3 {
        max-width: 544px;
        font-family: "Geist";
        font-weight: 600;
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -5%;
    }
        .section_block_text_image_two__left h5 {
        color: #0B005C;
        font-family: "Geist";
        font-weight: 500;
        font-size: 20px;
        line-height: 20px;
        letter-spacing: -5%;
    }
        .section_block_text_image_two__left p {
        color: #0B005C;
        font-family: "Geist";
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0%;
    }
    .section_block_lock_title_images__content {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
}
    .section_block_lock_title_images__content>p {

        text-align: left;
    }

    .section_block_lock_title_images__content>p {
        text-align: left;
        font-family: "Geist";
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0%;
    }
        .section_block_lock_title_images__content b {
        color: #0B005C;
        text-align: left;
        font-family: "Geist";
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0%;
    }
    .section_block_lock_title_images__items {

    flex-direction: column;
}
.section_block_lock_title_images__item_left {
    width: 100%;
}
.section_block_lock_title_images__item_right {
    width: 100%;
}
    .section_block_lock_title_images__item_right .section_block_lock_title_images__item {
        min-width: 100%;
    }
    .section_block_lock_title_images__content img {
    width: 100%;
}
        .section_block_lock_title_images__content .section_block_lock_title_images__item_left p {
        width: 100%;
        left: 30px;
        bottom: 30px;
        font-family: "Geist";
        font-weight: 600;
        font-size: 16px;
        line-height: 25.7px;
        letter-spacing: -5%;
    }
        .section_block_lock_title_images__content .section_block_lock_title_images__item p {
        max-width: 536px;
        position: absolute;
        bottom: 20px;
        color: #fff;
        left: 20px;
        width: 85%;
        text-align: left;
        font-family: "Geist";
        font-weight: 600;
        font-size: 16px;
        line-height: 25.7px;
        letter-spacing: -5%;
    }
    p.section_main-hero__text {
        color: #ED611B;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        font-family: "Geist";
        font-weight: 600;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: 18%;
        text-transform: uppercase;
    }
    .mobile-hidden {
        display: none;
    }
        .header__burger-btn span {
        height: 1px;
        width: 100%;
        display: table-cell;
        background: #fff;
    }
.header__burger-btn.btn {
        width: 39px;
        height: 36px;
        padding: 0px;
        flex-direction: column;
    }
    
.header__burger-btn span {
        min-height: 2px;
        width: 28.2px;
        display: block;
        background: #fff;

margin: 0px auto 5px auto;
        position: relative;
        top: 6.5px;
    }
    .header__burger-btn.btn.hrest {
 
}
.section_main-hero__logo img {
        width: 28%;
    }
    .section_block_lock_title_three__items {
        gap: 20px;
    flex-direction: column;
}
.section_main-hero__bottom-left {

    flex-direction: column;

    width: 100%;
}
.section_main-hero__bottom {

    flex-direction: column;

}
.section_main-hero__bottom-left h2 {
    font-family: "Geist";
    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -5%;
    text-align: center;
    padding: 0px 20px;
}
.section_main-hero__bottom-left p {
    font-family: "Geist";
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
}
.section_main-hero__bottom-right {
    width: 100%;
    text-align: center;
    justify-content: center;
    display: flex;
    margin-top: 40px;
}
.section_main-hero__bottom-right button.btn.btn-primary {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section_block_text_list__content {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-around;
}
    .section_block_text_list__left {
        width: 100%;
        text-align: left;
        margin-bottom: 40px;
    }
        .section_block_text_list__right p {
        max-width: 425px;
  
        font-family: "Geist";
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 0%;
        margin-bottom: 20px;
    }
    .section_block_text_list__right li {
        display: flex;
        align-items: center;
        gap: 5px;
        font-family: "Geist";
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0%;
    }
     .section_block_text_list__right li svg {
    min-width: 21px;
}
.padding-bottom-90 {
    padding-bottom: 40px;
}
.padding-top-60 {
    padding-top: 30px;
}
.section_block_lock_title_three__content h2 {
    color: #0B005C;
    text-align: center;
    font-family: "Geist";
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -5%;
    vertical-align: bottom;
}
    .section_block_lock_title_three__item {
        border-radius: 11.28px;
        opacity: 1;
        width: 100%;
        color: #fff;
        padding: 20px 15px 20px 15px;
        gap: 10px;
        display: flex;
        flex-direction: column;
    }
        .section_block_lock_title_three__item h3 {
        width: 180px;
        font-family: "Geist";
        font-weight: 500;
        font-size: 30px;
        line-height: 100%;
        letter-spacing: -5%;
    }
    .section_block_lock_title_three__item p {
        font-family: "Geist";
        font-weight: 500;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: -5%;
                width: 320px;
    }
    .section_block_text_image_two__left {
    width: 100%;
}
.section_block_text_image_two__content {
    display: flex;
    gap: 15px;
    flex-direction: column;
}
.section_block_text_image_two__right {
    width: 100%;
}
    .section_block_image_only__right h2 {
        color: #0B005C;
        margin-bottom: 25px;
        font-family: "Geist";
        font-weight: 500;
        font-size: 40px;
        line-height: 50px;
        letter-spacing: -5%;
    }
        .section_block_image_only__right .contact h5 {
        margin-bottom: 5px;
        color: #0B005C;
        font-family: "Geist";
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0%;
    }
        .section_block_image_only__right .contact a {
        color: #0B005C;
        font-family: "Geist";
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0%;
    }
        .section_block_image_only__right .contact p {
        color: #0B005C;
        font-family: "Geist";
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0%;        width: auto;
    }
        footer p {
        color: #0B005C;
        text-align: center;
        font-family: "Geist";
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0%;
    }
        footer a {
        color: #0B005C;
        text-align: center;
        font-family: "Geist";
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0%;
    }
    .footer_middle {
    display: flex;
    flex-direction: column;
    align-items: start;
}
    .footer__second ul {
        display: flex;
        flex-direction: row;
        gap: 12px;
    }
    .footer__second {
   width: 100%;
    justify-content: center;
}
.footer__bottom-left li:nth-child(3){
display: none;
}
.footer__bottom-left li:nth-child(4){
display: none;
}
.header__burger.mobile{
    display: flex;
}
.header button.btn.btn-primary{
    display: none;
}
.footer__third {
    display: flex;
    align-items: center;
       justify-content: center;
       width: 100%;
}
.footer_middle {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
        margin-bottom: 0px;
}
.footer__bottom-left {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 35px;
}
.five_blocks .section_block_lock_title_three__item {
    width: 100%;
}

.six_blocks .section_block_lock_title_three__item {

    width: 100%;


}
.three_images_bg_text_blocks>div {
    width: 100%;
    margin-bottom: 20px;
}
    nav.header__nav {
        position: absolute;
        background: #fff;
        top: 88px;
        left: 0px;
        width: 100%;
    }
nav.header__nav ul {
    display: flex;
    flex-direction: column;
    gap: 0px;
}
nav.header__nav li a{
    font-family: "Geist";
    color: #0B005C;
font-weight: 400;
font-style: Regular;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
text-align: center;
}
nav.header__nav li:hover {
    background: #0B005C;
    color: #fff;
}
nav.header__nav li:hover a{
   
    color: #fff;
}

nav.header__nav li {
        display: flex;
        flex-direction: column;
        gap: 0px;
        height: 66px;
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    .href_active {
        background: #0B005C;
        color: #fff;
    }
    .href_active a {
        color: #fff !important;
    }
    
}