﻿_::-webkit-full-page-media, _:future, :root a.c-call-to-action.safari_only span {
    padding-bottom: 3px;
}

:root {
    --Typography-Font-family-Base: "Segoe UI", SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.lightfonts {
    font-weight: 100 !important;
}

.text-center {
    text-align: center;
}

.center-70 {
    width: 70%;
    margin: 0 auto;
}

.weepstake {
    margin-top: 30px !important;
    margin-bottom: 40px !important;
}

.rules-text {
    margin-top: 15px;
    margin-left: 25px;
}

.rules-header {
    margin-top: 20px;
    margin-bottom: 15px;
}

.rulesCTA {
    text-align: center;
    margin-top: 30px;
}

.fw-600 {
    font-weight: 600;
    font-size: 12px;
}

.fw {
    font-weight: 600;
}

.fw-rule {
    font-weight: 700;
}

.pt-1 {
    padding-top: 10px;
}

.pt-2 {
    padding-top: 20px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-4 {
    padding-top: 40px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.uhf .c-uhff.context-uhf {
    margin-top: 0 !important;
}

.width-10 {
    width: 100%
}

/*Offers */
.redeemed {
    opacity: .2;
}

.offers .c-logo img {
    max-width: 100%;
}

.offers .offfers-content {
    text-align: center !important;
}

.m-hero-item .blue-btn {
    background: #005da6 !important;
}

.theme-dark .blue-btn span, .theme-dark .blue-btn::after {
    color: #fff;
}

.m-hero-item.f-x-left > div > div .c-heading {
    padding-bottom: 15px;
}

.m-hero-item.p-ben-hero .c-call-to-action:first-child {
    margin-right: 6%;
}

a.c-glyph.glyph-cancel.pop-glyph-cancel:focus, .popup a.c-call-to-action:focus {
    outline: 2px solid #000 !important;
    border-color: #000 !important;
}

.supBLink {
    font-weight: normal;
    font-size: 11px;
    text-decoration: underline !important;
    margin-right: 1px !important;
}

.m-content-placement.offerpanel .c-call-to-action {
    float: left;
}

span.offer-linktext {
    float: right;
    padding: 10px 3px 7px 0;
    /*margin-left: 6%;*/
    font-size: 13px;
    font-style: italic;
}

@media screen and (min-width: 1400px) {
    .m-hero-item > div, .c-hero > div {
        max-width: 1600px !important;
    }

    .m-hero-item.f-x-left > div > div, .c-hero.f-x-left > div > div {
        left: 10px !important;
    }
}

@media screen and (max-width: 1083px) {
    /*.m-social.f-horizontal {
        padding-left: 24px;
        padding-right: 24px;
    }*/
    .rules {
        padding-left: 5%;
        padding-right: 5%;
    }
}

.text-left {
    text-align: left;
}

/*.m-social.f-horizontal {
    margin-bottom: 20px;
    margin-top: 20px;
}*/

.m-hero-item.f-x-right.f-y-center > div > div > div {
    margin-top: 0;
}

    .m-hero-item.f-x-right.f-y-center > div > div > div p {
        padding-top: 0;
    }

.m-banner.disclaimer {
    text-align: left;
    padding-top: 30px;
}

@media screen and (min-width: 1083px) {
    .m-banner.panel-banner p {
        width: 75%;
        margin: 0 auto;
    }
}

@media screen and (min-width: 540px) and (max-width:1084px) {
    .m-content-placement.offerpanel [data-grid~=col-4] {
        width: 50% !important;
        float: left !important;
    }
}

@media screen and (min-width: 767px) and (max-width: 1083px) {
    [lang='fr-ca'] .m-hero-item.p-ben-hero .c-call-to-action:first-child {
        margin-bottom: 15px;
    }

    [lang='fr-ca'] .m-hero-item.p-ben-hero .c-paragraph {
        max-height: initial;
    }
}

.offers .m-feature .offfers-content a[aria-disabled='true'], .offers .m-feature .offfers-content a[aria-disabled='true']:focus {
    border: none;
}

@media screen and (max-width: 767px) {
    .m-hero-item:before {
        padding-bottom: 48.5% !important;
    }

    li .m-hero-item:before {
        padding-bottom: 56.5% !important;
    }

    .m-hero-item > div {
        padding: 0 !important;
    }

        .m-hero-item > div > div h1, .m-hero-item > div > div h2 {
            padding-top: 0 !important;
        }

    .m-banner.your365 {
        padding-top: 10px !important;
    }

    .offers .offfers-content {
        margin-top: 30px !important;
    }

    .m-hero-item > div, .c-hero > div {
        height: 350px !important;
    }
}


.loader {
    position: absolute;
    top: 45%;
    left: 50%;
    border: 16px solid #585858;
    border-radius: 50%;
    border-top: 16px solid #909090;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

.show {
    display: block !important;
}
/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    opacity: 0.7;
    background-color: #D0D0D0;
    z-index: 9991;
    text-align: center;
}


/** Model dialog*/

#confirmBox {
    display: none;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #aaa;
    position: fixed;
    width: 350px;
    height: 150px;
    left: 50%;
    top: 40%;
    margin-left: -150px;
    padding: 6px 8px 8px;
    box-sizing: border-box;
    text-align: center;
    z-index: 9999;
}

    #confirmBox .button {
        background-color: #0067b8;
        display: inline-block;
        border-radius: 3px;
        border: 1px solid #aaa;
        padding: 5px;
        text-align: center;
        width: 120px;
        cursor: pointer;
        color: white;
        font-weight: 600;
    }

        #confirmBox .button:hover {
            background-color: #0505ba;
        }

    #confirmBox .message {
        text-align: left;
        margin-bottom: 8px;
        padding: 20px;
    }

