/* roboto-regular - vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v29-vietnamese-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v29-vietnamese-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v29-vietnamese-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v29-vietnamese-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v29-vietnamese-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v29-vietnamese-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

body {
    font-family: 'Roboto';
    font-style: normal;
}

/* Menu */
.header-nav-main>.menu-item>a {
    color: #3A3A3C;
    padding: 22.5px 0;
}

.header-nav-main>.menu-item>a:hover {
    color: var(--fs-color-primary)
}

.header-nav-main>.menu-item {
    margin: 0 16px;
}

.header-nav-main>.menu-item>a:before {
    content: '';
    position: absolute;
    background: var(--fs-color-primary);
    width: 0;
    height: 3px;
    opacity: 0;
    bottom: 0;
    transition: all .5s;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px
}

.header-nav-main>.menu-item>a:hover:before,
.header-nav-main>.menu-item.active>a:before {
    opacity: 1;
    width: 100%;
    transition: all .5s
}

#header .icon-angle-down:before {
    font-weight: bold;
    color: var(--fs-color-primary);
}

/* Banner
.hero .section-bg {
    z-index: 0;
    background-image: linear-gradient(to bottom, #fff, #fff6 20%), url(https://www.frog.vn/wp-content/uploads/2026/07/frog-large-background-grid.svg);
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    min-height: 70%;
    position: absolute;
    inset: auto 0% 0%;
} */

.hero-sale {
    display: inline-block;
    background: var(--fs-color-primary);
    transform: skewX(335deg);
    padding: 4px 8px;
    margin: 0;
}

.hero-sale strong {
    position: relative;
    color: white;
    transform: skewX(25deg);
    display: inline-block;
}

