:root {
  --steel-blue: #0176bc;
  --white: white;
  --00c8ff: #00c8ff;
  --dark-slate-grey: #414141;
  --black: #2e2e2e;
  --dim-grey: #6d6d6d;
  --dark-grey: #999998;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.section {
  justify-content: center;
  align-items: center;
  height: 75vh;
  padding: 31px;
  display: flex;
}

.section-2 {
  height: auto;
  padding: 0 25px;
}

.paragraph {
  text-align: center;
}

.columns {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
}

.column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 450px;
  padding: 32px;
  display: flex;
}

.column-2 {
  background-image: url('../images/p-jduge.jpg');
  background-position: 50%;
  background-size: cover;
  height: 450px;
}

.column-3 {
  background-image: url('../images/p-patent.jpg');
  background-position: 50%;
  background-size: cover;
  height: 450px;
}

.section-3 {
  justify-content: center;
  padding: 29px 30px 1px;
  display: flex;
}

.section-4 {
  background-color: var(--steel-blue);
}

.nav-link {
  color: #fff;
  text-align: center;
  background-color: #99999800;
  padding: 10px;
  font-size: 16px;
}

.nav-link:hover {
  color: #00c8ff;
  background-color: #99999800;
}

.nav-link.w--current {
  color: var(--white);
  padding-left: 20px;
  padding-right: 20px;
}

.nav-link.w--open:hover {
  color: var(--00c8ff);
}

.container {
  flex-direction: row;
  justify-content: center;
  width: 100%;
  display: flex;
}