@media screen and (min-width: 4000px) {
    #confirmBox {
        width: 500px;
        height: 200px;
    }

        #confirmBox .button {
            width: 200px;
        }
}

div.blue-strip {
    background: #106EBE;
    margin-top: 40px;
}

.m-banner.blue-strip {
    background: #106EBE;
    color: #FFFFFF;
    padding: 16px !important;
    margin-top: auto;
}

.blue-strip a {
    font-size: 20px;
    font-weight: 300 !important;
    color: #FFFFFF !important;
}

.customquote blockquote {
    font-size: 18px;
    line-height: 24px;
    margin: 20px 0;
}

.customquote .c-quote__attribution {
    font-size: 13px;
    line-height: 16px;
    font-weight: normal;
}

iframe#player-container1-oneplayer {
    position: absolute;
}

div#player-container1, div#player-container2, div#player-container3 {
    position: relative;
    padding-bottom: 56.23%;
    display: flex;
}

.c-dialog.f-lightbox [role="dialog"] div[id*="player-container"] {
    padding-bottom: 0px !important;
}

.m-product-placement .c-group a.c-hyperlink:after {
    font-size: 11px;
    margin-top: 1px;
    margin-left: 3px;
    display: inline-block;
    position: relative;
    right: 0;
    content: "";
    vertical-align: top;
}

.m-typographic-intro.f-background-accent div > div a.c-call-to-action {
    padding: 10px 20px 6px 22px;
    color: #000;
    background: #fff;
    margin-top: 20px;
}

    .m-typographic-intro.f-background-accent div > div a.c-call-to-action:hover {
        color: #000;
        background: #fff;
    }

    .m-typographic-intro.f-background-accent div > div a.c-call-to-action:focus {
        border: 2px solid #000;
        background: #fff !important;
        color: #000 !important;
    }

.m-typographic-intro.f-background-accent div > div p {
    font-weight: 400;
}

.m-feature.nomargin {
    margin: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 1084px) {
    section.m-feature.f-feature-small picture {
        padding-right: 0px;
        padding-left: 0px;
    }
}


.bg-bullets ul {
    list-style-type: none !important;
}

    .bg-bullets ul li span {
        background: #accb41;
        padding: 2px 8px;
        border-radius: 100%;
        font-weight: 600;
        margin-right: 10px;
    }

    .bg-bullets ul li {
        text-indent: -40px;
        margin-left: 40px;
    }

