.pg-5g-glass-antenna img {
  max-width: 100%;
  height: auto;
}
.pg-5g-glass-antenna .site-container {
  padding-block: 0;
}

.pg-kv {
  position: relative;
  background: #3C50A0;
  opacity: 1;
  visibility: visible;
  transition: opacity 1s ease-out 0.2s, visibility 1s ease-out 0.2s;
}
.pg-kv:not(.is-show) {
  opacity: 0;
  visibility: hidden;
}

.pg-kv-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 60.75vw;
  padding-bottom: 5.4375vw;
}
@media screen and (max-width: 960px) {
  .pg-kv-inner {
    grid-template-columns: 1fr;
    padding-bottom: 18.6666666667vw;
  }
}

.pg-kv-text {
  padding-top: 4.6875vw;
  padding-left: 7.5vw;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .pg-kv-text {
    padding-left: 4.6875vw;
  }
}
@media screen and (max-width: 960px) {
  .pg-kv-text {
    padding: 5.3333333333vw 6.6666666667vw 0;
  }
}

.pg-kv-img {
  padding-right: 2.75vw;
}
@media screen and (max-width: 960px) {
  .pg-kv-img {
    padding-inline: 1.3333333333vw;
  }
}
.pg-kv-img img {
  width: 100%;
  margin-top: -0.375vw;
}

.pg-kv-header {
  margin-bottom: 4.3125vw;
}
@media screen and (max-width: 1200px) {
  .pg-kv-header {
    margin-bottom: 3.4375vw;
  }
}
@media screen and (max-width: 960px) {
  .pg-kv-header {
    margin-bottom: 8.5333333333vw;
  }
}

.pg-kv-header-shoulder {
  width: fit-content;
  padding: 0.389em 0.833em;
  margin-bottom: 0.75vw;
  background-color: #fff;
  color: #244DB2;
  line-height: 1.333;
  font-size: clamp(16px, 1.125vw, 18px);
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .pg-kv-header-shoulder {
    margin-bottom: 1.8666666667vw;
    font-size: clamp(13px, 3.4666666667vw, 16px);
  }
}

.pg-kv-header-title {
  line-height: 1.5;
  font-size: clamp(15px, 1.0625vw, 17px);
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 960px) {
  .pg-kv-header-title {
    font-size: clamp(13px, 3.4666666667vw, 15px);
  }
}

.pg-kv-catch {
  margin-bottom: 0.5vw;
}
.pg-kv-catch img {
  width: 31.25vw;
}
@media screen and (max-width: 960px) {
  .pg-kv-catch img {
    width: 86.6666666667vw;
  }
}

.pg-kv-lead {
  line-height: 1.65;
  font-size: clamp(16px, 1.3125vw, 21px);
}
@media screen and (max-width: 960px) {
  .pg-kv-lead {
    font-size: clamp(16px, 4.2666666667vw, 18px);
  }
}

.pg-kv-bg {
  position: absolute;
}
.pg-kv-bg--lines {
  left: 0;
  bottom: 0;
  width: 64.5625vw;
  height: 6.5625vw;
  background: url(/products/automotive/5g-glass-antenna/images/mv_bg.webp) no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .pg-kv-bg--lines {
    width: 100%;
    height: 16.6666666667vw;
    background-image: url(/products/automotive/5g-glass-antenna/images/mv_bg_sp.webp);
  }
}
.pg-kv-bg--shapes {
  right: 0;
  bottom: 0;
  width: 43.0625vw;
  height: 100%;
  background: #EEE;
  clip-path: polygon(14.5625vw 0, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 960px) {
  .pg-kv-bg--shapes {
    width: 35.2vw;
    height: 106.1333333333vw;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
  }
}
.pg-kv-bg--shapes::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 13vw;
  height: calc(100% - 4.875vw);
  background: #001F6B;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 960px) {
  .pg-kv-bg--shapes::before {
    width: 21.6vw;
    height: 64.8vw;
  }
}

.pg-section {
  position: relative;
  z-index: 1;
  line-height: 1.7;
  color: #333;
}
.pg-section:not(:last-child) {
  margin-bottom: 120px;
}
@media screen and (max-width: 960px) {
  .pg-section:not(:last-child) {
    margin-bottom: 80px;
  }
}
.pg-section p:not(:last-child), .pg-section ul:not(:last-child), .pg-section ol:not(:last-child) {
  margin-bottom: 1lh;
}

