@font-face {
    font-display: swap;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: url('../woff2/source-sans-3-v9-latin-regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../woff2/open-sans-v35-latin-700.woff2') format('woff2');
}

@font-face {
    font-family: 'goldplay';
    src: url('../woff2/goldplay-bold.woff2') format('woff2');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Source Sans Pro', sans-serif;
}

html {
    background-color: #ffffff;
    box-sizing: border-box;
    color: #000000;
    font-family: Roboto, sans-serif;
    font-size: 1em;
    line-height: 1.5;
    min-height: 100%;
    position: relative;
}

.main-content-blog {
    max-width: 1380px;
    margin-left: auto;
    margin-right: auto;
}

.v-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
}
.mb-1 {
    margin-bottom: 0.25rem;
}
.mb-10 {
    margin-bottom: 10rem;
}
.mb-14 {
	margin-bottom: 14rem;
}
.mb-15 {
	margin-bottom: 20rem;
}
.pt-5 {
    padding-top: 1.25rem;
}

html, body {
    background-color: #F8FAF7 !important;
    width: 100%;
    overflow-x: hidden;
}
ul {
    list-style-type: none;
}
a {
    text-decoration: none;
}
.ag-body {
    margin: auto;
}
.ag-navmenu-container {
    max-width: 1140px;
    margin: auto;
}

.ag-navmenu.ag-default-button {
    width: 100%;
    height: auto;
}

.ag-default-button.orange2.orange-flex {
    display: flex;
    background-size: cover;
    justify-content: center;
    padding-top: 8px;
    width: auto;
    font-size: 15px;
}

.ag-navmenu {
    justify-content: space-evenly;
    list-style-type: none;
    margin: auto 0px;
}
.ag-navmenu-container .ag-row {
    align-items: center;
}

.ag-bc-container {
    background-color: #F7FAF7;
    padding-top: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.ag-bc-card article ul {
    text-align: left;
    margin-left: 7rem;
    list-style: inherit;
    margin-bottom: 2rem;
}

.ag-bc-card article ol {
    text-align: left;
    margin-left: 7rem;
    list-style: decimal;
    margin-bottom: 2rem;
    margin-left: 0;
    padding: 0;
}

.ag-bc-card article ul li, .ag-bc-card article ol li {
    font-size: 19px; 
    line-height: 1.5;
    font-family: 'Source Sans Pro', sans-serif;
    margin-bottom: 1rem;
}

.ag-bc-card article h2, .ag-bc-card article h3, .ag-bc-card article h4, .ag-bc-card article h5 {
    margin-bottom: 4rem;
    margin-top: 7rem;
    text-align: left;
}

.ag-bc-card article h1 {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0.5rem;
    margin-top: 0;
}

.ag-bc-card article a {
    cursor: pointer;
}

.ag-bc-card article { font-family: 'Source Sans Pro', sans-serif; }
.ag-bc-card article h1 { font-size: 2.5rem; line-height: 1.5; font-family: "GoldPlay", sans-serif; }
.ag-bc-card article h2 { font-size: 2rem; line-height: 1.5; font-family: "GoldPlay", sans-serif; }
.ag-bc-card article h3 { font-size: 1.75rem; line-height: 1.5m; font-family: "GoldPlay", sans-serif; }
.ag-bc-card article h4 { font-size: 1.5rem; line-height: 1.5; font-family: "GoldPlay", sans-serif; }
.ag-bc-card article p {
    font-size: 19px;
    line-height: 1.5;
    font-family: 'Source Sans Pro', sans-serif;
    word-spacing: 2px;
    padding-bottom: 10px;
}
.ag-bc-card {
    box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.1), 0 1em 2em rgba(0, 0, 0, 0.1);
	background: #FFFFFF;
	color: rgb(10, 5, 7);
	border-radius: 2em;
	overflow: hidden;
    padding: 4rem;
    text-align: center;
    margin: 2.20rem auto 5rem auto;
}
.ag-bc-card h1 {
    width: 90%;
    font-size: 2.4rem;
    font-weight: 900;
    text-align: left;
    margin: 0 auto 0.5rem auto;
}
.ag-bc-card .author-info {
    margin-top: .5rem;
    margin-bottom: 3rem;
}
.ag-bc-card img.size-large, .ag-bc-card img.size-full {
    width: 100%;
    object-fit: contain;
    height: auto;
}
.ag-bc-card p {
    width: 100%;
    margin-bottom: 2rem;
    text-align: left;
}

.ag-bc-card article h2 {
    font-weight: 600;
    font-size: 30px;
}