ul.hero-list {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

ul.hero-list li {
    margin-left: 0 !important;
    border-bottom: 0 !important;
    padding: 7px 0 0 32px !important;
}

ul.hero-list li:before {
    background: rgb(32 165 58 / 50%);
    text-align: center;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: var(--fs-color-primary) !important;
}

.hero-sale-price {
    font-size: 36px;
    font-weight: bold;
}

.products-theme {
    z-index: 1;
}

.projects-hero-images {
  z-index: 1;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
  position: absolute;
  transform: translate3d(36%, 0px, 0px) scale3d(0.75, 0.75, 1) rotateX(22deg) rotateY(-12deg) rotateZ(34deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  will-change: transform;
  top: -500px;
  left: -50%;
  height: 600px;
  width: 850px;
}

.project-hero-images-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  max-width: 800px;
  display: grid;
}

.projects-hero-marquee {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero-marquee {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.project-hero-item {
  border-radius: 14px;
  box-shadow: 0 8px 16px 0 #14142b0f;
  overflow: hidden;
}

.project-images:not([data-frog-marquee-hover="continue"]):not(.frog-project-marquee-natural):hover .marquee {
  animation-play-state: paused;
}

.projects-hero-marquee {
  overflow: visible;
  /* Intentionally NO `will-change: transform`. It pins this marquee into a
     cached, low-resolution GPU texture, and the parent gallery's skew(-26deg)
     then stretches that texture â€” softening the project screenshots. Without the
     hint the layer is still GPU-composited via the keyframes' translate3d, but it
     rasterizes at full resolution through the skew, so the images stay sharp. The
     animation is slow (69s) so the on-demand compositing costs nothing here. */
}

.projects-hero-marquee .hero-marquee {
  will-change: auto;
}

.projects-hero-marquee.first {
  animation: frog-project-hero-marquee-up 69s linear infinite;
}

.projects-hero-marquee.second {
  animation: frog-project-hero-marquee-down 69s linear infinite;
}

.projects-hero-images[data-frog-marquee-hover="continue"] .projects-hero-marquee {
  animation-play-state: running;
}

.projects-hero-images:not([data-frog-marquee-hover="continue"]):hover .projects-hero-marquee {
  animation-play-state: paused;
}

.project-hero-top-gradient {
  z-index: 2;
  background-image: linear-gradient(to bottom, #fff 40%, transparent);
  width: 100%;
  height: 20%;
  position: absolute;
  inset: 0% 0% auto;
}

.project-hero-bottom-gradient {
  z-index: 2;
  background-image: linear-gradient(#0000, #fff);
  width: 100%;
  height: 20%;
  position: absolute;
  inset: auto 0% -1%;
}

@keyframes frog-marquee-left {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(calc(-100% - var(--sizes--s6)), 0, 0);
  }
}

@keyframes frog-marquee-right {
  from {
    transform: translate3d(calc(-100% - var(--sizes--s6)), 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes frog-project-hero-marquee-up {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(0, calc(-50% - 12px), 0);
  }
}

@keyframes frog-project-hero-marquee-down {
  from {
    transform: translate3d(0, calc(-50% - 12px), 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes frog-project-hero-mobile-left {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(calc(-50% - 8px), 0, 0);
  }
}

@keyframes frog-project-hero-mobile-right {
  from {
    transform: translate3d(calc(-50% - 8px), 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-comet {
  margin-left: -1.5px;
}

.hero-grid-bg {
  z-index: -1;
  background-image: radial-gradient(circle farthest-corner at 50% 100%, transparent, #fff 94%), url('../images/shape-grid.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, 97px 97px;
  background-attachment: scroll, fixed;
  position: absolute;
  inset: 0%;
}

.hero-grid-bg.branding-agency {
  z-index: -2;
  background-image: radial-gradient(circle farthest-corner at 50% 100%, transparent, #fff 71%), url('../images/shape-grid.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, 97px 97px;
  background-attachment: scroll, fixed;
}

.hero-grid-bg-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: ". . . . . . . . . . . . . . . . . . . . . . . . . . ." 97px
                 ". . . . . . . . . . . . . . . . . . . . . . . . . . ." 97px
                 ". . . . . . . . . . . . . . . . . . . . . . . . . . ." 97px
                 ". . . . . . . . . . . . . . . . . . . . . . . . . . ." 97px
                 ". . . . . . . . . . . . . . . . . . . . . . . . . . ." 97px
                 ". . . . . . . . . . . . . . . . . . . . . . . . . . ." 97px
                 ". . . . . . . . . . . . . . . . . . . . . . . . . . ." 97px
                 ". . . . . . . . . . . . . . . . . . . . . . . . . . ." 97px
                 ". . . . . . . . . . . . . . . . . . . . . . . . . . ." 97px
                 ". . . . . . . . . . . . . . . . . . . . . . . . . . ." 97px
                 ". . . . . . . . . . . . . . . . . . . . . . . . . . ." 97px
                 ". . . . . . . . . . . . . . . . . . . . . . . . . . ." 97px
                 ". . . . . . . . . . . . . . . . . . . . . . . . . . ." 97px
                 ". . . . . . . . . . . . . . . . . . . . . . . . . . ." 97px
                 ". . . . . . . . . . . . . . . . . . . . . . . . . . ." 97px
                 ". . . . . . . . . . . . . . . . . . . . . . . . . . ." 97px
                 ". . . . . . . . . . . . . . . . . . . . . . . . . Area-3 ." 97px
                 ". . . . . . . . . . . . . . . . . . . . . . . . . Area-3 ." 97px
                 ". . . . . . . . . . . . . . . . . . . . . . . . . . ." 97px
                 ". . . . . . . . . . . . . . . Area-2 . . Area-4 . . . . . . . Area-1" 97px
                 ". . . . . . . . . . . . . . . Area-2 . . Area-4 . . . . . . . Area-1" 97px
                 ". . . . . . . . . . . . . . . . . . . . . . . . . . ." 97px
                 ". . . . . . . . . . . . . . . . . . . . . . . . . . ." 97px
                 ". . . . . . . . . . . . . . . . . . . . . . . . . . ." 97px
                 ". . . . . . . . . . . . . . . . . . . . . . . . . . ." 97px
                 ". . . . . . . . . . . . . . . . . . . . . . . . . . ." 97px
                 ". . . . . . . . . . . . . . . . . . . . . . . . . . ." 97px
                 ". . . . . . . . . . . . . . . . . . . . . . . . . . ." 97px
                 ". . . . . . . . . . . . . . . . . . . . . . . . . . ." 97px
                 ". . . . . . . . . . . . . . . . . . . . . . . . . . ." 97px
                 ". . . . . . . . . . . . . . . . . . . . . . . . . . ." 97px
                 ". . . . . . . . . . . . . . . . . . . . . . . . . . ." 97px
                 ". . . . . . . . . . . . . . . . . . . . . . . . . . ." 97px
                 ". . . . . . . . . . . . . . . . . . . . . . . . . . ." 97px
                 ". . . . . . . . . . . . . . . . . . . . . . . . . . ." 97px
                 ". . . . . . . . . . . . . . . . . . . . . . . . . . ." 97px
                 ". . . . . . . . . . . . . . . . . . . . . . . . . . ." 97px
                 ". . . . . . . . . . . . . . . . . . . . . . . . . . ." 97px
                 ". . . . . . . . . . . . . . . . . . . . . . . . . . ." 97px
                 ". . . . . . . . . . . . . . . . . . . . . . . . . . ." 97px
                 ". . . . . . . . . . . . . . . . . . . . . . . . . . ." 97px
                 / 97px 97px 97px 97px 97px 97px 97px 97px 97px 97px 97px 97px 97px 97px 97px 97px 97px 97px 97px 97px 97px 97px 97px 97px 97px 97px 97px 97px 97px 97px 97px 97px 97px 97px 97px 97px 97px 97px 97px 97px 97px;
  grid-auto-flow: row;
  place-content: center;
  position: absolute;
  inset: 0%;
}

.frog-special-grid-comets .grid-comet {
  opacity: 0;
  transform: translate3d(0, 300%, 0);
  animation: frog-special-grid-comet 3s cubic-bezier(0.19, 1, 0.22, 1) infinite;
  will-change: transform, opacity;
}

.frog-special-grid-comets .grid-comet:nth-child(1) {
  animation-delay: 300ms;
  grid-area: Area-3;
}

.frog-special-grid-comets .grid-comet:nth-child(2) {
  animation-delay: 600ms;
  grid-area: Area-1;
}

.frog-special-grid-comets .grid-comet:nth-child(3) {
  animation-delay: 900ms;
  grid-area: Area-2;
}

.frog-special-grid-comets .grid-comet:nth-child(4) {
  animation-delay: 1200ms;
  grid-area: Area-4;
}

@keyframes frog-special-grid-comet {
  0% {
    opacity: 0;
    transform: translate3d(0, 300%, 0);
  }

  10% {
    opacity: 0.8;
  }

  88% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    transform: translate3d(0, -300%, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .frog-special-grid-comets .grid-comet {
    animation: none;
    transition: none;
  }
}


/* nav-bottom */
#nav-bottom {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: -1px;
    display: flex;
    z-index: 1024;
    background: url('../images/bg-footer-btn.png') no-repeat top;
    height: 70px;
    background-size: contain;
}

#nav-bottom:before,
#nav-bottom:after {
    content: "";
    width: 40vw;
    position: absolute;
    left: 0;
    background-color: #fff;
    top: 0;
    height: 100%;
    border-top: 1px solid #f1f1f1;
    z-index: -1
}

#nav-bottom:after {
    right: 0;
    left: unset
}

.home #nav-bottom .item.tab-home:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--fs-color-primary);
    position: absolute;
    top: 0px;
}

#nav-bottom .item {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 10px 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

#nav-bottom .item.active:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--fs-color-primary);
    position: absolute;
    top: 0px;
}

#nav-bottom .item.active i:before,
.home #nav-bottom .item.tab-home i:before {
    font-weight: bold;
    color: var(--fs-color-primary);
}

#nav-bottom .item.item-center.active i:before {
    color: #fff
}

#nav-bottom .item span {
    font-size: 12px;
    color: #818181;
    font-weight: normal;
    line-height: 1;
}

#nav-bottom .item .t-icon {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 7px;
    font-size: 18px;
}

#nav-bottom .item .t-icon-home:before {
    content: "\f015";
    font-family: var(--fa6);
    font-style: normal;
    font-weight: 300;
}

#nav-bottom .item .t-icon-category:before {
    content: "\f5fd";
    font-family: var(--fa6);
    font-style: normal;
    font-weight: 300;
}

#nav-bottom .item .t-icon-contact:before {
    content: "\f590";
    font-family: var(--fa6);
    font-style: normal;
    font-weight: 300;
}

#nav-bottom .item .t-icon-search:before {
    content: "\f007";
    font-family: var(--fa6);
    font-style: normal;
    font-weight: 300;
}