@media only screen and (max-width: 767px) {
    a.m-back-to-top, a.c-back-to-top {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .m-feature.f-feature-small img {
        min-height: auto !important;
    }
}

.nobullet.bg-bullets ul.c-list,
.nobullet.bg-bullets .c-image img {
    margin: 0 auto;
}

.nocursor .m-content-placement-item[data-js-href]:hover {
    cursor: default;
}

a.c-hyperlink.c-glyph,
a.c-call-to-action.c-glyph {
    text-transform: uppercase;
}

a.c-hyperlink.lower-case, a.c-call-to-action.lower-case {
    text-transform: lowercase;
}

a.c-hyperlink:focus {
  outline: 2px solid;
  outline-offset: 2px;
}

@media (prefers-contrast: high) {
  a.c-hyperlink:focus {
    outline: 3px solid;
    outline-offset: 3px;
    outline-color: Highlight;
  }
}

.nobullets ul.c-list {
    padding: 0px;
}

.legal ul li,
.nobullets ul li {
    list-style: none;
}

.c-select-menu.f-persist.f-border button,
.c-select-menu.f-persist.f-border {
    width: 100%;
}

.c-table {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.c-table td,
.c-table th {
    vertical-align: baseline;
}

td:nth-child(1),
td:nth-child(2),
th:nth-child(1), th:nth-child(2) {
    width: 10%;
}

td:nth-child(3), th:nth-child(3) {
    width: 15%;
}

td:nth-child(4), th:nth-child(4) {
    width: 20%;
}

td:nth-child(5), th:nth-child(5) {
    width: 20%
}

/*Pricing button*/
.showmoreContent {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    /* display: inline; */
    min-width: auto !important;
    top: -16.5%;
    bottom: -16.5%;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.13), 0px 1px 1px rgba(0, 0, 0, 0.108);
    background: #fff;
    padding: 0 0 10px 0 !important;
    font-size: 13px !important;
    font-family: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #000 !important;
    font-weight: 600;
}

    .showmoreContent:before {
        position: absolute !important;
        top: 30px !important;
        display: block !important;
        margin-left: 20px !important;
    }

    .showmoreContent .showicon {
        font-style: normal;
        font-family: "MWF-MDL2";
        font-size: 8px;
    }

.c-glyph.showicon {
    height: 11px !important;
    margin-top: -4px;
}

.toggle-button-bing.f-align-start.x-type-center {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 40px;
    height: 46px;
    overflow: hidden;
}

div#drawer-D2-2 .c-paragraph-3.x-p-a-6x {
    padding-bottom: 0px;
}

p.optional-stats {
    border-top: 1px solid #dbdbdb;
    padding: 5px 0px 0px 0px;
    margin: 5px 0px 0px 0px;
}

.c-table td, .c-table th {
    padding: 10px 0px 10px 12px !important;
}

    .c-table td:nth-child(4) {
        padding-left: 0px !important;
    }

.c-flipper.f-previous,
.c-flipper.f-next {
    font-weight: 900;
}

@media screen and (max-width:767px) {
    .c-table thead th,
    .c-table tbody td {
        font-size: 10px !important;
    }

    td:nth-child(1),
    td:nth-child(2),
    th:nth-child(1), th:nth-child(2) {
        width: 5%;
    }

    td:nth-child(3), th:nth-child(3),
    td:nth-child(4), th:nth-child(4) {
        width: 10%;
    }

    td:nth-child(5), th:nth-child(5) {
        width: 20%
    }
}

@media screen and (max-width:540px) {
    .c-table td, .c-table th {
        font-size: 10px;
    }

    td:nth-child(3),
    th:nth-child(3) {
        width: 25%;
    }

    td:nth-child(4),
    th:nth-child(4),
    th:nth-child(5),
    th:nth-child(5) {
        width: 25%;
    }
}
.m-banner.f-background-neutral-20.x-p-v-6x {
    margin-top: 48px !important;
    margin-bottom: 12px !important;
}

.div_hover {
    background: #0067b8;
    color: white;
    padding: 15px;
    margin: 0px 10px;
    text-align: center;
}

.div_hover:hover {
    background: #0067C5;
    cursor: pointer;
}

