/*#region common */
body {
    color: #171B2A;
    line-height: 1.42857143;
}

.amis-personal-tax * {
    line-height: 1.42857143;
}

.txt-bold {
    font-family: 'GoogleSans Bold';
}

.banner-title h1 {
    font-size: 28px;
}

.section-title {
    padding-bottom: 40px;
}

.section-title h2 {
    text-align: center;
    font-size: 28px;
}

.banner-title h1,
.section-title h2 {
    font-family: 'GoogleSans Bold';
}

.page-btn {
    display: flex;
    align-items: center;
    font-family: 'GoogleSans Bold';
}

.no-wrap {
    white-space: nowrap;
}

.main-section {
    padding: 50px 0;
}

.item-title {
    font-size: 22px;
    font-family: 'GoogleSans Medium';
    color: #2B2B33;
}

.cube-item {
    position: absolute;
}

/*#endregion  */

/*#region section-header  */
.section-header {
    padding: 10px 15px;
    display: none;
}

.menu-sticky-top {
    display: flex;
    align-items: center;
    top: 0;
    position: fixed;
    width: 100%;
    box-shadow: 3px 7px 6px -5px #c9c4c4;
    background: #ffffff;
    z-index: 999999;
}

.header-wrapper {
    display: flex;
    align-items: center;
    transition: top 0.1s;
}

.header-wrapper ul {
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    flex-flow: row wrap;
}

.header-wrapper ul li {
    padding-bottom: 0;
    display: flex;
}

.header-wrapper li a {
    padding: 8px 10px;
    font-family: 'GoogleSans Medium';
    color: #000000;
}

.header-wrapper li a.active {
    color: #0167D5;
}

.header-wrapper li:last-child a {
    background: linear-gradient(90deg, #00C6FF, #007AFF);
    border-radius: 5px;
    color: #ffffff;
}

/*#endregion  */

/*#region Tab */
.amis-tab-custom {
    position: fixed;
    top: 70px;
    width: 100%;
    transition: top 0.1s;
    z-index: 1999;
}

.amis-tab-custom-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.amis-tab-custom ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-flow: row wrap;
    width: 100%;
}

.amis-tab-custom ul li {
    color: #212121;
    padding: 0;
    margin: 0;
}

.amis-tab-custom ul li:not(:last-child) {
    margin-right: 15px;
}

.amis-tab-custom li {
    display: flex;
}

.amis-tab-custom li:first-child {
    margin-left: 0;
    padding: 0;
}

.amis-tab-custom li a {
    color: #fff;
    padding: 8px 10px;
    border-radius: 5px;
    opacity: 1;
}

.amis-tab-custom.stickyCss li a {
    color: #212121;
}

.amis-tab-custom.stickyCss li a i.arrow {
    border: solid #212121;
    border-width: 0 2px 2px 0;
    margin: 0 0 2px 2px;
    display: inline-block;
    opacity: 0.5;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-left: 6px;
}

.amis-tab-custom ul li.active a {
    color: #fff;
    opacity: 1;
}

.amis-tab-custom.stickyCss ul li.active>a {
    background: #4262f0;
    color: #fff;
}

.amis-aiMarkting.stickyCss ul li.active>a {
    background: #FF5637;
    color: #fff;
}

.logo-banner-tab {
    display: none;
}

.amis-tab-custom.stickyCss .logo-banner-tab {
    display: block;
}

.amis-tab-custom ul li.only-show-in-sticky {
    display: none;
}

.amis-tab-custom.stickyCss ul li.only-show-in-sticky {
    display: block;
}

.stickyCss {
    position: fixed;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 10px 0;
    top: 0;
    box-shadow: 3px 7px 6px -5px #c9c4c4;
    z-index: 99999;
}

.menu-item {
    position: relative;
}