.pg-sub-section:not(:first-child) {
  margin-top: 100px;
}
@media screen and (max-width: 960px) {
  .pg-sub-section:not(:first-child) {
    margin-top: 65px;
  }
}
.pg-sub-section:not(:last-child) {
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .pg-sub-section:not(:last-child) {
    margin-bottom: 65px;
  }
}

.pg-heading-02 {
  margin-bottom: 40px;
  line-height: 1.5;
  font-size: 38px;
  font-weight: 500;
  color: #001F6B;
}
@media screen and (max-width: 960px) {
  .pg-heading-02 {
    margin-bottom: 30px;
    font-size: 28px;
  }
}
.pg-heading-02:has(.pg-heading-tag) {
  display: flex;
  align-items: start;
  gap: 13px;
}
@media screen and (max-width: 960px) {
  .pg-heading-02:has(.pg-heading-tag) {
    flex-direction: column;
  }
}
.pg-heading-02:not(:first-child) {
  margin-top: 100px;
}

.pg-heading-03 {
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 22px;
  font-weight: 600;
  color: #001F6B;
}
@media screen and (max-width: 960px) {
  .pg-heading-03 {
    font-size: 18px;
  }
}
.pg-heading-03:not(:first-child) {
  margin-top: 30px;
}

.pg-heading-tag {
  display: inline-block;
  padding: 13px 32px 14px 36px;
  background-color: #001F6B;
  clip-path: polygon(20px 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
  vertical-align: middle;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .pg-heading-tag {
    padding: 10px 30px 11px 32px;
    font-size: 18px;
  }
}

.pg-txt-annotion {
  line-height: 1.6;
  font-size: 14px;
  color: #555;
}

.pg-txt-small {
  font-size: 12px;
}

.pg-frame-box {
  padding: 60px 60px 80px;
  background-color: #F0F4FF;
}
@media screen and (max-width: 960px) {
  .pg-frame-box {
    padding: 30px 15px;
  }
}
.pg-frame-box .pg-btn-list {
  margin-top: 60px;
}

.pg-btn {
  display: inline-block;
  position: relative;
  max-width: 480px;
  width: 100%;
  padding: 30px;
  background-color: #fff;
  line-height: 1.5;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #001F6B;
}
@media (any-hover: hover) {
  .pg-btn {
    transition: opacity 0.2s ease-out;
  }
  .pg-btn:hover {
    opacity: 0.7;
  }
}
.pg-btn:visited {
  color: #001F6B;
}
.pg-btn.is-disabled {
  pointer-events: none;
}
@media (any-hover: hover) {
  .pg-btn:hover {
    color: #001F6B;
  }
}
@media screen and (max-width: 960px) {
  .pg-btn {
    padding: 28px;
    font-size: 18px;
  }
}

.pg-btn-inner {
  display: block;
  position: relative;
  width: 100%;
  padding-inline: 57px 17px;
}
.pg-btn-inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 45px;
  height: 22px;
  background: url(/products/automotive/5g-glass-antenna/images/icon_arrow_bg.svg) no-repeat center/contain;
  transform: translateY(-50%);
}

.pg-btn-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-color: rgba(54, 79, 178, 0.8);
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .pg-btn-overlay {
    font-size: 18px;
  }
}

.pg-btn-list {
  text-align: center;
}

.pg-row {
  display: flex;
  gap: 80px;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .pg-row {
    gap: 60px;
  }
}
@media screen and (min-width: 961px) {
  .pg-row--pc-reverse {
    flex-direction: row-reverse;
  }
}
.pg-row:has(.pg-col-1-3) {
  gap: 60px;
}
.pg-row:not(:last-child) {
  margin-bottom: 54px;
}

.pg-col-text {
  flex: 1;
}
@media screen and (max-width: 960px) {
  .pg-col-text {
    width: 100%;
  }
}

.pg-col-img {
  width: 400px;
}
.pg-col-img img {
  width: 100%;
}
@media screen and (max-width: 960px) {
  .pg-col-img {
    width: 100%;
  }
}

.pg-col-1-2 {
  width: calc((100% - 80px) / 2);
}
@media screen and (max-width: 960px) {
  .pg-col-1-2 {
    width: 100%;
  }
}

.pg-col-1-3 {
  width: calc((100% - 160px) / 3);
}
@media screen and (max-width: 960px) {
  .pg-col-1-3 {
    width: 100%;
  }
}