.grounding-hero {
  background: #e8f4f8 url("/en-us/bing/apis/images/webiq-hero-background.jpg") center / cover no-repeat;
  border-radius: 24px;
  box-sizing: border-box;
  margin: 24px auto;
  display: flex;
  height: 850px;
  width: 1820px;
  max-width: calc(100% - 100px);
  padding: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.m-typographic-intro.f-background-gradient-light.f-transparent.grounding-hero {
    height: 850px;
    min-height: 850px;
}

.grounding-hero h1 {
    box-sizing: border-box;
    color: #001322;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 84px;
    margin: 0 auto;
    max-width: 1400px;
    text-align: center;
    text-wrap: balance;
    width: 100%;
}

.grounding-hero p {
    color: var(--colorNeutralForeground3, #616161);
    max-width: 1186px;
    margin: 24px auto 0;
    text-align: center;
    font-family: var(--Typography-Font-family-Base, "Segoe UI", SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif);
    font-size: var(--Typography-Title-3-Font-size, 24px);
    font-weight: 600;
    line-height: var(--Typography-Title-3-Line-height, 32px);
}

.m-typographic-intro.grounding-hero a.c-call-to-action {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-top: 24px;
    padding: 8px 16px;
    background: #ffffff;
    color: #0d3c52;
    border: 1px solid #d0d7dc;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
}

.m-typographic-intro.grounding-hero a.c-call-to-action:hover {
    background: #f5f5f5;
    color: #0d3c52;
}

.m-typographic-intro.grounding-hero a.c-call-to-action:focus {
    background: #f5f5f5;
    color: #0d3c52;
    outline: none;
    border-color: #d0d7dc;
}

.m-typographic-intro.grounding-hero a.c-call-to-action::after {
    content: none;
    display: none;
}

.grounding-cta-banner a.c-call-to-action::after {
    content: none !important;
    display: none !important;
}

.grounding-cta-banner.c-call-to-action .c-group a.c-call-to-action.c-glyph::after {
    content: none !important;
    display: none !important;
}

.highlight-teal {
    color: #006666;
}

/* Center CTA container in grounding hero */
.grounding-hero .c-call-to-action {
    text-transform: none;
}

.m-typographic-intro.grounding-hero > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
    max-width: 1400px;
    width: calc(100% - 96px);
}

.m-typographic-intro.f-background-gradient-light.f-transparent.grounding-hero > div,
.m-typographic-intro.f-background-gradient-light.f-transparent.grounding-hero > div > div {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.m-typographic-intro.f-background-gradient-light.f-transparent.grounding-hero > div {
    max-width: 1400px;
    overflow: visible;
    padding: 0;
}

.m-typographic-intro.f-background-gradient-light.f-transparent.grounding-hero > div > div {
    left: auto;
    max-width: 1189px;
    padding: 0;
    top: auto;
    width: 100%;
}

.m-typographic-intro.grounding-hero > div > div {
    text-align: center;
    max-width: 1186px;
    padding-left: 0;
    padding-right: 0;
}

@media screen and (min-width: 768px) and (max-width: 1083px) {
    .grounding-hero {
        max-width: calc(100% - 48px);
    }

    .m-typographic-intro.f-background-gradient-light.f-transparent.grounding-hero,
    .grounding-hero {
        height: 720px;
        min-height: 720px;
    }

    .m-typographic-intro.grounding-hero > div {
        width: calc(100% - 64px);
    }

    .grounding-hero h1 {
        font-size: 48px;
        line-height: 60px;
    }
}

@media screen and (max-width: 767px) {
  .grounding-hero {
    height: auto;
    min-height: 0;
    margin: 12px;
    padding: 48px 24px !important;
    border-radius: 16px;
    max-width: calc(100% - 24px);
  }

    .grounding-hero h1 {
        font-size: 36px;
        line-height: 44px;
        white-space: normal;
    }
}

/* Logo Strip Component Styles */
.m-logo-strip {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--spacingVertical4XL, 44px);
    width: 100%;
    grid-column: 1 / -1;
    padding: 48px 24px;
    margin-top: 48px;
}

.m-logo-strip h2 {
    color: var(--colorNeutralForeground1, #1b1b1b);
    text-align: center;
    font-family: var(--Typography-Font-family-Base, "Segoe UI", SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif);
    font-size: var(--Typography-Large-Title-Font-size, 40px);
    font-style: normal;
    font-weight: 600;
    line-height: var(--Typography-Large-Title-Line-height, 56px);
    margin-bottom: 0;
}

.logo-strip-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /* With the negative margins on Copilot/OpenAI below, `gap` measures
       the distance between visible glyphs (not PNG canvases), so we set
       it to the optical spacing we actually want. */
    gap: 48px;
}

.logo-strip-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-strip-item img {
    height: 48px;
    width: auto;
    max-width: 200px;
    object-fit: contain;
}

/* OpenAI wordmark has a shorter glyph height than the other logos,
   so scale it up to match the optical size of the surrounding logos.
   Negative horizontal margin cancels the ~15% transparent canvas padding
   on each side of the PNG so the visible gap between glyphs is uniform. */
.logo-strip-item img[src*="OpenAI"] {
    height: 72px;
    max-width: 260px;
    margin: 0 -24px;
}

/* The Copilot PNG has generous transparent padding around the
   icon + wordmark, so the rendered glyph at the base 48px is roughly
   half the optical size of OpenAI and Nasdaq. Scale it up to match,
   and cancel the ~15% horizontal canvas padding with negative margins. */
.logo-strip-item img[src*="Copilot"] {
    height: 92px;
    max-width: 300px;
    margin: 0 -35px;
}

.logo-strip-item a {
    text-decoration: none;
}

.logo-strip-item a:focus {
    outline: 2px solid #0078d4;
    outline-offset: 4px;
}

@media screen and (max-width: 767px) {
    .m-logo-strip {
        padding: 32px 16px;
    }

    .m-logo-strip h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .logo-strip-container {
        gap: 32px;
    }

    .logo-strip-item img {
        height: 36px;
        max-width: 150px;
    }

    .logo-strip-item img[src*="OpenAI"] {
        height: 54px;
        max-width: 200px;
        margin: 0 -18px;
    }

    .logo-strip-item img[src*="Copilot"] {
        height: 70px;
        max-width: 230px;
        margin: 0 -26px;
    }
}

/* Grounding Features Section Styles */
.grounding-features-section {
    padding-top: 64px;
    padding-bottom: 24px;
}

.grounding-features-section h2 {
    text-align: center;
    color: #1b1b1b;
    margin-bottom: 0;
}

.grounding-features {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 50px;
    align-self: stretch;
}

/* Inner MWF grid wrapper should span the full width inside the
   flex column so the 3 cards can still render side-by-side. */
.grounding-features > [data-grid] {
    width: 100%;
}

.grounding-features [data-grid*="stack-2"] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 32px;
    width: 100%;
}