.navbar {
  background-color: var(--steel-blue);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 60px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.heading {
  color: var(--steel-blue);
  text-align: center;
  flex: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link {
  color: var(--black);
}

.section-5 {
  background-color: #dbdbdb;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 20px 0;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.paragraph-2 {
  color: var(--dim-grey);
  text-align: center;
  margin-bottom: 0;
  font-size: 12px;
}

.link-2 {
  color: var(--black);
  text-decoration: none;
}

.link-2:hover {
  color: var(--steel-blue);
}

.column-4, .column-5 {
  background-image: none;
  background-size: auto;
  align-items: center;
  height: 350px;
  display: flex;
}

.column-6 {
  justify-content: center;
  align-items: center;
  height: 350px;
  padding: 25px;
  display: flex;
}

.general-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 21px 0;
  display: flex;
}

.general-container.b {
  text-align: center;
  max-width: 1200px;
  display: block;
}

.paragraph-3 {
  color: var(--black);
  text-align: justify;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.paragraph-3.b {
  text-align: center;
}

.paragraph-3.c {
  margin-bottom: 0;
}

.column-7 {
  color: var(--dark-slate-grey);
  padding-left: 30px;
}

.heading-2 {
  color: var(--steel-blue);
  margin-top: 0;
  margin-bottom: 21px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.heading-2.b {
  margin-top: 52px;
}

.section-6 {
  padding: 40px 40px 100px;
}

.section-6.b {
  height: 100vh;
}

.heading-3 {
  text-align: center;
  margin-bottom: 34px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.bold-text {
  color: var(--white);
  letter-spacing: 3px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.columns-2 {
  margin-bottom: 59px;
}

.people-list {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.div-block {
  width: 300px;
  height: 300px;
}

.employee {
  flex-direction: column;
  align-items: center;
  width: 300px;
  margin: 0 6px;
  display: flex;
}

.heading-4 {
  color: var(--steel-blue);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.pix-fade {
  opacity: 1;
}

.pix-fade:hover {
  opacity: .59;
}

.link-3 {
  color: var(--steel-blue);
  text-decoration: none;
}

.link-3:hover {
  color: var(--black);
}

.div-block-2 {
  background-color: #ebebeb;
  padding: 60px 25px;
}

.div-block-3 {
  background-image: url('../images/Chis-Abidin.png');
  background-position: 50%;
  background-size: cover;
  width: 250px;
  height: 250px;
}

.div-block-3:hover {
  opacity: .46;
}

.div-block-3.a {
  width: 230px;
  height: 230px;
}

.div-block-3.b {
  background-image: url('../images/SA2.jpg');
  width: 230px;
  height: 230px;
}

.div-block-3.c {
  background-image: url('../images/jim.jpg');
  background-position: 20%;
  background-size: cover;
  width: 230px;
  height: 230px;
}

.div-block-3.div-block-2 {
  background-image: url('../images/Eastham.jpg');
}

.div-block-3.e {
  background-image: url('../images/stevemcbride.png');
  width: 230px;
  height: 230px;
}

.div-block-3.f {
  background-image: url('../images/elliot.jpg');
  width: 230px;
  height: 230px;
}

.div-block-3.g {
  background-image: url('../images/stephen-s.jpg');
  width: 230px;
  height: 230px;
}

.div-block-3.h {
  background-image: url('../images/Mitch.Yang_.jpg');
  width: 230px;
  height: 230px;
}

.div-block-3.i {
  background-image: url('../images/Susan-Stiles.jpg');
  width: 230px;
  height: 230px;
}

.paragraph-4 {
  color: var(--dark-grey);
  margin-top: -28px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.columns-3 {
  display: flex;
}

.columns-4 {
  margin-bottom: 0;
}

.div-block-4 {
  padding-left: 28px;
}

.heading-5 {
  font-size: 20px;
}

.heading-6 {
  color: var(--steel-blue);
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.paragraph-5 {
  text-align: center;
}

.link-4 {
  color: var(--black);
  text-decoration: none;
}

.columns-5 {
  margin-bottom: 164px;
}

.column-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-10 {
  padding-left: 36px;
}

.heading-7 {
  color: #0176bc;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.link-5 {
  color: #2e2e2e;
  text-decoration: none;
}

.paragraph-6 {
  margin-bottom: 30px;
  padding-left: 32px;
  padding-right: 23px;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.columns-6 {
  margin-bottom: 149px;
}

.columns-7 {
  margin-bottom: 148px;
}

.link-6, .link-7 {
  color: var(--black);
}

.link-block {
  width: 100%;
  height: 100%;
}

.image {
  margin-top: -26px;
  margin-bottom: 17px;
}

.paragraph-7 {
  margin-bottom: 32px;
}

.paragraph-8 {
  margin-top: 1px;
  margin-bottom: 68px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  display: flex;
}

.block-quote {
  color: var(--steel-blue);
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  line-height: 25px;
}

.div-block-5 {
  margin-bottom: 192px;
}

.link-8, .link-9, .link-10, .bold-text-2 {
  color: var(--steel-blue);
}

.bold-text-3 {
  color: var(--steel-blue);
  display: block;
}

.vcard {
  opacity: .49;
}

.vcard:hover {
  opacity: 1;
}

.div-block-7 {
  justify-content: center;
  width: 100%;
  display: flex;
}

.columns-8 {
  margin-bottom: 131px;
}

.bold-text-4 {
  color: var(--steel-blue);
}

.list {
  font-size: 20px;
}

.list-item {
  margin-bottom: 20px;
  font-family: PT Sans, sans-serif;
  line-height: 25px;
}

.bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10 {
  color: var(--steel-blue);
}

.section-7 {
  background-image: linear-gradient(#000113ad, #000113ad), url('../images/USPTO.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 68vh;
  margin-top: 60px;
  padding-top: 41px;
  display: flex;
}

.heading-8 {
  color: var(--steel-blue);
  text-align: center;
  width: 80%;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 400;
  display: block;
}

.link-11 {
  color: var(--steel-blue);
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.section-8 {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 100px 74px;
  display: flex;
}

.icon-2 {
  margin-left: auto;
  padding-left: 0;
}

.text-block {
  margin-right: 34px;
}

.dropdown-list {
  background-color: var(--dark-slate-grey);
}

.dropdown-list.w--open {
  background-color: var(--steel-blue);
  color: var(--white);
  font-size: 16px;
}

.dropdown-link {
  color: #fff;
  font-size: 18px;
}

.dropdown-link:hover {
  color: var(--00c8ff);
}

.dropdown-link.w--current {
  color: var(--dark-grey);
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center;
  max-width: none;
}

.div-block-8 {
  background-image: url('../images/Chris-Abidin.png');
  background-position: 0 0;
  background-size: cover;
  width: 250px;
  height: 250px;
}

.div-block-8.b {
  background-image: url('../images/Nathan-Cummings.png');
}

.div-block-8.c {
  background-image: url('../images/James-Carmichael.png');
}

.div-block-8.d {
  background-image: url('../images/Jeffrey.png');
}

.div-block-8.e {
  background-image: url('../images/Eliot-Mandelson.png');
}

.div-block-8.pix-fade {
  opacity: 1;
  background-image: url('../images/Stephen-Schriner.png');
  background-position: 50%;
}

.div-block-8.g {
  background-image: url('../images/Susan-Stiles.png');
}

.div-block-8.h {
  background-image: url('../images/Mitch-Yang.png');
}

.div-block-8.i {
  background-image: url('../images/Nancy.png');
}

.div-block-8.f {
  background-image: url('../images/Richard.png');
}

.heading-9 {
  color: var(--steel-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 55px;
  font-weight: 400;
}

.link-block-2 {
  background-color: #0476bc;
  background-image: linear-gradient(to bottom, var(--steel-blue), var(--steel-blue));
  width: 250px;
  height: 250px;
}

.link-block-2:hover {
  background-color: #0476bc00;
}

.link-block-3 {
  background-image: linear-gradient(#043c5e8f, #043c5e8f);
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 8px;
  text-decoration: none;
  transition: opacity .825s;
  display: flex;
}

.link-block-3:hover {
  opacity: 0;
}

.heading-10 {
  color: #fff;
  text-align: center;
  font-weight: 400;
}

.section-9 {
  background-color: #0076bc;
  justify-content: center;
  align-items: center;
  height: 250px;
  padding: 47px 60px 40px;
  display: flex;
}

.div-block-10 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-11 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-12 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 50%;
  height: 100px;
  display: flex;
}

.paragraph-9 {
  color: var(--white);
  text-align: center;
}

.link-12 {
  color: var(--white);
}

.image-5 {
  margin-bottom: 17px;
}

.section-10 {
  background-image: linear-gradient(#0000008f, #0000008f), url('../images/Operate.png');
  background-position: 0 0, 50% 85%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  margin-top: 0;
  padding: 79px;
  display: flex;
}

.section-10.b {
  background-image: linear-gradient(#0000008f, #0000008f), url('../images/USPO.png');
  height: 300px;
}

.section-10.c {
  background-color: #0000008f;
  background-image: linear-gradient(#0000008f, #0000008f), url('../images/Alexandria.png');
  background-position: 0 0, 50% 40%;
}

.section-10.d {
  background-image: linear-gradient(#0000008f, #0000008f), url('../images/Board-of-Appeals-Office.png');
  background-size: auto, cover;
  margin-top: 0;
}

.section-10.e {
  background-image: linear-gradient(#0000008f, #0000008f), url('../images/Expert-Witness.png');
}

.section-10.g {
  background-image: linear-gradient(#0000008f, #0000008f), url('../images/Patent-prosecution.png');
  background-position: 0 0, 50%;
}

.section-10.h {
  background-image: linear-gradient(#0000008f, #0000008f), url('../images/Courthouse.png');
  background-position: 0 0, 50% 0;
}

.section-10.i {
  background-image: linear-gradient(#0000008f, #0000008f), url('../images/Federal-Court.png');
}

.section-10.j {
  background-image: linear-gradient(#0000008f, #0000008f), url('../images/Rexamination.png');
}

.section-10.k {
  background-image: linear-gradient(#0000008f, #0000008f), url('../images/USPO.png');
}

.section-10.w {
  background-image: linear-gradient(#0000008f, #0000008f), url('../images/intellectual-property.png');
  background-position: 0 0, 50%;
}

.div-block-13 {
  background-color: #0076bc;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  margin-top: -99px;
  display: flex;
}

.div-block-14 {
  justify-content: flex-start;
  align-items: center;
  padding-left: 178px;
  display: flex;
}

.div-block-15 {
  width: 100%;
}

.list-4 {
  color: #424143;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.accordion-arrow {
  opacity: .8;
  color: #f4f6f8;
  width: auto;
}

.accordion-tab-button {
  background-color: var(--dim-grey);
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: none;
  height: 50px;
  padding: 5px 17px 5px 26px;
  font-size: 18px;
  transition: background-color .3s;
  display: flex;
}

.accordion-tab-button:hover {
  background-color: var(--steel-blue);
  justify-content: space-between;
  display: flex;
}

.list-6 {
  color: #424143;
  padding-left: 20px;
  font-size: 30px;
  list-style-type: square;
}

.list-6.b {
  margin-top: 27px;
}

.accordion-item-wrapper {
  width: 100%;
}

.accordion-container {
  border-radius: 4px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.text-block-2 {
  color: #f4f6f8;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.accordion-pane-content {
  border-top: 2px solid #038fff;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 20px;
}

.accordion-pane-content.b {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.list-item-4 {
  color: #424143;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.list-item-5 {
  color: var(--black);
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 25px;
  text-decoration: none;
}

.list-item-5:hover {
  color: var(--steel-blue);
}

.list-item-5.b {
  margin-bottom: 30px;
}

.list-item-5.c {
  margin-left: 18px;
  list-style-type: disc;
}

.accordion-pane {
  opacity: 1;
  outline-offset: 0px;
  background-color: #fff;
  border-bottom: 0 solid #e6e6e6;
  border-radius: 0;
  outline: 0 #fff;
  height: 100%;
  overflow: hidden;
}

.div-block-16 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
}

.column-11 {
  padding-left: 40px;
}

.column-12 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-17 {
  margin-top: 60px;
}

.link-13 {
  color: var(--black);
}

.link-13:hover {
  color: var(--steel-blue);
}

.link-14 {
  color: var(--black);
}

.link-14:hover {
  color: var(--steel-blue);
}

.link-15 {
  color: var(--black);
}

.link-15:hover {
  color: var(--steel-blue);
}

.link-16 {
  color: var(--black);
}

.link-16:hover {
  color: var(--steel-blue);
}

.link-17 {
  color: var(--black);
}

.link-17:hover {
  color: var(--steel-blue);
}

.link-18 {
  color: var(--black);
}

.heading-11 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.flex-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 14px;
}

.heading-12 {
  color: var(--steel-blue);
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 25px;
}

.link-19 {
  color: var(--black);
}

.link-block-4 {
  margin-top: 19px;
  margin-bottom: 12px;
}

.div-block-18 {
  background-color: #d4d4d526;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 28px;
  padding: 6px 28px 28px 36px;
  display: flex;
}

.heading-13 {
  font-size: 25px;
  font-weight: 400;
}

.link-20 {
  color: var(--black);
  text-decoration: none;
}

.link-20.b:hover {
  color: var(--steel-blue);
}

.link-21 {
  color: var(--black);
}

.form {
  background-color: #f0f0f0;
  margin-top: 0;
  margin-bottom: 71px;
  padding: 37px;
}

.field-label, .field-label-2, .field-label-3 {
  font-size: 18px;
  font-weight: 400;
}

.checkbox-label {
  font-size: 18px;
}

.checkbox-field {
  margin-top: 26px;
  margin-bottom: 20px;
}

.submit-button {
  width: 100px;
  margin-top: 31px;
  font-size: 18px;
}

.grid-2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.div-block-19 {
  background-color: var(--steel-blue);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  padding: 31px;
  transition: background-color .55s;
  display: flex;
}

.div-block-19:hover {
  background-color: var(--dim-grey);
}

.heading-14 {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.link-block-5 {
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-20 {
  justify-content: center;
  align-items: flex-start;
  margin-top: -80px;
  display: flex;
}

.image-6 {
  margin-left: 51px;
}

.image-7 {
  margin-left: 41px;
}

.div-block-21 {
  text-align: center;
  margin-top: 34px;
}

.section-11 {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.heading-15 {
  text-align: center;
  margin-bottom: 67px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.section-12 {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-2 {
  background-color: var(--steel-blue);
  justify-content: space-between;
  align-items: center;
  padding: 30px 20px;
  display: flex;
}

.image-8 {
  margin-left: 31px;
}

.accolades.b {
  margin-top: 37px;
}

.patexia:hover {
  opacity: .32;
}

.patexia.b {
  margin-left: 45px;
}

.div-block-23 {
  width: 100%;
  height: 500px;
}

.link-22 {
  color: var(--black);
  text-decoration: none;
}

.link-22:hover {
  color: var(--steel-blue);
}

.link-23, .link-23.w--current {
  color: var(--white);
}

.heading-16 {
  color: var(--steel-blue);
  margin-bottom: 46px;
  font-weight: 400;
}

.div-block-24 {
  margin-bottom: 39px;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-25 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 43px;
  display: flex;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-5 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.div-block-26, .div-block-27 {
  width: 100%;
  max-width: 800px;
}

.body {
  flex-flow: column;
  display: flex;
}

.link-24 {
  color: var(--dark-slate-grey);
}

.div-block-28 {
  background-image: url('../images/Chris-Abidin.png');
  background-position: 0 0;
  background-size: cover;
  width: 250px;
  height: 250px;
}

.div-block-28.i {
  background-image: url('../images/Nancy.png');
}

.link-block-6 {
  background-image: linear-gradient(#043c5e8f, #043c5e8f);
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 8px;
  text-decoration: none;
  transition: opacity .825s;
  display: flex;
}

.link-block-6:hover {
  opacity: 0;
}

.heading-17 {
  color: #fff;
  text-align: center;
  font-weight: 400;
}

.div-block-29 {
  background-image: url('../images/Chris-Abidin.png');
  background-position: 0 0;
  background-size: cover;
  width: 250px;
  height: 250px;
}

.div-block-29.i {
  background-image: url('../images/Nancy.png');
}

.link-block-7 {
  background-image: linear-gradient(#043c5e8f, #043c5e8f);
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 8px;
  text-decoration: none;
  transition: opacity .825s;
  display: flex;
}

.link-block-7:hover {
  opacity: 0;
}

.heading-18 {
  color: #fff;
  text-align: center;
  font-weight: 400;
}

.grid-8 {
  grid-row-gap: 16px;
  grid-template-columns: 1fr;
}

.grid-9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-30 {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  margin-bottom: 44px;
  padding: 37px;
}

.code-embed {
  padding: 25px;
}

.grid-10 {
  grid-template-columns: 1fr 1fr 1fr;
}

.list-7 {
  width: 100%;
  font-size: 18px;
  list-style-type: square;
}

.insights {
  color: var(--black);
  text-decoration: none;
}

.insights:hover {
  color: var(--steel-blue);
}

.div-block-31 {
  border-bottom: 1px solid #a3a3a3;
  margin-bottom: 21px;
  padding-bottom: 31px;
}

.link-25 {
  color: var(--black);
  text-decoration: none;
}

.link-26 {
  color: #333;
  text-decoration: none;
}

@media screen and (min-width: 1440px) {
  .section-5 {
    position: static;
  }

  .column-4 {
    align-items: center;
    display: flex;
  }

  .column-5 {
    background-position: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .general-container {
    max-width: 1200px;
    margin-bottom: 0;
  }

  .general-container.b {
    margin-top: 24px;
  }

  .paragraph-3 {
    text-align: justify;
    padding-right: 0;
    font-size: 20px;
  }

  .paragraph-3.b {
    text-align: center;
  }

  .paragraph-8 {
    display: flex;
  }

  .block-quote {
    margin-top: 60px;
  }

  .div-block-6 {
    max-width: 1024px;
  }

  .vcard {
    opacity: .59;
  }

  .vcard:hover {
    opacity: 1;
  }

  .section-7 {
    height: 68vh;
  }

  .heading-8 {
    width: 70%;
    font-size: 28px;
  }

  .link-11:hover {
    color: var(--00c8ff);
  }

  .section-8 {
    height: auto;
    padding: 101px;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .div-block-8 {
    width: 250px;
    height: 250px;
  }

  .heading-9 {
    text-align: center;
    margin-bottom: 56px;
    font-weight: 400;
  }

  .link-block-2 {
    width: 100%;
    height: 30%;
  }

  .form {
    width: 100%;
  }

  .accolades:hover, .patexia {
    opacity: 1;
  }

  .patexia:hover {
    opacity: .38;
  }

  .grid-5, .grid-6 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-7 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-26 {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 800px;
    display: flex;
  }

  .form-block {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-27 {
    width: 100%;
    max-width: 800px;
  }

  .div-block-28, .div-block-29 {
    width: 250px;
    height: 250px;
  }

  .grid-8 {
    grid-template-rows: auto;
  }

  .div-block-30 {
    margin-bottom: 37px;
  }

  .image-9 {
    margin-top: 1px;
  }
}

@media screen and (max-width: 991px) {
  .section {
    height: auto;
    padding: 104px;
  }

  .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .column-2 {
    background-position: 50% 100%;
  }

  .section-3 {
    padding-top: 23px;
    padding-bottom: 37px;
  }

  .nav-link {
    text-align: right;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link:hover {
    color: var(--steel-blue);
    background-color: #0000;
  }

  .container {
    margin-left: 0;
    margin-right: 0;
  }

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

  .heading {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 17px;
    font-size: 32px;
    display: flex;
  }

  .nav-menu {
    background-color: var(--dark-slate-grey);
    padding: 32px;
  }

  .icon {
    color: var(--white);
  }

  .menu-button {
    background-color: #0000;
  }

  .section-5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .column-4 {
    background-position: 50%;
    justify-content: center;
    height: 500px;
    display: flex;
  }

  .column-5 {
    justify-content: center;
    align-items: center;
    height: 500px;
    display: flex;
  }

  .column-6 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 17px;
  }

  .general-container {
    margin-bottom: 0;
    padding: 36px;
  }

  .heading-2 {
    text-align: center;
  }

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

  .heading-3 {
    text-align: center;
  }

  .div-block-2 {
    padding: 0;
  }

  .div-block-3 {
    width: 250px;
    height: 250px;
  }

  .div-block-3.a, .div-block-3.b, .div-block-3.c, .div-block-3.div-block-2, .div-block-3.e, .div-block-3.f, .div-block-3.g, .div-block-3.h, .div-block-3.i {
    width: 200px;
    height: 200px;
  }

  .columns-5 {
    display: flex;
  }

  .column-8 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 45px;
    display: flex;
  }

  .column-9 {
    flex-direction: column;
    align-items: center;
    padding-bottom: 47px;
    display: flex;
  }

  .column-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-2 {
    width: 300px;
  }

  .icon-2 {
    margin-right: 0;
  }

  .text-block {
    padding-right: 6px;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-11 {
    width: auto;
  }

  .section-10 {
    margin-top: 0;
  }

  .div-block-14 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .accordion-tab-button {
    border-radius: 0;
    padding-left: 13px;
  }

  .accordion-container {
    width: auto;
    margin-bottom: 12px;
  }

  .accordion-pane-content {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-18 {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 45px;
  }

  .dropdown, .dropdown-2 {
    width: 100%;
  }

  .navbar-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: stretch;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .div-block-22 {
    width: 100%;
  }

  .grid-3, .grid-5, .grid-6 {
    grid-template-columns: 1fr 1fr;
  }

  .grid-9 {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .grid-10 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-32, .div-block-33 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-left: 60px;
    padding-right: 60px;
  }

  .column {
    padding: 54px;
  }

  .heading {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
    line-height: 35px;
    display: flex;
  }

  .menu-button {
    background-color: #0000;
  }

  .section-5 {
    padding: 0;
  }

  .paragraph-2 {
    font-size: 10px;
  }

  .column-5 {
    background-position: 50%;
  }

  .column-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .general-container {
    padding-top: 58px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-6 {
    padding-top: 0;
  }

  .people-list {
    flex-direction: column;
    margin-bottom: -3px;
    padding: 11px;
  }

  .employee {
    margin: 22px;
  }

  .heading-4 {
    text-align: center;
  }

  .column-9 {
    flex-direction: column;
    align-items: center;
    padding-bottom: 36px;
    display: flex;
  }

  .dropdown-link {
    text-align: right;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .div-block-11 {
    width: auto;
  }

  .accordion-tab-button {
    border-radius: 0;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .patexia.b {
    margin-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding: 13px;
  }

  .column {
    padding: 12px;
  }

  .column-2, .column-3 {
    height: 350px;
  }

  .section-3 {
    padding-bottom: 15px;
  }

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

  .heading {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 23px;
    line-height: 30px;
    display: flex;
  }

  .nav-menu {
    padding-left: 10px;
    padding-right: 20px;
  }

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

  .column-4 {
    align-items: center;
    height: 400px;
  }

  .column-5 {
    height: 400px;
    margin-bottom: 35px;
  }

  .column-6 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .general-container {
    max-width: 100%;
    margin-top: 20px;
    padding: 26px 20px;
  }

  .paragraph-3 {
    padding: 2px;
  }

  .section-6 {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bold-text {
    font-size: 28px;
    line-height: 25px;
  }

  .heading-4 {
    text-align: center;
  }

  .paragraph-6 {
    padding: 2px;
  }

  .image-3, .image-4 {
    display: block;
  }

  .columns-9 {
    flex-direction: column;
    justify-content: center;
    margin-top: 15px;
    display: flex;
  }

  .heading-8 {
    width: 80%;
    font-size: 25px;
    line-height: 30px;
  }

  .text-block {
    text-align: right;
  }

  .dropdown-list.w--open {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .dropdown-link {
    text-align: right;
    width: 100%;
    margin-left: 0;
    font-size: 16px;
  }

  .div-block-9 {
    padding: 40px;
  }

  .section-9 {
    height: auto;
  }

  .section-10 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-10.d {
    margin-bottom: 44px;
  }

  .section-10.i {
    margin-bottom: 0;
  }

  .section-10.w {
    background-image: linear-gradient(#0000, #0000), url('../images/intellectual-property.png');
    background-position: 0 0, 67%;
  }

  .accordion-tab-button {
    border-radius: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .accordion-pane-content {
    padding-left: 0;
    padding-right: 0;
  }

  .list-item-4 {
    text-align: left;
  }

  .column-11, .column-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-12 {
    text-align: center;
  }

  .div-block-18 {
    padding-left: 10px;
  }

  .grid-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .image-7 {
    margin-left: 0;
  }

  .div-block-21 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navbar-2 {
    padding-left: 24px;
    padding-right: 10px;
  }

  .grid-3, .grid-5, .grid-6, .grid-7, .grid-9, .grid-10 {
    grid-template-columns: 1fr;
  }
}

#w-node-_290dc6b2-6c2d-690c-3097-88840f0d2f5c-879ba284, #w-node-_0ba653fa-96b0-92a1-ac43-785456b15139-879ba284, #w-node-_521aaaad-425e-6ef2-cc04-6dacfe877077-879ba284, #w-node-_1a6bfb06-b1bd-ac08-b671-628e055b7a2c-879ba284, #w-node-c6b5b119-b7a2-02b5-5e10-95cfbc50e3ef-879ba284, #w-node-_3693d068-da78-252d-3275-c5e3496742db-879ba284, #w-node-_1929165c-2d3d-010d-762a-5aa511de9677-879ba284, #w-node-_6e13c725-afa1-50d2-cd50-eac5b47128cd-879ba284, #w-node-_48543d97-97c9-44c3-1c23-55e5101f0be7-879ba2d0, #w-node-_52c02890-686a-9e50-9fca-e059b2b23054-879ba2d0, #w-node-da13fa13-9e43-1a6a-70db-f3fd0815b1d2-879ba2d0, #w-node-b7e64408-0057-19ad-fdff-12abb80907d0-879ba2d0, #w-node-_42955a72-557a-3356-0005-552944c0e992-879ba2d1, #w-node-f705c9cd-7562-de88-1324-e206faf89399-879ba2d1, #w-node-f518bd41-a93d-aad2-c356-d999487f35ea-879ba2d1, #w-node-c0b9a185-f614-234c-ffee-af17770a91ac-879ba2d2, #w-node-_4efe39c7-c709-3e77-bae9-71c9bf9167ea-879ba2d2, #w-node-a1339170-8394-6a19-4c73-42436f4f8cb8-879ba2d2, #w-node-bb79242d-7d01-5c05-6041-d9da66aa168c-879ba2d3, #w-node-bb79242d-7d01-5c05-6041-d9da66aa1694-879ba2d3, #w-node-_23880391-efa8-752b-bbe4-5e758c38adf3-879ba2d3, #w-node-_1649af6b-8053-3320-a921-87e67b3df558-879ba2d3, #w-node-_877c46c5-68d3-4ad8-4342-38c7eae27a7e-879ba2d4, #w-node-_877c46c5-68d3-4ad8-4342-38c7eae27a82-879ba2d4, #w-node-_750cd06c-9017-ba0f-caad-1a2f7da24616-879ba2dc, #w-node-_17780410-c850-6ea8-53c0-4733ed1af797-879ba2dc, #w-node-_19c59e3c-6c16-5250-540e-2838ef50f7e6-879ba2dc, #w-node-ac15039e-af40-7852-f711-c419821cd5eb-879ba2dc, #w-node-_46bfe399-4180-2dda-81e6-a386fe5079a0-879ba2dc, #w-node-c74a5ad3-a240-3345-ce80-87c19cb08784-879ba2dc {
  place-self: center;
}

#w-node-_9c16cd5c-18ec-2062-f2bc-af69341837e7-879ba2dd, #w-node-f367e019-88a1-6b88-06c2-f4437a248856-879ba2dd, #w-node-e8791f91-6d1c-091c-7b8b-63316e18b79f-879ba2dd, #w-node-_7e0b4601-da1e-5412-0c34-7d73f837c06a-879ba2dd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_290dc6b2-6c2d-690c-3097-88840f0d2f5c-879ba284, #w-node-_0ba653fa-96b0-92a1-ac43-785456b15139-879ba284, #w-node-_521aaaad-425e-6ef2-cc04-6dacfe877077-879ba284, #w-node-_1a6bfb06-b1bd-ac08-b671-628e055b7a2c-879ba284, #w-node-c6b5b119-b7a2-02b5-5e10-95cfbc50e3ef-879ba284, #w-node-_3693d068-da78-252d-3275-c5e3496742db-879ba284, #w-node-_1929165c-2d3d-010d-762a-5aa511de9677-879ba284, #w-node-_6e13c725-afa1-50d2-cd50-eac5b47128cd-879ba284, #w-node-_48543d97-97c9-44c3-1c23-55e5101f0be7-879ba2d0, #w-node-_52c02890-686a-9e50-9fca-e059b2b23054-879ba2d0, #w-node-da13fa13-9e43-1a6a-70db-f3fd0815b1d2-879ba2d0, #w-node-b7e64408-0057-19ad-fdff-12abb80907d0-879ba2d0, #w-node-_42955a72-557a-3356-0005-552944c0e992-879ba2d1, #w-node-f705c9cd-7562-de88-1324-e206faf89399-879ba2d1, #w-node-f518bd41-a93d-aad2-c356-d999487f35ea-879ba2d1, #w-node-c0b9a185-f614-234c-ffee-af17770a91ac-879ba2d2, #w-node-_4efe39c7-c709-3e77-bae9-71c9bf9167ea-879ba2d2, #w-node-a1339170-8394-6a19-4c73-42436f4f8cb8-879ba2d2, #w-node-bb79242d-7d01-5c05-6041-d9da66aa168c-879ba2d3, #w-node-bb79242d-7d01-5c05-6041-d9da66aa1694-879ba2d3, #w-node-_23880391-efa8-752b-bbe4-5e758c38adf3-879ba2d3, #w-node-_1649af6b-8053-3320-a921-87e67b3df558-879ba2d3, #w-node-_877c46c5-68d3-4ad8-4342-38c7eae27a7e-879ba2d4, #w-node-_877c46c5-68d3-4ad8-4342-38c7eae27a82-879ba2d4, #w-node-_750cd06c-9017-ba0f-caad-1a2f7da24616-879ba2dc, #w-node-_17780410-c850-6ea8-53c0-4733ed1af797-879ba2dc, #w-node-_19c59e3c-6c16-5250-540e-2838ef50f7e6-879ba2dc, #w-node-ac15039e-af40-7852-f711-c419821cd5eb-879ba2dc, #w-node-_46bfe399-4180-2dda-81e6-a386fe5079a0-879ba2dc, #w-node-c74a5ad3-a240-3345-ce80-87c19cb08784-879ba2dc {
    justify-self: center;
  }
}