.status-publish a {
	text-decoration: underline !important;	
}
.status-publish a {
    color: #295c19;
    text-decoration: none;
}
.status-publish a:hover {
    cursor: pointer;
    text-decoration: underline #287038 !important;
    color: #295c19;    
}

.indented {
    text-indent: 50px;
}

.ag-bc-card p{
    margin-bottom: 2rem;
}

@media (max-width: 567px) {
    .leadbar-container{
    display:none;
    }
    .sumome-share-client-wrapper{
    display:none;
    }
    .ag-bc-card article h1 {
        line-height: 1.1;
    }
    .ag-bc-container {
        background-image: unset;
        padding: 0;
        padding-top:0;
    }
    .main-content-blog .col-xs-12.col-sm-12.col-mid-12{
        padding: 10px;
    }
    .main-content-blog .row .ag-bc-card{
        margin-top: 1rem;
        box-shadow: none;
        background: transparent;
    }
}

.ag-navmenu.mobile-menu {
    display: none;
}

.mobile-watch-demo{
    display: none;
}

.sidebar_add_to_any a {
    display: block;
    margin-bottom: 0.5rem;
}

.ag-logo-container {
    padding: 0.9rem 1vw;
    margin-left: 11.4px;
}
.ag-logo-container a img {
    width: 140px;
    height: auto;
}

.a2a_button_twitter {
    display: block;
    background-color: #000; 
    border-radius: 5px;
    padding: 5px !important;
    margin-left: 2px !important;
    margin-right: 2px !important;
    opacity: 1 !important;
}

.a2a_button_twitter:hover {
    opacity: 0.7 !important;
}

.mobile-row {
    display: none;
}

@media (max-width: 1440px) {
    .ag-before-footer .ag-bg, .ag-bg-footer {
        background-size: cover;
    }
}

@media (max-width: 1280px) {

    .show-1280 {
        display: block;
    }
    
    .hide-1280 {
        display: none;
    }
}

@media (max-width: 1051px) {
    .ag-col-44 {
        width: 48%;
    }
}

@media (max-width: 1024px) {
    .ag-default-button.green-button.header-button {
        width: 200px !important;
        font-size: 1rem !important;
        line-height: 13px;
        line-height: 1rem !important;
        margin-top: 0;
        margin-bottom: 0;
        padding: 13px 10px 14px 10px !important;
    }
    .ag-col-43 {
        width: 37.5%;
    }
    .ag-navitem:first-child {
        margin-left: 2rem;
    }
    .ag-bc-container,
    .ag-before-footer .ag-bg {
        background-size: auto;
    }

    .w-60-1024 {
        width: 50% !important;
    }
}

@media (max-width: 415px) {
    .ag-default-button.green-button.header-button {
        width: 95px !important;
    }
    .set-mobile-ag-full {
        margin-right: -11px !important;
    }
    
    .ag-default-button.green-button.header-button {
        font-size: 8px !important;
        padding: 7px 10px 9px 10px !important;
    }
    .ag-logo-container a img {
        width: 100px !important;
    }
    .ag-navmenu-toggle {
        width: 26% !important;
    }
    .mobile-row {
        margin-left: 24px !important;
    }
}

@media (max-width: 990px) {
    .ag-card.team-container {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .mobile-row {
        width: 100%;
        align-items: center;
        display: flex;
        margin: 10px;
    }

    .ag-navitem:first-child {
        margin-left: 0;
    }
    .ag-navitem {
        float: none;
        margin-right: 0;
    }

    .ag-navmenu {
        display: flex;
    }

    .main-content-blog .container .row {
        flex-direction: column;
    }

    .w-60-1024 {
        width: 100% !important;
    }
}

@media (max-width: 990px) {
    .ag-card.team-container {
        width: 83%;
        margin-left: auto;
        margin-right: auto;
    }

    .ag-navmenu-container .ag-row, .ag-footer-menu, .ag-footer-menu .ag-row, .ag-blog-card {
        display: block;
    }
    .ag-navmenu-container .ag-col-20, .ag-col-23, .ag-navmenu-container .ag-col-25, .ag-navmenu-container, .ag-col-52 .ag-col-50, .ag-navmenu-container .ag-col-55, .ag-footer-menu .ag-col-25, .ag-footer-menu .ag-col-15 {
        width: 100%;
        text-align: center;
        margin: auto;
    }
    .ag-navmenu-container .ag-col-100 {
        width: 100%;
    }
    .ag-navmenu.desktop-menu {
        display: none;
    }
    .ag-navmenu.mobile-menu {
        display: flex;
        flex-wrap: wrap;
    }
    .ag-logo-container {
        padding: 1vw 0;
    }
    .ag-navmenu {
        padding: 20px 0;
    }
    .ag-navmenu li {
        padding: 0 20px;
    }
    .ag-card div {
        width: 100%;
    }
    .ag-blog-preview .ag-btn-container, .ag-footer-menu .ag-btn-container {
        width: 30%;
    }
    .ag-logo-container {
        margin-left: 0px;
    }

    .ag-logo-container a img {
        width: 100%;
        max-width: 140px;
        height: auto;
    }

    .ag-matt-msg-container {
        margin: 50px auto;
        padding: 50px 0;
    }
    .ag-matt-message {
        height: 100%;
    }
    .ag-matt-message .ag-row {
        display: block;
    }
    .ag-matt-message .ag-row .ag-col-50 {
        width: 80%;
        margin: auto;
        text-align: center;
    }
    .ag-matt-img {
        display: block;
        margin-bottom: 40px;
    }
    .ag-matt-img img {
        border-radius: 50%;
        box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.1), 0 1em 2em rgba(0, 0, 0, 0.1);
    }

    .ag-navmenu-container .ag-row {
        align-items: center;
    }

    .ag-default-button.orange2.orange-flex {
        background-size: contain;
        padding-top: 5px;
        margin:0 -5px;
    }
}

