@keyframes explodified-filters-fade {
  0% {
    max-width: 50rem;
    opacity: 1;
  }
  100% {
    max-width: 0;
    opacity: 0;
  }
}
@keyframes explodified-filters-show {
  0% {
    max-width: 0;
    opacity: 0;
  }
  100% {
    max-width: 50rem;
    opacity: 1;
  }
}
@keyframes marqueeLeft {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
body article.node--type-service {
  display: flex;
}
body article.node--type-service .node__content {
  width: 100%;
}
body article.node--type-service .node__content .header-slice {
  position: relative;
  height: auto;
}
body article.node--type-service .node__content .header-slice .header-image {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}
body article.node--type-service .node__content .header-slice .header-image .field--name-field-header-background-image {
  height: 100%;
  overflow: hidden;
}
body article.node--type-service .node__content .header-slice .header-image .field--name-field-header-background-image .content,
body article.node--type-service .node__content .header-slice .header-image .field--name-field-header-background-image .field--name-field-svg,
body article.node--type-service .node__content .header-slice .header-image .field--name-field-header-background-image .vocabulary-graphic-asset {
  height: 100%;
}
body article.node--type-service .node__content .header-slice .header-image .field--name-field-header-background-image .content svg,
body article.node--type-service .node__content .header-slice .header-image .field--name-field-header-background-image .field--name-field-svg svg,
body article.node--type-service .node__content .header-slice .header-image .field--name-field-header-background-image .vocabulary-graphic-asset svg {
  width: auto;
  height: 100%;
}
body article.node--type-service .node__content .header-slice .header-image .field--name-field-header-image-mobile {
  display: none;
}
body article.node--type-service .node__content .header-slice .text-container {
  width: 100%;
  height: auto;
  text-align: center;
  padding-top: 14rem;
  padding-bottom: 6.7rem;
}
body article.node--type-service .node__content .header-slice .text-container .field--name-field-title {
  z-index: 400;
  color: #ffffff;
  margin-bottom: 2.7rem;
}
body article.node--type-service .node__content .header-slice .text-container .field--name-field-title .field__label {
  font-size: 2.7rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-weight: 300;
  color: #004d58;
}
body article.node--type-service .node__content .header-slice .text-container .field--name-field-title .field__item {
  font-family: roboto, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 4.4rem;
  line-height: 4.7rem;
  color: #00AEC5;
}
body article.node--type-service .node__content .header-slice .text-container .field--name-body {
  color: #004d58;
  max-width: 86rem;
  margin: 0 auto 1.8rem auto;
  font-family: roboto, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 3rem;
  line-height: 4rem;
}
body article.node--type-service .node__content .header-slice .text-container .field--name-field-sub-text {
  color: #004d58;
  max-width: 86rem;
  margin: 0 auto;
  font-family: roboto-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
}
body article.node--type-service .node__content article .field--name-field-images .image-caption {
  display: none;
}
body article.node--type-service .node__content article .field--name-field-title {
  font-family: roboto, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 4rem;
  line-height: 4.5rem;
  color: #00AEC5;
  margin-bottom: 1.5rem;
}
body article.node--type-service .node__content article .field--name-body {
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2.7rem;
  color: #004d58;
}
body article.node--type-service .node__content article.intro .node__content {
  position: relative;
  height: 59.5rem;
}
body article.node--type-service .node__content article.intro .node__content .field--name-field-background-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  z-index: -1;
}
body article.node--type-service .node__content article.intro .node__content .field--name-field-background-image img {
  width: auto;
  height: 100%;
}
body article.node--type-service .node__content article.intro .node__content .field--name-field-images {
  position: relative;
  height: 59.5rem;
}
body article.node--type-service .node__content article.intro .node__content .field--name-field-images .field__item {
  position: absolute;
}
body article.node--type-service .node__content article.coding .node__content, body article.node--type-service .node__content article.content_strategy .node__content {
  position: relative;
  height: auto;
  padding-top: 6.9rem;
  padding-bottom: 4.2rem;
}
body article.node--type-service .node__content article.coding .node__content .field--name-field-background-image, body article.node--type-service .node__content article.content_strategy .node__content .field--name-field-background-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  z-index: -1;
}
body article.node--type-service .node__content article.coding .node__content .field--name-field-background-image img, body article.node--type-service .node__content article.content_strategy .node__content .field--name-field-background-image img {
  width: auto;
  height: 100%;
}
body article.node--type-service .node__content article.coding .node__content .text-container .field--name-field-title, body article.node--type-service .node__content article.content_strategy .node__content .text-container .field--name-field-title {
  color: #ffffff;
  margin-bottom: 4.2rem;
}
body article.node--type-service .node__content article.coding .node__content .text-container .field--name-body,
body article.node--type-service .node__content article.coding .node__content .text-container .field--name-field-main-text-2, body article.node--type-service .node__content article.content_strategy .node__content .text-container .field--name-body,
body article.node--type-service .node__content article.content_strategy .node__content .text-container .field--name-field-main-text-2 {
  color: #ffffff;
}
body article.node--type-service .node__content article.coding .node__content .text-container .field--name-body p,
body article.node--type-service .node__content article.coding .node__content .text-container .field--name-field-main-text-2 p, body article.node--type-service .node__content article.content_strategy .node__content .text-container .field--name-body p,
body article.node--type-service .node__content article.content_strategy .node__content .text-container .field--name-field-main-text-2 p {
  margin-bottom: 3rem;
}
body article.node--type-service .node__content article.quality_assurance, body article.node--type-service .node__content article.user_experience {
  margin-bottom: 11rem;
}
body article.node--type-service .node__content article.quality_assurance .text-container, body article.node--type-service .node__content article.user_experience .text-container {
  max-width: 81.2rem;
  text-align: center;
  margin: auto;
}
body article.node--type-service .node__content article.quality_assurance .text-container .field--name-field-title, body article.node--type-service .node__content article.user_experience .text-container .field--name-field-title {
  margin-bottom: 4rem;
}
body article.node--type-service .node__content article.quality_assurance .text-container p, body article.node--type-service .node__content article.user_experience .text-container p {
  margin-bottom: 3rem;
}
body article.node--type-service .node__content .block-reference-field {
  padding: 5.6rem 0 5rem 0;
  text-align: center;
}
body article.node--type-service .node__content .block-reference-field h2 {
  font-family: roboto, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 3rem;
  line-height: 4rem;
  color: #004d58;
  margin-bottom: 3.8rem;
}
body article.node--type-service .node__content .block-reference-field ul {
  list-style: none;
  padding: 0;
  justify-content: space-around;
  display: flex;
  flex-wrap: wrap;
  max-width: 49.2rem;
  margin: auto;
}
body article.node--type-service .node__content .block-reference-field ul li {
  width: 17.9rem;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
body article.node--type-service .node__content .block-reference-field ul li:hover a {
  color: #00AEC5;
}
body article.node--type-service .node__content .block-reference-field ul li:hover svg g {
  fill: #00AEC5;
}
body article.node--type-service .node__content .block-reference-field ul li p {
  margin-top: 1.8rem;
}
body article.node--type-service .node__content .block-reference-field ul li a {
  font-family: roboto, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  line-height: 2.5rem;
  color: #004d58;
  text-decoration: none;
}
body article.node--type-service .node__content .block-reference-field ul li a svg {
  height: 4.8rem;
}

body article.node--type-service .field--name-field-tugboat-online-slice .node--type-tugboat-online-slice .node__content .background-image {
  height: 100%;
  width: 100%;
  left: initial;
}
body article.node--type-service .field--name-field-tugboat-online-slice .node--type-tugboat-online-slice .node__content .background-image .field--name-field-background-image-term,
body article.node--type-service .field--name-field-tugboat-online-slice .node--type-tugboat-online-slice .node__content .background-image .vocabulary-graphic-asset,
body article.node--type-service .field--name-field-tugboat-online-slice .node--type-tugboat-online-slice .node__content .background-image .content,
body article.node--type-service .field--name-field-tugboat-online-slice .node--type-tugboat-online-slice .node__content .background-image .field--name-field-logo {
  height: 100%;
}
body article.node--type-service .field--name-field-tugboat-online-slice .node--type-tugboat-online-slice .node__content .background-image .field--name-field-background-image-term img,
body article.node--type-service .field--name-field-tugboat-online-slice .node--type-tugboat-online-slice .node__content .background-image .vocabulary-graphic-asset img,
body article.node--type-service .field--name-field-tugboat-online-slice .node--type-tugboat-online-slice .node__content .background-image .content img,
body article.node--type-service .field--name-field-tugboat-online-slice .node--type-tugboat-online-slice .node__content .background-image .field--name-field-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body article.node--type-service .field--name-field-tugboat-online-slice .node--type-tugboat-online-slice .node__content .container .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body article.node--type-service .field--name-field-tugboat-online-slice .node--type-tugboat-online-slice .node__content .container .wrapper .text-container {
  width: 61%;
  background-color: #CDEFF3;
  padding: 4.1rem 3.8rem 0 3.8rem;
}
body article.node--type-service .field--name-field-tugboat-online-slice .node--type-tugboat-online-slice .node__content .container .wrapper .text-container .node__title {
  font-size: 4.2rem;
  line-height: 3.8rem;
}
body article.node--type-service .field--name-field-tugboat-online-slice .node--type-tugboat-online-slice .node__content .container .wrapper .text-container .field--name-field-text {
  width: 90%;
  height: initial;
  max-width: 100%;
}
body article.node--type-service .field--name-field-tugboat-online-slice .node--type-tugboat-online-slice .node__content .container .wrapper .text-container .field--name-field-learn-more-link {
  display: none;
}
body article.node--type-service .field--name-field-tugboat-online-slice .node--type-tugboat-online-slice .node__content .container .wrapper .field--name-field-logo-graphic-asset {
  width: 32%;
  margin: 0;
  max-width: initial;
  align-self: flex-end;
}
body article.node--type-service .field--name-field-tugboat-online-slice .node--type-tugboat-online-slice .node__content .container .wrapper .field--name-field-logo-graphic-asset svg {
  width: 35rem;
  height: auto;
}
body article.node--type-service .field--name-field-tugboat-online-slice .node--type-tugboat-online-slice .node__content .container .wrapper .field--name-field-logo-graphic-asset .field__item:nth-child(2) {
  display: none;
}

@media (max-width: 1024px) {
  body article.node--type-service .field--name-field-tugboat-online-slice .node--type-tugboat-online-slice .node__content .container .wrapper {
    justify-content: space-around;
  }
  body article.node--type-service .field--name-field-tugboat-online-slice .node--type-tugboat-online-slice .node__content .container .wrapper .text-container {
    width: 42%;
  }
  body article.node--type-service .field--name-field-tugboat-online-slice .node--type-tugboat-online-slice .node__content .container .wrapper .text-container .node__title {
    font-size: 3.2rem;
  }
  body article.node--type-service .field--name-field-tugboat-online-slice .node--type-tugboat-online-slice .node__content .container .wrapper .field--name-field-logo-graphic-asset {
    width: 38%;
  }
}
@media (max-width: 992px) {
  body article.node--type-service .node__content .field--name-field-tugboat-online-slice .node--type-tugboat-online-slice {
    height: 100%;
  }
  body article.node--type-service .node__content .field--name-field-tugboat-online-slice .node--type-tugboat-online-slice .node__content .container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  body article.node--type-service .node__content .field--name-field-tugboat-online-slice .node--type-tugboat-online-slice .node__content .container .wrapper {
    justify-content: space-around;
    height: 100%;
  }
  body article.node--type-service .node__content .field--name-field-tugboat-online-slice .node--type-tugboat-online-slice .node__content .container .wrapper .text-container {
    width: 100%;
    margin-bottom: 4.1rem;
  }
  body article.node--type-service .node__content .field--name-field-tugboat-online-slice .node--type-tugboat-online-slice .node__content .container .wrapper .field--name-field-logo-graphic-asset {
    width: 100%;
  }
}
@media (max-width: 576px) {
  body .content article.node--type-service .node__content .field--name-field-title {
    font-family: roboto-condensed, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 3rem;
    line-height: 3.5rem;
  }
  body .content article.node--type-service .node__content .field--name-body,
body .content article.node--type-service .node__content .field--name-field-main-text-2 {
    font-family: roboto-condensed, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 2.7rem;
  }
  body .content article.node--type-service .node__content .header-slice .header-image {
    width: 100%;
    height: 100%;
  }
  body .content article.node--type-service .node__content .header-slice .header-image .field--name-field-header-background-image {
    display: none;
  }
  body .content article.node--type-service .node__content .header-slice .text-container {
    padding-top: 5.6rem;
    padding-bottom: 5.3rem;
  }
  body .content article.node--type-service .node__content .header-slice .text-container .field--name-field-title .field__label {
    font-family: roboto-condensed, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
  }
  body .content article.node--type-service .node__content .header-slice .text-container .field--name-field-title .field__item {
    font-family: roboto-condensed, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 4.5rem;
    line-height: 5rem;
  }
  body .content article.node--type-service .node__content .header-slice .text-container .field--name-body {
    font-family: roboto-condensed, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 2.5rem;
    line-height: 3.2rem;
  }
  body .content article.node--type-service .node__content .block-reference-field {
    padding: 3rem 0 2.5rem 0;
  }
  body .content article.node--type-service .node__content .block-reference-field h2 {
    font-family: roboto-condensed, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 2.3rem;
    line-height: 3.2rem;
    margin-bottom: 1.8rem;
  }
  body .content article.node--type-service .node__content .block-reference-field ul {
    max-width: 100%;
    align-items: self-end;
  }
  body .content article.node--type-service .node__content .block-reference-field ul li {
    width: 50%;
    margin-bottom: 0;
  }
  body .content article.node--type-service .node__content .block-reference-field ul li p {
    margin-top: 1rem;
  }
  body .content article.node--type-service .node__content .block-reference-field ul li a {
    font-family: roboto-condensed, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.3rem;
    line-height: 2.6rem;
  }

  body article.node--type-service .field--name-field-tugboat-online-slice {
    display: flex !important;
  }
  body article.node--type-service .field--name-field-tugboat-online-slice .node--type-tugboat-online-slice {
    height: 100%;
  }
  body article.node--type-service .field--name-field-tugboat-online-slice .node--type-tugboat-online-slice .node__content .background-image {
    display: none;
  }
  body article.node--type-service .field--name-field-tugboat-online-slice .node--type-tugboat-online-slice .node__content .container {
    padding: 2rem 0;
  }
  body article.node--type-service .field--name-field-tugboat-online-slice .node--type-tugboat-online-slice .node__content .container .wrapper {
    width: 100%;
  }
  body article.node--type-service .field--name-field-tugboat-online-slice .node--type-tugboat-online-slice .node__content .container .wrapper .text-container {
    width: 100%;
    padding: 0;
    margin-bottom: 0.7rem;
  }
  body article.node--type-service .field--name-field-tugboat-online-slice .node--type-tugboat-online-slice .node__content .container .wrapper .text-container .node__title {
    font-family: roboto-condensed, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 2.3rem !important;
    line-height: 3.5rem;
  }
  body article.node--type-service .field--name-field-tugboat-online-slice .node--type-tugboat-online-slice .node__content .container .wrapper .text-container .field--name-field-text {
    display: none;
  }
  body article.node--type-service .field--name-field-tugboat-online-slice .node--type-tugboat-online-slice .node__content .container .wrapper .field--name-field-logo-graphic-asset {
    width: 100%;
  }
  body article.node--type-service .field--name-field-tugboat-online-slice .node--type-tugboat-online-slice .node__content .container .wrapper .field--name-field-logo-graphic-asset > .field__item:nth-child(1) {
    display: none;
  }
  body article.node--type-service .field--name-field-tugboat-online-slice .node--type-tugboat-online-slice .node__content .container .wrapper .field--name-field-logo-graphic-asset > .field__item:nth-child(2) {
    display: initial;
  }
  body article.node--type-service .field--name-field-tugboat-online-slice .node--type-tugboat-online-slice .node__content .container .wrapper .field--name-field-logo-graphic-asset > .field__item:nth-child(2) svg {
    width: 65%;
    height: auto;
  }

  body .dialog-off-canvas-main-canvas #page-wrapper #page #main-wrapper .field--name-field-cta-slice .vocabulary-call-to-action .content .field--name-description p {
    line-height: 3.4rem;
    font-size: 2.4rem;
  }
  body .dialog-off-canvas-main-canvas #page-wrapper #page #main-wrapper .field--name-field-cta-slice .vocabulary-call-to-action .content button {
    margin: 1rem 4rem 3.1rem 4rem;
  }
}
body article.node--type-service {
  overflow: hidden;
}
body article.node--type-service .node__content .header-slice .text-container {
  padding-top: 15rem;
  padding-bottom: 7rem;
}
body article.node--type-service .node__content .header-slice .text-container .field--name-field-title {
  margin-bottom: 3.7rem;
}
body article.node--type-service .node__content .header-slice .text-container .field--name-field-sub-text {
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
}
body article.node--type-service .field--name-field-cs-content-slices .intro {
  margin-bottom: 13rem;
}
body article.node--type-service .field--name-field-cs-content-slices .intro .container .field--name-field-images .field__item .image-caption {
  display: none;
}
body article.node--type-service .field--name-field-cs-content-slices .intro .container .field--name-field-images .field__item img {
  height: auto;
}
body article.node--type-service .field--name-field-cs-content-slices .intro .container .field--name-field-images .field__item:nth-child(1) {
  top: 17.1rem;
  left: 0;
  z-index: 50;
}
body article.node--type-service .field--name-field-cs-content-slices .intro .container .field--name-field-images .field__item:nth-child(1) img {
  width: 24.5rem;
}
body article.node--type-service .field--name-field-cs-content-slices .intro .container .field--name-field-images .field__item:nth-child(2) {
  bottom: 4.5rem;
  left: 6.8rem;
  z-index: 10;
}
body article.node--type-service .field--name-field-cs-content-slices .intro .container .field--name-field-images .field__item:nth-child(2) img {
  width: 35.4rem;
}
body article.node--type-service .field--name-field-cs-content-slices .intro .container .field--name-field-images .field__item:nth-child(3) {
  bottom: 0;
  left: 28rem;
  z-index: 5;
}
body article.node--type-service .field--name-field-cs-content-slices .intro .container .field--name-field-images .field__item:nth-child(3) img {
  width: 70.1rem;
}
body article.node--type-service .field--name-field-cs-content-slices .intro .container .field--name-field-images .field__item:nth-child(4) {
  top: 26.7rem;
  right: 0;
  z-index: 50;
}
body article.node--type-service .field--name-field-cs-content-slices .intro .container .field--name-field-images .field__item:nth-child(4) img {
  width: 27.9rem;
}
body article.node--type-service .field--name-field-cs-content-slices .intro .container .field--name-field-images .field__item:nth-child(5) {
  right: 1rem;
  bottom: 9.1rem;
  z-index: 50;
}
body article.node--type-service .field--name-field-cs-content-slices .intro .container .field--name-field-images .field__item:nth-child(5) img {
  width: 11.8rem;
}
body article.node--type-service .field--name-field-cs-content-slices .intro .container .field--name-field-images .field__item:nth-child(6) {
  right: 10.1rem;
  top: 8.9rem;
  z-index: 50;
}
body article.node--type-service .field--name-field-cs-content-slices .intro .container .field--name-field-images .field__item:nth-child(6) img {
  width: 12rem;
}
body article.node--type-service .field--name-field-cs-content-slices .intro .container .field--name-field-images-mobile {
  display: none;
}
body article.node--type-service .field--name-field-cs-content-slices .functional_requirements {
  margin-bottom: 18.8rem;
}
body article.node--type-service .field--name-field-cs-content-slices .functional_requirements .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body article.node--type-service .field--name-field-cs-content-slices .functional_requirements .container .text-container {
  width: 51%;
}
body article.node--type-service .field--name-field-cs-content-slices .functional_requirements .container .text-container .field--name-field-title {
  font-size: 4rem;
  line-height: 4.5rem;
  margin-bottom: 1.6rem;
}
body article.node--type-service .field--name-field-cs-content-slices .functional_requirements .container .text-container .field--name-body p {
  margin-bottom: 3rem;
}
body article.node--type-service .field--name-field-cs-content-slices .functional_requirements .container .field--name-field-images-mobile {
  display: none;
}
body article.node--type-service .field--name-field-cs-content-slices .functional_requirements .container .field--name-field-graphic-asset-reference {
  width: 35%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body article.node--type-service .field--name-field-cs-content-slices .functional_requirements .container .field--name-field-graphic-asset-reference .field__item svg {
  width: 100%;
  height: auto;
}
body article.node--type-service .field--name-field-cs-content-slices .functional_requirements .container .field--name-field-graphic-asset-reference > .field__item:nth-child(1) {
  width: 36.4%;
  margin-top: 11.8rem;
  max-width: 13.1rem;
}
body article.node--type-service .field--name-field-cs-content-slices .functional_requirements .container .field--name-field-graphic-asset-reference > .field__item:nth-child(2) {
  width: 44.7%;
  margin-top: 11.3rem;
  max-width: 16.1rem;
}
body article.node--type-service .field--name-field-cs-content-slices .functional_requirements .container .field--name-field-graphic-asset-reference .field__item:nth-child(3) {
  width: 100%;
  text-align: center;
}
body article.node--type-service .field--name-field-cs-content-slices .functional_requirements .container .field--name-field-graphic-asset-reference .field__item:nth-child(3) svg {
  max-width: 19.2rem;
}
body article.node--type-service .field--name-field-cs-content-slices .design_implementation {
  margin-bottom: 11.8rem;
}
body article.node--type-service .field--name-field-cs-content-slices .design_implementation .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body article.node--type-service .field--name-field-cs-content-slices .design_implementation .container .text-container {
  order: 2;
  width: 47.6%;
  margin-left: auto;
}
body article.node--type-service .field--name-field-cs-content-slices .design_implementation .container .text-container .field--name-field-title {
  margin-bottom: 3rem;
}
body article.node--type-service .field--name-field-cs-content-slices .design_implementation .container .field--name-field-images {
  order: 1;
  width: 47%;
  margin-top: 1.1rem;
}
body article.node--type-service .field--name-field-cs-content-slices .design_implementation .container .field--name-field-images img {
  width: 100%;
  height: auto;
}
body article.node--type-service .field--name-field-cs-content-slices .design_implementation .container .field--name-field-images-mobile {
  display: none;
}
body article.node--type-service .field--name-field-cs-content-slices .coding {
  margin-bottom: 11rem;
}
body article.node--type-service .field--name-field-cs-content-slices .coding .node__content .container .text-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body article.node--type-service .field--name-field-cs-content-slices .coding .node__content .container .text-container .field--name-field-title {
  width: 69%;
}
body article.node--type-service .field--name-field-cs-content-slices .coding .node__content .container .text-container .field--name-body,
body article.node--type-service .field--name-field-cs-content-slices .coding .node__content .container .text-container .field--name-field-main-text-2 {
  width: 48%;
}
body article.node--type-service .field--name-field-cs-content-slices .user_experience .container .text-container {
  width: 81rem;
}

@media (max-width: 992px) {
  body .content article.node--type-service {
    overflow: hidden;
  }
  body .content article.node--type-service .field--name-field-cs-content-slices .intro .node__content {
    height: auto;
  }
  body .content article.node--type-service .field--name-field-cs-content-slices .intro .node__content .container .field--name-field-images {
    height: 32.5rem;
  }
  body .content article.node--type-service .field--name-field-cs-content-slices .intro .node__content .container .field--name-field-images .field__item:nth-child(1) {
    top: 5.9rem;
    left: 0;
  }
  body .content article.node--type-service .field--name-field-cs-content-slices .intro .node__content .container .field--name-field-images .field__item:nth-child(1) img {
    width: 17rem;
  }
  body .content article.node--type-service .field--name-field-cs-content-slices .intro .node__content .container .field--name-field-images .field__item:nth-child(2) {
    bottom: 2rem;
    left: 6rem;
  }
  body .content article.node--type-service .field--name-field-cs-content-slices .intro .node__content .container .field--name-field-images .field__item:nth-child(2) img {
    width: 21rem;
  }
  body .content article.node--type-service .field--name-field-cs-content-slices .intro .node__content .container .field--name-field-images .field__item:nth-child(3) {
    bottom: 0;
    left: 18.7rem;
  }
  body .content article.node--type-service .field--name-field-cs-content-slices .intro .node__content .container .field--name-field-images .field__item:nth-child(3) img {
    width: 38.5rem;
  }
  body .content article.node--type-service .field--name-field-cs-content-slices .intro .node__content .container .field--name-field-images .field__item:nth-child(4) {
    top: 14rem;
    right: 0;
  }
  body .content article.node--type-service .field--name-field-cs-content-slices .intro .node__content .container .field--name-field-images .field__item:nth-child(4) img {
    width: 20.3rem;
  }
  body .content article.node--type-service .field--name-field-cs-content-slices .intro .node__content .container .field--name-field-images .field__item:nth-child(5) {
    right: 1rem;
    bottom: 3rem;
    top: initial;
  }
  body .content article.node--type-service .field--name-field-cs-content-slices .intro .node__content .container .field--name-field-images .field__item:nth-child(5) img {
    width: 9.5rem;
  }
  body .content article.node--type-service .field--name-field-cs-content-slices .intro .node__content .container .field--name-field-images .field__item:nth-child(6) {
    right: 9.5rem;
    top: 5rem;
  }
  body .content article.node--type-service .field--name-field-cs-content-slices .intro .node__content .container .field--name-field-images .field__item:nth-child(6) img {
    width: 7rem;
  }
  body .content article.node--type-service .field--name-field-cs-content-slices .functional_requirements {
    margin-bottom: 7.5rem;
  }
  body .content article.node--type-service .field--name-field-cs-content-slices .functional_requirements .container .text-container {
    order: 1;
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
  }
  body .content article.node--type-service .field--name-field-cs-content-slices .functional_requirements .container .field--name-field-graphic-asset-reference {
    order: 2;
    width: 50%;
    margin: auto;
  }
  body .content article.node--type-service .field--name-field-cs-content-slices .functional_requirements .container .field--name-field-graphic-asset-reference .field__item:nth-child(1) {
    margin-top: 0.8rem;
  }
  body .content article.node--type-service .field--name-field-cs-content-slices .functional_requirements .container .field--name-field-graphic-asset-reference .field__item:nth-child(2) {
    margin-top: 0;
  }
  body .content article.node--type-service .field--name-field-cs-content-slices .functional_requirements .container .field--name-field-graphic-asset-reference .field__item:nth-child(3) {
    margin-top: 5.7rem;
  }
  body .content article.node--type-service .field--name-field-cs-content-slices .design_implementation .container .text-container {
    width: 100%;
    text-align: center;
    order: 1;
    margin-bottom: 6.5rem;
  }
  body .content article.node--type-service .field--name-field-cs-content-slices .design_implementation .container .field--name-field-images {
    order: 2;
    width: 100%;
  }
  body .content article.node--type-service .field--name-field-cs-content-slices .coding .container .text-container .field--name-field-title {
    width: 100%;
    text-align: center;
  }
  body .content article.node--type-service .field--name-field-cs-content-slices .coding .container .text-container .field--name-body,
body .content article.node--type-service .field--name-field-cs-content-slices .coding .container .text-container .field--name-field-main-text-2 {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 576px) {
  body .content article.node--type-service {
    overflow: hidden;
  }
  body .content article.node--type-service .node__content .header-slice .header-image {
    background: url("../images/services_images/product_development_header.jpg");
    z-index: -1;
    background-size: cover;
  }
  body .content article.node--type-service .node__content .header-slice .text-container {
    padding-bottom: 7rem;
  }
  body .content article.node--type-service .field--name-field-cs-content-slices .intro {
    margin-bottom: 6.5rem;
  }
  body .content article.node--type-service .field--name-field-cs-content-slices .intro .container .field--name-field-background-image {
    background: linear-gradient(324.06deg, #096646 0%, #00291B 100%);
    opacity: 0.54;
    width: 100%;
    height: 89%;
    top: 0;
    transform: translateX(-50%);
  }
  body .content article.node--type-service .field--name-field-cs-content-slices .intro .container .field--name-field-background-image img {
    display: none;
  }
  body .content article.node--type-service .field--name-field-cs-content-slices .intro .container .field--name-field-images {
    display: none;
  }
  body .content article.node--type-service .field--name-field-cs-content-slices .intro .container .field--name-field-images-mobile {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  body .content article.node--type-service .field--name-field-cs-content-slices .intro .container .field--name-field-images-mobile ul.lightslider li img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  body .content article.node--type-service .field--name-field-cs-content-slices .intro .container .field--name-field-images-mobile ul {
    list-style: none;
    padding: 0;
  }
  body .content article.node--type-service .field--name-field-cs-content-slices .intro .container .field--name-field-images-mobile ul .image-caption {
    display: none;
  }
  body .content article.node--type-service .field--name-field-cs-content-slices .functional_requirements {
    margin-bottom: 7.5rem;
  }
  body .content article.node--type-service .field--name-field-cs-content-slices .functional_requirements .node__content .container .text-container {
    width: 100%;
    margin-bottom: 0;
  }
  body .content article.node--type-service .field--name-field-cs-content-slices .functional_requirements .node__content .container .text-container .field--name-field-title {
    font-size: 3rem;
    line-height: 3.5rem;
    margin-bottom: 3rem;
  }
  body .content article.node--type-service .field--name-field-cs-content-slices .functional_requirements .node__content .container .field--name-field-graphic-asset-reference {
    width: 100%;
    justify-content: space-around;
  }
  body .content article.node--type-service .field--name-field-cs-content-slices .functional_requirements .node__content .container .field--name-field-graphic-asset-reference > .field__item:nth-child(1) {
    margin-top: 0.75rem;
  }
  body .content article.node--type-service .field--name-field-cs-content-slices .functional_requirements .node__content .container .field--name-field-graphic-asset-reference .field__item:nth-child(3) {
    margin-top: 3rem;
  }
  body .content article.node--type-service .field--name-field-cs-content-slices .design_implementation {
    margin-bottom: 5rem;
  }
  body .content article.node--type-service .field--name-field-cs-content-slices .design_implementation .node__content .container .text-container {
    margin-bottom: 5.5rem;
  }
  body .content article.node--type-service .field--name-field-cs-content-slices .design_implementation .node__content .container .field--name-field-images-mobile {
    order: 2;
    display: block;
    width: 100%;
    max-width: 100%;
  }
  body .content article.node--type-service .field--name-field-cs-content-slices .design_implementation .node__content .container .field--name-field-images-mobile ul.lightslider li img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  body .content article.node--type-service .field--name-field-cs-content-slices .design_implementation .node__content .container .field--name-field-images-mobile ul {
    list-style: none;
    padding: 0;
  }
  body .content article.node--type-service .field--name-field-cs-content-slices .design_implementation .node__content .container .field--name-field-images-mobile ul .image-caption {
    display: none;
  }
  body .content article.node--type-service .field--name-field-cs-content-slices .design_implementation .node__content .container .field--name-field-images {
    display: none;
  }
  body .content article.node--type-service .field--name-field-cs-content-slices .coding {
    margin-bottom: 7rem;
  }
  body .content article.node--type-service .field--name-field-cs-content-slices .coding .node__content {
    padding-top: 4.9rem;
    padding-bottom: 12rem;
  }
  body .content article.node--type-service .field--name-field-cs-content-slices .coding .node__content .field--name-field-background-image {
    background: url("../images/services_images/product_web_coding_mobile.jpg");
    width: 100%;
    height: 100%;
    background-size: cover;
  }
  body .content article.node--type-service .field--name-field-cs-content-slices .coding .node__content .field--name-field-background-image img {
    display: none;
  }
  body .content article.node--type-service .field--name-field-cs-content-slices .coding .node__content .container .text-container .field--name-field-title {
    margin-bottom: 3rem;
  }
  body .content article.node--type-service .field--name-field-cs-content-slices .coding .node__content .container .text-container .field--name-body,
body .content article.node--type-service .field--name-field-cs-content-slices .coding .node__content .container .text-container .field--name-field-main-text-2 {
    width: 100%;
    text-align: center;
  }
  body .content article.node--type-service .field--name-field-cs-content-slices .quality_assurance {
    margin-bottom: 7rem;
  }
  body .content article.node--type-service .field--name-field-cs-content-slices .quality_assurance .text-container .field--name-field-title {
    margin-bottom: 3rem;
  }
}

/*# sourceMappingURL=tug_service_product.css.map */
