/*--------------------------------------------------
 *                   HTML5 Reset
 * --------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

html, body, div, section, article, aside, header,
hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p,
blockquote, address, time, span, em, strong, img,
ol, ul, li, figure, canvas, video, th, td, tr {
  margin: 0;
  padding: 0;
  border: 0;
}

main *, main *:before, main *:after {
  box-sizing: border-box;
}

main img {
  max-width: 100%;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

address, article, aside, canvas, details, figcaption,
figure, footer, header, hgroup, menu, nav, section, summary, img {
  display: block;
}

picture {
  z-index: 1;
}

main button {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*--------------------------------------------------
 *              Reset RD code
 * --------------------------------------------------*/
/*fix purchase ui issues*/
/*hide pdrm purchase*/
.container {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.back_top {
  z-index: 999 !important;
}

/*--------------------------------------------------
 *               Variable and main settings
 * ----------------------------------------------------*/
main {
  --max-content-width: 1400px;
  --cards-gap: 2.5rem;
  --section-spacing: clamp(24px, 7vw, 96px);
  --card-min-size: 450px;
}

@media (max-width: 1090px) {
  main {
    --card-min-size: 300px;
  }
}
@media (max-width: 740px) {
  main {
    --card-min-size: 200px;
  }
}
/*----------------------------------------------------
 *                 Display Fonts
 * ----------------------------------------------------*/
main h1, main h2, main h3, main h4, main h5, main span, main ul {
  font-family: "Poppins", sans-serif;
}

main h1 {
  font-size: clamp(1.8rem, 3.2vw, 3rem);
  font-weight: 700;
  line-height: 1;
}
main h2, main h3 {
  line-height: 1.3;
}
main h2 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 600;
}
main h3 {
  font-size: clamp(1.4rem, 3vw, 2.1rem);
  font-weight: 700;
  margin: 1rem auto 0.7rem auto !important;
}
main h4 {
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  font-weight: 600;
  line-height: 1.4;
}
main p {
  font-size: clamp(0.8rem, 2vw, 1rem);
  line-height: 2rem;
  font-family: system-ui;
  font-weight: 400;
  line-height: 1.6;
}
main a {
  font-family: "Poppins", sans-serif;
  font-style: clamp(0.8rem, 2vw, 1rem);
  font-weight: 600;
}

.sp-font {
  font-family: "Prata", serif;
}

/*----------------------------------------------------
 *              Base Style
 * ----------------------------------------------------*/
main img {
  max-width: 100%;
  height: auto;
}

main h3 {
  margin: 1.4rem auto 0;
}
main section:nth-last-of-type(2) .grid {
  padding-bottom: 0 !important;
}

main#main-content {
  overflow: clip;
}

#ai-marketing-advisor .content {
  width: clamp(200px, 100%, 1200px);
}

@media (max-width: 768px) {
  main.DEU h2 {
    word-break: break-word;
  }
}
/*--------------------------------------------------
 *            Hide obstructive ad if mobile
 * ----------------------------------------------------*/
@media (max-width: 1000px) {
  div.fix_bottom {
    display: none !important;
  }
}
/*--------------------------------------------------
 *                   HTML5 Reset
 * --------------------------------------------------*/
.fix_bottom {
  display: none !important;
}

nav.product-menu .cta {
  display: none !important;
}

.card img {
  width: 100%;
}

/*----------------------------------------------------
 *            Business CTA buttons style
 * ----------------------------------------------------*/
main a {
  cursor: pointer;
}
main a.business-cta, main a.free-download-btn {
  background: #009bb1;
  color: white;
  border-radius: 7px;
  font-size: 1rem;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 66px;
  border: 0;
  text-transform: uppercase;
  transition: all 0.2s;
  padding: 1rem 2rem;
  align-items: center;
  width: clamp(200px, 100%, 240px);
}
main a.business-cta:hover, main a.free-download-btn:hover {
  transform: scale(1.05);
}

/*----------------------------------------------------
 *              Promotional Ribbon
 * ----------------------------------------------------*/
.promo-ribbon {
  position: absolute;
  background-color: #ff0057;
  padding: 8px 16px;
  border-bottom-right-radius: 6px;
  font-weight: 700;
  z-index: 3;
}
.promo-ribbon a {
  color: #fff;
}

.promo-ribbon:has(a:empty) {
  display: none;
}

@media (max-width: 620px) {
  .promo-ribbon {
    width: 100vw;
    border-radius: 0;
    height: fit-content;
    position: unset;
    order: 1;
  }
}
/*----------------------------------------------------
 *              New tag style
 * ----------------------------------------------------*/
