/* @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    */
/*****************************************/

/* Text Accordion */
.text-accordion {
  max-width: 940px;
  margin: 0 auto;
}
.text-accordion .accordion__summary::before {
  content: "" !important;
  position: absolute;
  right: 0;
  left: inherit;
  top: 15px;
  background: url(https://22422095.fs1.hubspotusercontent-na1.net/hubfs/22422095/accordion-arrow.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  width: 25px;
  height: 25px;
  margin-right: 0;
  transition: 0.3s;
}
.text-accordion .accordion__summary {
  position: relative;
  border-bottom: #D9D9D9;
  padding: 0;
  padding-bottom: 25px;
  padding-right: 30px;
}
.text-accordion .card  {
  margin-bottom: 25px;
  border-bottom: 2px solid #D9D9D9;
}
.text-accordion .card[open] .accordion__summary::before{
  transform: rotate(90deg);
}
.text-accordion .card:last-child{
  border: 0;
}
.text-accordion .accordion__content {
  padding: 0;
  padding-bottom: 25px;
}
.text-accordion .accordion__content p {
  margin-bottom: 0; 
  font-weight: 400;
}
@media(max-width:767px){ 
  .text-accordion .accordion__content p {
    font-size: 22px;
  }
  .text-accordion .accordion__summary {
    font-size: 28px !important;
  }
  .text-accordion .accordion__summary:before {
    height: 20px;
    top: 10px;
    width: 20px;
  }
}

/* up down cards */
.up-down-card + .up-down-card {
  padding-top: 0 !important;
}
.up-down-card::last-child {
  padding-bottom: 120px !important;
}
.up-down-cards > .row-fluid {
  justify-content: center;
  flex-wrap: wrap;
}
.up-down-cards > .row-fluid  > .widget-span {
  max-width: 33.33%;
  width: 100%;
  margin: 0;
  padding: 0 15px;
  margin-bottom: 80px;
}
.up-down-cards .dnd-column *:not(.service-card *) {
  height:100%;
}
.up-down-cards .span4.multy {
  max-width: 52%;
  width: 100%;
}
@media (max-width: 991px) {
  .up-down-cards > .row-fluid > .widget-span {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .up-down-cards > .row-fluid  > .widget-span {
     max-width: 100%;
     margin-bottom: 0;
  }
  .up-down-cards .service-card__icon-wrapper img {
    width: 70px;
  }
  .up-down-cards > .row-fluid > .widget-span:last-child .up-down-card {
    margin-bottom: 0;
  }
} 

/* img-content-5050 */

.img-content-5050 .hs_cos_wrapper_type_linked_image {
  position: relative !important;
  display: block;
/*   aspect-ratio: 720 / 655; */
} 
.img-content-5050 .hs-image-widget {
/*   position: absolute; */
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.img-content-5050 .row-fluid {
  margin-bottom: 0 !important;
}
.img-content-5050 .span6 {
  width: 50%;
}
.img-content-5050:nth-of-type(even) .row-depth-1 > .row-fluid {
  flex-direction: row-reverse;
}
.img-content-5050 .row-depth-1 .span6 + .span6 { 
  padding-left: 90px;
  margin-left: 0;
  padding-right: calc(50% - 580px);
  padding-top: 40px;
  padding-bottom: 40px;
}
.img-content-5050:nth-child(even) .row-depth-1 .span6 + .span6 {
  padding-right: 90px;
  padding-left: 0;
  margin-left: auto;
}
.img-content-5050 .span6 + .span6 p {
  letter-spacing: -0.02em;
  line-height: 120%;
  font-weight: 400;
  margin-bottom: 20px;
}

/* Media Query */
@media (max-width: 1400px) {
   .img-content-5050 .row-depth-1 .span6 + .span6{
    padding-left: 40px;
  }
  .img-content-5050:nth-child(even) .row-depth-1 .span6 + .span6 {
    padding-right: 40px;
  }
  .img-content-5050 .span6 + .span6 p {
    font-size: 18px !important;
  }
  .img-content-5050 .span6 + .span6 h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .img-content-5050 .span6 + .span6 h3 a {
    text-decoration: none;
  }
}
@media (max-width: 767px) {
  .img-content-5050 .row-depth-1 .span6 + .span6, .img-content-5050:nth-child(even) .row-depth-1 .span6 + .span6 {
    margin-left: 0;
  }
  .img-content-5050 .row-depth-1 .span6 {
    margin-bottom: 20px;
  }
  .img-content-5050 .span6 {
    width: 100%;
  }
   .img-content-5050 .row-depth-1 .span6 + .span6{
     padding-left: 0;
     padding-top: 0;
     padding-bottom: 0;
  }
   .img-content-5050 .span6 + .span6 p {
    font-size: 16px !important;
  }
}

/* Partners Slider Component */


.partners-slider .hs_cos_wrapper_type_header h3 {
  margin-bottom: 50px;
}
.partners-slider .ps-item-logo {
    border-radius: 32px;
    box-shadow: 0 6px 12px 1px rgb(81 77 78 / 16%);
    display: flex!important;
    align-items: center;
    height: auto;
    justify-content: center;
    margin: 0 10px;
/*     max-width: 250px; */
    padding: 50px 33px;
    width: 100% !important;
}
.partners-slider .ps-item-logo img {
  width: 160px;
}
@media (max-width: 767px) {
  .partners-slider .hs_cos_wrapper_type_header h3 {
    margin-bottom: 20px;
  }
}

/* Navy Blue Fifty */
.navy-blue-fifty .hs_cos_wrapper_type_linked_image .hs_cos_wrapper_type_rich_text {
  max-width: 560px;
}
.navy-blue-fifty .hs_cos_wrapper_type_linked_image  {
  position: relative;
  padding-bottom: 56.2%;
  display: block;
  margin-left: -185px;
}
.navy-blue-fifty .hs_cos_wrapper_type_linked_image > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.navy-blue-fifty #hs_cos_wrapper_module_16675632771286 {
  padding-left: calc((100% - 1220px) / 2) !important;
}

/* Changing the game */

.changing-the-game {
  background-color: #F5F5F5;
}
.changing-the-game .span12 > .row-fluid-wrapper > .row-fluid  {
`
}
.changing-the-game .span8 {
  padding: 80px 0 200px;
}
.changing-the-game .span12 .row-fluid  {
  display: flex;
  flex-wrap: wrap;
}
.changing-the-game .hs_cos_wrapper_type_header h4 {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .changing-the-game .hs_cos_wrapper_type_header h4 {
     margin-bottom: 60px;
  }
}
.changing-the-game .span4 * {
    height: 100%;
}
.changing-the-game .hs_cos_wrapper_type_linked_image {
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px 0 0 10px;
}
.changing-the-game .hs_cos_wrapper_type_linked_image img {
    height: 100% !important;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}
.changing-the-game .span8 .span12 .row:last-child .changing-game-item {
  margin-bottom: 0;
}
.changing-game-item .cg-image {
  max-width: 85px;
  width: 100%;
  margin-right: 27px;
}

/* Ancher Links To Jump Section */

.ancher-list-section .span12  .hs_cos_wrapper_type_rich_text a {
  position: relative;
  display: block;
  font-size: 16px;
  text-decoration: none;
  padding: 0 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700 !important;
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 0;
  transition: 0.3s;
  z-index: 1;
}
.ancher-list-section .span12  .hs_cos_wrapper_type_rich_text a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #092e6e;
  transition: 0.3s;
  z-index: -1;
}
.ancher-list-section .span12  .hs_cos_wrapper_type_rich_text:hover a::before {
  height: 100%;
}
.ancher-list-section .span12  .hs_cos_wrapper_type_rich_text:hover a {
  color: #ffffff;
}
.ancher-list-section .span12  .hs_cos_wrapper_type_header h4 {
  margin-bottom: 94px;
}
.ancher-list-section .span12 .span2 {
  text-align: center;
  padding: 0 15px;
  margin: 0;
  height: auto;
  max-width: 190px;
  width: 100%;
  margin-bottom: 20px;
}
.ancher-list-section .span12 .span2 * {
  height: 100%;
  display: block;
}
.row-fluid-wrapper.row-depth-1.row-number-6.dnd-row.fixed {
  position: fixed;
  top: 130px;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #ffffff;
}

.ancher-list-section .horizontal-dropdown {
  position: relative;
  border: 1px solid #092E6E;
  width: 100%;
  display: block;
  padding: 10px 50px 10px 20px;
  font-size: 16px;
  font-weight: 700;
  color: #3F97D3;
}
.ancher-list-section .horizontal-dropdown::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
  width: 25px;
  height: 25px;
  background: url(https://22422095.fs1.hubspotusercontent-na1.net/hubfs/22422095/up-arrow-4.svg);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: 50%;
  transition: 0.3s;
}
.ancher-list-section .horizontal-dropdown.active::before {
  transform: rotate(180deg) translateY(50%);
}
.ancher-list-section .span12 .span12 .row-fluid-wrapper>.row-fluid {
  background-color: #ffffff;
  z-index: 1;
}
.ancher-list-section .span12 .span12 > .dnd-row + .dnd-row.fixed {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 767px) {
  .ancher-list-section .horizontal-dropdown {
    display: none;
  }
  .ancher-list-section .span12  .hs_cos_wrapper_type_rich_text a.active::before {
    height: 100%;
  }
  .ancher-list-section .span12  .hs_cos_wrapper_type_rich_text a.active {
    color: #ffffff;
  }
}
@media (max-width: 1200px) {
  .ancher-list-section .span12 .span2 {
    max-width: inherit;
    width: unset;
  }
  .ancher-list-section .span12 .hs_cos_wrapper_type_header h4 {
    margin-bottom: 30px;
  }
}
  @media (max-width: 991px) {
    .ancher-list-section .span12 .span2 {
          padding: 0 6px;
    }
  }
@media (max-width: 767px) {
  .ancher-list-section .span12 .span12 > .dnd-row + .dnd-row {
    position: relative !important;
  }
   .ancher-list-section .span12 .span12 > .dnd-row + .dnd-row.fixed {
    position: fixed !important;
  }
  .ancher-list-section .span12 .span12 > .dnd-row + .dnd-row > .row-fluid {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #092E6E;
    border-top: 0;
  }
  .ancher-list-section .span12 .hs_cos_wrapper_type_rich_text a {
    text-align: left;
    padding: 10px 0;
    display: block;
    margin-top: 0;
  }
  .ancher-list-section .span12 .hs_cos_wrapper_type_rich_text a::before {
    display: none;
  }
  .ancher-list-section .span12 .span2 {
    display: block;
    max-width: 100%;
    padding: 0 20px;
    margin: 0;
    border-bottom: 1px solid #092E6E;
  }
  .ancher-list-section .span12 .span2:last-child {
    border-bottom: 0;
  }
  .ancher-list-section .span12 .hs_cos_wrapper_type_header h4 {
    margin-bottom: 30px;
  }
  .ancher-list-section .dnd_area-row-1-padding {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .ancher-list-section .span12  .hs_cos_wrapper_type_header h4 {
    margin-bottom: 40px;
  }
} 
/* Header */
.header__bottom .search-icon {
  background: url(https://22422095.fs1.hubspotusercontent-na1.net/hubfs/22422095/search.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  margin-left: 15px;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .header__bottom .search-icon {
    margin-right: 15px;
/*     margin-top: 6px */
  }
  .header .hs-search-field {
    top: 90px !important;
  }
 .header .hs-search-field.scroll-active {
    top: 70px !important;
  }
}
@media (max-width: 767px) {
  .header .hs-search-field {
    top: 85px !important;
  }
  .header .hs-search-field.scroll-active {
    top: 65px !important;
  }
}
.header__bottom .header__menu-wrapper.no-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.header .hs-search-field{
  position: fixed;
  top: 160px;
  left: 0;
  z-index: 9;
/*   height: 100vh; */
  width: 100%;
  visibility: hidden;
  transform: translateY(20px);
  transition: 0.3s;
  opacity: 0;
}
.header .hs-search-field.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header .hs-search-field.scroll-active {
  top: 112px;
}
.header__bottom.search-active {
  background-color: #092e6e; 
}
.header .hs-search-field__bar {
  background-color: #092e6e;
  padding: 40px 20px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.hs-search-field form {
  position: relative;
  background-color: transparent;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
}
.hs-search-field form button {
  position: absolute;
  right: 0;
  top: 9px;
  background-color: transparent;
  border: 0;
  fill: #ffffff;
}
.hs-search-field form button svg {
  height: 20px;
  width: 20px;
}
.hs-search-field form .hs-search-field__input {
  font-size: 20px;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 100vh;
  padding: 0 50px 0 30px;
  color: #ffffff;
  height: 50px;
  font-weight: 500;
}
.hs-search-field form .hs-search-field__input::placeholder {
  color: #ffffff;
}

@media (max-width: 1200px) {
  .header__bottom .header__menu-wrapper.no-list {
    display: inherit;
  }
  .header__menu--mobile .login-btn .button--secondary {
    background-color: #3F97D3;
  }
  .header__menu--mobile .login-btn .button--secondary::hover {
    background-color: #ffffff;
  }
  .header__menu--mobile .search-icon {
    display: none;
  }
  .header .header__menu--mobile .button {
    min-width: 105px;
    justify-content: center;
  } 
}

/* Customer Cases */
.customer-cases {
  overflow: hidden;
}
.customer-cases .span12 .dnd-column:nth-child(2) {
  padding-top: 60px;
  padding-left: 70px;
  padding-bottom: 60px;
}
.customer-cases .span12 .dnd-column:nth-child(2) {
  position: relative;
  margin-left: 40px;
}
@media(max-width: 1200px) {
  .customer-cases .span12 .dnd-column:nth-child(2) {
    margin-left: 20px;
  }
}
@media(max-width: 992px) {
  .customer-cases .span12 .dnd-column:nth-child(2) {
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    margin-left: 0;
  }
}
.customer-cases .span12 .dnd-column:nth-child(2)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: #3F97D3;
  z-index: -1;
  border-radius: 8px 0 0 8px;
}
.customer-cases .span12 > .row-fluid-wrapper:not(:last-child) {
  margin-bottom: 45px;
}
.customer-cases .span12 > .row-fluid-wrapper:nth-child(even) .dnd-column:nth-child(2)::before {
    background-color: #092E6E;
}
.customer-cases .span12 {
    padding-left: calc((100% - 1160px) / 2);
    padding-right: calc((100% - 1160px) / 2);
}
.customer-cases > .row-fluid > .span12 > .dnd-row > .row-fluid {
  display: flex;
  flex-wrap: nowrap;
}
/* .customer-cases .span12 .dnd-column:nth-child(1) .hs_cos_wrapper_type_linked_image {
  display: flex;
  justify-content: flex-end;
} */
.customer-cases .span12 .span4 {
    max-width: 336px !important;
    width: 100%;   
}
.customer-cases .span12 .dnd-column:nth-child(1) .hs_cos_wrapper_type_linked_image img  {
  width: 100%;
}
.customer-cases h4 + p {
  margin-bottom: 0;
}
.customer-cases .span12 .dnd-column:nth-child(2) .dnd-row:nth-child(3) .widget-type-rich_text {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  color: #ffffff;
  background: hsla(0, 0%, 0%, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.customer-cases .span12 .dnd-column:nth-child(2) .dnd-row:nth-child(3) .widget-type-rich_text.is-visible {
  opacity: 1;
  visibility: visible;
}

.customer-cases .span12 .dnd-column:nth-child(2) .dnd-row:nth-child(3) .widget-type-rich_text .hs_cos_wrapper_type_rich_text {
  background-color: #3F97D3;
  padding: 40px 55px;
  border-radius: 8px;
  max-width: 1055px;
  width: 100%;
  max-height: 100%;
  overflow: auto;
}
.customer-cases .span12 > .row-fluid-wrapper:nth-child(even) .dnd-column:nth-child(2) .dnd-row:nth-child(3) .widget-type-rich_text .hs_cos_wrapper_type_rich_text {
  background-color: #092E6E;
}
.customer-cases .popup-close {
  position: relative;
  cursor: pointer;
}
.customer-cases .popup-close:before {
  content: "";
  position: absolute;
  top: -30px;
  right: -45px;
  background-image: url(https://22422095.fs1.hubspotusercontent-na1.net/hubfs/22422095/cross.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 21px;
  height: 21px;
}
.customer-cases .span12 .dnd-column:nth-child(2) .dnd-row:nth-child(3) .widget-type-rich_text .hs_cos_wrapper_type_rich_text p span {
  line-height: 22px !important;
  display: inline-block;
}
.customer-cases .span12 .span8 .button-wrapper .button {
  min-width: 170px;
  display: inline-block;
}
@media(max-width: 992px) {
  .customer-cases .span12 .dnd-column:nth-child(2) .dnd-row:nth-child(3) .widget-type-rich_text .hs_cos_wrapper_type_rich_text p span {
    font-size: 18px !important;
  }
  .customer-cases > .row-fluid > .span12 > .dnd-row > .row-fluid {
    flex-direction: column;
  }
}
@media(max-width: 767px) {
  .customer-cases .span12 .dnd-column:nth-child(2) .dnd-row:nth-child(3) .widget-type-rich_text .hs_cos_wrapper_type_rich_text {
    padding: 20px;
    padding-top: 50px;
  }
  .customer-cases .popup-close:before {
    right: -10px;
    top: -40px;
  }
  .customer-cases .span12 .dnd-column:nth-child(2) .widget-type-rich_text .hs_cos_wrapper_type_rich_text > div span {
    font-size: 20px;
  }
  .customer-cases .span12 .dnd-column:nth-child(2) .dnd-row:nth-child(3) .widget-type-rich_text {
    padding: 50px 20px;
  }
  .customer-cases .span12 .dnd-column:nth-child(1) .hs_cos_wrapper_type_linked_image img {
    margin-bottom: 10px;
  }
}
.customer-cases .span12 .dnd-column:nth-child(2) .dnd-row:nth-child(3) .widget-type-rich_text p:last-child {
  margin-bottom: 0;
}
body.overflow {
  overflow: hidden;
}

/* Power of innovation */
.power-of-innovation .span12 > .dnd-row > .row-fluid {
  display: flex;
  flex-wrap: wrap;
}
.power-of-innovation > .row-fluid {
  padding-right: 0 !important;
}
.power-of-innovation .hs_cos_wrapper_type_linked_image {
  border-radius: 0 !important;
}
.power-of-innovation {
  background-color: #3F97D3;
}
.competitive-advantage .hs-image-widget {
  display: block;
}
/* Image Outer */
.image-outer {
  background-color: transparent;;
}
.image-outer .span12 .row-fluid  .span6:nth-child(1) {
  padding-top: 55px;
  padding-bottom: 125px;
  padding-left: calc((100% - 1160px) / 2)
}
.image-outer .span12 .row-fluid  .span6:nth-child(1) > .dnd-row {
  position: relative;
  padding-top: 55px;
  padding-bottom: 55px;
  padding-right: 50px;
}
.image-outer .span12 .row-fluid  .span6:nth-child(1) > .dnd-row p {
  margin-bottom: 0;
}
.image-outer .span12 .row-fluid  .span6:nth-child(1) > .dnd-row:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: #3F97D3;
  z-index: -1;
}
.image-outer > .row-fluid  > .span12 > .dnd-row > .row-fluid > .dnd-column {
  width: 50%;
  margin-left: 0;
}
.image-outer > .row-fluid  > .span12 > .dnd-row > .row-fluid {
  display: flex;
  flex-wrap: wrap;
}
.image-outer .hs_cos_wrapper_type_linked_image {
  border-radius: 8px !important;
}
@media (max-width: 1200px) {
  .image-outer .span12 .row-fluid  .span6:nth-child(1) > .dnd-row {
    padding: 20px;
  }
  .image-outer .span12 .row-fluid  .span6:nth-child(1) {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .image-outer .span12 .row-fluid  .span6:nth-child(1) > .dnd-row {
    padding-right: 20px;
  }
  .image-outer > .row-fluid  > .span12 > .dnd-row > .row-fluid {
    flex-direction: column-reverse;
  }
  .image-outer > .row-fluid  > .span12 > .dnd-row > .row-fluid > .dnd-column {
    width: 100%;
  }
  .image-outer .span12 .row-fluid  .span6:nth-child(1) {
    padding-top: 0;
    padding-bottom: 0;
  }
}

/* Footer */
@media (min-width: 1200px) {
  .footer .span12 > .dnd-section:first-child .span2, .footer .span12 > .dnd-section:first-child .span3 {
    margin-left: 0;
    padding: 0 10px;
    width: 22%;
  }
  .footer .span12 > .dnd-section:first-child .span2:nth-child(1), .footer .span12 > .dnd-section:first-child .span2:nth-child(2) {
    width: 17%;
  }
}

/* Text Slider */
.text-slider .partners-slider {
  max-width: 100%;
}
.text-slider .partners-slider .hs_cos_wrapper_type_inline_text {
  text-align: center;
  font-weight: 700;
}
.text-slider .partners-slider .ps-item-logo h5 {
  margin-bottom: 0;
}
.text-slider .span12 h4 {
  max-width: 850px;
  margin: 0 auto;
  margin-bottom: 30px;
}

/* Full Width Image Container */
.full-width-image img {
  width: 100%;
  display: block;
}

/* Timeline Section */

.timeline-content ul {
  padding-left: 60px;
  margin-bottom: 0;
}
.timeline-section .button-wrapper {
  margin-top: 50px;
}
.timeline-section .timeline-content li {
  position: relative;
  margin: 0;
  list-style: none;
}
.timeline-section .timeline-content li:before {
  content: "";
  position: absolute;
  left: -50px;
  top: 4px;
  width: 35px;
  height: 35px;
  background-color: #ffffff;
  border-radius: 50%;
}
.timeline-section .timeline-content li:after {
  content: "";
  position: absolute;
  left: -33px;
  top: 10px;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
}
.timeline-section .timeline-content li:last-child:after {
  display: none;
}.timeline-section .timeline-content li:last-child p {
  padding-bottom: 0;
}
.timeline-section .timeline-content li p {
  margin-bottom: 0;
  padding-bottom: 45px;
  line-height: 1.17;
}
.timeline-section .timeline-content li p span {
  color: #ffffff !important;
}
@media (max-width: 767px){
  .button-wrapper {
    margin-top: 0 !important;
  }
  .timeline-content {
    margin-top: 40px;
  }
  .timeline-content ul {
    padding-left: 50px;
  }
}

/* Industry Page Image Content Fifty Fifty */
.img-content-5050 > .row-fluid  > .span12 > .dnd-row:nth-child(even) > .row-fluid {
  flex-direction: row-reverse;
}
.img-content-5050 > .row-fluid  > .span12 > .dnd-row:nth-child(even) > .row-fluid > .span6 + .span6 {
  padding-left: 0;
  padding-right: 90px;
  padding-left: calc(50% - 580px);
}
.img-content-5050 > .row-fluid  > .span12 > .dnd-row:nth-child(even) {
  padding-right: 0 !important;
}
.img-content-5050 > .row-fluid  > .span12 > .dnd-row:nth-child(odd) {
  padding-left: 0 !important;
}
.img-content-5050 > .row-fluid  > .span12 > .dnd-row:nth-child(odd) .hs_cos_wrapper_type_linked_image {
  margin-right: -10px;
}
.img-content-5050 > .row-fluid  > .span12 > .dnd-row:nth-child(even) .hs_cos_wrapper_type_linked_image {
  margin-left: -10px;
}
.img-content-5050 .row-fluid-wrapper[class*=cell_] .span6:first-child * {
  height: 100%;
}
@media (max-width: 1400px) {
  .img-content-5050 > .row-fluid  > .span12 > .dnd-row:nth-child(even) > .row-fluid > .span6 + .span6 {
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .img-content-5050 .span6 + .span6 p {
    max-height: 100%;
    overflow: inherit;
  }
  .img-content-5050 > .row-fluid  > .span12 > .dnd-row  {
    padding: 0 !important;
    margin-bottom: 20px;
  }
  .img-content-5050, .img-content-5050.dnd_area-row-2-padding {
    padding: 0 20px !important;
  }
  .img-content-5050 > .row-fluid > .span12 > .dnd-row .hs_cos_wrapper_type_linked_image {
    margin: 0 !important;
  }
  .img-content-5050 > .row-fluid > .span12 > .dnd-row:nth-child(even) > .row-fluid > .span6 + .span6 {
    padding-right: 0;
  }
}

/* Transform your opration */
.transform-your-operations {
  overflow: hidden;
}
.transform-your-operations > .row-fluid > .span12 > .dnd-row > .row-fluid {
  display: flex;
}
.transform-your-operations > .row-fluid > .span12 > .dnd-row > .row-fluid > .span6:nth-child(1) .hs_cos_wrapper_type_linked_image {
  display: block;
  position: relative;
  aspect-ratio: 743/496;
}
.transform-your-operations > .row-fluid > .span12 > .dnd-row > .row-fluid > .span6:nth-child(1) .hs_cos_wrapper_type_linked_image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 8px 8px 0;
}
.transform-your-operations > .row-fluid > .span12 > .dnd-row > .row-fluid > .span6:nth-child(1) {
  margin-top: 65px;
}
.transform-your-operations > .row-fluid > .span12 > .dnd-row > .row-fluid > .span6:nth-child(2) {
  height: 100%;
  padding-right: calc((100% - 1160px) / 2);
  margin-left: 0;
}
.transform-your-operations > .row-fluid > .span12 > .dnd-row > .row-fluid > .span6:nth-child(2) .dnd-row {
  position: relative;
  margin-left: -80px;
  height: 100%;
  z-index: 1;
  padding-top: 75px;
  padding-bottom: 75px;
  padding-left: 85px;
}
.transform-your-operations > .row-fluid > .span12 > .dnd-row > .row-fluid > .span6:nth-child(2) .dnd-row::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: #092E6E;
  z-index: -1;
  border-radius: 8px;
}
.transform-your-operations > .row-fluid > .span12 > .dnd-row > .row-fluid > .span6:nth-child(2) .widget-type-rich_text {
    text-align: right;
}
.transform-your-operations > .row-fluid > .span12 > .dnd-row > .row-fluid > .span6:nth-child(2) .widget-type-rich_text p {
  margin-bottom: 0;
}
.transform-your-operations > .row-fluid > .span12 > .dnd-row > .row-fluid > .span6 {
  width: 50%;
}
@media (max-width: 1200px) {
  .transform-your-operations > .row-fluid > .span12 > .dnd-row > .row-fluid > .span6:nth-child(2) .dnd-row {
    padding: 60px 20px;
  }
}
@media (max-width: 992px) {
  .transform-your-operations > .row-fluid > .span12 > .dnd-row > .row-fluid {
    flex-direction: column;
  }
  .transform-your-operations > .row-fluid > .span12 > .dnd-row > .row-fluid > .span6 {
    width: 100%;
  }
  .transform-your-operations > .row-fluid > .span12 > .dnd-row > .row-fluid > .span6:nth-child(2) .dnd-row {
    margin-left: 0;
  }
  .transform-your-operations > .row-fluid > .span12 > .dnd-row > .row-fluid > .span6:nth-child(2) .dnd-row::before {
    border-radius: 0;
  }
  .transform-your-operations > .row-fluid > .span12 > .dnd-row > .row-fluid > .span6:nth-child(1) .hs_cos_wrapper_type_linked_image img {
    border-radius: 0;
  }
  .transform-your-operations > .row-fluid > .span12 > .dnd-row > .row-fluid > .span6:nth-child(1) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .transform-your-operations > .row-fluid > .span12 > .dnd-row > .row-fluid > .span6:nth-child(2) .dnd-row {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/* XR Offers  */
.xr-offers {
  padding-top: 180px;
}
.xr-offers .top-text {
  max-width: 59%;
  width: 100%;
  background-color: #092E6E;
  padding: 80px 100px 80px 0;
  border-radius: 0 8px 8px 0;
  padding-left: calc(50% - 580px);
  margin-bottom: 20px;
  margin-top: -290px;
}
.xr-offers .top-text h4 {
  margin-bottom: 0;
}
.xr-offers .middle-text {
  padding-left: calc((100% - 1160px) / 2);
  padding-right: calc((100% - 1160px) / 2);
}
.xr-offers .middle-text p {
  margin-bottom: 50px;
}
.xr-offers > .row-fluid > .span12 > .dnd-row:nth-child(3) .widget-type-linked_image {
  width: 100%;
}

.xr-offers > .row-fluid > .span12 > .dnd-row:nth-child(3).hs_cos_wrapper_type_linked_image {
  display: block;
}
.xr-offers > .row-fluid > .span12 > .dnd-row:nth-child(3) .hs_cos_wrapper_type_linked_image img {
  width: 100%;
  display: block;
}
@media (max-width: 1200px) {
  .xr-offers .top-text {
    padding: 60px 50px 60px 20px;
    margin-top: -230px;
  }
  .xr-offers .middle-text {
    padding-left: 20px;
    padding-right: 20px;
  }
  .xr-offers {
    padding-top: 110px;
  }
}
@media (max-width: 991px) {
  .xr-offers .top-text {
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  .xr-offers .top-text {
    max-width: 100%;
    border-radius: 0;
    margin-top:0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .xr-offers, .xr-offers.dnd_area-row-6-margin  {
    margin-top: 0 !important;
    padding-top: 0;
  }
  .xr-offers .middle-text p {
    margin-bottom: 30px;
  }
}

/* XR Predict */
.xr-predict .row-fluid-wrapper .widget-type-cell:first-child:before {
  background-color: #3f97d3 !important;
}


/* Banner Video */
.hero-banner > .embed_container, .hero-banner > .oembed_container  {
  position:  absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  max-height: 100% !important;
  max-width: 100% !important;
}
.hero-banner > .embed_container > .iframe_wrapper, .hero-banner > .oembed_container > .iframe_wrapper {
  height: 100%;
  width: 100%;
  padding: 0;
}
.hero-banner > .embed_container > .iframe_wrapper > .video-player, .hero-banner > .embed_container > .iframe_wrapper > iframe, 
.hero-banner > .oembed_container > .iframe_wrapper > .video-player, .hero-banner > .oembed_container > .iframe_wrapper > iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
  pointer-events: none;
  background-color: #092E6E;
}
.hs_cos_wrapper_type_module {
  min-height:20px;
}

/* Platforms Fifty Fifty Component */
.hs-content-id-92464181881 .img-content-5050 {
  overflow: hidden;
}
.hs-content-id-92464181881 .img-content-5050 > .row-fluid > .span12 > .dnd-row {
  background-color: #F5F5F5;
  padding: 0 !important;
}
.hs-content-id-92464181881 .img-content-5050 > .row-fluid > .span12 > .dnd-row:nth-child(odd) .row-fluid {
  flex-direction: row-reverse;
}
.hs-content-id-92464181881 .img-content-5050 > .row-fluid > .span12 > .dnd-row:nth-child(even) .row-fluid {
  flex-direction: inherit;
  padding-left: 0;
}
.hs-content-id-92464181881 .img-content-5050 > .row-fluid > .span12 > .dnd-row:nth-child(odd) .row-fluid .span6 + .span6 {
  padding-left: calc(50% - 580px);
  padding-right: 90px;
}

.hs-content-id-92464181881 .img-content-5050 > .row-fluid > .span12 > .dnd-row:nth-child(even) > .row-fluid > .span6 + .span6 {
  padding-right: calc(50% - 580px);
  padding-left: 90px;
}
.hs-content-id-92464181881 .img-content-5050 > .row-fluid > .span12 > .dnd-row:nth-child(even) .hs_cos_wrapper_type_linked_image {
  margin-left: 0 !important;
}
.hs-content-id-92464181881 .img-content-5050 > .row-fluid > .span12 > .dnd-row .row-fluid .span6 + .span6 .hs_cos_wrapper_type_linked_image {
  margin-bottom: 25px;
  max-width: 210px;
}
@media (max-width: 1400px) {
  .hs-content-id-92464181881 .img-content-5050 > .row-fluid > .span12 > .dnd-row:nth-child(odd) .row-fluid .span6 + .span6 {
    padding-right: 40px;
  }

  .hs-content-id-92464181881 .img-content-5050 > .row-fluid > .span12 > .dnd-row:nth-child(even) > .row-fluid > .span6 + .span6 {
    padding-left: 40px;
  }
}
@media (max-width: 1200px) {
  .hs-content-id-92464181881 .img-content-5050 > .row-fluid > .span12 > .dnd-row:nth-child(odd) .row-fluid .span6 + .span6 {
    padding-left: 20px;
  }
  .hs-content-id-92464181881 .img-content-5050 > .row-fluid > .span12 > .dnd-row:nth-child(even) > .row-fluid > .span6 + .span6 {
    padding-right: 20px;
  }
  .hs-content-id-92464181881 .img-content-5050 > .row-fluid > .span12 > .dnd-row .row-fluid .span6 + .span6 .hs_cos_wrapper_type_linked_image img {
    max-height: 35px;
    width: auto;
  }
  .hs-content-id-92464181881 .img-content-5050 > .row-fluid > .span12 > .dnd-row .row-fluid .span6 + .span6 .hs_cos_wrapper_type_linked_image {
    margin-bottom: 10px !important;
  }
}
@media (max-width: 767px) {
  .hs-content-id-92464181881 .img-content-5050 > .row-fluid > .span12 > .dnd-row .row-fluid .span6 + .span6 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

/* Looks Like In Action */
.grid-container-overlap {
  overflow: hidden;
}
.grid-container-overlap .row-fluid > .span12 .widget-type-rich_text {
  position: relative;
  padding: 0 calc((100% - 1160px) /2);
  padding-top: 60px;
  padding-bottom: 75px;
}
.grid-container-overlap .row-fluid > .span12 > .dnd-row > .row-fluid > .span12 > .widget-type-rich_text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100vw;
  background-color: #092E6E;
  z-index: -1;
}

/* partner text slider */
.partners-slider.text-slider {
  max-width: 100%;
}
.partners-slider.text-slider .ps-item-logo {
  position: relative;
  overflow: hidden;
}
.partners-slider.text-slider .ps-item-logo .ps-hide-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s;
  padding: 20px 20px;
  background-color: #ffffff;
  overflow: auto;
  border-radius: 32px;
}
.partners-slider.text-slider .ps-item-logo:hover .ps-hide-content {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.partners-slider.text-slider .ps-item-logo .ps-hide-content p span {
  display: block;
  color: #092E6E;
}
.partners-slider.text-slider .ps-item {
  padding: 0 30px;
}
.partners-slider.text-slider .ps-item-logo h5 {
  margin-bottom: 0;
  text-align: center;
}

.partners-slider.text-slider ::-webkit-scrollbar {
  width: 5px;
  right: 5px;
  position:absolute;
} 
.partners-slider.text-slider ::-webkit-scrollbar-thumb {
  background: #092E6E;
  border-radius:10px;
}
.partners-slider.text-slider .ps-item-logo .ps-hide-content p {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .partners-slider.text-slider .ps-item-logo .ps-hide-content p span {
    font-size: 16px;
  }
}

/* Up down listing with image */
.up-down-listing-with-img > .row-fluid > .dnd-column {
  padding-left: calc(50% - 580px);
}
.up-down-listing-with-img > .row-fluid > .dnd-column > .dnd-row > .row-fluid  {
  display: flex;
  flex-wrap: wrap;
}
.up-down-listing-with-img > .row-fluid > .dnd-column > .dnd-row > .row-fluid  > .dnd-column + .dnd-column * {
  height: 100%;
}
.up-down-listing-with-img > .row-fluid > .dnd-column > .dnd-row > .row-fluid  > .dnd-column + .dnd-column img {
  height: 100% !important;
  width: 100%;
  object-fit: cover;
  position: relative;
  border-radius: 8px 0 0 8px;
}
.up-down-listing-with-img > .row-fluid > .dnd-column > .dnd-row > .row-fluid  > .dnd-column:first-child {
  padding-bottom: 200px;
  width: 60%;
}
.up-down-listing-with-img > .row-fluid > .dnd-column > .dnd-row > .row-fluid  > .dnd-column + .dnd-column {
  width: 37%;
  margin-left: auto;
  max-width: 475px;
}
@media (max-width: 1200px) {
  .up-down-listing-with-img.dnd_area-row-4-padding {
    padding-left: 20px !important;
  }
}
@media (max-width: 767px) {
  .up-down-listing-with-img.dnd_area-row-4-padding {
    padding-right: 20px !important;
  }
  .up-down-listing-with-img > .row-fluid > .dnd-column > .dnd-row > .row-fluid  > .dnd-column + .dnd-column img {
    display: none;
  }
  .up-down-listing-with-img > .row-fluid > .dnd-column > .dnd-row > .row-fluid > .dnd-column:first-child {
    width: 100%;
  }
}
/* Twin Tick List */
.tick-list {
  padding-left: 60px;
}
.twin-content-list p, .twin-content-list h3 {
  padding-left: 60px;
}
.tick-list li {
  position: relative;
  margin-left: 0;
  list-style: none;
}
.tick-list li::before {
  content: "";
  position: absolute;
  left: -60px;
  top: 23px;
  transform:translateY(-50%);
  background-image: url(https://22422095.fs1.hubspotusercontent-na1.net/hubfs/22422095/arrow.svg);
  background-size: 40px;
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
}
@media (max-width: 1200px) {
  .tick-list li::before {
    height: 30px;
    width: 30px;
    background-size: 30px;
    top: 16px;
  }
}
@media (max-width: 991px) {
  .tick-list li::before {
    top: 15px;
  }
}
@media (max-width: 767px) {
  .tick-list li::before {
    top:14px;
    left: -40px;
  }
  .tick-list {
    padding-left: 40px;
    margin-bottom: 10px;
  }
  .tick-list h5, .tick-list li {
    margin-bottom: 10px;
  }
  .twin-content-list p, .twin-content-list h3 {
    padding-left: 40px;
  }
}


/* 404 Page */
.hs-content-id-0 .header__bottom {
  background-color: #092e6e
}
.hs-content-id-0 .error-page {
  padding: 16.8rem 0 10.8rem;
}
.hs-content-id-0 .content-wrapper {
  max-width: 100%;
}
@media screen and (min-width: 1100px) {
  .error-page::before {
    font-size: 18rem;
  }
}
@media (max-width: 1200px) {
  .hs-content-id-0 .error-page {
    padding: 9.8rem 0 8.8rem;
  }
}
@media (max-width: 767px) {
  .hs-content-id-0 .error-page {
    padding: 7.8rem 0 4.8rem;
  }
}

/*****search result******/
.hs-search-field__suggestions{
  display:none;
}
.systems-page--search-results {
  padding:0 calc(50% - 580px) 100px;
  padding-top:200px;
}
.hs-search-results li .hs-search-results__title {
    font-size: 30px;
    text-decoration: none;
    font-weight: bold;
}
.hs-search-results li .hs-search-results__title:hover {
  font-weight:bold;
/*   text-decoration:underline; */
  color:#3F97D3;
}
.hs-search-results li .hs-search-results__description{
  padding-top: 10px;
  margin-bottom: 0;
}
.hs-search-results li .hs-search-results__description:empty{
  padding:0;
}
.hs-search-results .hs-search-results__listing li {
  margin-bottom:30px;
}
.hs-search-results__pagination a {
   font-size:20px;
  text-decoration:none;
}
.hs-search-results__pagination a:hover {
  color:#3F97D3;
}
@media(max-width:1200px){
  .systems-page--search-results {
    padding-top:150px;
  }
}
@media (max-width: 991px) {
  .hs-content-id-91028523947 .row-fluid-wrapper > .row-fluid > .span12 > .dnd_area-row-0-padding, .hs-content-id-92786401605 .row-fluid-wrapper > .row-fluid > .span12 > .dnd_area-row-0-padding {
    padding-top: 120px !important;
  }
}
@media(max-width:767px){
  .hs-search-results li .hs-search-results__title {
    font-size:26px;
  }
    .hs-content-id-91028523947 .row-fluid-wrapper > .row-fluid > .span12 > .dnd_area-row-0-padding, .hs-content-id-92786401605 .row-fluid-wrapper > .row-fluid > .span12 > .dnd_area-row-0-padding  {
    padding-top: 110px !important;
  }
}