:root {
  --dsx-black: #000;
  --fade-white: #b6b6b600;
  --white: #fff;
  --bulk-text-white: #e0e0e0;
  --darken: #00000080;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.section {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 90vh;
  display: block;
}

.section.privacypolicysection {
  height: auto;
  min-height: 100vh;
}

.navbar {
  background-color: var(--dsx-black);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 10vh;
  max-height: 10vh;
  display: block;
}

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100%;
  height: 10vh;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: block;
}

.link-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  vertical-align: baseline;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5%;
  padding-top: 15px;
  padding-bottom: 15px;
  display: inline-block;
}

.link-block.w--current {
  height: 100%;
  margin-left: 5%;
  padding: 15px 0;
}

.image {
  vertical-align: baseline;
  width: 100%;
  height: 100%;
}

.nav-menu {
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-right: 5%;
  display: flex;
}

.nav-link {
  color: #fff;
  border: 2px #000;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.nav-link:hover {
  font-weight: 700;
}

.nav-link.w--current {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
}

.slider {
  width: 100%;
  height: 90vh;
}

.slide {
  background-image: url('../images/5ffaf545c715f812284f345a_shutterstock_398903410-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/600e47d09f6766395deff6a7_shutterstock_691685071-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.container-2 {
  background-color: #000;
  background-image: linear-gradient(0deg, black, var(--dsx-black) 0%, #b6b6b600), linear-gradient(to bottom, #0009, #0009), url('../images/5ffaf545c715f812284f345a_shutterstock_398903410-2.jpg');
  background-position: 0 0, 0 0, 50% 45%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100vh;
  display: flex;
}

.container-2.pp {
  background-image: none;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  min-height: 100vh;
  padding: 20px 10% 0;
}

.container-2.home {
  background-image: linear-gradient(0deg, var(--dsx-black), var(--dsx-black) 0%, #b6b6b600), linear-gradient(to bottom, #0009, #0009), url('../images/5ffaf545c715f812284f345a_shutterstock_398903410-2.jpg');
  background-position: 0 0, 0 0, 50% 45%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  height: 90vh;
}

.container-2.service {
  background-image: linear-gradient(180deg, black, var(--fade-white)), linear-gradient(0deg, black, var(--dsx-black) 0%, #b6b6b600), url('../images/liren-AptXKcrGcp4-unsplash.jpg');
  background-position: 0 0, 0 0, 50% 45%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  height: 100%;
}

.container-2.company {
  background-image: linear-gradient(180deg, black, var(--fade-white)), linear-gradient(0deg, black, var(--dsx-black) 0%, #b6b6b600), url('../images/sean-pollock-PhYq704ffdA-unsplash.jpg');
  background-position: 0 0, 0 0, 50% 45%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  height: 90vh;
}

.heading {
  color: var(--white);
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  line-height: 2.25rem;
}

.heading.h {
  font-weight: 700;
}

.container-3 {
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 75%;
  max-width: none;
  margin-bottom: 0%;
  margin-left: 5%;
  margin-right: 50%;
  padding-right: 0;
  display: block;
}

.paragraph {
  color: var(--white);
  flex: 0 auto;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
  display: block;
}

.paragraph.p {
  color: var(--white);
  text-align: left;
}

.paragraph.p.learnmore {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-weight: 700;
}

.paragraph.p.process {
  text-align: left;
}

.paragraph.p.e {
  text-align: left;
  padding-top: 0;
}

.paragraph.k {
  color: var(--bulk-text-white);
}

.button {
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  background-color: #fdfeff00;
  border: 2px solid #fff;
  outline: .5px solid #fff;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1rem;
}

.button.w--current {
  width: auto;
  max-width: none;
}

.button.servicebutton {
  width: 75vw;
  min-width: 75vw;
  max-width: 75vw;
}

.button.servicebutton.w--current {
  min-width: 75vw;
}

.button._404 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.button.actionbutton {
  width: 75%;
}

.section-2 {
  background-image: linear-gradient(to bottom, var(--dsx-black), var(--dsx-black));
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 40px 60px;
  display: flex;
}

.quick-stack {
  width: 100%;
  height: 100%;
  padding: 0;
}

.cell {
  background-color: #000;
  background-image: linear-gradient(0deg, var(--dsx-black), var(--fade-white) 15%, var(--fade-white)), linear-gradient(90deg, var(--dsx-black), #1b191900 100%, #2d2b2b33 5%, var(--fade-white) 5%), linear-gradient(180deg, var(--dsx-black), var(--fade-white) 25%, #86868600), url('../images/600e47d09f6766395deff6a7_shutterstock_691685071-2.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  background-attachment: scroll, scroll, scroll, scroll;
}

.cell.demo {
  background-image: none;
  justify-content: center;
  align-items: center;
}

.cell.d {
  background-image: linear-gradient(0deg, var(--dsx-black), var(--fade-white) 15%, var(--fade-white)), linear-gradient(270deg, var(--dsx-black), #1b191900 100%, #2d2b2b33 5%, var(--fade-white) 5%), linear-gradient(180deg, var(--dsx-black), var(--fade-white) 25%, #86868600), url('../images/600e47d09f6766395deff6a7_shutterstock_691685071-2.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  background-attachment: scroll, scroll, scroll, scroll;
}

.cell.d.e.f {
  background-image: linear-gradient(0deg, var(--dsx-black), var(--fade-white) 15%, var(--fade-white)), linear-gradient(270deg, var(--dsx-black), #1b191900 100%, #2d2b2b33 5%, var(--fade-white) 5%), linear-gradient(180deg, var(--dsx-black), var(--fade-white) 25%, #86868600), url('../images/markus-spiske-7PMGUqYQpYc-unsplash.jpg');
  background-position: 0 0, 0 0, 0 0, 100%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  background-attachment: scroll, scroll, scroll, scroll;
}

.cell.d.e.f.u {
  background-image: linear-gradient(0deg, var(--dsx-black), var(--fade-white) 15%, var(--fade-white)), linear-gradient(270deg, var(--dsx-black), #1b191900 100%, #2d2b2b33 5%, var(--fade-white) 5%), linear-gradient(180deg, var(--dsx-black), var(--fade-white) 25%, #86868600), url('../images/hunters-race-MYbhN8KaaEc-unsplash.jpg');
  background-position: 0 0, 0 0, 0 0, 50%;
}

.cell.e {
  background-image: linear-gradient(0deg, var(--dsx-black), var(--fade-white) 15%, var(--fade-white)), linear-gradient(90deg, var(--dsx-black), #1b191900 100%, #2d2b2b33 5%, var(--fade-white) 5%), linear-gradient(180deg, var(--dsx-black), var(--fade-white) 25%, #86868600), url('../images/guerrillabuzz-RIvSJTiGwLc-unsplash.jpg');
}

.cell.e.p {
  background-image: linear-gradient(0deg, var(--dsx-black), var(--fade-white) 15%, var(--fade-white)), linear-gradient(90deg, var(--dsx-black), #1b191900 100%, #2d2b2b33 5%, var(--fade-white) 5%), linear-gradient(180deg, var(--dsx-black), var(--fade-white) 25%, #86868600), url('../images/kevin-ache-2JJ3wBHu4_0-unsplash-Large.jpeg');
  background-position: 0 0, 0 0, 0 0, 0%;
}

.cell.e.f.k {
  background-image: linear-gradient(0deg, var(--dsx-black), var(--fade-white) 15%, var(--fade-white)), linear-gradient(90deg, var(--dsx-black), #1b191900 100%, #2d2b2b33 5%, var(--fade-white) 5%), linear-gradient(180deg, var(--dsx-black), var(--fade-white) 25%, #86868600), url('../images/chris-ried-ieic5Tq8YMk-unsplash-Large.jpeg');
}

.cell-2 {
  border: 2px none var(--white);
  justify-content: center;
  align-items: center;
}

.container-3-copy {
  border: 2px solid var(--white);
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 75%;
  max-width: none;
  margin-left: 0%;
  margin-right: 0%;
  padding: 20px;
  display: block;
}

.container-4 {
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 75vw;
  max-width: 75vw;
  margin: 10px 60px;
  display: none;
  overflow: visible;
}

.container-4.jyy {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 0;
}

.container-4.home {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.quick-stack-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  width: 75vw;
  max-width: 75vw;
  height: 80vh;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.cell-3 {
  background-image: linear-gradient(to bottom, var(--darken), var(--darken)), linear-gradient(to bottom, var(--darken), var(--darken)), url('../images/5ffe7add9d82374fb5c00317_shutterstock_1014231283-1-2.jpg');
  text-align: left;
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  border: 2px solid #0000;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.cell-3.autosize {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.cell-4 {
  background-image: linear-gradient(to bottom, var(--darken), var(--darken)), url('../images/5ffe7add3fbf267171a9462d_shutterstock_243766495-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
}

.cell-4.autosize {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.cell-4.cell-3 {
  background-image: linear-gradient(to bottom, var(--darken), var(--darken)), linear-gradient(to bottom, var(--darken), var(--darken)), url('../images/5ffe7add3fbf267171a9462d_shutterstock_243766495-2.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-left: 0;
  padding-right: 0;
}

.cell-5 {
  background-image: linear-gradient(to bottom, var(--darken), var(--darken)), url('../images/5ffe828ae04616dcbb0e14e7_shutterstock_352316315-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.cell-5.autosize {
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
}

.cell-5.cell-3 {
  background-image: linear-gradient(to bottom, var(--darken), var(--darken)), linear-gradient(to bottom, var(--darken), var(--darken)), url('../images/5ffe828ae04616dcbb0e14e7_shutterstock_352316315-2.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.cell-6 {
  background-image: linear-gradient(to bottom, var(--darken), var(--darken)), url('../images/5ffe8288ecf46d8e3fc99bc3_shutterstock_582687739-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
}

.cell-6.cell-3 {
  background-image: linear-gradient(to bottom, var(--darken), var(--darken)), linear-gradient(to bottom, var(--darken), var(--darken)), url('../images/5ffe8288ecf46d8e3fc99bc3_shutterstock_582687739-2.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-left: 0;
  padding-right: 0;
}

.cell-7 {
  background-image: linear-gradient(to bottom, var(--darken), var(--darken)), url('../images/5ffe7adec996ee87fdb3c720_shutterstock_146384984-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
}

.cell-7.cell-3 {
  background-image: linear-gradient(to bottom, var(--darken), var(--darken)), linear-gradient(to bottom, var(--darken), var(--darken)), url('../images/5ffe7adec996ee87fdb3c720_shutterstock_146384984-2.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-left: 0;
  padding-right: 0;
}

.cell-8 {
  background-image: linear-gradient(to bottom, var(--darken), var(--darken)), url('../images/5ffe7addb92dbb7a060d93b2_shutterstock_682632358-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
}

.cell-8.cell-3 {
  background-image: linear-gradient(to bottom, var(--darken), var(--darken)), linear-gradient(to bottom, var(--darken), var(--darken)), url('../images/5ffe7addb92dbb7a060d93b2_shutterstock_682632358-2.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-left: 0;
  padding-right: 0;
}

.cell-9 {
  background-image: linear-gradient(to bottom, var(--darken), var(--darken)), url('../images/5ffd28f70ef5ed74bdbeb2a2_shutterstock_286022486-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
}

.cell-9.cell-3 {
  padding-left: 0;
  padding-right: 0;
}

.cell-10 {
  background-image: linear-gradient(to bottom, var(--darken), var(--darken)), url('../images/5ffe7adc164b8401ada4b193_shutterstock_1398390008-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
}

.cell-10.cell-3 {
  padding-left: 0;
  padding-right: 0;
}

.heading-cell {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  text-decoration: none;
}

.link-block-2 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.link-block-2.w {
  background-image: linear-gradient(to bottom, var(--darken), var(--darken)), linear-gradient(to bottom, var(--darken), var(--darken)), url('../images/5ffd28f70ef5ed74bdbeb2a2_shutterstock_286022486-2.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.cell-3-copy {
  background-image: linear-gradient(0deg, var(--dsx-black), var(--fade-white)), linear-gradient(to bottom, var(--darken), var(--darken)), url('../images/5ffe7add9d82374fb5c00317_shutterstock_1014231283-1-2.jpg');
  text-align: left;
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  border: 2px #0000;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.cell-3-copy.autosize {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.cell-4-copy {
  background-image: linear-gradient(to bottom, var(--darken), var(--darken)), url('../images/5ffe7add3fbf267171a9462d_shutterstock_243766495-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
}

.cell-4-copy.autosize {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.cell-4-copy.cell-3 {
  background-image: linear-gradient(0deg, var(--dsx-black), var(--fade-white)), linear-gradient(to bottom, var(--darken), var(--darken)), url('../images/5ffe7add3fbf267171a9462d_shutterstock_243766495-2.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-left: 0;
  padding-right: 0;
}

.cell-7-copy {
  background-image: linear-gradient(to bottom, var(--darken), var(--darken)), url('../images/5ffe7adec996ee87fdb3c720_shutterstock_146384984-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
}

.cell-7-copy.cell-3 {
  padding-left: 0;
  padding-right: 0;
}

.cell-6-copy {
  background-image: linear-gradient(to bottom, var(--darken), var(--darken)), url('../images/5ffe8288ecf46d8e3fc99bc3_shutterstock_582687739-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
}

.cell-6-copy.cell-3 {
  padding-left: 0;
  padding-right: 0;
}

.list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  width: 40vw;
  max-width: 40vw;
  margin-top: 10px;
  margin-left: 60px;
  margin-right: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.list.home {
  width: 75vw;
  max-width: 75vw;
  margin-left: 0;
}

.container-5 {
  background-image: linear-gradient(#0d1327, #161722);
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.container-6 {
  background-image: linear-gradient(#1d5f75, #0f3053);
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.container-7 {
  background-image: linear-gradient(#166494, #133a52);
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-copy.block {
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  line-height: 1.75rem;
}

.heading-copy {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
}

.section-3 {
  background-color: var(--dsx-black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90vh;
  max-height: 90vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section-4 {
  width: 100%;
  height: 30vh;
  max-height: 30vh;
}

.footer-dark {
  background-color: var(--dsx-black);
  color: #fff;
  border-bottom: 1px solid #e4ebf3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  max-height: 50vh;
  padding: 50px 0 15px;
  display: flex;
  position: relative;
}

.container-8 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: inline-flex;
}

.footer-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: flex-start;
  width: 90%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  display: inline-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;
  font-size: 1rem;
  display: flex;
}

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

.footer-link {
  color: #fff;
  margin-top: 2px;
  margin-bottom: 6px;
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--white);
  font-weight: 700;
}

.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: 75vw;
  height: 1px;
  margin: 20px 40px 15px;
  padding-left: 0;
  padding-right: 0;
}

.footer-copyright-center {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.image-3 {
  aspect-ratio: 2;
  height: 50%;
}

.image-4 {
  width: 50%;
}

.container-9 {
  width: 50vw;
  max-width: 50vw;
  margin-left: 0%;
  margin-right: 0%;
}

.form-block {
  color: #fff;
  background-color: #0000;
  font-family: Montserrat, sans-serif;
}

.submit-button {
  background-color: #3898ec00;
  border: 2px solid #fff;
  margin-top: 0;
  font-size: 1rem;
  line-height: 1.25rem;
}

.text-field {
  background-color: #fff0;
  border: 2px solid #fff;
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.25rem;
}

.text-field-2 {
  border: 2px solid var(--white);
  background-color: #fff0;
  font-size: .9rem;
}

.textarea {
  background-color: #fff0;
  border: 2px solid #fff;
  font-size: .9rem;
}

.checkbox-field {
  border: 2px #000;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.checkbox-label {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  font-size: 1rem;
  line-height: 1.25rem;
}

.checkbox {
  aspect-ratio: 1;
  color: #fff;
  background-color: #fff0;
  border: 2px solid #fff;
  margin-top: 0;
  margin-bottom: 4px;
  padding: 10px;
}

.checkbox.w--redirected-checked {
  background-color: #fff0;
  background-image: url('../images/image.png');
  background-position: 50%;
  background-size: cover;
  border-color: #fff;
}

.success-message {
  background-color: #c5c5c500;
  border: 2px solid #fff;
}

.text-block {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.error-message {
  text-align: center;
  background-color: #ffdede00;
  border: 2px solid #fff;
  font-weight: 500;
}

.field-label {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.field-label-2, .field-label-3 {
  font-size: 1rem;
}

.text-field-copy {
  background-color: #fff0;
  border: 2px solid #fff;
  margin-bottom: 10px;
  padding-top: 10px;
  font-size: 1rem;
  line-height: 1.25rem;
}

.section-2-copy {
  background-image: linear-gradient(to bottom, var(--dsx-black), var(--dsx-black));
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 0 60px;
  display: flex;
}

.section-2-copy-copy {
  background-image: linear-gradient(to bottom, var(--dsx-black), var(--dsx-black));
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding: 40px 0;
  display: flex;
}

.section-2-copy-copy.copied.wd.t {
  background-image: linear-gradient(#000, #000);
}

.section-2-copy-copy.copied.wd.y, .section-2-copy-copy.copy.timeline {
  background-image: linear-gradient(to bottom, var(--dsx-black), var(--dsx-black));
}

.text-block-2 {
  font-size: 1rem;
  line-height: 1.25rem;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 90vh;
  min-height: 90vh;
  max-height: 90vh;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30vw;
  min-width: 30vw;
  max-width: 30vw;
  display: flex;
}

.heading-2 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
}

.image-5 {
  color: var(--dsx-black);
  max-width: 50%;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.paragraph-2 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  display: block;
}

.body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: block;
}

.link, .link-2 {
  color: #fff;
}

.subheadings {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
}

.subheadings.process {
  line-height: 1.5rem;
}

.subheadings.a {
  margin-top: 0%;
  margin-bottom: 0;
  font-weight: 700;
}

.link-3, .link-4 {
  color: #fff;
}

.link-5, .link-6, .link-7, .link-8, .link-9, .link-10, .link-11, .link-12, .link-13, .link-14 {
  color: var(--bulk-text-white);
}

.link-15 {
  color: #fff;
}

.link-16, .link-17, .link-18, .link-19, .link-20, .link-21, .link-22, .link-23, .link-24, .link-25 {
  color: var(--bulk-text-white);
}

.link-26 {
  color: #fff;
}

.link-27, .link-28, .link-29, .link-30, .link-31 {
  color: var(--bulk-text-white);
}

.body-2 {
  background-color: var(--dsx-black);
}

.cell-11 {
  background-image: linear-gradient(to bottom, var(--darken), var(--darken)), url('../images/5ffe7adc164b8401ada4b193_shutterstock_1398390008-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.cell-11.cell-3 {
  background-image: linear-gradient(to bottom, var(--darken), var(--darken)), linear-gradient(to bottom, var(--darken), var(--darken)), url('../images/5ffe7adc164b8401ada4b193_shutterstock_1398390008-2.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.tabs {
  width: 75vw;
  height: 80%;
}

.tab-link-tab-1 {
  aspect-ratio: 1;
  color: #fff;
  background-image: linear-gradient(90deg, #0d1327, #161722);
  flex-flow: column;
  order: -1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 32%;
  margin-right: 0;
  padding: 20px;
  display: inline-flex;
  position: relative;
}

.tab-link-tab-1.w--current {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: 1;
  text-align: center;
  background-color: #fff;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 32%;
  display: inline-flex;
}

.tab-link-tab-2 {
  aspect-ratio: 1;
  color: #fff;
  background-image: linear-gradient(90deg, #1d5f75, #0f3053);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 32%;
  margin-right: 0;
  padding: 20px;
  display: inline-flex;
}

.tab-link-tab-2.w--current {
  background-color: #fff;
}

.tab-link-tab-3 {
  aspect-ratio: 1;
  color: #fff;
  background-image: linear-gradient(90deg, #166494, #133a52);
  flex-flow: column;
  order: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 32%;
  padding: 20px;
  display: inline-flex;
}

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

.recaptcha {
  margin-bottom: 10px;
}

.service-overview {
  background-color: var(--dsx-black);
  border: 0 #000;
  padding: 80px 30px;
  position: relative;
}

.container-11 {
  color: #fff;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.pricing-description {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.cool-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 35%;
  height: auto;
  margin-bottom: 0;
  display: block;
}

.pricing-card-text {
  margin-bottom: 20px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  color: var(--white);
  margin-left: 2px;
  display: flex;
}

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

.text-block-4, .text-block-5 {
  color: var(--white);
}

.dsx-section {
  border: 1px solid var(--dsx-black);
  background-color: var(--dsx-black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 75vh;
  padding: 0;
  display: flex;
}

.dsx-process {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr .25fr 1fr .25fr 1fr;
  font-family: Montserrat, sans-serif;
}

.number {
  color: #5a5a5a;
  margin-bottom: 10px;
  margin-right: 0%;
  font-family: Montserrat, sans-serif;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1rem;
}

.arrow {
  background-image: url('../images/dfg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 100%;
  height: 100%;
}

.process-title {
  color: #1f1f1f;
  text-align: left;
  text-transform: uppercase;
}

.icon-2 {
  color: #02277a;
  margin-right: 10px;
  font-size: 24px;
}

.body-4, .body-5, .body-6, .body-7 {
  background-color: #000;
}

.cell-12, .cell-13, .cell-14, .cell-15, .cell-16 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.cell-17, .cell-18, .cell-19 {
  justify-content: center;
  align-items: flex-start;
}

.quick-stack-3 {
  width: 75%;
}

.link-32, .link-33 {
  color: #fff;
  text-decoration: none;
}

.testimonial-image-left {
  background-color: #000;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  padding: 80px 0;
  display: flex;
  position: relative;
}

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

.testimonial-wrapper-four {
  color: var(--white);
  background-color: #12131400;
  justify-content: space-between;
  padding: 0;
  display: flex;
}

.testimonial-left {
  width: 30%;
  margin-right: 64px;
}

.testimonial-image-four {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.testimonial-right {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-small {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.testimonial-text-four {
  margin-bottom: 32px;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

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

.features-metrics {
  background-color: var(--dsx-black);
  border-bottom: 0 #e4ebf3;
  width: 50vw;
  padding: 20px 0;
  position: relative;
}

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

.features-wrapper {
  color: #fff;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.features-block {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.features-title {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

@media screen and (min-width: 1280px) {
  .nav-link {
    font-size: 1rem;
    line-height: 2rem;
  }

  .heading {
    font-size: 2rem;
    line-height: 2.25rem;
  }

  .paragraph, .button {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .heading-cell {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }

  .heading-copy {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .title-small {
    font-size: 1rem;
  }

  .footer-link {
    margin-top: 3px;
    font-size: 1rem;
  }

  .footer-copyright-center {
    font-size: 1rem;
  }

  .image-4 {
    width: 50%;
  }

  .container-9 {
    width: 60vw;
    max-width: 60vw;
  }

  .submit-button {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .text-field {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .text-field:focus {
    border-color: #fff;
  }

  .checkbox-label {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .field-label {
    font-size: 1rem;
  }

  .text-field-copy {
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .text-field-copy:focus {
    border-color: #fff;
  }
}

@media screen and (min-width: 1440px) {
  .nav-link {
    font-size: 1rem;
  }

  .heading {
    font-size: 2rem;
  }

  .container-3 {
    margin-right: 50%;
  }

  .paragraph, .button {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .heading-cell {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .heading-copy {
    font-size: 1.25rem;
  }

  .title-small, .footer-link {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .footer-copyright-center {
    font-size: 1rem;
    line-height: 2.5rem;
  }

  .image-4 {
    width: 50%;
  }

  .submit-button {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .text-field {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .checkbox-label {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .text-block {
    line-height: 1.5rem;
  }

  .field-label {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .text-field-copy {
    padding-top: 10px;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .text-block-2 {
    line-height: 1.5rem;
  }

  .number {
    font-size: 8rem;
    line-height: 1.5rem;
  }
}

@media screen and (min-width: 1920px) {
  .image {
    width: 100%;
  }

  .nav-link {
    font-size: 1.25rem;
  }

  .heading {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .paragraph, .button {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .heading-cell, .heading-copy {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .footer-dark {
    border: 1px solid var(--dsx-black);
  }

  .title-small, .footer-link, .footer-copyright-center {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .image-4 {
    width: 60%;
  }

  .submit-button {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .text-field {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .checkbox-label, .text-block, .field-label {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .text-field-copy {
    padding-top: 10px;
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .text-block-2 {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .subheadings, .bold-text {
    font-size: 1.5rem;
  }

  .service-overview {
    border-style: none;
    border-width: 0;
    border-color: #fff #fff var(--dsx-black);
    justify-content: center;
    align-items: center;
    padding-bottom: 80px;
    display: flex;
  }

  .container-11 {
    width: 75%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .dsx-section {
    border: 0px none var(--dsx-black);
    color: #000;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 50vh;
    padding: 0;
    display: flex;
  }

  .dsx-process {
    width: 75%;
    height: 75%;
  }

  .number {
    font-size: 9rem;
    line-height: 2rem;
  }

  .arrow {
    background-size: contain;
  }

  .body-3 {
    color: #fff;
    background-color: #000;
  }

  .quick-stack-3 {
    width: 75%;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu {
    color: #fff;
    background-color: #c8c8c800;
  }

  .container-3 {
    margin-right: 40%;
  }

  .button.actionbutton {
    width: 100%;
  }

  .section-2 {
    justify-content: flex-start;
    align-items: center;
    height: 140vh;
    max-height: 140vh;
  }

  .heading-cell {
    font-size: 1.25rem;
  }

  .link-block-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

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

  .icon {
    color: #fff;
  }

  .menu-button {
    background-color: #c8c8c826;
    background-image: linear-gradient(to bottom, var(--dsx-black), var(--dsx-black));
    color: #3330;
  }

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

  .utility-page-content {
    width: 50vw;
    min-width: 50vw;
  }

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

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .service-overview {
    padding-left: 30px;
  }

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

  .cool-grid {
    grid-column-gap: 30px;
  }

  .dsx-section {
    height: auto;
    padding: 20px;
  }

  .number {
    margin-right: 20px;
  }

  .quick-stack-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

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

  .testimonial-left {
    width: 40%;
    margin-right: 40px;
  }

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

  .features-wrapper {
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .container-3 {
    margin-right: 5%;
  }

  .paragraph {
    text-align: left;
  }

  .section-2 {
    justify-content: flex-start;
    align-items: center;
    height: 170vh;
    max-height: 170vh;
  }

  .container-3-copy {
    width: 120%;
    margin-right: 50%;
  }

  .container-4 {
    margin-top: 10px;
  }

  .link-block-2 {
    justify-content: center;
    align-items: flex-start;
    padding: 10px 20px;
  }

  .link-block-2.w {
    justify-content: center;
    align-items: flex-start;
  }

  .footer-dark {
    height: 100vh;
    max-height: 100vh;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-8 {
    flex-flow: row;
  }

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

  .footer-brand {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

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

  .footer-link:hover {
    color: #1a1b1fbf;
  }

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

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

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

  .section-2-copy {
    height: 130vh;
    max-height: 130vh;
  }

  .features-list, .service-overview {
    padding: 60px 15px;
  }

  .dsx-section {
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .number {
    margin-right: 10px;
    font-size: 70px;
  }

  .testimonial-image-left {
    padding: 60px 15px;
  }

  .testimonial-wrapper-four {
    flex-direction: column;
  }

  .testimonial-left {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-image-four {
    height: auto;
  }

  .heading-small {
    font-size: 28px;
    line-height: 36px;
  }

  .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 479px) {
  .image {
    width: auto;
  }

  .nav-menu {
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0%;
  }

  .nav-link {
    text-align: left;
    object-fit: fill;
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: 100vw;
    line-height: 1rem;
    text-decoration: none;
    display: flex;
    overflow: visible;
  }

  .container-3 {
    width: 90%;
  }

  .section-2 {
    height: auto;
    min-height: 275vh;
    max-height: none;
    padding-bottom: 40px;
  }

  .container-3-copy {
    width: 150%;
    margin-right: 80%;
  }

  .container-3-copy.copy {
    clear: none;
    order: -1;
    margin-left: 80%;
    margin-right: 0%;
    position: relative;
  }

  .quick-stack-2 {
    overflow: visible;
  }

  .link-block-2 {
    padding-top: 10px;
  }

  .section-3 {
    height: 100vh;
    max-height: 100vh;
  }

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

  .container-9 {
    width: 80vw;
    min-width: 80vw;
    max-width: 80vw;
    padding-left: 0;
  }

  .section-2-copy {
    height: auto;
    max-height: none;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-2-copy-copy {
    height: 100vh;
  }

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

  .utility-page-content {
    width: 75vw;
    min-width: 75vw;
  }

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

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .service-overview {
    padding-bottom: 0;
  }

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

  .centered-heading {
    margin-bottom: 24px;
  }

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

  .dsx-section {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 140px;
  }

  .dsx-process {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr .25fr 1fr .25fr 1fr;
    grid-auto-flow: row;
  }

  .number, .arrow, .cell-13, .cell-14 {
    display: none;
  }

  .quick-stack-3 {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 20px;
  }

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

  .heading-small {
    font-size: 24px;
    line-height: 32px;
  }

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

#w-node-_2e9cc7f8-91ee-55e5-3846-d4a32c730a75-33ddb60e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f0914ad3-0583-9f9b-9aab-3f65a4373a56-33ddb60e {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_003a8043-8a03-4998-286f-e42d68ef8731-68ef872b, #w-node-_003a8043-8a03-4998-286f-e42d68ef873a-68ef872b, #w-node-_003a8043-8a03-4998-286f-e42d68ef8741-68ef872b, #w-node-_0ee7ee75-9312-c760-cb4b-e3610d0a06d0-92ece468, #w-node-_0ee7ee75-9312-c760-cb4b-e3610d0a06da-92ece468, #w-node-_0ee7ee75-9312-c760-cb4b-e3610d0a06e4-92ece468 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b138bbca-f864-29b0-a397-919fe773d30a-92ece468 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-eba2637c-f810-e6b9-0ab9-058170f5b946-92ece468 {
  grid-template-rows: 1fr;
  grid-template-columns: 1fr .25fr 1fr .25fr 1fr;
}

#w-node-_33a0593e-e739-123a-4edb-b18d8b97e87a-92ece468 {
  place-self: end center;
}

#w-node-e52374ad-7c7c-3b9d-0531-af3ea14b6361-92ece468 {
  grid-row: span 2 / span 2;
}

#w-node-_33a0593e-e739-123a-4edb-b18d8b97e896-92ece468 {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-_33a0593e-e739-123a-4edb-b18d8b97e87c-92ece468 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: end center;
}

#w-node-_0d258765-1dee-d344-d8a1-ff6a7d709d0e-92ece468 {
  grid-row: span 2 / span 2;
}

#w-node-_33a0593e-e739-123a-4edb-b18d8b97e880-92ece468 {
  grid-area: 1 / 4 / 4 / 5;
}

#w-node-_33a0593e-e739-123a-4edb-b18d8b97e87e-92ece468 {
  grid-area: 1 / 5 / 2 / 6;
  place-self: end center;
}

#w-node-_0b92490c-f4e4-d787-dc41-f724f340bf83-92ece468, #w-node-_47047e90-f1df-11b0-5a22-40df366c0e01-afa592d2, #w-node-d8ca07d5-4a26-5d06-60d1-c36af4bff6a9-afa592d2, #w-node-efb62f6c-a6e6-e7d7-8d09-e80fe2c64bb0-afa592d2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (min-width: 1920px) {
  #w-node-_33a0593e-e739-123a-4edb-b18d8b97e896-92ece468 {
    grid-area: 1 / 2 / 4 / 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-f0914ad3-0583-9f9b-9aab-3f65a4373a56-33ddb60e {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-eba2637c-f810-e6b9-0ab9-058170f5b946-92ece468 {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  #w-node-e52374ad-7c7c-3b9d-0531-af3ea14b6361-92ece468, #w-node-_0d258765-1dee-d344-d8a1-ff6a7d709d0e-92ece468 {
    grid-row: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2e9cc7f8-91ee-55e5-3846-d4a32c730a75-33ddb60e, #w-node-b138bbca-f864-29b0-a397-919fe773d30a-92ece468, #w-node-_0b92490c-f4e4-d787-dc41-f724f340bf83-92ece468, #w-node-_47047e90-f1df-11b0-5a22-40df366c0e01-afa592d2, #w-node-d8ca07d5-4a26-5d06-60d1-c36af4bff6a9-afa592d2, #w-node-efb62f6c-a6e6-e7d7-8d09-e80fe2c64bb0-afa592d2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f0914ad3-0583-9f9b-9aab-3f65a4373a56-33ddb60e {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-c4d45fd3-ad3f-e2cb-6fee-2795fb07385f-33ddb60e {
    grid-row: span 1 / span 1;
  }

  #w-node-b138bbca-f864-29b0-a397-919fe773d30c-92ece468 {
    order: 9999;
  }

  #w-node-eba2637c-f810-e6b9-0ab9-058170f5b946-92ece468 {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }

  #w-node-e52374ad-7c7c-3b9d-0531-af3ea14b6361-92ece468, #w-node-_0d258765-1dee-d344-d8a1-ff6a7d709d0e-92ece468 {
    grid-row: span 2 / span 2;
  }

  #w-node-_47047e90-f1df-11b0-5a22-40df366c0e08-afa592d2, #w-node-efb62f6c-a6e6-e7d7-8d09-e80fe2c64bb7-afa592d2 {
    order: 9999;
  }
}


