/*--------------------------------------------------------------
#Job & service
--------------------------------------------------------------*/

.job-and-service .develop-main-title {
  align-items: flex-start;
}

.job-and-service .main-title {
  text-align: left;
}

.job-and-service .main-page-bottom-block > div {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media screen and (min-width: 1024px) {
  .job-and-service .main-page-bottom-block > div {
    flex-direction: row;
  }

  .job-and-service .main-page-bottom-block > div > .wp-block-group {
    max-width: 704px;
  }
}

.job-and-service .main-page-bottom-block p {
  font-size: 20px;
}

.job-and-service .main-page-bottom-block h3 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2;
}

@media screen and (min-width: 1600px) {
  .job-and-service .main-page-bottom-block h3 {
    font-size: clamp(20px, 5.5vh, 36px);
  }
}

.job-and-service .main-page-bottom-block h3 strong {
  color: var(--lightYellow);
}

body:not(.dark-theme) .job-and-service .main-page-bottom-block h3 strong {
  color: var(--yellow);
}

.job-and-service .job-and-service-main-buttons > div {
  display: flex;
  gap: 20px;
  flex-direction: column;
}

@media screen and (min-width: 560px) {
  .job-and-service .job-and-service-main-buttons > div {
    flex-direction: row;
  }
}

.job-and-service .job-and-service-main-button a {
  display: block;
  min-width: 240px;
  max-width: 100%;
  margin: 0;
  padding: 12px 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid var(--yellow);
  color: var(--yellow);
  transition: all .3s;
  text-align: center;
}

@media screen and (min-width: 560px) {
  .job-and-service .job-and-service-main-button a {
    display: inline-block;
  }
}

.job-and-service .job-and-service-main-button-bg a {
  background: var(--yellow);
  border: 1px solid var(--yellow);
  color: var(--white);
}

.job-and-service .job-and-service-main-button-bg a:hover,
.job-and-service .job-and-service-main-button-bg a:focus {
  background: var(--white);
  border: 1px solid var(--yellow);
  color: var(--yellow);
}

@media screen and (min-width: 1024px) {
  .job-and-service .job-and-service-subtitle {
    font-size: 20px;
  }
}

.job-and-service .main-page-bottom-block {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .job-and-service .main-page-bottom-block {
    margin-top: 20px;
  }
}

.job-and-service .main-page-bottom-block .wp-block-image {
  margin: 0;
  padding: 20px;
  background: #232323;
  border: 1px solid var(--yellow);
  width: 100%;
}

body:not(.dark-theme) .job-and-service .main-page-bottom-block .wp-block-image {
  background: transparent;
}

.job-and-service .main-page-bottom-block .wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.job-and-service .job-and-service-ecosystem {
  margin-bottom: 20px;
}