.menu-item ul.menu-child {
    list-style: none;
    box-shadow: 0 1px 8px -1px #e0e0e0;
    position: absolute;
    top: 44px;
    background: #fff;
    width: 300px;
    height: auto !important;
    padding: 10px 15px 10px;
    display: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.amis-act .menu-item ul.menu-child {
    width: 400px;
}

.menu-item ul.menu-child::before {
    content: " ";
    display: block;
    position: absolute;
    left: 20px;
    top: -8px;
    margin-left: -4px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
}

.menu-item ul.menu-child::after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: -10px;
    width: 100%;
    height: 10px;
}

.menu-item ul.menu-child a {
    padding: 4px 0;
}

.menu-item:hover ul.menu-child {
    display: block;
    z-index: 99;
}

.td-toggle {
    display: none;
}

i.arrow {
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    margin: 0 0 2px 7px;
    display: inline-block;
    opacity: 0.5;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.menu-child a {
    color: #212121 !important;
}

.menu-col-title {
    font-family: GoogleSans Bold, Arial, sans-serif;
    padding-bottom: 8px;
}

.menu-flex {
    display: flex;
}

.menu-col-1 {
    flex: 1;
}

.menu-col-3 {
    flex: 3;
}

.amis-tab-custom.stickyCss .container {
    width: 100%;
    max-width: 1600px;
}

.amis-act.stickyCss a#tel-banner2 {
    background: url(/sites/amis/images/pages/amis-accounting/ic-phone.svg) no-repeat;
    background-size: 24px;
    background-position: center;
    font-family: GoogleSans Medium, Arial, sans-serif;
    color: #4262f0;
    padding: 0 13px 0 30px;
    display: inline-block;
    height: 32px;
}

.amis-act.stickyCss a#dungthu-banner2 {
    display: inline-block;
    background: #4262f0;
    height: 40px;
    line-height: 40px;
    color: #fff;
    padding: 0 15px;
    border-radius: 4px;
    overflow: hidden;
}

.amis-act.stickyCss a#dangnhap-banner2 {
    display: inline-block;
    height: 40px;
    line-height: 38px;
    color: #4262f0;
    border: solid 1px #4262f0;
    padding: 0 15px;
    border-radius: 4px;
    overflow: hidden;
}

.toggle-mobile {
    display: none;
}

.ic-mobile:before {
    background: url(/sites/amis-blog/images/digital-conversion-rate/ic-toggle-menu.png) no-repeat center;
    content: '';
    width: 42px;
    height: 42px;
    display: block;
}

.amis-tab-custom.stickyCss .logo-banner-tab img {
    width: auto;
    max-width: unset;
    height: 40px;
}

@media (min-width: 1170px) {
    .amis-tab-custom .container {
        width: 1170px;
    }
}

@media (min-width: 980px) {
    .amis-tab-custom.stickyCss ul {
        justify-content: flex-end;
    }

    .menu-item:hover ul.menu-child {
        display: flex;
        align-items: flex-start;
        flex-flow: row wrap;
        width: 445px;
    }

    .amis-act .menu-item:hover ul.menu-child {
        width: 600px;
        left: -250px;
    }

    .amis-act .menu-item ul.menu-child::before {
        left: 50%;
    }

    .menu-item ul.menu-child .menu-col {
        width: 50%;
    }
}

@media (max-width: 1200px) {
    .amis-tab-custom.stickyCss li a {
        font-size: 14px;
        padding: 8px;
    }

    .amis-tab-custom ul li:not(:last-child) {
        margin-right: 10px;
    }
}

@media (max-width: 1070px) {
    .amis-tab-custom.stickyCss ul {
        display: none;
    }

    .amis-tab-custom.stickyCss .toggle-mobile {
        display: block;
    }

    .amis-tab-custom ul {
        display: none;
    }
}

@media (max-width: 979px) {
    .amis-tab-custom {
        display: none;
    }

    .amis-tab-custom.stickyCss {
        display: block;
    }
}

@media (max-width: 767px) {
    .amis-tab-custom {
        top: 15px;
    }

    .amis-tab-custom li a {
        font-size: 14px;
    }

    .amis-tab-custom.stickyCss {
        top: 0;
    }
}

.menu-item:hover ul.menu2 {
    display: block;
    width: 264px;
}

/*#endregion*/

