body {
    line-height: 0;
}

.ox_wyswig {}

.ox_wyswig p {
    font-weight: 400;
    font-size: 0.78301rem;
    line-height: 150%;
    margin-bottom: 0;
}

.ox_wyswig p:not(:last-child) {
    margin-bottom: 0.626409rem;
}

.ox_wyswig p strong {
    font-weight: 700;
}

.ox_solid_button {
    width: 100%;
    height: 2.270734rem;
    padding-inline: 0.783012rem;
    border: none;
    border-radius: 0;
    font-weight: 400;
    font-size: 0.66556rem;
    line-height: 147.059%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.ox_button_black {
    color: #fff;
    background-color: var(--OX-Dark-Blue);
}

.ox_button_green {
    color: var(--OX-Dark-Blue);
    background-color: var(--OX-Green);
}

@media (Hover: hover) {
    .ox_button_black:hover {
        color: #fff;
        background-color: var(--OX-Grapefruit-Pink);
    }

    .ox_button_green:hover {
        color: var(--OX-Dark-Blue);
        background-color: var(--OX-Grapefruit-Pink);
    }
}

/*  HEADER CSS START  */
.ox_header {
    padding-top: 1.252819rem;
    padding-bottom: 1.096216rem;
    position: relative;
    background-color: var(--OX-Off-White);
}

.ox_link_logo_header {}

.ox_logo_header {
    width: 2.740541rem;
    height: auto;
}

.ox_main_menu,
.ox_button_menu {
    padding-left: 0;
    margin-bottom: 0;
    line-height: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.349035rem;
}

.ox_main_menu li a {
    font-weight: 400;
    font-size: 0.50896rem;
    line-height: 153.846%;
    color: var(--OX-Dark-Blue, #1A1C24);
    text-decoration: none;
}

.ox_button_menu {
    justify-content: end;
    gap: 0.587259rem;
}

.ox_button_menu li a {
    width: 100%;
    min-width: 5.011275rem;
    height: 1.487722rem;
    padding-inline: 0.587259rem;
    font-weight: 400;
    font-size: 0.66556rem;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 1px solid var(--OX-Dark-Blue, #1A1C24);
}

.ox_button_menu li:not(:last-child) a {
    color: var(--OX-Dark-Blue, #1A1C24);
}

.ox_button_menu li:last-child a {
    color: #fff;
    background-color: var(--OX-Dark-Blue, #1A1C24);
}

@media (Hover: hover) {
	.ox_main_menu li a:hover {
	    color: var(--OX-Grapefruit-Pink, #fe8583);
	}

	.ox_button_menu li:not(:last-child) a:hover {
	    color: #fff;
	    background-color: var(--OX-Dark-Blue, #1A1C24);
	}

	.ox_button_menu li:last-child a:hover {
	    color: var(--OX-Dark-Blue, #1A1C24);
	    border-color: var(--OX-Green, #53EB7C);
	    background-color: var(--OX-Green, #53EB7C);
	}
}
/*  HEADER CSS END  */


/*  HOME PAGE CSS START  */
.ox_hero_section {
    position: relative;
    z-index: 1;
}

.ox_hero_with_bg_image_section {
    min-height: 26.405177rem;
    padding-top: 4.468568rem;
    padding-bottom: 4.468568rem;
    background-color: var(--OX-Dark-Blue, #1A1C24);
    /*background-image: url(../images/bg-hero.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;*/
}

.ox_hero_with_bg_image_section:before {
    content: " ";
    width: 100%;
    max-width: 20.436670rem;
    height: 8.624650rem;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='654' height='276' viewBox='0 0 654 276' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_1148_498' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='654' height='276'%3E%3Crect width='654' height='276' fill='%2353EB7C'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1148_498)'%3E%3Ccircle cx='280' cy='-115' r='388' stroke='%2353EB7C' stroke-width='6'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
    z-index: 3;
}

.ox_hero_with_bg_image_section:after {
    content: " ";
    width: 100%;
    max-width: 22.342842rem;
    height: 110%;
    display: block;
    position: absolute;
    top: 0;
    right: 1.062457rem;
    right: 0;
    background-color: var(--OX-Green);
    clip-path: polygon(80% 0, 100% 0, 20% 100%, 0% 100%);
    z-index: 3;
    /*background-image: url("data:image/svg+xml,%3Csvg width='654' height='276' viewBox='0 0 654 276' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_1148_498' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='654' height='276'%3E%3Crect width='654' height='276' fill='%2353EB7C'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1148_498)'%3E%3Ccircle cx='280' cy='-115' r='388' stroke='%2353EB7C' stroke-width='6'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;*/
}

.ox_bg_image_warpper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.ox_bg_image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center center;
    z-index: 1;
}

.ox_bg_image_warpper:before {
    content: " ";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.ox_home_hero_content_box {
    max-width: 42.869895rem;
    height: 21.885179rem;
    border-radius: 0.822162rem;
    border: 1.5px solid #FCFCFC;
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
	z-index: 2
}

.ox_home_hero_content_box h1 {
    font-weight: 600;
    font-size: 3.71931rem;
    line-height: 105.263%; /* 105.263% */
    color: #FFF;
    max-width: 24.175489rem;
    margin-bottom: 0;
    text-align: center;
    position: relative;
    z-index: 6;
}

.ox_below_hero_section {
    padding-top: 4.776372rem;
    padding-bottom: 3.132047rem;
    position: relative;
    overflow: hidden;
    background-color: var(--OX-Dark-Blue);
}

.ox_section_logo {
    margin-bottom: 0.939614rem;
}

.ox_section_logo img {
    width: 100%;
    max-width: 3.797607rem;
    height: auto;
}

.ox_below_hero_section h2 {
    font-style: normal;
    font-size: 1.76178rem;
    line-height: 111.111%;
    color: #FFF;
    margin-bottom: 0;
}

.ox_below_hero_section .ox_wyswig p {
    color: var(--OX-Off-White);
}

.ox_find_home_section {
    padding-top: 1.996680rem;
    padding-bottom: 2.427337rem;
    position: relative;
    overflow: hidden;
    background-color: var(--OX-Tea-Green);
}

.ox_section_heading {
    font-weight: 600;
    font-size: 1.76178rem;
    line-height: 111.111%;
    margin-bottom: 0.978765rem;
    color: var(--OX-Dark-Blue);
}

.ox_find_home_header_content_box .ox_wyswig p {
    color: var(--OX-Dark-Blue);
    line-height: 125%;
}

.ox_find_home_header_content_box .ox_solid_button {
    max-width: 10.648960rem;
    margin-top: 1.918379rem;
}

.ox_swiper_slider_warpepr {
    width: 100%;
    max-width: calc(50vw + 23.216299rem);
    padding-left: 0.587259rem;
    margin-top: 1.957529rem;
    padding-bottom: 3.523553rem;
    margin-left: auto;
    position: relative;
}

.ox_find_home_section .ox_swiper_slider_warpepr {
    padding-right: 2.936294rem;
}

.ox_find_home_section .ox_swiper_slider_warpepr .swiper-slide {
    width: 100%;
    max-width: 18.400777rem !important;
    height: auto;
}

.ox_find_home_box {
    padding-top: 1.350695rem;
    padding-bottom: 1.154942rem;
    padding-inline: 1.977105rem;
    background-color: var(--OX-Off-White);
    position: relative;
    overflow: hidden;
}

.ox_find_home_box_title {
    font-weight: 700;
    font-size: 0.93961rem;
    line-height: 104.167%;
    color: var(--OX-Dark-Blue);
    margin-left: 0.391506rem;
    margin-bottom: 0.587259rem;
}

.ox_find_home_box_image {
    width: 100%;
    height: 9.787647rem;
    margin-bottom: 0.391506rem;
    position: relative;
}

.ox_find_home_box_image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center center;
}

.ox_find_home_image_badge {
    width: 100%;
    max-width: 6.264094rem;
    height: 1.566024rem;
    padding-inline: 0.783012rem;
    font-weight: 400;
    font-size: 0.70471rem;
    line-height: 166.667%;
    color: var(--OX-Dark-Blue);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -0.313205rem;
    right: -0.234903532949135555rem;
    background-color: var(--bg-badge);
}

.ox_find_home_details {
    margin-bottom: 1.800927rem;
}

.ox_find_home_details p,
.ox_find_home_details ul li {
    font-weight: 400;
    font-size: 0.62641rem;
    line-height: 125%; /* 125% */
    margin-bottom: 0.313205rem;
    color: #424245;
}

.ox_find_home_details ul {
    display: flex;
    flex-direction: column;
    gap: 0.313205rem;
    margin-bottom: 0;
}

.ox_find_home_details p strong,
.ox_find_home_details ul li strong {
    font-weight: 700;
}

.ox_find_home_details ul li {
    font-size: 0.704710598847406665rem;
    line-height: 111.111%;
}

.ox_find_home_box .ox_solid_button {
    max-width: 13.350351rem;
    margin-inline: auto;
}

.bd_ox_swiper_arrow {
    width: 2.349035rem;
    height: 0.783716rem;
    position: absolute;
    bottom: 0;
    left: 0.587259rem;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.bd_ox_swiper_arrow > * {
    width: 0.783012rem !important;
    height: 0.783012rem !important;
    position: relative;
    margin-top: 0 !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
}

.bd_ox_swiper_arrow > *:after,
.bd_ox_swiper_arrow > *:before {content: none;}

.bd_ox_swiper_arrow .swiper-button-disabled {
    opacity: .35 !important;
}

.bd_ox_swiper_arrow > * svg {
    width: auto;
    height: 0.783012rem;
}

.bd_ox_swiper_arrow > * svg path {
    fill: #23212D;
}

.ox_ownership_stories {
    padding-top: 1.957529rem;
    padding-bottom: 1.605174rem;
    position: relative;
    overflow: hidden;
}

.ox_ownership_stories h2 {
    font-weight: 600;
    font-size: 1.37027rem;
    line-height: 114.286%;
    margin-bottom: 0;
    color: var(--OX-Dark-Blue);
}

.ox_ownership_stories .ox_swiper_slider_warpepr {
    padding-bottom: 3.327800rem;
}

.ox_ownership_stories .ox_swiper_slider_warpepr .swiper-slide {
    width: 100%;
    max-width: 45.806189rem !important;
    height: auto;
}

.ox_ownership_story_video_box {
    width: 100%;
    height: 22.511589rem;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.ox_ownership_story_video_thumnail {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center center;
    z-index: -1;
}

.ox_ownership_story_video_icon {
    width: 1.957529rem;
    height: 1.957529rem;
    border-radius: 100vw;
    background-color: var(--OX-Green);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ox_ownership_story_video_icon svg path {
    fill: var(--OX-Dark-Blue);
}

.ox_swiper_indicator {
    width: 100%;
    height: 0.978765rem;
    max-width: 46.393448rem;
    padding-right: 0.587259rem;
    position: absolute;
    bottom: 0;
    left: 0.587259rem;
    gap: 1.174518rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ox_swiper_indicator > * {
    flex: 0 0 auto;
    max-width: 100%;
}

.ox_number_paginations {
    width: 2.740541rem;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.ox_number_paginations .swiper-pagination {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-weight: 600;
    font-size: 0.66556rem;
    line-height: 147.059%;
}

.ox_swiper_indicator .bd_ox_swiper_arrow {
    position: relative;
    left: auto;
    right: 0;
}

.ownership_stories_stepper {
    flex-grow: 1;
    max-width: 25.956840rem;
    margin-inline: auto;
    height: 0.587259rem;
    position: relative;
    z-index: 1;
}

.ownership_stories_stepper:before {
    content: " ";
    width: 100%;
    height: 0.117452rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #D9D9D9;
    z-index: -1;
}

.ownership_stories_stepper .stepper-fill {
    width: 0%;
    height: 100%;
    background-color: var(--OX-Green);
    transition: width 0.3s ease;
}

.ox_get_know_section {
    padding-top: 1.957529rem;
    padding-bottom: 3.288649rem;
    position: relative;
    overflow: hidden;
}

.ox_get_know_header_content {
    /* max-width: 18.400777rem; */
}

.ox_get_know_header_content .ox_section_heading {}

.ox_get_know_header_content .ox_wyswig {
    max-width: 17.617765rem;
    margin-inline: auto;
}

.ox_get_know_header_content .ox_wyswig p {
    font-size: 0.66556rem;
    line-height: 147.059%;
    color: var(--OX-Dark-Blue);
}

.ox_get_know_boxes {
    margin-top: 2.349035rem;
}

.ox_get_know_box_warpper {
    min-height: 18.831433rem;
}

.ox_get_know_box {
    width: 100%;
    height: 100%;
    border: 0.5px solid #C4C4C7;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
}

.ox_get_know_box_image {
    width: 100%;
    height: 9.787647rem;
    position: relative;
    overflow: hidden;
}

.ox_get_know_box_image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center center;
}

.ox_get_know_box_content {
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding-top: 1.057066rem;
    padding-bottom: 0.704710598847406665rem;
    padding-inline: 0.783012rem;
}

.ox_get_know_box_content h3 {
    font-weight: 600;
    font-size: 0.97876rem;
    line-height: 120%;
    color: var(--OX-Dark-Blue);
    margin-bottom: 0.391506rem;
}

.ox_get_know_box_content p {
    font-weight: 400;
    font-size: 0.58726rem;
    line-height: 133.333%;
    color: var(--OX-Dark-Blue);
    margin-bottom: 0.391506rem;
    flex-grow: 1;
}

.ox_get_know_box_content .ox_solid_button {
    max-width: 8.417377rem;
    margin-inline: auto;
}

@media (min-width: 1445px) {
    .ox_hero_with_bg_image_section:after {
        max-width: 35%;
        right: 0;
    }
}

@media (min-width: 768px) {
    .ox_below_hero_section h2 {
        max-width: 14.485718rem;
    }

    .ox_below_hero_section .ox_wyswig {
        max-width: 21.952205rem;
    }

    .ox_find_home_header_content_box {
        max-width: 29.950200rem;
    }
}
/*  HOME PAGE CSS END  */


/*  NEWS PAGE CSS START  */
.ox_hero_news_section {
    padding-top: 3.327800rem;
    padding-bottom: 3.327800rem;
    background-color: var(--OX-Dark-Blue);
    overflow: hidden;
}

.ox_hero_news_section:before {
    content: " ";
    width: 100%;
    max-width: 20.967898rem;
    height: 15.655614rem;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='671' height='501' viewBox='0 0 671 501' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_1208_693' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='671' height='501'%3E%3Crect width='671' height='501' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1208_693)'%3E%3Ccircle cx='280' cy='110' r='388' stroke='%2353EB7C' stroke-width='6'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
    z-index: -1;
}

.ox_news_hero_content_sec {
    min-height: 7.947570rem;
}

.ox_news_hero_content_sec h1 {
    font-weight: 600;
    font-size: 1.76178rem;
    line-height: 111.111%;
    margin-bottom: 0;
    color: var(--OX-Green);
}

.ox_news_hero_content_sec .ox_wyswig p {
    color: #FFF;
}

.ox_news_hero_content_sec .ox_wyswig  p:not(:last-child) {
    margin-bottom: 0.900464rem;
}

.ox_news_hero_swiper_sec {
    padding-top: 3.327800rem;
}

.ox_news_hero_swiper_slider_warpepr {
    padding-bottom: 2.583939rem;
    position: relative;
}

.ox_news_hero_swiper_slider_warpepr .swiper-slide {
    width: 100%;
    max-width: 14.485718rem !important;
    height: auto;
}

.ox_news_post_box {
    width: 100%;
    min-height: 18.831433rem;
    display: flex;
    flex-direction: column;
    background-color: var(--OX-Off-White);
}

.ox_news_post_image {
    width: 100%;
    height: 9.787647rem;
    position: relative;
    overflow: hidden;
}

.ox_news_post_image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center center;
}

.ox_news_post_content {
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding-top: 1.25281rem;
    padding-bottom: 0.704710598847406665rem;
    padding-inline: 0.783012rem;
}

.ox_news_post_title {
    font-weight: 600;
    font-size: 0.97876rem;
    line-height: 120%;
    margin-bottom: 0.783012rem;
    color: var(--OX-Dark-Blue);
    flex-grow: 1;
}

.ox_news_post_content .ox_solid_button {
    max-width: 8.417377rem;
    margin-inline: auto;
}

.ox_news_hero_swiper_slider_warpepr .ox_swiper_indicator {
    max-width: 100%;
    padding-right: 0;
    left: 0;
}

.ox_news_hero_swiper_slider_warpepr .ox_swiper_indicator .ox_number_paginations {}

.ox_news_hero_swiper_slider_warpepr .ox_swiper_indicator .ox_number_paginations .swiper-pagination {
    color: #fff;
}

.ox_news_hero_swiper_slider_warpepr .ox_swiper_indicator .bd_ox_swiper_arrow > * svg {
    display: block;
}

.ox_news_hero_swiper_slider_warpepr .ox_swiper_indicator .bd_ox_swiper_arrow > * svg path {
    fill: #fff;
}

.ox_find_us_social_section {
    padding-top: 2.740541rem;
    padding-bottom: 2.740541rem;
    position: relative;
    overflow: hidden;
    background-color: var(--OX-Dark-Blue);
}

.ox_find_us_social_section .ox_get_know_header_content .ox_section_heading {
    color: #fff;
}

.ox_find_us_social_section .ox_get_know_header_content .ox_wyswig {
    max-width: 100%;
}

.ox_find_us_social_section .ox_get_know_header_content .ox_wyswig p {
    color: #fff;
    font-size: 0.97876rem;
    line-height: 111.111%;
}

.ox_instagram_embed {
    width: 100%;
    height: 100%;
    margin-top: 3.210348rem;
}

.ox_instagram_embed .jcr-\@container {
    height: 100% !important;
}

.ox_help_section {
    padding-top: 3.053746rem;
    padding-bottom: 3.053746rem;
    position: relative;
    overflow: hidden;
    background-color: var(--OX-Tea-Green);
}

.ox_help_section .ox_help_content_box .ox_section_heading {
    margin-bottom: 0.783012rem;
}

.ox_help_section .ox_help_content_box .ox_wyswig {}

.ox_help_section .ox_help_content_box .ox_wyswig p {
    font-size: 0.66556rem;
    line-height: 147.059%;
    color: var(--OX-Dark-Blue);
}

.ox_help_section .ox_help_content_box .ox_solid_button {
    max-width: 14.485718rem;
    margin-inline: auto;
    margin-top: 2.623089rem;
}

@media (min-width: 768px) {
    .ox_news_hero_content_sec h1 {
        max-width: 11.973855rem;
    }
    
    .ox_news_hero_content_sec .ox_wyswig {
        max-width: 21.325952rem;
        margin-right: auto;
    }

    .ox_find_us_social_section .ox_get_know_header_content {
        max-width: 37.976071rem;
    }

    .ox_help_section .ox_help_content_box {
        max-width: 24.116763rem;
    }
}
/*  NEWS PAGE CSS END  */


/*  ABOUT US PAGE CSS START  */
.ox_hero_with_bg_image_section.ox_hero_about_section {}

.ox_hero_with_bg_image_section.ox_hero_about_section .ox_bg_image_warpper .ox_bg_image {
    max-width: 39.751198rem;
    left: 50%;
    transform: translateX(-50%);
    object-position: right center;
}

.ox_hero_with_bg_image_section.ox_hero_about_section h1 {
    max-width: 29.754448rem;
}

.ox_below_hero_section.ox_below_hero_about_section {
    padding-top: 4.384866rem;
    padding-bottom: 4.384866rem;
}

.ox_below_hero_section.ox_below_hero_about_section .ox_section_heading {
    max-width: 100%;
    margin-bottom: 1.722626rem;
}

.ox_below_hero_section.ox_below_hero_about_section .ox_wyswig p {
    color: #fff;
}

.ox_what_we_do_section {
    padding-top: 2.740541rem;
    padding-bottom: 1.918379rem;
    position: relative;
    overflow: hidden;
}

.ox_what_we_do_section .ox_section_heading {
    margin-bottom: 1.957529rem;
}

.ox_what_we_do_box_warpper {
    min-height: 15.855988rem;
}

.ox_what_we_do_box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: var(--OX-Tea-Green);
}

.ox_what_we_do_box_iamge {
    width: 100%;
    height: 9.787647rem;
    position: relative;
    overflow: hidden;
}

.ox_what_we_do_box_iamge img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center center;
}

.ox_what_we_do_box_content {
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding-top: 0.861313rem;
    padding-bottom: 0.900464rem;
    padding-inline: 0.822162rem;
}

.ox_what_we_do_box_content h3 {
    font-weight: 600;
    font-size: 0.97876rem;
    line-height: 120%;
    margin-bottom: 0.391506rem;
    color: var(--OX-Dark-Blue);
}

.ox_what_we_do_box_content p {
    font-weight: 400;
    font-size: 0.58726rem;
    line-height: 133.333%;
    color: var(--OX-Dark-Blue);
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .ox_below_hero_section.ox_below_hero_about_section .ox_section_heading {
        max-width: 25.839389rem;
    }

    .ox_below_hero_section.ox_below_hero_about_section .ox_wyswig {
        max-width: 26.426647rem;
    }
}
/*  ABOUT US PAGE CSS END  */


/*  FOOTER CSS START  */
.ox_footer {
    padding-top: 2.192433rem;
    padding-bottom: 2.074981rem;
    position: relative;
    overflow: hidden;
    background-color: var(--OX-Dark-Blue, #1A1C24);
}

.ox_footer_left {}

.ox_footer_logo {
    width: max-content;
    height: auto;
    display: block;
    margin-bottom: 0.822162rem;
}

.ox_footer_logo img {
    width: 100%;
    height: auto;
    max-width: 3.797607rem;
}

.ox_footer_left .ox_wyswig p {
    font-size: 0.58726rem;
    line-height: 133.333%;
    color: #fff;
}

.ox_social_list {
    display: flex;
    align-items: center;
    gap: 0.665560rem;
    margin-top: 1.174518rem;
    margin-bottom: 0;
}

.ox_social_list li a {
    display: block;
}

.ox_social_list li a svg {
    width: 0.978765rem;
    height: auto;
}

.ox_social_list li a svg path {
    fill: #fff;
}

.ox_footer_menu_warpper {
    display: flex;
    flex-wrap: nowrap;
    gap: 1.331120rem;
}

.ox_footer_menu {
    flex: 1 1 auto;
    width: 100%;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.587259rem;
    margin-top: 1.331120rem;
}

.ox_footer_menu li a {
    font-weight: 400;
    font-size: 0.66556rem;
    line-height: 147.059%;
    text-decoration: none;
    color: #fff;
}

.ox_footer_form_warpper {
    width: 100%;
    height: 100%;
    max-width: 17.187108rem;
    gap: 0.783012rem;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ox_footer_form_warpper h2 {
    font-weight: 600;
    font-size: 0.66556rem;
    line-height: 147.059%;
    color: #fff;
    margin-bottom: 0;
}

.ox_footer_form_warpper form {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0.391506rem;
}

.ox_footer_form_warpper form .form-control,
.ox_footer_form_warpper form .form-control:focus {
    flex: 0 0 auto;
    max-width: 100%;
    width: 12.136683rem;
    min-width: 12.136683rem;
    height: 2.270734rem;
    padding: 0 0.391506rem;
    border-radius: 0;
    border: none;
    background-color: #E5E6E4;
    font-weight: 400;
    font-size: 0.66556rem;
    line-height: 147.059%;
    color: var(--OX-Dark-Blue);
    box-shadow: none;
    outline: none;
}

.ox_footer_form_warpper form .form-control::placeholder {
    color: var(--OX-Dark-Blue, #1A1C24);
}

.ox_footer_form_warpper form .ox_solid_button {
    flex: 0 0 auto;
    max-width: 100%;
    width: 4.658920rem;
    min-width: 4.658920rem;
}

.ox_below_footer_menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2.192433rem;
    gap: 0.587259rem;
    text-align: center;
}

.ox_below_footer_menu li a {
    font-weight: 400;
    font-size: 0.5391rem;
    line-height: 0.7928rem; /* 147.059% */
    color: #fff;
    text-decoration: none;
    display: block;
}

@media (Hover: hover) {
    .ox_social_list li a:hover svg path {
        fill: var(--OX-Green);
    }
    
    .ox_footer_menu li a:hover, 
    .ox_below_footer_menu li a:hover {
        color: var(--OX-Green);
    }
}
/*  FOOTER CSS END  */