#nav-bottom .item.item-center {
    padding: 0;
    position: relative;
    top: -33px;
    height: 90px;
}

#nav-bottom .item.item-center:before {
    display: none
}

#nav-bottom .item .t-icon-check {
    height: 54px;
    width: 54px;
    margin: 0;
    background-size: cover;
    background-color: var(--fs-color-primary);
    color: #fff !important;
    border-radius: 50%;
    font-size: 22px;
    margin-bottom: 17px;
}

#nav-bottom .item .t-icon-check:before {
    content: "\f06b";
    font-family: var(--fa6);
    font-style: normal;
    font-weight: 300;
}

/* End nav-bottom */

#nav-bottom__contact,
#nav-bottom__products,
#nav-bottom__user {
    position: fixed;
    width: 100%;
    height: 710px;
    bottom: -100%;
    left: 0;
    display: block;
    background-color: #fff;
    border-radius: 16px 16px 0 0;
    z-index: 1001;
    padding-bottom: 60px;
    padding-top: 0;
    transition: all 300ms ease-out 0s;
}

@media screen and (min-width: 850px) {

    #main-menu,
    #nav-bottom,
    #nav-bottom__contact,
    #nav-bottom__products {
        display: none
    } 

}

#nav-bottom__contact {
    height: 490px;
}