@media (max-width: 990px) {
    .ag-hero {
        margin-top: 70px;
    }
}

@media (max-width: 524px) {
    .ag-navmenu {
        padding: 0;
    }
    .ag-navmenu li {
        padding: 10px 10px;
    }

    .ag-blog-container-70 {
        width: 90%;
    }

    .ag-card h3 {
        font-size: 2rem;
        font-weight: 900;
        padding-bottom: 10px;
        font-family: "GoldPlay", sans-serif;
    }
    .ag-matt-message h3 {
        font-size: 32px;
    }
    .ag-matt-message p {
        font-size: 20px;
    }
    .ag-blog-preview .ag-btn-container, .ag-footer-menu .ag-btn-container {
        width: 80%;
    }
    .ag-card .ag-btn-container {
        width: 90%;
    }
}
.ag-navmenu-container.fixed {
    position: relative;
    z-index: 999;
    background-color: #FFFFFF;
    max-width: none;
}
.ag-navmenu-container.fixed .ag-row {
    width: 80%;
    margin: auto;
}

.ag-navmenu.mobile-menu {
    display: none;
}

@media (min-width: 991px) {
    .ag-mobile-fullmenu{
        display:none;
    }
}
@media (max-width: 990px) {
    .ag-navmenu-toggle {
        display: block;
        background: none;
        border: none;
        padding: 0;
        cursor: pointer;
        border: 2px solid #000;
        padding: 5px 10px 3px 10px;
        border-radius: 10px;
        font-weight: 700;
        font-family: 'GoldPlay';
        width: 23%;
        font-size: 20px;
    }

    .ag-navmenu-toggle-icon {
        display: block;
        width: 20px;
        height: 2px;
        background-color: #000;
        margin-bottom: 4px;
    }

    .ag-navmenu-toggle.active .ag-navmenu-toggle-icon {
        background-color: #fff;
    }

    .ag-navmenu.mobile-menu.active {
        display: block;
    }
    .ag-navmenu li {
        padding: 2px 3px;
    }
    .ag-navmenu.mobile-menu{
        border: 1px solid #257946;
        padding: 5px 10px 5px 10px;
        border-radius: 5px;
        font-weight: 700;
        font-family: 'GoldPlay';
        margin-top: 5px;
        font-size: 12px;
        line-height: 15.96px;
        box-shadow: 0px 7px 5px -4px rgba(0, 0, 0, 0.25);
    }
    .ag-mobile-fullmenu{
        width:30% !important;
    }
    .set-mobile-ag-full{
        display: flex;
        align-items: center;
        /* width: 35%; */
        justify-content: space-between;
        margin-right: 10px;
    }
    .ag-mbh{
        display:none !important;
    }
    .ag-set-dfx-mb{
        display:none !important;
    }
    .ag-navmenu.mobile-menu{
        margin: 0.5rem 2rem;
    }
    
    .mobile-watch-demo-orange{
        background-image: url('../bg-button-orange1.html');        
        width: 132px;
        height: 44px;
        display: inline-block;
    }
}