.pg-feature-grid {
  display: grid;
}
.pg-feature-grid:not(:first-child) {
  margin-top: 54px;
}
.pg-feature-grid:not(:last-child) {
  margin-bottom: 54px;
}
.pg-feature-grid--col2 {
  grid-template-columns: repeat(2, 1fr);
  column-gap: 80px;
}
@media screen and (max-width: 960px) {
  .pg-feature-grid--col2 {
    grid-template-columns: 1fr;
  }
}
.pg-feature-grid--col3 {
  grid-template-columns: repeat(3, 1fr);
  column-gap: 60px;
}
@media screen and (max-width: 960px) {
  .pg-feature-grid--col3 {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 960px) {
  .pg-feature-grid {
    row-gap: 60px;
  }
}

.pg-feature-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 25px;
}
.pg-feature-item p {
  margin-bottom: 0 !important;
  text-align: center;
}

.pg-feature-label {
  width: fit-content;
  min-width: 130px;
  align-self: center;
  margin-inline: auto;
  padding: 9px 29px 10px 29px;
  border-radius: 30px;
  border: 1px solid #CCC;
  line-height: 1.5;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
.pg-feature-label--gray {
  border-color: #D5D5D5;
  background-color: #D5D5D5;
}
.pg-feature-label--primary {
  border-color: #1566CC;
  background-color: #1566CC;
  color: #fff;
}

.pg-feature-img img, .pg-feature-img video {
  width: 100%;
}

.pg-feature-notes {
  display: none;
}
@media screen and (max-width: 960px) {
  .pg-feature-notes br {
    display: none;
  }
}

@media (any-hover: hover) {
  .pg-feature-img video {
    cursor: pointer;
    transition: opacity 0.3s ease;
  }
  .pg-feature-img video:hover {
    opacity: 0.8;
  }
  .pg-feature-notes {
    display: block;
    margin-top: 1em;
  }
}
.pg-faq-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.pg-faq-item {
  padding: 40px;
  background-color: #fff;
  color: #001F6B;
}
@media screen and (max-width: 960px) {
  .pg-faq-item {
    padding: 25px 15px;
  }
}
.pg-faq-item > dt,
.pg-faq-item > dd {
  display: grid;
  grid-template-columns: 60px 1fr;
  align-items: start;
  column-gap: 12px;
}
@media screen and (max-width: 960px) {
  .pg-faq-item > dt,
  .pg-faq-item > dd {
    grid-template-columns: 50px 1fr;
  }
}
.pg-faq-item > dt {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .pg-faq-item > dt {
    margin-bottom: 15px;
  }
}
.pg-faq-item .pg-faq-question,
.pg-faq-item .pg-faq-answer {
  display: inline-block;
  padding: 5px 10px;
  line-height: 1;
  text-align: center;
  font-family: "DM Sans";
  font-size: 20px;
  font-weight: 400;
}
.pg-faq-item .pg-faq-question {
  background-color: #193A8C;
  color: #fff;
}
.pg-faq-item .pg-faq-answer {
  background-color: #D9E4FF;
}

.pg-cta {
  position: relative;
}
.pg-cta .pg-btn-list {
  margin-top: 46px;
}
@media screen and (max-width: 960px) {
  .pg-cta .pg-btn-list {
    margin-top: 40px;
  }
}

.pg-cta-text {
  text-align: center;
  line-height: 1.5;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .pg-cta-text {
    font-size: 18px;
  }
}

.pg-solution-img {
  margin-bottom: 10px;
  text-align: center;
}

.pg-nav {
  margin-bottom: 160px;
}
@media screen and (max-width: 960px) {
  .pg-nav {
    margin-bottom: 80px;
  }
}

.pg-nav-frame {
  position: relative;
  max-width: 960px;
  margin-top: 50px;
  margin-inline: auto;
  padding: 65px 119px;
  border: 1px solid #CCC;
}
@media screen and (max-width: 960px) {
  .pg-nav-frame {
    padding: 45px 20px;
  }
}

.pg-nav-heading {
  position: absolute;
  top: -50px;
  left: 40px;
  padding: 34px 30px 16px 22px;
  line-height: 1.65;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .pg-nav-heading {
    left: 20px;
  }
}
.pg-nav-heading > span {
  position: relative;
  z-index: 1;
}
.pg-nav-heading::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #001F6B;
  clip-path: polygon(27px 0, 100% 0, calc(100% - 27px) 100%, 0 100%);
}

