:root {
  --f0f0f0: #dfdfdf;
  --black: black;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

a {
  text-decoration: underline;
}

.body {
  color: #37ace7;
  text-align: center;
  -webkit-text-stroke-color: #d75da3;
  background-color: #04133d;
  flex-flow: column;
  display: flex;
}

.new-website-header {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #d75da3 27%, #34c6f4 73%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 35px;
  padding-bottom: 28px;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.image {
  object-fit: fill;
  flex: 0 auto;
  align-self: center;
  min-width: 50%;
  max-width: 100%;
  padding-top: 24px;
  display: block;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.phone-number {
  color: #fff;
  text-align: center;
  margin-top: 26px;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.image-2 {
  padding-top: 34px;
  padding-bottom: 45px;
}

.biotech-services-header {
  color: #34c6f4;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 0;
  padding-bottom: 41px;
  font-size: 34px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.columns {
  grid-column-gap: 32px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 960px;
  text-decoration: none;
  display: flex;
}

.column {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #04133d;
  border: 0 solid #e4ebf3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.quote {
  grid-row-gap: 52px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text {
  color: #fff;
  text-align: left;
  text-indent: 0;
  column-count: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.div-block {
  align-self: center;
}

.list-item {
  color: #fff;
  text-align: left;
  font-size: 16px;
}

.list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  color: #fff;
  text-align: left;
  object-fit: fill;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 30%;
  margin-left: 40px;
  font-size: 16px;
  line-height: 33px;
  list-style-type: square;
  display: block;
}

.biotech-services-header-copy {
  color: #d75da3;
  text-align: center;
  border-top: 1px solid #fff;
  align-self: center;
  width: 70%;
  margin: 24px 60px 0;
  padding-top: 67px;
  padding-bottom: 41px;
  font-size: 34px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.flex-block {
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 40px;
}

.text-block {
  color: #fff;
  text-align: left;
  margin-left: 0;
  padding-left: 0;
  font-size: 20px;
  font-weight: 700;
}

.text-block-2 {
  text-align: right;
  flex: 0 auto;
  order: 1;
  align-self: auto;
  display: block;
}

.columns-2 {
  flex: 1;
}

.text-block-3 {
  color: #34c6f4;
  text-align: right;
  margin-right: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
}

.flex-block-2 {
  border-top: 1px solid #fff;
  align-self: center;
  width: 70%;
  margin-left: 60px;
  margin-right: 60px;
  padding-top: 77px;
}

.column-2 {
  padding-right: 0;
}

.column-3 {
  padding-left: 0;
}

.image-3 {
  mix-blend-mode: luminosity;
}

.text-block-4 {
  color: #fff;
  margin-top: 24px;
  margin-bottom: 45px;
  font-size: 16px;
}

.image-4 {
  text-align: left;
  flex: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 47px;
  display: block;
}

.container {
  justify-content: flex-end;
  display: flex;
}

.nav-menu {
  justify-content: flex-end;
  align-self: center;
  margin-left: 113px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
}

.navbar {
  mix-blend-mode: normal;
  background-color: #fff;
  transition: opacity .2s;
}

.image-4-copy, .image-4-copy-copy, .image-4-copy-copy-copy {
  text-align: left;
  flex: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 47px;
  display: block;
}

.section {
  background-color: #fff;
}

.flex-block-3 {
  background-color: #fff;
  padding-left: 62px;
}

.biotech-services-list-2 {
  color: #37ace7;
  text-align: right;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
  text-decoration: none;
  display: flex;
}

.biotech-services-list-1 {
  color: #000;
  text-align: right;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.heading, .heading-2 {
  text-align: right;
}

.heading-3 {
  text-align: right;
  align-self: flex-end;
  display: flex;
}

.quick-stack {
  grid-row-gap: 0px;
  text-align: left;
  flex: 1;
  align-self: center;
  margin-bottom: 49px;
  margin-right: 0;
  padding-left: 20px;
}

.paragraph {
  color: #000;
  text-align: right;
  align-self: flex-end;
  max-width: 900px;
  margin-top: 30px;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 20px;
  display: flex;
}

.image-5 {
  flex-flow: column;
  align-self: center;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: inline-flex;
}

.button {
  background-color: #d75da3;
  border-radius: 8px;
  align-self: flex-start;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.cell {
  justify-content: center;
  align-items: flex-start;
}

.section-2 {
  background-color: #fff;
  padding-bottom: 10px;
}

.cell-2 {
  justify-content: center;
  align-items: flex-end;
}

.heading-4 {
  color: #d75da3;
  text-align: left;
  align-self: flex-start;
  max-width: 730px;
  margin-top: 29px;
  margin-bottom: 7px;
  padding-right: 40px;
}

.cell-3 {
  text-align: left;
  justify-content: space-between;
  align-items: flex-start;
}

.heading-5 {
  color: #000;
  font-size: 21px;
}

.paragraph-2 {
  color: #000;
}

.button-copy {
  text-align: center;
  background-color: #37ace7;
  border-radius: 8px;
  align-self: flex-end;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.cell-4 {
  justify-content: flex-start;
  align-items: flex-start;
}

.quick-stack-2 {
  padding-top: 0;
  padding-left: 0;
}

.image-6 {
  align-self: center;
  height: 93%;
}

.image-7 {
  align-self: center;
  margin-top: 34px;
  margin-right: 28px;
  padding-right: 0;
}

.section-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/BG-IMAGE.png');
  background-position: 100% 0;
  background-size: cover;
  flex-flow: wrap;
  flex: 0 auto;
  grid-template: ". . Area"
                 ". . ."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  display: grid;
}

.text-block-5 {
  color: var(--f0f0f0);
  text-align: center;
  font-size: 18px;
}

.cell-5 {
  justify-content: flex-start;
  align-items: center;
}

.phone-number-2 {
  text-align: right;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(-89.01deg, #d75da3, #32c5f4);
  -webkit-background-clip: text;
  background-clip: text;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.cell-6 {
  justify-content: flex-start;
  align-items: flex-end;
}

.phone-number-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  text-align: left;
  flex-flow: wrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  display: flex;
}

.quick-stack-4 {
  margin-left: 40px;
  margin-right: 40px;
  font-size: 18px;
}

.footer {
  color: var(--f0f0f0);
}

.section-5 {
  background-image: url('../images/BannerBG.png');
  background-position: 0 0;
  background-size: 2023px;
}

.header5 {
  color: #fff;
  margin-bottom: 20px;
}

.header6 {
  text-align: center;
  align-self: flex-start;
  margin-left: 0;
  padding-left: 0;
  font-size: 27px;
  line-height: 32px;
}

.biotech-services-list-3 {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 20px;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.biotech-services-list-1-0 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.biotech-services-list-1-1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
}

.cell-7 {
  justify-content: flex-start;
  align-items: center;
}

.cell-8 {
  justify-content: center;
  align-items: center;
}

.text-block-6 {
  text-align: left;
  align-self: flex-start;
}

.text-block-6-copy {
  color: #000;
  text-align: center;
  align-self: flex-start;
  margin-left: 0;
  font-size: 18px;
  line-height: 24px;
}

.quick-stack-5 {
  margin-left: 10px;
}

.section-2-copy {
  background-color: #f0f0f0;
}

.form-block {
  background-color: #f5f5f5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  object-fit: fill;
  flex-flow: column;
  width: auto;
  margin-left: 40px;
  margin-right: 40px;
  padding: 40px;
  display: flex;
}

.formheaders {
  color: #04133d;
  margin-bottom: 0;
  font-size: 16px;
}

.text-field, .text-field-2, .text-field-3 {
  margin-bottom: 20px;
}

.submit-button {
  background-color: #37ace7;
  border-radius: 8px;
  align-self: center;
  width: 300px;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
}

.reach-out {
  margin-top: 0;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
}

.text-block-7 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 18px;
}

.section-6 {
  background-color: #fff;
  background-image: url('../images/BG_Sun_LightGrey2.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 230%;
  flex-flow: wrap;
  align-content: stretch;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 20px 40px 20px 51px;
  display: flex;
}

.image-8 {
  align-self: center;
  margin-right: 0;
}

.section-6-copy {
  background-color: #f0f0f0;
  flex-flow: wrap;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 40px;
  display: flex;
}

.html-embed {
  max-width: 100%;
  margin-top: 20px;
}

.image-9 {
  object-fit: scale-down;
  display: block;
}

.footer-dark {
  opacity: 1;
  background-color: #04133d;
  background-image: url('../images/BG-IMAGE_1.png');
  background-position: 0 0;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  grid-column-gap: 51px;
  grid-row-gap: 51px;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover, .footer-link.w--current:hover {
  color: #d75da3;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.list-item-2 {
  color: #04133d;
  background-color: #f5f5f5;
  border: 2px solid #fff;
  border-radius: 0;
  width: 390px;
  max-width: none;
  margin: 10px 25px 20px;
  padding: 8px 20px;
  text-decoration: underline;
  list-style-type: none;
  box-shadow: 5px 5px 0 -1px #37ace7;
}

.list-2 {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.section-7 {
  background-color: #f0f0f0;
  flex-flow: column;
  padding-top: 20px;
  display: flex;
}

.list-item-2-copy {
  color: #04133d;
  background-color: #fff;
  border: 2px solid #f5f5f5;
  border-radius: 0;
  width: 390px;
  max-width: none;
  margin: 10px 25px 20px;
  padding: 8px 20px;
  text-decoration: underline;
  list-style-type: none;
  box-shadow: -5px 5px 0 -1px #d75da3;
}

.pinkheadline {
  color: #d75da3;
  margin-top: 10px;
  padding-bottom: 10px;
}

.pinkheadline-copy {
  color: #d75da3;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 24px;
}

.pinkheadline-copy-copy {
  border-top: 2px solid var(--f0f0f0);
  color: #d75da3;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 30px;
  font-size: 24px;
  line-height: 24px;
}

.heading-6 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pinkheadlineblue, .pinkheadlineblue-copy {
  border-top: 2px solid var(--f0f0f0);
  color: #37ace7;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-top: 30px;
  font-size: 24px;
  line-height: 24px;
}

.list-item-2-copy-copy {
  opacity: 0;
  color: #04133d;
  background-color: #fff;
  border: 2px solid #f5f5f5;
  border-radius: 0;
  width: 390px;
  max-width: none;
  margin: 10px 25px 20px;
  padding: 8px 20px;
  text-decoration: underline;
  list-style-type: none;
  box-shadow: -5px 5px 0 -1px #d75da3;
}

.pinkheadline-copgfef {
  color: #37ace7;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 24px;
}

.nav-link:hover {
  color: #d75da3;
}

.nav-link.w--current {
  color: #37ace7;
}

.nav-link.w--current:hover {
  color: #d75da3;
}

.tablink {
  color: #fff;
  background-color: #04133d;
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 16px;
  left: auto;
  right: auto;
}

.tablink:hover {
  background-color: #d75da3;
}

.tablink.w--current {
  background-color: #37ace7;
  font-style: normal;
  font-weight: 700;
}

.tabs-menu {
  margin-top: 30px;
}

.columns-3 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.servicesimage {
  margin-top: 20px;
  margin-left: 60px;
  margin-right: 20px;
}

.column-4 {
  margin-bottom: 40px;
}

.services-text-2 {
  aspect-ratio: auto;
  color: #000;
  text-align: left;
  column-count: 3;
  object-fit: fill;
  column-gap: 20px;
  width: 60%;
  min-width: 40%;
  max-width: none;
  margin-bottom: 0;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 0;
  padding-right: 20px;
  line-height: 20px;
  display: block;
}

.column-5 {
  background-color: #e9e9e9;
  border-radius: 0 15px 15px 0;
  flex: none;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-right: 0;
}

.text-block-8 {
  color: #fff;
}

.column-6 {
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 10px;
}

.heading-7 {
  margin: 30px 20px 10px;
  padding-bottom: 10px;
  display: flex;
}

.slide {
  object-fit: contain;
  height: 300px;
}

.slider {
  height: 418px;
  padding-bottom: 0;
  padding-right: 0;
}

.section-2-copy {
  grid-column-gap: 69px;
  grid-row-gap: 69px;
  background-color: #fff;
  flex-flow: wrap;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  padding-bottom: 0;
  display: flex;
}

.slider-2 {
  background-color: #fff;
  width: auto;
  min-width: 418px;
  max-width: 418px;
  margin-bottom: 10px;
  margin-right: 40px;
}

.slide-2 {
  background-image: url('../images/ICS_02284_001-11.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-3 {
  background-image: url('../images/s-l1600-SMALL.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-4 {
  background-image: url('../images/ICS_02284_001-1-copy.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-5 {
  background-image: url('../images/ICS_02284_001-11.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-6 {
  background-image: url('../images/ICS_02284_001-1-copy-10.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-nav {
  display: none;
}

.slide-7 {
  background-image: url('../images/ICS_02284_001-1-copy-7.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-8 {
  background-image: url('../images/Magnahelic-0-10-e1549390199807-scaled-SMALL.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-9 {
  background-image: url('../images/ICS_02284_001-d.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-10 {
  background-image: url('../images/ICS_02284_001-1-copfy-8.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-1 {
  background-image: url('../images/ICS_02284_001-dd1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.section-8 {
  background-color: #f0f0f0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.button-copy {
  background-color: #d75da3;
  border-radius: 8px;
  align-self: flex-start;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.button-copy-copy {
  text-align: right;
  background-color: #37ace7;
  border-radius: 8px;
  align-self: flex-end;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.flex-block-4 {
  border-bottom: 2px solid #37ace7;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-left: 40px;
  margin-right: 40px;
}

.flex-block-5 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}

.slide11 {
  background-image: url('../images/ICS_02284_001-1-copy-9.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 418px;
  padding-bottom: 0;
  padding-right: 0;
}

.slide-1-2 {
  background-image: url('../images/ICS_02284_001-1-copy-12.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.rf-slide-1 {
  background-image: url('../images/fluke-787b-1000x1000-small.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-11 {
  background-image: url('../images/s-l1600-small_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.rf-slide-3 {
  background-image: url('../images/ICS_02284_001-2-copy-3_26.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.rf-slide-4 {
  background-image: url('../images/ICS_02284_001-2-copy-3_17.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.rf-slide-4-copy {
  background-image: url('../images/ICS_02284_001-2-copy-3_05.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.rf-slide-5 {
  background-image: url('../images/ICS_02284_001-2-copy-3_28.jpg');
  background-position: 50%;
  background-size: contain;
}

.rf-slide-6 {
  background-image: url('../images/ICS_02284_001-2-copy-3_19.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.rf-slide-7 {
  background-image: url('../images/ICS_02284_001-2-copy-3_09.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.rf-slide-8 {
  background-image: url('../images/ICS_02284_001-2-copy-3_24.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.paragraph-copy {
  color: #000;
  text-align: right;
  align-self: flex-end;
  max-width: 900px;
  margin-top: 30px;
  margin-bottom: 29px;
  margin-left: 0;
  padding-left: 20px;
  font-size: 21px;
  display: flex;
}

.rf-slide-5-copy {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('../images/ICS_02284_001-2-copy-3_28.jpg');
  background-position: 0 0, 50%;
  background-size: 125px, contain;
}

.industrial-1 {
  background-image: url('../images/Screenshot-2024-05-02-at-2.49.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.ind2 {
  background-image: url('../images/12.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.ind3 {
  background-image: url('../images/2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.ind4 {
  background-image: url('../images/3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.ind5 {
  background-image: url('../images/5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.ph1 {
  background-image: url('../images/Screenshot-2024-05-02-at-4.20.32-PM_08.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.ph2 {
  background-image: url('../images/5_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.ph3 {
  background-image: url('../images/6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.ph2-copy {
  background-image: url('../images/51PJycY2IFL_SL1500_.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.ph4 {
  background-image: url('../images/1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.ph5 {
  background-image: url('../images/3_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.ph6 {
  background-image: url('../images/7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.ph7 {
  background-image: url('../images/7999-2725657.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.ph8 {
  background-image: url('../images/8.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.ph9 {
  background-image: url('../images/Screenshot-2024-05-02-at-4.20.32-PM_08.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.ph10 {
  background-image: url('../images/Screenshot-2024-05-02-at-4.20.32-PM_14.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.section-9 {
  background-color: #f0f0f0;
  padding: 30px 20px 10px;
}

.section-10 {
  background-color: #ededed;
  padding: 30px 20px 20px;
}

.div-block-2 {
  flex-flow: column;
  display: flex;
}

.heading-5-copy {
  color: #37ace7;
  margin-bottom: 0;
  font-size: 18px;
}

@media screen and (min-width: 1920px) {
  .body {
    flex-flow: column;
  }

  .quick-stack {
    margin-left: 40px;
  }

  .paragraph {
    margin-top: 10px;
  }

  .paragraph-2 {
    text-align: left;
  }

  .image-6 {
    align-self: center;
  }

  .section-3 {
    background-image: url('../images/BG-IMAGE.png');
    background-position: 100% 0;
    background-size: cover;
  }

  .quick-stack-3 {
    grid-column-gap: 21px;
  }

  .header6 {
    text-align: center;
    margin-left: 0;
    padding-left: 0;
  }

  .text-block-6-copy {
    text-align: center;
    margin-bottom: 20px;
    margin-left: 0;
    padding-left: 0;
  }

  .text-field, .text-field-2, .text-field-3 {
    object-fit: contain;
  }

  .submit-button {
    background-color: #37ace7;
  }

  .section-6 {
    padding-left: 60px;
  }

  .section-6-copy {
    padding-left: 60px;
    padding-right: 60px;
  }

  .html-embed {
    margin-bottom: 20px;
  }

  .select-field, .textarea {
    object-fit: contain;
  }

  .tablink {
    color: #fff;
    background-color: #04133d;
    border-radius: 20px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
  }

  .tablink:hover {
    background-color: #d75da3;
  }

  .tablink.w--current {
    color: #fff;
    background-color: #37ace7;
    border-radius: 20px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 700;
  }

  .tabs-menu {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .tab-link-industrial-electronic {
    margin-left: 10px;
    margin-right: 10px;
  }

  .paragraph-3 {
    text-align: left;
  }

  .services-text {
    color: #000;
    text-align: left;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .columns-3 {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .servicesimage {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .column-4 {
    margin-bottom: 54px;
  }

  .services-text-2 {
    color: #000;
    text-align: left;
    column-count: 4;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .slider {
    background-image: url('../images/ICS_02284_001-1-copy-12.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .section-2-copy {
    flex: 0 auto;
  }

  .slider-2 {
    flex: 1;
  }

  .slide-4 {
    background-image: url('../images/ICS_02284_001-1-copy-10.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slide-5 {
    background-image: url('../images/ICS_02284_001-1-copy-7.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slide-6 {
    background-image: url('../images/ICS_02284_001-1q2.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slide-nav {
    display: none;
  }

  .slide-7 {
    background-image: url('../images/ICS_02284_001-1-copy.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slide-8 {
    background-image: url('../images/ICS_02284_001-d.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slide-9 {
    background-image: url('../images/ICS_02284_001-1-copfy-8.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slide-10 {
    background-image: url('../images/ICS_02284_001-dd1.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slide-1 {
    background-image: url('../images/ICS_02284_001-1-copy-9.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slide11 {
    background-image: url('../images/ICS_02284_001-1-copy-12.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .paragraph-copy {
    margin-top: 10px;
  }

  .section-10 {
    background-color: #f0f0f0;
  }

  .code-embed {
    padding: 30px;
  }
}

@media screen and (max-width: 991px) {
  .columns {
    flex-direction: column;
    align-items: center;
  }

  .image-4 {
    margin-right: 100px;
  }

  .icon {
    font-size: 48px;
  }

  .image-4-copy, .image-4-copy-copy, .image-4-copy-copy-copy {
    margin-right: 179px;
  }

  .flex-block-3 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-3 {
    order: -1;
  }

  .paragraph {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .image-5 {
    clear: none;
    order: 1;
    display: block;
  }

  .quick-stack-6 {
    clear: none;
    flex: 0 auto;
    align-self: auto;
    position: static;
  }

  .cell-9, .cell-9-copy {
    overflow-wrap: normal;
  }

  .section-6 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .html-embed {
    object-fit: fill;
    min-width: auto;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .tablink {
    margin-bottom: 15px;
  }

  .columns-3 {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .services-text-2 {
    column-count: 2;
  }

  .paragraph-copy {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .image-4-copy-copy, .image-4-copy-copy-copy {
    margin-right: 2px;
  }

  .quick-stack {
    padding-left: 20px;
  }

  .image-5 {
    padding-left: 40px;
  }

  .phone-number-3 {
    text-align: center;
  }

  .section-2-copy {
    flex-flow: wrap;
    display: flex;
  }

  .section-6 {
    flex-flow: column;
    align-self: center;
    padding-left: 0;
    padding-right: 0;
  }

  .section-6-copy {
    flex-flow: wrap;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .services-text-2 {
    column-count: 2;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 20px;
    padding-right: 0;
    display: block;
  }

  .flex-block-5 {
    flex-flow: wrap;
  }

  .image-10 {
    min-height: 0;
  }
}

@media screen and (max-width: 479px) {
  .image-2 {
    padding-top: 14px;
  }

  .container {
    padding-left: 104px;
  }

  .nav-menu {
    background-color: #fff;
  }

  .icon {
    color: var(--f0f0f0);
    background-color: #04133d;
  }

  .image-4-copy-copy-copy {
    clear: none;
    aspect-ratio: auto;
    object-fit: fill;
    flex: 0 auto;
    margin-left: 0;
    padding-left: 0;
    display: block;
    position: static;
  }

  .quick-stack {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph {
    flex: 0 auto;
    margin-left: 0;
    padding-left: 0;
  }

  .image-6 {
    overflow: visible;
  }

  .phone-number-3 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .form {
    max-width: 119%;
  }

  .section-6 {
    background-position: 0 100%;
    background-size: cover;
    flex-flow: wrap-reverse;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-8 {
    clear: none;
    flex: 0 auto;
    order: 0;
    align-self: baseline;
    display: block;
    overflow: visible;
  }

  .section-6-copy {
    flex-flow: wrap-reverse;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cell-10 {
    flex-flow: column;
  }

  .container-2 {
    max-width: none;
  }

  .textarea {
    object-fit: fill;
  }

  .menu-button, .menu-button.w--open {
    background-color: #fff;
  }

  .pinkheadline-copy-copy {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 22px;
    line-height: 26px;
    display: flex;
  }

  .pinkheadlineblue, .pinkheadlineblue-copy {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .services-text-2 {
    column-count: 1;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .section-2-copy {
    justify-content: flex-start;
    align-items: center;
  }

  .slider-2 {
    flex-flow: wrap;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    display: block;
  }

  .slide-8 {
    margin-left: 20px;
  }

  .paragraph-copy {
    flex: 0 auto;
    margin-left: 0;
    padding-left: 0;
  }

  .image-10 {
    aspect-ratio: auto;
    object-fit: cover;
    width: auto;
    max-width: 100%;
    height: 147px;
    overflow: hidden;
  }
}

#w-node-_061c947c-9649-4e18-5489-ab1aac1541fb-b6aa7d08, #w-node-f216186d-aae2-6c3e-8fd7-1589454a7496-b6aa7d08 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-f216186d-aae2-6c3e-8fd7-1589454a749c-b6aa7d08 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f216186d-aae2-6c3e-8fd7-1589454a749d-b6aa7d08, #w-node-f216186d-aae2-6c3e-8fd7-1589454a74d8-b6aa7d08 {
  grid-column: span 2 / span 2;
}

#w-node-_04394d82-cdf2-f744-032d-e4c1f99ff147-b6aa7d08, #w-node-_04394d82-cdf2-f744-032d-e4c1f99ff150-b6aa7d08, #w-node-_04394d82-cdf2-f744-032d-e4c1f99ff15b-b6aa7d08, #w-node-cbe1489d-19e2-4c4a-4442-8dc8a815728d-8d5a0edb, #w-node-cbe1489d-19e2-4c4a-4442-8dc8a8157297-8d5a0edb, #w-node-cbe1489d-19e2-4c4a-4442-8dc8a81572a0-8d5a0edb, #w-node-cbe1489d-19e2-4c4a-4442-8dc8a815728d-860e8562, #w-node-cbe1489d-19e2-4c4a-4442-8dc8a8157297-860e8562, #w-node-cbe1489d-19e2-4c4a-4442-8dc8a81572a0-860e8562, #w-node-cbe1489d-19e2-4c4a-4442-8dc8a815728d-2dceb2e6, #w-node-cbe1489d-19e2-4c4a-4442-8dc8a8157297-2dceb2e6, #w-node-cbe1489d-19e2-4c4a-4442-8dc8a81572a0-2dceb2e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


