.elementor-26860 .elementor-element.elementor-element-5fd8218{--display:flex;}.elementor-26860 .elementor-element.elementor-element-686463e > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-686463e */.ags-product-summary,
  .ags-product-summary * {
    box-sizing: border-box;
  }

  .ags-product-summary {
    --ags-black: #0b0b0b;
    --ags-ink: #171717;
    --ags-copy: #55585b;
    --ags-soft: #f8f8f6;
    --ags-white: #ffffff;
    --ags-line: #d9d8d2;
    --ags-orange: #f15a24;

    width: 100%;
    max-width: none;
    margin: 28px 0 10px;
    color: var(--ags-ink);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5;
  }

  .ags-product-summary__section + .ags-product-summary__section {
    margin-top: 26px;
  }

  .ags-product-summary__eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    color: var(--ags-orange);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.14em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .ags-product-summary__eyebrow::before {
    width: 28px;
    height: 2px;
    content: "";
    flex: 0 0 auto;
    background: currentColor;
  }

  .ags-product-summary h4 {
    margin: 0 0 15px;
    color: var(--ags-black);
    font-size: clamp(21px, 2vw, 28px);
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.05;
  }

  .ags-product-summary__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid var(--ags-line);
    background: var(--ags-line);
    list-style: none !important;
  }

  .ags-product-summary__grid > li {
    min-width: 0;
    min-height: 92px;
    margin: 0 !important;
    padding: 17px 18px;
    background: var(--ags-white);
    list-style: none !important;
  }

  .ags-product-summary__grid > li::marker {
    display: none;
    content: "";
  }

  .ags-product-summary__grid strong {
    display: block;
    margin-bottom: 6px;
    color: #777a7c;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.35;
    text-transform: uppercase;
  }

  .ags-product-summary__grid span {
    display: block;
    color: var(--ags-ink);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
  }

  .ags-product-summary__features > li {
    min-height: 72px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 16px 18px 16px 46px;
    color: var(--ags-ink);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
  }

  .ags-product-summary__features > li::before {
    content: "+";
    position: absolute;
    left: 18px;
    color: var(--ags-orange);
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
  }

  @media (max-width: 767px) {
    .ags-product-summary {
      margin-top: 22px;
    }

    .ags-product-summary__grid {
      grid-template-columns: 1fr;
    }

    .ags-product-summary__grid > li {
      min-height: auto;
      padding: 16px;
    }

    .ags-product-summary__features > li {
      min-height: 64px;
      padding-left: 44px;
    }

    .ags-product-summary__features > li::before {
      left: 16px;
    }
  }
  