.grounding-features .content-touts {
    flex: 1 1 0;
    min-width: 0;
    padding: 0;
    margin: 0;
}

.grounding-features .m-content-placement-item {
    background: transparent;
    border: none;
    box-shadow: none;
}

.grounding-features .m-content-placement-item picture {
    display: block;
    border-radius: 20px;
    overflow: hidden;
}

.grounding-features .m-content-placement-item picture img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}

.grounding-features .m-content-placement-item .toutheading {
    font-weight: 600;
    color: #1b1b1b;
    margin-top: 20px;
    margin-bottom: 8px;
    font-size: 18px;
}

.grounding-features .m-content-placement-item .toutpara {
    color: #616161;
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
}

.grounding-features .m-content-placement {
    margin: 0;
}

/* Grounding horizontal line style */
.grounding-divider {
    border: none;
    height: 1px;
    background: linear-gradient(90deg, #0078d4 0%, #00a4ef 50%, #7fba00 100%);
    margin: 0;
}

@media screen and (max-width: 767px) {
    .grounding-features-section {
        padding-top: 8px;
        padding-bottom: 4px;
    }

    .grounding-features-section h2 {
        margin-bottom: 0;
        padding-left: 24px;
        padding-right: 24px;
    }

    .m-content-placement.grounding-features {
        padding: 0 24px;
        gap: 32px;
        flex-direction: column;
    }

    .grounding-features [data-grid*="stack-2"] {
        flex-direction: column;
    }

    .grounding-features .content-touts {
        flex: 0 0 auto;
        padding: 0;
        margin-bottom: 32px;
    }

    .grounding-features .m-content-placement-item picture,
    .grounding-features .m-content-placement-item picture img {
        border-radius: 16px;
    }
}

/* Grounding Comparison Section Styles */
.grounding-comparison {
    display: flex;
    padding: 200px 160px;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}

.grounding-comparison.f-align-left picture {
    order: 2;
}

.grounding-comparison.f-align-left > div {
    order: 1;
}

.grounding-comparison h2 {
    font-size: 28px;
    font-weight: 600;
    color: #1b1b1b;
    margin-bottom: 16px;
}

.grounding-comparison .c-heading-5 {
    font-size: 16px;
    font-weight: 600;
    color: #1b1b1b;
    margin-bottom: 12px;
    line-height: 1.4;
}

.grounding-comparison .c-paragraph-3 {
    font-size: 14px;
    color: #616161;
    line-height: 1.6;
    margin-bottom: 12px;
}

.grounding-comparison picture {
    flex: 1;
    max-width: 55%;
}

.grounding-comparison picture img {
    width: 100%;
    height: auto;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.grounding-comparison > div {
    flex: 1;
    max-width: 40%;
    padding-right: 48px;
}

@media screen and (max-width: 1083px) {
    .grounding-comparison {
        flex-direction: column !important;
        padding: 48px 0;
    }

    .grounding-comparison picture,
    .grounding-comparison > div {
        max-width: 100%;
        padding-right: 0;
    }

    .grounding-comparison.f-align-left picture {
        order: 1;
    }

    .grounding-comparison.f-align-left > div {
        order: 2;
    }

    .grounding-comparison picture {
        margin-bottom: 24px;
    }
}

/* ------------------------------------------------------------------
   GroundingComparison Component (pv_GroundingComparison.cshtml)
   ------------------------------------------------------------------
   Self-contained two-column layout used by the "Quality / Speed /
   Efficiency without ..." panels on the grounding home page.

   Markup contract (must match pv_GroundingComparison.cshtml):
       <section class="m-grounding-comparison">
           <div class="m-grounding-comparison__content"> ...text... </div>
           <div class="m-grounding-comparison__media">   <img/>    </div>
       </section>

   The image sits on the RIGHT by default. Add the modifier class
   ".m-grounding-comparison--image-left" on the root <section> to
   swap the columns (the cshtml does this automatically when
   ImagePosition_no_loc == "left").

   Important: this block intentionally uses NEW class names that do
   NOT collide with the MWF ".m-feature" rules (float / clearfix /
   centered text), which is what kept breaking the previous attempt
   based on the generic Feature partial.
   ------------------------------------------------------------------ */
.m-grounding-comparison {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 100px;
    width: 100%;
}

.m-grounding-comparison .m-grounding-comparison__content {
    flex: 0 1 40%;
    max-width: 40%;
    text-align: left;
    padding: 0;
    margin: 0;
}

.m-grounding-comparison .m-grounding-comparison__media {
    flex: 0 1 55%;
    max-width: 55%;
    padding: 0;
    margin: 0;
}

.m-grounding-comparison .m-grounding-comparison__media img {
    display: block;
    width: 100%;
    height: auto;
    border: none;
    box-shadow: none;
    outline: none;
}

/* Defeat MWF .c-heading-3 / .c-heading-4 baseline padding (38px top) so
   the heading sits flush at the top of the left column and visually
   aligns with the chart on the right. Specificity (0,2,0) beats MWF. */
.m-grounding-comparison .m-grounding-comparison__heading {
    font-size: 24px;
    font-weight: 600;
    color: #1b1b1b;
    margin: 0 0 20px;
    padding: 0;
    line-height: 1.25;
    text-align: left;
}

.m-grounding-comparison .m-grounding-comparison__subheading {
    font-size: 32px;
    font-weight: 600;
    color: #1b1b1b;
    line-height: 1.4;
    margin: 0 0 20px;
    padding: 0;
    text-align: left;
}

.m-grounding-comparison .m-grounding-comparison__paragraph {
    font-size: 18px;
    color: #616161;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    text-align: left;
}

/* Optional modifier: swap so the image is on the left. */
.m-grounding-comparison.m-grounding-comparison--image-left {
    flex-direction: row-reverse;
}

/* Responsive: stack vertically on narrow viewports, image first. */
@media screen and (max-width: 1083px) {
    .m-grounding-comparison,
    .m-grounding-comparison.m-grounding-comparison--image-left {
        flex-direction: column;
        gap: 24px;
    }

    .m-grounding-comparison .m-grounding-comparison__content,
    .m-grounding-comparison .m-grounding-comparison__media {
        flex: 1 1 auto;
        max-width: 100%;
    }
}

/* Visual break around the Data Insights group (consecutive
   GroundingComparison panels). The first and last panels opt in via
   Style_no_loc modifiers set in home.json so this stays data-driven
   rather than relying on positional selectors. Spacing between sibling
   panels (100px = 50px bottom + 50px top) is unaffected. */
@media screen and (min-width: 1084px) {
    .m-grounding-comparison.m-grounding-comparison--first {
        padding-top: 200px;
    }

    .m-grounding-comparison.m-grounding-comparison--last {
        padding-bottom: 200px;
    }
}

/* Grounding Testimonial Quote Styles */
.grounding-testimonial {
    background-color: #f9f6f1;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 100px;
    align-self: stretch;
}

.grounding-testimonial .c-quote__attributionImageWrapper {
    flex-shrink: 0;
    width: 240px;
    height: 180px;
    background: #fff;
    border-radius: 8px;
    padding: 32px;
    box-sizing: border-box;
    text-align: center;
    line-height: 116px;
    font-size: 0;
}

.grounding-testimonial .c-quote__attributionImage {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    max-width: 100%;
    max-height: 100%;
}

.grounding-testimonial .c-quote__attributionImage img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 116px;
    width: auto;
    height: auto;
}

.grounding-testimonial .c-quote__content {
    flex: 1;
    min-width: 0;
    padding-top: 24px;
}

.grounding-testimonial .c-quote__label {
    font-size: 32px;
    font-weight: 600;
    color: #1b1b1b;
    line-height: 1.4;
    margin: 0 0 24px 0;
    text-align: left;
}

.grounding-testimonial .c-quote__headline {
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    color: #1b1b1b;
    line-height: 1.6;
    margin: 0 0 16px 0;
    padding: 0;
    text-align: left;
    max-width: 900px;
}

.grounding-testimonial .c-quote__headline::before {
    content: none;
}

.grounding-testimonial .c-quote__attribution {
    font-size: 14px;
    color: #616161;
    line-height: 1.4;
    text-align: right;
    max-width: 900px;
}

.grounding-testimonial .c-quote__attribution strong {
    display: block;
    color: #1b1b1b;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 4px;
}

.grounding-testimonial .c-quote__attribution br {
    display: none;
}

@media screen and (max-width: 767px) {
    .grounding-testimonial {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .grounding-testimonial::before,
    .grounding-testimonial::after {
        display: none;
    }

    .grounding-testimonial .c-quote__attributionImageWrapper {
        width: 180px;
        height: 140px;
        line-height: 76px;
    }

    .grounding-testimonial .c-quote__label {
        font-size: 24px;
    }

    .grounding-testimonial .c-quote__headline {
        font-size: 16px;
    }
}

/* Grounding FAQ Section Styles */
.grounding-faq-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 64px;
    margin-bottom: 24px;
    padding: 0;
    text-align: left;
    align-self: stretch;
}

.grounding-faq-heading h2,
.grounding-faq-heading h3 {
    margin: 0;
    font-size: 32px;
    font-weight: 600;
    color: #1b1b1b;
    text-align: left;
    flex: 1;
    line-height: 1.2;
}

.grounding-faq {
    margin-bottom: 64px;
    padding: 0;
    align-self: stretch;
}

.grounding-faq-actions {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 16px;
}

.grounding-faq-toggle-all {
    align-items: center;
    background: #ffffff;
    border: 1px solid #d0d7dc;
    border-radius: 4px;
    color: #0d3c52;
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    gap: 6px;
    justify-content: center;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
}

.grounding-faq-toggle-all:hover,
.grounding-faq-toggle-all:focus {
    background: #f5f5f5;
    color: #0d3c52;
}

.grounding-faq-toggle-all::after {
    border-color: #0d3c52;
    border-style: solid;
    border-width: 0 2px 2px 0;
    content: "";
    display: inline-block;
    height: 8px;
    margin-left: 4px;
    transform: rotate(45deg);
    width: 8px;
}

.grounding-faq-toggle-all[aria-expanded="true"]::after {
    transform: rotate(-135deg);
}

.grounding-faq .c-drawer {
    background: transparent !important;
    border-bottom: 1px solid #e5e5e5;
    padding: 0;
    margin: 0;
}

.grounding-faq .c-drawer[aria-expanded="true"],
.grounding-faq .c-drawer.f-active,
.grounding-faq .c-drawer.f-expanded {
    background: transparent !important;
}

.grounding-faq .c-drawer:first-child {
    border-top: 1px solid #e5e5e5;
}

.grounding-faq .c-drawer.f-divider {
    border-top: none;
}

.grounding-faq .c-drawer:first-child.f-divider {
    border-top: 1px solid #e5e5e5;
}

.grounding-faq .c-drawer > button.c-glyph {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    text-align: left;
    padding-right: 48px; /* reserve space for the +/- glyph on the right */
    box-sizing: border-box;
}

.grounding-faq .c-drawer > button.c-glyph[aria-expanded="true"] {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.grounding-faq .c-drawer > button.c-glyph > span {
    display: block;
    flex: 1 1 auto;
    text-align: left;
    white-space: normal;
    word-break: break-word;
}

/* Ensure the panel content also spans full width and stays left-aligned */
.grounding-faq .c-drawer-panel,
.grounding-faq .c-drawer-panel .c-paragraph-3 {
    width: 100%;
    text-align: left;
}

.grounding-faq .c-drawer button.c-glyph .c-heading-5 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    flex: 1;
    color: #1b1b1b;
    display: inline-block;
    text-indent: 32px;
    padding-left: 0;
}

/* Hanging-indent for the question label: the leading number ("1.", "2.", ...)
   sits in a fixed-width column so all question texts align vertically. */
.grounding-faq .c-drawer button.c-glyph .c-heading-5 b,
.grounding-faq .c-drawer button.c-glyph .c-heading-5 strong {
    font-weight: 400;
    display: inline;
}

.grounding-faq .c-drawer button.c-glyph:hover,
.grounding-faq .c-drawer button.c-glyph:focus {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}

/* Hide MWF's default chevron glyph (rendered via ::before) */
.grounding-faq .c-drawer button.c-glyph::before,
.grounding-faq .c-drawer button.c-glyph > .c-glyph,
.grounding-faq .c-drawer button.c-glyph > i,
.grounding-faq .c-drawer button.c-glyph > svg {
    content: none !important;
    display: none !important;
}

.grounding-faq .c-drawer button.c-glyph::after {
    content: "+";
    font-size: 18px;
    font-weight: 400;
    background: #1b1b1b;
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 1;
    position: static;
    margin: 0;
}

.grounding-faq .c-drawer button.c-glyph[aria-expanded="true"]::after {
    content: "−";
}

.grounding-faq .c-drawer-panel {
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
}

.grounding-faq .c-drawer-panel .c-paragraph-3 {
    font-size: 16px;
    color: #1b1b1b;
    line-height: 1.6;
    padding: 0 64px 24px 56px !important;
    margin: 0;
    background: transparent !important;
}

.grounding-faq .c-drawer-panel a.c-hyperlink {
    color: #0067b8;
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .grounding-faq-heading {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        margin-top: 48px;
        padding: 0 16px;
    }

    .grounding-faq-heading h2,
    .grounding-faq-heading h3 {
        font-size: 24px;
    }

    .grounding-faq {
        padding: 0 16px;
    }

    .grounding-faq .c-drawer > button.c-glyph,
    .grounding-faq .c-drawer > button.c-glyph > span {
        text-align: left;
        width: 100%;
    }

    .grounding-faq .c-drawer button.c-glyph .c-heading-5 {
        font-size: 14px;
    }
}

/* Grounding CTA Banner Styles */
.grounding-cta-banner {
    background-color: #deecf9;
    border-radius: 16px;
    padding: 48px 56px;
    margin: 48px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.grounding-cta-banner h2,
.grounding-cta-banner h3,
.grounding-cta-banner h4 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    font-style: italic;
    color: #1b1b1b;
    flex: 1;
    max-width: 700px;
}

.grounding-cta-banner .c-group {
    flex-shrink: 0;
}

.grounding-cta-banner .c-call-to-action {
    background: #ffffff;
    color: #1b1b1b;
    border: 1px solid #d2d2d2;
    padding: 12px 24px;
    border-radius: 4px;
    font-weight: 600;
    text-decoration: none;
    text-transform: none !important;
    white-space: nowrap;
}

.grounding-cta-banner.c-call-to-action .c-group a.c-call-to-action,
.grounding-cta-banner .c-call-to-action span {
    text-transform: none !important;
}

.grounding-cta-banner .c-call-to-action:hover {
    background: #f5f5f5;
}

.grounding-cta-banner .c-call-to-action:focus {
    outline: 2px solid #0078d4;
    outline-offset: 2px;
}

.grounding-cta-banner .c-call-to-action::after {
    display: none;
}

@media screen and (max-width: 767px) {
    .grounding-cta-banner {
        flex-direction: column;
        align-items: flex-start;
        padding: 32px 24px;
        gap: 24px;
    }

    .grounding-cta-banner h2,
    .grounding-cta-banner h3,
    .grounding-cta-banner h4 {
        font-size: 20px;
    }
}

.grounding-features .m-content-placement-item > div {
    display: flex;
    padding: var(--card-Vertical, 30px) var(--card-Horizontal, 12px) 8px var(--card-Horizontal, 12px);
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
    align-self: stretch;
}

.grounding-features .m-content-placement-item .toutheading,
.grounding-features .m-content-placement-item h3.toutheading.c-heading-5 {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    padding: 0 !important;
    align-self: stretch;
}

.grounding-features .m-content-placement-item .toutheading2 {
    font-size: 28px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    padding: 0 !important;
    align-self: stretch;
}

.grounding-features .m-content-placement-item .toutpara,
.grounding-features .m-content-placement-item p.toutpara.c-paragraph-3 {
    margin: 0 !important;
    padding: 0 !important;
    align-self: stretch;
}
