.apps-book-a-demo-link {
  position: fixed;
  bottom: 150px;
  right: 100px;
  z-index: 1050;
  display: flex;
  flex-direction: row;
  column-gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  background-color: var(--color-blue);
  box-shadow: 0px 0px 10px 0px #626875;
  color: var(--color-white);
  border-radius: 50px;
  font-family: var(--font-family-default-semibold);
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}

.apps-book-a-demo-link:hover {
  text-decoration: none;
  color: var(--color-white);
  background-color: var(--color-blue-dark);
}

.intro-landing-apps,
.intro-landing-product-detail {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.landing-product-detail {
  position: absolute;
  bottom: 150px;
  display: flex;
  flex-direction: row;
  column-gap: 30px;
}

.intro-landing-product-detail .navigationTitle {
  position: absolute;
  bottom: 90px;
}

.landing-product-detail-icon {
  max-width: 100px;
  height: fit-content;
}

.landing-product-detail-div {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.landing-product-detail-div h1 {
  font-family: var(--font-family-default-semibold);
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 0px;
}

.landing-product-detail-div h1 sub {
  position: static;
  font-size: 24px;
}

.landing-product-detail-div p {
  font-family: var(--font-family-default-book);
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0px;
}

.landing-apps {
  position: relative;
  margin-top: 240px;
}

.intro-landing-product-detail .landing-apps {
  margin-top: calc(50vh - 160px);
}

.landing-apps-first-div {
  max-width: calc(100% - 200px);
}

.intro-landing-product-detail .landing-apps-first-div {
  display: none;
}

.landing-apps-first-div h1 {
  font-family: var(--font-family-default-semibold);
  font-size: 60px;
  line-height: 80px;
  margin-bottom: 10px;
  color: #fff;
}

.landing-apps-first-div h2 {
  font-family: var(--font-family-default-medium);
  font-size: 20px;
  line-height: 28px;
  color: #6b8893;
}

.landing-apps-first-div p {
  font-family: var(--font-family-default-book);
  font-size: 14px;
  line-height: 28px;
  color: #6b8893;
}

.landing-apps-icon {
  max-width: 350px;
  height: auto;
  margin-top: 30px;
}

.landing-apps-second-div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 32px;
  row-gap: 28px;
  direction: rtl;
  position: absolute;
  right: 0px;
  top: 0px;
}

.intro-landing-product-detail .landing-apps-second-div {
  position: static;
  display: flex;
  flex-direction: row;
  direction: ltr;
  column-gap: 0px;
  justify-content: space-between;
  align-items: center;
}

.landing-apps-empty-previous-card,
.landing-apps-empty-next-card {
  display: none;
  width: 160px;
  height: 160px;
  position: absolute;
  top: calc(50% - 81px);
  cursor: pointer;
}

.landing-apps-card {
  position: relative;
  width: 200px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  row-gap: 26px;
  padding-left: 10px;
  padding-right: 10px;
}

.intro-landing-product-detail .landing-apps-card {
  width: auto;
  height: auto;
  row-gap: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.landing-apps-empty-previous-card,
.landing-apps-empty-next-card,
.landing-apps-card {
  border: 2px solid #9797974f;
  border-radius: 8px;
}

.landing-apps-card:nth-child(even) {
  top: 160px;
}

.intro-landing-product-detail .landing-apps-card:nth-child(even) {
  top: unset;
}

.landing-apps-card img {
  height: 100px;
  width: auto;
}

.intro-landing-product-detail .landing-apps-card img {
  height: 74px;
}

.landing-apps-card p {
  font-family: var(--font-family-default-semibold);
  font-size: 16px;
  line-height: 24px;
  color: var(--color-white);
  margin-bottom: 0px;
}

.landing-apps-card p sub {
  position: static;
  font-size: 12px;
}

.intro-landing-product-detail .landing-apps-card p {
  font-family: var(--font-family-default-book);
}

.landing-apps-product-external-links {
  position: absolute;
  z-index: 5;
  right: 100px;
  bottom: 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
}

.landing-apps-product-external-links > a {
  min-height: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  padding-left: 20px;
  padding-right: 20px;
  background: none;
  color: var(--color-white);
  border: 2px solid white;
  border-radius: 25px;
  font-family: var(--font-family-default-semibold);
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.landing-apps-product-external-links > a::before {
  background-size: 24px 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  content: "";
}

.landing-apps-product-marketplace-link::before {
  background-image: url("../images/products/marketplace-white.svg");
}

.landing-apps-product-documentation-link::before {
  background-image: url("../images/products/documentation-white.svg");
}

.landing-apps-product-get-support-link::before {
  background-image: url("../images/products/get-support-white.svg");
}

.landing-apps-product-external-links > a:hover {
  background-color: var(--color-white);
  color: #04111d;
}

.landing-apps-product-marketplace-link:hover::before {
  background-image: url("../images/products/marketplace.svg");
}

.landing-apps-product-documentation-link:hover::before {
  background-image: url("../images/products/documentation.svg");
}

.landing-apps-product-get-support-link:hover::before {
  background-image: url("../images/products/get-support.svg");
}
.product-reviews-filter {
  margin-top: 100px;
  margin-bottom: 100px;
}

.product-reviews-list-and-buttons-wrapper {
  position: relative;
}

.product-reviews-list-wrapper {
  overflow: hidden;
  padding-bottom: 20px;
}

.product-reviews-list {
  display: flex;
  flex-direction: row;
  column-gap: 40px;
  margin-top: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 12px;
  padding-right: 12px;
  transition: all 0.5s;
}

.product-review-item {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  box-shadow: 0 0px 20px #ebebeb;
  border-radius: 6px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  max-height: 320px;
  height: 320px;
  overflow: hidden;
  cursor: pointer;
}

.product-reviews-list-change-button {
  width: 50px;
  height: 50px;
  padding: 5px;
  content: url(../images/svg/RightArrow.svg);
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  background-color: transparent;
  position: absolute;
  top: calc(50% - 25px);
}

.product-reviews-list-change-button.active {
  display: flex;
}

.product-reviews-list-change-button:hover {
  background-color: var(--color-gray-300);
}

.product-reviews-list-prev-button {
  transform: rotate(180deg);
  left: -50px;
}

.product-reviews-list-next-button {
  right: -50px;
}

.product-review-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1170;
  width: 100%;
  height: 100%;
  background-color: #a5a5a5ba;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.product-review-modal-content {
  position: relative;
  background-color: var(--color-white);
  border-radius: 6px;
}

.product-review-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  padding: 5px;
  content: url(../images/close-icon-grey.svg);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: var(--color-white);
  border-radius: 50%;
  cursor: pointer;
}

.product-review-modal-close:hover {
  background-color: var(--color-gray-300);
}

.product-review-head {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  column-gap: 10px;
}

.product-review-head > img {
  border-radius: 50%;
}

.product-review-stars {
  display: flex;
  flex-direction: row;
  column-gap: 5px;
}

.product-review-head > div {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}

.product-review-head > div > h3 {
  font-family: var(--font-family-default-medium);
  color: var(--color-primary);
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0px;
}

.product-review-item > p {
  font-family: var(--font-family-default-medium);
  color: var(--color-primary);
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 11;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.product-review-modal-content .product-review-item {
  max-height: 90vh;
  padding-top: 30px;
  padding-bottom: 30px;
  height: auto;
  overflow: auto;
  cursor: default;
}

.product-review-modal-content .product-review-item > p {
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
}

.product-reviews-load-more-button-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.product-reviews-load-more-button {
  min-width: 190px;
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 5px;
  background-color: var(--color-white);
  color: var(--color-primary);
  border: 1px solid var(--color-gray-300);
  font-family: var(--font-family-default-semibold);
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
}

.product-reviews-load-more-button:disabled {
  pointer-events: none;
  opacity: 0.5;
}

.product-reviews-load-more-button:disabled span {
  display: none;
}

.product-reviews-load-more-loading {
  display: none;
  width: 30px;
  height: 30px;
}

.product-reviews-load-more-button:disabled .product-reviews-load-more-loading {
  display: inline-block;
}

.product-reviews-load-more-loading::after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid var(--color-primary);
  border-color: var(--color-primary) transparent white transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

.product-detail-menu-section {
  transition: all 1s ease;
}

.product-detail-menu-section.menu-active {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1040;
  width: 100%;
  height: 100%;
  background-color: #b6b6b675;
}

.product-detail-menu-button {
  position: fixed;
  right: 100px;
  bottom: 150px;
  z-index: 1050;
  display: flex;
  flex-direction: row;
  column-gap: 10px;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  min-height: 70px;
  color: var(--color-white);
  background-color: var(--color-primary);
  box-shadow: 0px 0px 5px 2px #626875;
  border: none;
  border-radius: 50px;
  font-family: var(--font-family-default-semibold);
  font-size: 18px;
}

.product-detail-menu-button::before {
  content: "+";
  background-color: var(--color-white);
  color: var(--color-primary);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-family: var(--font-family-default-semibold);
  font-size: 30px;
  line-height: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: transform 1s;
}

.product-detail-menu-section.menu-active .product-detail-menu-button::before {
  transform: rotate(135deg);
}

.product-detail-menu-content {
  display: flex;
  position: fixed;
  right: 280px;
  bottom: 70px;
  z-index: 1050;
  visibility: hidden;
  flex-direction: column;
  row-gap: 10px;
}

.product-detail-menu-section.menu-active .product-detail-menu-content {
  visibility: visible;
}

.product-detail-menu-content > a {
  position: relative;
  display: flex;
  flex-direction: row;
  column-gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  color: var(--color-primary);
  font-family: var(--font-family-default-semibold);
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  background: white;
  border-radius: 50px;
  box-shadow: 0px 0px 5px 2px #626875;
  min-width: 200px;
  min-height: 50px;
  opacity: 0;
  transition: opacity 1s ease, visibility 1s ease;
}

.product-detail-menu-section.menu-active .product-detail-menu-content > a {
  opacity: 1;
}

.product-detail-menu-content > a:nth-child(1) {
  transition-delay: 450ms;
}

.product-detail-menu-content > a:nth-child(2) {
  transition-delay: 300ms;
}

.product-detail-menu-content > a:nth-child(3) {
  transition-delay: 150ms;
}

.product-detail-menu-content > a:nth-child(4) {
  transition-delay: 0ms;
}

.menu-active .product-detail-menu-content > a:nth-child(1) {
  transition-delay: 0ms;
}

.menu-active .product-detail-menu-content > a:nth-child(2) {
  transition-delay: 150ms;
}

.menu-active .product-detail-menu-content > a:nth-child(3) {
  transition-delay: 300ms;
}

.menu-active .product-detail-menu-content > a:nth-child(4) {
  transition-delay: 450ms;
}

.product-detail-menu-content > a::before {
  background-size: 24px 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  content: "";
}

.product-detail-menu-content > a:nth-child(1)::before {
  background-image: url("../images/products/marketplace.svg");
}

.product-detail-menu-content > a:nth-child(2)::before {
  background-image: url("../images/products/documentation.svg");
}

.product-detail-menu-content > a:nth-child(3)::before {
  background-image: url("../images/products/get-support.svg");
}

.product-detail-menu-content > a:nth-child(4)::before {
  background-image: url("../images/products/book-a-demo.png");
}

.product-detail-menu-content > a:nth-child(1),
.product-detail-menu-content > a:nth-child(4) {
  left: 50px;
}

.product-feature-detail-image-container {
  display: none;
}

.has-product-feature-detail-images {
  cursor: pointer;
}

.product-feature-detail-images-carousel {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1070;
  height: 100vh;
  min-width: 100vw;
  background-color: #000000b3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 20px;
  padding-bottom: 120px;
}

.product-feature-detail-images-carousel-inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  transition: all 0.3s;
}

.product-feature-detail-images-carousel-indicator {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  position: absolute;
  bottom: 40px;
  left: calc(50vw - 85px);
}

.product-feature-detail-images-carousel-indicators-inner {
  width: 70px;
  text-align: center;
  font-family: var(--font-family-default-medium);
  font-size: 20px;
}

.product-feature-detail-images-carousel-prev-button,
.product-feature-detail-images-carousel-next-button {
  background-image: url("../images/svg/arrow-right-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  color: var(--color-white);
  border: none;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.product-feature-detail-images-carousel-close-icon {
  position: fixed;
  top: 50px;
  right: 30px;
  color: var(--color-white);
  font-family: var(--font-family-default-medium);
  transform: rotate(45deg);
  font-size: 40px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.product-feature-detail-images-carousel-prev-button:hover,
.product-feature-detail-images-carousel-next-button:hover,
.product-feature-detail-images-carousel-close-icon:hover {
  background-color: #909292;
}

.product-feature-detail-images-carousel-prev-button {
  transform: rotate(180deg);
}

.product-feature-detail-image-carousel-item:not(.active) {
  cursor: pointer;
}

.product-feature-detail-image-carousel-item img {
  width: 50vw;
  height: auto;
  max-height: calc(100vh - 240px);
  max-width: 1200px;
  transition: all 0.3s;
}

.product-feature-detail-image-carousel-item.active img {
  width: 70vw;
  object-fit: contain;
}

.product-feature-detail-image-header-title {
  position: absolute;
  bottom: 90px;
  color: var(--color-white);
  width: 100vw;
  left: 0px;
  text-align: center;
  font-family: var(--font-family-default-semibold);
  font-size: 30px;
  line-height: 40px;
}

.images-and-paragraphs-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.image-and-paragraphs-images {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 50px;
  row-gap: 50px;
  margin-top: 20px;
}

.image-and-paragraphs-images img {
  max-width: 300px;
  height: auto;
}

.images-and-paragraphs-p {
  color: var(--color-primary);
  font-family: var(--font-family-default-book);
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0px;
}

.images-and-paragraphs-end-description {
  color: var(--color-primary);
  font-family: var(--font-family-default-semibold);
  font-size: 26px;
  line-height: 40px;
  margin-top: 20px;
  margin-bottom: 0px;
}

.why-partner-section {
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 40px;
}

.why-partner-section > * {
  width: max(calc(90% / 4), 210px);
}

.why-partner-section > div {
  min-height: 360px;
}

.why-partner-title-h2 {
  color: var(--color-primary);
  font-family: var(--font-family-default-medium);
  font-size: 30px;
  line-height: 46px;
  margin-bottom: 0px;
}

.why-partner-card {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 1px 3px #7e7e7e11;
  padding-right: 20px;
  padding-left: 18px;
  padding-top: 18px;
  padding-bottom: 20px;
}

.why-partner-card-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 20px;
}

.why-partner-card h3 {
  color: var(--color-primary);
  font-family: var(--font-family-default-semibold);
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0px;
}

.why-partner-card p {
  color: var(--color-primary);
  font-family: var(--font-family-default-book);
  font-size: 16px;
  line-height: 26px;
}

.partner-contact-form-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.partner-contact-form-title {
  color: var(--color-primary);
  font-family: var(--font-family-default-medium);
  font-size: 34px;
  line-height: 54px;
  margin-bottom: 0px;
}

.partner-contact-form-subtitle {
  font-family: var(--font-family-default-book);
  color: var(--color-primary-light);
  font-size: 18px;
  line-height: 26px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.partner-contact-form {
  color: var(--color-primary);
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 600px;
}

.partner-contact-captcha-and-submit {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  height: 78px;
}

.partner-contact-form-submit-button {
  background-color: var(--color-primary);
  color: var(--color-white);
  font-family: var(--font-family-default-medium);
  font-size: 16px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  width: 200px;
}

.partner-contact-form-description {
  font-family: var(--font-family-default-book);
  font-size: 14px;
  line-height: 20px;
  color: var(--color-primary-light);
}

@media (max-width: 1199px) {
  .apps-book-a-demo-link,
  .landing-apps-product-external-links {
    right: 50px;
  }

  .product-detail-menu-button {
    right: 50px;
  }

  .product-detail-menu-content {
    right: 230px;
  }
}

@media (max-width: 991px) {
  .apps-book-a-demo-link {
    right: 30px;
    bottom: 70px;
    font-size: 16px;
    line-height: 20px;
  }

  .landing-apps-product-external-links {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    box-shadow: 0px 0px 10px 0px #7a7a7a;
    background-color: var(--color-white);
  }

  .landing-apps-product-external-links > a {
    flex-direction: column;
    row-gap: 4px;
    background: none;
    font-family: var(--font-family-default-medium);
    color: #04111d;
    border: none;
    border-radius: 0px;
    font-size: 14px;
    line-height: 18px;
  }

  .landing-apps-product-external-links > a::before {
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
  }

  .landing-apps-product-marketplace-link::before {
    background-image: url("../images/products/marketplace.svg");
  }

  .landing-apps-product-documentation-link::before {
    background-image: url("../images/products/documentation.svg");
  }

  .landing-apps-product-get-support-link::before {
    background-image: url("../images/products/get-support.svg");
  }

  .landing-product-detail {
    bottom: 180px;
    column-gap: 10px;
  }

  .landing-product-detail-icon {
    max-width: 50px;
  }

  .landing-product-detail-div h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .landing-product-detail-div h1 sub {
    font-size: 18px;
  }

  .landing-product-detail-div p {
    font-size: 12px;
    line-height: 18px;
  }

  .landing-apps {
    display: flex;
    flex-direction: column;
    row-gap: 34px;
    margin-top: calc((100vh - 400px) / 2) !important;
  }

  .landing-apps-first-div {
    max-width: 100%;
    text-align: center;
    margin-bottom: 70px;
  }

  .intro-landing-product-detail .landing-apps-first-div {
    display: block;
    margin-bottom: 200px;
  }

  .landing-apps-first-div h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .landing-apps-first-div h2 {
    font-size: 16px;
    line-height: 24px;
  }

  .landing-apps-first-div p {
    font-size: 12px;
    line-height: 20px;
  }

  .landing-apps-icon {
    margin-top: 280px;
  }

  .landing-apps-second-div {
    direction: ltr;
    display: flex;
    flex-direction: row;
    top: unset;
    right: unset;
    bottom: 200px;
    width: 100%;
    justify-content: center;
  }

  .intro-landing-product-detail .landing-apps-second-div {
    justify-content: center;
  }

  .landing-apps-empty-previous-card.active,
  .landing-apps-empty-next-card.active {
    display: block;
  }

  .landing-apps-empty-previous-card {
    left: -120px;
  }

  .landing-apps-empty-next-card {
    right: -120px;
  }

  .landing-apps-card {
    display: none;
  }

  .intro-landing-product-detail .landing-apps-card {
    width: 200px !important;
    height: auto !important;
    min-height: 200px;
  }

  .intro-landing-product-detail .landing-apps-card img {
    height: 100px !important;
  }

  .landing-apps-card.active {
    display: flex;
    min-width: min(calc(100vw - 140px), 500px);
  }

  .landing-apps-card p {
    display: none;
  }

  .landing-apps-card.active p {
    display: block;
  }

  .intro-landing-product-detail .landing-apps-card p {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .landing-apps-card:nth-child(even) {
    top: unset;
  }

  .intro-landing-product-detail .navigationTitle {
    display: none;
  }

  .product-reviews-filter {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .product-reviews-list-and-buttons-wrapper {
    padding-bottom: 80px;
  }

  .product-reviews-list-change-button {
    top: unset;
    bottom: 25px;
  }

  .product-reviews-list-prev-button {
    left: 0px;
  }

  .product-reviews-list-next-button {
    right: 0px;
  }

  .product-detail-menu-button {
    right: 30px;
    bottom: 100px;
  }

  .product-detail-menu-content {
    right: 210px;
    bottom: 20px;
  }

  .product-feature-detail-image-header-title {
    font-size: 24px;
    line-height: 36px;
  }

  .product-feature-detail-images-carousel-close-icon {
    top: 20px;
    right: 10px;
  }

  .images-and-paragraphs-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .why-partner-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .partner-contact-form-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .partner-contact-captcha-and-submit {
    flex-direction: column;
    row-gap: 20px;
    height: 160px;
  }

  .partner-contact-form-submit-button {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .apps-book-a-demo-link {
    right: 15px;
  }

  .landing-apps-product-external-links > a {
    font-family: var(--font-family-default-book);
    font-size: 12px;
  }

  .product-detail-menu-button {
    right: 15px;
    min-width: 70px;
    min-height: 70px;
  }

  .product-detail-menu-button span {
    display: none;
  }

  .product-detail-menu-content {
    right: 100px;
    bottom: 20px;
  }

  .product-feature-detail-image-header-title {
    font-size: 16px;
    line-height: 30px;
  }

  .why-partner-section > * {
    width: 320px;
  }

  .why-partner-section > div {
    min-height: 300px;
  }
}

/* Products Newsletter */
.products-newsletter-form-wrapper {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 20px;
  margin: 0 0 40px 0;
  padding: 40px 0;
  border-top: 1px solid var(--color-gray-500);
  border-bottom: 1px solid var(--color-gray-500);
}

.products-newsletter-form-wrapper h2 {
  font-family: var(--font-family-default-semibold);
  color: var(--color-primary);
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0 !important;
}

.products-newsletter-form-wrapper .form-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.products-newsletter-form-wrapper .form-container p {
  font-family: var(--font-family-default-book);
  color: var(--color-primary);
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}
.products-newsletter-form-wrapper .form-container #newsletter-form {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.products-newsletter-form-wrapper
  .form-container
  #newsletter-form
  input[type="email"] {
  background-color: var(--color-gray-100);
  font-family: var(--font-family-default-book);
  font-size: 16px;
  color: var(--color-primary);
  padding: 0 12px;
  outline: 0;
  height: 45px;
  border: 1px solid var(--color-gray-300);
  width: 340px;
}
.products-newsletter-form-wrapper
  .form-container
  #newsletter-form
  input[type="email"]::placeholder {
  color: var(--color-primary);
  opacity: 0.65;
}

.products-newsletter-form-wrapper
  .form-container
  #newsletter-form
  input[type="submit"] {
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  font-family: var(--font-family-default-semibold);
  font-size: 14px;
  border: 1px solid var(--color-gray-500);
  padding: 0 12px;
}
.products-newsletter-form-wrapper
  .form-container
  #newsletter-form
  input[type="submit"]:hover {
  border: 1px solid var(--color-primary) !important;
  color: var(--color-primary) !important;
}
.products-newsletter-form-wrapper
  .form-container.has-error
  input[type="email"] {
  border-color: #bf4141 !important;
}
.products-newsletter-form-wrapper .newsletter-error {
  color: #bf4141;
  font-family: var(--font-family-default-book);
  font-size: 12px;
}

@media (max-width: 767px) {
  .products-newsletter-form-wrapper {
    flex-direction: column;
  }
  .products-newsletter-form-wrapper .form-container {
    width: 100%;
  }
  .products-newsletter-form-wrapper
    .form-container
    #newsletter-form
    input[type="email"] {
    flex-grow: 1;
    width: auto;
  }
}

/* End of Products Newsletter */