span.new {
  position: absolute;
  background: red;
  padding: 0.2rem 0.5rem;
  border-radius: 10px;
  font-size: clamp(12px, 2vw, 15px);
  rotate: -15deg;
  color: #fff;
  line-height: 1;
  left: -15px;
  top: 13px;
  font-weight: bold;
}

@media (max-width: 1125px) {
  span.new {
    width: max-content;
    rotate: none;
    left: 2rem;
    top: 0;
  }
}
/*----------------------------------------------------
 *        New feature tag style (enterprise)
 * ----------------------------------------------------*/
.card h3:has(span.red-tag) {
  position: relative;
}
.card h3 span.red-tag {
  position: absolute;
  rotate: -15deg;
  left: -29px;
  top: -20px;
  background: red;
  border-radius: 15px;
  padding: 0 6px;
  color: white;
  height: 24px;
  font-weight: 500;
  font-size: clamp(12px, 2vw, 15px);
  text-transform: uppercase;
  line-height: normal;
}

/*--------------------------------------------------
 *              Partners Logo section
 * ----------------------------------------------------*/
#partners {
  background-color: #191919;
}
#partners .content-box {
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
  justify-content: space-around;
  align-items: center;
  gap: 2rem;
  opacity: 0.85;
  padding: 2.4rem;
  flex-wrap: wrap;
}
#partners .content-box > * {
  max-height: 24px;
}
#partners .content-box span {
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
}

/*--------------------------------------------------
 *            Grow Your Business section
 * ----------------------------------------------------*/
#grow-your-business {
  background-color: #fff;
  padding: 0 var(--section-spacing);
}
#grow-your-business .content-box {
  display: flex;
  flex-direction: column;
  max-width: var(--max-content-width);
  margin: var(--section-spacing) auto;
  justify-content: space-around;
  align-items: center;
  gap: 2rem;
}
#grow-your-business .content-box .grid-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
#grow-your-business .content-box h2 {
  padding-bottom: 1rem;
  text-align: center;
  color: black;
}
#grow-your-business .content-box .btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  row-gap: 1rem;
}
#grow-your-business .content-box .btns button {
  display: grid;
  justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  transition: 0.2s background-color;
}
#grow-your-business .content-box .btns button:not(.active) {
  background-color: #d2dbea;
  background-color: #dfeef0;
}
#grow-your-business .content-box .btns button:not(.active):hover {
  background-color: rgba(1, 94, 247, 0.2901960784);
  background-color: rgba(0, 155, 177, 0.35);
  cursor: pointer;
}
#grow-your-business .content-box .btns button.active {
  background-color: #015EF7;
  background-color: #009bb1;
  color: white;
}
#grow-your-business .content-box .btns h3 {
  font-size: clamp(0.8rem, 2vw, 1rem) !important;
  font-weight: 400 !important;
  margin: 0 !important;
}
#grow-your-business .content-box .cards {
  opacity: 0;
  display: flex;
  transition: opacity 0.3s ease-in-out;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(1rem, 3vw, var(--cards-gap));
  grid-column: 1;
  grid-row: 1;
}
#grow-your-business .content-box .cards.active {
  opacity: 1;
}
#grow-your-business .content-box .cards > div {
  max-width: 440px;
  min-width: 200px;
  flex: 1 1 200px;
  display: flex;
  flex-direction: column;
  height: auto;
}
#grow-your-business .content-box .cards > div h4 {
  margin: 0 clamp(5px, 5%, 1rem) 0.5rem clamp(5px, 5%, 1rem) !important;
}
#grow-your-business .content-box .cards > div p {
  color: rgba(0, 0, 0, 0.937254902);
  margin: 0 clamp(5px, 5%, 1rem);
}
#grow-your-business .content-box .cards > div picture {
  display: flex;
  width: 100%;
  height: auto;
  padding-bottom: 1rem;
}
#grow-your-business .content-box .cards > div img {
  background: rgba(0, 0, 0, 0.2392156863);
  border-radius: 16px;
}

/*--------------------------------------------------
 *              AI PC Dynamic section
 * ----------------------------------------------------*/