.pg-nav-list {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.pg-nav-link {
  position: relative;
  display: inline-block;
  padding-left: 57px;
  line-height: 1.65;
  font-size: 17px;
  color: #001F6B;
}
@media (any-hover: hover) {
  .pg-nav-link {
    transition: opacity 0.2s ease-out;
  }
  .pg-nav-link:hover {
    opacity: 0.7;
  }
}
.pg-nav-link:visited {
  color: #001F6B;
}
.pg-nav-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 45px;
  height: 22px;
  margin-block: 3px;
  background: url(/products/automotive/5g-glass-antenna/images/icon_arrow_bg.svg) no-repeat center/contain;
}

.intro-container {
  position: relative;
  overflow: hidden;
  padding-block: 80px 180px;
  background-color: #fff;
}
.intro-container::before, .intro-container::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.intro-container::before {
  left: 0;
  top: 0;
  width: 641px;
  height: 1200px;
  background-image: url(/products/automotive/5g-glass-antenna/images/intro_bg01.webp);
}
.intro-container::after {
  right: 40px;
  bottom: 108px;
  width: 600px;
  height: 800px;
  background-image: url(/products/automotive/5g-glass-antenna/images/intro_bg02.webp);
}
@media screen and (max-width: 960px) {
  .intro-container {
    padding-block: 50px 80px;
  }
}

.about-container {
  position: relative;
  overflow: hidden;
  padding-block: 170px;
  background-color: #E0E9FF;
}
.about-container::before, .about-container::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.about-container::before {
  left: 0;
  top: 212px;
  width: 660px;
  height: 600px;
  background-image: url(/products/automotive/5g-glass-antenna/images/about_bg01.webp);
}
.about-container::after {
  right: 0;
  bottom: 154px;
  width: 1150px;
  height: 1500px;
  background-image: url(/products/automotive/5g-glass-antenna/images/about_bg02.webp);
}
@media screen and (max-width: 960px) {
  .about-container {
    padding-block: 80px;
  }
}

.merit-container {
  position: relative;
  overflow: hidden;
  padding-block: 180px;
  background-color: #F0F4FF;
}
.merit-container::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 1540px;
  height: 2400px;
  background-image: url(/products/automotive/5g-glass-antenna/images/merit_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 960px) {
  .merit-container {
    padding-block: 80px;
  }
}