#nav-bottom__user {
    height: 320px;
}

#nav-bottom__products.show,
#nav-bottom__contact.show,
#nav-bottom__user.show {
    bottom: 0
}

#nav-bottom__contact .contact-info__header,
#nav-bottom__products .products-header,
#nav-bottom__user .user-info__header {
    position: relative;
    padding: 18px 16px;
    text-align: center;
    font-size: 16px;
    color: #000;
    border-bottom: 1px solid rgb(235, 235, 240);
}

#nav-bottom__products .products-header h4,
#nav-bottom__contact .contact-info__header .title,
#nav-bottom__user .user-info__header .title {
    margin: 0;
    font-size: 16px;
    font-family: var(--medium);
    line-height: 1;
}

#nav-bottom__contact .contact-info__header .contact-close,
#nav-bottom__products .products-header .products-close,
#nav-bottom__user .contact-close {
    font-size: 22px;
    color: var(--black);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

#nav-bottom__user .user-info {
    padding: 20px 15px 60px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

#nav-bottom__user .user-info .dang-nhap,
#nav-bottom__user .user-info .dang-ky {
    display: flex;
    align-items: center;
    background: transparent linear-gradient(105deg, #FFF0F0 0%, #eaf6fe 100%);
    border-radius: 7px;
    /* border: 1px solid rgb(224 49 39 / 70%); */
    margin-bottom: 0;
    color: var(--theme-color);
    padding: 20px 15px;
    gap: 14px;
    flex-direction: column;
}

#nav-bottom__user .user-info .item span {
    color: #3c3c3c;
    font-size: 13px;
    font-family: var(--medium);
    text-align: center;
}

#nav-bottom__user .user-info .item i {
    font-size: 35px;
}


#nav-bottom__products .products-body {
    display: flex;
    height: 100%;
    background: rgb(244 244 244);
}

#nav-bottom__products .tabbed-content {
    width: 100%;
}

#nav-bottom__products .products-body .nav {
    flex: 0 0 95px;
    background: rgb(255 255 255);
    overflow-y: auto;
    height: 100%;
    padding-bottom: 0;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 5px;
    overflow: hidden;
}

#nav-bottom__products .products-body .tab-panels {
    flex-basis: calc(100% - 95px);
    padding: 0;
    /* background-color: #fff; */
}

#nav-bottom__products .products-body .nav li {
    width: 100%;
    position: relative;
    margin: 0;
}

#nav-bottom__products .products-body .nav li:before {
    content: "";
    width: 4px;
    position: absolute;
    height: 100%;
    background-color: var(--theme-color2);
    z-index: 1;
    opacity: 0;
}

#nav-bottom__products .products-body .nav li.active:before {
    opacity: 1;
}

#nav-bottom__products .products-body .nav li.active a:after {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    background-color: rgb(239, 239, 239);
    transform: translateY(-50%) rotate(45deg);
    border-radius: 4px;
    right: -16px;
    top: 50%;
}

#nav-bottom__products .products-body .nav li.active a {
    background-color: #fff
}

#nav-bottom__products .products-body .nav li a {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    padding: 12px 7px 12px;
    background: #FFF0F0;
    position: relative;
    flex-shrink: 0;
    border: 0;
    border-bottom: 1px solid #fff;
    margin-bottom: 0;
    color: #707070;
    font-size: 12px;
    width: 100%;
}

#nav-bottom__products .tab-panels .entry-content {
    height: 100%;
    display: none;
    width: 100%;
}