#ai-pc {
  padding: var(--cards-gap);
}
#ai-pc .content-box {
  margin: 0 auto;
  max-width: 1400px;
  justify-items: center;
  text-align: center;
}
#ai-pc .content-box h2:has(+ p) {
  margin-bottom: 1.4rem;
}
#ai-pc .content-box > p {
  padding-bottom: 2rem;
}
#ai-pc .content-box .cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: var(--cards-gap);
  padding: var(--cards-gap) 0;
  width: 100%;
  justify-items: center;
}
#ai-pc .content-box .cards .card {
  text-align: left;
}
#ai-pc .content-box .cards .card h3 {
  font-size: 1.125rem;
  font-weight: 600;
  max-width: 540px;
}
#ai-pc .content-box .cards .card p {
  max-width: 540px;
}
#ai-pc .content-box .cards img {
  border-radius: 12px;
}
#ai-pc .content-box .business-cta {
  margin-top: 2rem;
}
#ai-pc .content-box i {
  font-style: italic;
  font-size: small;
  padding-top: 1rem;
  display: block;
}

/*--------------------------------------------------
 *              Stock Media section
 * ----------------------------------------------------*/
#ai-model-lab {
  padding: 0 var(--section-spacing);
}
#ai-model-lab .intro {
  width: fit-content;
  margin: 4rem auto 3rem;
  text-align: center;
}
#ai-model-lab .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(2.5rem, 1.5vw, 3.125rem);
  margin: 0 auto;
  max-width: 1400px;
  justify-items: center;
  text-align: center;
}
#ai-model-lab picture {
  align-self: stretch;
  border-radius: 20px;
  overflow: hidden;
}
#ai-model-lab picture img {
  height: 100%;
  object-fit: cover;
  box-shadow: -25px -25px 0px #dfeef0, 0px 0px 20px #dfeef0;
  border-radius: 25px;
}
#ai-model-lab .text {
  width: clamp(250px, 29vw, 490px);
  min-width: 295px;
  text-align: left;
}
#ai-model-lab .text h2 {
  text-align: left;
}
#ai-model-lab .text .free-download-btn {
  float: inline-start;
  margin: 2rem 0;
}
#ai-model-lab .text h3 {
  font-size: clamp(1.2rem, 3vw, 1.6rem);
  line-height: 1.4;
  font-weight: 600;
}

@media (max-width: 750px) {
  :is(#stock-media, #ai-partner-tools) .content {
    flex-direction: column-reverse;
  }
  :is(#stock-media, #ai-partner-tools) .text {
    text-align: center;
    width: clamp(250px, 100%, 600px);
  }
  :is(#stock-media, #ai-partner-tools) .text h2 {
    text-align: center;
  }
  :is(#stock-media, #ai-partner-tools) .text .free-download-btn {
    float: unset;
  }
}
/*--------------------------------------------------
 *            Grow Your Business section
 * ----------------------------------------------------*/
#use-cases {
  background-color: #fff;
  padding: 0 var(--section-spacing);
}
#use-cases .content-box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  max-width: var(--max-content-width);
  margin: var(--section-spacing) auto;
  gap: 2rem;
  row-gap: 1rem;
}
#use-cases .content-box span {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 500;
}
#use-cases .content-box span img {
  width: 100%;
  max-width: 48px;
  filter: hue-rotate(312deg);
}

/*--------------------------------------------------
 *            Grow Your Business section
 * ----------------------------------------------------*/
#all-departments {
  background-color: #fff;
  padding: 0 var(--section-spacing);
}
#all-departments .content-box {
  display: flex;
  flex-direction: column;
  max-width: var(--max-content-width);
  margin: var(--section-spacing) auto;
  justify-content: space-around;
  align-items: center;
  gap: 2rem;
}
#all-departments .content-box h2 {
  padding-bottom: 1rem;
  text-align: center;
  color: black;
}
#all-departments .content-box .cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(1rem, 3vw, var(--cards-gap));
  --card-radius-spacing: 1.5rem;
}
#all-departments .content-box .cards > div {
  display: flex;
  max-width: 700px;
  min-width: var(--card-min-size);
  flex: 1 1 var(--card-min-size);
  flex-direction: column;
  height: auto;
  background-color: #EDF8FF;
  background-color: #dfeef0;
  border-radius: var(--card-radius-spacing);
  overflow: hidden;
}
#all-departments .content-box .cards > div h3 {
  margin: 0 var(--card-radius-spacing) 0.5rem !important;
  width: fit-content;
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
}
#all-departments .content-box .cards > div p {
  color: rgba(0, 0, 0, 0.937254902);
  margin: 0 var(--card-radius-spacing) var(--card-radius-spacing) !important;
}
#all-departments .content-box .cards > div picture {
  display: flex;
  width: 100%;
  height: auto;
  padding-bottom: 1rem;
}
#all-departments .content-box .cards > div img {
  background: rgba(0, 0, 0, 0.2392156863);
  border-radius: var(--card-radius-spacing);
}