.code-table-body__item1 a {
    color: #7BB631;
}
#site-search-results2 {
    background: #fff;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-bottom: 15px;
    z-index: 20;
    display: none;
    font-size: 13px;
    padding-top: 15px;
    -webkit-box-shadow: 0 7px 24px rgb(37 42 51 / 17%);
    -moz-box-shadow: 0 7px 24px rgba(37,42,51,.17);
    box-shadow: 0 7px 24px rgb(37 42 51 / 17%);
}
.mse2-row {
    margin-bottom:15px;
}
.mse2-row a {
    font-size:16px;
    color:#333;
}
.codeBrandBody header .line-logo-fixed {
    position: absolute;
    background: transparent;
    box-shadow: none;
}
.f700 {
    font-family: "PfBeauProBold",Arial,sans-serif;
}
.head-banner__introtext {
    font-size: 18px;
    line-height: 127.5%;
    color: #2C2C2C;
    margin-top:30px;
    max-width:717px;
}
.code-category {
    padding-bottom:53px;
}
.code-search {
    padding-top:47px;
    padding-bottom:47px;
}
.code-search__name {
    font-size:20px;
    color: #2C2C2C;
    margin-bottom:17px;
}
.code-search__form input {
    background: #F2F2F2;
    border-radius: 9px;
    height: 58px;
    width:calc(100% - 232px);
    padding-left:36px;
}
.code-search__form button {
    margin-left:auto;
    height: 58px;
    width:213px;
    background: #2C2C2C;
    border-radius: 9px;
    color:#fff;
}
.code-brands {
    padding-top:80px;
    background: #F2F2F2;
}
.brandCategory-list {
    margin-left: -9px;
    margin-right: -9px;
}
.brandCategory-item {
    width: 20%;
    padding-left: 9px;
    padding-right: 9px;
    margin-bottom: 25px;
    height: 68px;
}
.brandCategory-item__link {
    background: #fff;
    display: flex;
    height: 100%;
}
.brandCategory-item__link img {
    align-self: center;
    display: block;
    max-width: 90px;
    margin-left: auto;
    margin-right: auto;
}
.code-nav {
    background: #F3F6ED;
    padding-top:25px;
    padding-bottom:13px;
}
.code-nav-list {
    justify-content: center;
}
.code-nav-list a {
    color: #5F5F5F;
    font-size:18px;
    padding-top:14px;
    padding-bottom:14px;
    padding-left:25px;
    padding-right:25px;
    background:#fff;
    border-radius: 5px;
    margin-right:12px;
    margin-bottom:20px;
    transition: all 0.3s ease-in-out;
}
.code-nav-list a:hover {
    background: #7bb631;
    color:#fff;
}
    