@media screen and (min-width: 1800px) {
  .job-and-service .job-and-service-ecosystem {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .job-and-service .job-and-service-ecosystem > div {
    display: flex;
  }
}

.job-and-service .job-and-service-ecosystem-item {
  padding: 20px 0;
  border-bottom: 1px solid var(--white)
}

@media screen and (min-width: 1024px) {
  .job-and-service .job-and-service-ecosystem-item {
    padding: 20px 40px;
    border-top: 1px solid var(--white);
    border-right: 1px solid var(--white);
    border-bottom: none;
  }
}

body:not(.dark-theme) .job-and-service .job-and-service-ecosystem-item {
  border-color: #B0B0B0;
}

.job-and-service .job-and-service-ecosystem-item:last-child {
  border-right: none;
  border-bottom: none;
}

.job-and-service .job-and-service-ecosystem-item > div {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.job-and-service .job-and-service-ecosystem-item h3 {
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--lightYellow);
  font-weight: 600;
}

@media screen and (min-width: 1600px) {
  .job-and-service .job-and-service-ecosystem-item h3 {
    font-size: clamp(20px, 5.5vh, 30px);
  }
}

body:not(.dark-theme) .job-and-service .job-and-service-ecosystem-item h3 {
  color: var(--yellow);
}


.job-and-service .job-and-service-ecosystem-item .wp-block-group {
  margin-top: auto;
}

@media screen and (min-width: 1600px) {
  .job-and-service .job-and-service-ecosystem-item p {
    margin: 0;
  }

  .job-and-service .job-and-service-ecosystem-item .wp-block-group {
    display: none;
  }
}

@media screen and (min-width: 1800px) {
  .job-and-service .job-and-service-ecosystem-item .wp-block-group {
    display: block;
  }

  .job-and-service .job-and-service-ecosystem-item p {
    margin: 0 0 20px;
  }
}

.job-and-service .job-and-service-ecosystem-item .wp-block-group > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.job-and-service .job-and-service-ecosystem-item .wp-block-group p {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  margin: 0;
}

.job-and-service .job-and-service-ecosystem-button {
  
}

.job-and-service .job-and-service-ecosystem-button > div {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .job-and-service .job-and-service-ecosystem-button > div {
    flex-direction: row;
  }
}

.job-and-service .job-and-service-ecosystem-button h3 {
  margin: 0;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
}

@media screen and (min-width: 1600px) {
  .job-and-service .job-and-service-ecosystem-button h3 {
    font-size: 24px;
  }
}

.job-and-service .job-and-service-ecosystem-button p {
  margin: 0;
}

.job-and-service .job-and-service-ecosystem-button p a {

}

body:not(.dark-theme) .job-and-service .job-and-service-ecosystem svg rect[stroke="#F7F8FA"],
body:not(.dark-theme) .job-and-service .job-and-service-ecosystem svg circle[stroke="#F7F8FA"],
body:not(.dark-theme) .job-and-service .job-and-service-ecosystem svg path[stroke="#F7F8FA"] {
  stroke: #1D173D;
}

body:not(.dark-theme) .job-and-service .job-and-service-ecosystem svg circle[stroke="#F7F8FA"],
body:not(.dark-theme) .job-and-service .job-and-service-ecosystem svg path[fill="#F7F8FA"] {
  fill: #1D173D;
}
body:not(.dark-theme) .job-and-service .job-and-service-ecosystem svg rect[fill="#1A1A1B"],
body:not(.dark-theme) .job-and-service .job-and-service-ecosystem svg path[fill="#1A1A1B"] {
  fill: var(--white);
}

body:not(.dark-theme) .job-and-service .job-and-service-ecosystem svg circle[stroke="#F48A1F"],
body:not(.dark-theme) .job-and-service .job-and-service-ecosystem svg rect[stroke="#F48A1F"],
body:not(.dark-theme) .job-and-service .job-and-service-ecosystem svg path[stroke="#F48A1F"] {
  stroke: var(--yellow);
}
body:not(.dark-theme) .job-and-service .job-and-service-ecosystem svg path[fill="#F48A1F"] {
  fill: var(--yellow);
}

@media screen and (min-width: 1600px) {
  .job-and-service.sharetribe .develop-title {
    font-size: 50px;
  }

  .job-and-service.sharetribe .industries {
    height: calc(100vh - 310px);
  }
}

@media screen and (min-width: 1280px) {
  .job-and-service.sharetribe .industries-item {
    width: 26%;
  }
  
  .job-and-service.sharetribe .industries-item.active {
    width: 40%;
  }
}

.job-and-service-partners > div {
  display: flex;
  flex-direction: column;
  gap: 0;
}

@media screen and (min-width: 1360px) {
  .job-and-service-partners > div {
    flex-direction: row;
    gap: 60px;
  }

  .job-and-service .partners-carousel,
  .job-and-service .job-and-service-partners-wrapper {
    width: 50%;
  }
}

.job-and-service .partners-carousel-items > div > .wp-block-group {
  padding: 1px;
  background: var(--lightYellow);

  clip-path: polygon(
    0 0,
    88.4% 0,
    100% 5.85%,
    100% 100%,
    0 100%
  );
}

body:not(.dark-theme) .job-and-service .partners-carousel-items > div > .wp-block-group {
  background: var(--yellow);
}

.job-and-service .partners-carousel-items > div > .wp-block-group > div {
  background: #232323;
  height: 100%;
  width: 100%;
  padding: 16px;

  clip-path: polygon(
    0 0,
    88.4% 0,
    100% 5.85%,
    100% 100%,
    0 100%
  );
}

body:not(.dark-theme) .partners-carousel-items > div > .wp-block-group > div {
  background-color: #fff;
}

.job-and-service .job-and-service-partners-description {
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 20px;
}

@media screen and (min-width: 1800px) {
  .job-and-service .job-and-service-partners-description {
    font-size: 20px;
    margin: 0 0 40px;
  }
}

.job-and-service .job-and-service-partners-description strong {
  color: var(--lightYellow);
}

body:not(.dark-theme) .job-and-service .job-and-service-partners-description strong {
  color: var(--yellow);
}

.job-and-service .job-and-service-partners-list-title {
  margin: 0 0 20px;
  font-size: clamp(20px, 5.5vh, 30px);
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2;
}

.job-and-service .job-and-service-partners-list {
  margin: 20px 0 0;
  list-style: none;
}

.job-and-service .job-and-service-partners-list li {
  position: relative;
  padding: 0 0 0 26px;
  margin: 0 0 20px;
  font-size: 16px;
  color: #F7F8FA;
}

.job-and-service .job-and-service-partners-list li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1800px) {
  .job-and-service .job-and-service-partners-list li {
    font-size: 20px;
  }
}