.ag-row {
    width: 100%;
    display: flex;
}
.ag-col-15 {
    width: 15%;
}
.ag-col-20 {
    width: 20%;
}
.ag-col-20 {
    width: 23%;
}
.ag-col-25 {
    width: 25%;
}
.ag-col-30 {
    width: 30%;
}
.ag-col-50 {
    width: 50%;
}
.ag-col-43 {
    width: 43%;
}
.ag-col-52 {
    width: 52%;
}
.ag-col-55 {
    width: 55%;
}
.ag-col-75 {
    width: 75%;
}
.ag-col-100 {
    width: 100%;
}
.ag-navmenu-container .ag-col-100 {
    width: 0;
}

.ag-navitem:first-child.ag-default-button {
    margin-left: 0;
}

.ag-navitem.ag-default-button {
    float: none;
    margin-right: 0;
    width: 100%;
    height: 0;
}

.ag-navitem {
    color: #000000;
    font-weight: 800;
    float: left;
    margin-left: 0.7rem;
    margin-right: 0.7rem;
}
.ag-navitem a {
    font-size: 1em;
    text-decoration: none;
    color: #000000;
    font-family: "GoldPlay", sans-serif;
	vertical-align: middle;
}
.ag-navitem.small-font a {
    font-size: 14px !important;
}
.ag-navitem a:hover {
    color: #000000;
    text-decoration: none;
}

#main_header.header-fix {
    top: 0;
    width: 100%;
    position: fixed;
    z-index: 1000;
    background-color: #f7faf7;
}

.ag-default-button:hover {
    text-decoration: none;
}

.ag-default-button.green-button {
    color: #000000;
    width: auto;
    margin-top: 2rem;
    margin-bottom:2rem;
    font-size: 1.8rem;
    font-weight: bold;
    background-color: #F3B61F;
    border-radius: 999px;
    height: auto;
    line-height: 2rem;
    padding: 1.8rem 4.5rem;
}

.ag-default-button.green-button.header-button {
    width: 270px; 
    line-height: 4.3rem; 
    font-size:1.45rem;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0.2rem 1rem;
}

.ag-text-center {
    text-align: center;
}

/* update 07/10/2023 */
.wp-post-image {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
}

.youtube-player {
    position: relative;
    padding-bottom: 56.20%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 0;
}

.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}

.youtube-player img {
    object-fit: cover;
    display: block;
    left: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    transition: 0.4s all;
}

.youtube-player img:hover {
    -webkit-filter: brightness(75%);
}

.youtube-player .play {
    height: 48px;
    width: 68px;
    left: 50%;
    top: 50%;
    margin-left: -34px;
    margin-top: -24px;
    position: absolute;
    background: url('../png/youtube.png') no-repeat;
    cursor: pointer;
}

.youtube-player-mb {
    margin-bottom: 3rem !important;
}

.popup-task-complete {
    width: 100%;
    max-width: 400px;
    margin-bottom:-2rem;
    height: auto;
}

.rotated-arrow {
    position: absolute;
    top: -3.5rem;
    right: -4.5rem;
    transform: rotate(-45deg);
    width: 80px;
}

