/*------------------------------------*/
/*    _footer.html.erb */
/*------------------------------------*/
.footer_container {
    background-color: #22262F;
    padding: 15px;
}

.footer_container .margin_bottom_35px {
    margin-bottom: 35px;
}

.footer_container .margin_auto_50px {
    margin: 50px auto !important;
}

.footer_container .margin_bottom_10px {
    margin-bottom: 10px;
}

.footer_container .padding_top_bottom {
    padding: 15px 0;
}

.footer_container .text {
    color: #FFFFFF;
}

.footer_container .image_text_cover {
    display: flex;
    align-items: center;
}

.footer_container .image_section {
    margin-right: 5px;
    width: 125px;
}

.footer_container .image_section img {
    width: 100%;
}

.footer_container .image_text_section img {
    /*width: 104px;*/
    height: 45px;
}

.footer_container .text_cover {
    width: 309px;
    margin-top: 15px;
}

.footer_container .text_content {
    color: #94979C;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
}

.footer_container .section_main_cover {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 1430px) {
    .footer_container .section_main_cover {
        display: inline;
    }
}

.footer_container .icon_cover {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    width: 185px;
}

.footer_container .social_icon {
    font-size: 20px;
    color: #FFFFFF; /* or your brand color */
}

.footer_container .icon_adjustment {
    height: 40px;
    width: 40px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_container .section_list_cover {
    width: 155px;
    background-color: transparent;
}
@media screen and (max-width: 1430px) {
    .footer_container .section_list_cover {
        width: 100%;
        text-align: center;
        margin-bottom: 35px;
    }
}

.footer_container .section_header {
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    text-transform: capitalize;
    margin-bottom: 18px;
}

.footer_container .listed_content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer_container .listed_content ul li {
    margin: 12px 0;
}

.footer_container .listed_content ul li a {
    color: #94979C;
    font-size: 14px;
    text-transform: capitalize;
    text-decoration: none;
}

.footer_container .listed_content ul li a:hover {
    text-decoration: underline;
}

.footer_container .icon_header_section {
    display: flex;
    align-items: center;
}

.footer_container .location_icon_cover {
    margin-right: 5px;
    display: flex;
}

.footer_container .location_icon {
    color: #CE6569;
}

.footer_container .location_header {
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    text-transform: capitalize;
}

.footer_container .text_bottom_cover {
    margin-top: 15px;
}

.footer_container .subscribe_container {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #1f2630;
    border-radius: 12px;
    width: fit-content;
}

.footer_container .input_wrapper {
    display: flex;
    align-items: center;
    background: transparent;
    border: 1px solid #61656C;
    border-radius: 10px;
    padding: 10px 12px;
    width: 320px;
}

.footer_container .input_wrapper .icon {
    color: #61656C;
    margin-right: 10px;
    font-size: 20px;
}

.footer_container .input_wrapper input {
    background: transparent;
    border: none;
    outline: none;
    color: white;
    font-size: 16px;
    width: 100%;
}

.footer_container .input_wrapper input::placeholder {
    color: #94979C;
}

.footer_container .subscribe_btn {
    background: #983641;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 12px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s ease;
}

.footer_container .subscribe_btn:hover {
    background: #983641;
}

.footer_container .mail_icon {
    color: #94979C;
}

.footer_container .mail_icon_cover {
    display: flex;
    margin-right: 5px;
}

.footer_container .main_minor_link_cover {
    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
}
@media screen and (max-width: 1430px) {
    .footer_container .main_minor_link_cover {
        justify-content: center;
    }
}

.footer_container .minor_link_cover {
    display: flex;
    justify-content: space-between;
}

.footer_container .minor_link_cover a {
    color: #FFFFFF;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 300;
    margin-left: 25px;
}


@media screen and (max-width: 1430px) {
    .footer_container .responsive_hide_content {
        display: none;
    }
}
/*------------------------------------*/
/*    header.html.erb*/
/*------------------------------------*/

@media screen and (max-width: 1430px) {
    .header_container .header_main {
        display: none;
    }
}

@media screen and (min-width: 1430px) {
    .header_container .header_responsive {
        display: none;
    }
}
/*------------------------------------*/
/*    header_main.html.erb*/
/*------------------------------------*/

.tab_headings_container {
    background-color: rgba(000, 000, 000, 0.5);
    width: 100%;
    height: 100px;
    position: fixed;
    z-index: 10;
    /*z-index: 1000;*/
}

.tab_headings_container .text_colour_white {
    color: #FFFFFF !important;
}

.tab_headings_container .margin_right_1px {
    margin-right: 1px;
}

.tab_headings_container .margin_right_15px {
    margin-right: 15px;
}

.tab_headings_container .margin_bottom_0px {
    margin-bottom: 0 !important;
}

.tab_headings_container .height_40px {
    height: 40px !important;
}

.tab_headings_inner_section {
    background-color: transparent;
    width: 1440px;
    margin: auto;
    height: 100%;
}

.tab_headings_content_section {
    background-color: transparent;
    width: 1280px;
    margin: auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tab_headings_container .menu_tabs {
    background-color: transparent;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.tab_headings_container .menu_tabs a {
    background-color: transparent;
    text-decoration: none;
    color: #25383F;
    font-size: 12px;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 160px;
    text-transform: capitalize;
}

.tab_headings_container ul {
    display: inline;
    margin: 0;
    padding: 0;
    background-color: transparent;
}

.tab_headings_container ul li {
    display: inline-block;
}

.tab_headings_container ul li:hover ul {
    display: block;
}

.tab_headings_container ul .tab_li:hover .column_cover {
    background-color: #FFFFFF;
    display: block;
    width: 1280px;
    box-shadow: 0 15px 15px -2px rgba(000, 000, 000, 0.2);
    height: 362px;
    border: 1px solid #F5F5F5;
    position: absolute;
    overflow: hidden;
    z-index: 10 !important;
    right: 0;
    top: 100px;
}

.tab_headings_container ul .tab_li:hover .tab_li a {
    color: #FFFFFF !important;
}

.tab_headings_container ul li ul {
    position: absolute;
    width: 267px;
    display: none;
    background-color: transparent;
}

.tab_headings_container ul li ul li {
    display: block;
    background-color: transparent !important;
}

.tab_headings_container ul li ul .column_section li a {
    display:block !important;
    height: 20px;
    text-transform: capitalize;
}

.tab_headings_container ul li ul li a:hover {
    text-decoration: underline !important;
}

.tab_headings_container ul li:hover {
    background-color: rgba(000, 000, 000, 0.5);
}

.tab_headings_container .tab_li_highlight {
    background-color: rgba(000, 000, 000, 0.5) !important;
    border-bottom: 1px solid #81303B;
}


.tab_headings_container ul li:hover .main_link {
    color: #FFFFFF !important;
}

.tab_headings_container .tab_sub_ul_01 {
    z-index: 1;
}

.tab_headings_container .tab_sub_ul_02 {
    margin-left: 268px !important;
}

.tab_headings_container .tab_sub_ul_03 {
    margin-left: 536px !important;
}

/*.tab_headings_container .tab_sub_ul_04 {*/
/*    margin-left: 603px !important;*/
/*}*/

.tab_headings_container .tab_sub_ul_04 {
    margin-left: 804px !important;
}

.tab_headings_container .column {
    padding: 15px 15px 15px 15px;
    background-color: white;
}

.tab_headings_container .column_section {
    margin-bottom: 15px;
}

.tab_headings_container .column_section .header {
    font-size: 12px;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.tab_headings_container .tab_li {
    /*width: 160px;*/
    width: 135px;
    display: flex;
    align-items: center;
    height: 100px;
}

.tab_headings_container .column_last {
    width: 474px !important;
    height: 360px !important;
}

.tab_headings_container .image_content_ul {
    background-color: transparent;
    list-style-type: none;
    display: flex !important;
    justify-content: space-between;
    width: 444px !important;
}

.tab_headings_container .image_content_ul li {
    background-color: transparent !important;
    width: 207px !important;
    align-items: center;
    flex-wrap: wrap;
}

.tab_headings_container .tab_image {
    background-color: transparent;
}

.tab_headings_container .tab_image img {
    width: 150%;
}

.tab_headings_container .tab_image_cover {
    width: 207px !important;
    height: 145px !important;
    overflow: hidden;
}

.tab_headings_container .tab_mini_header {
    font-size: 14px;
    margin: 5px 0px;
    color: #a6192e;
}

.tab_headings_container .tag_image_link {
    font-size: 14px !important;
    text-transform: capitalize;
    text-decoration: underline !important;
    margin: 5px 0px;
}


.tab_headings_container .tag_image_link:hover {
    opacity: 0.5;
}

.tab_headings_container .tab_link_cover {
    margin-top: 14px;
}

.tab_headings_container .column_section_button {
    margin-top: 400px;
}

.tab_headings_container .tab_CTA_link {
    padding: 10px;
    border: 1px solid #25383F;
    background-color: #FFFFFF;
    width: 100% !important;
    height: 45px !important;
    text-align: center;
    font-size: 15px !important;
    font-weight: 300;
    text-transform: capitalize;
}

.tab_headings_container .tab_sales_link .main_link {
    color: #F04459 !important;
}

.tab_headings_container .tab_ul {
    margin: auto !important;
    display: flex !important;
    justify-content: center !important;
}

.tab_headings_container .link_inner {
    display: flex;
    align-items: center;
    gap: 5px;
}

.tab_headings_container .chevron_icon::before {
    content: "keyboard_arrow_down";
    position: absolute;
}

.tab_headings_container .tab_li:hover .chevron_icon {
    transform: rotate(180deg);
    transition: 0.3s ease;
}

.tab_headings_container .chevron_cover {
    position: relative;
    display: flex;
}

.tab_headings_container .navigation_button_cover {
    display: flex;
    align-items: center;
}

.tab_headings_container .nav_button_first {
    width: 90px !important;
    margin-right: 15px !important;
    background-color: rgba(255, 255, 255, 0.2) !important;
}

.tab_headings_container .nav_button_last {
    width: 165px !important;
    background-color: #81303B !important;
}

.tab_headings_container .nav_button_link {
    border-radius: 8px;
    height: 48px;
    font-weight: 500;
    color: #FFFFFF !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.tab_headings_container .nav_button_link:hover {
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.tab_headings_container .logo_image_cover {
    width: 168px;
}

.tab_headings_container .logo_image_cover img {
    width: 100%;
}

.tab_headings_container .nav_link {
    color: #FFFFFF !important;
}

.tab_headings_container .box_link_cover {
    background-color: #FFFFFF !important;
    height: 90px !important;
    border-radius: 8px !important;
    width: 100% !important;
    display: block !important;
    padding: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.tab_headings_container .box_link_cover:hover {
    /*opacity: 0.7;*/
    background-color: #F7F7F7 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.tab_headings_container .box_content_cover {
    display: flex !important;
    height: 100%;
}

.tab_headings_container .box_icon_cover {
    margin-right: 10px;
}

.tab_headings_container .box_content_title {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 5px;
    color: pink;
}

.tab_headings_container .box_icon {
    font-size: 25px !important;
    color: #81303B;
}

.box_content_info {
    font-size: 12px;
    height: 42px;
    background-color: transparent;
    overflow: hidden;
}

.tab_headings_container .image_content_CTA_info {
    background-color: transparent;
    font-size: 12px;
    margin: 5px 0;
    overflow: hidden;
}

.tab_headings_container .image_content_CTA_info .tag_image_link {
    width: 100% !important;
    height: 100% !important;
    background-color: #81303B !important;
    color: #fff !important;
    text-decoration: none !important;
    text-align: center !important;
    padding: 11px 15px !important;
    border-radius: 5px !important;
}

.tab_headings_container .image_content_CTA_info .tab_content {
    background-color: transparent;
    height: 90px;
    overflow: hidden;
}
/*------------------------------------*/
/*    header_responsive.html.erb*/
/*------------------------------------*/

.menu_headings_container {
    background-color: rgba(000, 000, 000, 0.7);
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    padding: 25px 30px;
}

.menu_headings_container .logo_section {
    display: flex;
    align-items: center;
}

.menu_headings_container .logo_section .logo_image_cover {
    width: 125px;
}

.menu_headings_container .logo_section .logo_image_cover img {
    width: 100%;
}

.menu_headings_container .responsive_menu_icon {
    font-size: 40px !important;
}

.menu_headings_container .menu_section {
    display: flex;
    align-items: center;
}

.menu_headings_container .menu_links {
    color: #22262F;
    text-decoration: none;
}

.menu_headings_container .menu_links:hover {
    color: #22262F;
}

/* Hide checkboxes */
.menu_headings_container input[type="checkbox"]{
    display:none;
}

/* Menu Button */
.menu_headings_container .menu-icon {
    /*display:inline-flex;*/
    /*align-items:center;*/
    /*gap:8px;*/
    /*padding:14px 22px;*/
    /*border-radius:6px;*/
    /*font-size:18px;*/
    background: transparent;
    color: #fff;
    cursor: pointer;
    user-select:none;
    transition:.3s ease;
    display: flex;
    justify-content: right;
    align-items: center;
}

.menu_headings_container #menu-toggle:checked + .menu-icon {
    color: #983641;
}

/* Main Menu */
.menu_headings_container .menu {
    max-height:0;
    overflow:hidden;
    opacity:0;
    transform:translateY(-15px);
    transition:
            max-height .45s ease,
            opacity .35s ease,
            transform .35s ease;

    margin-top: 30px;
    /*width: 400px;*/
    width: 100%;
    background:#fff;
    /*border-radius: 8px;*/
    box-shadow:0 10px 30px rgba(0,0,0,.15);
    position: absolute;
    right: 0;
}

/* Show Main Menu */
.menu_headings_container #menu-toggle:checked + .menu-icon + .menu {
    max-height:720px;
    opacity:1;
    transform:translateY(0);
}

/* Main Menu Items */
.menu_headings_container .menu-item{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:16px 30px;
    cursor:pointer;
    background:#fff;
    border-bottom:1px solid #eee;
    font-weight:bold;
}

.menu_headings_container .menu-item:hover{
    background:#f2f2f2;
}

/* Plus Icon */
.menu_headings_container .menu-item span{
    transition:.3s ease;
    font-size:22px;
    color: #85888E;
}

/* Rotate Plus Icon */
.menu_headings_container #item1:checked + .menu-item span,
.menu_headings_container #item2:checked + .menu-item span,
.menu_headings_container #item3:checked + .menu-item span,
.menu_headings_container #item4:checked + .menu-item span,
.menu_headings_container #item5:checked + .menu-item span,
.menu_headings_container #item6:checked + .menu-item span,
.menu_headings_container #item7:checked + .menu-item span {
    transform:rotate(45deg);
}

/* Submenu */
.menu_headings_container .submenu{
    max-height:0;
    overflow:hidden;
    opacity:0;
    transform:translateY(-8px);
    transition:
            max-height .4s ease,
            opacity .3s ease,
            transform .3s ease;
    background:#fafafa;
    margin-bottom: 0;
}

/* Show Submenu */
.menu_headings_container #item1:checked + .menu-item + .submenu,
.menu_headings_container #item2:checked + .menu-item + .submenu,
.menu_headings_container #item3:checked + .menu-item + .submenu,
.menu_headings_container #item4:checked + .menu-item + .submenu,
.menu_headings_container #item5:checked + .menu-item + .submenu,
.menu_headings_container #item6:checked + .menu-item + .submenu,
.menu_headings_container #item7:checked + .menu-item + .submenu {
    max-height: 515px;
    opacity: 1;
    transform: translateY(0);
}

/* Submenu Items */
.menu_headings_container .submenu li {
    list-style:none;
}

.menu_headings_container .submenu li a {
    display:block;
    text-decoration:none;
    color:#444;
    padding:14px 35px;
    border-bottom:1px solid #eee;
    font-size:15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.menu_headings_container .submenu li a:hover {
    background-color: rgb(129, 48, 59, 0.05) !important;
    color: #81303B;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
/*------------------------------------*/
/*    _management_team_jonathan.html.erb */
/*------------------------------------*/

.modal_container .margin_bottom_15px {
    margin-bottom: 15px;
}

.modal_container .margin_bottom_25px {
    margin-bottom: 25px;
}

.modal_container .text_info_cover {
    font-size: 13px;
    color: #22262F;
    margin-top: 8px;
    margin-bottom: 25px;
    text-align: justify;
}

.modal_container .modal_title {
    text-transform: uppercase;
    font-size: 15px !important;
    letter-spacing: 1px;
    color: #22262F;
}
/*------------------------------------*/
/*    _banner_bar_info.html.erb */
/*------------------------------------*/
.banner_bar_info_container .margin_top_bottom_95px {
    margin: 95px 0;
}
@media screen and (max-width: 1430px) {
    .banner_bar_info_container .margin_top_bottom_95px {
        padding: 0 15px;
    }
}

.banner_bar_info_container .background_text_gradient_box {
    /*background-image: url(/assets/banner-image-04-8878876fb579977130e3f37a5556b61aae2185cadfcee0492f42965d858f58b6.png);*/
    background: linear-gradient(to right, #983641 20%, #94979C 80%);
    background-size: contain;
}

.banner_bar_info_container .text_banner_cover {
    background-color: transparent;
    height: 120px;
    border-radius: 16px;
}
@media screen and (max-width: 1430px) {
    .banner_bar_info_container .text_banner_cover {
        height: auto;
    }
}

.banner_bar_info_container .text_banner_cover_inner {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 100%;
}
@media screen and (max-width: 1430px) {
    .banner_bar_info_container .text_banner_cover_inner {
        display: inline;
    }
}

.banner_bar_info_container .content_data {
    color: #fff;
    font-size: 16px;
    font-weight: 200;
    text-align: center;
    text-transform: capitalize;
}
@media screen and (max-width: 1430px) {
    .banner_bar_info_container .content_data {
        padding: 15px;
    }
}
/*------------------------------------*/
/*    _banner_block_image_icon.html.erb */
/*    _banner_block_image_icon_bkgrd_colour.html.erb */
/*------------------------------------*/

git a@media screen and (max-width: 1430px) {
    .banner_block_image_icon_container .section_cover {
        margin: 0 !important;
    }
}

.banner_block_image_icon_container .margin_top_bottom_95px {
    margin: 95px 0;
}

.banner_block_image_icon_container .margin_bottom_80px {
    margin-bottom: 80px;
}

.banner_block_image_icon_container .width_385px {
    width: 385px;
}

.banner_block_image_icon_container .padding_top_105px {
    padding-top: 105px;
}
@media screen and (max-width: 1430px) {
    .banner_block_image_icon_container .padding_top_105px {
        padding: 105px 15px 15px 15px;
    }
}

.banner_block_image_icon_container .width_768px {
    width: 768px;
}

.banner_block_image_icon_container .background_white {
    background-color: #FFFFFF;
}

.banner_block_image_icon_container .content_header_cover {
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-weight: bold;
    color: #22262F;
    text-align: center;
}

.banner_block_image_icon_container .margin_bottom_25px {
    margin-bottom: 25px;
}

.banner_block_image_icon_container .margin_bottom_40px {
    margin-bottom: 40px;
}

.banner_block_image_icon_container .section_sub_header {
    font-size: 16px;
    font-weight: bold;
    color: #983641;
}

.banner_block_image_icon_container .section_header {
    font-size: 36px;
    font-weight: 500;
    color: #22262F;
    margin-bottom: 20px;
}
@media screen and (max-width: 1430px) {
    .banner_block_image_icon_container .section_header {
        font-size: 25px;
        margin-bottom: 15px;
    }
}

.banner_block_image_icon_container .section_sub_header_text {
    font-size: 18px;
    font-weight: 300;
    color: #61656C;
    margin-bottom: 12px;
}
@media screen and (max-width: 1430px) {
    .banner_block_image_icon_container .section_sub_header_text {
        width: 100%;
        font-size: 16px;
    }
}

.banner_block_image_icon_container .item_list_cover .item_list_cover_ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.banner_block_image_icon_container .item_box_cover {
    padding: 25px;
    border-radius: 10px;
}
@media screen and (max-width: 1430px) {
    .banner_block_image_icon_container .item_box_cover {
        width: 100%;
    }
}

.banner_block_image_icon_container .item_list_cover li {
    position: relative;
}
@media screen and (max-width: 1430px) {
    .banner_block_image_icon_container .item_list_cover li {
        width: 100%;
    }
}

.banner_block_image_icon_container .item_number_cover {
    width: 48px;
    height: 48px;
    background-color: #FFFFFF;
    border: 1px solid #ECECED;
    color: #22262F;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.banner_block_image_icon_container .item_header {
    font-size: 18px;
    color: #22262F;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.banner_block_image_icon_container .item_text {
    font-size: 14px;
    color: #61656C;
    font-weight: 200;
    height: 63px;
    background-color: transparent;
}

.banner_block_image_icon_container .text_link_cover a {
    display: flex;
    align-items: center;
    color: #983641;
    margin-right: 5px;
    font-size: 16px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.banner_block_image_icon_container .text_link {
    font-weight: bold;
    text-transform: capitalize;
    margin-right: 5px;
}

.banner_block_image_icon_container .arrow_icon_right_cover {
    display: flex;
}

.banner_block_image_icon_container .arrow_icon_right {
    font-size: 16px;
    color: #983641;
}

.banner_block_image_icon_container .item_image_icon_cover {
    background-color: transparent;
    margin-top: 15px;
    position: absolute;
    width: 345px;
    top: -38px;
}
@media screen and (max-width: 1430px) {
    .banner_block_image_icon_container .item_image_icon_cover {
        width: 100%;
        position: static;
    }
}

.banner_block_image_icon_container .item_content_cover {
    text-align: center;
    margin-top: 15px;
}

.banner_block_image_icon_container .item_link {
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.banner_block_image_icon_container .item_link:hover {
    opacity: 0.8;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.banner_block_image_icon_container .item_text_ul {
    padding-left: 70px;
}
@media screen and (max-width: 1430px) {
    .banner_block_image_icon_container .item_text_ul {
        padding: 0;
        margin: auto;
        width: 260px;
        list-style-type: none;
    }
}

.banner_block_image_icon_container .item_text_ul li {
    text-align: left;
    font-size: 12px;
    margin-bottom: 5px;
}
@media screen and (max-width: 1430px) {
    .banner_block_image_icon_container .item_text_ul li {
        text-align: center;
    }
}

.banner_block_image_icon_container .image_background_cover {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
}

.banner_block_image_icon_container .image_background_cover img {
    opacity: 0.05;
}
/*------------------------------------*/
/*    _banner_block_image_structure.html.erb */
/*------------------------------------*/
.banner_block_structure_image_container {
    background-color: transparent !important;
}
@media screen and (max-width: 1430px) {
    .banner_block_structure_image_container {
        padding: 15px;
    }
}

.banner_block_structure_image_container .margin_top_bottom_95px {
    margin: 95px 0;
}

.banner_block_structure_image_container .margin_right_15px {
    margin-right: 15px;
}

.banner_block_structure_image_container .width_395px {
    width: 395px;
}

.banner_block_structure_image_container .width_768px {
    width: 768px;
}

.banner_block_structure_image_container .width_141px {
    width: 141px;
}

.banner_block_structure_image_container .background_white {
    background-color: #FFFFFF;
}

.banner_block_structure_image_container .content_header_cover {
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-weight: bold;
    color: #22262F;
    text-align: center;
}
@media screen and (max-width: 1430px) {
    .banner_block_structure_image_container .content_header_cover {
        display: inline;
    }
}

.banner_block_structure_image_container .margin_bottom_25px {
    margin-bottom: 25px;
}

.banner_block_structure_image_container .section_sub_header {
    font-size: 16px;
    font-weight: bold;
    color: #983641;
}

.banner_block_structure_image_container .section_header {
    font-size: 36px;
    font-weight: 500;
    color: #22262F;
    margin-bottom: 20px;
}
@media screen and (max-width: 1430px) {
    .banner_block_structure_image_container .section_header {
        font-size: 25px;
        margin-bottom: 15px;
    }
}

.banner_block_structure_image_container .section_sub_header_text {
    font-size: 18px;
    font-weight: 300;
    color: #61656C;
    margin-bottom: 12px;
}
@media screen and (max-width: 1430px) {
    .banner_block_structure_image_container .section_sub_header_text {
        width: auto;
        font-size: 16px;
    }
}

.banner_block_structure_image_container .item_list_cover ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 1430px) {
    .banner_block_structure_image_container .item_list_cover ul {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media screen and (max-width: 1430px) {
    .banner_block_structure_image_container .item_list_cover ul li {
        margin-bottom: 15px;
    }
}

.banner_block_structure_image_container .item_box_cover {
    position: relative;
}

.banner_block_structure_image_container .item_image_text_cover {
    width: 100%;
    background-color: rgba(000, 000, 000, 0.2);
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: left;
    position: absolute;
    padding: 15px 30px;
}

.banner_block_structure_image_container .item_image_cover {
    width: 15px;
    margin-right: 5px;
}

.banner_block_structure_image_container .item_image_cover img {
    width: 100%;
}

.banner_block_structure_image_container .item_text_cover {
    text-transform: capitalize;
}

.banner_block_structure_image_container .item_main_image {
    font-size: 18px;
    color: #22262F;
    font-weight: 600;
    overflow: hidden;
}

.banner_block_structure_image_container .item_main_image img {
    width: 100%;
}

.banner_block_structure_image_container .item_text {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 200;
    height: 130px;
    background-color: rgba(255, 255, 255, 0.2) !important;
    padding: 10px;
}

.banner_block_structure_image_container .item_image_background_cover {
    position: absolute;
    background-color: rgba(000, 000, 000, 0.2) !important;
    width: 100%;
    height: 100%;
}

.banner_block_structure_image_container .text_link_cover a {
    display: flex;
    align-items: center;
    color: #983641;
    margin-right: 5px;
    font-size: 16px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.banner_block_structure_image_container .text_link {
    font-weight: bold;
    text-transform: capitalize;
    margin-right: 5px;
}

.banner_block_structure_image_container .arrow_icon_right_cover {
    display: flex;
}

.banner_block_structure_image_container .former_button .arrow_icon_right {
    font-size: 16px;
    color: #983641;
}

.banner_block_structure_image_container .latter_button .arrow_icon_right {
    font-size: 16px;
    color: #FFFFFF;
}

.banner_block_structure_image_container .left_section {
    text-align: left;
}
@media screen and (max-width: 1430px) {
    .banner_block_structure_image_container .left_section {
        text-align: center;
    }
}

.banner_block_structure_image_container .former_button a {
    background-color: #fff;
    color: #94979C;
    text-decoration: none;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    height: 40px;
    border: 1px solid #ECECED;
    border-radius: 8px;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.banner_block_structure_image_container .former_button a:hover {
    opacity: 0.7;
    transition: 0.3s;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.banner_block_structure_image_container .latter_button a {
    background-color: #983641;
    color: #FFFFFF;
    text-decoration: none;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    height: 40px;
    border: 1px solid #983641;
    border-radius: 8px;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.banner_block_structure_image_container .latter_button a:hover {
    opacity: 0.7;
    transition: 0.3s;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.banner_block_structure_image_container .btn_text_cover {
    font-size: 14px;
    font-weight: bold;
}

.banner_block_structure_image_container .right_section {
    display: flex;
    justify-content: right;
    align-items: center;
}
@media screen and (max-width: 1430px) {
    .banner_block_structure_image_container .right_section {
        justify-content: center;
        margin: 15px 0 25px;
    }
}

.banner_block_structure_image_container .item_main_cover {
    position: relative;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.banner_block_structure_image_container .item_main_cover:hover {
    opacity: 0.9;
    transition: 0.3s;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
/*------------------------------------*/
/*    _banner_block_info.html.erb */
/*    _banner_block_info_corporate_finance.html.erb */
/*------------------------------------*/

@media screen and (max-width: 1430px) {
    .banner_block_info_container {
        padding: 15px;
    }
}

@media screen and (max-width: 1430px) {
    .banner_block_info_container .section_cover {
        margin: 15px 0 !important;
    }
}

.banner_block_info_container .margin_top_bottom_95px {
    margin: 95px 0;
}

.banner_block_info_container .width_395px {
    width: 395px;
}

.banner_block_info_container .width_768px {
    width: 768px;
}

.banner_block_info_container .height_555px {
    height: 555px;
}

.banner_block_info_container .margin_bottom_15px {
    margin-right: 15px;
}

.banner_block_info_container .height_100_percent {
    height: 100%;
}

.banner_block_info_container .background_white {
    background-color: #FFFFFF;
}

.banner_block_info_container .content_header_cover {
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-weight: bold;
    color: #22262F;
    text-align: center;
}
@media screen and (max-width: 1430px) {
    .banner_block_info_container .content_header_cover {
        padding: 15px;
    }
}

.banner_block_info_container .margin_bottom_25px {
    margin-bottom: 25px;
}

.banner_block_info_container .section_sub_header {
    font-size: 16px;
    font-weight: bold;
    color: #983641;
}

.banner_block_info_container .section_header {
    font-size: 36px;
    font-weight: 500;
    color: #22262F;
    margin-bottom: 20px;
}
@media screen and (max-width: 1430px) {
    .banner_block_info_container .section_header {
        font-size: 25px;
        margin-bottom: 15px;
    }
}

.banner_block_info_container .section_sub_header_text {
    font-size: 18px;
    font-weight: 300;
    color: #61656C;
    margin-bottom: 12px;
}
@media screen and (max-width: 1430px) {
    .banner_block_info_container .section_sub_header_text {
        width: 100%;
        padding: 0 15px;
        font-size: 16px;
    }
}

.banner_block_info_container .item_list_cover ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 1430px) {
    .banner_block_info_container .item_list_cover ul {
        display: inline;
    }
}

@media screen and (max-width: 1430px) {
    .banner_block_info_container .item_list_cover ul .item_list_cover_li {
        margin: 15px;
    }
}

@media screen and (max-width: 1430px) {
    .banner_block_info_container .item_list_cover ul .item_list_cover_corp_li {
       height: auto;
        margin-bottom: 15px;
    }
}

.banner_block_info_container .item_box_cover {
    padding: 25px;
}
@media screen and (max-width: 1430px) {
    .banner_block_info_container .item_box_cover {
        width: 100%;
    }
}

.banner_block_info_container .item_number_cover {
    width: 48px;
    height: 48px;
    background-color: #983641;
    color: #FFFFFF;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}
@media screen and (max-width: 1430px) {
    .banner_block_info_container .item_number_cover {
        margin-bottom: 18px;
    }
}

.banner_block_info_container .item_header {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 600;
    margin-bottom: 5px;
    height: 54px;
}
@media screen and (max-width: 1430px) {
    .banner_block_info_container .item_header {
        height: 100%;
    }
}

.banner_block_info_container .item_text {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 200;
    height: 190px;
    background-color: transparent;
}
@media screen and (max-width: 1430px) {
    .banner_block_info_container .item_text {
        height: 100%;
        margin-bottom: 15px;
    }
}

.banner_block_info_container .text_link_cover a {
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin-right: 5px;
    font-size: 16px;
    text-decoration: none;
    padding: 10px 15px;
    width: 145px;
    border: 1px solid #FFFFFF;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.banner_block_info_container .text_link {
    font-weight: bold;
    text-transform: capitalize;
    margin-right: 5px;
}

.banner_block_info_container .arrow_icon_right_cover {
    display: flex;
}

.banner_block_info_container .arrow_icon_right {
    font-size: 16px;
    color: #FFFFFF;
}

.banner_block_info_container .block_image_first {
    background-image: url(/assets/avatar-box-image-01-406f39f9f98fd7aac647562c2fbe02722c11cd10171ac5e56e445deadb2fcaf7.png);
    background-size: cover;
}
@media screen and (max-width: 1430px) {
    .banner_block_info_container .block_image_first {
        background-repeat: no-repeat;
        background-size: cover;
    }
}

.banner_block_info_container .block_image_second {
    background-image: url(/assets/avatar-box-image-02-ffdb105ac76a5ff074c5a591d0944bdf66a2d4522017aea4e3efe2155028d962.png);
    background-size: cover;
}
@media screen and (max-width: 1430px) {
    .banner_block_info_container .block_image_second {
        background-repeat: no-repeat;
        background-size: cover;
    }
}

.banner_block_info_container .block_image_third {
    background-image: url(/assets/avatar-box-image-04-1fd788b4efe13ba6dbda1b284c3831fc3479009e0838c13ac12a8cb242249f7c.png);
    background-size: cover;
}
@media screen and (max-width: 1430px) {
    .banner_block_info_container .block_image_third {
        background-repeat: no-repeat;
        background-size: cover;
    }
}

.banner_block_info_container .item_text_points ul {
    display: block !important;
}

.banner_block_info_container .item_text_points ul li {
    margin-bottom: 10px;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 8px;
}
/*------------------------------------*/
/*    _banner_block_info_arrow.html.erb */
/*------------------------------------*/
.banner_block_info_arrow_container .margin_top_bottom_95px {
    margin: 95px 0;
}

.banner_block_info_arrow_container .width_260px {
    width: 260px;
}

.banner_block_info_arrow_container .width_768px {
    width: 768px;
}

.banner_block_info_arrow_container .background_white {
    background-color: #FFFFFF;
}

.banner_block_info_arrow_container .content_header_cover {
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-weight: bold;
    color: #22262F;
}
@media screen and (max-width: 1430px) {
    .banner_block_info_arrow_container .content_header_cover {
        padding: 15px;
    }
}

.banner_block_info_arrow_container .margin_bottom_25px {
    margin-bottom: 25px;
}

.banner_block_info_arrow_container .section_sub_header {
    font-size: 16px;
    font-weight: bold;
    color: #983641;
}

.banner_block_info_arrow_container .section_header {
    font-size: 36px;
    font-weight: 500;
    color: #22262F;
    margin-bottom: 20px;
}
@media screen and (max-width: 1430px) {
    .banner_block_info_arrow_container .section_header {
        font-size: 25px;
        margin-bottom: 15px;
    }
}

.banner_block_info_arrow_container .section_sub_header_text {
    font-size: 18px;
    font-weight: 300;
    color: #61656C;
    margin-bottom: 12px;
}
@media screen and (max-width: 1430px) {
    .banner_block_info_arrow_container .section_sub_header_text {
        width: auto;
        font-size: 16px;
    }
}

.banner_block_info_arrow_container .item_list_cover ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 1430px) {
    .banner_block_info_arrow_container .item_list_cover ul {
        display: inline;
    }
}

@media screen and (max-width: 1430px) {
    .banner_block_info_arrow_container .item_list_cover ul li {
        width: 100%;
    }
}

.banner_block_info_arrow_container .item_box_cover {
    padding: 25px;
    height: 310px;
}
@media screen and (max-width: 1430px) {
    .banner_block_info_arrow_container .item_box_cover {
        width: auto;
        height: auto;
        margin: 15px;
        text-align: center;
    }
}

.banner_block_info_arrow_container .item_number_cover {
    width: 48px;
    height: 48px;
    background-color: #983641;
    color: #FFFFFF;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}
@media screen and (max-width: 1430px) {
    .banner_block_info_arrow_container .item_number_cover {
        margin: 0 auto 18px;
    }
}

.banner_block_info_arrow_container .item_header {
    font-size: 18px;
    color: #22262F;
    font-weight: 600;
    margin-bottom: 5px;
}

.banner_block_info_arrow_container .item_text {
    font-size: 12px;
    color: #61656C;
    font-weight: 200;
}

@media screen and (min-width: 1430px) {
    .banner_block_info_arrow_container .item_box_arrow_down_cover {
        display: none;
    }
}

@media screen and (max-width: 1430px) {
    .banner_block_info_arrow_container .item_box_arrow_forward_cover {
        display: none;
    }
}

@media screen and (max-width: 1430px) {
    .banner_block_info_arrow_container .item_box_arrow_down_cover {
        width: 25px;
        margin: auto;
    }
}


/*------------------------------------*/
/*    _banner_block_info.html.erb */
/*------------------------------------*/

@media screen and (max-width: 1430px) {
    .banner_block_info_loans_container {
        padding: 15px;
    }
}

@media screen and (max-width: 1430px) {
    .banner_block_info_loans_container .section_cover {
        margin: 15px 0 !important;
    }
}

.banner_block_info_loans_container .margin_top_bottom_95px {
    margin: 95px 0;
}

.banner_block_info_loans_container .width_395px {
    width: 395px;
}

.banner_block_info_loans_container .width_768px {
    width: 768px;
}

.banner_block_info_loans_container .margin_right_10px {
    margin-right: 10px;
}

.banner_block_info_loans_container .margin_right_150px {
    margin-right: 150px;
}
@media screen and (max-width: 1430px) {
    .banner_block_info_loans_container .margin_right_150px {
        margin-right: 0;
        margin-bottom: 8px;
    }
}

.banner_block_info_loans_container .background_white {
    background-color: #FFFFFF;
}

.banner_block_info_loans_container .content_header_cover {
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-weight: bold;
    color: #22262F;
    text-align: center;
}

.banner_block_info_loans_container .margin_bottom_25px {
    margin-bottom: 25px;
}

.banner_block_info_loans_container .section_sub_header {
    font-size: 16px;
    font-weight: bold;
    color: #983641;
}

.banner_block_info_loans_container .section_header {
    font-size: 36px;
    font-weight: 500;
    color: #22262F;
    margin-bottom: 20px;
}
@media screen and (max-width: 1430px) {
    .banner_block_info_loans_container .section_header {
        font-size: 25px;
        margin-bottom: 15px;
    }
}

.banner_block_info_loans_container .section_sub_header_text {
    font-size: 18px;
    font-weight: 300;
    color: #61656C;
    margin-bottom: 12px;
}
@media screen and (max-width: 1430px) {
    .banner_block_info_loans_container .section_sub_header_text {
        font-size: 16px;
        width: 100%;
    }
}

.banner_block_info_loans_container .item_box_cover {
    padding: 25px;
}

.banner_block_info_loans_container .item_number_cover {
    width: 48px;
    height: 48px;
    background-color: #983641;
    color: #FFFFFF;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

.banner_block_info_loans_container .item_header {
    font-size: 18px;
    color: #22262F;
    font-weight: 600;
    margin-bottom: 5px;
}

.banner_block_info_loans_container .item_text {
    font-size: 18px;
    color: #61656C;
    font-weight: 200;
    height: 190px;
    background-color: transparent;
}

.banner_block_info_loans_container .text_link_cover a {
    display: flex;
    align-items: center;
    color: #983641;
    margin-right: 5px;
    font-size: 16px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.banner_block_info_loans_container .text_link {
    font-weight: bold;
    text-transform: capitalize;
    margin-right: 5px;
}

.banner_block_info_loans_container .arrow_icon_right_cover {
    display: flex;
}

.banner_block_info_loans_container .arrow_icon_right {
    font-size: 16px;
    color: #983641;
}

.banner_block_info_loans_container .item_list_cover .products_list_ul {
    background-color: transparent;
    list-style: none;
    padding: 0;
    margin: 0;
}

.banner_block_info_loans_container .item_list_cover .products_list_ul li {
    background-color: transparent;
    width: 100%;
    color: #22262F !important;
    border: 1px solid #ECECED;
    height: 290px;
    display: flex;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 30px;
}
@media screen and (max-width: 1430px) {
    .banner_block_info_loans_container .item_list_cover .products_list_ul li {
        height: 100%;
    }
}

.banner_block_info_loans_container .item_list_cover .item_image_box_cover {
    background-color: transparent;
    position: relative;
}
@media screen and (max-width: 1430px) {
    .banner_block_info_loans_container .item_list_cover .item_image_box_cover {
        display: none;
    }
}

.banner_block_info_loans_container .item_list_cover .item_content_cover {
    background-color: transparent;
    width: 100%;
}

.banner_block_info_loans_container .item_list_cover .product_item_box_cover {
    display: flex;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.banner_block_info_loans_container .item_list_cover .image_cover {
    width: 300px;
    overflow: hidden;
}

.banner_block_info_loans_container .item_list_cover .image_cover img {
    width: 135%;
}

.banner_block_info_loans_container .item_list_cover .shade_image_text_cover {
    position: absolute;
    background-color: rgb(129, 48, 59, 0.5) !important;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.banner_block_info_loans_container .item_list_cover .image_text_cover {
    position: absolute;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.banner_block_info_loans_container .item_list_cover .text_content {
    background-color: rgba(000, 000, 000, 0.4);
    padding: 15px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    border-radius: 3px;
    color: #fff;
    width: 250px;
    text-align: center;
}

.banner_block_info_loans_container .item_list_cover .item_content_cover {
    padding: 15px;
}

.banner_block_info_loans_container .item_list_cover .dot_content_cover {
    display: flex;
    align-items: center;
}

.banner_block_info_loans_container .item_list_cover .dot_icon_content {
    display: flex;
    margin: 0 10px;
}

.banner_block_info_loans_container .item_list_cover .dot_icon {
    font-size: 5px !important;
}


.banner_block_info_loans_container .item_list_cover .dot_content {
    text-transform: capitalize;
    font-weight: bold;
    font-size: 12px;
}

.banner_block_info_loans_container .item_list_cover .item_box_header {
    font-size: 25px;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-top: 5px;
}
@media screen and (max-width: 1430px) {
    .banner_block_info_loans_container .item_list_cover .item_box_header  {
        font-size: 18px;
    }
}

.banner_block_info_loans_container .item_list_cover .upper_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 1430px) {
    .banner_block_info_loans_container .item_list_cover .upper_content {
        display: inline;
    }
}

.banner_block_info_loans_container .item_list_cover .right_content {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 1430px) {
    .banner_block_info_loans_container .item_list_cover .right_content {
       margin-top: 15px;
    }
}

.banner_block_info_loans_container .item_list_cover .button_cta_cover a {
    display: flex;
    text-decoration: none;
    /*background-color: red;*/
    /*color: black;*/
    padding: 5px 15px;
    border-radius: 5px;
    text-transform: capitalize;
    font-size: 14px;
    align-items: center;
    height: 40px;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.banner_block_info_loans_container .item_list_cover .button_cta_cover a:hover {
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.banner_block_info_loans_container .item_list_cover .button_cta_icon_cover {
    display: flex;
    margin-right: 5px;
}

.banner_block_info_loans_container .item_list_cover .item_divider {
    border-bottom: 1px solid #ECECED;
    margin: 24px 0;
}

.banner_block_info_loans_container .item_list_cover .box_item_content {
    color: #85888E;
    font-size: 15px;
    font-weight: 300;
    height: 70px;
}
@media screen and (max-width: 1430px) {
    .banner_block_info_loans_container .item_list_cover .box_item_content {
        height: auto;
        margin-bottom: 15px;
    }
}

.banner_block_info_loans_container .item_list_cover .initial_button {
    border: 1px solid #ECECED;
}

.banner_block_info_loans_container .item_list_cover .mino_info_cover {
    display: flex;
    align-items: flex-end;
    background-color: transparent;
    height: 70px;
}
@media screen and (max-width: 1430px) {
    .banner_block_info_loans_container .item_list_cover .mino_info_cover {
        display: inline;
        height: auto;
    }
}

.banner_block_info_loans_container .item_list_cover .mino_info_item_header {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: bold;
    color: #85888E !important;
}
@media screen and (max-width: 1430px) {
    .banner_block_info_loans_container .item_list_cover .mino_info_item_header {
        font-size: 12px;
    }
}

.banner_block_info_loans_container .item_list_cover .mino_info_item_data {
    font-size: 16px;
    font-weight: 400;
    color: #22262F;
}
@media screen and (max-width: 1430px) {
    .banner_block_info_loans_container .item_list_cover .mino_info_item_data {
        font-size: 14px;
    }
}
/*------------------------------------*/
/*    _banner_block_structure.html.erb */
/*------------------------------------*/
.banner_block_structure_container {
    background-color: green !important;
}

.banner_block_structure_container .margin_top_bottom_95px {
    margin: 95px 0;
}

.banner_block_structure_container .margin_right_15px {
    margin-right: 15px;
}

.banner_block_structure_container .width_395px {
    width: 395px;
}

.banner_block_structure_container .width_768px {
    width: 768px;
}

.banner_block_structure_container .width_141px {
    width: 141px;
}

.banner_block_structure_container .background_white {
    background-color: #FFFFFF;
}

.banner_block_structure_container .content_header_cover {
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-weight: bold;
    color: #22262F;
    text-align: center;
}

.banner_block_structure_container .margin_bottom_25px {
    margin-bottom: 25px;
}

.banner_block_structure_container .section_sub_header {
    font-size: 16px;
    font-weight: bold;
    color: #983641;
}

.banner_block_structure_container .section_header {
    font-size: 36px;
    font-weight: 500;
    color: #22262F;
    margin-bottom: 20px;
}

.banner_block_structure_container .section_sub_header_text {
    font-size: 18px;
    font-weight: 300;
    color: #61656C;
    margin-bottom: 12px;
}

.banner_block_structure_container .item_list_cover ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner_block_structure_container .item_box_cover {
    padding: 15px;
}

.banner_block_structure_container .item_image_text_cover {
    width: 100%;
    background-color: transparent;
    color: #FFFFFF;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 10px;
}

.banner_block_structure_container .item_image_cover {
    width: 15px;
    margin-right: 5px;
}

.banner_block_structure_container .item_image_cover img {
    width: 100%;
}

.banner_block_structure_container .item_text_cover {
    text-transform: capitalize;
}

.banner_block_structure_container .item_main_image {
    font-size: 18px;
    color: #22262F;
    font-weight: 600;
    overflow: hidden;
    height: 340px;
    /*height: 200px;*/
    margin: 5px 0 15px;
}

.banner_block_structure_container .item_main_image img {
    width: 100%;
}

.banner_block_structure_container .item_text {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 200;
    height: 130px;
    background-color: rgba(255, 255, 255, 0.2) !important;
    padding: 10px;
}

.banner_block_structure_container .text_link_cover a {
    display: flex;
    align-items: center;
    color: #983641;
    margin-right: 5px;
    font-size: 16px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.banner_block_structure_container .text_link {
    font-weight: bold;
    text-transform: capitalize;
    margin-right: 5px;
}

.banner_block_structure_container .arrow_icon_right_cover {
    display: flex;
}

.banner_block_structure_container .former_button .arrow_icon_right {
    font-size: 16px;
    color: #983641;
}

.banner_block_structure_container .latter_button .arrow_icon_right {
    font-size: 16px;
    color: #FFFFFF;
}

.banner_block_structure_container .left_section {
    text-align: left;
}

.banner_block_structure_container .former_button a {
    background-color: #fff;
    color: #94979C;
    text-decoration: none;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    height: 40px;
    border: 1px solid #ECECED;
    border-radius: 8px;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.banner_block_structure_container .former_button a:hover {
    opacity: 0.7;
    transition: 0.3s;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.banner_block_structure_container .latter_button a {
    background-color: #983641;
    color: #FFFFFF;
    text-decoration: none;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    height: 40px;
    border: 1px solid #983641;
    border-radius: 8px;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.banner_block_structure_container .latter_button a:hover {
    opacity: 0.7;
    transition: 0.3s;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.banner_block_structure_container .btn_text_cover {
    font-size: 14px;
    font-weight: bold;
}

.banner_block_structure_container .right_section {
    display: flex;
    justify-content: right;
    align-items: center;
}

.banner_block_structure_container .item_main_cover {
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.banner_block_structure_container .item_main_cover:hover {
    opacity: 0.9;
    transition: 0.3s;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
/*------------------------------------*/
/*    _banner_contact_us.html.erb */
/*------------------------------------*/

@media screen and (max-width: 1430px) {
    .banner_contact_us_container .page_container {
        padding: 15px;
    }
}

@media screen and (max-width: 1430px) {
    .banner_contact_us_container .section_cover {
        margin: 15px 0 !important;
    }
}

.banner_contact_us_container .margin_top_bottom_95px {
    margin: 95px 0;
}

.banner_contact_us_container .margin_bottom_30px {
    margin-bottom: 30px;
}

.banner_contact_us_container .margin_bottom_25px {
    margin-bottom: 25px;
}

.banner_contact_us_container .width_768px {
    width: 768px;
}

.banner_contact_us_container .background_white {
    background-color: #FFFFFF;
}

.banner_contact_us_container .content_header_cover {
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-weight: bold;
    color: #22262F;
}
@media screen and (max-width: 1430px) {
    .banner_contact_us_container .content_header_cover {
        display: inline;
    }
}

.banner_contact_us_container .margin_bottom_25px {
    margin-bottom: 25px;
}

.banner_contact_us_container .section_sub_header {
    font-size: 16px;
    font-weight: bold;
    color: #983641;
}

.banner_contact_us_container .section_header {
    font-size: 36px;
    font-weight: 500;
    color: #22262F;
    margin-bottom: 20px;
}
@media screen and (max-width: 1430px) {
    .banner_contact_us_container .section_header {
        font-size: 25px;
    }
}

.banner_contact_us_container .section_sub_header_text {
    font-size: 18px;
    font-weight: 300;
    color: #61656C;
    margin-bottom: 12px;
}
@media screen and (max-width: 1430px) {
    .banner_contact_us_container .section_sub_header_text {
        width: 100%;
        font-size: 16px;
    }
}

.banner_contact_us_container .listed_block_ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
@media screen and (max-width: 1210px) {
    .banner_contact_us_container .listed_block_ul {
        justify-content: center;
    }
}

.banner_contact_us_container .listed_block_li {
    border: 1px solid #ECECED;
    border-radius: 10px;
    background-color: transparent;
    padding: 15px;
    margin: 5px;
}

.banner_contact_us_container .block_cover_item {
    display: flex;
    justify-content: space-between;
}

.banner_contact_us_container .block_icon_image_cover {
    background-color: #81303B;
    border-radius: 200px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.banner_contact_us_container .block_icon_image_icon {
    color: #FFFFFF !important;
}

.banner_contact_us_container .title_text {
    text-transform: capitalize;
    font-weight: bold;
    font-size: 14px;
    color: #22262F;
}

.banner_contact_us_container .content_text {
    color: #61656C;
    font-size: 12px;
    width: 285px;
    margin: 10px 0;
}

.banner_contact_us_container .phone_text {
    font-weight: bold;
    font-size: 12px;
    color: #81303B;
    margin-bottom: 10px;
    height: 36px;
}

.banner_contact_us_container .time_text {
    text-transform: capitalize;
    font-weight: bold;
    font-size: 12px;
    color: #22262F;
}

.banner_contact_us_container .whatsapp_cover {
    background-color: #81303B;
}

.banner_contact_us_container .whatsapp_cover_item {
    display: flex;
    margin-bottom: 15px;
}

.banner_contact_us_container .whatsapp_icon_cover {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 200px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.banner_contact_us_container .whatsapp_icon {
    color: #FFFFFF;
}

.banner_contact_us_container .whatsapp_inner_cover {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    align-items: center;
    flex-wrap: wrap;
}
@media screen and (max-width: 700px) {
    .banner_contact_us_container .whatsapp_inner_cover {
        padding: 30px 15px;
        justify-content: center;
    }
}

.banner_contact_us_container .wa_title_text {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 5px;
}

.banner_contact_us_container .wa_content_text {
    color: #FFFFFF;
    font-size: 12px;
    width: 285px;
}

.banner_contact_us_container .wa_info_cover {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner_contact_us_container .wa_arrow_cover {
    display: flex;
}

.banner_contact_us_container .wa_arrow_icon {
    font-size: 20px;
    margin: 3px 0 0 7px;
}

.banner_contact_us_container .wa_arrow_text_cover {
    font-size: 13px;
}

.banner_contact_us_container .map_cover {
    border: 1px solid #ECECED;
    padding: 15px;
}
/*------------------------------------*/
/*    _banner_content_image.html.erb */
/*------------------------------------*/
@media screen and (max-width: 1430px) {
    .banner_content_app_text_container {
        padding: 15px;
    }
}

@media screen and (max-width: 1430px) {
    .banner_content_app_text_container .section_cover {
        margin: 0;
    }
}

.banner_content_app_text_container .margin_top_bottom_95px {
    margin: 95px 0;
}

.banner_content_app_text_container .margin_bottom_30px {
    margin-bottom: 30px;
}

.banner_content_app_text_container .margin_bottom_25px {
    margin-bottom: 25px;
}

.banner_content_app_text_container .background_white {
    background-color: #FFFFFF;
}

.banner_content_app_text_container .image_text_cover {
    background: linear-gradient(to bottom, #81303B 30%, #94979C 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-radius: 10px;
    position: relative;
}

.banner_content_app_text_container .image_section {
    width: 450px;
}
@media screen and (max-width: 1430px) {
    .banner_content_app_text_container .image_section {
        display: none;
    }
}

.banner_content_app_text_container .image_section img {
    width: 100%;
}

.banner_content_app_text_container .image_text_section {
    background-color: transparent;
    padding: 30px;
}


.banner_content_app_text_container .sub_content_cover {
    font-size: 36px;
    font-weight: 300;
    color: #FFFFFF;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.banner_content_app_text_container .image_background_cover {
    position: absolute;
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.banner_content_app_text_container .image_background_cover img {
    height: 100%;
    opacity: 0.07;
}

.banner_content_app_text_container .point_cover {
    display: flex;
    align-items: center;
}

.banner_content_app_text_container .margin_bottom_30px {
    margin-bottom: 15px;
}

.banner_content_app_text_container .point_icon_cover {
    width: 40px;
    height: 40px;
    background-color: #FFFFFF;
    border: 1px solid #ECECED;
    color: #22262F;
    border-radius: 200px;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.banner_content_app_text_container .point_icon {
    color: #22262F;
}

.banner_content_app_text_container .point_header {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.banner_content_app_text_container .point_text {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 200;
    background-color: transparent;
}
/*------------------------------------*/
/*    _banner_content_app_text_digital_finance.html.erb */
/*------------------------------------*/

@media screen and (max-width: 1430px) {
    .banner_content_app_text_digital_finance_container {
        padding: 15px;
    }
}

@media screen and (max-width: 1430px) {
    .banner_content_app_text_digital_finance_container .section_cover {
        margin: 15px 0 !important;
    }
}

.banner_content_app_text_digital_finance_container .margin_top_bottom_95px {
    margin: 95px 0;
}

.banner_content_app_text_digital_finance_container .margin_bottom_30px {
    margin-bottom: 30px;
}

.banner_content_app_text_digital_finance_container .margin_bottom_25px {
    margin-bottom: 25px;
}

.banner_content_app_text_digital_finance_container .width_768px {
    width: 768px;
}

.banner_content_app_text_digital_finance_container .background_white {
    background-color: #FFFFFF;
}

.banner_content_app_text_digital_finance_container .image_text_cover {
    background: linear-gradient(to bottom, #81303B 30%, #94979C 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    border: 1px solid #ECECED;
}

.banner_content_app_text_digital_finance_container .image_section {
    width: 450px;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: -150px;
}
@media screen and (max-width: 1430px) {
    .banner_content_app_text_digital_finance_container .image_section {
        display: none;
    }
}

.banner_content_app_text_digital_finance_container .image_section img {
    width: 250%;
}

.banner_content_app_text_digital_finance_container .image_text_section {
    background-color: transparent;
    padding: 30px;
    z-index: 1;
}

.banner_content_app_text_digital_finance_container .sub_content_cover {
    font-size: 36px;
    font-weight: 300;
    color: #FFFFFF;
    text-transform: capitalize;
    margin-bottom: 20px;
}
@media screen and (max-width: 1430px) {
    .banner_content_app_text_digital_finance_container .sub_content_cover {
        font-size: 25px;
    }
}

.banner_content_app_text_digital_finance_container .image_background_cover {
    position: absolute;
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.banner_content_app_text_digital_finance_container .image_background_cover img {
    height: 100%;
    opacity: 0.07;
}

.banner_content_app_text_digital_finance_container .point_cover {
    display: flex;
    align-items: center;
}

.banner_content_app_text_digital_finance_container .margin_bottom_30px {
    margin-bottom: 15px;
}

.banner_content_app_text_digital_finance_container .point_icon_cover {
    width: 40px;
    height: 40px;
    background-color: #FFFFFF;
    border: 1px solid #ECECED;
    color: #22262F;
    border-radius: 200px;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.banner_content_app_text_digital_finance_container .point_icon {
    color: #22262F;
}

.banner_content_app_text_digital_finance_container .point_header {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.banner_content_app_text_digital_finance_container .point_text {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 200;
    background-color: transparent;
}

.banner_content_app_text_digital_finance_container .section_sub_header {
    font-size: 16px;
    font-weight: bold;
    color: #983641;
}

.banner_content_app_text_digital_finance_container .section_header {
    font-size: 36px;
    font-weight: 500;
    color: #22262F;
    margin-bottom: 20px;
}
@media screen and (max-width: 1430px) {
    .banner_content_app_text_digital_finance_container .section_header {
        font-size: 25px;
        margin-bottom: 15px;
    }
}

.banner_content_app_text_digital_finance_container .section_sub_header_text {
    font-size: 18px;
    font-weight: 300;
    color: #61656C;
    margin-bottom: 12px;
}
@media screen and (max-width: 1430px) {
    .banner_content_app_text_digital_finance_container .section_sub_header_text {
        font-size: 16px;
        width: 100%;
    }
}

.banner_content_app_text_digital_finance_container .content_image_cover {
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.banner_content_app_text_digital_finance_container .content_section {
    background-color: transparent;
    font-size: 14px;
    color: #61656C;
    font-weight: 200;
    width: 555px;
    line-height: 25px;
}

.banner_content_app_text_digital_finance_container .content_header_cover {
    display: flex;
    justify-content: center;
    text-align: center;
}










/*------------------------------------*/
/*    _banner_content_banner_image.html.erb */
/*------------------------------------*/

@media screen and (max-width: 1430px) {
    .banner_content_banner_image_container .page_container {
        padding: 15px;
    }
}

@media screen and (max-width: 1430px) {
    .banner_content_banner_image_container .section_cover {
        margin: 15px 0 !important;
    }
}

.banner_content_banner_image_container .margin_top_bottom_95px {
    margin: 95px 0;
}

.banner_content_banner_image_container .margin_bottom_30px {
    margin-bottom: 30px;
}

.banner_content_banner_image_container .margin_bottom_25px {
    margin-bottom: 25px;
}

.banner_content_banner_image_container .width_768px {
    width: 768px;
}

.banner_content_banner_image_container .background_white {
    background-color: #FFFFFF;
}

.banner_content_banner_image_container .content_header_cover {
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-weight: bold;
    color: #22262F;
}
@media screen and (max-width: 1430px) {
    .banner_content_banner_image_container .content_header_cover {
        display: inline;
    }
}

.banner_content_banner_image_container .margin_bottom_25px {
    margin-bottom: 25px;
}

.banner_content_banner_image_container .section_sub_header {
    font-size: 16px;
    font-weight: bold;
    color: #983641;
}

.banner_content_banner_image_container .section_header {
    font-size: 36px;
    font-weight: 500;
    color: #22262F;
    margin-bottom: 20px;
}
@media screen and (max-width: 1430px) {
    .banner_content_banner_image_container .section_header {
        font-size: 25px;
    }
}

.banner_content_banner_image_container .section_sub_header_text {
    font-size: 18px;
    font-weight: 300;
    color: #61656C;
    margin-bottom: 12px;
}
@media screen and (max-width: 1430px) {
    .banner_content_banner_image_container .section_sub_header_text {
        width: 100%;
        font-size: 16px;
    }
}

.banner_content_banner_image_container .content_image_cover {
    display: flex;
    justify-content: space-between;
    height: 100%;
}
@media screen and (max-width: 1430px) {
    .banner_content_banner_image_container .content_image_cover {
        display: inline;
    }
}

.banner_content_banner_image_container .content_section {
    background-color: transparent;
    font-size: 14px;
    color: #61656C;
    font-weight: 200;
    width: 555px;
    line-height: 25px;
}
@media screen and (max-width: 1430px) {
    .banner_content_banner_image_container .content_section {
        width: 100%;
    }
}

.banner_content_banner_image_container .image_section {
    background-color: blue;
}

.banner_content_banner_image_container .content_image_main_cover .section_sub_header {
    margin-bottom: 15px;
}

.banner_content_banner_image_container .content_item_header_cover {
    display: flex;
    align-items: center;
    justify-content: left;
}


.banner_content_banner_image_container .content_item_header {
    font-weight: bold;
    color: #22262F;
}

.banner_content_banner_image_container .content_item_icon_text_cover {
    /*background-color: #FEF3F2;*/
    /*border: 1px solid #D92D20;*/
    display: flex;
    align-items: center;
    justify-content: left;
    margin-left: 10px;
    padding: 0 15px;
    border-radius: 50px;
    height: 20px;
}

.banner_content_banner_image_container .content_item_icon_cover {
    display: flex;
}

.banner_content_banner_image_container .content_item_icon {
    font-size: 6px !important;
    /*color: #D92D20;*/
}

.banner_content_banner_image_container .content_item_text_cover {
    /*color: #D92D20;*/
    font-weight: bold;
    font-size: 8px;
}

.banner_content_banner_image_container .content_item_icon {
    margin-right: 5px;
}

.banner_content_banner_image_container .divider_cover {
    border: 1px solid #F7F7F7;
    margin: 15px 0;
}

.banner_content_banner_image_container .content_img_section {
    height: 615px;
    background-color: transparent;
    overflow: hidden;
}
@media screen and (max-width: 1430px) {
    .banner_content_banner_image_container .content_img_section {
        height: 100%;
    }
}

.banner_content_banner_image_container .content_img_section img {
    width: 100%;
}

.banner_content_banner_image_container .content_image_text_cover {
    position: relative;
}

.banner_content_banner_image_container .shade_image_text_cover {
    position: absolute;
    background-color: rgb(129, 48, 59, 0.2) !important;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.banner_content_banner_image_container .image_text_cover {
    position: absolute;
    background-color: rgb(129, 48, 59, 0.5) !important;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 15px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}

.banner_content_banner_image_container .content_info_header {
    font-size: 25px;
    color: #22262F;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: capitalize;
    letter-spacing: 1px;
}
@media screen and (max-width: 1430px) {
    .banner_content_banner_image_container .content_info_header {
        font-size: 16px;
    }
}
/*------------------------------------*/
/*    _banner_content_image.html.erb */
/*------------------------------------*/

@media screen and (max-width: 1430px) {
    .banner_content_image_container {
        padding: 15px;
    }
}

@media screen and (max-width: 1430px) {
    .banner_content_image_container .section_cover {
        margin: 15px 0 !important;
    }
}

.banner_content_image_container .margin_top_bottom_95px {
    margin: 95px 0;
}

.banner_content_image_container .margin_bottom_30px {
    margin-bottom: 30px;
}

.banner_content_image_container .margin_bottom_25px {
    margin-bottom: 25px;
}

.banner_content_image_container .background_white {
    background-color: #FFFFFF;
}

.banner_content_image_container .width_768px {
    width: 768px;
}

.banner_content_image_container .content_header_cover {
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-weight: bold;
    color: #22262F;
}

.banner_content_image_container .margin_bottom_25px {
    margin-bottom: 25px;
}

.banner_content_image_container .section_sub_header {
    font-size: 16px;
    font-weight: bold;
    color: #983641;
}

.banner_content_image_container .section_header {
    font-size: 36px;
    font-weight: 500;
    color: #22262F;
    margin-bottom: 20px;
}
@media screen and (max-width: 1430px) {
    .banner_content_image_container .section_header {
        font-size: 25px;
        margin-bottom: 15px;
    }
}

.banner_content_image_container .section_sub_header_text {
    font-size: 18px;
    font-weight: 300;
    color: #61656C;
    margin-bottom: 12px;
}
@media screen and (max-width: 1430px) {
    .banner_content_image_container .section_sub_header_text {
        font-size: 16px;
        width: 100%;
    }
}

.banner_content_image_container .content_image_cover {
    display: flex;
    justify-content: space-between;
    height: 100%;
    /*align-items: center;*/
}
@media screen and (max-width: 1430px) {
    .banner_content_image_container .content_image_cover {
        display: inline;
    }
}

.banner_content_image_container .content_section {
    background-color: transparent;
    font-size: 14px;
    color: #61656C;
    font-weight: 200;
    width: 555px;
    line-height: 25px;
}
@media screen and (max-width: 1430px) {
    .banner_content_image_container .content_section {
        width: 100%;
        margin-bottom: 15px;
    }
}

.banner_content_image_container .image_section {
    background-color: blue;
}

.banner_content_image_container .content_image_main_cover .section_sub_header {
    margin-bottom: 15px;
}

.banner_content_image_container .content_item_header_cover {
    display: flex;
    align-items: center;
    justify-content: left;
}


.banner_content_image_container .content_item_header {
    font-weight: bold;
    color: #22262F;
}

.banner_content_image_container .content_item_icon_text_cover {
    /*background-color: #FEF3F2;*/
    /*border: 1px solid #D92D20;*/
    display: flex;
    align-items: center;
    justify-content: left;
    margin-left: 10px;
    padding: 0 15px;
    border-radius: 50px;
    height: 20px;
}

.banner_content_image_container .content_item_icon_cover {
    display: flex;
}

.banner_content_image_container .content_item_icon {
    font-size: 6px !important;
    /*color: #D92D20;*/
}

.banner_content_image_container .content_item_text_cover {
    /*color: #D92D20;*/
    font-weight: bold;
    font-size: 8px;
}

.banner_content_image_container .content_item_icon {
    margin-right: 5px;
}

.banner_content_image_container .divider_cover {
    border: 1px solid #F7F7F7;
    margin: 15px 0;
}

.banner_content_image_container .content_img_wide_section {
    background-color: transparent;
    overflow: hidden;
}

.banner_content_image_container .content_img_wide_section img {
    width: 100%;
}

.banner_content_image_container .content_img_section {
    width: 555px;
    background-color: transparent;
    overflow: hidden;
}
@media screen and (max-width: 1430px) {
    .banner_content_image_container .content_img_section {
        width: 100%;
    }
}

.banner_content_image_container .content_img_section img {
    width: 100%;
}

.banner_content_image_container .content_image_text_cover {
    position: relative;
}

.banner_content_image_container .shade_image_text_cover {
    position: absolute;
    background-color: rgb(129, 48, 59, 0.09) !important;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.banner_content_image_container .image_text_cover {
    position: absolute;
    background-color: rgb(129, 48, 59, 0.5) !important;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 15px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}
/*------------------------------------*/
/*    _banner_content_info_image_container.html.erb */
/*------------------------------------*/

@media screen and (max-width: 1430px) {
    .banner_content_info_image_container {
        padding: 15px;
    }
}

@media screen and (max-width: 1430px) {
    .banner_content_info_image_container .section_cover {
        margin: 15px 0 !important;
    }
}

.banner_content_info_image_container .margin_top_bottom_95px {
    margin: 95px 0;
}

.banner_content_info_image_container .width_260px {
    width: 260px;
}

.banner_content_info_image_container .width_768px {
    width: 768px;
}

.banner_content_info_image_container .width_230px {
    width: 230px;
}

.banner_content_info_image_container .margin_top_35px {
    margin-top: 35px;
}

.banner_content_info_image_container .margin_bottom_50px {
    margin-bottom: 50px;
}

.banner_content_info_image_container .background_white {
    background-color: #FFFFFF;
}

.banner_content_info_image_container .content_header_cover {
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-weight: bold;
    color: #22262F;
}
@media screen and (max-width: 1430px) {
    .banner_content_info_image_container .content_header_cover {
        text-align: center;
    }
}

.banner_content_info_image_container .margin_bottom_25px {
    margin-bottom: 25px;
}

.banner_content_info_image_container .section_sub_header {
    font-size: 16px;
    font-weight: bold;
    color: #983641;
}

.banner_content_info_image_container .section_header {
    font-size: 36px;
    font-weight: 500;
    color: #22262F;
    margin-bottom: 20px;
}
@media screen and (max-width: 1430px) {
    .banner_content_info_image_container .section_header {
       font-size: 25px;
    }
}

.banner_content_info_image_container .section_sub_header_text {
    font-size: 18px;
    font-weight: 300;
    color: #61656C;
    margin-bottom: 12px;
}
@media screen and (max-width: 1430px) {
    .banner_content_info_image_container .section_sub_header_text {
        font-size: 16px;
        width: 100%;
    }
}

.banner_content_info_image_container .font_size_25px {
    font-size: 25px !important;
}

.banner_content_info_image_container .cta_btn_cover a {
    text-decoration: none;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    height: 58px;
    border: 1px solid #983641;
    border-radius: 8px;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.banner_content_info_image_container .cta_btn_cover a:hover {
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.banner_content_info_image_container .btn_text_cover {
    font-size: 14px;
    margin-right: 15px;
    color: #983641;
    font-weight: bold;
}

.banner_content_info_image_container .arrow_icon_right_cover {
    display: flex;
}

.banner_content_info_image_container .arrow_icon_right {
    font-size: 16px;
    color: #983641;
}

.banner_content_info_image_container .content_image_section {
    background-color: transparent;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 1100px) {
    .banner_content_info_image_container .content_image_section {
        flex-wrap: wrap;
    }
}

.banner_content_info_image_container .content_list_section {
    background-color: transparent;
    width: 560px;
}
@media screen and (max-width: 1100px) {
    .banner_content_info_image_container .content_list_section {
        width: 100%;
    }
}

.banner_content_info_image_container .content_list_item {
    padding: 16px 24px;
    border-left: 5px solid #ECECED;
}

.banner_content_info_image_container .content_list_item:hover {
    border-left: 5px solid #81303B;
    background-color: #F7F7F7;
}

.banner_content_info_image_container .content_list_item .header {
    font-size: 16px;
    font-weight: 400;
    color: #22262F;
    text-transform: capitalize;
}

.banner_content_info_image_container .content_list_item .sub_content {
    background-color: transparent;
    font-size: 12px;
    color: #61656C;
    font-weight: 200;
    line-height: 18px;
    margin: 5px 0;
}

.banner_content_info_image_container .content_list_item .text_icon_link_cover a {
    display: flex;
    align-items: center;
    color: #983641 !important;
    text-decoration: none;
}

.banner_content_info_image_container .content_list_item .text_link {
    font-weight: bold;
    text-transform: capitalize;
    margin-right: 5px;
    font-size: 12px;
}

.banner_content_info_image_container .content_list_item .arrow_icon_right_cover {
    display: flex;
}

.banner_content_info_image_container .content_list_item .arrow_icon_right {
    font-size: 16px;
    color: #983641;
}

.banner_content_info_image_container .image_background_shade_cover {
    position: relative;
    width: 590px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 5px;
}
@media screen and (max-width: 1100px) {
    .banner_content_info_image_container .image_background_shade_cover {
        display: none;
    }
}

.banner_content_info_image_container .image_background_shade_cover img {
    width: 100%;
}

.banner_content_info_image_container .background_shade {
    /*background-color: rgb(000, 000, 000, 0.09) !important;*/
    background-color: rgb(129, 48, 59, 0.09) !important;
    height: 100%;
    width: 100%;
    position: absolute;
}

.banner_content_info_image_container .image_background_cover {
    position: absolute;
    overflow: hidden;
    bottom: 0;
    height: 200px;
}

.banner_content_info_image_container .image_background_cover img {
    height: 100% !important;
    opacity: 0.09 !important;
}

.banner_content_info_image_container .big_text {
    font-size: 18px !important;
    line-height: 27px !important;
}
/*------------------------------------*/
/*    _banner_financials.html.erb */
/*------------------------------------*/

.banner_financials .page_container {
    padding: 15px;
}

.banner_financials .listed_report_content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.banner_financials .listed_report_content ul li {
    background-color: transparent;
    margin: 25px 0;
    padding: 15px 30px;
    border-radius: 10px;
    border: 1px solid #ECECED;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 800px) {
    .banner_financials .listed_report_content ul li {
        display: block;
    }
}

@media screen and (max-width: 800px) {
    .banner_financials .content_cover {
        margin-bottom: 10px;
    }
}

.banner_financials .left_section {
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner_financials .right_section {
    background-color: transparent;
}

.banner_financials .date {
    font-size: 50px;
    color: #81303B;
}
@media screen and (max-width: 800px) {
    .banner_financials .date {
        display: none;
    }
}

.banner_financials .content_title {
    text-transform: capitalize;
    font-size: 16px;
    color: #81303B;
    font-weight: 500;
}
@media screen and (max-width: 800px) {
    .banner_financials .content_title {
        font-size: 12px;
    }
}

.banner_financials .content_type {
    text-transform: capitalize;
    font-size: 12px;
    color: #85888E;
}

.banner_financials .report_divider {
    border-right: 1px solid #ECECED;
    height: 50px;
    margin: 0 50px;
}
@media screen and (max-width: 800px) {
    .banner_financials .report_divider {
        display: none;
    }
}

.banner_financials .button_report_cta_cover a {
    display: flex;
    text-decoration: none;
    padding: 5px 30px;
    border-radius: 5px;
    text-transform: capitalize;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    height: 40px;
    background-color: #81303B;
    color: #FFFFFF;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.banner_financials .button_report_cta_cover a:hover {
    color: #FFFFFF !important;
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.banner_financials .icon_download_report_cover {
    display: flex;
    margin-right: 7px;
}

.banner_financials .icon_download_report {
    font-size: 20px;
}

.banner_financials .listed_report_content {
    margin: 45px 0 100px;
}


.banner_financials .report_link_cover {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner_financials .button_report_cta_eye_cover .button_report_cta_eye_modal_cover {
    display: flex;
    text-decoration: none;
    padding: 5px 15px;
    border-radius: 5px;
    text-transform: capitalize;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    height: 40px;
    background-color: #81303B;
    color: #FFFFFF;
    margin-right: 5px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.banner_financials .button_report_cta_eye_cover .button_report_cta_eye_modal_cover:hover {
    color: #FFFFFF !important;
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.banner_financials .icon_eye_report_cover {
    display: flex;
}

.banner_financials .icon_eye_report {
    font-size: 20px;
}
/*------------------------------------*/
/*    _banner_hero_one.html.erb */
/*------------------------------------*/
.banner_hero_container {
    background-color: transparent !important;
}

.banner_hero_container .width_160px {
    width: 160px;
}

.banner_hero_container .width_680px {
    width: 680px !important;
}

.banner_hero_container .width_465px {
    width: 465px;
}

.banner_hero_container .width_170px {
    width: 170px;
}

.banner_hero_container .width_175px {
    width: 175px;
}

.banner_hero_container .width_263px {
    width: 263px;
}

.banner_hero_container .width_850px {
    width: 850px;
}

.banner_hero_container .width_325px {
    width: 325px;
}

.banner_hero_container .width_270px {
    width: 270px;
}

.banner_hero_container .margin_right_20px {
    margin-right: 20px;
}

.banner_hero_container .margin_auto {
    margin: auto;
}

.banner_hero_container .text_colour_black {
    color: #22262F !important;
}

.banner_hero_container .text_colour_fcl_brand_dark {
    color: #81303B !important;
}

.banner_hero_container .text_align_center {
    text-align: center;
}

.banner_hero_container .text_align_left {
    text-align: left;
}

.banner_hero_container .justify_content_center {
    justify-content: center;
}

.banner_hero_container .carousel_block_content {
    background-color: transparent;
    /*top: 50px !important;*/
    align-items: center;
    display: flex !important;
}
@media screen and (min-width: 1300px) {
    .banner_hero_container .carousel_block_content {
        top: 95px !important;
    }
}

.banner_hero_container .carousel_inner_content_cover {
    /*background-color: rgba(000, 000, 000, 0.1);*/
    padding: 15px;
    top: 135px !important;
}

.banner_hero_container .carousel_inner_content_cover .title_text {
    background-color: transparent;
    font-size: 50px;
    font-weight: bold;
    line-height: 55px;
    text-transform: uppercase;
    width: 455px;
}
@media screen and (max-width: 1300px) {
    .banner_hero_container .carousel_inner_content_cover .title_text {
        font-size: 25px;
        line-height: 35px;
    }
}

.banner_hero_container .sub_title_text {
    margin: 5px 0 30px;
    font-size: 18px;
}
@media screen and (max-width: 1300px) {
    .banner_hero_container .sub_title_text {
        font-size: 14px;
    }
}
@media screen and (max-width: 700px) {
    .banner_hero_container .sub_title_text {
        display: none;
    }
}

.banner_hero_container .banner_button_cover {
    display: flex;
    margin-bottom: 25px;
}
@media screen and (max-width: 800px) {
    .banner_hero_container .banner_button_cover {
        display: none;
    }
}

.banner_hero_container .banner_button_cover .former_button {
    border: 1px solid #81303B;
    height: 40px;
    text-decoration: none;
    text-transform: capitalize;
    padding: 17px 18px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.banner_hero_container .banner_button_cover .former_button:hover {
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.banner_hero_container .btn_link_text {
    color: #FFFFFF;
    text-transform: uppercase;
}

.banner_hero_container .banner_button_cover .latter_button {
    background-color: rgba(255, 255, 255, 0.2) !important;
    color: #FFFFFF !important;
    border: 1px solid #81303B;
    height: 58px;
    text-decoration: none;
    text-transform: capitalize;
    padding: 17px 18px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-transition: all 0.3s ease;
}

.banner_hero_container .banner_button_cover .font_size_30px {
    font-size: 30px !important;
}

.banner_hero_container .banner_button_cover .btn_link_icon_cover {
    display: flex;
    background-color: #FFFFFF;
    padding: 5px;
    border-radius: 200px;
}

.banner_hero_container .banner_block_section_cover {
    display: flex;
    margin-top: 70px;
}
@media screen and (max-width: 1300px) {
    .banner_hero_container .banner_block_section_cover {
        display: none;
    }
}

.banner_hero_container .banner_block_section_cover .block_cover {
    background-color: green;
    margin-right: 30px;
    background-color: rgba(255, 255, 255, 0.2) !important;
    padding: 15px;
    border-radius: 10px;
    font-weight: bold;
    text-transform: capitalize;
}

.banner_hero_container .carousel-caption {
    right: 15% !important;
    left: 6% !important;
}

.banner_hero_container .carousel-control-next, .carousel-control-prev {
    width: 3% !important;
}

.banner_hero_container .logo_banner_cover {
    width: 100px;
    margin-bottom: 25px;
}
@media screen and (max-width: 1300px) {
    .banner_hero_container .logo_banner_cover {
        display: none;
    }
}

.banner_hero_container .logo_banner_cover img {
    width: 100%;
}

.banner_hero_container .banner_content_boost_cover {
    display: flex;
    justify-content: left;
    align-items: end;
    margin: 20px 0;
}

.banner_hero_container .momo_cover {
    width: 300px;
}

.banner_hero_container .momo_cover img {
    width: 100%
}

.banner_hero_container .momo_text_cover {
    line-height: 15px;
    margin-right: 5px;
}

.banner_hero_container .momo_mtn_cover {
    display: flex;
    justify-content: left;
    align-items: end;
}

.banner_hero_container .momo_mtn_image_cover {
    width: 100px;
    margin-right: 5px;
}

.banner_hero_container .momo_mtn_image_cover img {
    width: 100%;
    margin-right: 5px;
}

.banner_hero_container .momo_mtn_text_cover {
    line-height: 23px;
}

.banner_hero_container .logo_mini_text_cover {
    width: 75px;
    margin-right: 5px;
}

.banner_hero_container .logo_mini_text_cover img {
    width: 100%;
}
/*------------------------------------*/
/*    _banner_hero_static_corporate_governance.html.erb */
/*------------------------------------*/

.banner_hero_static_container .background_image_structure {
    height: 550px;
    width: 100%;
}

.banner_hero_static_container .height_900px {
    height: 900px !important;
}

.banner_hero_static_container .background_image_cover_01 {
    background-image: url(/assets/banner-hero-static-01-5a75af7c21723291defabd198ea79cc1652968709fe8cda272b8da8e6e9b44ab.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.banner_hero_static_container .background_image_cover_02 {
    background-image: url(/assets/banner-hero-static-02-2e5773764c1d8c9eb16dc01338dde631bce08bbc655347aafc47da1de7dedcff.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.banner_hero_static_container .background_image_cover_03 {
    background-image: url(/assets/banner-hero-static-03-b17d1bde69a5fa8edbd2922bed7ccb6f3c887c54fa5c686f37214362982d3ac2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.banner_hero_static_container .background_image_cover_04 {
    background-image: url(/assets/banner-hero-image-09-f37ddf997d8f84a4f7bb0ccb848652349195661b5c933451046c97e49e7081d4.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.banner_hero_static_container .background_image_cover_05 {
    background-image: url(/assets/banner-hero-image-04-7e72f4a6050fd5cf036ffe162daa4c74881995eccf9e49953ed9e08080e8070e.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.banner_hero_static_container .background_image_cover_06 {
    background-image: url(/assets/banner-hero-image-03-b176bc60928267e50b0620ec2c552a78409bb5d84b320bd28d9ce81eb0eab052.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.banner_hero_static_container .background_image_cover_07 {
    background-image: url(/assets/banner-hero-static-04-9ce5ec13a85a3bb63249e84da851d5e6483d40abb8c45add600512696b3c63b0.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.banner_hero_static_container .background_image_cover_08 {
    background-image: url(/assets/banner-hero-image-10-a2a606bd6917c54f1e9998e164312921512d452ba548debe986304c21f8c2cea.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.banner_hero_static_container .background_image_cover_09 {
    background-image: url("https://www.graphic.com.gh/images/2026/Apr/30/atofizzy.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.banner_hero_static_container .background_image_cover_099 {
    background-image: url(/assets/blog-image-06-2427fdd5f19a1fdfa36c71e9071ebd4ce492b3fccd1d3148074b9e2626c1aceb.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.banner_hero_static_container .background_image_cover_10 {
    background-image: url(/assets/blog-image-05-a77978038553ba363933e9953920c58a57a2d1538b702eded6e8d5e48db54474.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.banner_hero_static_container .background_image_cover_11 {
    background-image: url(/assets/blog-image-04-74c486173216c3213e382bbbcca27a01f2377a4e34a32fc078682ffba5b82fdc.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.banner_hero_static_container .background_image_cover_12 {
    background-image: url(/assets/fcl-hero-img-narrow-05-about-us-626eeac4c74aad6532c793ccab6329e714f3c98cb99f82f767ccb467fc364fd6.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.banner_hero_static_container .background_image_cover_13 {
    background-image: url(/assets/fcl-hero-img-narrow-08-loans-21ad5f488222d92a28ec160a9b45a38e9b1ca8cf0828f7db2f54ebbfc38824ca.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.banner_hero_static_container .background_image_cover_14 {
    background-image: url(/assets/fcl-hero-img-narrow-07-investment-9a5825f3f2dd64716819433bd9e76f0634c539a2548846287cf67867b739b251.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.banner_hero_static_container .background_image_cover_15 {
    background-image: url(/assets/fcl-hero-img-narrow-06-digital-finance-8d3ac0c94ad20eb6bd6571a86f4af103ec1508d092a34bcec338f56ce3bebb75.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.banner_hero_static_container .background_image_cover_16 {
    background-image: url(/assets/fcl-hero-img-narrow-09-corp-finance-40dfbd43bd889c79adff2ef3a6fd1e5fe48c8660c4bd7121b224c3918eb5b757.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.banner_hero_static_container .background_image_cover_17 {
    background-image: url(/assets/banner-image-07-a49f160f5e0ab7901c4ce2fe44600aef6a77f93c4d69de55b9762f5f7209a434.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.banner_hero_static_container .background_shade_cover {
    background: linear-gradient(
            to bottom,
            rgba(152, 54, 65, 0.2) 100%,
            rgba(148, 151, 156, 0.7) 20%
    );
    height: 100%;
}

.banner_hero_static_container .content_section {
    background-color: transparent;
    width: 1280px;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 1430px) {
    .banner_hero_static_container .content_section {
        width: 100%;
    }
}

.banner_hero_static_container .content_inner_section {
    background-color: rgba(000, 000, 000, 0.5);
    padding: 30px;
    width: 850px;
    margin-top: 95px;
}
@media screen and (max-width: 1430px) {
    .banner_hero_static_container .content_inner_section {
        width: 100%;
    }
}

.banner_hero_static_container .title_text {
    background-color: transparent;
    font-size: 55px;
    font-weight: 500;
    line-height: 65px;
    color: #FFFFFF;
    text-transform: capitalize;
}
@media screen and (max-width: 1430px) {
    .banner_hero_static_container .title_text {
        font-size: 30px;
        line-height: 45px;
    }
}

.banner_hero_static_container .sub_title_text {
    margin: 20px 0 35px;
    font-size: 20px;
    font-weight: 200;
    color: #FFFFFF;
}
@media screen and (max-width: 1430px) {
    .banner_hero_static_container .sub_title_text {
        margin: 15px 0 35px;
        font-size: 18px;
    }
}

.banner_hero_static_container .line_text_cover {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.banner_hero_static_container .line {
    width: 30px;
    border-bottom: 4px solid #983641;
    margin-right: 5px;
}

.banner_hero_static_container .text_line {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.banner_hero_static_container .hero_button_section {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border: 1px solid #fff;
    padding: 15px;
    width: 170px;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.banner_hero_static_container .hero_button_icon_cover {
    display: flex;
}

.banner_hero_static_container .hero_button_section:hover {
    color: #FFFFFF;
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
/*------------------------------------*/
/*    _banner_listed_points.html.erb */
/*------------------------------------*/
@media screen and (max-width: 1430px) {
    .banner_listed_points_container {
        padding: 15px;
    }
}

@media screen and (max-width: 1430px) {
    .banner_listed_points_container .section_cover {
        margin: 0 !important;
    }
}

.banner_listed_points_container .margin_top_bottom_95px {
    margin: 95px 0;
}

.banner_listed_points_container .width_230px {
    width: 230px;
}

.banner_listed_points_container .double_content_cover {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
@media screen and (max-width: 1430px) {
    .banner_listed_points_container .double_content_cover {
        display: inline;
    }
}

.banner_listed_points_container .double_content_text_cover {
    width: 595px;
    background-color: transparent;
}
@media screen and (max-width: 1430px) {
    .banner_listed_points_container .double_content_text_cover {
        width: auto;
    }
}

.banner_listed_points_container .double_header_section {
    margin-bottom: 65px;
}
@media screen and (max-width: 1430px) {
    .banner_listed_points_container .double_header_section {
        margin: 15px 0 25px;
        text-align: center;
    }
}

.banner_listed_points_container .double_sub_content_cover {
    text-transform: capitalize;
    font-size: 36px;
    font-weight: 600;
    color: #22262F;
    margin-bottom: 20px;
}
@media screen and (max-width: 1430px) {
    .banner_listed_points_container .double_sub_content_cover {
        font-size: 25px;
        margin: 15px 0 0;
        font-weight: 500;
    }
}

.banner_listed_points_container .double_sub_small_content_cover {
    font-size: 20px;
    font-weight: 300;
    color: #61656C;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.banner_listed_points_container .point_icon_text_cover {
    display: flex;
    align-items: center;
    background-color: transparent;
}

.banner_listed_points_container .margin_bottom_25px {
    margin-bottom: 25px;
}

.banner_listed_points_container .point_icon_cover {
    background-color: transparent;
    width: 46px;
    height: 46px;
    border-radius: 200px;
    padding: 5px;
    border: 2px solid #F4D7D7;
    margin-right: 8px;
}

.banner_listed_points_container .point_content {
    color: #61656C;
    font-size: 14px;
}

.banner_listed_points_container .point_header {
    text-transform: capitalize;
    font-weight: 600;
}

.banner_listed_points_container .point_icon_inner_cover {
    background-color: transparent;
    border-radius: 200px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #CE6569;
}

.banner_listed_points_container .mark_icon_cover {
    display: flex;
}

.banner_listed_points_container .mark_icon {
    color: #81303B;
}

.banner_listed_points_container .margin_top_65px {
    margin-top: 65px;
}

@media screen and (max-width: 1430px) {
    .banner_listed_points_container .cta_btn_cover {
        margin-top: 35px;
    }
}

.banner_listed_points_container .cta_btn_cover a {
    text-decoration: none;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    height: 58px;
    border: 1px solid #983641;
    border-radius: 8px;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
@media screen and (max-width: 1430px) {
    .banner_listed_points_container .cta_btn_cover a {
        width: 100%;
    }
}

.banner_listed_points_container .cta_btn_cover a:hover {
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.banner_listed_points_container .btn_text_cover {
    font-size: 14px;
    margin-right: 15px;
    color: #983641;
    font-weight: bold;
}

.banner_listed_points_container .arrow_icon_right_cover {
    display: flex;
}

.banner_listed_points_container .arrow_icon_right {
    font-size: 16px;
    color: #983641;
}

@media screen and (max-width: 1430px) {
    .banner_listed_points_container .image_cover {
        display: none;
    }
}
/*------------------------------------*/
/*    _banner_management_team.html.erb */
/*    _banner_management_board_directors.html.erb */
/*------------------------------------*/

@media screen and (max-width: 1430px) {
    .banner_management_team_container {
        padding: 15px;
    }
}

@media screen and (max-width: 1430px) {
    .banner_management_team_container .section_cover {
        margin: 15px 0 !important;
    }
}

.banner_management_team_container .margin_top_bottom_95px {
    margin: 95px 0;
}

.banner_management_team_container .width_395px {
    width: 395px;
}

.banner_management_team_container .width_768px {
    width: 768px;
}

.banner_management_team_container .margin_right_10px {
    margin-right: 10px;
}

.banner_management_team_container .margin_right_150px {
    margin-right: 150px;
}

.banner_management_team_container .background_white {
    background-color: #FFFFFF;
}

.banner_management_team_container .content_header_cover {
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-weight: bold;
    color: #22262F;
    text-align: center;
}

.banner_management_team_container .margin_bottom_25px {
    margin-bottom: 25px;
}

.banner_management_team_container .section_sub_header {
    font-size: 16px;
    font-weight: bold;
    color: #983641;
}

.banner_management_team_container .section_header {
    font-size: 36px;
    font-weight: 500;
    color: #22262F;
    margin-bottom: 20px;
}
@media screen and (max-width: 1430px) {
    .banner_management_team_container .section_header {
        font-size: 25px;
    }
}

.banner_management_team_container .section_sub_header_text {
    font-size: 18px;
    font-weight: 300;
    color: #61656C;
    margin-bottom: 12px;
}
@media screen and (max-width: 1430px) {
    .banner_management_team_container .section_sub_header_text {
        font-size: 16px;
        width: 100%;
    }
}

.banner_management_team_container .item_box_cover {
    padding: 25px;
}

.banner_management_team_container .item_number_cover {
    width: 48px;
    height: 48px;
    background-color: #983641;
    color: #FFFFFF;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

.banner_management_team_container .item_header {
    font-size: 18px;
    color: #22262F;
    font-weight: 600;
    margin-bottom: 5px;
}

.banner_management_team_container .item_text {
    font-size: 18px;
    color: #61656C;
    font-weight: 200;
    height: 190px;
    background-color: transparent;
}

.banner_management_team_container .text_link_cover a {
    display: flex;
    align-items: center;
    color: #983641;
    margin-right: 5px;
    font-size: 16px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.banner_management_team_container .text_link {
    font-weight: bold;
    text-transform: capitalize;
    margin-right: 5px;
}

.banner_management_team_container .arrow_icon_right_cover {
    display: flex;
}

.banner_management_team_container .arrow_icon_right {
    font-size: 16px;
    color: #983641;
}

.banner_management_team_container .item_list_cover {
    margin-top: 65px
}

.banner_management_team_container .item_list_cover .products_list_ul {
    background-color: transparent;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
@media screen and (max-width: 1430px) {
    .banner_management_team_container .item_list_cover .products_list_ul {
        justify-content: center;
    }
}

.banner_management_team_container .item_list_cover .products_list_ul li {
    background-color: #F7F7F7;
    border-radius: 10px;
    margin-bottom: 30px;
}
@media screen and (max-width: 1430px) {
    .banner_management_team_container .item_list_cover .products_list_ul li {
        margin: 10px;
    }
}

.banner_management_team_container .item_list_cover .item_image_box_cover {
    background-color: transparent;
    position: relative;
}

.banner_management_team_container .item_list_cover .item_content_cover {
    background-color: transparent;
    width: 100%;
}

.banner_management_team_container .image_cover {
    width: 100px;
    height: 100px;
    border-radius: 200px;
    overflow: hidden;
    border: 1px solid #ECECED;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
}

.banner_management_team_container .image_cover img {
    width: 100%;
}

.banner_management_team_container .image_modal_cover {
    width: 250px;
    height: 250px;
    border-radius: 200px;
    overflow: hidden;
    border: 1px solid #ECECED;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
}

.banner_management_team_container .image_modal_cover img {
    width: 100%;
}

.banner_management_team_container .user_icon {
    font-size: 60px !important;
    color: #94979C;
}

.banner_management_team_container .user_name {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    color: #22262F;
    margin-top: 20px;
}

.banner_management_team_container .user_title {
    font-size: 16px;
    font-weight: 400;
    color: #81303B;
}

.banner_management_team_container .user_description {
    font-size: 13px;
    font-weight: 200;
    color: #61656C;
    margin-top: 8px;
    margin-bottom: 25px;
    height: 40px;
    overflow: hidden;
}

.banner_management_team_container .image_content_cover {
    width: 240px;
}

.banner_management_team_container .text_content {
    text-align: center;
}

.banner_management_team_container .user_social_links {
    display: flex;
    justify-content: center;
}

.banner_management_team_container .icon_adjustment {
    margin: 0 5px;
    background-color: #94979C;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.banner_management_team_container .icon_adjustment:hover {
    background-color: #983641;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.banner_management_team_container .social_icon {
    color: #FFFFFF !important;
}

.banner_management_team_container .cta_button_cover {
    margin-top: 35px;
    background-color: transparent;
    display: flex;
    justify-content: center;
}

.banner_management_team_container .button_cover {
    display: flex;
    text-align: center;
    justify-content: center;
    font-size: 16px !important;
    font-weight: 400;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 8px;
    text-transform: capitalize;
    border: 1px solid #81303B;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.banner_management_team_container .button_cover:hover {
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.banner_management_team_container .button_section {
    margin: 0 5px;
}


/*------------------------------------*/
/*    _banner_partners.html.erb */
/*------------------------------------*/
.banner_partners_container {
    background-color: transparent;
    padding: 10px 0;
}

.banner_partners_container .width_50px {
    width: 50px;
}

.banner_partners_container .width_70px {
    width: 70px;
}

.banner_partners_container .banner_partners_inner_container {
    background-color: transparent;
    width: 1400px;
    margin: auto;
}
@media screen and (max-width: 1430px) {
    .banner_partners_container .banner_partners_inner_container {
        width: 100%;
    }
}

.banner_partners_container .partner_list_cover {
    background-color: transparent;
}

.banner_partners_container .banner_partners_inner_container ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 1430px) {
    .banner_partners_container .banner_partners_inner_container ul {
        justify-content: center;
        flex-wrap: wrap;
    }
}

.banner_partners_container .banner_partners_inner_container ul li {
    margin: 12px;
}

.banner_partners_container .partner_item {
    display: flex;
    align-items: center;
    background-color: transparent;
    height: 50px;
    overflow: hidden;
}

.banner_partners_container .logo_icon_cover {
    width: 100px;
    margin-right: 5px;
}

.banner_partners_container .logo_icon_cover img {
    width: 100%;
}

.banner_partners_container .partner_text_title {
    font-size: 12px;
    text-align: center;
    text-transform: capitalize;
    color: #61656C;
    letter-spacing: 1px;
    font-weight: 500;
}
/*------------------------------------*/
/*    _banner_points_image_cover.html.erb */
/*------------------------------------*/

.background_gradient_box {
    background-image: url(/assets/banner-image-01-3a4bcd600683ccf0716de1d9704aef0c1f3d7c675c55225189996abdefa89ea7.png);
    width: 100%;
}

.banner_points_image_cover_container {
    background-color: transparent;
    height: 735px;
    overflow: hidden;
    padding-top: 80px;
}
@media screen and (max-width: 1430px) {
    .banner_points_image_cover_container {
        padding: 80px 15px 15px;
    }
}
@media screen and (max-width: 500px) {
    .banner_points_image_cover_container {
        padding: 15px;
    }
}

.banner_points_image_cover_container .margin_bottom_30px {
    margin-bottom: 30px;
}

.banner_points_image_cover_container .banner_points_image_cover_inner_container {
    display: flex;
    justify-content: space-between;
    height: 100%;
    width: 1200px;
    margin: 0 auto;
}

.banner_points_image_cover_container .upper_header_section_cover {
    width: 1200px;
    margin: 0 auto;
}
@media screen and (max-width: 1430px) {
    .banner_points_image_cover_container .upper_header_section_cover {
        width: 100%;
    }
}

.banner_points_image_cover_container .right_section_cover {
    position: relative;
    height: 100%;
}

.banner_points_image_cover_container .former_image_cover {
    position: absolute;
    bottom: 97px;
    width: 300px;
    left: -100px;
}
@media screen and (max-width: 1430px) {
    .banner_points_image_cover_container .former_image_cover {
        bottom: 40px;
    }
}

.banner_points_image_cover_container .former_image_cover img {
    width: 100%;
}

.banner_points_image_cover_container .devise_outer_cover {
    background-color: transparent;
    width: 750px;
    height: 100%;
}

.banner_points_image_cover_container .devise_image_cover {
    width: 1000px;
    position: absolute;
    right: 0;
    margin-top: 48px;
}

.banner_points_image_cover_container .latter_image_cover {
    width: 750px;
}

.banner_points_image_cover_container .latter_image_cover img {
    width: 100%;
}

.banner_points_image_cover_container .left_section_cover {
    background-color: transparent;
    width: 100%;
    display: flex;
    justify-content: right;
}

.banner_points_image_cover_container .inner_content_cover {
    background-color: transparent;
    margin: 30px 0;
    width: 925px;
}

.banner_points_image_cover_container .section_sub_header {
    color: #FFFFFF;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 300;
}

.banner_points_image_cover_container .section_header {
    font-size: 36px;
    font-weight: 300;
    color: #FFFFFF;
    text-transform: capitalize;
    margin-bottom: 20px;
}
@media screen and (max-width: 1430px) {
    .banner_points_image_cover_container .section_header {
        font-size: 30px;
        margin-bottom: 15px;
    }
}

.banner_points_image_cover_container .section_sub_header_text {
    font-size: 18px;
    font-weight: 300;
    color: #FFFFFF;
    margin-bottom: 12px;
}
@media screen and (max-width: 1430px) {
    .banner_points_image_cover_container .section_sub_header_text {
        font-size: 16px;
    }
}

.banner_points_image_cover_container .item_icon_cover {
    width: 48px;
    height: 48px;
    background-color: #FFFFFF;
    border: 1px solid #ECECED;
    color: #22262F;
    border-radius: 200px;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_points_image_cover_container .point_cover {
    display: flex;
    align-items: center;
}

.banner_points_image_cover_container .point_icon_cover {
    width: 40px;
    height: 40px;
    background-color: #FFFFFF;
    border: 1px solid #ECECED;
    color: #22262F;
    border-radius: 200px;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.banner_points_image_cover_container .point_header {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.banner_points_image_cover_container .point_text {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 200;
    background-color: transparent;
    width: 525px;
}
@media screen and (max-width: 500px) {
    .banner_points_image_cover_container .point_text {
        width: 300px;
    }
}

.banner_points_image_cover_container .point_icon {
    color: #22262F;
}

.banner_points_image_cover_container .image_background_cover {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
}
@media screen and (max-width: 1430px) {
    .banner_points_image_cover_container .image_background_cover {
        display: none;
    }
}

.banner_points_image_cover_container .image_background_cover img {
    opacity: 0.05;
}

/*------------------------------------*/
/*    _banner_review.html.erb */
/*------------------------------------*/
.banner_review_container .margin_top_bottom_95px {
    margin: 95px 0;
}

.banner_review_container .font_size_30px {
    font-size: 30px !important;
}

.banner_review_container .margin_right_15px {
    margin-right: 15px;
}

/*.banner_review_container .background_gradient_box {*/
/*    background-image: url(/assets/banner-image-01-3a4bcd600683ccf0716de1d9704aef0c1f3d7c675c55225189996abdefa89ea7.png);*/
/*    !* background: linear-gradient(to bottom, #983641 20%, #94979C 80%); *!*/
/*    height: 755px;*/
/*    width: 100%;*/
/*}*/

.banner_review_container .background_gradient_box {
    background-image: url(/assets/banner-image-22-gray-752cfeb83b5f190be9f7a90185aca5a3628b00c0e9fee7e61d4c70d1dd5eb0eb.jpg);
    height: 755px;
    background-size: cover;
    background-position: right center;
}

.banner_review_container .background_image {
    /*background-image: url(/assets/banner-image-02-8c65ed683fb79a83be765ed7b5009ced856fba51d9d3e7ba8cf4bd538d2b5f1b.png);*/
    background-size: auto;
    background-position: right bottom;
    background-repeat: no-repeat;
    height: 100%;
}
@media screen and (max-width: 1430px) {
    .banner_review_container .background_image {
        padding: 15px;
        background-color: rgba(000, 000, 000, 0.3);
    }
}

.banner_review_container .content_position_cover {
    padding-top: 125px;
}
@media screen and (max-width: 1430px) {
    .banner_review_container .content_position_cover {
        background-color: rgba(000, 000, 000, 0.2);
        margin-top: 125px;
        padding: 15px;
    }
}

.banner_review_container .link_text_cover {
    display: flex;
    margin-bottom: 20px;
}

.banner_review_container .line_cover {
    background-color: #81303B;
    height: 5px;
    width: 30px;
    margin-right: 10px;
    margin-top: 13px;
}
@media screen and (max-width: 1430px) {
    .banner_review_container .line_cover {
        background-color: #FFFFFF;
    }
}

.banner_review_container .line_text_cover {
    color: #FFFFFF;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 300;
}

.banner_review_container .sub_content_cover {
    font-size: 36px;
    font-weight: 300;
    color: #FFFFFF;
    text-transform: capitalize;
    margin-bottom: 20px;
}
@media screen and (max-width: 1430px) {
    .banner_review_container .sub_content_cover {
        font-size: 25px;
    }
}

.banner_review_container .sub_content_header_cover {
    font-size: 48px;
    font-weight: 500;
    color: #FFFFFF;
    text-transform: capitalize;
    margin-bottom: 20px;
}
@media screen and (max-width: 1430px) {
    .banner_review_container .sub_content_header_cover {
        font-size: 30px;
    }
}

.banner_review_container .sub_content_info_cover {
    width: 775px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px;
}
@media screen and (max-width: 1430px) {
    .banner_review_container .sub_content_info_cover {
        width: 100%;
    }
}

.banner_review_container .button_cover {
    display: flex;
    margin-bottom: 25px;
}

.banner_review_container .margin_right_20px {
    margin-right: 20px;
}

.banner_review_container .btn_link_cover {
    width: 257px;
    height: 58px;
    text-decoration: none;
    text-transform: capitalize;
    padding: 17px 18px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.banner_review_container .btn_link_cover:hover {
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.banner_review_container .btn_link_icon_cover {
    display: flex;
    background-color: #FFFFFF;
    padding: 5px;
    border-radius: 200px;
}

.banner_review_container .review_cover {
    display: flex;
}

.banner_review_container .review_inner_cover {
    display: flex;
    align-items: center;
}

.banner_review_container .review_img_cover:first-child {
    margin-left: 0;
}

.banner_review_container .review_img_cover {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    margin-left: -16px;
    background: #fff;
}

.banner_review_container .review_img_cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.banner_review_container .review_text_cover .header {
    font-weight: bold;
    color: #FFFFFF;
    font-size: 20px;
}

.banner_review_container .review_text_cover .content {
    font-weight: 200;
    color: #FFFFFF;
    font-size: 16px;
}

.banner_review_container .review_icon_cover {
    background: #81303B;
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: #81303B;
}

.banner_review_container .review_img_cover {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    margin-left: -16px;
}

.banner_review_container .review_icon {
    color: #fff;
    font-size: 28px;
}

.banner_review_container .btn_link_text {
    color: #FFFFFF;
}

.banner_review_container .image_background_cover {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
}

.banner_review_container .image_background_cover img {
    opacity: 0.05;
}

@media screen and (max-width: 1430px) {
    .banner_review_container .latter_button {
        display: none;
    }
}
/*------------------------------------*/
/*    _banner_review_second.html.erb */
/*------------------------------------*/
.banner_review_second_container .margin_top_bottom_95px {
    margin: 95px 0;
}

.banner_review_second_container .font_size_30px {
    font-size: 30px !important;
}

.banner_review_second_container .margin_right_15px {
    margin-right: 15px;
}

.banner_review_second_container .width_230px {
    width: 230px !important;
}

.banner_review_second_container .width_195px {
    width: 195px !important;
}

.banner_review_second_container .width_188px {
    width: 188px !important;
}

.banner_review_second_container .background_gradient_box {
    background-image: url(/assets/banner-image-01-3a4bcd600683ccf0716de1d9704aef0c1f3d7c675c55225189996abdefa89ea7.png);
    /* background: linear-gradient(to bottom, #983641 20%, #94979C 80%); */
    height: 755px;
    width: 100%;
}

.banner_review_second_container .background_image {
    background-image: url(/assets/banner-image-09-58cb563bcb176ed6370968f203efe03115d8b89904ad46cf532fa0bd0dd3adf1.png);
    background-size: auto;
    background-position: right bottom;
    background-repeat: no-repeat;
    height: 100%;
}
@media screen and (max-width: 1430px) {
    .banner_review_second_container .background_image {
        padding: 15px;
        background-color: rgba(000, 000, 000, 0.3);
    }
}

.banner_review_second_container .content_position_cover {
    padding: 125px 0;
}
@media screen and (max-width: 1430px) {
    .banner_review_second_container .content_position_cover {
        background-color: rgba(000, 000, 000, 0.2);
        margin-top: 125px;
        padding: 15px;
    }
}

.banner_review_second_container .link_text_cover {
    display: flex;
    margin-bottom: 20px;
}

.banner_review_second_container .line_cover {
    background-color: #81303B;
    height: 5px;
    width: 30px;
    margin-right: 10px;
    margin-top: 11px;
}
@media screen and (max-width: 1430px) {
    .banner_review_second_container .line_cover {
        background-color: #FFFFFF;
    }
}

.banner_review_second_container .line_text_cover {
    color: #FFFFFF;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 300;
}

.banner_review_second_container .sub_content_cover {
    font-size: 36px;
    font-weight: 300;
    color: #FFFFFF;
    text-transform: capitalize;
    margin-bottom: 20px;
}
@media screen and (max-width: 1430px) {
    .banner_review_second_container .sub_content_cover {
        font-size: 25px;
    }
}

.banner_review_second_container .sub_content_header_cover {
    font-size: 48px;
    font-weight: 500;
    color: #FFFFFF;
    text-transform: capitalize;
    margin-bottom: 20px;
}
@media screen and (max-width: 1430px) {
    .banner_review_second_container .sub_content_header_cover {
        font-size: 30px;
    }
}

.banner_review_second_container .sub_content_info_cover {
    width: 775px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 30px;
}
@media screen and (max-width: 1430px) {
    .banner_review_second_container .sub_content_info_cover {
        width: 100%;
    }
}

.banner_review_second_container .button_cover {
    display: flex;
    margin-bottom: 25px;
}

.banner_review_second_container .margin_right_20px {
    margin-right: 20px;
}

.banner_review_second_container .btn_link_cover {
    height: 58px;
    text-decoration: none;
    text-transform: capitalize;
    padding: 17px 18px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.banner_review_second_container .btn_link_cover:hover {
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.banner_review_second_container .btn_link_icon_cover {
    display: flex;
    background-color: #FFFFFF;
    padding: 5px;
    border-radius: 200px;
}

.banner_review_second_container .review_cover {
    display: flex;
}

.banner_review_second_container .review_inner_cover {
    display: flex;
    align-items: center;
}

.banner_review_second_container .review_img_cover:first-child {
    margin-left: 0;
}

.banner_review_second_container .review_img_cover {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    margin-left: -16px;
    background: #fff;
}

.banner_review_second_container .review_img_cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.banner_review_second_container .review_text_cover .header {
    font-weight: bold;
    color: #FFFFFF;
    font-size: 20px;
}

.banner_review_second_container .review_text_cover .content {
    font-weight: 200;
    color: #FFFFFF;
    font-size: 16px;
}

.banner_review_second_container .review_icon_cover {
    background: #81303B;
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: #81303B;
}

.banner_review_second_container .review_img_cover {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    margin-left: -16px;
}

.banner_review_second_container .review_icon {
    color: #fff;
    font-size: 28px;
}

.banner_review_second_container .btn_link_text {
    color: #FFFFFF;
}

.banner_review_second_container .image_background_cover {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
}
@media screen and (max-width: 1430px) {
    .banner_review_second_container .image_background_cover {
        width: auto;
    }
}

.banner_review_second_container .image_background_cover img {
    opacity: 0.05;
}
@media screen and (max-width: 1430px) {
    .banner_review_second_container .image_background_cover img {
        display: none;
    }
}

@media screen and (max-width: 1430px) {
    .banner_review_second_container .latter_button {
        display: none;
    }
}
/*------------------------------------*/
/*    _banner_service_info_container.html.erb */
/*------------------------------------*/
.banner_service_info_container .margin_top_bottom_95px {
    margin: 95px 0;
}

.banner_service_info_container .width_230px {
    width: 230px;
}

.banner_service_info_container .background_white {
    background-color: #FFFFFF;
}

.banner_service_info_container .section_cover {
    position: relative;
}

/*.banner_service_info_container .background_gradient_box {*/
/*    background-image: url(/assets/banner-image-01-3a4bcd600683ccf0716de1d9704aef0c1f3d7c675c55225189996abdefa89ea7.png);*/
/*    !* background: linear-gradient(to bottom, #983641 20%, #94979C 80%); *!*/
/*    height: 755px;*/
/*    width: 100%;*/
/*}*/

.banner_service_info_container .background_gradient_box {
    background-image: url(/assets/banner-image-21-gray-5f6141e3d694cb547b1a909c4a4f7bd78a2b923b9cc4b28e0924abe4f840752d.jpg);
    height: 755px;
    /* height: 100%; */
    background-size: cover;
    background-position: right center;
}

.banner_service_info_container .background_image_user {
    /*background-image: url(/assets/banner-image-05-087bc99fb3c7043f8113999badb34fe01e6635d50debdebfa2a4d154a013c67b.png); man*/
    background-size: auto;
    background-position: right top;
    background-repeat: no-repeat;
    height: 100%;
}
@media screen and (max-width: 1430px) {
    .banner_service_info_container .background_image_user {
        background-color: rgba(000, 000, 000, 0.3);
    }
}

.banner_service_info_container .content_position_cover {
    padding-top: 125px;
}
@media screen and (max-width: 1430px) {
    .banner_service_info_container .content_position_cover {
        background-color: rgba(000, 000, 000, 0.2);
        padding: 125px 15px 15px;
        height: 100%;
    }
}

.banner_service_info_container .link_text_cover {
    display: flex;
    margin-bottom: 20px;
}

.banner_service_info_container .line_text_cover {
    color: #FFFFFF;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 300;
}

.banner_service_info_container .section_content_text_mini_cover {
    width: 500px;
}
@media screen and (max-width: 1430px) {
    .banner_service_info_container .section_content_text_mini_cover {
        width: 100%;
    }
}

.banner_service_info_container .sub_content_cover {
    font-size: 36px;
    font-weight: 300;
    color: #FFFFFF;
    text-transform: capitalize;
    margin-bottom: 20px;
}
@media screen and (max-width: 1430px) {
    .banner_service_info_container .sub_content_cover {
        font-size: 25px;
    }
}

.banner_service_info_container .section_mini_text {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 200;
}
@media screen and (max-width: 1430px) {
    .banner_service_info_container .section_mini_text {
        font-size: 18px;
    }
}

.banner_service_info_container .margin_top_65px {
    margin-top: 65px;
}

.banner_service_info_container .cta_btn_cover a {
    text-decoration: none;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    height: 58px;
    border: 1px solid #983641;
    border-radius: 8px;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.banner_service_info_container .cta_btn_cover a:hover {
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.banner_service_info_container .btn_text_cover {
    font-size: 14px;
    margin-right: 15px;
    color: #983641;
    font-weight: bold;
}

.banner_service_info_container .arrow_icon_right_cover {
    display: flex;
}

.banner_service_info_container .arrow_icon_right {
    font-size: 16px;
    color: #983641;
}

.banner_service_info_container .image_background_cover {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
}

.banner_service_info_container .image_background_cover img {
    opacity: 0.05;
}
/*------------------------------------*/
/*    _banner_slider.html.erb */
/*------------------------------------*/

.banner_slider_container {
    background-color: transparent;
}

.banner_slider_container .ticker-section {
    width: 100%;
    background: #ffffff;
    padding: 5px 0;
    overflow: hidden;
    border-top: 1px solid #F7F7F7;
    border-bottom: 1px solid #F7F7F7;
    cursor: pointer;
    display: none;
}

.banner_slider_container .ticker-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}

.banner_slider_container .ticker {
    display: inline-block;
    white-space: nowrap;
    padding-left: 100%;
    /*animation: scrollTicker 25s linear infinite;*/
    animation: scrollTicker 35s linear infinite;
}

.banner_slider_container .ticker-item {
    display: inline-block;
    margin-right: 30px;
    font-size: 12px;
    color: #22262F;
}

.banner_slider_container .highlight {
    color: #983641;
    font-weight: bold;
}

.banner_slider_container .ticker-title {
    font-weight: bold;
    margin-right: 15px;
    color: #61656C;
    font-size: 12px;
}

.banner_slider_container .ticker:hover {
    animation-play-state: paused;
}

/* ANIMATION */
@keyframes scrollTicker {
    0% {
        transform: translateX(0);
    }
    100%{
        transform: translateX(-100%);
    }
}

/* MOBILE */
@media(max-width:768px) {

    .banner_slider_container .ticker-item{
        font-size: 12px;
        margin-right: 30px;
    }

}
/*------------------------------------*/
/*    _blogs.html.erb */
/*------------------------------------*/

@media screen and (max-width: 1430px) {
    .blog_container {
        padding: 15px
    }
}

.blog_container .margin_top_bottom_95px {
    margin: 95px 0;
}

.blog_container .background_white {
    background-color: #FFFFFF;
}

.blog_container .width_141px {
    width: 141px;
}

.blog_container .content_header_cover {
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    color: #22262F;
}
@media screen and (max-width: 1430px) {
    .blog_container .content_header_cover {
        display: inline;
    }
}

.blog_container .content_header_mini_cover {
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    color: #22262F;
    height: 48px;
    overflow: hidden;
}
@media screen and (max-width: 1430px) {
    .blog_container .content_header_cover {
        display: inline;
        height: auto;
    }
}

.blog_container .margin_bottom_25px {
    margin-bottom: 25px;
}

.blog_container .section_sub_header {
    font-size: 16px;
    font-weight: bold;
    color: #983641;
}

.blog_container .section_header {
    font-size: 36px;
    font-weight: 500;
    color: #22262F;
    margin-bottom: 20px;
}
@media screen and (max-width: 1430px) {
    .blog_container .section_header {
        font-size: 25px;
        margin-bottom: 0;
    }
}

.blog_container .section_sub_header_text {
    font-size: 18px;
    font-weight: 300;
    color: #61656C;
    margin-bottom: 12px;
}
@media screen and (max-width: 1430px) {
    .blog_container .section_sub_header_text {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 1430px) {
    .blog_container .cta_btn_cover {
        margin: 15px 0;
    }
}

.blog_container .cta_btn_cover a {
    text-decoration: none;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    height: 40px;
    border: 1px solid #983641;
    border-radius: 8px;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.blog_container .cta_btn_cover a:hover {
    opacity: 0.7;
    transition: 0.3s;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.blog_container .btn_text_cover {
    font-size: 14px;
    margin-right: 15px;
    color: #983641;
    font-weight: bold;
}

.blog_container .arrow_icon_right_cover {
    display: flex;
}

.blog_container .arrow_icon_right {
    font-size: 16px;
    color: #983641;
}

.blog_container .blog_list_cover ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 1430px) {
    .blog_container .blog_list_cover ul {
        display: inline;
    }
}

.blog_container .blog_list_cover ul li {
    width: 350px;
    background-color: #983641;
    border-radius: 10px;
    border: 1px solid #ECECED;
}
@media screen and (max-width: 1430px) {
    .blog_container .blog_list_cover ul li {
        border: 1px solid #ECECED;
        margin-bottom: 15px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        width: 100%;
    }
}

.blog_container .blog_item_cover {
    background-color: #FFFFFF;
    margin-bottom: 8px;
    border-radius: 10px;
}

.blog_container .blog_image_cover {
    background-color: transparent;
    height: 200px;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
@media screen and (max-width: 1430px) {
    .blog_container .blog_image_cover {
        height: 350px;
    }
}
@media screen and (max-width: 560px) {
    .blog_container .blog_image_cover {
        height: auto;
    }
}

.blog_container .blog_image_cover img {
    width: 100%;
}

@media screen and (max-width: 1430px) {
    .blog_container .blog_image_cover img {
        width: 100%;
        object-fit: cover;
    }
}

.blog_container .blog_image_cover a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.blog_container .blog_content_cover {
    padding: 25px;
}

.blog_container .blog_content_text_cover {
    margin: 10px 0;
    color: #61656C;
    font-size: 16px;
    height: 96px;
    overflow: hidden;
}
@media screen and (max-width: 1430px) {
    .blog_container .blog_content_text_cover {
        height: 100%;
    }
}

.blog_container .text_link_cover a {
    display: flex;
    align-items: center;
    color: #983641;
    margin-right: 5px;
    font-size: 16px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.blog_container .text_link {
    font-weight: bold;
    text-transform: capitalize;
    margin-right: 5px;
}

.blog_container .arrow_icon_right_cover {
    display: flex;
}

.blog_container .arrow_icon_right {
    font-size: 16px;
    color: #983641;
}
/*------------------------------------*/
/*    _news_insight_blog_one_content.html.erb */
/*------------------------------------*/

.news_insight_blog_one_content_container {
    background-color: transparent;
    padding: 30px 0;
}
@media screen and (max-width: 1430px) {
    .news_insight_blog_one_content_container {
        padding: 30px;
    }
}

.news_insight_blog_one_content_container .blog_header_summary_content {
    font-size: 25px;
    font-weight: 500;
    color: #22262F;
    margin-bottom: 20px;
}

.news_insight_blog_one_content_container .blog_paragraph {
    margin-bottom: 40px;
    font-size: 16px;
    letter-spacing: 1px;
}

.news_insight_blog_one_content_container .blog_paragraph div {
    margin-bottom: 15px;
}

.news_insight_blog_one_content_container .sub_header {
    font-weight: bold;
    text-transform: capitalize;
    font-size: 18px;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

/*colour-brand*/
.fcl_brand_dark_background_colour {
    background-color: #81303B !important;
}

.fcl_brand_deep_background_colour {
    background-color: #983641 !important;
}

.fcl_brand_light_background_colour {
    background-color: #FCF4F4 !important;
}

.fcl_brand_dark_text_colour {
    color: #81303B !important;
}


/*colour-red*/
.fcl_red_deep_text_colour {
    color: #D92D20 !important;
}

.fcl_red_light_background_colour {
    background-color: #FEF3F2 !important;
}

/*colour-green*/
.fcl_green_deep_background_colour {
    background-color: #079455 !important;
}

.fcl_green_deep_text_colour {
    color: #079455 !important;
}

.fcl_green_light_background_colour {
    background-color: #ECFDF3 !important;
}

/*colour-blue*/
.fcl_blue_deep_background_colour {
    background-color: #1570EF !important;
}

.fcl_blue_light_background_colour {
    background-color: #EFF8FF !important;
}

.fcl_blue_deep_text_colour {
    color: #1570EF !important;
}

/*colour-orange*/
.fcl_orange_deep_text_colour {
    color: #DC6803 !important;
}

.fcl_orange_light_background_colour {
    background-color: #FFFAEB !important;
}

/*colour-olive*/
.fcl_olive_deep_text_colour {
    color: #425F54 !important;
}

.fcl_olive_light_background_colour {
    background-color: #F5F8F6 !important;
}

/*colour-gray*/
.fcl_black_text_colour {
    color: #22262F !important;
}

.fcl_gray_deep_text_colour {
    color: #61656C !important;
}

.fcl_gray_accent_text_colour {
    color: #85888E !important;
}

.fcl_gray_pastel_text_colour {
    color: #94979C !important;
}

.fcl_gray_mist_text_colour {
    color: #ECECED !important;
}

.fcl_gray_light_text_colour {
    color: #F7F7F7 !important;
}

.fcl_gray_light_background_colour {
    background-color: #F7F7F7 !important;
}

/*colour-white*/
.fcl_white_background_colour {
    background-color: #FFFFFF !important;
}

.fcl_white_background_transparent_colour {
    background-color: rgba(255, 255, 255, 0.2) !important;
}

.fcl_white_text_colour {
    color: #FFFFFF !important;
}

/*colour-black*/
.fcl_black_background_transparent_colour {
    background-color: rgba(000, 000, 000, 0.6) !important;
}



/*OTHER*/
.hide {
    display: none !important;
}

.app_container {
    background-color: transparent;
}

.page_main_container {
    padding-top: 55px;
}

.app_container .page_container {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    /*z-index: 1;*/
    position: relative;
}
@media screen and (max-width: 1430px) {
    .app_container .page_container {
        width: 100%;
    }
}

.page_divider_container {
    background-color: #ECECED;
    height: 1px;
}

.page_divider_container .divider {
    background-color: #ECECED;
    height: 1px;
}

.carousel-control-next, .carousel-control-prev {
    z-index: 0 !important;
}

/*@media screen and (max-width: 900px)*/
/*@media screen and (max-width: 573px)*/

/* @media only screen and (max-width: 1200px)*/
/* @media only screen and (min-width: 1200px)*/
/* @media screen and (min-width: 940px) and (min-width: 1200px)*/
/* @media screen and (min-width: 640px) and (max-width: 1145px)*/

/*@media screen and (max-width: 1439px) {*/
/*    .header_container {*/
/*        display: none;*/
/*    }*/
/*}*/
/*within this maximum width hide header_container*/

/*@media screen and (min-width: 1440px) {*/
/*    .header_resp_container {*/
/*        display: none;*/
/*    }*/
/*}*/

/*@media screen and (min-width: 640px) and (max-width: 1145px) {*/
/*    .users_sessions_new_section .feed_location {*/
/*        display: none;*/
/*    }*/
/*}*/