.case-container {
  position: relative;
  overflow: hidden;
  padding-block: 160px;
  background-color: #fff;
}
.case-container::before {
  content: "";
  display: block;
  position: absolute;
  right: 43px;
  top: 78px;
  width: 750px;
  height: 1000px;
  background-image: url(/products/automotive/5g-glass-antenna/images/case_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 960px) {
  .case-container {
    padding-block: 80px;
  }
}
.case-container .pg-frame-box {
  margin-top: 80px;
}
@media screen and (max-width: 960px) {
  .case-container .pg-frame-box {
    margin-top: 60px;
  }
}

.faq-container {
  padding-block: 120px 140px;
  background-color: #F5F5F5;
}
@media screen and (max-width: 960px) {
  .faq-container {
    padding-block: 60px 80px;
  }
}

.cta-container {
  overflow: hidden;
  position: relative;
  padding-block: 100px 160px;
  background-color: #3C50A0;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .cta-container {
    padding-block: 60px 80px;
  }
}
.cta-container::before, .cta-container::after {
  content: "";
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.cta-container::before {
  top: 4px;
  left: 0;
  width: 414px;
  height: 69px;
  background-image: url(/products/automotive/5g-glass-antenna/images/cta_bg01.png);
}
@media screen and (max-width: 960px) {
  .cta-container::before {
    width: 207px;
    height: 35px;
  }
}
.cta-container::after {
  bottom: 12px;
  right: 0;
  width: 1132px;
  height: 98px;
  background-image: url(/products/automotive/5g-glass-antenna/images/cta_bg02.png);
}
@media screen and (max-width: 960px) {
  .cta-container::after {
    width: 566px;
    height: 49px;
  }
}

.solution-container {
  position: relative;
  overflow: hidden;
  padding-block: 110px 130px;
  background-color: #F0F4FF;
}
.solution-container::before {
  content: "";
  display: block;
  position: absolute;
  left: 40px;
  top: -616px;
  width: 1200px;
  height: 1600px;
  background-image: url(/products/automotive/5g-glass-antenna/images/solution_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 960px) {
  .solution-container {
    padding-block: 60px 80px;
  }
}
.solution-container .pg-heading-02 {
  margin-bottom: 68px;
}
@media screen and (max-width: 960px) {
  .solution-container .pg-heading-02 {
    margin-bottom: 40px;
  }
}

.pg-solution-list {
  margin-bottom: 6px !important;
}
.pg-solution-list > li {
  display: grid;
  grid-template-columns: 1fr 180px;
  column-gap: 20px;
  align-items: center;
  padding-block: 25px;
}
@media screen and (max-width: 960px) {
  .pg-solution-list > li {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
.pg-solution-list > li:not(:last-child) {
  border-bottom: 1px solid #D5D5D5;
}

.pg-solution-summary {
  line-height: 1.5;
  font-size: 22px;
  color: #001F6B;
}
@media screen and (max-width: 960px) {
  .pg-solution-summary {
    font-size: 18px;
  }
}

.pg-solution-title {
  font-size: 22px;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .pg-solution-title {
    font-size: 18px;
  }
}

.pg-solution-btn {
  display: flex;
  align-items: center;
  max-width: 320px;
  width: 100%;
  min-height: 55px;
  margin-inline: auto;
  padding: 7px 20px;
  background-color: #1566CC;
  line-height: 1.35;
  text-align: center;
  font-weight: 500;
  color: #fff;
}
@media (any-hover: hover) {
  .pg-solution-btn {
    transition: opacity 0.2s ease-out;
  }
  .pg-solution-btn:hover {
    opacity: 0.7;
  }
}
.pg-solution-btn:visited {
  color: #fff;
}
@media (any-hover: hover) {
  .pg-solution-btn:hover {
    color: #fff;
  }
}
.pg-solution-btn-inner {
  display: block;
  position: relative;
  width: 100%;
  padding-inline: 31px 11px;
}
.pg-solution-btn-inner small {
  font-size: 13px;
  font-weight: 400;
}
.pg-solution-btn-inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 7px;
  background: url(/products/automotive/5g-glass-antenna/images/icon_arrow.svg) no-repeat center/contain;
  transform: translateY(-50%);
}

@media print {
  *,
  *::before,
  *::after {
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  header,
  #jsi-footer,
  #jsi-scroll-top-button {
    display: none !important;
  }
  body .site-main {
    margin-top: 0 !important;
  }
  .pg-kv-header-shoulder {
    color: #000 !important;
  }
  .pg-kv-header-title,
  .pg-kv-catch,
  .pg-kv-lead,
  .pg-nav-heading,
  .pg-feature-label--primary,
  .pg-cta-text,
  .pg-solution-btn {
    color: #fff !important;
  }
  .pg-heading-02,
  .pg-heading-03,
  .pg-btn,
  .pg-solution-title {
    color: #001F6B !important;
  }
  .pg-btn,
  .pg-nav-link,
  .pg-solution-btn {
    text-decoration: none !important;
  }
  .pg-section:not(:last-child) {
    margin-bottom: 60px !important;
  }
  .pg-sub-section:not(:first-child) {
    margin-top: 50px !important;
  }
  .pg-sub-section:not(:last-child) {
    margin-bottom: 50px !important;
  }
  .intro-container,
  .about-container,
  .merit-container,
  .case-container,
  .faq-container,
  .cta-container,
  .solution-container {
    padding-block: 80px !important;
  }
  .intro-container::before, .intro-container::after,
  .about-container::before,
  .about-container::after,
  .merit-container::before,
  .merit-container::after,
  .case-container::before,
  .case-container::after,
  .solution-container::before,
  .solution-container::after,
  .cta-container::before,
  .cta-container::after {
    display: none;
  }
  .pg-section,
  .pg-sub-section,
  .pg-feature-item,
  .pg-faq-item,
  .pg-row,
  .pg-solution-list > li {
    page-break-inside: avoid;
    break-inside: avoid;
  }
  h2, h3, h4 {
    page-break-after: avoid;
    break-after: avoid;
  }
  .pg-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 6.666% !important;
  }
  .pg-col-text {
    flex: 1;
  }
  .pg-col-img {
    width: 33.333% !important;
    flex-shrink: 0;
  }
  .pg-col-1-2 {
    width: 46.667% !important;
  }
  .pg-col-1-3 {
    width: 31.111% !important;
  }
  .pg-feature-grid--col2 {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    column-gap: 6.666% !important;
  }
  .pg-feature-grid--col3 {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    column-gap: 5% !important;
  }
  .js-fade-up {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    translate: none !important;
  }
}