/* :root {
    --font-myriad: "myriad-pro", sans-serif;
    --text-body: #485560;
    --primary-blue: #243746;
    --beige: #DECAA4;
    --beige-light: #F7F3EB;
    --green: #D3E6CB;
    --green-light: #F0F5EF;
    --blue: #CADBEB;
    --blue-light: rgba(202, 219, 235, 0.35);
    --border-color: rgba(222, 202, 164, 0.75);
    --border-radius: 12px;
    --grey: #DDE2E2;
    --grey-rgb: 221, 226, 226;
    --bg-page: #F7F8F8;
    --white: #fff;
    --error-text: #fb0000;
    --black: #000;
    --transition: all 400ms ease-in-out;
    --green-gradient: linear-gradient(180deg, #DDE8D9 0%, #FDFDFD 100%);
    --blue-gradient: linear-gradient(180deg, var(--blue-light) 0%, #FDFDFD 100%);
} */

/* Inner Page Hero Section with Small Images */
.inner_page_hero_section_with_small_images{
    position: relative;
    overflow-x: clip;
    /* min-height: calc(100vh - 210px); */
}
.inner_page_hero_section_with_small_images .logo_big_anim{
    position: absolute;
    width: 398.783px;
    height: 439.319px;
    right: -60px;
    top: 26px;
    z-index: -1;
    /* pointer-events: none; */
}
.inner_hero_content_wrap{
    padding: 45px 0 230px;
    max-width: 699px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 3;
}
.site-content .inner_hero_content_wrap ul li,
.site-content .inner_hero_content_wrap ol li {
    max-width: min-content;
    margin: 0 auto;
}
.inner_hero_content_wrap p {
    font-size: 18px;
    line-height: 24px; /* 133.333% */
}
.inner_hero_content_wrap .btn-wrap{
    display: flex;
    margin-top: 45px;
    justify-content: center;
}
.hero_small_images_wrap{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 82px;
    /* pointer-events: none; */
    z-index: 1;
}
.hero_small_images_wrap .img_item{
    background-color: var(--primary-blue);
    border-radius: 12px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
}
.hero_small_images_wrap .img_item img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.hero_small_images_wrap .img_item.item_1,
.hero_small_images_wrap .img_item.item_3{
    width: 201px;
    height: 254px;
}
.hero_small_images_wrap .img_item.item_1{
    left: 1.5%;
    bottom: 118px;
}
.hero_small_images_wrap .img_item.item_2{
    left: 109px;
    width: 284px;
    height: 167px;
    left: 7.85%;
}
.hero_small_images_wrap .img_item.item_3{
    right: 167px;
    right: 12%;
}

.logo_big_anim[data-aos=zoom-in],
.img_item[data-aos=zoom-in] {
    transform: scale(.85);
}
.inner_hero_content_wrap ul, .inner_hero_content_wrap ul li {
    width: 100%;
    display: inline;
}
/* Inner Page Hero Section with Small Images */