body:not(.dark-theme) .job-and-service .job-and-service-partners-list li {
  color: #1D173D;
}

.job-and-service .job-and-service-partners-list li::before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 10px;
  display: inline-block;
  background-color: var(--lightYellow);
}

body:not(.dark-theme) .job-and-service .job-and-service-partners-list li::before {
  background-color: var(--yellow);
}

.job-and-service .job-and-service-stack > div {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (min-width: 1024px) {
  .job-and-service .job-and-service-stack > div {
    flex-direction: row;
    gap: 80px;
  }
}

.job-and-service .job-and-service-stack h3 {
  margin: 0 0 20px;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--lightYellow);
  font-weight: 600;
}

@media screen and (min-width: 1024px) {
  .job-and-service .job-and-service-stack h3 {
    font-size: clamp(20px, 5.5vh, 36px);
  }
}

body:not(.dark-theme) .job-and-service .job-and-service-stack h3 {
  color: var(--yellow);
}

.job-and-service .job-and-service-stack p {
  font-size: clamp(14px, 5.5vh, 16px);
  margin: 0;
  line-height: 1.5;
}

@media screen and (min-width: 1800px) {
  .job-and-service .job-and-service-stack p {
    font-size: clamp(16px, 5.5vh, 20px);
  }
}

.job-and-service .job-and-service-stack-sharetribe {
  position: relative;
}

@media screen and (min-width: 1024px) {
  .job-and-service .job-and-service-stack-sharetribe::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: var(--yellow);
  
    position: absolute;
    top: 0;
    right: -40px;
  }
}

.job-and-service .build-marketplaces-ceo {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #232323;
  border: 1px solid var(--lightYellow);
  z-index: 1;
  padding: 24px;
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 0% 100%);
  margin: 24px 0;
}

body:not(.dark-theme) .job-and-service .build-marketplaces-ceo {
  border: 1px solid var(--yellow);
}

body:not(.dark-theme) .job-and-service .build-marketplaces-ceo {
  background: #fff;
}

.job-and-service .build-marketplaces-ceo:after {
  content: "";
  position: absolute;
  top: 29px;
  right: -2px;
  width: 50%;
  height: 2px;
  background: transparent;
  border-left: 2px solid var(--lightYellow);
  border-top: 2px solid var(--lightYellow);
  transform: rotate(45deg);
  transform-origin: top right;
}

body:not(.dark-theme) .job-and-service .build-marketplaces-ceo:after {
  border-color: var(--yellow);
}

@media screen and (min-width: 1280px) {
  .job-and-service .build-marketplaces-ceo > .wp-block-group__inner-container {
    display: flex;
    gap: 30px;
  }
}

.job-and-service .build-marketplaces-ceo-info {
  flex-shrink: 0;
  margin: 0 0 20px;
}

@media screen and (min-width: 1024px) {
  .job-and-service .build-marketplaces-ceo-info {
    width: 130px;
    margin: 0;
  }
}

.job-and-service .build-marketplaces-ceo-info p {
  color: #B0B0B0;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

.job-and-service .build-marketplaces-ceo-description {
  margin: 0;
  font-size: clamp(14px, 2.5vh, 16px);
  white-space: break-spaces;
}

@media screen and (min-width: 1800px) {
  .job-and-service .build-marketplaces-ceo-description {
    font-size: clamp(14px, 5.5vh, 20px);
  }
}

.job-and-service .job-and-service-stack-custom strong {
  display: inline-block;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 600;
  margin: 20px 0 0;
}

.job-and-service .job-and-service-stack-custom .job-and-service-main-button {
  margin: 20px 0 0;
}

.job-and-service .job-and-service-stack-images {
  margin: 24px 0;
}

@media screen and (min-width: 1600px) {
  .job-and-service .job-and-service-stack-images {
    margin: 10px 0;
  }
}

@media screen and (min-width: 1800px) {
  .job-and-service .job-and-service-stack-images {
    margin: 24px 0;
  }
}

.job-and-service .job-and-service-stack-images > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

@media screen and (min-width: 768px) {
  .job-and-service .job-and-service-stack-images > div {
    flex-wrap: nowrap;
    gap: 0;
  }
}

.job-and-service .job-and-service-stack-images .wp-block-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: calc(50% - 10px);
}

@media screen and (min-width: 768px) {
  .job-and-service .job-and-service-stack-images .wp-block-image {
    width: auto;
  }
}

.job-and-service .job-and-service-stack-images .wp-block-image img {
  height: 60px;
  object-fit: contain;
}

@media screen and (min-width: 1800px) {
  .job-and-service .job-and-service-stack-images .wp-block-image img {
    height: 80px;
  }
}