.item-panel{
    padding: 0px !important;
}
.single-product .tbay-breadcrumb ~ #main-container .singular-shop.content{
    padding:0px !important;
}

  .ags20-page,
  .ags20-page * {
    box-sizing: border-box;
  }

  .ags20-page {
    --ags20-black: #0b0b0b;
    --ags20-ink: #171717;
    --ags20-copy: #55585b;
    --ags20-soft: #f2f1ed;
    --ags20-soft-2: #f8f8f6;
    --ags20-white: #ffffff;
    --ags20-line: #d9d8d2;
    --ags20-orange: #f15a24;
    --ags20-orange-dark: #cc4213;
    --ags20-max: 1320px;
    width: 100vw;
    max-width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    overflow: hidden;
    color: var(--ags20-ink);
    background: var(--ags20-white);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.55;
    text-rendering: optimizeLegibility;
  }

  .ags20-page a {
    color: inherit;
  }

  .ags20-page img,
  .ags20-page video,
  .ags20-page iframe {
    display: block;
    max-width: 100%;
  }

  .ags20-page h2,
  .ags20-page h3,
  .ags20-page h4,
  .ags20-page p,
  .ags20-page ul,
  .ags20-page ol {
    margin-top: 0;
  }

  .ags20-page .ags20-shell {
    width: min(calc(100% - 48px), var(--ags20-max));
    margin-inline: auto;
  }

  .ags20-page .ags20-section {
    padding: 110px 0;
  }

  .ags20-page .ags20-section-soft {
    background: var(--ags20-soft-2);
    border-top: 1px solid var(--ags20-line);
    border-bottom: 1px solid var(--ags20-line);
  }

  .ags20-page .ags20-eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
    color: var(--ags20-orange);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .ags20-page .ags20-eyebrow::before {
    content: "";
    width: 38px;
    height: 2px;
    background: currentColor;
  }

  .ags20-page .ags20-title {
    max-width: 980px;
    margin-bottom: 24px;
    font-size: clamp(42px, 6.4vw, 92px);
    font-weight: 800;
    letter-spacing: -.065em;
    line-height: .92;
  }

  .ags20-page .ags20-heading {
    max-width: 920px;
    margin-bottom: 22px;
    font-size: clamp(34px, 4.8vw, 68px);
    font-weight: 800;
    letter-spacing: -.055em;
    line-height: .96;
  }

  .ags20-page .ags20-subheading {
    margin-bottom: 12px;
    font-size: clamp(22px, 2.4vw, 34px);
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.05;
  }

  .ags20-page .ags20-lead {
    max-width: 810px;
    margin-bottom: 0;
    color: var(--ags20-copy);
    font-size: clamp(18px, 1.55vw, 22px);
    line-height: 1.65;
  }

  .ags20-page .ags20-copy {
    color: var(--ags20-copy);
    font-size: 17px;
    line-height: 1.72;
  }

  .ags20-page .ags20-btn-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
  }

  .ags20-page .ags20-btn {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 14px 22px;
    border: 1px solid var(--ags20-black);
    border-radius: 2px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .02em;
    line-height: 1;
    text-decoration: none;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
  }

  .ags20-page .ags20-btn:hover {
    transform: translateY(-2px);
  }

  .ags20-page .ags20-btn-dark {
    color: var(--ags20-white);
    background: var(--ags20-black);
  }

  .ags20-page .ags20-btn-dark:hover {
    border-color: var(--ags20-orange);
    background: var(--ags20-orange);
  }

  .ags20-page .ags20-btn-light {
    color: var(--ags20-black);
    background: transparent;
  }

  .ags20-page .ags20-btn-light:hover {
    color: var(--ags20-white);
    background: var(--ags20-black);
  }

  .ags20-page .ags20-btn-orange {
    color: var(--ags20-white);
    border-color: var(--ags20-orange);
    background: var(--ags20-orange);
  }

  .ags20-page .ags20-btn-orange:hover {
    border-color: var(--ags20-orange-dark);
    background: var(--ags20-orange-dark);
  }

  .ags20-page .ags20-btn-outline-white {
    color: #fff;
    border-color: rgba(255,255,255,.38);
    background: transparent;
  }

  .ags20-page .ags20-btn-outline-white:hover {
    color: var(--ags20-black);
    border-color: #fff;
    background: #fff;
  }

  
  .ags20-page .ags20-intro {
    padding: 92px 0 0;
    background: var(--ags20-soft);
  }

  .ags20-page .ags20-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(500px, 1.12fr);
    align-items: end;
    gap: 72px;
  }

  .ags20-page .ags20-intro-copy {
    padding-bottom: 78px;
  }

  .ags20-page .ags20-intro-media {
    min-height: 660px;
    position: relative;
    overflow: hidden;
    background: #dad9d4;
  }

  .ags20-page .ags20-intro-media img {
    width: 100%;
    height: 100%;
    min-height: 660px;
    object-fit: cover;
  }

  .ags20-page .ags20-intro-label {
    position: absolute;
    right: 22px;
    bottom: 22px;
    left: 22px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    padding: 20px;
    color: #fff;
    background: rgba(0,0,0,.76);
    backdrop-filter: blur(8px);
  }

  .ags20-page .ags20-intro-label strong {
    max-width: 360px;
    font-size: 18px;
    line-height: 1.25;
  }

  .ags20-page .ags20-intro-label span {
    color: rgba(255,255,255,.72);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
  }

  .ags20-page .ags20-facts {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid var(--ags20-line);
    border-bottom: 1px solid var(--ags20-line);
    background: #fff;
  }

  .ags20-page .ags20-fact {
    min-height: 126px;
    padding: 26px 30px;
    border-right: 1px solid var(--ags20-line);
  }

  .ags20-page .ags20-fact:last-child {
    border-right: 0;
  }

  .ags20-page .ags20-fact small {
    display: block;
    margin-bottom: 10px;
    color: #777a7c;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
  }

  .ags20-page .ags20-fact strong {
    display: block;
    font-size: clamp(20px, 2vw, 29px);
    letter-spacing: -.035em;
    line-height: 1.05;
  }

  
  .ags20-page .ags20-jump-wrap {
    border-bottom: 1px solid var(--ags20-line);
    background: #fff;
  }

  .ags20-page .ags20-jump {
    display: flex;
    align-items: center;
    gap: 6px;
    overflow-x: auto;
    padding: 14px 0;
    scrollbar-width: thin;
  }

  .ags20-page .ags20-jump a {
    flex: 0 0 auto;
    padding: 10px 14px;
    border: 1px solid transparent;
    color: #55585b;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-decoration: none;
    text-transform: uppercase;
  }

  .ags20-page .ags20-jump a:hover {
    color: var(--ags20-black);
    border-color: var(--ags20-line);
    background: var(--ags20-soft-2);
  }

  
  .ags20-page .ags20-editorial {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
    gap: 100px;
    align-items: start;
  }

  .ags20-page .ags20-sticky-copy {
    position: sticky;
    top: 120px;
  }

  .ags20-page .ags20-point-list {
    border-top: 1px solid var(--ags20-line);
  }

  .ags20-page .ags20-point {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 26px;
    padding: 30px 0;
    border-bottom: 1px solid var(--ags20-line);
  }

  .ags20-page .ags20-point-num {
    color: var(--ags20-orange);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .12em;
  }

  .ags20-page .ags20-point h3 {
    margin-bottom: 9px;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.1;
  }

  .ags20-page .ags20-point p {
    margin-bottom: 0;
    color: var(--ags20-copy);
    font-size: 16px;
    line-height: 1.7;
  }

  .ags20-page .ags20-gallery-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
    align-items: end;
    gap: 48px;
    margin-bottom: 44px;
  }

  .ags20-page .ags20-gallery-head .ags20-lead {
    max-width: 520px;
  }

  .ags20-page .ags20-feature-gallery,
  .ags20-page .ags20-project-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .ags20-page .ags20-project-grid {
    margin-top: 48px;
  }

  .ags20-page .ags20-media-card,
  .ags20-page .ags20-project-image {
    min-width: 0;
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #d7d7d3;
  }

  .ags20-page .ags20-media-card a,
  .ags20-page .ags20-project-image a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    cursor: zoom-in;
  }

  .ags20-page .ags20-media-card img,
  .ags20-page .ags20-project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease, filter .45s ease;
  }

  .ags20-page .ags20-media-card:hover img,
  .ags20-page .ags20-project-image:hover img {
    transform: scale(1.025);
    filter: contrast(1.03);
  }

  .ags20-page .ags20-media-card::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, transparent 48%, rgba(0,0,0,.72) 100%);
  }

  .ags20-page .ags20-media-caption {
    position: absolute;
    z-index: 2;
    right: 18px;
    bottom: 16px;
    left: 18px;
    color: #fff;
    pointer-events: none;
  }

  .ags20-page .ags20-media-caption strong {
    display: block;
    font-size: clamp(16px, 1.45vw, 22px);
    letter-spacing: -.025em;
    line-height: 1.08;
  }

  .ags20-page .ags20-media-caption span {
    display: block;
    margin-top: 7px;
    color: rgba(255,255,255,.74);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
  }

  .ags20-page .ags20-project-image::after {
    content: "+";
    width: 38px;
    height: 38px;
    position: absolute;
    right: 14px;
    bottom: 14px;
    display: grid;
    place-items: center;
    color: #fff;
    border: 1px solid rgba(255,255,255,.45);
    border-radius: 50%;
    background: rgba(0,0,0,.68);
    font-size: 21px;
    font-weight: 400;
    line-height: 1;
    pointer-events: none;
    transition: background-color .2s ease, transform .2s ease;
  }

  .ags20-page .ags20-project-image:hover::after {
    background: var(--ags20-orange);
    transform: scale(1.05);
  }

  
  .ags20-page .ags20-video-band {
    min-height: 720px;
    position: relative;
    display: flex;
    align-items: flex-end;
    color: #fff;
    background-image: linear-gradient(90deg, rgba(0,0,0,.84), rgba(0,0,0,.28)), url("http://globusgates.online/wp-content/uploads/2024/09/DSC07829-scaled.jpg");
    background-position: center;
    background-size: cover;
  }

  .ags20-page .ags20-video-band video {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    object-fit: cover;
  }

  .ags20-page .ags20-video-band::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,.9) 0%, rgba(0,0,0,.52) 46%, rgba(0,0,0,.2) 100%);
  }

  .ags20-page .ags20-video-band-content {
    width: min(calc(100% - 48px), var(--ags20-max));
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 92px 0;
  }

  .ags20-page .ags20-video-band-content .ags20-heading {
    max-width: 750px;
    color: #fff;
  }

  .ags20-page .ags20-video-band-content .ags20-lead {
    max-width: 660px;
    color: rgba(255,255,255,.76);
  }

  .ags20-page .ags20-dark-points {
    max-width: 840px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 46px;
    border-top: 1px solid rgba(255,255,255,.26);
    border-bottom: 1px solid rgba(255,255,255,.26);
  }

  .ags20-page .ags20-dark-point {
    padding: 26px 28px 26px 0;
    border-right: 1px solid rgba(255,255,255,.26);
  }

  .ags20-page .ags20-dark-point + .ags20-dark-point {
    padding-left: 28px;
  }

  .ags20-page .ags20-dark-point:last-child {
    border-right: 0;
  }

  .ags20-page .ags20-dark-point strong {
    display: block;
    margin-bottom: 7px;
    font-size: 17px;
    line-height: 1.2;
  }

  .ags20-page .ags20-dark-point span {
    color: rgba(255,255,255,.68);
    font-size: 13px;
    line-height: 1.55;
  }

  
  .ags20-page .ags20-spec-layout {
    display: grid;
    grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr);
    gap: 84px;
    align-items: start;
  }

  .ags20-page .ags20-spec-box {
    border-top: 3px solid var(--ags20-black);
  }

  .ags20-page .ags20-spec-row {
    display: grid;
    grid-template-columns: minmax(165px, .75fr) minmax(0, 1.25fr);
    gap: 30px;
    padding: 20px 0;
    border-bottom: 1px solid var(--ags20-line);
  }

  .ags20-page .ags20-spec-row dt {
    color: #777a7c;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .ags20-page .ags20-spec-row dd {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
  }

  .ags20-page .ags20-note {
    margin-top: 26px;
    padding: 18px 20px;
    border-left: 3px solid var(--ags20-orange);
    color: #5d6062;
    background: #fff;
    font-size: 14px;
    line-height: 1.65;
  }

  
  .ags20-page .ags20-kit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 52px;
    border-top: 1px solid var(--ags20-line);
    border-left: 1px solid var(--ags20-line);
  }

  .ags20-page .ags20-kit-item {
    min-height: 200px;
    padding: 28px;
    border-right: 1px solid var(--ags20-line);
    border-bottom: 1px solid var(--ags20-line);
    background: #fff;
  }

  .ags20-page .ags20-kit-item .ags20-kit-num {
    display: block;
    margin-bottom: 42px;
    color: var(--ags20-orange);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
  }

  .ags20-page .ags20-kit-item h3 {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -.025em;
    line-height: 1.15;
  }

  .ags20-page .ags20-kit-item p {
    margin-bottom: 0;
    color: var(--ags20-copy);
    font-size: 14px;
    line-height: 1.65;
  }

  .ags20-page .ags20-video-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 48px;
  }

  .ags20-page .ags20-video-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #2a2a2a;
    background: #111;
  }

  .ags20-page .ags20-video-frame {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #050505;
  }

  .ags20-page .ags20-video-frame iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
  }

  .ags20-page .ags20-video-poster {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    padding: 0;
    overflow: hidden;
    border: 0;
    background: #050505;
    cursor: pointer;
  }

  .ags20-page .ags20-video-poster::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.48));
  }

  .ags20-page .ags20-video-poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease, filter .45s ease;
  }

  .ags20-page .ags20-video-poster:hover img {
    transform: scale(1.025);
    filter: contrast(1.04);
  }

  .ags20-page .ags20-play {
    width: 70px;
    height: 70px;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.58);
    border-radius: 50%;
    color: #fff;
    background: rgba(0,0,0,.68);
    transform: translate(-50%, -50%);
    transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
  }

  .ags20-page .ags20-play::before {
    content: "";
    width: 0;
    height: 0;
    margin-left: 5px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid currentColor;
  }

  .ags20-page .ags20-video-poster:hover .ags20-play {
    border-color: var(--ags20-orange);
    background: var(--ags20-orange);
    transform: translate(-50%, -50%) scale(1.05);
  }

  .ags20-page .ags20-video-meta {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 20px;
    color: #fff;
    border-top: 1px solid #2a2a2a;
  }

  .ags20-page .ags20-video-meta strong {
    font-size: 14px;
    line-height: 1.35;
  }

  .ags20-page .ags20-video-meta span {
    flex: 0 0 auto;
    color: var(--ags20-orange);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
  }

  
  .ags20-page .ags20-plan-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    margin-top: 52px;
    background: var(--ags20-line);
    border: 1px solid var(--ags20-line);
  }

  .ags20-page .ags20-plan-card {
    min-height: 275px;
    padding: 32px;
    background: #fff;
  }

  .ags20-page .ags20-plan-card span {
    display: block;
    margin-bottom: 54px;
    color: var(--ags20-orange);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
  }

  .ags20-page .ags20-plan-card h3 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.1;
  }

  .ags20-page .ags20-plan-card p {
    margin-bottom: 0;
    color: var(--ags20-copy);
    font-size: 15px;
    line-height: 1.7;
  }

  
  .ags20-page .ags20-app-layout {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 80px;
    align-items: center;
  }

  .ags20-page .ags20-app-image {
    min-height: 610px;
    position: relative;
    overflow: hidden;
    background: #d7d7d2;
  }

  .ags20-page .ags20-app-image img {
    width: 100%;
    height: 100%;
    min-height: 610px;
    object-fit: cover;
  }

  .ags20-page .ags20-checks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 28px;
    margin-top: 34px;
    border-top: 1px solid var(--ags20-line);
  }

  .ags20-page .ags20-check {
    padding: 18px 0;
    border-bottom: 1px solid var(--ags20-line);
    font-size: 15px;
    font-weight: 700;
  }

  .ags20-page .ags20-check::before {
    content: "+";
    display: inline-block;
    width: 22px;
    color: var(--ags20-orange);
    font-weight: 900;
  }

  
  .ags20-page .ags20-faq-layout {
    display: grid;
    grid-template-columns: .72fr 1.28fr;
    gap: 86px;
    align-items: start;
  }

  .ags20-page .ags20-faq-list {
    border-top: 2px solid var(--ags20-black);
  }

  .ags20-page .ags20-faq-list details {
    border-bottom: 1px solid var(--ags20-line);
  }

  .ags20-page .ags20-faq-list summary {
    position: relative;
    padding: 25px 54px 25px 0;
    cursor: pointer;
    list-style: none;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -.018em;
    line-height: 1.35;
  }

  .ags20-page .ags20-faq-list summary::-webkit-details-marker {
    display: none;
  }

  .ags20-page .ags20-faq-list summary::after {
    content: "+";
    position: absolute;
    top: 20px;
    right: 0;
    color: var(--ags20-orange);
    font-size: 28px;
    font-weight: 400;
  }

  .ags20-page .ags20-faq-list details[open] summary::after {
    content: "−";
  }

  .ags20-page .ags20-faq-answer {
    max-width: 770px;
    padding: 0 50px 25px 0;
    color: var(--ags20-copy);
    font-size: 15px;
    line-height: 1.75;
  }

  
  .ags20-page .ags20-cta {
    padding: 112px 0;
    color: #fff;
    background: var(--ags20-black);
  }

  .ags20-page .ags20-cta-grid {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 80px;
    align-items: end;
  }

  .ags20-page .ags20-cta .ags20-heading {
    max-width: 820px;
    margin-bottom: 0;
    color: #fff;
  }

  .ags20-page .ags20-cta-side {
    border-left: 1px solid rgba(255,255,255,.25);
    padding-left: 42px;
  }

  .ags20-page .ags20-cta-side p {
    margin-bottom: 22px;
    color: rgba(255,255,255,.68);
    font-size: 16px;
    line-height: 1.7;
  }

  .ags20-page .ags20-brand-line {
    margin-top: 72px;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,.2);
    color: rgba(255,255,255,.5);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
  }

  .ags20-page .ags20-lightbox {
    position: fixed;
    z-index: 999999;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 28px;
    background: rgba(0,0,0,.94);
  }

  .ags20-page .ags20-lightbox.is-open {
    display: flex;
  }

  .ags20-page .ags20-lightbox-dialog {
    width: min(1180px, 100%);
    max-height: calc(100vh - 56px);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .ags20-page .ags20-lightbox-image {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: calc(100vh - 132px);
    object-fit: contain;
    box-shadow: 0 24px 80px rgba(0,0,0,.45);
  }

  .ags20-page .ags20-lightbox-caption {
    width: 100%;
    margin: 14px 0 0;
    color: rgba(255,255,255,.78);
    font-size: 13px;
    line-height: 1.45;
    text-align: center;
  }

  .ags20-page .ags20-lightbox-close,
  .ags20-page .ags20-lightbox-prev,
  .ags20-page .ags20-lightbox-next {
    position: absolute;
    z-index: 2;
    display: grid;
    place-items: center;
    padding: 0;
    color: #fff;
    border: 1px solid rgba(255,255,255,.38);
    background: rgba(0,0,0,.58);
    cursor: pointer;
    transition: background-color .2s ease, border-color .2s ease;
  }

  .ags20-page .ags20-lightbox-close:hover,
  .ags20-page .ags20-lightbox-prev:hover,
  .ags20-page .ags20-lightbox-next:hover {
    border-color: var(--ags20-orange);
    background: var(--ags20-orange);
  }

  .ags20-page .ags20-lightbox-close {
    width: 44px;
    height: 44px;
    top: 0;
    right: 0;
    border-radius: 50%;
    font-size: 28px;
    line-height: 1;
  }

  .ags20-page .ags20-lightbox-prev,
  .ags20-page .ags20-lightbox-next {
    width: 48px;
    height: 58px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    line-height: 1;
  }

  .ags20-page .ags20-lightbox-prev {
    left: 0;
  }

  .ags20-page .ags20-lightbox-next {
    right: 0;
  }

  body.ags20-lightbox-lock {
    overflow: hidden;
  }

  @media (max-width: 1100px) {
    .ags20-page .ags20-feature-gallery,
    .ags20-page .ags20-project-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ags20-page .ags20-video-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ags20-page .ags20-intro-grid,
    .ags20-page .ags20-editorial,
    .ags20-page .ags20-spec-layout,
    .ags20-page .ags20-app-layout,
    .ags20-page .ags20-faq-layout,
    .ags20-page .ags20-cta-grid {
      grid-template-columns: 1fr;
      gap: 52px;
    }

    .ags20-page .ags20-intro-copy {
      padding-bottom: 0;
    }

    .ags20-page .ags20-intro-media {
      min-height: 620px;
    }

    .ags20-page .ags20-sticky-copy {
      position: static;
    }

    .ags20-page .ags20-facts {
      grid-template-columns: repeat(3, 1fr);
    }

    .ags20-page .ags20-fact:nth-child(3) {
      border-right: 0;
    }

    .ags20-page .ags20-fact:nth-child(n+4) {
      border-top: 1px solid var(--ags20-line);
    }

    .ags20-page .ags20-kit-grid,
    .ags20-page .ags20-plan-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .ags20-page .ags20-video-grid {
      grid-template-columns: 1fr 1fr;
    }

    .ags20-page .ags20-cta-side {
      border-left: 0;
      border-top: 1px solid rgba(255,255,255,.25);
      padding: 32px 0 0;
    }
  }

  @media (max-width: 820px) {
    .ags20-page .ags20-gallery-head {
      grid-template-columns: 1fr;
      align-items: start;
      gap: 18px;
    }

    .ags20-page .ags20-video-grid {
      grid-template-columns: 1fr;
    }

    .ags20-page .ags20-shell {
      width: min(calc(100% - 30px), var(--ags20-max));
    }

    .ags20-page .ags20-section {
      padding: 78px 0;
    }

    .ags20-page .ags20-intro {
      padding-top: 68px;
    }

    .ags20-page .ags20-intro-media,
    .ags20-page .ags20-intro-media img,
    .ags20-page .ags20-app-image,
    .ags20-page .ags20-app-image img {
      min-height: 470px;
    }

    .ags20-page .ags20-facts {
      grid-template-columns: 1fr 1fr;
    }

    .ags20-page .ags20-fact,
    .ags20-page .ags20-fact:nth-child(3) {
      border-right: 1px solid var(--ags20-line);
    }

    .ags20-page .ags20-fact:nth-child(even) {
      border-right: 0;
    }

    .ags20-page .ags20-fact:nth-child(n+3) {
      border-top: 1px solid var(--ags20-line);
    }
    .ags20-page .ags20-video-band {
      min-height: 690px;
    }

    .ags20-page .ags20-dark-points,
    .ags20-page .ags20-video-grid {
      grid-template-columns: 1fr;
    }

    .ags20-page .ags20-dark-point,
    .ags20-page .ags20-dark-point + .ags20-dark-point {
      padding: 22px 0;
      border-right: 0;
      border-bottom: 1px solid rgba(255,255,255,.26);
    }

    .ags20-page .ags20-dark-point:last-child {
      border-bottom: 0;
    }

    .ags20-page .ags20-kit-grid,
    .ags20-page .ags20-plan-grid {
      grid-template-columns: 1fr 1fr;
    }
  }

  @media (max-width: 560px) {
    .ags20-page .ags20-feature-gallery,
    .ags20-page .ags20-project-grid {
      grid-template-columns: 1fr;
      gap: 10px;
    }

    .ags20-page .ags20-media-card,
    .ags20-page .ags20-project-image {
      aspect-ratio: 4 / 3;
    }

    .ags20-page .ags20-lightbox {
      padding: 14px;
    }

    .ags20-page .ags20-lightbox-dialog {
      max-height: calc(100vh - 28px);
    }

    .ags20-page .ags20-lightbox-image {
      max-height: calc(100vh - 100px);
    }

    .ags20-page .ags20-lightbox-prev,
    .ags20-page .ags20-lightbox-next {
      width: 40px;
      height: 48px;
    }

    .ags20-page .ags20-section {
      padding: 62px 0;
    }

    .ags20-page .ags20-title {
      font-size: clamp(40px, 13vw, 62px);
    }

    .ags20-page .ags20-heading {
      font-size: clamp(34px, 10vw, 48px);
    }

    .ags20-page .ags20-intro-grid {
      gap: 40px;
    }

    .ags20-page .ags20-intro-media,
    .ags20-page .ags20-intro-media img,
    .ags20-page .ags20-app-image,
    .ags20-page .ags20-app-image img {
      min-height: 390px;
    }

    .ags20-page .ags20-intro-label {
      right: 12px;
      bottom: 12px;
      left: 12px;
      display: block;
      padding: 15px;
    }

    .ags20-page .ags20-intro-label span {
      display: block;
      margin-top: 8px;
    }

    .ags20-page .ags20-facts {
      grid-template-columns: 1fr;
    }

    .ags20-page .ags20-fact,
    .ags20-page .ags20-fact:nth-child(n) {
      min-height: 104px;
      border-right: 0;
      border-top: 1px solid var(--ags20-line);
    }

    .ags20-page .ags20-fact:first-child {
      border-top: 0;
    }

    .ags20-page .ags20-gallery-head {
      display: block;
    }

    .ags20-page .ags20-gallery-head .ags20-lead {
      margin-top: 20px;
    }

    .ags20-page .ags20-video-band {
      min-height: 760px;
    }

    .ags20-page .ags20-video-band-content {
      width: min(calc(100% - 30px), var(--ags20-max));
      padding: 72px 0;
    }

    .ags20-page .ags20-spec-row {
      grid-template-columns: 1fr;
      gap: 7px;
    }

    .ags20-page .ags20-kit-grid,
    .ags20-page .ags20-plan-grid,
    .ags20-page .ags20-project-grid,
    .ags20-page .ags20-checks {
      grid-template-columns: 1fr;
    }

    .ags20-page .ags20-kit-item {
      min-height: 170px;
    }

    .ags20-page .ags20-kit-item .ags20-kit-num,
    .ags20-page .ags20-plan-card span {
      margin-bottom: 28px;
    }

    .ags20-page .ags20-video-meta {
      display: block;
    }

    .ags20-page .ags20-video-meta span {
      display: block;
      margin-top: 8px;
    }

    .ags20-page .ags20-point {
      grid-template-columns: 38px minmax(0, 1fr);
      gap: 14px;
    }

    .ags20-page .ags20-faq-list summary {
      padding-right: 40px;
      font-size: 16px;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .ags20-page .ags20-video-band video {
      display: none;
    }

    .ags20-page .ags20-media-card img,
    .ags20-page .ags20-project-image img,
    .ags20-page .ags20-btn {
      transition: none;
    }
  }

  .ags20-page .ags20-intro {
    background: #f2f1ed;
  }

  .ags20-page .ags20-intro-media img {
    object-position: center;
  }

  .ags20-page .ags20-kit-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ags20-page .ags20-hardware-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 48px;
  }

  .ags20-page .ags20-hardware-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--ags20-line);
    background: #fff;
  }

  .ags20-page .ags20-hardware-card a {
    aspect-ratio: 1 / 1;
    display: grid;
    place-items: center;
    padding: 22px;
    background: #f7f7f5;
    cursor: zoom-in;
  }

  .ags20-page .ags20-hardware-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .35s ease;
  }

  .ags20-page .ags20-hardware-card:hover img {
    transform: scale(1.025);
  }

  .ags20-page .ags20-hardware-caption {
    min-height: 78px;
    display: flex;
    align-items: center;
    padding: 16px 18px;
    border-top: 1px solid var(--ags20-line);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
  }

  .ags20-page .ags20-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 48px;
  }

  .ags20-page .ags20-detail-card {
    min-width: 0;
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #d7d7d3;
  }

  .ags20-page .ags20-detail-card a {
    width: 100%;
    height: 100%;
    display: block;
    cursor: zoom-in;
  }

  .ags20-page .ags20-detail-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
  }

  .ags20-page .ags20-detail-card:hover img {
    transform: scale(1.025);
  }

  .ags20-page .ags20-portfolio-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    margin-top: 48px;
  }

  .ags20-page .ags20-portfolio-item {
    min-width: 0;
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #d7d7d3;
  }

  .ags20-page .ags20-portfolio-item a {
    width: 100%;
    height: 100%;
    display: block;
    cursor: zoom-in;
  }

  .ags20-page .ags20-portfolio-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease, filter .4s ease;
  }

  .ags20-page .ags20-portfolio-item:hover img {
    transform: scale(1.025);
    filter: contrast(1.03);
  }

  .ags20-page .ags20-portfolio-item::after {
    content: "+";
    width: 34px;
    height: 34px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: grid;
    place-items: center;
    color: #fff;
    border: 1px solid rgba(255,255,255,.48);
    border-radius: 50%;
    background: rgba(0,0,0,.68);
    font-size: 19px;
    pointer-events: none;
  }

  .ags20-page .ags20-why-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    margin-top: 48px;
    border: 1px solid var(--ags20-line);
    background: var(--ags20-line);
  }

  .ags20-page .ags20-why-card {
    min-height: 250px;
    padding: 30px;
    background: #fff;
  }

  .ags20-page .ags20-why-card span {
    display: block;
    margin-bottom: 50px;
    color: var(--ags20-orange);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
  }

  .ags20-page .ags20-why-card h3 {
    margin-bottom: 10px;
    font-size: 21px;
    font-weight: 800;
    letter-spacing: -.03em;
    line-height: 1.1;
  }

  .ags20-page .ags20-why-card p {
    margin-bottom: 0;
    color: var(--ags20-copy);
    font-size: 14px;
    line-height: 1.68;
  }

  .ags20-page .ags20-cta {
    background-image: linear-gradient(90deg, rgba(8,8,8,.96), rgba(8,8,8,.86)), url("http://globusgates.online/wp-content/uploads/2024/11/Frame-3-3.png");
    background-position: center;
    background-size: cover;
  }

  @media (max-width: 1100px) {
    .ags20-page .ags20-kit-grid,
    .ags20-page .ags20-hardware-grid,
    .ags20-page .ags20-why-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ags20-page .ags20-portfolio-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 700px) {
    .ags20-page .ags20-kit-grid,
    .ags20-page .ags20-hardware-grid,
    .ags20-page .ags20-detail-grid,
    .ags20-page .ags20-portfolio-grid,
    .ags20-page .ags20-why-grid {
      grid-template-columns: 1fr;
    }

    .ags20-page .ags20-hardware-card a {
      padding: 18px;
    }

    .ags20-page .ags20-hardware-caption {
      min-height: 0;
    }

    .ags20-page .ags20-why-card {
      min-height: 0;
    }

    .ags20-page .ags20-why-card span {
      margin-bottom: 28px;
    }
  }/* End custom CSS */