/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/*****************************************/
/* Start your style declarations here    */
/*****************************************/
@font-face {
    font-family: "proxima-black";
    src: url('https://info.softserveinc.com/hubfs/ibm-think/assets/fonts/ProximaNova/Bold/ProximaNova-Black.woff');
    font-weight: normal;
}

@font-face {
    font-family: "proxima-black";
    src: url('https://info.softserveinc.com/hubfs/ibm-think/assets/fonts/ProximaNova/Regular/ProximaNova-Bold.ttf');
    font-weight: bold;
}
@font-face{
    font-family: "opensans-regular";
    src: url('https://info.softserveinc.com/hubfs/fonts/OpenSans-Regular.ttf');
    font-weight: normal;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  -webkit-scroll-behavior: smooth;
}

body {
  line-height: normal;
  overflow-x: hidden!important;
}

.section-scroll {
  -webkit-overflow-scrolling: touch; /* Lets it scroll lazy */
}

.container-fluid {
  padding: 0!important;
  margin: 0!important;
}

#simple-translate {
  display: none!important;
}

/********** side nav ************/
.side-navigation {
  position: fixed;
  top: 50%;
  left: 0;
  border: 1px solid #111;
  padding: 10px 10px 10px 20px;
  z-index: 1000;
  background: #fff;
  width: 65px !important;
}

.side-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.side-navigation ul li{
  width: 500%;
}

.side-link {
  display: inline-block;
  text-decoration: none;
}

.side-link::after {
    display: block;
    box-sizing: content-box;
    width: 0;
    height: 0;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    transition: height 0.3s 0.1s, width 0.1s, border-color 0s 0.4s;
    transition-timing-function: linear;
    content: '';
}

.side-link.active::after {
    width: 20px;
    height: 100px;
    border-color: black;
    transition: height 0.3s 0.1s, width 0.1s 0.4s, border-color 0s 0.1s;
    transition-timing-function: linear;
}

.side-navigation ul li:last-child .side-link::after {
  content: none;
}

.side-link .number,
.side-link .text {
  display: inline-block;
  color: #111;
  font-family: 'proxima-black';
  font-size: 16px;
  opacity: 0.7;
  text-transform: uppercase;
}

.side-link .number {
  padding-right: 15px;
}

.active {
  opacity: 1;
}

.side-link .text {
  display: none;
  background: #fff;
  padding-right: 5px;
}

.side-link:hover .text,
.side-link:hover .number {
  display: inline-block;
  color: #111;
  opacity: 1;
}

.active .number {
  color: #26AB78!important;
}

/********** Title panel nav ************/
.title-panel {
  /*background-image: conic-gradient(transparent 25%, #03043d 25%, #03043d 0,#03043d 75%, transparent 0);*/
  background: #000;
  background-image: url(https://info.softserveinc.com/hubfs/2023/digital-events/generative-ai-atlassian/nav-bg@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 100%;
}

.title-panel ul {
  display: flex !important;
  justify-content: space-between;
  gap: 24px;
  max-width: 960px;
  margin: 90px auto 90px!important;
  float: none !important;
  list-style: none;
  padding: 24px 0;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.title-panel ul li {
  flex-basis: 16%;
}

.title-panel ul li:not(:last-child) {
  border-right: 1px solid #fff;
}

.title-panel ul li a {
  color: #fff;
  display: block;
  font-family: 'proxima-black';
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  margin-right: 24px;
}

.title-panel ul li span {
  color: #17C583;
  display: block;
  font-family: 'proxima-black';
  font-size: 24px;
  padding-bottom: 0;
}

.section-wrapper {
  display: flex !important;
  flex-direction: column;
  max-width: 960px;
  margin: 0 auto 0!important;
  float: none !important;
}

/****************** Page title ********************/
.service-page-title-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 80px 0 80px;
} 

.service-page-title-image {
  flex-basis: 30%;
  min-width: 325px;
  max-width: 325px;
  min-height: 330px;
  max-height: 330px;
  margin: 0 auto 40px;
  position: relative;
  background: #000;
}

.service-page-title-image_big {
  display: block;
  width: 100%;
  max-width: 260px;
  margin-top: -44px;
  margin-left: 18px;
  position: absolute;
  top: -5%;
  bottom: 0;
  max-width: 320px;
  margin: 0;
}

.service-page-title-image_small {
  max-width: 230px;
  position: absolute;
  left: 5%;
  bottom: 0;
  max-width: 140px;
  margin: 0;
}

.service-page-title-text {
  flex-basis: 70%;
}

.service-page-heading {
  margin-top: 0;
  font-size: 60px;
  font-family: 'proxima-black';
  line-height: 1;
  text-transform: uppercase;
}
.service-page-description {
  font-size: 14px;
  font-family: 'Open sans';
  line-height: normal;
}

.service-page-description span {
  font-weight: bold;
}

.service-page-description h3 {
  margin: 0;
  font-size: 24px;
  font-family: 'proxima-black';
  line-height: 1.2;
}

.service-page-description p {
  margin: 0;
  padding: 0;
}

.gen-ai-offerings-cards-wrapper {
  padding-bottom: 80px;
}

.gen-ai-offerings-cards  {
  display: flex;
  margin-top: 60px;
}

.gen-ai-offerings-card {
  align-items: stretch;
  width: 100%;
  background: $white;
  border-left: 1px solid #50B7C5;
}

.gen-ai-offerings-card p {
  min-height: 120px;
  margin: 0;
  padding: 24px;
  font-style: italic;
  font-size: 16px;
  line-height: 1.3;
  background-color: #F1F1F1;;
}

.gen-ai-offerings-card ul {
  margin-top: 0;
  padding: 24px 24px 0;
  padding-left: 54px;
  list-style: none;
}

.gen-ai-offerings-card li {
  position: relative;
  margin-bottom: 24px;
  padding-left: 5px;
}

.gen-ai-offerings-card li::before {
  position: absolute;
  left: -30px;
  top: -3px;
  width: 24px;
  height: 24px;
  background: url('https://info.softserveinc.com/hubfs/2023/digital-events/generative-ai-atlassian/rounded-check-mark-image.svg') no-repeat 50% 50%;
  content: ''
}

.black-list {
  border-top: 2px dotted #D6D6D6;
}

.black-list li:before {
  background: url('https://info.softserveinc.com/hubfs/2023/digital-events/generative-ai-atlassian/rounded-check-black-mark-image.svg') no-repeat 50% 50%;
}

.gen-ai-offerings-card-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 0 24px 0;
  color: #26AB78;
  font-family: 'proxima-black';
  font-size: 24px;
  font-style: normal;
  text-transform: uppercase;
}