.code-hero-logo {
    padding: 20px 27px;
    background: #fff;
    box-shadow: 0px 4px 28px rgb(0 0 0 / 5%);
    border-radius: 14px;
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 674px;
}
.code-brand-h1 {
    max-width:620px;
    padding-top:30px;
}
.static-pages .head-banner.about .columns {
    position:relative;
}
.code-brand-text {
    padding:85px 0;
}
.code-table {
    background: #FFFFFF;
    box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
}
.code-table-head,
.code-table-body {
    padding-left:42px;
    padding-right:42px;
    margin-left:-10px;
    margin-right:-10px;
}
.code-table-head__item {
    padding-top:24px;
    padding-bottom:24px;
    color: #7BB631;
}
.code-table-head__item1,
.code-table-body__item1 {
    width:16%;
}
.code-table-head__item2,
.code-table-body__item2 {
    width:20%;
}
.code-table-head__item3,
.code-table-body__item3,
.code-table-head__item4,
.code-table-body__item4 {
    width:32%;
}
.code-table-head__item,
.code-table-body__item {
    padding-left:10px;
    padding-right:10px;
}
.code-table-heads {
    background: #F3F6ED;
    border-radius: 5px 5px 0px 0px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index:1;
}
.code-table-body {
    padding-top:36px;
    padding-bottom:36px;
    border-bottom: 1px solid #EDEDED;
    margin-bottom:36px;
    position:relative;
}
.code-table-body__item ul li,
.code-table-body__item ol li{
    position: relative;
    font-size: 15px;
    margin-bottom: 14px;
    padding-left: 20px;
}
.code-table-body__item ul li:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #7bb630;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
}
.code-table-body__item ol {
    counter-reset: myCounter;
}
.code-table-body__item ol li:before {
    counter-increment: myCounter;
    content: counter(myCounter)'. ';
    color: #7BB631;
}    
.code-table-body__bottom {
    font-size: 13px;
    line-height: 138%;
    color: #6D6D6D;
    margin-top: 20px;
}
.code-display-img {
    width:565px;
}
.code-display-text {
    width:calc(100% - 614px);
    margin-left:auto;
}
.code-display {
    padding-top:100px;
}
.code-display h2,
.code-display .h2 {
    text-align:left;
    margin-bottom:58px;
}
.code-display-img span {
    display:block;
    color: #595959;
    font-size:14px;
    text-align:center;
    margin-top:20px;
}
.code-video-link {
    display:block;
    position:relative;
    color:#fff;
}
.code-video-link img {
    display:block;
    max-width:100%;
}
.code-video-link__name {
    font-size: 20px;
    position:absolute;
    left:34px;
    top:20px;
}
.code-video-link__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    border-radius: 5px;
}
.code-video-link img {
    border-radius: 5px;
    display:block;
}
.code-video-link__icon {
    background:url(../img/video-icon.svg) no-repeat;
    width: 91px;
    height: 66px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    margin-top: -33px;
}
.code-video {
    padding-top:100px;
}
.code-video h2,
.code-video .h2 {
    text-align:left;
    margin-bottom:44px;
}
.code-video-left {
    width:691px;
}
.code-video-right {
    width: calc(100% - 728px);
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}
.code-video-img img {
    display:block;
    border-radius:5px;
}
.faq-code {
    margin-top:85px;
}
.code-table2-body {
    background: #F5F5F5;
    border-radius: 5px;
}
.code-table2 {
    box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    padding:37px;
    margin-top:65px;
    width:1060px;
}
.code-table {
    width:1060px;
}
@media (max-width:1000px) {
    .code-table2-scrolls {
        overflow: hidden;
    }
    .code-table2-scroll,
    .code-table-scroll {
        overflow-x: auto;
    }
}
.code-table2-head {
    color: #7BB631;
    font-size:18px;
    width:33.3%;
}
.code-table2-head1 {
    padding-left: 58px;
}
.code-table2-head3 {
    padding-left: 75px;
}
.code-table2-item {
    width:55px;
    margin-right:15px;
    text-align:center;
}
.code-table2-item img {
    margin-left:auto;
    margin-right:auto;
    display: block;
}
.code-table2-items {
    padding-top:35px;
    padding-left:49px;
    padding-right:49px;
    padding-bottom:46px;
    margin-top:27px;
}
.code-table2-box2 {
    margin-bottom:24px;
    align-items: center;
}
.code-table2-box1 {
    margin-bottom:37px;
}
.code-table2-item--head {
    font-size: 18px;
    color: #2C2C2C;
}
.code-table2-item--last {
    font-size: 14px;
    width: auto;
    margin-right: 0;
    text-align: left;
    margin-left: 0px;
    max-width: 150px;
}
.code-table2-item:first-child {
    text-align: left;
    padding-left: 10px;
    width:80px;
}

@media (max-width:991px) {
    .code-search,
    .code-category {
        padding-left:15px;
        padding-right:15px;
    }
    .code-search__form input {
        width:100%;
        margin-bottom:15px;
    }
    .code-search__form button {
        width:100%;
    }
    .brandCategory-item {
        width: 50%;
        height: 46px;
        margin-bottom: 16px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .code-brands {
        padding-left:15px;
        padding-right:15px;
        padding-top: 40px;
    }
    .brandCategory-item__link img {
        max-height: 35px;
    }
}
@media (max-width:768px) {
    h2, .h2 {
        font-size:20px;
    }
    .code-display-img {
        width: 100%;
    }
    .code-display-img img {
        display:block;
        max-width:100%;
    }
    .code-display,
    .code-video {
        padding-left:15px;
        padding-right:15px;
    }
    .code-display-text {
        margin-top:20px;
        width:100%;
    }
    .code-video-right {
        width:100%;
        margin-top:20px;
    }
    .code-video-img {
        margin-bottom:20px;
    }
    .code-video-link__name {
        left: 0;
        top: 10px;
        font-size: 15px;
        text-align: center;
        width: 100%;
    }
    .code-brand-text {
        padding-left:15px;
        padding-right:15px;
        padding-top:30px;
        padding-bottom:30px;
    }
    .code-nav-list a {
        font-size: 14px;
        padding-left:15px;
        padding-right:15px;
        padding-top:5px;
        padding-bottom:5px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
}