.be_wrap_73vsgln > .mcb-wrap-inner{padding-top:5%;padding-right:5%;padding-bottom:5%;padding-left:5%;border-style:solid;border-color:#35353D;border-width:1px 1px 1px 1px;background-color:#0F1118;}.be_wrap_73vsgln{align-self:stretch;}.be_wrap_wazkgctg > .mcb-wrap-inner{padding-top:32px;padding-bottom:32px;justify-content:center;margin-right:2px;margin-left:2px;margin-top:2px;margin-bottom:2px;border-style:solid;border-color:#3F4351;border-width:1px 1px 1px 1px;}@media(max-width: 959px){.be_wrap_wazkgctg > .mcb-wrap-inner{padding-top:26px;padding-bottom:26px;align-content:center;}.be_wrap_wazkgctg{align-self:stretch;}}@media(max-width: 767px){.be_wrap_73vsgln > .mcb-wrap-inner{padding-right:10%;padding-bottom:10%;padding-left:10%;padding-top:10%;}}/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*//* tabber css  */

.mfn-section-tabber {
  --mfn-section-tabber-nav-width: 250px;
  --mfn-section-tabber-gap: 30px;
  --mfn-section-tabber-nav-gap: 15px;
  --mfn-section-tabber-nav-icon-wrapper-size: 40px;
  --mfn-section-tabber-nav-icon-size: 20px;
  --mfn-section-tabber-nav-link-gap: 15px;


}
.mfn-section-tabber .section_wrapper { gap: var(--mfn-section-tabber-gap); }
.mfn-section-tabber .section_wrapper:after { display: none; }

.mfn-section-tabber .mfn-tabber-nav{ display: flex; position: relative; z-index:3; flex-shrink: 0; box-sizing: border-box; }
.mfn-section-tabber .mfn-tabber-nav li { display: flex; align-items: stretch; }
.mfn-section-tabber .mfn-tabber-nav li a { display: flex; align-items: center; gap: var(--mfn-section-tabber-nav-link-gap); width: 100%; padding: 10px 0; text-decoration: none; transition: all .2s ease-in-out; background-color: var(--mfn-section-tabber-nav-bg);}
.mfn-section-tabber .mfn-tabber-nav li.active a{ background-color: var(--mfn-section-tabber-nav-active-bg, var(--mfn-section-tabber-nav-hover-bg, var(--mfn-section-tabber-nav-bg))); }
.mfn-section-tabber .mfn-tabber-nav li:not(.active) a:hover{ background-color: var(--mfn-section-tabber-nav-hover-bg, var(--mfn-section-tabber-nav-bg)); }

.mfn-section-tabber .mfn-tabber-nav .mfn-tabber-nav-li-icon { display: flex; align-items: center; justify-content: center; flex-shrink: 0; width: var(--mfn-section-tabber-nav-icon-wrapper-size); height: var(--mfn-section-tabber-nav-icon-wrapper-size); line-height: 0; overflow: hidden; position: relative; }
.mfn-section-tabber .mfn-tabber-nav .mfn-tabber-nav-li-icon i { font-size: var(--mfn-section-tabber-nav-icon-size); line-height: 1; }
.mfn-section-tabber .mfn-tabber-nav .mfn-tabber-nav-li-icon img { max-width: var(--mfn-section-tabber-nav-icon-size); }
.mfn-section-tabber .mfn-tabber-nav .mfn-tabber-nav-li-desc { flex-grow: 1; }
.mfn-section-tabber .mfn-tabber-nav .mfn-tabber-nav-li-desc span { display: block; }
.mfn-section-tabber .mfn-tabber-nav .mfn-tabber-nav-desc { font-size: 90%; }

.mfn-section-tabber .mfn-tabber-content { flex-grow: 1 !important; }
.mfn-section-tabber .mfn-tabber-content:not(.active){ display: none; }


.mfn-section-tabber .mfn-tabber-nav-hover-sliding .mfn-tabber-nav-slide-helper{ position: absolute; top: 0; left: 0; background-color: var(--mfn-section-tabber-nav-active-bg); width: 0; height: 0; transition: 0.3s; }
.mfn-section-tabber .mfn-tabber-nav-hover-sliding li{ position: relative; z-index: 2; }

.mfn-tabber-nav.mfn-tabber-nav-hover-sliding li.active a, .mfn-tabber-nav.mfn-tabber-nav-hover-sliding li.active a:hover{ background-color: transparent !important; }


    /* Left * Right */
    .mfn-tabber-nav-left .section_wrapper,
    .mfn-tabber-nav-right .section_wrapper { flex-wrap: nowrap; }
    .mfn-tabber-nav-left .mfn-tabber-nav,
    .mfn-tabber-nav-right .mfn-tabber-nav { flex-direction: column; align-items: unset; width: var(--mfn-section-tabber-nav-width); gap: 0; }
    .mfn-tabber-nav-right .mfn-tabber-nav { order: 2; }

    /* Top * Bottom */
    .mfn-tabber-nav-top .section_wrapper,
    .mfn-tabber-nav-bottom .section_wrapper { flex-wrap: wrap; }
    .mfn-tabber-nav-top .mfn-tabber-nav,
    .mfn-tabber-nav-bottom .mfn-tabber-nav { width: auto; max-width: 100%; flex-direction: row; flex-wrap: wrap; align-items: stretch; gap: var(--mfn-section-tabber-nav-gap); }
    .mfn-tabber-nav-top .mfn-tabber-content.mcb-wrap,
    .mfn-tabber-nav-bottom .mfn-tabber-content.mcb-wrap { width: 100%; }
    .mfn-tabber-nav-bottom .mfn-tabber-nav { order: 2; }

    /* Icon */
    .mfn-tabber-icon-left .mfn-tabber-nav-li-wrapper,
    .mfn-tabber-icon-right .mfn-tabber-nav-li-wrapper { flex-direction: row; }
    .mfn-tabber-icon-left .mfn-tabber-nav-li-icon { order: 1; }
    .mfn-tabber-icon-left .mfn-tabber-nav-li-desc { order: 2; }
    .mfn-tabber-icon-right .mfn-tabber-nav-li-icon { order: 2; }
    .mfn-tabber-icon-right .mfn-tabber-nav-li-desc { order: 1; }
    .mfn-tabber-icon-top .mfn-tabber-nav-li-wrapper { flex-direction: column; text-align: center; }
    .mfn-tabber-icon-top .mfn-tabber-nav-li-icon { order: 1; }
    .mfn-tabber-icon-top .mfn-tabber-nav-li-desc { order: 2; }

    .mfn-tabber-icon-center-left .mfn-tabber-nav-li-wrapper,
    .mfn-tabber-icon-center-right .mfn-tabber-nav-li-wrapper { flex-direction: row; justify-content: center; }
    .mfn-tabber-icon-center-left .mfn-tabber-nav .mfn-tabber-nav-li-desc,
    .mfn-tabber-icon-center-right .mfn-tabber-nav .mfn-tabber-nav-li-desc { flex-grow: unset; }
    .mfn-tabber-icon-center-left .mfn-tabber-nav-li-icon { order: 1; }
    .mfn-tabber-icon-center-left .mfn-tabber-nav-li-desc { order: 2; }
    .mfn-tabber-icon-center-right .mfn-tabber-nav-li-icon { order: 2; }
    .mfn-tabber-icon-center-right .mfn-tabber-nav-li-desc { order: 1; }

@media(max-width: 1440px) {

    /* Left * Right */
    .mfn-tabber-nav-laptop-left .section_wrapper,
    .mfn-tabber-nav-laptop-right .section_wrapper { flex-wrap: nowrap; }
    .mfn-tabber-nav-laptop-left .mfn-tabber-nav,
    .mfn-tabber-nav-laptop-right .mfn-tabber-nav { flex-direction: column; align-items: unset; width: var(--mfn-section-tabber-nav-width); gap: 0; }
    .mfn-tabber-nav-laptop-left .mfn-tabber-nav .mfn-tabber-nav-li-desc,
    .mfn-tabber-nav-laptop-right .mfn-tabber-nav .mfn-tabber-nav-li-desc { flex-grow: 1; }
    .mfn-tabber-nav-laptop-left .mfn-tabber-nav { order: 1; }
    .mfn-tabber-nav-laptop-left .mfn-tabber-content { order: 2; }
    .mfn-tabber-nav-laptop-right .mfn-tabber-nav { order: 2; }
    .mfn-tabber-nav-laptop-right .mfn-tabber-content { order: 1; }

    /* Top * Bottom */
    .mfn-tabber-nav-laptop-top .section_wrapper,
    .mfn-tabber-nav-laptop-bottom .section_wrapper { flex-wrap: wrap; }
    .mfn-tabber-nav-laptop-top .mfn-tabber-nav,
    .mfn-tabber-nav-laptop-bottom .mfn-tabber-nav { width: auto; max-width: 100%; flex-direction: row; flex-wrap: wrap; align-items: stretch; gap: var(--mfn-section-tabber-nav-gap); }
    .mfn-tabber-nav-laptop-top .mfn-tabber-content.mcb-wrap,
    .mfn-tabber-nav-laptop-bottom .mfn-tabber-content.mcb-wrap { width: 100%; }
    .mfn-tabber-nav-laptop-top .mfn-tabber-nav { order: 1; }
    .mfn-tabber-nav-laptop-top .mfn-tabber-content { order: 2; }
    .mfn-tabber-nav-laptop-bottom .mfn-tabber-nav { order: 2; }
    .mfn-tabber-nav-laptop-bottom .mfn-tabber-content { order: 1; }

    /* Icon */
    .mfn-tabber-icon-laptop-left .mfn-tabber-nav-li-wrapper,
    .mfn-tabber-icon-laptop-right .mfn-tabber-nav-li-wrapper { flex-direction: row; justify-content: unset; }
    .mfn-tabber-icon-laptop-left .mfn-tabber-nav-li-icon { order: 1; }
    .mfn-tabber-icon-laptop-left .mfn-tabber-nav-li-desc { order: 2; }
    .mfn-tabber-icon-laptop-right .mfn-tabber-nav-li-icon { order: 2; }
    .mfn-tabber-icon-laptop-right .mfn-tabber-nav-li-desc { order: 1; }
    .mfn-tabber-icon-laptop-top .mfn-tabber-nav-li-wrapper { flex-direction: column; justify-content: unset; }
    .mfn-tabber-icon-laptop-top .mfn-tabber-nav-li-icon { order: 1; }
    .mfn-tabber-icon-laptop-top .mfn-tabber-nav-li-desc { order: 2; }

    .mfn-tabber-icon-laptop-center-left .mfn-tabber-nav-li-wrapper,
    .mfn-tabber-icon-laptop-center-right .mfn-tabber-nav-li-wrapper { flex-direction: row; justify-content: center; }
    .mfn-tabber-icon-laptop-center-left .mfn-tabber-nav .mfn-tabber-nav-li-desc,
    .mfn-tabber-icon-laptop-center-right .mfn-tabber-nav .mfn-tabber-nav-li-desc { flex-grow: unset; }
    .mfn-tabber-icon-laptop-center-left .mfn-tabber-nav-li-icon { order: 1; }
    .mfn-tabber-icon-laptop-center-left .mfn-tabber-nav-li-desc { order: 2; }
    .mfn-tabber-icon-laptop-center-right .mfn-tabber-nav-li-icon { order: 2; }
    .mfn-tabber-icon-laptop-center-right .mfn-tabber-nav-li-desc { order: 1; }

}

@media(max-width: 959px) {

    /* Left * Right */
    .mfn-tabber-nav-tablet-left .section_wrapper,
    .mfn-tabber-nav-tablet-right .section_wrapper { flex-wrap: nowrap; }
    .mfn-tabber-nav-tablet-left .mfn-tabber-nav,
    .mfn-tabber-nav-tablet-right .mfn-tabber-nav { flex-direction: column; align-items: unset; width: var(--mfn-section-tabber-nav-width); gap: 0; }
    .mfn-tabber-nav-tablet-left .mfn-tabber-nav .mfn-tabber-nav-li-desc,
    .mfn-tabber-nav-tablet-right .mfn-tabber-nav .mfn-tabber-nav-li-desc { flex-grow: 1; }
    .mfn-tabber-nav-tablet-left .mfn-tabber-nav { order: 1; }
    .mfn-tabber-nav-tablet-left .mfn-tabber-content { order: 2; }
    .mfn-tabber-nav-tablet-right .mfn-tabber-nav { order: 2; }
    .mfn-tabber-nav-tablet-right .mfn-tabber-content { order: 1; }

    /* Top * Bottom */
    .mfn-tabber-nav-tablet-top .section_wrapper,
    .mfn-tabber-nav-tablet-bottom .section_wrapper { flex-wrap: wrap; }
    .mfn-tabber-nav-tablet-top .mfn-tabber-nav,
    .mfn-tabber-nav-tablet-bottom .mfn-tabber-nav { width: auto; max-width: 100%; flex-direction: row; flex-wrap: wrap; align-items: stretch; gap: var(--mfn-section-tabber-nav-gap); }
    .mfn-tabber-nav-tablet-top .mfn-tabber-content.mcb-wrap,
    .mfn-tabber-nav-tablet-bottom .mfn-tabber-content.mcb-wrap { width: 100%; }
    .mfn-tabber-nav-tablet-top .mfn-tabber-nav { order: 1; }
    .mfn-tabber-nav-tablet-top .mfn-tabber-content { order: 2; }
    .mfn-tabber-nav-tablet-bottom .mfn-tabber-nav { order: 2; }
    .mfn-tabber-nav-tablet-bottom .mfn-tabber-content { order: 1; }

    /* Icon */
    .mfn-tabber-icon-tablet-left .mfn-tabber-nav-li-wrapper,
    .mfn-tabber-icon-tablet-right .mfn-tabber-nav-li-wrapper { flex-direction: row; justify-content: unset; }
    .mfn-tabber-icon-tablet-left .mfn-tabber-nav-li-icon { order: 1; }
    .mfn-tabber-icon-tablet-left .mfn-tabber-nav-li-desc { order: 2; }
    .mfn-tabber-icon-tablet-right .mfn-tabber-nav-li-icon { order: 2; }
    .mfn-tabber-icon-tablet-right .mfn-tabber-nav-li-desc { order: 1; }
    .mfn-tabber-icon-tablet-top .mfn-tabber-nav-li-wrapper { flex-direction: column; justify-content: unset; }
    .mfn-tabber-icon-tablet-top .mfn-tabber-nav-li-icon { order: 1; }
    .mfn-tabber-icon-tablet-top .mfn-tabber-nav-li-desc { order: 2; }

    .mfn-tabber-icon-tablet-center-left .mfn-tabber-nav-li-wrapper,
    .mfn-tabber-icon-tablet-center-right .mfn-tabber-nav-li-wrapper { flex-direction: row; justify-content: center; }
    .mfn-tabber-icon-tablet-center-left .mfn-tabber-nav .mfn-tabber-nav-li-desc,
    .mfn-tabber-icon-tablet-center-right .mfn-tabber-nav .mfn-tabber-nav-li-desc { flex-grow: unset; }
    .mfn-tabber-icon-tablet-center-left .mfn-tabber-nav-li-icon { order: 1; }
    .mfn-tabber-icon-tablet-center-left .mfn-tabber-nav-li-desc { order: 2; }
    .mfn-tabber-icon-tablet-center-right .mfn-tabber-nav-li-icon { order: 2; }
    .mfn-tabber-icon-tablet-center-right .mfn-tabber-nav-li-desc { order: 1; }

}

@media(max-width: 767px) {

    /* Left * Right */
    .mfn-tabber-nav-mobile-left .section_wrapper,
    .mfn-tabber-nav-mobile-right .section_wrapper { flex-wrap: nowrap; }
    .mfn-tabber-nav-mobile-left .mfn-tabber-nav,
    .mfn-tabber-nav-mobile-right .mfn-tabber-nav { flex-direction: column; align-items: unset; width: var(--mfn-section-tabber-nav-width); gap: 0; }
    .mfn-tabber-nav-mobile-left .mfn-tabber-nav .mfn-tabber-nav-li-desc,
    .mfn-tabber-nav-mobile-right .mfn-tabber-nav .mfn-tabber-nav-li-desc { flex-grow: 1; }
    .mfn-tabber-nav-mobile-left .mfn-tabber-nav { order: 1; }
    .mfn-tabber-nav-mobile-left .mfn-tabber-content { order: 2; }
    .mfn-tabber-nav-mobile-right .mfn-tabber-nav { order: 2; }
    .mfn-tabber-nav-mobile-right .mfn-tabber-content { order: 1; }

    /* Top * Bottom */
    .mfn-tabber-nav-mobile-top .section_wrapper,
    .mfn-tabber-nav-mobile-bottom .section_wrapper { flex-wrap: wrap; }
    .mfn-tabber-nav-mobile-top .mfn-tabber-nav,
    .mfn-tabber-nav-mobile-bottom .mfn-tabber-nav { width: auto; max-width: 100%; flex-direction: row; flex-wrap: wrap; align-items: stretch; gap: var(--mfn-section-tabber-nav-gap); }
    .mfn-tabber-nav-mobile-top .mfn-tabber-content.mcb-wrap,
    .mfn-tabber-nav-mobile-bottom .mfn-tabber-content.mcb-wrap { width: 100%; }
    .mfn-tabber-nav-mobile-top .mfn-tabber-nav { order: 1; }
    .mfn-tabber-nav-mobile-top .mfn-tabber-content { order: 2; }
    .mfn-tabber-nav-mobile-bottom .mfn-tabber-nav { order: 2; }
    .mfn-tabber-nav-mobile-bottom .mfn-tabber-content { order: 1; }

    /* Icon */
    .mfn-tabber-icon-mobile-left .mfn-tabber-nav-li-wrapper,
    .mfn-tabber-icon-mobile-right .mfn-tabber-nav-li-wrapper { flex-direction: row; justify-content: unset; }
    .mfn-tabber-icon-mobile-left .mfn-tabber-nav-li-icon { order: 1; }
    .mfn-tabber-icon-mobile-left .mfn-tabber-nav-li-desc { order: 2; }
    .mfn-tabber-icon-mobile-right .mfn-tabber-nav-li-icon { order: 2; }
    .mfn-tabber-icon-mobile-right .mfn-tabber-nav-li-desc { order: 1; }
    .mfn-tabber-icon-mobile-top .mfn-tabber-nav-li-wrapper { flex-direction: column; justify-content: unset; }
    .mfn-tabber-icon-mobile-top .mfn-tabber-nav-li-icon { order: 1; }
    .mfn-tabber-icon-mobile-top .mfn-tabber-nav-li-desc { order: 2; }

    .mfn-tabber-icon-mobile-center-left .mfn-tabber-nav-li-wrapper,
    .mfn-tabber-icon-mobile-center-right .mfn-tabber-nav-li-wrapper { flex-direction: row; justify-content: center; }
    .mfn-tabber-icon-mobile-center-left .mfn-tabber-nav .mfn-tabber-nav-li-desc,
    .mfn-tabber-icon-mobile-center-right .mfn-tabber-nav .mfn-tabber-nav-li-desc { flex-grow: unset; }
    .mfn-tabber-icon-mobile-center-left .mfn-tabber-nav-li-icon { order: 1; }
    .mfn-tabber-icon-mobile-center-left .mfn-tabber-nav-li-desc { order: 2; }
    .mfn-tabber-icon-mobile-center-right .mfn-tabber-nav-li-icon { order: 2; }
    .mfn-tabber-icon-mobile-center-right .mfn-tabber-nav-li-desc { order: 1; }

}.mcb-section .mcb-wrap .mcb-item-451a98924 .column_attr{text-align:center;}.mcb-section .mcb-wrap .mcb-item-451a98924 .mcb-column-inner-451a98924{margin-bottom:0px;}.mcb-section .mcb-wrap .mcb-item-iv7rxcvp .icon-wrapper{width:36px;height:36px;margin-bottom:0px;border-style:solid;border-color:#FFF4F4;border-width:1px 1px 1px 1px;border-radius:100% 100% 100% 100%;}.mcb-section .mcb-wrap .mcb-item-iv7rxcvp .icon-wrapper i{font-size:15px;color:#FFFFFF;}.mcb-section .mcb-wrap .mcb-item-iv7rxcvp .mfn-icon-box:hover .icon-wrapper{background-color:#FFFFFF;}.mcb-section .mcb-wrap .mcb-item-iv7rxcvp .mfn-icon-box:hover .icon-wrapper i{color:#000000;}.mcb-section .mcb-wrap .mcb-item-iv7rxcvp .mcb-column-inner-iv7rxcvp{margin-right:5px;}.mcb-section .mcb-wrap .mcb-item-yvudzin6 .icon-wrapper{width:36px;height:36px;margin-bottom:0px;border-style:solid;border-color:#FFF4F4;border-width:1px 1px 1px 1px;border-radius:100% 100% 100% 100%;}.mcb-section .mcb-wrap .mcb-item-yvudzin6 .icon-wrapper i{font-size:15px;color:#FFFFFF;}.mcb-section .mcb-wrap .mcb-item-yvudzin6 .mfn-icon-box:hover .icon-wrapper{background-color:#FFFFFF;}.mcb-section .mcb-wrap .mcb-item-yvudzin6 .mfn-icon-box:hover .icon-wrapper i{color:#000000;}.mcb-section .mcb-wrap .mcb-item-yvudzin6 .mcb-column-inner-yvudzin6{margin-right:5px;margin-left:5px;}.mcb-section .mcb-wrap .mcb-item-o325ig0s .icon-wrapper{width:36px;height:36px;margin-bottom:0px;border-style:solid;border-color:#FFF4F4;border-width:1px 1px 1px 1px;border-radius:100% 100% 100% 100%;}.mcb-section .mcb-wrap .mcb-item-o325ig0s .icon-wrapper i{font-size:15px;color:#FFFFFF;}.mcb-section .mcb-wrap .mcb-item-o325ig0s .mfn-icon-box:hover .icon-wrapper{background-color:#FFFFFF;}.mcb-section .mcb-wrap .mcb-item-o325ig0s .mfn-icon-box:hover .icon-wrapper i{color:#000000;}.mcb-section .mcb-wrap .mcb-item-o325ig0s .mcb-column-inner-o325ig0s{margin-right:5px;margin-left:5px;}.mcb-section .mcb-wrap .mcb-item-kkkataqu .icon-wrapper{width:36px;height:36px;margin-bottom:0px;border-style:solid;border-color:#FFF4F4;border-width:1px 1px 1px 1px;border-radius:100% 100% 100% 100%;}.mcb-section .mcb-wrap .mcb-item-kkkataqu .icon-wrapper i{font-size:15px;color:#FFFFFF;}.mcb-section .mcb-wrap .mcb-item-kkkataqu .mfn-icon-box:hover .icon-wrapper{background-color:#FFFFFF;}.mcb-section .mcb-wrap .mcb-item-kkkataqu .mfn-icon-box:hover .icon-wrapper i{color:#000000;}.mcb-section .mcb-wrap .mcb-item-kkkataqu .mcb-column-inner-kkkataqu{margin-right:5px;margin-left:5px;}.mcb-section .mcb-wrap-2ox3wrkj > .mcb-wrap-inner-2ox3wrkj{padding-right:10%;}.mcb-section .mcb-wrap-grid.mcb-wrap-i9fps7ll > .mcb-wrap-inner-i9fps7ll{grid-template-columns:repeat(3, 1fr);}.mcb-section .mcb-wrap-grid.mcb-wrap-0hbfeamr > .mcb-wrap-inner-0hbfeamr{grid-template-columns:repeat(3, 1fr);}section.mcb-section-t5rhj30j{padding-top:120px;padding-right:28px;padding-left:28px;padding-bottom:20px;background-repeat:no-repeat;background-position:top center;background-size:cover;}