#nav-bottom__products .tab-panels .box-category {
    height: 100%;
    display: flex;
    flex-direction: column;
}

#nav-bottom__products .products-body .nav li a:before {
    display: none;
}

#nav-bottom__products .products-body .nav img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-bottom: 10px;
}

#nav-bottom__products .products-body .nav .tab-name {}

#nav-bottom__products .box-category .name-tab {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    background-color: rgb(255, 255, 255);
    padding: 12px 8px;
    text-decoration: none;
    font-size: 16px;
    font-family: var(--semi);
    line-height: 20px;
    flex-shrink: 0;
}

#nav-bottom__products .box-category .info-content {
    flex-grow: 1;
    margin: 8px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;

}

#nav-bottom__products .box-category .list-cate {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 15px;
}

#nav-bottom__products .box-category .list-cate .item {
    list-style: none;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 20px;
    height: auto;
}

#nav-bottom__products .box-category .list-cate .item a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#nav-bottom__products .box-category .list-cate .item img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    margin-bottom: 10px;
    display: block;
}

#nav-bottom__products .box-category .list-cate .item .name {
    font-size: 12.5px;
    color: #3a3a3c;
    text-align: center;
    line-height: 1.3;
}

#nav-bottom__contact .contact-info {
    padding: 20px 15px 0;
}

#nav-bottom__contact .contact-info-top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

#nav-bottom__contact .contact-info-top a {
    display: flex;
    align-items: center;
    background: transparent linear-gradient(105deg, #FFF0F0 0%, #eaf6fe 100%);
    border-radius: 7px;
    /* border: 1px solid rgb(224 49 39 / 70%); */
    margin-bottom: 0;
    color: var(--theme-color);
    padding: 20px 15px;
    gap: 14px;
    flex-direction: column;
}

#nav-bottom__contact .contact-info-top a i {
    font-size: 35px;
}

#nav-bottom__contact .contact-info-top a img {
    width: 22px;
    height: 22px;
    object-fit: contain
}

#nav-bottom__contact .contact-info-top a span {
    color: #3c3c3c;
    font-size: 13px;
    font-family: var(--medium);
    text-align: center;
}

.menu-hidden {
    background-color: #000000c2;
    position: fixed;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    transition: all .3s
}

.menu-hidden.show {
    opacity: 1;
    visibility: visible
}

/* The hero project marquee reflows to horizontal rows at <=991px (frogagencydev:
   .projects-hero-marquee/.hero-marquee become flex-direction: row and the gallery
   drops below the hero). The scroll animation must follow it left/right at the
   same breakpoint â€” not only at <=767px â€” otherwise the 768-991px range keeps the
   vertical up/down keyframes on a now-horizontal row, so the cards overlap, drift
   the wrong axis, and ride up over the hero text. */
@media screen and (max-width: 549px) {
  .projects-hero-images {
    width: 100%;
    position: relative;
    transform: none;
    top: 0;
    height: auto;
  }

  .project-hero-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .project-hero-images-wrapper {
    flex-direction: column;
    flex: none;
    align-items: center;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .projects-hero-marquee {
    flex-direction: row;
    flex: none;
    width: 400%;
  }

  .hero-marquee {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-direction: row;
    flex: none;
    width: 100%;
  }

  .project-hero-item {
    width: 150%;
    max-width: 150%;
  }
  
    .projects-hero-marquee.first {
    	animation-name: frog-project-hero-mobile-left;
    }
    
     .projects-hero-marquee.second {
    	animation-name: frog-project-hero-mobile-right;
    }

  .hero-grid-bg.branding-agency {
    background-size: auto, 67px 67px !important;
  }
  
  .hero-grid-bg-wrapper {
    grid-template-rows: 67px 67px 67px 67px 67px 67px 67px 67px 67px 67px 67px 67px 67px 67px 67px 67px 67px 67px 67px 67px 67px 67px 67px 67px 67px 67px 67px 67px 67px 67px 67px 67px 67px 67px 67px 67px 67px 67px 67px 67px 67px;
    grid-template-columns: 67px 67px 67px 67px 67px 67px 67px 67px 67px 67px 67px 67px 67px 67px 67px 67px 67px 67px 67px 67px 67px 67px 67px 67px 67px 67px 67px 67px 67px 67px 67px 67px 67px 67px 67px 67px 67px 67px 67px 67px 67px;
  }
}