.section-patterns {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #000;
  background-image: url('https://info.softserveinc.com/hubfs/2023/digital-events/generative-ai-atlassian/patterns-bg-image.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 100% 50%;  
}

.gen-ai-offerings-card-image {
  width: 100%;
  margin: 0 auto 16px;
  max-width: 40px;
  color: initial;
  font-size: initial;
}

#section-patterns {
  background: #F6F6F6;
}

.section-patterns .mobile {
  display: none;
}

.learn-more-brochure-desc .button-color {
  margin: 40px 0;
}

.learn-more-brochure {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-weight: normal;
}

.learn-more-brochure-desc,
.learn-more-brochure-image {
  flex-basis: 45%;
}

.learn-more-brochure-image img {
  margin-left: -15%;
}

/************  Section heading  ********/

.section-heading {
  padding-top: 90px;
  padding-bottom: 60px;
}

.section-heading h2 {
  position: relative;
  z-index: 1;
  font-family: 'proxima-black';
  text-transform: uppercase;
  font-size: 60px;
  line-height: 1.2;
  color: #000;
}

.section-heading p {
  margin-top: 30px;
  max-width: 80%;
}

.section-heading h2::before {
  position: absolute;
  top: -10px;
  left: -20px;
  width: 90px;
  height: 90px;
  background: #32CA8F;
  box-shadow: 0px 5px 20px 0px rgba(23, 197, 131, 0.35);
  content: '';
  z-index: -1;
}

/************  CTA  ********************/
.service-page-title-image .hs-cta-wrapper a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 283px;
  min-height: 58px;
  padding: 10px 20px;
  color: #fff!important;
  font-size: 14px;
  font-family:'proxima-black';
  text-transform: uppercase;
  text-decoration: none;
  background: linear-gradient(267.01deg, #244DE0 3.97%, #84C4ED 90.76%);
  cursor: pointer;
  transition: ease 0.15s;
}
  