/*#region mobile menu */
@media (max-width: 700px) {
    .amis-tab-custom-wrap ul:nth-child(2) {
        display: none;
    }
}

@media (min-width: 701px) {
    .amis-tab-custom-wrap ul:nth-child(3) {
        display: none;
    }
}

.amis-tab-custom-wrap ul:nth-child(3) {
    padding-bottom: 10px;
}

.amis-mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    height: 100%;
    width: 0;
    overflow-y: auto;
    background-image: linear-gradient(#36404a, #378bac);
}

.mobile-container {
    position: relative;
}

.mobile-close {
    position: absolute;
    right: 1px;
    top: 0;
    z-index: 1000;
}

.mobile-header {
    height: 60px;
}

.mobile-close .td-icon-close-mobile {
    height: 70px;
    width: 70px;
    line-height: 70px;
    font-size: 21px;
    color: #fff;
    top: 4px;
    position: relative;
}

.mobile-content {
    padding: 20px 20px 0;
}

.mobile-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-content ul li {
    margin: 0;
    padding: 0;
}

.mobile-content li a {
    color: #fff;
    padding: 12px 30px 12px 12px;
    line-height: 1.42857143;
    display: block;
}

.mobile-content .td-icon-menu-right {
    font-size: 14px;
    padding: 6px 12px;
    right: 15px;
    position: absolute;
}

.mobile-content .mobile-sub-menu {
    display: none;
}

.mobile-content .mobile-sub-menu a {
    padding: 9px 26px 9px 36px;
}

.mobile-main-menu i {
    transition: transform 0.3s ease;
}

.mobile-main-menu i.rotate-down {
    transform: rotate(90deg);
    /* transition: transform 0.3s ease; */
}

/*#endregion*/
/*#region wesign */
.sub-wesign {
    width: fit-content !important;
}

.sub-wesign a {
    width: max-content;
}

/*👉.sub-wesign a:hover {
    font-family: GoogleSans Bold, Roboto, Arial, sans-serif;
    }👈*/
/*#endregion wesign */

/*#region section-banner  */
.section-banner {
    background-image: url('/sites/amis/images/pages/amis-personal-tax/banner-bgr.png');
    color: white;
    background-repeat: no-repeat;
    height: 550px;
    position: relative;
    display: flex;
    align-items: center;
}

.banner-des {
    padding: 20px 0;
}

.banner-btn {
    display: flex;
    align-items: center;
    width: 110%;
}

.banner-img {
    position: absolute;
    left: 52%;
    max-width: 500px;
    width: 100%;
    bottom: 0;
}