.job-and-service .job-and-service-stack-images .wp-element-caption {
  font-size: 16px;
  margin: 0;
  color: var(--white);
}

@media screen and (min-width: 1800px) {
  .job-and-service .job-and-service-stack-images .wp-element-caption {
    font-size: 20px;
    margin: 10px 0 0;
  }
}

body:not(.dark-theme) .job-and-service .job-and-service-stack-images .wp-element-caption {
  color: #1D173D;
}

.job-and-service p.job-and-service-main-button {
  margin: 0;
}

@media screen and (min-width: 1024px) {
  .job-and-service p.job-and-service-main-button {
    max-width: 296px;
  }
}

.job-and-service .job-and-service-collaboration > div {
  display: flex;
  flex-direction: column;
  gap: 0;
}

@media screen and (min-width: 768px) {
  .job-and-service .job-and-service-collaboration > div {
    gap: 20px;
  }
}

@media screen and (min-width: 1800px) {
  .job-and-service .job-and-service-collaboration > div {
    gap: 40px;
  }
}

body:not(.dark-theme) .job-and-service .job-and-service-collaboration .develop-colums .wp-block-heading {
  color: var(--yellow);
}

.job-and-service .job-and-service-discuss > div {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media screen and (min-width: 1024px) {
  .job-and-service .job-and-service-discuss > div {
    flex-direction: row;
    align-items: flex-start;
  }
}

@media screen and (min-width: 1800px) {
  .job-and-service .job-and-service-discuss > div {
    align-items: center;
  }
}

.job-and-service .job-and-service-discuss .wp-block-image {
  margin: 0;
}

.job-and-service .job-and-service-discuss .wp-block-image img {
  width: 100%;
  object-fit: cover;
}

.job-and-service .job-and-service-discuss h3 {
  margin: 0;
  font-size: clamp(20px, 5.5vh, 24px);
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2;
}

@media screen and (min-width: 1600px) {
  .job-and-service .job-and-service-discuss h3 {
    margin: 0 0 20px;
  }
}

@media screen and (min-width: 1800px) {
  .job-and-service .job-and-service-discuss h3 {
    font-size: clamp(20px, 5.5vh, 36px);
    margin: 0;
  }
}

.job-and-service .job-and-service-discuss h3 + p {
  margin: 0 0 20px;
  font-size: clamp(16px, 5.5vh, 20px);
  text-transform: uppercase;
  font-weight: 600;
}

@media screen and (min-width: 1600px) {
  .job-and-service .job-and-service-discuss h3 + p {
    display: none;

  }
}

@media screen and (min-width: 1800px) {
  .job-and-service .job-and-service-discuss h3 + p {
    display: block;
    font-size: clamp(18px, 5.5vh, 30px);
  }
}

.job-and-service.case-page .case-link {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 1921px) {

  .job-and-service .job-and-service-ecosystem-item h3,
  .job-and-service .job-and-service-ecosystem-button h3,
  .job-and-service .job-and-service-partners-list-title,
  .job-and-service .job-and-service-stack-custom strong,
  .job-and-service .develop-colums .wp-block-heading,
  .job-and-service .job-and-service-ecosystem-item .wp-block-group p {
    font-size: 36px;
  }
  
  .job-and-service .job-and-service-subtitle,
  .job-and-service .job-and-service-ecosystem-item p,
  .job-and-service .main-page-bottom-block p,
  .job-and-service .job-and-service-partners-description,
  .job-and-service .job-and-service-partners-list li,
  .job-and-service .partners-carousel-item-heading h3,
  .job-and-service .job-and-service-stack p,
  .job-and-service .develop-colums p,
  .job-and-service .partners-carousel-items > .wp-block-group__inner-container > .wp-block-group p,
  .job-and-service.sharetribe .industries-item p {
    font-size: 30px;
  }

  .job-and-service .build-marketplaces-ceo-info p,
  .job-and-service .job-and-service-main-button a {
    font-size: 24px;
  }

  .job-and-service .partners-carousel-item-heading p {
    font-size: 24px !important;
  }

  .job-and-service .job-and-service-main-button a {
    min-width: 300px;
  }

  .job-and-service .job-and-service-discuss .job-and-service-main-button a {
    min-width: 420px;
  }

  .job-and-service .build-marketplaces-ceo-info {
    width: 200px;
  }

  .job-and-service .build-marketplaces-ceo-info img {
    width: 200px !important;
    height: 200px !important;
  }

  .job-and-service .job-and-service-stack > div {
    min-height: 80vh;
  }

  .job-and-service .main-page-bottom-block > div > .wp-block-group {
    max-width: 50%;
  }

  .job-and-service .job-and-service-discuss .wp-block-image {
    width: 50%;
  }
}