.service-page-title-image .hs-cta-wrapper a:hover {
  color: #fff;
  background: linear-gradient(267.01deg, #244DE0 3.97%, #84C4ED 90.76%);
  box-shadow: 0px 19px 57px 0 #244DE0;
}

.service-page-title-image .hs-cta-wrapper a {
  margin-top: 107%;
}

.patterns-image-container {
  margin-top: 7%;
}

.service-page-title-button-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.service-page-title-button-wrapper span {
  width: 100%;
  display: inline-block;
  text-align: center;
}

.service-page-title-button-wrapper .hs-cta-wrapper a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 350px;
  min-height: 58px;
  margin: 0 auto;
  padding: 10px 20px;
  color: #fff!important;
  font-size: 14px;
  font-family:'proxima-black';
  text-transform: uppercase;
  text-decoration: none;
  background: linear-gradient(267.01deg, #244DE0 3.97%, #84C4ED 90.76%);
  cursor: pointer;
  transition: ease 0.15s;
}
  
.service-page-title-button-wrapper .hs-cta-wrapper a:hover {
  color: #fff;
  background: linear-gradient(267.01deg, #244DE0 3.97%, #84C4ED 90.76%);
  box-shadow: 0px 19px 57px 0 #244DE0;
}

.button-color {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 325px;
  height: 64px;
  margin: 0 20px 20px;
  padding: 0 60px;
  color: #fff!important;
  font-size: 18px;
  font-family:  'proxima-black';
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none!important;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(267.01deg, #244DE0 3.97%, #84C4ED 90.76%)
}

.button-color:hover {
  box-shadow: 4px 10px 42px -4px #244DE0;
  text-decoration: none!important;
  color: #fff!important;
}

/*************** CTA with arrow *******************/
.link-with-arrow-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 25px;
}

.link-with-arrow-wrapper a > span {
  color: #17c583 !important;
  text-decoration: none!important;
}

.link-with-arrow-wrapper a
.link-with-arrow-wrapper a, 
.cta_button {
  position: relative;
  display: block;
  padding: 10px 50px 10px 10px;
  color: #17c583;
  font-size: 18px;
  font-family: 'proxima-black';
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
}

.link-with-arrow-wrapper a:before {
  position: absolute;
  top: 27%;
  right: 15px;
  width: 15px;
  height: 15px;
  background: url(https://info.softserveinc.com/hubfs/2023/digital-events/generative-ai-atlassian/arrow-greenimage.svg) no-repeat 50% 50%;;
  transition: all 0.3s ease-in-out;
  content: '';
}

.link-with-arrow-wrapper a:hover {
  box-shadow: none;
  text-decoration: none;
}

.link-with-arrow-wrapper a:hover:before {
  right: 0;
}

/************** CTA with color **************/
.button-color-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 50px;
} 

.button-color-wrapper a {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 325px;
  height: 64px;
  margin: 0 20px 20px;
  padding: 0 60px;
  color: #fff!important;
  font-size: 18px;
  font-family:  'proxima-black';
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none!important;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(267.01deg, #244DE0 3.97%, #84C4ED 90.76%)
}

.button-color-wrapper a:hover {
  box-shadow: 4px 10px 42px -4px #244DE0;
  text-decoration: none!important;
  color: #fff!important;
}

.button-color-wrapper a > span {
  color: #fff !important;
}

/**************** Industry start ********************/
.section-industry {
  padding-bottom: 80px;
}

.gen-ai-industries-cards-wrapper {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.gen-ai-industries-card {
  height: 100%;
  min-width: 225px;
  min-height: 340px;
  background-color: #d9d9d9;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  transition: background-image 0.3s ease-in-out;
  overflow: hidden;
}

.gen-ai-industries-card:hover .gen-ai-industries-card-link {
  background-image: linear-gradient(45deg, #17C583, #17C583);
  box-shadow: 0px 12px 24px 0px rgba(5, 148, 94, 0.44);
  transition: all 0.3s ease-in-out;
}
.gen-ai-industries-card:hover .gen-ai-industries-card-link {
  color: #fff;
  text-decoration: none;
}

.gen-ai-industries-card:hover .gen-ai-industries-card-text {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.gen-ai-industries-card:hover .gen-ai-industries-card-title {
  padding-top: 2px;
  transition: all 0.3s ease-in-out;
}

.gen-ai-industries-card:hover .gen-ai-industries-card-title:before {
  background-color: #008552;
  transition: all 0.3s ease-in-out;
}

.gen-ai-industries-card:hover .gen-ai-industries-card-type {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.gen-ai-industries-card:hover .gen-ai-industries-card-arrow {
  left: 110%;
  transition: all 0.3s cubic-bezier(0.34, 1.11, 0.96, 1.67);
}

.gen-ai-industries-card:active {
  background-image: linear-gradient(45deg, #008552, #008552) !important;
  box-shadow: 0px 12px 24px 0px rgba(5, 148, 94, 0.44);
  transition: all 0.3s ease-in-out;
}

.gen-ai-industries-card-link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 32px 20px 26px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.gen-ai-industries-card-text {
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.gen-ai-industries-card-text p {
  margin-top: 15px;
}

.gen-ai-industries-card-text ul {
  padding-left: 20px;
}

.gen-ai-industries-card-text li {
  margin-bottom: 5px;
}

.gen-ai-industries-card-type-wrapper {
  position: relative;
  width: fit-content;
}

.gen-ai-industries-card-type {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.gen-ai-industries-card-title {
  position: relative;
  margin: 0;
  font-size: 18px;
  font-family: 'proxima-black';
  white-space: normal;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0.2s;
}

.gen-ai-industries-title::before {
  position: absolute;
  top: -5px;
  left: 0;
  width: 35px;
  height: 1px;
  background-color: #008552;
  content: '';
}

.gen-ai-industries-card-arrow {
  position: absolute;
  top: 5%;
  left: 0;
  width: 17px;
  transition: all 0.3s cubic-bezier(0.34, 1.11, 0.96, 1.67) 0.2s;
}


/**** grid styles ***/
@media (min-width: 1024px) {
  .gen-ai-industries-card:nth-child(3) {
    grid-column: 3 / 5;
    grid-row: 1;
  }
  
  .gen-ai-industries-card:nth-child(3) {
    grid-column: 3 / 5;
    grid-row: 1;
  }

  .gen-ai-industries-card:nth-child(4) {
    grid-column: 1 / 3;
    grid-row: 2/3;
  }

  .gen-ai-industries-card:nth-child(5) {
    grid-column: 3 / 5;
    grid-row: 2/3;
  }
  
  .gen-ai-industries-card:nth-child(6) {
    grid-column: 1 / 5;
    grid-row: 3;
  }
  
  .gen-ai-industries-card:nth-child(7) {
    grid-column: 3 / 5;
    grid-row: 2/3;
  }
  
  .gen-ai-industries-card:nth-child(8) {
    grid-column: 3 / 5;
    grid-row: 2/3;
  }
  
  .gen-ai-industries-card:nth-child(9) {
    grid-column: 3 / 5;
    grid-row: 2/3;
  }
  
  .gen-ai-industries-card:nth-child(10) {
    grid-column: 3 / 5;
    grid-row: 2/3;
  }
  
  /****** 7 cards grid ****/
  .grid-7 .gen-ai-industries-card:nth-child(4) {
    grid-column: 1 / 3;
    grid-row: 2/3;
  }

  .grid-7 .gen-ai-industries-card:nth-child(5) {
    grid-column: 3 / 4;
    grid-row: 2/3;
  }
  
  .grid-7 .gen-ai-industries-card:nth-child(6) {
    grid-column: 4 / 5;
    grid-row: 2/3;
  }
  
  .grid-7 .gen-ai-industries-card:nth-child(7) {
    grid-column: 1 / 5;
    grid-row: 3;
  }
  
   /****** 8-9 cards grid ****/
  .grid-8 .gen-ai-industries-card:nth-child(4) {
    grid-column: 1 / 3;
    grid-row: 2/3;
  }

  .grid-8 .gen-ai-industries-card:nth-child(5) {
    grid-column: 3 / 5;
    grid-row: 2/3;
  }
  
  .grid-8 .gen-ai-industries-card:nth-child(6) {
    grid-column: 1 / 3;
    grid-row: 3;
  }
  
  .grid-8 .gen-ai-industries-card:nth-child(7) {
    grid-column: 3 / 4;
    grid-row: 3;
  }
  
  .grid-8 .gen-ai-industries-card:nth-child(8) {
    grid-column: 4 / 5;
    grid-row: 3;
  }
  
  .grid-8 .gen-ai-industries-card:nth-child(9) {
    grid-column: 1 / 5;
    grid-row: 4;
  }
  
  /****** 10 cards grid ****/
  .grid-10 .gen-ai-industries-card:nth-child(4) {
    grid-column: 1 / 3;
    grid-row: 2/3;
  }

  .grid-10 .gen-ai-industries-card:nth-child(5) {
    grid-column: 3 / 5;
    grid-row: 2/3;
  }
  
  .grid-10 .gen-ai-industries-card:nth-child(6) {
    grid-column: 1 / 3;
    grid-row: 3/4;
  }
  
  .grid-10 .gen-ai-industries-card:nth-child(7) {
    grid-column: 3 / 4;
    grid-row: 3/4;
  }
  
  .grid-10 .gen-ai-industries-card:nth-child(8) {
    grid-column: 4 / 5;
    grid-row: 3/4;
  }
  
  .grid-10 .gen-ai-industries-card:nth-child(9) {
    grid-column: 1 / 2;
    grid-row: 4/5;
  }
  
  .grid-10 .gen-ai-industries-card:nth-child(10) {
    grid-column: 2/ 5;
    grid-row: 4/5;
  }
  
  /****** 11 cards grid ****/
  .grid-11 .gen-ai-industries-card:nth-child(4) {
    grid-column: 1 / 3;
    grid-row: 2/3;
  }

  .grid-11 .gen-ai-industries-card:nth-child(5) {
    grid-column: 3 / 5;
    grid-row: 2/3;
  }
  
  .grid-11 .gen-ai-industries-card:nth-child(6) {
    grid-column: 1 / 3;
    grid-row: 3/4;
  }
  
  .grid-11 .gen-ai-industries-card:nth-child(7) {
    grid-column: 3 / 4;
    grid-row: 3/4;
  }
  
  .grid-11 .gen-ai-industries-card:nth-child(8) {
    grid-column: 4 / 5;
    grid-row: 3/4;
  }
  
  .grid-11 .gen-ai-industries-card:nth-child(9) {
    grid-column: 1 / 2;
    grid-row: 4/5;
  }
  
  .grid-11 .gen-ai-industries-card:nth-child(10) {
    grid-column: 2 / 4;
    grid-row: 4/5;
  }
  
  .grid-11 .gen-ai-industries-card:nth-child(11) {
    grid-column: 4 / 5;
    grid-row: 4/5;
  }
  
  .grid-11 .gen-ai-industries-card:nth-child(12) {
    grid-column: 1 / 5;
    grid-row: 5/6;
  }
  
  /****** 13-14 cards grid ****/
  .grid-13 .gen-ai-industries-card:nth-child(12) {
    grid-column: 1 / 3;
    grid-row: 5/6;
  }
  
  .grid-13 .gen-ai-industries-card:nth-child(13) {
    grid-column: 3 / 5;
    grid-row: 5/6;
  }
  
  .grid-13 .gen-ai-industries-card:nth-child(14) {
    grid-column: 1 / 5;
    grid-row: 6/7;
  }
  
  /****** grid equal ****/
  .grid-equal .gen-ai-industries-card:nth-child(even) {
    grid-column: 3 / 5;
    grid-row: auto;
  }
  
  .grid-equal .gen-ai-industries-card:nth-child(odd) {
    grid-column: 1 / 3;
    grid-row: auto;
  }
}


@media (max-width: 1024px) {
  .gen-ai-industries-cards-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .gen-ai-industries-cards-wrapper {
    grid-template-columns: 1fr;
  }
}
/******************** Industry end  ****************/

/******************** Partnership start  ****************/
.section-partnership {
  padding-bottom: 80px;
}

.partnership-wrapper,
.resources-wrapper {
  display: grid;
  grid-gap: 16px;
  grid-template: 1fr 1fr / 1fr 1fr;
}

.badge-section {
  display: flex;
  align-items: center;
  min-height: 130px;
  padding-top: 0;
  background: none;
  border: 1px solid #E0E0E0;
  padding: 16px !important;
}
      

.badge-section-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 0;
  gap: 24px;
}

.badge-section-content {
  color: initial;
  font-size: initial;
  text-transform: initial;
  margin: 0;
}

.badge-section h3 {
  margin: 0 0 15px 0;
  font-size: 14px;
  font-family: 'proxima-black';
  line-height: 1;
  text-transform: uppercase;
}

.badge-section p {
  font-weight: normal;
  font-size: 14px;
}

.badge-section-right-col  {
  flex-basis: 75%;
  display: flex;
  align-items: flex-end;
}


.badge-section-left-col {
  flex-basis: 25%;
}
  
.badge-section-link {
  margin-left: 0;
  max-width: 150px;
  min-width: 90px;
}

/******************** Partnership end  ****************/

/******************** Resources end  ****************/
.section-resources {
  padding-bottom: 80px;
  background: #F6F6F6;
}

.gen-ai-resources-card {
  height: 100%;
  min-height: 240px;
  background-color: #d9d9d9;
  background-repeat: no-repeat, no-repeat;
  background-position: 50%, 50%;
  background-size: 100%, cover;
  transition: background-image 0.3s ease-in-out;
}

.gen-ai-resources-card:hover {      
  background-image: linear-gradient(45deg, #17C583, #17C583) !important;
  transition: background-image 0.3s ease-in-out;
}

.gen-ai-resources-card:hover .gen-ai-resources-card-link {
  color: #fff;
  text-decoration: none;
}

.gen-ai-resources-card:hover .gen-ai-resources-card-title,
.gen-ai-resources-card:hover .gen-ai-resources__card-type {
  color: #000;
}

.gen-ai-resources-card:hover .gen-ai-resources-card-type {
  border-color: #000;
  color: #000;
}

.gen-ai-resources-card:hover .gen-ai-resources-card-arrow {
  color: #000;
  filter: invert(0);
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}

.gen-ai-resources-card:hover .gen-ai-resources-card-arrow img {
  filter: invert(0);
}

.gen-ai-resources-card-link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 25px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.gen-ai-resources-card-title {
  margin-top: 0;
  color: #fff;
  font-size: 26px;
  font-family: 'proxima-black';
  white-space: normal;
  text-decoration: none;
}

.gen-ai-resources-card-type-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}

.gen-ai-resources-card-type {
  display: inline-block;
  padding: 5px 15px;
  color: #fff;
  font-size: 14px;
  border: 1px solid #fff;
}

.gen-ai-resources-card-arrow {
  display: inline-block;
  width: 24px;
  height: 24px;
  filter: invert(1);
  transform: rotate(0);
  transition: all 0.3s ease-in-out;
}

.gen-ai-resources-card.white-card .gen-ai-resources-card-title,
.gen-ai-resources-card.white-card .gen-ai-resources-card-arrow,
.gen-ai-resources-card.white-card .gen-ai-resources-card-type {
  color: #000;
}

.gen-ai-resources-card.white-card .gen-ai-resources-card-type {
  border: 1px solid #000;
}

.gen-ai-resources-card.white-card .gen-ai-resources-card-arrow {
  filter: invert(0);
}

@media only screen and (min-width: 2560px) {
  .gen-ai-offerings-card li,
  .gen-ai-offerings-card p,
  .service-page-description p,
  .learn-more-brochure-desc p,
  .badge-section h3,
  .badge-section p {
    font-size: 18px;
  }
} 

@media only screen and (max-width: 1240px) {  
  .title-panel ul {
    margin-left: 10vw!important;
    margin-right: 6vw!important;
  }
  
  .title-panel ul li a {
    font-size: 1.4vw;
  }
  
  .title-panel ul li span {
    font-size: 2vw;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1240px) {
  .section-wrapper {
    padding-left: 100px!important;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 1080px) {
  .section-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 641px) and (max-width: 940px) {
  .service-page-heading {
    font-size: 7vw;
  }
}

@media only screen and (max-width: 767px) {
  .side-navigation {
    display: none!important;
  }
  
  .title-panel {
    display: none!important;
  }
  
  .title-panel ul {
    display: none!important;
  }
  
  .service-page-title-wrapper {
    display: block;
  }
  
  .service-page-title-image {
    margin-bottom: 140px;
  }
  
  .gen-ai-offerings-cards {
    flex-direction: column;
  }
  
  .gen-ai-offerings-card {
    padding-bottom: 40px;
  }
  
  .service-page-title-image .hs-cta-wrapper {
    bottom: -350px;
    display: block;
    position: relative;
  }
  
  .service-page-title-image .hs-cta-wrapper a {
    margin-top: 0;
  }
  
  .section-heading {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  
  .section-heading h2 {
    margin-left: 25px;
  }
  
  .resources-wrapper,
  .partnership-wrapper {
    grid-template-columns: 1fr;
  }
  
  .badge-section-wrapper {
    flex-direction: column;
    gap: 40px;
    justify-content: space-between;
    height: auto;
  }
  
  .badge-section-left-col {
    flex-basis: 25%;
  }
  
  .badge-section-right-col  {
    flex-basis: 50%;
    display: flex;
    align-items: flex-end;
  }
}

@media only screen and (max-width: 560px) { 
  .section-heading h2::before {
      top: -5px;
      left: -10px;
      width: 50px;
      height: 50px;
    }
  
  .section-heading h2 {
    margin-left: 0;
    font-size: 36px;
  }
  
  .section-patterns {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  
  .section-patterns .desktop {
    display: none;
  }
  
  .section-patterns .mobile {
    display: block;
  }
  
  .resources-wrapper {
    padding-top: 40px;
    columns: 1fr;
  }
  
  .learn-more-brochure {
    flex-direction: column;
  }
  
  .learn-more-brochure-desc,
  .learn-more-brochure-image {
    flex-basis: 100%;
    margin-bottom: 30px;
  }
  
  .learn-more-brochure {
    padding-top: 0;
  }
  
  .learn-more-brochure-desc h3 {
    font-size: 24px;
  }
  
  .learn-more-brochure-desc .button-color {
    margin: 40px auto;
  }
  
  .learn-more-brochure-image img {
    margin-left: 0;
  }
}

@media (max-width: 475px) {
  .service-page-description h3 {
    font-size: 18px;
    line-height: 24px;
  }
  
  .partnership-wrapper{
    padding-top: 40px;
    columns: 1fr;
  }
}

/***********  Footer ************/
.footer-container {
  padding: 0;
  background: #000;
}

.footer-wrapper {
  width: 100%!important;
  max-width: 1064px!important;
  float: none!important;
  margin: 0 auto!important;
  padding: 40px 20px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.adress p {
  margin: 0;
  font-size: 14px;
  font-family: "opensans-regular";
}

.logos {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
}

.logos p {
  min-width: 180px;
  margin: 10px 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.logos table {
  width: 75px!important;
  align-self: flex-end;
}

.logos p > img {
  display: none;
}

@media only screen and (max-width: 600px) {
  .logos-wrapper > a {
    width: 100px;
    margin-bottom: 5px;
    margin-right: 10%;
  }
  .logos-wrapper > a > img {
    width: 95px;
  }
  .logos-wrapper > img {
    width: 20%!important;
  }
  .footer-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .logos {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 30px;
  }
  .logos table {
    align-self: center;
  }
  
  .logos p {
    justify-content: flex-start;
  }
}

/******** animations ***********/

@media only screen and (orientation: portrait) {
  .service-page-title-image_big {
    -webkit-animation-name: molecule-dancing-port;
    animation-name: molecule-dancing-port;
    -webkit-animation-duration: 36s;
    animation-duration: 36s;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: 0.01s;
    animation-delay: 0.01s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
}

@media only screen and (orientation: landscape) {
  .service-page-title-image_big {
    -webkit-animation-name: molecule-dancing-land;
    animation-name: molecule-dancing-land;
    -webkit-animation-duration: 36s;
    animation-duration: 36s;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: 0.01s;
    animation-delay: 0.01s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
}

@media only screen and (orientation: portrait) {
  .service-page-title-image_small {
    -webkit-animation-name: molecule-dancing-port;
    animation-name: molecule-dancing-port;
    -webkit-animation-duration: 16s;
    animation-duration: 16s;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: 0.01s;
    animation-delay: 0.01s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
  }
}

@media only screen and (orientation: landscape) {
  .service-page-title-image_small {
    -webkit-animation-name: molecule-dancing-land;
    animation-name: molecule-dancing-land;
    -webkit-animation-duration: 16s;
    animation-duration: 16s;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: 0.01s;
    animation-delay: 0.01s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
  }
}


@keyframes molecule-dancing-port {
  0%,
  100% {
    transform: rotate(0) scale(1);
    transform-origin: bottom center;
  }

  25% {
    transform: rotate(-15deg) scale(1.05);

    @media (max-width: 768px) {
      transform: rotate(-10deg);
    }
  }

  50% {
    transform: rotate(0) scale(0.95);
    transform-origin: bottom center;
  }

  75% {
    transform: rotate(15deg) scale(0.8);

    @media (max-width: 768px) {
      transform: rotate(10deg);
    }
  }
}

@-webkit-keyframes molecule-dancing-port {
  0%,
  100% {
    -webkit-transform: rotate(0) scale(1);
    -webkit-transform-origin: bottom center;
  }

  25% {
    -webkit-transform: rotate(-15deg) scale(1.05);

    @media (max-width: 768px) {
      -webkit-transform: rotate(-10deg);
    }
  }

  50% {
    -webkit-transform: rotate(0) scale(0.95);
    -webkit-transform-origin: bottom center;
  }

  75% {
    -webkit-transform: rotate(15deg) scale(0.8);

    @media (max-width: 768px) {
      -webkit-transform: rotate(10deg);
    }
  }
}

@keyframes molecule-dancing-land {
  0%,
  100% {
    transform: rotate(0) scale(1);
    transform-origin: bottom center;
  }

  25% {
    transform: rotate(-15deg) scale(1.05);

    @media (max-width: 768px) {
      transform: rotate(-10deg);
    }
  }

  50% {
    transform: rotate(0) scale(0.95);
    transform-origin: bottom center;
  }

  75% {
    transform: rotate(15deg) scale(0.8);

    @media (max-width: 768px) {
      transform: rotate(10deg);
    }
  }
}

@-webkit-keyframes molecule-dancing-land {
  0%,
  100% {
    -webkit-transform: rotate(0) scale(1);
    -webkit-transform-origin: bottom center;
  }

  25% {
    -webkit-transform: rotate(-15deg) scale(1.05);

    @media (max-width: 768px) {
      -webkit-transform: rotate(-10deg);
    }
  }

  50% {
    -webkit-transform: rotate(0) scale(0.95);
    -webkit-transform-origin: bottom center;
  }

  75% {
    -webkit-transform: rotate(15deg) scale(0.8);

    @media (max-width: 768px) {
      -webkit-transform: rotate(10deg);
    }
  }
}


/************ Form ***********/
.section-form {
  background: #32CA8F;
  background-image: url(https://info.softserveinc.com/hubfs/2023/digital-events/generative-ai-atlassian/form-bg-image.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 50%;
}

.section-form .section-heading h2 {
  color: #fff;
}

.section-form .section-heading h2::before {
  background: #000;
  box-shadow: 0px 5px 20px 0px rgba(3, 3, 3, 0.35);
}

.form-container {
  width: 100% !important;
  margin: 0 auto 80px !important;
  padding: 30px!important;
  float: none !important;
  padding: 0;
  position: relative;
  background: #fff;
}

.inputs-list {
  list-style: none;
  padding: 0;
  display: block;
}

.hs-form label {
    color: #111;
}

.hs-form-booleancheckbox-display {
    display: block;
}


.hs-input + span {
    display: block;
    width: 100%;
    position: relative;
    padding-left: 30px;
}


.hs-input + span::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #111;
  background: #fff;
}


.hs-input + span::after {
    content: '';
    display: none;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: #e0e0e0;
    background: #111;
}


.hs-input:checked + span::after {
    display: block;
}


.hs-form-booleancheckbox input {
  display: none;
}  

.hs-richtext.hs-main-font-element span {
  font-size: 14px!important;
}
 
.hs-form-booleancheckbox a,
.hs-richtext.hs-main-font-element a{
    color: #111;
    text-decoration: underline;
}
.hs-form-booleancheckbox a:hover,
.hs-richtext.hs-main-font-element a:hover {
   color: #111;
}

.contact-form fieldset {
  max-width: 955px!important;
}

.contact-form input,
.contact-form select {
    border: none;
    border: 2px solid #111;
    background: transparent;
    border-radius: 0!important;
}
.contact-form input:focus{
    border: none;
    border: 2px solid #111;
}
.contact-form .hs-form-field{
    position: relative;
    overflow: hidden;
}
.contact-form .hs-form-field input{
    padding-left: 12px;
    text-indent: 0;
    color: #111;
    min-height: 58px;
    background: #fff;
}

.contact-form .hs-form-field>label{
    display: inline-block;
    float: right;
    color: #555559;
    font-weight: normal;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 16px;
    width: 100%;
    text-align: left;
    position: absolute;
    bottom: auto;
    pointer-events: none;
    overflow: hidden;
    padding: 0;
    margin-left: 10px;
    font-weight: 500;
    font-family: proxima-black;
    text-transform: uppercase;
    opacity: 0.6;
}

.contact-form .hs-form-field>label span{
    position: relative;
    display: inline-block;
    width: auto;
    color: #111;
    font-size: 14px;
    padding: .25em 0;
    font-style: normal!important;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: -webkit-transform .25s;
    transition: transform .25s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.contact-form .focus.hs-form-field>label span{
    left: 96%;
    -webkit-transform: translate3d(-96%,0,0);
    transform: translate3d(-96%,0,0);
}

#section-form .contact-form .hs_preferred_meeting_time_dropdown.hs-form-field > label span {
  color: #e0e0e0;
}

.contact-form fieldset.form-columns-2 .focus.hs-form-field>label span{
    left: 80%;
    -webkit-transform: translate3d(-80%,0,0);
    transform: translate3d(-80%,0,0);
}

.contact-form fieldset.form-columns-2 {
  margin-bottom: 30px;
}

.contact-form .hs-error-msgs{
  margin-left: 20px;
}

.contact-form .hs-error-msgs li{
  list-style-type: none;
}

.contact-form .hs-error-msgs label{
  color: red;
  font-weight: 700;
}

.contact-form .submitted-message {
  display: block;
  font-size: 26px!important;
  font-family: proxima-black;
  line-height: 30px;
  color: #000;
  text-align: center;
  overflow: hidden !important;
  text-transform: uppercase;
  padding-top: 35px;
  padding-bottom: 35px;
}

.contact-form select.hs-input {
  display: block;
  margin-top: 50px;
  padding-top: 18px;
  background: #fff;
}

.contact-form select.hs-input {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}

/* For IE10 */
.contact-form select.hs-input::-ms-expand {
  display: none;
}

.contact-form select {
    padding-left: 6px;
    text-indent: 0;
    min-height: 58px;
    float: right;
    color: #7d7d82;
    font-weight: normal;
    font-size: 14px;
    font-family: proxima-black;
    text-transform: uppercase;
}

.contact-form select > option {
    padding-left: 6px;
    text-indent: 0;
    min-height: 58px;
    float: right;
    color: #555559;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

.contact-form select > option[selected] {
    display: none;
}

.contact-form .hs-input {
  width: 100%!important;
}
#section-form .form-columns-2 .hs-form-field > label {
  opacity: 1;
}

#section-form .form-columns-2 .hs-form-field > label  span {
  color: #E0E0E0;
}

.hs_submit.hs-submit {
  padding: 30px 0;
  width: 100% !important;
  max-width: 320px; 
  margin: 0 auto!important;
}

.hs-submit .actions input.hs-button {
  font-size: 18px;
  font-family: proxima-black;
  display: inline-block;
  height: 64px;
  margin: 40px 20px 20px;
  padding: 0 60px;
  color: #fff !important;
  width: 100%;
  min-width: 320px;
  font-weight: normal!important;
  box-sizing: border-box !important;
  text-align: center;
  border: 1px solid #000;
  transition: all 0.3s linear;
  background: #000;
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  line-height: 21px;
}

.hs-submit .actions input.hs-button:hover{
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.9);
  text-decoration: none!important;
  color: #fff!important;
}

.contact-form .hs-error-msgs{
  margin-left: 20px;
}

.contact-form .hs-error-msgs li{
  list-style-type: none;
}

.contact-form .hs-error-msgs label{
  color: red;
}

.hs_submit.hs-submit {
  padding: 20px 0;
  width: 100% !important;
  max-width: 320px; 
  margin: 0 auto!important;
}

.actions {
  position: absolute;
  bottom: -50px;
  right: 10%;
}

/**********************************************/
@media only screen and (max-width: 767px) {
  .contact-form .hs-form-field>label{
    width: 95%;
  }
  
  .contact-form .focus.hs-form-field>label span{
      left: 90%;
      -webkit-transform: translate3d(-90%,0,0);
      transform: translate3d(-90%,0,0);
  }
}

@media only screen and (min-width: 680px) {
  .contact-form .hs-fieldtype-booleancheckbox {
    width: 100%;
  }
}

@media only screen and (max-width: 680px) {
  .contact-form .hs_events_checkbox_group li.hs-form-checkbox {
    margin-bottom: 5vw;
  }
  
  .form-container {
    padding-bottom: 40px;
  }
  
  .actions {
    position: absolute;
    bottom: -59px;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
  }
  
    
  .contact-form fieldset.form-columns-2 .hs-form-field {
     width: 100%!important;
     float: none!important;
   }
}

@media only screen and (max-width: 560px) {
  .patterns-image-container .button-color-wrapper a{
    max-width 200px;
  }
  .form-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .hs-submit .actions input.hs-button {
    width: 280px;
    margin: 30px 0; 40px
  }
  
  .contact-form .hs_events_checkbox_group li.hs-form-checkbox {
    margin-bottom: 5vw;
    flex-basis: 47%;
  }
}

@media only screen and (max-width: 475px) {
  .contact-form .hs_events_checkbox_group li.hs-form-checkbox {
    flex-basis: 47%;
    min-width: 123px;
  }
  
  .contact-form .hs_events_checkbox_group .hs-input + span {
    font-size: 16px;
  }
  
  .contact-form .submitted-message {
    font-size: 18px!important;
  }
  
  .contact-form select.hs-input {
    margin-top: 75px;
  }
}