.free-trial-btn {
    padding: 10px 22px;
    background: linear-gradient(90deg, #FF9100, #FFBB00);
    color: #ffffff;
    border-radius: 25px;
    margin-right: 15px;
    max-width: 218px;
    box-shadow: 0 3px 20px rgb(0 0 0 / 8%);
}

.banner-advisory-btn {
    margin-right: 15px;
    padding: 10px 22px;
    background: #ffffff;
    color: #ff9100;
    border-radius: 24px;
}

.banner-yellow-text {
    font-family: 'GOOGLESANS MEDIUM', Arial, sans-serif;
    font-size: 19px;
    color: #faff2c;
    padding: 10px 0;
}


.free-trial-btn:hover,
.play-video-btn:hover {
    color: #ffffff;
}

.banner-advisory-btn:hover {
    color: #FF9100;
}

.free-trial-btn img {
    max-width: 20px;
    max-height: 13px;
}

.free-trial-btn span {
    padding-right: 13px;
}

.play-video-btn {
    color: #ffffff;
}

.play-video-btn img {
    max-width: 48px;
    max-height: 48px;
}

.play-video-btn span {
    padding-right: 13px;
}

@media (min-width: 980px) {
    .banner-img-1 {
        height: 480px;
        left: 56%;
    }

    .banner-img-1 img {
        width: auto !important;
        height: 100%;
    }
}

@media (max-width: 979px) {
    .banner-img-1 {
        height: 415px;
    }

    .banner-img-1 img {
        width: auto !important;
        height: 100%;
        margin: 0 auto;
    }
}

/*#endregion  */

/*#region section-introductions  */
.video-play-wrapper {
    margin-bottom: 10px;
}

.video-play-wrapper a {
    display: inline-block;
    position: relative;
    width: 100%;
}

.video-play-wrapper img {
    margin: auto;
}

.video-play-wrapper .ic-video-play {
    position: absolute;
    top: 35%;
    margin: auto;
    left: 0;
    right: 0;
}

.first-intro {
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 50px;
}

.second-intro {
    position: relative;
}

.second-intro>img {
    width: 50%;
    margin: auto;
}

.intro-video-play {
    width: 38%;
    padding: 15px;
}

.intro-video-play .free-trial-btn {
    margin: auto;
}

.intro-text {
    width: 62%;
    padding-left: 45px;
}

.intro-text .intro-title {
    color: #2566E9;
    padding-bottom: 20px;
}

.intro-text ul {
    list-style: none;
}

.intro-text ul li {
    font-family: 'GoogleSans Medium';
    margin-left: 0;
    padding-bottom: 15px;
    font-size: 18px;
    color: #0C0C0C;
}

.intro-text ul li::before {
    content: '';
    display: inline-block;
    height: 10px;
    width: 12px;
    margin-right: 15px;
    background-image: url(/sites/amis/images/pages/amis-personal-tax/blue-arrow-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
}

.intro-cube-1 {
    right: -155px;
    max-width: 250px;
}

.intro-cube-2 {
    top: 30px;
    right: -155px;
    max-width: 250px;
}

.intro-cube-3 {
    bottom: 0;
    left: -60px;
}

/*#endregion  */

/*#region section-features  */
.section-features {
    background: linear-gradient(180deg, rgba(179, 215, 254, 0.17), rgba(224, 237, 251, 0.17));
}

.highlight-feature-title {
    padding-bottom: 20px;
}

.feature-text-item {
    padding-bottom: 20px;
}

.ft-name {
    color: #2566E9;
    padding-bottom: 8px;
    font-family: 'GoogleSans Bold';
}

.ft-name span {
    color: #2B2B33;
}

.features-wrapper {
    display: flex;
    position: relative;
}

.highlight-feature {
    direction: rtl;
    align-items: center;
    padding-top: 24px;
}

.highlight-feature .feature-text {
    direction: ltr;
}

.highlight-feature .feature-img {
    width: 50%;
    margin-right: auto;
}

.feature-text {
    width: 50%;
    z-index: 2;
    padding-right: 20px;
}

.feature-img {
    width: 50%;
    position: relative;
    z-index: 2;
    padding-left: 20px;
}

.easily-tax-imple {
    padding-bottom: 60px;
}


.feature-cube-1 {
    max-width: 428px;
    backdrop-filter: 0;
    top: -4%;
    left: 34%;
}

.feature-cube-2 {
    top: 0;
    right: 0;
    max-width: 180px;
}

/*#endregion  */

/*#region section-ecosystem  */
.section-ecosystem {
    padding-bottom: 170px;
}

.ecosystem-wrapper {
    display: flex;
    align-items: center;
    position: relative;
}

.es-text {
    width: 68%;
}

.es-text ul li {
    list-style: none;
    position: relative;
}

.es-text ul li>div {
    margin-left: 45px;
    width: 80%;
}

.es-text ul li::before {
    content: '';
    display: inline-block;
    height: 25px;
    width: 25px;
    background-image: url(/sites/amis/images/pages/amis-personal-tax/send.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
}

.es-img {
    width: 32%;
}

.es-title {
    font-family: 'GoogleSans Bold';
}

.ecosystem-cube-1 {
    top: 20px;
    max-width: 150px;
    left: -140px;
}

.ecosystem-cube-2 {
    top: -25px;
    left: 35%;
    max-width: 130px;
}

/*#endregion  */

/*#region section-support  */
.section-support {
    background: linear-gradient(180deg, rgba(212, 220, 255, 0.3), rgba(232, 235, 253, 0.3));
    padding-bottom: 60px;
    margin-top: 100px;
    position: relative;
}

.support-wrapper {
    position: relative;
    background: linear-gradient(180deg, rgba(212, 232, 255, 1), rgba(212, 232, 255, 1));
    margin-top: -115px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    border-radius: 100px 25px 25px 25px;
    margin-bottom: 30px;
}

.support-text-content {
    width: 70%;
    padding: 30px 0 20px 60px;
}

.support-img {
    width: 30%;
    padding: 15px 45px 0 0;
    z-index: 11;
}

.support-cube-1 {
    bottom: 0;
    max-width: 40%;
}

.support-cube-2 {
    top: 0;
    right: 10px;
    max-width: 19%;
    z-index: 1;
}

.support-cube-3 {
    bottom: -43px;
    right: -241px;
}

.support-cube-4 {
    top: -227px;
    left: 171px;
    max-width: 30%;
}

.st-des>div {
    font-family: 'GoogleSans Medium';
    font-size: 20px;
    color: #2B2B33;
}

.st-des>div:nth-child(1) {
    padding-bottom: 30px;
}

.st-des>div:nth-child(2) {
    padding-bottom: 45px;
}

.st-btn {
    display: flex;
    align-items: center;
}

.st-title {
    padding-bottom: 30px;
}

.st-title h2 {
    text-align: left;
    font-family: 'GoogleSans Medium';
}

.st-btn .free-trial-btn {
    max-width: 245px;
    z-index: 2;
}

.st-btn .advisory-btn {
    display: flex;
    z-index: 2;
    align-items: center;
    color: #000000;
}

.st-btn .advisory-btn:hover {
    color: inherit;
}

.st-btn .advisory-btn span {
    margin-left: 13px;
}

.info-link {
    width: 95%;
    margin: auto;
    position: relative;
}

.il-wrapper {
    width: 100%;
    display: inline-block;
}

.il-col {
    float: left;
}

.il-col:nth-child(1) {
    width: 32%;
}

.il-col:nth-child(2) {
    width: 26%;
}

.il-col:nth-child(3) {
    width: 25%;
}

.il-col:nth-child(3) a {
    font-family: 'GoogleSans Medium';
}

.il-col:nth-child(4) {
    width: 17%;
}

.il-col:nth-child(4) a {
    font-family: 'GoogleSans Medium';
}

.il-col-title {
    font-size: 20px;
    padding-bottom: 35px;
}

.il-col a {
    display: table;
    padding-bottom: 10px;
    color: #171B2A;
}

.il-col a:hover {
    color: #007aff;
}

.il-cube-1 {
    bottom: -56px;
    right: -110px;
    max-width: 180px;
}

/*#endregion  */

/*#region responsive  */
@media (min-width: 1366px) {

    /*#region section-banner  */
    .banner-img {
        max-width: 575px;
    }

    /*#endregion  */

    /*#region section-features  */
    .feature-text {
        width: 60%;
    }

    .feature-img {
        width: 40%;
    }

    .easily-tax-imple .feature-img img {
        position: absolute;
        max-width: 545px;
        left: 5%;
        top: -35px;
    }

    .highlight-feature .feature-text {
        position: absolute;
        width: 50%;
        left: 50%;
        min-width: 675px;
        padding-left: 40px;
    }

    .feature-cube-2 {
        top: -40px;
        right: -137px;
        max-width: 180px;
    }

    /*#endregion  */

    /*#region section-introductions  */
    .intro-text .intro-title {
        min-width: 745px;
    }

    /*#endregion  */

    /*#region section-support  */
    .section-support .container {
        width: 100%;
    }

    .support-wrapper {
        width: 70%;
    }

    .info-link {
        width: 70%;
    }

    /*#endregion  */
}

@media (max-width: 1365px) {
    .banner-btn {
        width: 115%;
    }

    .banner-img {
        max-width: 460px;
        left: 55%;
    }

    .play-video-btn img {
        max-width: 38px;
    }
}

@media (max-width: 979px) {
    /*#region common  */

    .section-title h2 {
        font-size: 24px;
    }

    .item-title {
        font-size: 20px;
    }

    .intro-text ul li {
        font-size: 16px;
    }

    .main-section {
        padding: 40px 0;
    }

    .cube-item {
        display: none;
    }

    /*#endregion  */

    /*#region section-banner  */
    .section-banner {
        padding-top: 40px;
        height: unset;
        display: block;
        align-items: unset;
        background: linear-gradient(45deg, #00C6FF, #007AFF);
    }

    .banner-text-wrapper {
        text-align: center;
    }

    .banner-btn {
        justify-content: center;
        width: unset;
    }

    .banner-img {
        position: relative;
        left: 0;
        margin: auto;
        padding-top: 30px;
    }

    /*#endregion  */

    /*#region section-features  */
    .feature-text-item {
        padding-bottom: 15px;
    }

    .features-wrapper {
        display: block;
    }

    .feature-text {
        width: 100%;
        padding-right: 0;
    }

    .feature-img {
        max-width: 480px;
        padding-left: 0;
        margin: auto;
    }

    /*#endregion  */

    /*#region section-ecosystem  */
    .section-ecosystem {
        padding-bottom: 80px;
    }

    .ecosystem-wrapper {
        display: block;
    }

    .es-des br {
        display: none;
    }

    .es-text {
        width: 100%;
    }

    .es-img {
        max-width: 300px;
        margin: auto;
        padding-top: 25px;
    }

    /*#endregion  */

    /*#region section-support  */
    .section-support {
        padding-bottom: 30px;
    }

    .support-wrapper {
        display: block;
        padding: 30px 25px 25px 25px;
        border-top-left-radius: 25px;
    }

    .support-text-content {
        width: 100%;
        padding: 0;
    }

    .support-img {
        width: 50%;
        padding: 30px 0 0 0;
        margin: auto;
    }

    .support-img img {
        margin: auto;
    }

    .st-des>div:nth-child(1) {
        padding-bottom: 10px;
    }

    .st-des>div:nth-child(2) {
        padding-bottom: 30px;
    }

    .st-des>div {
        font-size: 16px;
    }

    .st-btn {
        justify-content: center;
    }

    .info-link {
        width: 100%;
    }

    .il-col:nth-child(1) {
        width: 38%;
    }

    .il-col:nth-child(2) {
        width: 32%;
    }

    .il-col:nth-child(3) {
        width: 30%;
    }

    .il-col-title {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    /*#endregion  */

    .header-wrapper ul {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .section-header {
        padding: 10px 0;
    }

    .header-wrapper img {
        display: none;
    }

    .header-wrapper li:last-child a {
        background: unset;
        color: black;
    }

    .header-wrapper ul li {
        margin-left: 0;
        padding: 0 15px;
    }

    .banner-title h1 {
        font-size: 22px;
    }

    .section-title h2 {
        font-size: 20px;
    }

    .item-title {
        font-size: 18px;
    }

    .main-section {
        padding: 30px 0;
    }

    .section-title {
        padding-bottom: 30px;
    }

    /*#region section-banner  */
    .section-banner {
        background-image: unset;
        background: linear-gradient(90deg, #00C6FF, #007AFF);
    }

    .banner-yellow-text {
        font-size: 16px;
    }

    .banner-btn {
        display: grid;
    }

    .banner-btn .free-trial-btn,
    .banner-advisory-btn {
        margin-right: 0;
        margin-bottom: 13px;
    }

    .banner-btn .play-video-btn,
    .banner-advisory-btn {
        justify-content: center;
    }

    .banner-img {
        display: none;
    }

    .section-banner {
        padding-bottom: 40px;
    }

    .play-video-btn img {
        max-width: 35px;
    }

    /*#endregion  */

    /*#region section-introductions  */
    .first-intro {
        display: block;
        padding-bottom: 30px;
    }

    .intro-video-play {
        width: 90%;
        padding: 0;
        margin: auto;
    }

    .intro-text {
        width: 100%;
        padding: 15px 0 0 0;
    }

    .intro-text .intro-title {
        padding-bottom: 8px;
        padding-top: 15px;
    }

    .second-intro>img {
        width: 100%;
    }

    /*#endregion  */

    /*#region section-features  */
    .feature-img {
        width: 100%;
    }

    .highlight-feature .feature-img {
        width: 100%;
    }

    .ft-name {
        padding-bottom: 5px;
    }

    /*endregion  */

    /*#region section-ecosystem  */
    .section-ecosystem {
        padding-bottom: 60px;
    }

    .es-text ul li {
        margin-left: 0;
    }

    .es-img {
        width: 100%;
        max-width: 100%;
    }

    .es-img img {
        margin: auto;
    }

    .es-text ul li>div {
        width: 85%;
    }

    /*#endregion  */

    /*#region section-support  */
    .section-support .container {
        padding-left: 0;
        padding-right: 0;
    }

    .support-wrapper {
        border-radius: 0;
    }

    .support-img {
        display: none;
    }

    .st-btn {
        display: grid;
    }

    .st-btn .free-trial-btn {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .st-btn .advisory-btn {
        margin: auto;
    }

    .info-link {
        padding: 0 15px;
    }

    .il-col:nth-child(1) {
        width: 100%;
    }

    .il-col:nth-child(2) {
        width: 56%;
    }

    .il-col:nth-child(3),
    .il-col:nth-child(4) {
        width: 44%;
    }

    .il-col-title {
        font-size: 18px;
    }

    /*#endregion  */
}

@media (max-width: 375px) {
    .header-wrapper ul li {
        margin: auto;
        padding: 0;
    }

    .main-section {
        padding: 30px 0;
    }

    .section-ecosystem {
        padding-bottom: 60px;
    }

    /* .section-title h2{
        font-size: 22px;
    } */

    .item-title {
        font-size: 18px;
    }
}

@media (max-width: 320px) {
    .il-col-title {
        font-size: 16px;
    }

    .il-col a {
        font-size: 14px;
    }
}

/*#endregion  */

/*#region airmarketing form */
/* //////////// */
.advisory-form {
    padding: 50px 0;
}

.advisory-form .form-title {
    text-align: center;
    font-family: 'GOOGLESANS BOLD';
    font-size: 24px;
    padding: 0 15px;
}

.advisory-form form[lz-id='da89b452-0e11-4414-a191-ebe55b85bf2d'].private-form {
    max-width: 560px;
    margin: 25px auto 0;
    border-radius: 10px;
    padding: 24px 10px !important;
    box-shadow: 0 0 12px 3px rgb(0 0 0 / 5%);
}

.advisory-form form[lz-id='da89b452-0e11-4414-a191-ebe55b85bf2d'].private-form .form-row .field-wrapper .field-inner .help-text {
    padding-top: 0 !important;
}

.advisory-form form[lz-id='da89b452-0e11-4414-a191-ebe55b85bf2d'].private-form .form-row .field-wrapper .field-inner label {
    font-family: 'GOOGLESANS MEDIUM';
}

.advisory-form form[lz-id='da89b452-0e11-4414-a191-ebe55b85bf2d'].private-form .form-row {
    margin-bottom: 0 !important;
}

.advisory-form form[lz-id='da89b452-0e11-4414-a191-ebe55b85bf2d'].private-form .submit-wrapper .btn-form-submit {
    background: #007aff !important;
    color: #fff !important;
    padding: 14px 20px !important;
    max-width: 156px !important;
    border: 1px solid #274bf7 !important;
    font-family: "GoogleSans Bold", Arial, sans-serif !important;
    border-radius: 6px !important;
    border: 1px solid #cbd5e1 !important;
    font-size: 15px !important;
    line-height: 16px !important;
    height: unset !important;
}

.advisory-form form[lz-id='da89b452-0e11-4414-a191-ebe55b85bf2d'] .submit-wrapper {
    width: 100% !important;
    text-align: center;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .advisory-form form[lz-id='da89b452-0e11-4414-a191-ebe55b85bf2d'].private-form {
        max-width: 92% !important;
    }

    .advisory-form {
        padding: 30px 0 40px;
    }

    .advisory-form .form-title {
        font-size: 18px;
    }
}

/*#endregion */