.ag-card {
    background: linear-gradient(264.79deg, #F7FAF7 -0.71%, #F7FAF7 106.99%);
    border-radius: 16px;
	color: rgb(10, 5, 7);
    padding: 40px 20px;
    text-align: center;
    align-items: center;
    box-shadow: 0px 35px 50px -25px rgba(0, 0, 0, 0.35), 0px 0px 13px -6px rgba(0, 0, 0, 0.3);
}
.ag-card.team-container {
    margin-bottom: 15rem;
    padding-bottom: 1.5rem !important;
    position: relative;
}

.ag-card.team-container p {
    padding-left: 13px;
    padding-right: 13px;
}

.ag-card.team-container .staff {
    position: absolute;
    width: 100px;
}

.ag-card.team-container .staff.staff-001 { display: none; }
.ag-card.team-container .staff.staff-002 { top: 2rem; left: -5rem; }
.ag-card.team-container .staff.staff-003 { display: none; }
.ag-card.team-container .staff.staff-004 { bottom: -4rem; left: -5rem; }
.ag-card.team-container .staff.staff-005 { display: none; }
.ag-card.team-container .staff.staff-006 { top: -7rem; right: 11rem; }
.ag-card.team-container .staff.staff-007 { display: none; }
.ag-card.team-container .staff.staff-008 { display: none; }
.ag-card.team-container .staff.staff-009 { display: none; }
.ag-card.team-container .staff.staff-010 { top: -3rem; right: -3rem; width: auto; height: auto; }
.ag-card.team-container .staff.staff-011 { top: 11.5rem; right: -6.5rem; width: auto; height: auto; }
.ag-card.team-container .staff.staff-012 { bottom: 8rem; right: -5.5rem; width: auto; height: auto; }
.ag-card.team-container .staff.staff-013 { bottom: -5rem; right: -3rem; width: auto; height: auto; }
.ag-card.team-container .staff.staff-014 { bottom: -8.7rem; right: 7.5rem; width: auto; height: auto; }
.ag-card.team-container .staff.staff-015 { bottom: -8.3rem; left: 7rem; width: auto; height: auto; }

.ag-card h3 {
    font-size: 2.3rem;
    font-weight: 900;
    padding-bottom: 10px;
    font-family: "GoldPlay", sans-serif;
}

.ag-card p {
    padding-bottom: 30px;
    line-height: 25px;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
}
.ag-card p:last-child {
    padding-bottom: 0;
}
.ag-card .ag-button {
    font-size: 30px;
    padding: 1rem 3rem;
}

.yellowbox {
    background: none repeat scroll 0 0 #FFFF99 !important;
    clear: both !important;
    margin-bottom: 18px !important;
    overflow: hidden !important;
    border: 1px solid #E5E597 !important;
    padding: 13px !important;
}

.greenbox {
    background: none repeat scroll 0 0 #F6FBF7 !important;
    clear: both !important;
    margin-bottom: 18px !important;
    overflow: hidden !important;
    border: 1px solid #DEE0DE !important;
    padding: 13px !important;
}

.greenbox h2 {
    padding-top: 0.5em !important;
}

.lp-bar__iframe-wrapper{
    display: none;
}

.p-0 {
    padding: 0 !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.ps-0 {
    padding-left: 0 !important;
}
.pe-0 {
    padding-right: 0 !important;
}
.m-0 {
    margin: 0 !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.ms-0 {
    margin-left: 0 !important;
}
.me-0 {
    margin-right: 0 !important;
}
.mt-auto {
    margin-top: auto !important;
}
.mb-auto {
    margin-bottom: auto !important;
}
.ms-auto {
    margin-left: auto !important;
}
.me-auto {
    margin-right: auto !important;
}
.d-flex {
    display: flex !important;
}
.w-100 {
    width: 100% !important;
}

.ag-row .ag-col-12 {
    flex-basis: 100%;
    max-width: 100%;
}

@media (max-width: 380px) {
    .ag-card .ag-btn-container, .ag-blog-preview .ag-btn-container, .ag-footer-menu .ag-btn-container {
        width: 100% !important;
        
    }

    .ag-default-button.orange2.orange-flex { 
        line-height: 6.5rem;
    }
}

@media (max-width: 768px) {
    .ag-hero {
        margin-top: 70px;
    }

    .ag-hero-content {
        /*height: 85%;*/
        width: 60%;
    }
}

@media (max-width: 480px) {
    
    .ag-hero-content {
        /*height: 85%;*/
        width: 80%;
    }

    .ag-default-button.orange2.orange-flex {
        line-height: 7rem;
        background-size: 100%;

    }
    .ag-bc-card article ol, .ag-bc-card article ul {
        margin-left: 5rem !important;
    }

    .ag-card.team-container {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .ag-navmenu-container {
        margin-top: 0;
        margin-bottom: 1rem;
        /* padding-top: 2rem; */
    }

    .ag-logo-container {
        margin-bottom: 0;
    }

    .mb-15 {
        margin-bottom: 15rem;
    }

    .ag-bc-card {
        padding: 2rem 1rem;
    }
}

@media (max-width: 380px) {
    .ag-card.team-container {
        width: 100%;
    }

    .pagination {
        margin-bottom: 0;
    }

    .prev.page-numbers {
        float: none;
        background-image: none;
        padding-top: 0;
        color: inherit;
        width: auto;
        text-align: center;
        color: #337ab7;
        font-size: 1.5rem;
    }
    
    .next.page-numbers {
        float: none;
        background-image: none;
        padding-top: 0;
        color: inherit;
        width: auto;
        text-align: center;
        color: #337ab7;
    }
}

@media (min-width: 768px) {
    .ag-row .ag-col-md-1 {
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .ag-row .ag-col-md-2 {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .ag-row .ag-col-md-3 {
        flex-basis: 25%;
        max-width: 25%;
    }
    .ag-row .ag-col-md-4 {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .ag-row .ag-col-md-5 {
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .ag-row .ag-col-md-6 {
        flex-basis: 50%;
        max-width: 50%;
    }
    .ag-row .ag-col-md-7 {
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .ag-row .ag-col-md-8 {
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .ag-row .ag-col-md-9 {
        flex-basis: 75%;
        max-width: 75%;
    }
    .ag-row .ag-col-md-10 {
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .ag-row .ag-col-md-11 {
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%;
    }
}