@font-face {
  font-family: Type Dynamic Sailec;
  src: url('../fonts/Type-Dynamic---Sailec.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Type Dynamic Sailec;
  src: url('../fonts/Type-Dynamic---Sailec-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Type Dynamic Sailec;
  src: url('../fonts/Type-Dynamic---Sailec-Medium-Italic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Type Dynamic Sailec;
  src: url('../fonts/Type-Dynamic---Sailec-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Type Dynamic Sailec;
  src: url('../fonts/Type-Dynamic---Sailec-Light-Italic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Type Dynamic Sailec Hairline;
  src: url('../fonts/Type-Dynamic---Sailec-Hairline-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Type Dynamic Sailec;
  src: url('../fonts/Type-Dynamic---Sailec-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --dim-grey: #6b6b6b;
  --white: white;
  --deep-pink: #fc0a7e;
  --black: black;
  --blue-violet: #6e2ed8;
  --663399: #602bb6;
  --medium-violet-red: #b32e6e;
  --medium-slate-blue: #955df1;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

.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-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.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-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

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

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 10vh;
  font-weight: 700;
  line-height: 10vh;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  color: #6b6b6b;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #6b6b6b;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #000;
  text-decoration: underline;
}

.section {
  background-color: #121212;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: block;
}

.section.center {
  background-color: #333;
  background-image: linear-gradient(144deg, #010e08, #666 0% 0%, #15402b);
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.section.column {
  justify-content: space-between;
  height: auto;
  padding: 15vh 10vw;
  display: flex;
}

.section.column.devices {
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section.column.faq {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section.cta {
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  height: 60vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.section.full-img {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section.wide {
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.section.wide.img {
  border-bottom: 1px solid #000;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 10vh;
  display: flex;
}

.section.wide.purple {
  background-image: url('../images/wavy-bg.svg'), linear-gradient(135deg, #666, #123f2a 99%, #602bb6);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.section.grid-imgs {
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 50vh;
  display: flex;
}

.col {
  border: 1px #000;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  padding-left: 0;
  display: flex;
}

.col.sideimg {
  flex: 0 auto;
  width: 25vw;
}

.col.padding {
  border-style: none;
  flex: 1;
  max-width: 50%;
  padding-left: 9vw;
  padding-right: 9vw;
}

.col.bg {
  border-style: none;
  align-items: flex-start;
  overflow: hidden;
}

.col.vertical {
  flex-direction: column;
}

.col.team {
  flex-basis: 33%;
}

.col.img {
  justify-content: center;
}

.hero {
  z-index: 999999;
  background-color: #0000;
  border: 1px #000;
  width: 100%;
  height: auto;
  padding: 0 10vw;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.nav {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: flex;
}

.nav-inner {
  border-bottom: 1px #ffffff1a;
  flex-direction: row;
  flex: 0 auto;
  order: 1;
  justify-content: flex-start;
  align-items: center;
  width: 80vw;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.body {
  background-color: #0000;
  font-family: Gothic A1, sans-serif;
}

.heading {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 10vh;
  font-weight: 500;
  line-height: 9vh;
}

.div-block-2 {
  z-index: 80;
  flex-direction: column;
  align-items: flex-start;
  width: 80vw;
  display: flex;
  position: relative;
}

.image {
  height: 40px;
  margin-bottom: 20px;
}

.feature-content {
  border: 1px #000;
  flex: none;
  width: 50vw;
  max-width: 450px;
  padding-left: 4vw;
  padding-right: 4vw;
}

.feature-content.mid {
  width: 40vw;
  max-width: 500px;
}

.feature-content.icons {
  text-align: center;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 33.33%;
  max-width: none;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.feature-content.icons.numbers {
  width: 25%;
}

.heading-2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 400;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #999;
  border-radius: 3px;
  width: auto;
  margin-left: 10px;
  margin-right: 0;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: inline-block;
}

.button:hover {
  color: #6b6b6b;
  background-color: #fff;
}

.button.outline {
  color: #5a5a5a;
  background-color: #0000;
  border: 1px solid #6e6e6e;
  margin-left: 10px;
}

.button.contact {
  background-color: #0000;
  margin-left: 10px;
  box-shadow: inset 0 0 0 2px #fff3;
}

.button.contact:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.button.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.button.form-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.button.form-button:hover {
  color: #fff;
  background-color: #000;
}

.button.category {
  display: none;
}

.h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 44px;
  font-weight: 300;
  line-height: 56px;
}

.p {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

.p.list {
  margin-bottom: 0;
}

.div-block-3 {
  background-image: url('../images/richard-01.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100vw;
  height: 8600px;
}

.div-block-3._02 {
  background-image: url('../images/richard-02.jpg');
  background-size: 100vw;
}

.div-block-3._03 {
  background-image: url('../images/richard-03.jpg');
  background-size: 100vw;
  height: 6000px;
}

.div-block-4 {
  flex-direction: column;
  align-items: center;
  width: 65%;
  max-width: 440px;
  display: flex;
}

.div-block-4.left {
  align-items: flex-start;
  margin-bottom: 30px;
}

.img-device {
  height: auto;
  max-height: 450px;
}

.h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.paragraph {
  color: #6b6b6b;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}

.div-block-5 {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 60px;
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.wrapper.welcome {
  z-index: 90;
  align-items: flex-start;
  width: 100vw;
  position: relative;
}

.wrap {
  text-align: center;
  max-width: 700px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.title {
  color: #666;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px #2e2e2e;
  padding-bottom: 5px;
  font-family: Type Dynamic Sailec, sans-serif;
  font-size: 32px;
  font-weight: 500;
  display: inline-block;
}

.title.white {
  color: #fff9;
  border-bottom-color: #fff6;
}

.image-2 {
  flex: none;
}

.div-block-6 {
  align-items: center;
  display: flex;
}

.div-block-7 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 100px;
  display: flex;
}

.div-block-7.team {
  flex-wrap: wrap;
  justify-content: center;
}

.div-block-8 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: auto;
  height: 150px;
  display: flex;
}

.button-wrap {
  justify-content: center;
  width: auto;
  margin-top: 5vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-3 {
  padding: 10px 30px 30px 0;
}

.thumb-food {
  background-color: #c6ced3;
  border-radius: 20px;
  width: 100%;
  height: 300px;
}

.thumb-food._01 {
  background-image: url('../images/bg-001_1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
}

.thumb-food._02 {
  background-image: url('../images/bg-001.jpg');
  background-position: 50%;
  background-size: cover;
}

.thumb-food._03 {
  background-image: url('../images/bg-003.jpg');
  background-position: 0 0;
  background-size: cover;
}

.text-block {
  color: #fff;
}

.h4 {
  color: #fff;
  margin-bottom: 10px;
}

.h4.faq {
  margin-top: 20px;
  margin-bottom: 10px;
}

.nav-link {
  color: #fff;
  flex: 0 auto;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}

.nav-link:hover {
  color: #fff;
  box-shadow: inset 0 -5px #fff;
}

.nav-menu {
  height: auto;
}

.div-block-11 {
  background-color: #acb1b4;
  border-radius: 20px;
  width: 100%;
  height: 300px;
}

.ico {
  height: 35px;
  margin-right: 20px;
}

.div-block-12 {
  margin-top: 50px;
}

._w-icon {
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 80px;
  margin-right: 20px;
  display: flex;
}

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

.field-newsletter {
  color: #fff;
  background-color: #300479;
  border: 1px solid #300479;
  border-radius: 10px;
  width: 340px;
  height: 80px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 20px;
  font-size: 16px;
}

._w-img {
  flex: 1;
  overflow: hidden;
}

.image-4 {
  width: 100%;
  display: block;
}

.icon {
  height: 25px;
}

.nav-list {
  justify-content: space-between;
  margin-right: 30px;
  display: flex;
}

.hero-image {
  height: 85vh;
  display: block;
  position: absolute;
  bottom: 0;
  right: 3vw;
}

.light-blue {
  color: #9b68f0;
}

.black-text {
  color: #000;
}

.hero-content {
  z-index: 90;
  width: 100%;
  padding-left: 10vw;
  padding-right: 10vh;
  position: relative;
}

.feature-wrap {
  background-color: #000;
  border: 1px #000;
  border-radius: 1px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 90vw;
  margin-top: 0;
  margin-bottom: 10vh;
  padding: 25px 10vw;
  display: flex;
}

.feature-wrap.reverse {
  flex-direction: row-reverse;
}

.feature-wrap.logos {
  border-style: none;
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.feature-wrap.icons {
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}

.feature-image {
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 50vw;
  display: flex;
}

.black {
  color: #999;
  font-family: Type Dynamic Sailec, sans-serif;
  font-weight: 400;
}

.hero-subhead {
  color: #fff;
  max-width: 60%;
  margin-left: 10px;
  padding-left: 0;
  font-family: Type Dynamic Sailec, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 44px;
}

.bottom-image-wrap {
  max-width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.black-bar {
  background-color: #2a2326;
  width: 100vw;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
}

.feature-icon {
  height: 35px;
  margin-bottom: 30px;
}

.purple {
  color: #b32e6e;
}

.footer {
  background-color: #1b1b1b;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #6b6b6b;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.footer-list {
  padding-top: 29px;
  padding-bottom: 29px;
}

.text-block-2 {
  color: #ffffff4d;
  font-size: 12px;
}

.form-2 {
  margin-top: 40px;
  display: flex;
}

.input {
  clear: none;
  color: #000;
  background-color: #fff;
  border-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  flex: 0 auto;
  height: 70px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
  transition: box-shadow .3s cubic-bezier(.215, .61, .355, 1);
  box-shadow: inset 0 0 #fc0a7e;
}

.input:hover, .input:focus {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input::placeholder {
  color: #555;
}

.arrow {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.quote-slider {
  background-color: #0000;
  width: 90vw;
  height: 60vh;
  margin-top: 10vh;
}

.slider-arrow {
  color: #d6d6d6;
}

.quote-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.quote-attribution {
  justify-content: center;
  align-items: center;
  display: flex;
}

.quote-dash {
  background-color: #d3d3d3;
  flex: none;
  width: 30px;
  height: 1px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.quote-icon {
  margin-bottom: 45px;
}

.slide-nav {
  font-size: 7px;
}

.number {
  font-size: 60px;
  line-height: 90px;
}

.float {
  border: 4px solid #09a4ec;
  width: 40vw;
  height: 50vh;
  position: relative;
  top: 200px;
  left: 567px;
}

.nav-logo-wrap {
  flex: none;
  order: 0;
}

.image-licensing {
  background-color: #0000000d;
  border: 1px solid #0000001a;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  line-height: 24px;
}

.image-licensing-wrap {
  flex: 1;
  max-width: 600px;
}

.heading-3 {
  color: #fff;
  letter-spacing: normal;
  font-family: Type Dynamic Sailec, sans-serif;
  font-weight: 900;
}

.image-5 {
  padding-top: 10px;
  display: inline-block;
}

.youtube {
  min-width: 1000px;
}

.image-6 {
  padding-bottom: 10px;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.paragraph-2, .paragraph-3 {
  color: #333;
}

.paragraph-4 {
  font-family: Type Dynamic Sailec, sans-serif;
}

.heading-4 {
  color: #000;
  font-family: Type Dynamic Sailec, sans-serif;
  font-size: 4vh;
  font-weight: 900;
}

.view-project {
  background-image: linear-gradient(36deg, #244736 43%, #0a0a0a);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 2px;
  display: flex;
  position: relative;
}

.gray-color {
  opacity: .5;
  color: #fff;
  font-family: Type Dynamic Sailec, sans-serif;
  font-size: 22px;
}

.about-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #121212;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.left-part {
  border-bottom: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: auto;
  height: auto;
  display: flex;
}

.margin-40px {
  margin-top: 40px;
  position: relative;
}

.logo-flex {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  filter: brightness(110%);
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.qoute-text {
  font-family: Type Dynamic Sailec, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.2;
}

.maw-w-right {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.photo-right {
  z-index: 15;
  justify-content: center;
  align-items: center;
  min-height: 620px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-circle {
  z-index: 999;
  opacity: 1;
  color: #000;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  font-size: 20px;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.work-photo {
  object-fit: cover;
  width: auto;
  height: auto;
}

.subhead-center {
  opacity: 1;
  color: #000;
  margin-top: 0;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.3;
}

.subhead-center.small {
  max-width: none;
  font-family: Type Dynamic Sailec, sans-serif;
  font-size: 18px;
}

.play-button {
  width: 20px;
}

.image-7 {
  border: 1px solid #000;
  border-radius: 12px;
  align-self: auto;
  margin-top: 40px;
  padding-top: 0;
}

.container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1500px;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.image-8 {
  border: 1px solid #000;
  border-radius: 11px;
  margin-left: 20px;
}

.image-9 {
  border: 1px solid #000;
  border-radius: 11px;
  margin-left: 20px;
  padding-left: 0;
}

.image-10 {
  border: 1px solid #000;
  border-radius: 11px;
}

.text-block-3 {
  font-family: Type Dynamic Sailec, sans-serif;
  font-weight: 900;
}

.heading-5 {
  color: #333;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 100px;
  font-family: Type Dynamic Sailec, sans-serif;
  font-weight: 900;
}

.text-block-4 {
  color: #fff;
  font-family: Type Dynamic Sailec, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 20px;
}

.heading-6 {
  font-family: Type Dynamic Sailec, sans-serif;
  font-weight: 900;
}

.grid {
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-11, .image-12, .image-13 {
  border: 1px solid #000;
  border-radius: 12px;
}

.text-block-5 {
  font-size: 32px;
}

.text-block-6 {
  color: #999;
  font-family: Type Dynamic Sailec, sans-serif;
  font-size: 38px;
  font-weight: 900;
}

.heading-7 {
  font-family: Type Dynamic Sailec, sans-serif;
  font-weight: 900;
}

.paragraph-5 {
  color: #fff;
  font-family: Type Dynamic Sailec, sans-serif;
}

.heading-8, .rich-text-block {
  font-family: Type Dynamic Sailec, sans-serif;
}

.paragraph-6 {
  color: #fff;
  font-size: 72px;
  font-weight: 900;
}

.paragraph-7 {
  color: #fff;
}

.image-14 {
  clear: none;
  margin-top: 0;
  margin-left: 0;
  padding-top: 10px;
  position: static;
  left: 0;
}

.image-15 {
  margin-top: 10px;
}

.heading-9, .heading-10 {
  color: #000;
}

.gray-color-2 {
  opacity: .5;
  color: #fff;
}

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

.grid-3 {
  grid-row-gap: 346px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.gray-color-3 {
  opacity: .5;
  color: #fff;
  max-width: none;
}

.image-16 {
  margin-bottom: 20px;
}

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

.image-17 {
  text-align: left;
  align-self: center;
  padding-bottom: 20px;
}

.image-18 {
  align-self: center;
  padding-bottom: 20px;
}

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

.heading-11, .heading-12 {
  color: #000;
}

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

.heading-13, .heading-14 {
  color: #333;
}

.text-block-7 {
  font-family: Type Dynamic Sailec, sans-serif;
  font-size: 56px;
  font-weight: 500;
}

.grid-4 {
  grid-column-gap: 252px;
  grid-template-rows: 107px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.about-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #121212;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  height: auto;
  display: grid;
}

.left-part-2 {
  border-bottom: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: auto;
  height: auto;
  display: flex;
}

.photo-right-2 {
  z-index: 15;
  justify-content: center;
  align-items: center;
  min-height: 620px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.view-project-2 {
  background-image: linear-gradient(36deg, #244736 43%, #0a0a0a);
  justify-content: center;
  align-items: center;
  width: 75%;
  height: 75%;
  padding-left: 2px;
  display: flex;
  position: relative;
}

.play-button-2 {
  width: 20px;
}

.project-circle-2 {
  z-index: 999;
  opacity: 1;
  color: #000;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  font-size: 20px;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.work-photo-2 {
  object-fit: cover;
  width: auto;
  height: auto;
}

.qoute-text-2 {
  font-family: Type Dynamic Sailec, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.2;
}

.section-2 {
  background-color: #121212;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.section-2.center {
  background-color: #333;
  background-image: linear-gradient(135deg, #350e47, #010e08 0%, #666 0%, #123f2a);
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 0;
  display: flex;
  position: relative;
}

.section-2.column {
  justify-content: space-between;
  height: auto;
  padding: 15vh 10vw;
  display: flex;
}

.section-2.column.devices {
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section-2.column.faq {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section-2.cta {
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  height: 60vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.section-2.full-img {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section-2.wide {
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.section-2.wide.img {
  border-bottom: 1px solid #000;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 10vh;
}

.section-2.wide.purple {
  background-image: url('../images/wavy-bg.svg'), linear-gradient(135deg, #666, #123f2a 99%, #602bb6);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.section-2.grid-imgs {
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 50vh;
  display: flex;
}

.section-3 {
  background-color: #121212;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.section-3.center {
  background-color: #333;
  background-image: linear-gradient(135deg, #350e47, #010e08 0%, #666 0%, #123f2a);
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 0;
  display: flex;
  position: relative;
}

.section-3.column {
  justify-content: space-between;
  height: auto;
  padding: 15vh 10vw;
  display: flex;
}

.section-3.column.devices {
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section-3.column.faq {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section-3.cta {
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  height: 60vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.section-3.full-img {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section-3.wide {
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.section-3.wide.img {
  border-bottom: 1px solid #000;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 10vh;
}

.section-3.wide.purple {
  background-image: url('../images/wavy-bg.svg'), linear-gradient(135deg, #666, #123f2a 99%, #602bb6);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.section-3.grid-imgs {
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 50vh;
  display: flex;
}

.about-grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #121212;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  height: 50%;
  display: grid;
}

.maw-w-right-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-21, .image-22 {
  padding-top: 20px;
}

.section-title {
  background-color: #121212;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.section-title.center {
  background-color: #333;
  background-image: linear-gradient(135deg, #350e47, #010e08 0%, #666 0%, #123f2a);
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 0;
  display: flex;
  position: relative;
}

.section-title.column {
  justify-content: space-between;
  height: auto;
  padding: 15vh 10vw;
  display: flex;
}

.section-title.column.devices {
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section-title.column.faq {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section-title.cta {
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  height: 60vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.section-title.full-img {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section-title.wide {
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.section-title.wide.img {
  border-bottom: 1px solid #000;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section-title.wide.purple {
  background-image: url('../images/wavy-bg.svg'), linear-gradient(135deg, #666, #123f2a 99%, #602bb6);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.section-title.grid-imgs {
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 50vh;
  display: flex;
}

.image-23, .image-24, .image-25, .image-26 {
  padding-top: 10px;
}

.anchor-scroll {
  position: fixed;
  inset: auto 1% 1% auto;
}

.image-27 {
  width: 5rem;
  height: 5rem;
}

.section-top {
  background-color: #121212;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.section-top.center {
  background-color: #333;
  background-image: linear-gradient(135deg, #350e47, #010e08 0%, #666 0%, #123f2a);
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 0;
  display: flex;
  position: relative;
}

.section-top.column {
  justify-content: space-between;
  height: auto;
  padding: 15vh 10vw;
  display: flex;
}

.section-top.column.devices {
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section-top.column.faq {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section-top.cta {
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  height: 60vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.section-top.full-img {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section-top.wide {
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.section-top.wide.img {
  border-bottom: 1px solid #000;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 10vh;
}

.section-top.wide.purple {
  background-image: url('../images/wavy-bg.svg'), linear-gradient(135deg, #666, #123f2a 99%, #602bb6);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.section-top.grid-imgs {
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 50vh;
  display: flex;
}

.link-block-rushes {
  position: fixed;
  inset: auto 1% 1% auto;
}

.image-28 {
  width: 5rem;
  height: 5rem;
}

.button-2 {
  position: absolute;
  inset: 50% auto auto 45%;
}

.button-2a {
  color: #fff;
  text-align: center;
  background-color: #999;
  border-radius: 3px;
  margin-left: 10px;
  margin-right: 0;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: inline-block;
  position: absolute;
  top: 381px;
  left: 489px;
}

.button-2a:hover {
  color: #6b6b6b;
  background-color: #fff;
}

.button-2a.outline {
  color: #5a5a5a;
  background-color: #0000;
  border: 1px solid #6e6e6e;
  margin-left: 10px;
}

.button-2a.contact {
  background-color: #0000;
  margin-left: 10px;
  box-shadow: inset 0 0 0 2px #fff3;
}

.button-2a.contact:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.button-2a.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.button-2a.form-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.button-2a.form-button:hover {
  color: #fff;
  background-color: #000;
}

.account_button {
  background-color: #6f5cff;
  border-radius: 8px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .3s;
  box-shadow: 0 -2px 0 1px #624feb;
}

.account_button:hover {
  box-shadow: none;
  background-color: #8a79ff;
}

.account_text-field {
  color: #000;
  border-radius: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .3s;
  box-shadow: 0 0 2px #0003;
}

.account_text-field:hover {
  box-shadow: 0 1px 4px #0003;
}

.account_text-field:focus {
  box-shadow: 0 0 0 2px #6f5cff80;
}

.account_wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #282735;
  background-color: #fff;
  border: 1px solid #e7e7ff;
  border-radius: 20px;
  flex-flow: column;
  align-items: center;
  width: 400px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px 35px 35px;
  display: flex;
  box-shadow: inset 0 -5px 5px #e1e4ed;
}

.account_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.account_lable {
  font-size: 14px;
}

.account_main-wrap {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.account_button-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.account_img {
  width: 70px;
}

.account_text {
  color: #66697f;
  font-size: 12px;
}

.text-size-small {
  font-size: .875rem;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-size-28px {
  font-size: 28px;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.account_signin {
  color: #6f5cff;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.account_signin:hover {
  color: #66697f;
}

.account_text-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.account_section {
  background-image: linear-gradient(#8373fd1a 87%, #fff);
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  flex-direction: column;
  justify-content: center;
  width: 70%;
  min-height: 100svh;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.account_lable-text-span {
  color: #6f5cff;
}

.account_form-wrap {
  width: 100%;
}

.form-block-2 {
  margin-bottom: 0;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.button-3 {
  text-align: center;
  background-color: #7d8696;
  border-radius: 40px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: transform .2s, box-shadow .2s;
}

.button-3:hover {
  transform: translate(0, -3px);
  box-shadow: 0 3px 10px #7d8696bf;
}

.button-3.submit {
  background-color: #87928d;
}

.button-3.submit:hover {
  box-shadow: 0 3px 10px #1d90f5bf;
}

.form-3 {
  margin-top: 30px;
  margin-bottom: 33px;
  padding-bottom: 0;
}

.buttons-wrap {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.form-field__flex {
  grid-column-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.form-label {
  color: #9aa5b5;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  top: 13px;
  left: 25px;
}

.eye-open {
  cursor: pointer;
  position: absolute;
  inset: 50% 25px auto auto;
  transform: translate(0, -50%);
}

.text-blue {
  color: #87928d;
}

.eye-closed {
  cursor: pointer;
  display: none;
  position: absolute;
  inset: 50% 25px auto auto;
  transform: translate(0, -50%);
}

.container-2 {
  flex-direction: column;
  min-height: 100vh;
  padding-top: 50px;
  padding-left: 70px;
  padding-right: 50px;
  display: flex;
}

.link {
  color: #87928d;
  text-decoration: none;
}

.field {
  color: #fff;
  background-color: #323644;
  border: 2px solid #0000;
  border-radius: 20px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 30px 55px 5px 25px;
  font-size: 18px;
  transition: box-shadow .2s, border .2s;
}

.field:focus {
  border: 2px solid #1d90f5;
  box-shadow: 1px 1px 10px #1d90f5a1;
}

.field::placeholder {
  font-size: 18px;
  font-weight: 500;
}

.wrapper-flex {
  flex: 1;
  align-items: center;
  height: 100%;
  display: flex;
}

.form-field {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

.field-icon {
  position: absolute;
  inset: 50% 25px auto auto;
  transform: translate(0, -50%);
}

.label {
  color: #9aa5b5;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.text-light {
  color: #9aa5b5;
  font-weight: 400;
}

.form-block-3 {
  width: 100%;
  max-width: 515px;
  margin-top: 45px;
  margin-bottom: 0;
}

.section-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(66deg, #272a37 54%, #3131317a), url('../images/background.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-15 {
  color: var(--dim-grey);
}

.heading-16 {
  color: #817979;
  font-size: 5vh;
  font-weight: 400;
  line-height: 5vh;
}

.heading-17 {
  color: #615b5b;
}

.dropdown {
  color: var(--white);
  background-color: #999;
  margin-right: 20px;
  padding-right: 0;
  font-size: 16px;
  font-weight: 600;
}

.dropdown-link {
  color: #fff;
}

.dropdown-link:hover {
  background-color: var(--deep-pink);
}

.dropdown-toggle-text {
  color: var(--white);
  text-align: left;
  width: 10rem;
  font-family: Gothic A1, sans-serif;
  font-weight: 600;
}

.dropdown-copy {
  color: var(--white);
  background-color: #999;
  font-size: 16px;
  font-weight: 600;
}

.text-block-8 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.dropdown-toggle {
  background-color: #999;
  width: 10rem;
}

.icon-2 {
  color: #fff;
}

.dropdown-2 {
  margin-right: 10px;
}

.dropdown-hover-1:hover {
  background-color: var(--dim-grey);
  color: #fff;
}

.heading-1 {
  color: #fff;
  margin-bottom: 170px;
  margin-left: 10px;
  padding-left: 0;
}

.paragraph-8 {
  color: #fff;
}

.button-4 {
  color: #fff;
  text-align: center;
  background-color: #999;
  border-radius: 3px;
  width: auto;
  min-width: 15rem;
  margin-top: 45px;
  margin-left: 10px;
  margin-right: 0;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: inline-block;
}

.button-4:hover {
  color: #6b6b6b;
  background-color: #fff;
}

.button-4.outline {
  color: #5a5a5a;
  background-color: #0000;
  border: 1px solid #6e6e6e;
  margin-left: 10px;
}

.button-4.contact {
  background-color: #0000;
  margin-left: 10px;
  box-shadow: inset 0 0 0 2px #fff3;
}

.button-4.contact:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.button-4.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.button-4.form-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.button-4.form-button:hover {
  color: #fff;
  background-color: #000;
}

.button-4.category {
  display: none;
}

.body-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.section-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(66deg, #272a37 54%, #3131317a), url('../images/background.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 8%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.button-5 {
  background-color: #000;
  border-radius: 6px;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 20px;
  transition: background-color .3s;
}

.button-5:hover {
  background-color: #0006;
}

.checkbox-label {
  color: #000;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.form-flex {
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 80px;
  display: flex;
}

.container-3 {
  justify-content: flex-start;
  min-height: 100vh;
  display: flex;
}

.checkbox {
  border: 1px solid #333;
  border-radius: 0;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 13px;
}

.field-wrap {
  text-align: left;
  width: 100%;
}

.field-wrap.margin {
  margin-bottom: 30px;
}

.pargraph-margin {
  color: #000;
  margin-bottom: 40px;
}

.checkbox-wrap {
  cursor: pointer;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.wrapper-3 {
  opacity: 1;
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #ffffff12;
  background-clip: border-box;
  border-left: 1px solid #ffffff26;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.flex-wrap {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.field-input {
  color: #fff;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 2px solid #41534b;
  height: 50px;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 16px;
}

.field-input::placeholder {
  font-size: 16px;
}

.field-label {
  color: #fff;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

.link-3 {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.form-block-4 {
  margin-top: 0;
  margin-bottom: 15px;
}

.section-6 {
  background-image: url('../images/J1236_CDI_DRONE_1946-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.p-15 {
  color: #000;
  font-size: 15px;
}

.link-3a {
  color: #fff;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.nav-menu-2a {
  display: none;
}

.section-7 {
  margin-top: 28px;
  margin-left: 10px;
}

.section-9 {
  background-color: #121212;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: block;
}

.section-9.center {
  background-color: #333;
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.section-9.column {
  justify-content: space-between;
  height: auto;
  padding: 15vh 10vw;
  display: flex;
}

.section-9.column.devices {
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section-9.column.faq {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section-9.cta {
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  height: 60vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.section-9.full-img {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section-9.wide {
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.section-9.wide.img {
  border-bottom: 1px solid #000;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 10vh;
  display: flex;
}

.section-9.wide.purple {
  background-image: url('../images/wavy-bg.svg'), linear-gradient(135deg, #666, #123f2a 99%, #602bb6);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.section-9.grid-imgs {
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 50vh;
  display: flex;
}

.link-5a {
  color: #fff;
  text-decoration: none;
}

.image-29 {
  border-radius: 7px;
  width: 100%;
}

.video-thumbnail {
  object-fit: fill;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  display: inline-flex;
}

.video-card-title {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.country, .category {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.video-card {
  background-color: #0000;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-4 {
  padding-top: 49px;
}

.collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-13 {
  flex: none;
}

.video-card-v2 {
  cursor: pointer;
  background-color: #999;
  border-radius: 11px;
  overflow: hidden;
  box-shadow: 0 2px 5px #333;
}

.video-thumbnail-v2 {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 200px;
  display: block;
}

.video-card-content-v2 {
  padding: 16px;
}

.video-title-v2 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

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

.pagination-next-v2 {
  color: #999;
  background-color: #398b49;
  font-family: Type Dynamic Sailec Hairline, sans-serif;
}

.video-modal-wrapper-v2 {
  z-index: 99999;
  background-color: #00000029;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.video-modal-content-v2 {
  background-color: #fff;
  border-radius: 8px;
  width: 80vw;
  max-width: 900px;
  padding: 20px;
  position: relative;
  box-shadow: 0 2px 5px #666;
}

.modal-close-button-v2 {
  z-index: 10;
  background-color: #666;
  position: absolute;
  top: 10px;
  right: 10px;
}

.text-block-9 {
  font-size: 48px;
}

.link-block-3 {
  margin-left: 24px;
  margin-right: 67px;
}

.section-9a {
  background-color: #121212;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: block;
}

.section-9a.center {
  background-color: #333;
  background-image: linear-gradient(66deg, #272a37 51%, #fff0), url('../images/background.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.section-9a.column {
  justify-content: space-between;
  height: auto;
  padding: 15vh 10vw;
  display: flex;
}

.section-9a.column.devices {
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section-9a.column.faq {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section-9a.cta {
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  height: 60vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.section-9a.full-img {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section-9a.wide {
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.section-9a.wide.img {
  border-bottom: 1px solid #000;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 10vh;
  display: flex;
}

.section-9a.wide.purple {
  background-image: url('../images/wavy-bg.svg'), linear-gradient(135deg, #666, #123f2a 99%, #602bb6);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.section-9a.grid-imgs {
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 50vh;
  display: flex;
}

.link-block-4 {
  margin-left: 41px;
}

.section-dezaan-bkgd {
  background-color: #121212;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: block;
}

.section-dezaan-bkgd.center {
  background-color: #333;
  background-image: linear-gradient(144deg, #010e08, #666 0% 0%, #1311ac);
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.section-dezaan-bkgd.column {
  justify-content: space-between;
  height: auto;
  padding: 15vh 10vw;
  display: flex;
}

.section-dezaan-bkgd.column.devices {
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section-dezaan-bkgd.column.faq {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  height: auto;
}

.section-dezaan-bkgd.cta {
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  height: 60vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.section-dezaan-bkgd.full-img {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section-dezaan-bkgd.wide {
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.section-dezaan-bkgd.wide.img {
  border-bottom: 1px solid #000;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 10vh;
  display: flex;
}

.section-dezaan-bkgd.wide.purple {
  background-image: url('../images/wavy-bg.svg'), linear-gradient(135deg, #666, #123f2a 99%, #602bb6);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.section-dezaan-bkgd.grid-imgs {
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 50vh;
  display: flex;
}

.nav-link-locked {
  color: #fff;
  flex: 0 auto;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}

.nav-link-locked:hover {
  color: #fff;
  box-shadow: inset 0 -5px #fff;
}

.link-block-5, .back-button {
  margin-top: 32px;
}

.heading-18 {
  margin-bottom: -5px;
  font-size: 8vh;
  font-weight: 700;
}

.div-block-14 {
  background-color: #524e4e;
  width: 65%;
  height: 3px;
  margin-bottom: 47px;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }

  h3 {
    font-size: 20px;
    line-height: 32px;
  }

  .section.center {
    flex-direction: column;
    height: auto;
    padding-top: 15vh;
  }

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

  .nav, .nav-inner {
    width: 100vw;
  }

  .nav-link {
    padding-top: 20px;
  }

  .nav-link:hover {
    box-shadow: none;
  }

  .nav-menu {
    position: absolute;
  }

  .hero-image {
    width: 70%;
    height: auto;
    margin-bottom: 7vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    inset: auto 0 0;
  }

  .hero-content {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .feature-wrap {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-wrap.logos {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .hero-subhead {
    font-size: 24px;
    line-height: 31px;
  }

  .bottom-image-wrap {
    background-image: none;
    height: auto;
  }

  .feature-icon {
    flex: none;
  }

  .quote-slider {
    width: 100vw;
    height: auto;
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .quote-wrap {
    width: 70vw;
  }

  .menu-icon {
    color: #fff;
    font-size: 40px;
  }

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

  .nav-menu-2 {
    background-color: #0000;
    min-width: 240px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    padding-left: 18px;
  }

  .heading-3 {
    font-size: 8vw;
  }

  .about-grid {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .left-part {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .qoute-text {
    font-size: 35px;
  }

  .maw-w-right {
    max-width: 600px;
  }

  .project-circle {
    width: 120px;
    height: 120px;
  }

  .about-grid-2 {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .left-part-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .project-circle-2 {
    width: 120px;
    height: 120px;
  }

  .qoute-text-2 {
    font-size: 35px;
  }

  .section-2.center, .section-3.center {
    flex-direction: column;
    height: auto;
    padding-top: 15vh;
  }

  .about-grid-3 {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .maw-w-right-2 {
    max-width: 600px;
  }

  .section-title.center, .section-top.center {
    flex-direction: column;
    height: auto;
    padding-top: 15vh;
  }

  .container-2 {
    padding-bottom: 30px;
  }

  .container-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .wrapper-3 {
    border-right: 1px solid #ffffff26;
    width: 100%;
  }

  .nav-menu-2a {
    background-color: #000;
    min-width: 240px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-9.center, .section-9a.center, .section-dezaan-bkgd.center {
    flex-direction: column;
    height: auto;
    padding-top: 15vh;
  }

  .nav-link-locked {
    padding-top: 20px;
  }

  .nav-link-locked:hover {
    box-shadow: none;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .feature-content.icons {
    text-align: left;
    align-items: flex-start;
    width: auto;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-content.icons.numbers {
    flex: none;
    align-items: center;
    width: 50%;
  }

  .button.form-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }

  .wrap {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-left: 15vw;
    padding-right: 15vw;
    display: flex;
  }

  .hero-image {
    margin-bottom: 10vw;
  }

  .hero-content {
    margin-bottom: 5vh;
  }

  .feature-wrap {
    flex-direction: row;
  }

  .feature-wrap.icons {
    flex-flow: wrap;
    display: block;
  }

  .feature-wrap.icons.numbers {
    display: flex;
  }

  .footer-link {
    margin-bottom: 10px;
    display: inline-block;
  }

  .form-2 {
    flex-direction: column;
  }

  .input {
    text-align: center;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
    padding-left: 22px;
    padding-right: 22px;
  }

  .quote-attribution {
    flex-direction: row;
    align-items: center;
  }

  .menu-icon {
    font-size: 30px;
  }

  .form-block {
    width: 100%;
  }

  .left-part {
    min-height: auto;
    padding: 50px 29px;
  }

  .logo-flex {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .qoute-text {
    font-size: 24px;
  }

  .photo-right {
    min-height: 450px;
  }

  .project-circle {
    width: 90px;
    height: 90px;
  }

  .left-part-2 {
    min-height: auto;
    padding: 50px 29px;
  }

  .photo-right-2 {
    min-height: 450px;
  }

  .project-circle-2 {
    width: 90px;
    height: 90px;
  }

  .qoute-text-2 {
    font-size: 24px;
  }

  .button-2a.form-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }

  .account_wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 370px;
    margin-top: 50px;
    margin-bottom: 30px;
    padding: 25px;
  }

  .account_form {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .account_button-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .account_img {
    width: 60px;
  }

  .text-size-28px {
    font-size: 26px;
  }

  .account_section {
    width: 90%;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .container-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-4.form-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }

  h3 {
    font-size: 16px;
  }

  .section.center {
    padding-bottom: 10vh;
  }

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

  .nav-inner {
    width: 100vw;
  }

  .feature-content {
    width: auto;
  }

  .feature-content.icons.numbers {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .button.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .wrap {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .image-2 {
    width: 100%;
  }

  .button-wrap {
    flex-direction: column;
    width: 90vw;
  }

  .hero-image {
    width: 80%;
  }

  .feature-wrap, .feature-wrap.reverse {
    flex-direction: column;
  }

  .feature-image {
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .feature-icon {
    margin-bottom: 20px;
  }

  .form-2 {
    flex-direction: column;
    width: 90vw;
  }

  .quote-slider {
    width: 100vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .slider-arrow {
    font-size: 24px;
  }

  .left-arrow, .right-arrow {
    width: 15vw;
  }

  .number {
    font-size: 40px;
  }

  .nav-menu-2 {
    display: block;
  }

  .heading-3 {
    font-size: 42px;
    line-height: 56px;
  }

  .view-project.w--current {
    width: 60px;
    height: 60px;
  }

  .left-part {
    padding: 35px 23px 25px;
  }

  .photo-right {
    min-height: auto;
  }

  .project-circle {
    width: 80px;
    height: 80px;
  }

  .subhead-center {
    max-width: 100%;
    font-size: 22px;
  }

  .left-part-2 {
    padding: 35px 23px 25px;
  }

  .photo-right-2 {
    min-height: auto;
  }

  .view-project-2.w--current {
    width: 60px;
    height: 60px;
  }

  .project-circle-2 {
    width: 80px;
    height: 80px;
  }

  .section-2.center, .section-3.center, .section-title.center, .section-top.center {
    padding-bottom: 10vh;
  }

  .button-2a.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .account_wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    max-width: 100%;
    margin-top: 55px;
    margin-bottom: 25px;
    padding: 20px;
  }

  .account_form {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .account_button-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .account_img {
    width: 55px;
  }

  .text-size-28px {
    font-size: 24px;
  }

  .account_text-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .form-field__flex {
    flex-direction: column;
  }

  .container-2 {
    padding: 20px;
  }

  .dropdown {
    margin-top: 10px;
  }

  .button-4.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .button-5 {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 17px;
  }

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

  .checkbox {
    width: 13px;
    height: 13px;
    margin-right: 9px;
  }

  .field-input {
    height: 45px;
  }

  .field-label {
    font-size: 15px;
  }

  .link-3, .p-15, .link-3a {
    font-size: 13px;
  }

  .section-9.center {
    padding-bottom: 10vh;
  }

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

  .section-9a.center, .section-dezaan-bkgd.center {
    padding-bottom: 10vh;
  }
}

#w-node-fa690679-a181-afc1-f719-19f2d0c65314-e6bd277f, #w-node-fa690679-a181-afc1-f719-19f2d0c65320-e6bd277f, #w-node-_185b17ab-1bc3-bb05-b04b-1af552ce1023-e6bd277f, #w-node-_428bd3f5-cf07-c691-dde3-6f26b4ed3f5d-e6bd277f, #w-node-_428bd3f5-cf07-c691-dde3-6f26b4ed3f69-e6bd277f, #w-node-ac8b6528-dedc-79c8-956d-dacf9cc04bba-e6bd277f, #w-node-ac8b6528-dedc-79c8-956d-dacf9cc04bc5-e6bd277f, #w-node-_61bae19e-d2c3-e41e-85f8-dd5f3bbc33db-e6bd277f, #w-node-_61bae19e-d2c3-e41e-85f8-dd5f3bbc33e6-e6bd277f, #w-node-_50cc28c4-ea40-76d5-fedd-c9306bd840fc-e6bd277f, #w-node-_50cc28c4-ea40-76d5-fedd-c9306bd84107-e6bd277f, #w-node-_020ffd47-2471-3a0d-9227-3f8216eb51ef-e6bd277f, #w-node-_020ffd47-2471-3a0d-9227-3f8216eb51fa-e6bd277f, #w-node-c7870eae-203a-2467-5e59-32428766074f-e6bd277f, #w-node-c7870eae-203a-2467-5e59-32428766075a-e6bd277f, #w-node-_523bb049-24e0-7a7d-365f-576dd16a6513-e6bd277f, #w-node-_523bb049-24e0-7a7d-365f-576dd16a651e-e6bd277f, #w-node-bf955a69-51e2-712d-55f6-841c3f6e3d86-e6bd277f, #w-node-bf955a69-51e2-712d-55f6-841c3f6e3d91-e6bd277f, #w-node-c654c3e2-84c5-fd20-42d1-fc234b569ada-e6bd277f, #w-node-a6fa9687-9699-de77-439a-6607a1a76c81-e6bd277f, #w-node-a6fa9687-9699-de77-439a-6607a1a76c8c-e6bd277f, #w-node-_047f01aa-1247-e2a7-7701-41b32d0d1929-e6bd277f, #w-node-_047f01aa-1247-e2a7-7701-41b32d0d1934-e6bd277f, #w-node-d6f3b349-6c69-3bad-09a3-5d7199d89259-e6bd277f, #w-node-d6f3b349-6c69-3bad-09a3-5d7199d89264-e6bd277f, #w-node-f347cc7d-f4f5-4238-0716-85bc71bce168-e6bd277f, #w-node-f347cc7d-f4f5-4238-0716-85bc71bce173-e6bd277f, #w-node-dd4b7ac4-648e-356a-2825-da4082b354b1-e6bd277f, #w-node-dd4b7ac4-648e-356a-2825-da4082b354bc-e6bd277f, #w-node-_11759d02-85e0-3b1c-316d-bd471b6cd2ee-e6bd277f, #w-node-_11759d02-85e0-3b1c-316d-bd471b6cd2f9-e6bd277f, #w-node-aa806c8d-f36b-3614-d1d0-eb6d1a69dfa1-e6bd277f, #w-node-aa806c8d-f36b-3614-d1d0-eb6d1a69dfac-e6bd277f, #w-node-d9133ff3-3221-7145-d1f8-1e1c94553862-e6bd277f, #w-node-d9133ff3-3221-7145-d1f8-1e1c9455386d-e6bd277f, #w-node-_0254d0cd-ad47-7612-8b49-c822c18b9e15-e6bd277f, #w-node-_0254d0cd-ad47-7612-8b49-c822c18b9e20-e6bd277f, #w-node-_5bece29e-152c-65c3-3fe9-33d5534a1b45-e6bd277f, #w-node-_5bece29e-152c-65c3-3fe9-33d5534a1b50-e6bd277f, #w-node-ea21b61b-ba4f-84e9-3dcb-0ba37901b512-e6bd277f, #w-node-ea21b61b-ba4f-84e9-3dcb-0ba37901b51d-e6bd277f, #w-node-f9a003b5-24ab-7854-9a28-acf4249d9080-e6bd277f, #w-node-f9a003b5-24ab-7854-9a28-acf4249d908b-e6bd277f, #w-node-e31e7365-7f92-07d3-c6e0-9c5bb60d1c19-e6bd277f, #w-node-e31e7365-7f92-07d3-c6e0-9c5bb60d1c24-e6bd277f, #w-node-fe9d5af5-2cf2-2ee7-5bbd-59c29c86ab31-e6bd277f, #w-node-fe9d5af5-2cf2-2ee7-5bbd-59c29c86ab3c-e6bd277f, #w-node-_9ef92d0b-6cae-5632-49fa-dab32a5a0713-e6bd277f, #w-node-_9ef92d0b-6cae-5632-49fa-dab32a5a071e-e6bd277f, #w-node-_39f415f9-e83c-80c7-0c5f-fc73fce11ffa-e6bd277f, #w-node-_39f415f9-e83c-80c7-0c5f-fc73fce12005-e6bd277f, #w-node-_89564a21-9d83-d663-9e8f-ca0429f1ad22-e6bd277f, #w-node-_89564a21-9d83-d663-9e8f-ca0429f1ad2d-e6bd277f, #w-node-d078e75d-576f-e9a4-6ce5-18ec472bafb1-e6bd277f, #w-node-d078e75d-576f-e9a4-6ce5-18ec472bafbc-e6bd277f, #w-node-_4a9d473a-e7a5-13b5-4b77-d4ce84419e3c-e6bd277f, #w-node-_4a9d473a-e7a5-13b5-4b77-d4ce84419e47-e6bd277f, #w-node-_06b5f2b3-8540-0f5c-1d04-90af265e4266-b45711ef, #w-node-_06b5f2b3-8540-0f5c-1d04-90af265e4271-b45711ef, #w-node-e9761ab7-9613-35e1-05c9-db019fbca766-f6689259, #w-node-e9761ab7-9613-35e1-05c9-db019fbca771-f6689259, #w-node-_06b5f2b3-8540-0f5c-1d04-90af265e4266-f6689259, #w-node-_06b5f2b3-8540-0f5c-1d04-90af265e4271-f6689259, #w-node-_5518bfbc-06cb-f9a0-ef4c-2cf93b6f0d81-f6689259, #w-node-_5518bfbc-06cb-f9a0-ef4c-2cf93b6f0d8c-f6689259, #w-node-d0e02502-0ba9-62de-fc5d-b46a1bef752a-f6689259, #w-node-d0e02502-0ba9-62de-fc5d-b46a1bef7535-f6689259, #w-node-_47a37dc3-0f6b-0059-adaf-6517fcaea86f-f6689259, #w-node-_47a37dc3-0f6b-0059-adaf-6517fcaea87a-f6689259, #w-node-d2b23a47-a162-22e2-2050-7793373c191b-f6689259, #w-node-d2b23a47-a162-22e2-2050-7793373c1926-f6689259, #w-node-b4a553f5-e58e-d16c-6d74-f084ed6fbaf6-f6689259, #w-node-b4a553f5-e58e-d16c-6d74-f084ed6fbb01-f6689259, #w-node-_4aaab75f-415f-472a-47ab-790b7b8fbb1d-f6689259, #w-node-_4aaab75f-415f-472a-47ab-790b7b8fbb28-f6689259, #w-node-_59e6760f-4c2e-74a3-d5a1-19ff21fb51a5-f6689259, #w-node-_59e6760f-4c2e-74a3-d5a1-19ff21fb51b0-f6689259, #w-node-_95d5a5d8-a96a-df4c-8b64-08f4fd10f0d0-f6689259, #w-node-_95d5a5d8-a96a-df4c-8b64-08f4fd10f0db-f6689259, #w-node-_6a94cb2e-7c2d-f78d-ee3f-c919cef2d51f-f6689259, #w-node-_6a94cb2e-7c2d-f78d-ee3f-c919cef2d52a-f6689259, #w-node-e2650de3-9e7c-bf09-fa82-be387b52a0d1-f6689259, #w-node-e2650de3-9e7c-bf09-fa82-be387b52a0dc-f6689259, #w-node-_1a7e68b6-9537-29f1-d714-1d754e56a94e-f6689259, #w-node-_1a7e68b6-9537-29f1-d714-1d754e56a959-f6689259, #w-node-_14f749ae-5c13-e65c-76f0-35005da92829-f6689259, #w-node-_14f749ae-5c13-e65c-76f0-35005da92834-f6689259, #w-node-_43083595-c595-c17f-0b95-327d5cb2e7ea-f6689259, #w-node-_43083595-c595-c17f-0b95-327d5cb2e7f5-f6689259, #w-node-_57661aad-0726-c46c-a0f0-7e6065827258-f6689259, #w-node-_57661aad-0726-c46c-a0f0-7e6065827263-f6689259, #w-node-ca314943-0004-4422-9157-27f1309595f5-f6689259, #w-node-ca314943-0004-4422-9157-27f130959600-f6689259, #w-node-_0d4d89de-0c9f-cd3c-e915-b7651547d221-f6689259, #w-node-_0d4d89de-0c9f-cd3c-e915-b7651547d22c-f6689259, #w-node-_72a453ed-c29b-35a4-f292-d38cb01b567d-f6689259, #w-node-_72a453ed-c29b-35a4-f292-d38cb01b5688-f6689259, #w-node-_71e44ec3-825f-b4cb-c4a8-57323cac7963-f6689259, #w-node-_71e44ec3-825f-b4cb-c4a8-57323cac796e-f6689259, #w-node-d4dc80ba-61ad-e705-02ed-eed197281dd5-f6689259, #w-node-d4dc80ba-61ad-e705-02ed-eed197281de0-f6689259, #w-node-_85f05f2c-0a28-7b8d-7863-f34b0002200b-f6689259, #w-node-_85f05f2c-0a28-7b8d-7863-f34b00022016-f6689259, #w-node-ab67a1d7-4cd6-50ee-88ef-11e8e2cd9be3-f6689259, #w-node-ab67a1d7-4cd6-50ee-88ef-11e8e2cd9bee-f6689259, #w-node-cccb193c-b067-4249-f236-fee1b7f80b60-f6689259, #w-node-cccb193c-b067-4249-f236-fee1b7f80b6b-f6689259, #w-node-e96e372a-6c8a-319a-7c91-00b96e42916e-f6689259, #w-node-e96e372a-6c8a-319a-7c91-00b96e429179-f6689259, #w-node-cfb66ebd-1b5c-5707-c0b9-ce304755d39e-f6689259, #w-node-cfb66ebd-1b5c-5707-c0b9-ce304755d3a9-f6689259, #w-node-a150f2cf-e609-4ac6-7aa5-134520495565-f6689259, #w-node-a150f2cf-e609-4ac6-7aa5-134520495570-f6689259, #w-node-_24be4c6d-39c7-0417-9532-7f996228c0aa-f6689259, #w-node-_24be4c6d-39c7-0417-9532-7f996228c0b5-f6689259, #w-node-f1395289-e626-4251-5743-8aa4ea4f0850-f6689259, #w-node-f1395289-e626-4251-5743-8aa4ea4f085b-f6689259, #w-node-_636440be-8434-e133-9e05-2ed5656874e3-f6689259, #w-node-_636440be-8434-e133-9e05-2ed5656874ee-f6689259, #w-node-d601b6f1-1b35-5d84-cf2f-308e080ccabe-f6689259, #w-node-d601b6f1-1b35-5d84-cf2f-308e080ccac9-f6689259, #w-node-_9fb85231-310f-d697-a3fa-caadd05157eb-f6689259, #w-node-_9fb85231-310f-d697-a3fa-caadd05157f6-f6689259, #w-node-_5a9b37e1-4ece-451c-b8df-f19f3dfcefd1-f6689259, #w-node-_5a9b37e1-4ece-451c-b8df-f19f3dfcefdc-f6689259, #w-node-_9e6df072-7835-9261-cb85-b56501e30326-f6689259, #w-node-_9e6df072-7835-9261-cb85-b56501e30331-f6689259, #w-node-e4e984d3-a247-4f27-8501-c620d0ffc892-f6689259, #w-node-e4e984d3-a247-4f27-8501-c620d0ffc89d-f6689259, #w-node-fad188c3-c647-27d4-570b-42286a6b7a74-f6689259, #w-node-fad188c3-c647-27d4-570b-42286a6b7a7f-f6689259, #w-node-d2dd2f84-0c5f-0bfd-73d7-29c809e6fc07-f6689259, #w-node-d2dd2f84-0c5f-0bfd-73d7-29c809e6fc12-f6689259, #w-node-_762cfd51-3ef8-ac0c-827c-e25642cba05d-f6689259, #w-node-_762cfd51-3ef8-ac0c-827c-e25642cba068-f6689259, #w-node-_1c71ac0f-a932-700e-af12-21ffd356e613-f6689259, #w-node-_1c71ac0f-a932-700e-af12-21ffd356e61e-f6689259, #w-node-d302ffe0-45db-3991-4bb4-58d6b49cc912-f6689259, #w-node-d302ffe0-45db-3991-4bb4-58d6b49cc91d-f6689259, #w-node-_5d54e024-3e32-b3e8-7731-6b07f7c24600-f6689259, #w-node-_5d54e024-3e32-b3e8-7731-6b07f7c2460b-f6689259, #w-node-_0a125e1f-b127-43f1-aa0a-e8ffb71e066e-f6689259, #w-node-_0a125e1f-b127-43f1-aa0a-e8ffb71e0679-f6689259, #w-node-db64295e-505e-5bdc-fd16-4b3d9d448172-f6689259, #w-node-db64295e-505e-5bdc-fd16-4b3d9d44817d-f6689259, #w-node-_308232a8-d052-426c-840d-a5b17a0fb6f1-f6689259, #w-node-_308232a8-d052-426c-840d-a5b17a0fb6fc-f6689259, #w-node-_772dc724-0abe-7156-6da0-a3d936593c18-f6689259, #w-node-_772dc724-0abe-7156-6da0-a3d936593c23-f6689259, #w-node-_09045802-1b94-ab33-e847-3b6de409f952-f6689259, #w-node-_09045802-1b94-ab33-e847-3b6de409f95d-f6689259, #w-node-_66507d73-f17a-d4bc-4a4b-230f70e5f1a8-f6689259, #w-node-_66507d73-f17a-d4bc-4a4b-230f70e5f1b3-f6689259, #w-node-_0931f553-cea9-e076-6d22-ce8900fcbfc8-f6689259, #w-node-_0931f553-cea9-e076-6d22-ce8900fcbfd3-f6689259, #w-node-_6cf83058-a794-4aee-0780-339171b79eba-f6689259, #w-node-_6cf83058-a794-4aee-0780-339171b79ec5-f6689259, #w-node-e02bf162-a32b-0630-26f6-0c2bf96d93f7-f6689259, #w-node-e02bf162-a32b-0630-26f6-0c2bf96d9402-f6689259, #w-node-_354c6c5d-ad1a-c9b0-3b43-6ca131ea09b0-f6689259, #w-node-_354c6c5d-ad1a-c9b0-3b43-6ca131ea09bb-f6689259, #w-node-fb644e8d-648f-30db-b4c9-d1feb00630f9-f6689259, #w-node-fb644e8d-648f-30db-b4c9-d1feb0063104-f6689259, #w-node-_1f9b4807-108c-4053-50d5-3ff35b946611-f6689259, #w-node-_1f9b4807-108c-4053-50d5-3ff35b94661c-f6689259, #w-node-ec0f86a6-8eed-8392-dc49-7de04e71df54-f6689259, #w-node-ec0f86a6-8eed-8392-dc49-7de04e71df5f-f6689259, #w-node-ecabc9fd-436a-3c1c-d4c9-da6747b1405f-f6689259, #w-node-ecabc9fd-436a-3c1c-d4c9-da6747b1406a-f6689259, #w-node-_0a280938-7c94-1abc-643b-4a6f5f6a0a64-f6689259, #w-node-_0a280938-7c94-1abc-643b-4a6f5f6a0a6f-f6689259, #w-node-_22a8f320-00ec-f788-2017-9063a748f0fd-f6689259, #w-node-_22a8f320-00ec-f788-2017-9063a748f108-f6689259, #w-node-a714b7a6-98be-d785-e4f2-e79d82ba211c-f6689259, #w-node-a714b7a6-98be-d785-e4f2-e79d82ba2127-f6689259, #w-node-b346897c-bfa6-078f-5ea3-f47c36bc2c54-f6689259, #w-node-b346897c-bfa6-078f-5ea3-f47c36bc2c5f-f6689259, #w-node-ef3e8c5d-dbab-86fa-bb43-44bc7b347f09-f6689259, #w-node-ef3e8c5d-dbab-86fa-bb43-44bc7b347f14-f6689259, #w-node-e2d60bc4-e2b6-8f7f-f398-3fa79f0c3331-f6689259, #w-node-e2d60bc4-e2b6-8f7f-f398-3fa79f0c333c-f6689259, #w-node-_858eef57-265b-b4c1-0e2e-4e546cbc910f-f6689259, #w-node-_858eef57-265b-b4c1-0e2e-4e546cbc911a-f6689259, #w-node-e7f9b757-0086-1eab-f8ba-687e0e189024-f6689259, #w-node-e7f9b757-0086-1eab-f8ba-687e0e18902f-f6689259, #w-node-_371b9791-5bb2-53fa-5258-785f2d915217-f6689259, #w-node-_371b9791-5bb2-53fa-5258-785f2d915222-f6689259, #w-node-_109875e7-85a7-4e9f-430c-bfce45e4fa65-f6689259, #w-node-_109875e7-85a7-4e9f-430c-bfce45e4fa70-f6689259, #w-node-b383993b-df03-f649-83af-8c782ab0bb60-f6689259, #w-node-b383993b-df03-f649-83af-8c782ab0bb6b-f6689259, #w-node-edc18af5-51ad-fc29-53cd-7e5d3f289678-f6689259, #w-node-edc18af5-51ad-fc29-53cd-7e5d3f289683-f6689259, #w-node-cb123d4d-245e-bd98-853b-accd3f250b98-f6689259, #w-node-cb123d4d-245e-bd98-853b-accd3f250ba3-f6689259, #w-node-c5823f39-073e-ba5f-b7ec-d47a8d2f82d4-f6689259, #w-node-c5823f39-073e-ba5f-b7ec-d47a8d2f82df-f6689259, #w-node-_1a409b05-2306-2304-7adb-1b1c1546b982-f6689259, #w-node-_1a409b05-2306-2304-7adb-1b1c1546b98d-f6689259, #w-node-b73cadca-ae5f-3112-86a2-bd11a8a89c9d-f6689259, #w-node-b73cadca-ae5f-3112-86a2-bd11a8a89ca8-f6689259, #w-node-_8092bb7c-b894-0172-cd41-5d14c2131628-f6689259, #w-node-_8092bb7c-b894-0172-cd41-5d14c2131633-f6689259, #w-node-_1abfd5c8-823c-cf01-0f3d-9cec6bb90e78-f6689259, #w-node-_1abfd5c8-823c-cf01-0f3d-9cec6bb90e83-f6689259, #w-node-e97d4904-6935-7aac-31bb-f0b964f82b14-f6689259, #w-node-e97d4904-6935-7aac-31bb-f0b964f82b1f-f6689259, #w-node-_31470948-ae50-6a29-a293-aa6480849f24-f6689259, #w-node-_31470948-ae50-6a29-a293-aa6480849f2f-f6689259, #w-node-_050eda7c-4284-b1b2-6928-5498df8064d2-f6689259, #w-node-_050eda7c-4284-b1b2-6928-5498df8064dd-f6689259, #w-node-e325422f-efae-e51f-ac82-fc4aec8f663f-f6689259, #w-node-e325422f-efae-e51f-ac82-fc4aec8f664a-f6689259, #w-node-_3083f560-e349-c4b6-5d6c-82ba21eda7cf-f6689259, #w-node-_3083f560-e349-c4b6-5d6c-82ba21eda7da-f6689259, #w-node-_1b88729e-3549-6c83-c9bf-9c79be3eff05-f6689259, #w-node-_1b88729e-3549-6c83-c9bf-9c79be3eff10-f6689259, #w-node-aa4ca8f5-d9f6-23cb-c183-0e9eae1a6d00-f6689259, #w-node-aa4ca8f5-d9f6-23cb-c183-0e9eae1a6d0b-f6689259, #w-node-e5ea46d5-43a1-68c2-99ee-5667f54df665-f6689259, #w-node-e5ea46d5-43a1-68c2-99ee-5667f54df670-f6689259, #w-node-_8bedacf0-b94b-d03c-8bf3-ca0fea771c3f-f6689259, #w-node-_8bedacf0-b94b-d03c-8bf3-ca0fea771c4a-f6689259, #w-node-_55f72ecc-ccd7-e9ec-7208-47d80f0b2b27-f6689259, #w-node-_55f72ecc-ccd7-e9ec-7208-47d80f0b2b32-f6689259, #w-node-aaf72e47-709c-5b3e-a90e-3d540d0b12aa-f6689259, #w-node-aaf72e47-709c-5b3e-a90e-3d540d0b12b5-f6689259, #w-node-_04bfcc9d-9500-de58-5e6e-bd8c73f01090-f6689259, #w-node-_04bfcc9d-9500-de58-5e6e-bd8c73f0109b-f6689259, #w-node-_745b55ac-bef4-c927-9e18-3a2ea62f1f0b-f6689259, #w-node-_745b55ac-bef4-c927-9e18-3a2ea62f1f16-f6689259, #w-node-_3bfa65d0-a704-098b-dafe-94c0c6dcf339-f6689259, #w-node-_3bfa65d0-a704-098b-dafe-94c0c6dcf344-f6689259, #w-node-_0c4f75ec-a4bf-c13c-20b5-3dabf9df4b87-f6689259, #w-node-_0c4f75ec-a4bf-c13c-20b5-3dabf9df4b92-f6689259, #w-node-bb3266c0-caf6-6502-aecb-7f1cf449b916-f6689259, #w-node-bb3266c0-caf6-6502-aecb-7f1cf449b921-f6689259, #w-node-c0b6e1cd-3ed6-7414-eec9-7d03a789e194-f6689259, #w-node-c0b6e1cd-3ed6-7414-eec9-7d03a789e19f-f6689259, #w-node-c641f481-df32-0951-0065-e827b59c5e7c-f6689259, #w-node-c641f481-df32-0951-0065-e827b59c5e87-f6689259, #w-node-b070dfe8-28a4-30e1-d5c6-83ce7fbaac3f-f6689259, #w-node-b070dfe8-28a4-30e1-d5c6-83ce7fbaac4a-f6689259, #w-node-_82c55a62-9a99-54a1-9b88-4cebed5b2dbd-f6689259, #w-node-_82c55a62-9a99-54a1-9b88-4cebed5b2dc8-f6689259, #w-node-aa58c357-da0d-e19c-af91-52ea6cfdd273-f6689259, #w-node-aa58c357-da0d-e19c-af91-52ea6cfdd27e-f6689259, #w-node-_28708184-2b7b-df7c-23d9-b4749c680b6d-f6689259, #w-node-_28708184-2b7b-df7c-23d9-b4749c680b78-f6689259, #w-node-cfd9d485-21a0-3883-d2e6-33d16348c30e-f6689259, #w-node-cfd9d485-21a0-3883-d2e6-33d16348c319-f6689259, #w-node-_7e081695-afe8-8c66-2ff6-eb9fc1aa2cc6-f6689259, #w-node-_7e081695-afe8-8c66-2ff6-eb9fc1aa2cd1-f6689259, #w-node-_9ee3b70a-5cd2-a8aa-ab3c-06587f3b25ac-f6689259, #w-node-_9ee3b70a-5cd2-a8aa-ab3c-06587f3b25b7-f6689259, #w-node-e0c13981-43d3-2d96-20f5-6b4ef8d0bf2b-f6689259, #w-node-e0c13981-43d3-2d96-20f5-6b4ef8d0bf36-f6689259, #w-node-a7d2470c-9fb0-a2a8-3da2-2a39c06bc45d-f6689259, #w-node-a7d2470c-9fb0-a2a8-3da2-2a39c06bc468-f6689259, #w-node-_107b88b9-4702-c19d-70ac-570ae80066d9-f6689259, #w-node-_107b88b9-4702-c19d-70ac-570ae80066e4-f6689259, #w-node-_0c38460c-dee7-50ed-4fdf-26b8f7847873-f6689259, #w-node-_0c38460c-dee7-50ed-4fdf-26b8f784787e-f6689259, #w-node-_84beb364-5efe-4cf1-a181-393f11aa7c53-f6689259, #w-node-_84beb364-5efe-4cf1-a181-393f11aa7c5e-f6689259, #w-node-e1966deb-c95e-b39b-1e8f-5b031d8733d8-f6689259, #w-node-e1966deb-c95e-b39b-1e8f-5b031d8733e3-f6689259, #w-node-_635ad588-907b-b8b0-2729-e052fd9af1e6-f6689259, #w-node-_635ad588-907b-b8b0-2729-e052fd9af1f1-f6689259, #w-node-b9e88005-e353-0bed-8964-01cf7703954d-f6689259, #w-node-b9e88005-e353-0bed-8964-01cf77039558-f6689259, #w-node-_3c6303c9-3900-57fe-8bd7-0d99a82c2646-f6689259, #w-node-_3c6303c9-3900-57fe-8bd7-0d99a82c2651-f6689259, #w-node-_657cb6d1-a269-696a-f059-ab0c6dd93564-f6689259, #w-node-_657cb6d1-a269-696a-f059-ab0c6dd9356f-f6689259, #w-node-f6023433-d045-e017-3a7e-b6187860ceeb-f6689259, #w-node-f6023433-d045-e017-3a7e-b6187860cef6-f6689259, #w-node-_00b4df32-0e07-ccf1-ef50-2a24bb5eadfd-f6689259, #w-node-_00b4df32-0e07-ccf1-ef50-2a24bb5eae08-f6689259, #w-node-_7b0fca6e-c21a-2719-b43f-b9c0553512f0-f6689259, #w-node-_7b0fca6e-c21a-2719-b43f-b9c0553512fb-f6689259, #w-node-_8f7d9d43-69e4-0f01-9ba5-bcd6de918f4b-f6689259, #w-node-_8f7d9d43-69e4-0f01-9ba5-bcd6de918f56-f6689259, #w-node-abc17140-ff46-d40a-b96b-5dc723d7946e-f6689259, #w-node-abc17140-ff46-d40a-b96b-5dc723d79479-f6689259, #w-node-f209f398-1c1f-a887-687c-5d01ded51080-f6689259, #w-node-f209f398-1c1f-a887-687c-5d01ded5108b-f6689259, #w-node-cbf1a0c5-edad-71c8-d2a2-d7f1c2be09a4-f6689259, #w-node-cbf1a0c5-edad-71c8-d2a2-d7f1c2be09af-f6689259, #w-node-_70cbabfa-f176-b642-e032-8a0607f91a4d-f6689259, #w-node-_70cbabfa-f176-b642-e032-8a0607f91a58-f6689259, #w-node-_2375504b-675f-4ea9-bd84-868d72843376-f6689259, #w-node-_2375504b-675f-4ea9-bd84-868d72843381-f6689259, #w-node-c12b702f-cd16-3fba-0a90-22bfe9239d46-f6689259, #w-node-c12b702f-cd16-3fba-0a90-22bfe9239d51-f6689259, #w-node-b2abeda5-fd7e-edc2-ca5e-2f78a06744c3-f6689259, #w-node-b2abeda5-fd7e-edc2-ca5e-2f78a06744ce-f6689259, #w-node-d1272e56-31c2-3dc0-cd6c-1b5e5dff3f62-f6689259, #w-node-d1272e56-31c2-3dc0-cd6c-1b5e5dff3f6d-f6689259, #w-node-_74b40a45-e559-6bdd-b772-8ca6458aa2b1-f6689259, #w-node-_74b40a45-e559-6bdd-b772-8ca6458aa2bc-f6689259, #w-node-_2c2ca163-fcb0-132f-0efc-42ddbdc87a47-f6689259, #w-node-_2c2ca163-fcb0-132f-0efc-42ddbdc87a52-f6689259, #w-node-_108dcaba-4eca-530e-57a1-6d66338996d3-f6689259, #w-node-_108dcaba-4eca-530e-57a1-6d66338996de-f6689259, #w-node-c7218c54-1a0a-f7b4-930c-9117590cfbed-f6689259, #w-node-c7218c54-1a0a-f7b4-930c-9117590cfbf8-f6689259, #w-node-_60c6ac34-00d8-a59d-7182-f132aaf7ffd8-f6689259, #w-node-_60c6ac34-00d8-a59d-7182-f132aaf7ffe3-f6689259, #w-node-c0711e44-2e9e-569f-816c-f2345394f7a6-f6689259, #w-node-c0711e44-2e9e-569f-816c-f2345394f7b1-f6689259, #w-node-_47be6d68-b553-6fb6-53e9-5d7a9c1ed345-f6689259, #w-node-_47be6d68-b553-6fb6-53e9-5d7a9c1ed350-f6689259, #w-node-_76ba142d-7501-c835-7490-92d5aa46799d-f6689259, #w-node-_76ba142d-7501-c835-7490-92d5aa4679a8-f6689259, #w-node-a82b16de-d2e9-c796-cb67-e643d3f0bb82-f6689259, #w-node-a82b16de-d2e9-c796-cb67-e643d3f0bb8d-f6689259, #w-node-_5ea39921-e095-3125-c0ef-e7ae8e546bf1-f6689259, #w-node-_5ea39921-e095-3125-c0ef-e7ae8e546bfc-f6689259, #w-node-efee81c5-363e-2556-0676-eba6873ee551-f6689259, #w-node-efee81c5-363e-2556-0676-eba6873ee55c-f6689259, #w-node-a174fe94-98a1-53e5-e8c2-63f0a8915a10-f6689259, #w-node-a174fe94-98a1-53e5-e8c2-63f0a8915a1b-f6689259, #w-node-e4a5b3d1-cc31-e182-9b31-9da9c5a91e4c-f6689259, #w-node-e4a5b3d1-cc31-e182-9b31-9da9c5a91e57-f6689259, #w-node-c965d019-8b53-dffe-1292-ce88442abb73-f6689259, #w-node-c965d019-8b53-dffe-1292-ce88442abb7e-f6689259, #w-node-_8d56ea01-f28c-d2ac-be71-b7b53c058cfd-f6689259, #w-node-_8d56ea01-f28c-d2ac-be71-b7b53c058d08-f6689259, #w-node-_9edd9363-690a-5b91-0597-168cf35548f5-f6689259, #w-node-_9edd9363-690a-5b91-0597-168cf3554900-f6689259, #w-node-cf3f7bcc-050f-f713-c4c4-c25d7815aa08-f6689259, #w-node-cf3f7bcc-050f-f713-c4c4-c25d7815aa13-f6689259, #w-node-daef6a4e-a0e9-8e6b-d221-f5f7b6c942ab-f6689259, #w-node-daef6a4e-a0e9-8e6b-d221-f5f7b6c942b6-f6689259, #w-node-a6bdb90b-ef75-25e5-3712-ad1cb2b598c2-f6689259, #w-node-a6bdb90b-ef75-25e5-3712-ad1cb2b598cd-f6689259, #w-node-_39fef376-72d0-7983-79cb-55fd88b92371-f6689259, #w-node-_39fef376-72d0-7983-79cb-55fd88b9237c-f6689259, #w-node-_07631099-33aa-5a98-64e0-c2611fb941bb-f6689259, #w-node-_07631099-33aa-5a98-64e0-c2611fb941c6-f6689259, #w-node-_15db9cba-b8f4-55fa-fa58-c6fcb94c5ff6-f6689259, #w-node-_15db9cba-b8f4-55fa-fa58-c6fcb94c6001-f6689259, #w-node-_8e3f8cb2-609c-990b-5b66-d4be8b2c1998-f6689259, #w-node-_8e3f8cb2-609c-990b-5b66-d4be8b2c19a3-f6689259, #w-node-_41339bae-2a3f-fc6b-a3c8-5d00d4fd29c6-f6689259, #w-node-_41339bae-2a3f-fc6b-a3c8-5d00d4fd29d1-f6689259, #w-node-_6eaff523-5698-c2e4-91e1-d89e4f9a85a3-f6689259, #w-node-_6eaff523-5698-c2e4-91e1-d89e4f9a85ae-f6689259, #w-node-d8768322-8c4b-15cf-8beb-38ee118bab15-f6689259, #w-node-d8768322-8c4b-15cf-8beb-38ee118bab20-f6689259, #w-node-c9801a93-8799-b057-6c6f-d6ed94b9b74d-f6689259, #w-node-c9801a93-8799-b057-6c6f-d6ed94b9b758-f6689259, #w-node-_85ffcb9d-f47e-26a5-f33d-264a071f084f-f6689259, #w-node-_85ffcb9d-f47e-26a5-f33d-264a071f085a-f6689259, #w-node-_8c6a9a2a-8df2-ff4e-fac3-3ae57e309d50-f6689259, #w-node-_8c6a9a2a-8df2-ff4e-fac3-3ae57e309d5b-f6689259, #w-node-_20f3114a-3795-52cb-267c-040c16db82a1-f6689259, #w-node-_20f3114a-3795-52cb-267c-040c16db82ae-f6689259, #w-node-daebd89d-2a89-cb35-1453-58520884b4f6-f6689259, #w-node-daebd89d-2a89-cb35-1453-58520884b503-f6689259, #w-node-d79b4856-c652-07c9-893d-8f8a807e1d83-f6689259, #w-node-d79b4856-c652-07c9-893d-8f8a807e1d90-f6689259, #w-node-_61137619-0fbf-491f-04bc-ddb592e4899f-f6689259, #w-node-_61137619-0fbf-491f-04bc-ddb592e489ac-f6689259, #w-node-_385a123b-8473-7391-3eb8-db23e5ecb4db-f6689259, #w-node-_385a123b-8473-7391-3eb8-db23e5ecb4e8-f6689259, #w-node-_3659528c-1baa-dabd-cbbf-680e7190aeb0-f6689259, #w-node-_3659528c-1baa-dabd-cbbf-680e7190aebd-f6689259, #w-node-_8f3182d4-0b4c-dcae-05e7-f7102900afa6-f6689259, #w-node-_8f3182d4-0b4c-dcae-05e7-f7102900afb3-f6689259, #w-node-_3d6520a4-c0a5-569c-38e5-e9a51ed59320-f6689259, #w-node-_3d6520a4-c0a5-569c-38e5-e9a51ed5932d-f6689259, #w-node-_863e7632-30f7-5901-f22f-8fcc210cb025-f6689259, #w-node-_863e7632-30f7-5901-f22f-8fcc210cb032-f6689259, #w-node-b941dccd-4275-940b-3106-927777bd8bd9-f6689259, #w-node-b941dccd-4275-940b-3106-927777bd8be6-f6689259, #w-node-_230f924c-bd37-d91c-21e4-47f44389461a-f6689259, #w-node-_230f924c-bd37-d91c-21e4-47f443894627-f6689259, #w-node-_22cd12c0-004b-4e40-d62b-a5b2248e9a2f-f6689259, #w-node-_22cd12c0-004b-4e40-d62b-a5b2248e9a3c-f6689259, #w-node-_6c7fbe6b-0023-5c5c-4010-38b01b05dd15-f6689259, #w-node-_6c7fbe6b-0023-5c5c-4010-38b01b05dd22-f6689259, #w-node-babc39a4-0aa9-af73-993c-04702c54dccc-f6689259, #w-node-babc39a4-0aa9-af73-993c-04702c54dcd9-f6689259, #w-node-_25ef38cd-9e1d-4f77-d5a9-08835815e961-f6689259, #w-node-_25ef38cd-9e1d-4f77-d5a9-08835815e96e-f6689259, #w-node-_3ee718bf-14f0-aa07-faf0-d53309ce1115-f6689259, #w-node-_3ee718bf-14f0-aa07-faf0-d53309ce1120-f6689259, #w-node-_3eabbd8a-c09b-dfdb-9ed5-0931816cad0f-f6689259, #w-node-_3eabbd8a-c09b-dfdb-9ed5-0931816cad1a-f6689259, #w-node-cd62549c-b8b1-3580-721f-411d3673537d-f6689259, #w-node-cd62549c-b8b1-3580-721f-411d36735388-f6689259, #w-node-b60c3a9a-87e7-43d7-e204-a6d25f793121-f6689259, #w-node-b60c3a9a-87e7-43d7-e204-a6d25f79312c-f6689259, #w-node-a77b3919-a7d8-abc3-41d2-1f248821fda4-f6689259, #w-node-a77b3919-a7d8-abc3-41d2-1f248821fdaf-f6689259, #w-node-b7edf40d-e991-708c-124b-68173feb8751-f6689259, #w-node-b7edf40d-e991-708c-124b-68173feb875c-f6689259, #w-node-f46fbe54-3897-ec09-6e85-016e1dd76f73-f6689259, #w-node-f46fbe54-3897-ec09-6e85-016e1dd76f7e-f6689259, #w-node-_05f9562b-465e-eeb6-5003-c8052a700ffc-f6689259, #w-node-_05f9562b-465e-eeb6-5003-c8052a701007-f6689259, #w-node-_8dbd58de-80c1-87df-8b55-7236a6dd6c93-f6689259, #w-node-_8dbd58de-80c1-87df-8b55-7236a6dd6c9e-f6689259, #w-node-c35e1bf8-adf8-bc9f-b6d0-c1d905e7afe2-f6689259, #w-node-c35e1bf8-adf8-bc9f-b6d0-c1d905e7afed-f6689259, #w-node-_6ee5e88a-de23-9981-16e4-02fea0380f4c-f6689259, #w-node-_6ee5e88a-de23-9981-16e4-02fea0380f57-f6689259, #w-node-_45bcb4f4-56bd-959d-4def-86ac0b1703b0-f6689259, #w-node-_45bcb4f4-56bd-959d-4def-86ac0b1703bb-f6689259, #w-node-f65c5af3-ee4c-7292-1b54-f67a24239f2f-f6689259, #w-node-f65c5af3-ee4c-7292-1b54-f67a24239f3a-f6689259, #w-node-_4b5f57f1-a1df-18ec-177d-acf1e1b23d37-f6689259, #w-node-_4b5f57f1-a1df-18ec-177d-acf1e1b23d42-f6689259, #w-node-bda0e904-82dc-41c7-f09f-78cb1f39a77d-f6689259, #w-node-bda0e904-82dc-41c7-f09f-78cb1f39a788-f6689259, #w-node-_529f81b3-3b23-8070-a8bd-8390f65e3c33-f6689259, #w-node-_529f81b3-3b23-8070-a8bd-8390f65e3c3e-f6689259, #w-node-_9eca04e4-0ce0-6e2f-34d8-7053b4503e93-f6689259, #w-node-_9eca04e4-0ce0-6e2f-34d8-7053b4503e9e-f6689259, #w-node-_11f8077d-ef57-1fca-a33b-173008d92684-f6689259, #w-node-_11f8077d-ef57-1fca-a33b-173008d9268f-f6689259, #w-node-_052b499b-a576-a800-76b9-1989f88cfa2d-f6689259, #w-node-_052b499b-a576-a800-76b9-1989f88cfa38-f6689259, #w-node-_5b163012-61d4-9efe-aeac-e7c4ad39ffb2-f6689259, #w-node-_5b163012-61d4-9efe-aeac-e7c4ad39ffbd-f6689259, #w-node-ee3493d4-3721-300a-cd6a-4dae23452350-f6689259, #w-node-ee3493d4-3721-300a-cd6a-4dae2345235b-f6689259, #w-node-ac56e768-3692-0769-3a68-31b9b2b871a1-f6689259, #w-node-ac56e768-3692-0769-3a68-31b9b2b871ac-f6689259, #w-node-_0c46bdab-ee31-6326-75f2-ffd93143e5f1-f6689259, #w-node-_0c46bdab-ee31-6326-75f2-ffd93143e5fc-f6689259, #w-node-da8d3504-6901-06c9-6631-d52a6322af74-f6689259, #w-node-da8d3504-6901-06c9-6631-d52a6322af7f-f6689259, #w-node-_3e737c64-bac0-a2e6-e272-4aaf1ef0b512-f6689259, #w-node-_3e737c64-bac0-a2e6-e272-4aaf1ef0b51d-f6689259, #w-node-ae70a44e-fe93-9b8e-eee8-fb7b01871391-f6689259, #w-node-ae70a44e-fe93-9b8e-eee8-fb7b0187139c-f6689259, #w-node-_273d143d-e042-2aa9-3cc5-4f0a444bdae4-f6689259, #w-node-_273d143d-e042-2aa9-3cc5-4f0a444bdaef-f6689259, #w-node-_902539b7-9658-6eba-d785-2821f7871663-f6689259, #w-node-_902539b7-9658-6eba-d785-2821f787166e-f6689259, #w-node-dfe42186-e7d0-a6d1-e953-abcdd4701b4a-f6689259, #w-node-dfe42186-e7d0-a6d1-e953-abcdd4701b55-f6689259, #w-node-b971fb7c-3973-c609-a2fa-4ac94a8b427d-f6689259, #w-node-b971fb7c-3973-c609-a2fa-4ac94a8b4288-f6689259, #w-node-_0dd1506b-5107-8962-b009-4199710e7fef-f6689259, #w-node-_0dd1506b-5107-8962-b009-4199710e7ffa-f6689259, #w-node-c847bf70-b07c-d206-9f4a-e4cb5a6914d6-f6689259, #w-node-c847bf70-b07c-d206-9f4a-e4cb5a6914e1-f6689259, #w-node-bcffdcad-78d0-dd32-0dfc-3b3e6ac309c1-f6689259, #w-node-bcffdcad-78d0-dd32-0dfc-3b3e6ac309cc-f6689259, #w-node-_1a4fe791-7641-924f-34d8-d8f58870a745-f6689259, #w-node-_1a4fe791-7641-924f-34d8-d8f58870a750-f6689259, #w-node-_140393fa-0609-afa9-da1a-4820af3db26b-f6689259, #w-node-_140393fa-0609-afa9-da1a-4820af3db276-f6689259, #w-node-_80fef19b-d02d-9f72-db6c-d3106c1c8f6a-f6689259, #w-node-_80fef19b-d02d-9f72-db6c-d3106c1c8f75-f6689259, #w-node-_3efa8d1b-f96c-9e2d-39b2-268812c95e77-f6689259, #w-node-_3efa8d1b-f96c-9e2d-39b2-268812c95e82-f6689259, #w-node-e44777dd-915f-336d-21c5-a0f483fdb5b6-f6689259, #w-node-e44777dd-915f-336d-21c5-a0f483fdb5c1-f6689259, #w-node-a96b5f7f-ebbc-5fcb-49a7-ad0199883069-f6689259, #w-node-a96b5f7f-ebbc-5fcb-49a7-ad0199883074-f6689259, #w-node-_0d56fc0f-be9f-62cb-8174-40021290fe21-f6689259, #w-node-_0d56fc0f-be9f-62cb-8174-40021290fe2c-f6689259, #w-node-_9607d885-cf89-5e69-7c83-4ef8d1f469f3-f6689259, #w-node-_9607d885-cf89-5e69-7c83-4ef8d1f469fe-f6689259, #w-node-_2cf91cce-c58d-8d57-beef-4c363833be28-f6689259, #w-node-_2cf91cce-c58d-8d57-beef-4c363833be33-f6689259, #w-node-a8c38a46-f5bb-70d0-0bca-20f15d2f08d7-f6689259, #w-node-a8c38a46-f5bb-70d0-0bca-20f15d2f08e2-f6689259, #w-node-a3d598a7-7f48-4e7c-4d2f-1ee2eea5e1e8-f6689259, #w-node-a3d598a7-7f48-4e7c-4d2f-1ee2eea5e1f3-f6689259, #w-node-_2466084c-4c80-3a75-d9af-e37a06b2409e-f6689259, #w-node-_2466084c-4c80-3a75-d9af-e37a06b240a9-f6689259, #w-node-fff063a2-3ced-d2ab-9d6a-4a4a6c2e8380-f6689259, #w-node-fff063a2-3ced-d2ab-9d6a-4a4a6c2e838b-f6689259, #w-node-_911317d2-3fa1-8144-bd49-bc773f3447f2-f6689259, #w-node-_911317d2-3fa1-8144-bd49-bc773f3447fd-f6689259, #w-node-_8e092ef5-118c-a8b4-9bf1-302a43da3d33-f6689259, #w-node-_8e092ef5-118c-a8b4-9bf1-302a43da3d3e-f6689259, #w-node-db4f584c-1993-5094-55d4-c6652c0d8334-f6689259, #w-node-db4f584c-1993-5094-55d4-c6652c0d833f-f6689259, #w-node-_49b0e544-1519-d44e-167f-930a370cb90f-f6689259, #w-node-_49b0e544-1519-d44e-167f-930a370cb91a-f6689259, #w-node-b7d86793-3e2c-0e30-8437-b37041271a4a-f6689259, #w-node-b7d86793-3e2c-0e30-8437-b37041271a55-f6689259, #w-node-e2877032-df91-ff8b-5164-8dbde2753316-f6689259, #w-node-e2877032-df91-ff8b-5164-8dbde2753321-f6689259, #w-node-_544b32a7-9150-4db2-b0f4-f285b57fa850-f6689259, #w-node-_544b32a7-9150-4db2-b0f4-f285b57fa85b-f6689259, #w-node-_43fd713c-46ab-29eb-de01-31574dcfb584-f6689259, #w-node-_43fd713c-46ab-29eb-de01-31574dcfb58f-f6689259, #w-node-eb258a8b-eacb-f559-2ec6-769602e592ef-f6689259, #w-node-eb258a8b-eacb-f559-2ec6-769602e592fa-f6689259, #w-node-_87e3881a-227a-6d49-ef42-c9c07c05919a-f6689259, #w-node-_87e3881a-227a-6d49-ef42-c9c07c0591a5-f6689259, #w-node-_5a264f41-7740-5cfb-a908-238bcdba0f53-f6689259, #w-node-_5a264f41-7740-5cfb-a908-238bcdba0f5e-f6689259, #w-node-dc15a90a-d8bd-0477-8309-2baf79951b69-f6689259, #w-node-dc15a90a-d8bd-0477-8309-2baf79951b74-f6689259, #w-node-_323f360a-b9b4-aa20-bd32-44b0dfc2787a-f6689259, #w-node-_323f360a-b9b4-aa20-bd32-44b0dfc27885-f6689259, #w-node-d64184b5-b9cb-1e0d-7e36-f87fcbc5951f-f6689259, #w-node-d64184b5-b9cb-1e0d-7e36-f87fcbc5952a-f6689259, #w-node-baea84f3-9936-2ac5-45ed-1a934a5dc9bb-f6689259, #w-node-baea84f3-9936-2ac5-45ed-1a934a5dc9c6-f6689259, #w-node-_358de72a-4413-ab0a-a997-6feb0ae0eb8e-f6689259, #w-node-_358de72a-4413-ab0a-a997-6feb0ae0eb99-f6689259, #w-node-_79ffe93c-c971-f6b8-430e-120ebf382e60-f6689259, #w-node-_79ffe93c-c971-f6b8-430e-120ebf382e6b-f6689259, #w-node-d6dc402d-803e-bd7e-165f-9aaccd313e78-f6689259, #w-node-d6dc402d-803e-bd7e-165f-9aaccd313e83-f6689259, #w-node-f1216589-169d-d9a1-c018-dde7634c8c5a-f6689259, #w-node-f1216589-169d-d9a1-c018-dde7634c8c65-f6689259, #w-node-_4bcaf879-9bca-c01e-ad56-71c7510b3d52-f6689259, #w-node-_4bcaf879-9bca-c01e-ad56-71c7510b3d5d-f6689259, #w-node-dd3e1e71-007b-482e-9dea-ac447807a9bf-f6689259, #w-node-dd3e1e71-007b-482e-9dea-ac447807a9ca-f6689259, #w-node-_0f4d63c2-b7e4-4686-325a-2f6708182bb1-f6689259, #w-node-_0f4d63c2-b7e4-4686-325a-2f6708182bbc-f6689259, #w-node-b8ea9935-540c-f88e-1ca8-572283960f54-f6689259, #w-node-b8ea9935-540c-f88e-1ca8-572283960f5f-f6689259, #w-node-_9d3a8d09-6e3a-7158-7ba5-c2e9cd7805d2-f6689259, #w-node-_9d3a8d09-6e3a-7158-7ba5-c2e9cd7805dd-f6689259, #w-node-b6038262-5ba0-68d5-96bd-4922f2daac53-f6689259, #w-node-b6038262-5ba0-68d5-96bd-4922f2daac5e-f6689259, #w-node-f67fb8a3-60ef-4dd8-eb50-9b7e29574208-f6689259, #w-node-f67fb8a3-60ef-4dd8-eb50-9b7e29574213-f6689259, #w-node-e9761ab7-9613-35e1-05c9-db019fbca766-51b4173e, #w-node-e9761ab7-9613-35e1-05c9-db019fbca771-51b4173e, #w-node-_077eee0c-1ef8-b116-a436-4bf11f3a694d-51b4173e, #w-node-_077eee0c-1ef8-b116-a436-4bf11f3a6958-51b4173e, #w-node-_6b51d632-c2a4-cee0-eb6b-f248f85a2ddf-51b4173e, #w-node-_6b51d632-c2a4-cee0-eb6b-f248f85a2dea-51b4173e, #w-node-_3744f5a9-768b-c47a-c600-f8c609bb90c2-51b4173e, #w-node-_3744f5a9-768b-c47a-c600-f8c609bb90cd-51b4173e, #w-node-_0ab1bdbe-b44d-0195-12c7-5beb3be6a90a-51b4173e, #w-node-_0ab1bdbe-b44d-0195-12c7-5beb3be6a915-51b4173e, #w-node-_368f70db-e300-a051-425c-9eb2037fe99b-51b4173e, #w-node-_368f70db-e300-a051-425c-9eb2037fe9a6-51b4173e, #w-node-_0a1009f0-f1a1-091e-5f02-ba19df7e6812-51b4173e, #w-node-_0a1009f0-f1a1-091e-5f02-ba19df7e681d-51b4173e, #w-node-b876e2b2-b510-1ff5-4b52-a133bdaf3993-51b4173e, #w-node-b876e2b2-b510-1ff5-4b52-a133bdaf399e-51b4173e, #w-node-b1deba13-d38f-bf3b-0549-b1987c2e66e3-51b4173e, #w-node-b1deba13-d38f-bf3b-0549-b1987c2e66ee-51b4173e, #w-node-b7e61726-40fc-3117-8ce4-192602c52646-51b4173e, #w-node-b7e61726-40fc-3117-8ce4-192602c52651-51b4173e, #w-node-_7aa38c7d-95f1-784c-f2a4-29a01ab0b4bc-51b4173e, #w-node-_7aa38c7d-95f1-784c-f2a4-29a01ab0b4c7-51b4173e, #w-node-_813eb1b3-5532-3ba9-96d8-92932832bf4b-51b4173e, #w-node-_813eb1b3-5532-3ba9-96d8-92932832bf56-51b4173e, #w-node-f8cac361-7234-ab20-0871-4f00b655669d-51b4173e, #w-node-f8cac361-7234-ab20-0871-4f00b65566a8-51b4173e, #w-node-a80ba78c-e27e-bb94-b28d-f1b48bf37220-51b4173e, #w-node-a80ba78c-e27e-bb94-b28d-f1b48bf3722b-51b4173e, #w-node-_79de72a7-0a3c-878d-58a2-3efa0a46a8f2-51b4173e, #w-node-_79de72a7-0a3c-878d-58a2-3efa0a46a8fd-51b4173e, #w-node-_3bfea79f-fec6-af95-ec2a-a3b3a17bd87e-51b4173e, #w-node-_3bfea79f-fec6-af95-ec2a-a3b3a17bd889-51b4173e, #w-node-_2503e22e-0a32-8f57-24aa-42c7c5ea27c9-51b4173e, #w-node-_2503e22e-0a32-8f57-24aa-42c7c5ea27d4-51b4173e, #w-node-_45848496-830f-8a70-a723-3351c227d969-51b4173e, #w-node-_45848496-830f-8a70-a723-3351c227d974-51b4173e, #w-node-f307b2a0-440a-26e9-211e-589a8c4b7948-51b4173e, #w-node-f307b2a0-440a-26e9-211e-589a8c4b7953-51b4173e, #w-node-_2df4f471-5f9e-4b9c-e0ee-57a09f3ea9ea-51b4173e, #w-node-_2df4f471-5f9e-4b9c-e0ee-57a09f3ea9f5-51b4173e, #w-node-_50148b7a-6684-3e09-928e-fcc5ebd2b644-51b4173e, #w-node-_50148b7a-6684-3e09-928e-fcc5ebd2b64f-51b4173e, #w-node-_7094fd76-f523-8fff-bd8d-ca77af8aea0b-51b4173e, #w-node-_7094fd76-f523-8fff-bd8d-ca77af8aea16-51b4173e, #w-node-_3366c050-ecfa-3bb4-a79e-5fcbb3a3ac9f-51b4173e, #w-node-_3366c050-ecfa-3bb4-a79e-5fcbb3a3acaa-51b4173e, #w-node-_8552865a-0991-c652-8662-52aaa1c2688f-51b4173e, #w-node-_8552865a-0991-c652-8662-52aaa1c2689a-51b4173e, #w-node-_2436fb29-82a1-c1ef-1307-f4084abeddf9-51b4173e, #w-node-_2436fb29-82a1-c1ef-1307-f4084abede04-51b4173e, #w-node-_71fd3acb-be39-a382-5942-1806205c6c38-51b4173e, #w-node-_71fd3acb-be39-a382-5942-1806205c6c43-51b4173e, #w-node-_06b5f2b3-8540-0f5c-1d04-90af265e4266-51b4173e, #w-node-_06b5f2b3-8540-0f5c-1d04-90af265e4271-51b4173e, #w-node-_1f71d99f-a86c-5617-1c9d-3992462d81c2-51b4173e, #w-node-_1f71d99f-a86c-5617-1c9d-3992462d81cd-51b4173e, #w-node-e9761ab7-9613-35e1-05c9-db019fbca766-001423a0, #w-node-e9761ab7-9613-35e1-05c9-db019fbca771-001423a0, #w-node-_06b5f2b3-8540-0f5c-1d04-90af265e4266-001423a0, #w-node-_06b5f2b3-8540-0f5c-1d04-90af265e4271-001423a0, #w-node-f9c6875c-f336-fef1-ba6b-70e43541b668-001423a0, #w-node-f9c6875c-f336-fef1-ba6b-70e43541b673-001423a0, #w-node-_32c9a15a-8c4e-3d3c-657a-3f1a0cbdb892-001423a0, #w-node-_32c9a15a-8c4e-3d3c-657a-3f1a0cbdb89d-001423a0, #w-node-e9761ab7-9613-35e1-05c9-db019fbca766-b3a71db7, #w-node-e9761ab7-9613-35e1-05c9-db019fbca771-b3a71db7, #w-node-_06b5f2b3-8540-0f5c-1d04-90af265e4266-b3a71db7, #w-node-_06b5f2b3-8540-0f5c-1d04-90af265e4271-b3a71db7, #w-node-e9761ab7-9613-35e1-05c9-db019fbca766-68142e0e, #w-node-e9761ab7-9613-35e1-05c9-db019fbca771-68142e0e, #w-node-_077eee0c-1ef8-b116-a436-4bf11f3a694d-68142e0e, #w-node-_077eee0c-1ef8-b116-a436-4bf11f3a6958-68142e0e, #w-node-_6b51d632-c2a4-cee0-eb6b-f248f85a2ddf-68142e0e, #w-node-_6b51d632-c2a4-cee0-eb6b-f248f85a2dea-68142e0e, #w-node-_3744f5a9-768b-c47a-c600-f8c609bb90c2-68142e0e, #w-node-_3744f5a9-768b-c47a-c600-f8c609bb90cd-68142e0e, #w-node-_0ab1bdbe-b44d-0195-12c7-5beb3be6a90a-68142e0e, #w-node-_0ab1bdbe-b44d-0195-12c7-5beb3be6a915-68142e0e, #w-node-_06b5f2b3-8540-0f5c-1d04-90af265e4266-7bac9567, #w-node-_06b5f2b3-8540-0f5c-1d04-90af265e4271-7bac9567, #w-node-_06b5f2b3-8540-0f5c-1d04-90af265e4266-5d978cf5, #w-node-_06b5f2b3-8540-0f5c-1d04-90af265e4271-5d978cf5, #w-node-_06b5f2b3-8540-0f5c-1d04-90af265e4266-57d3eaed, #w-node-_06b5f2b3-8540-0f5c-1d04-90af265e4271-57d3eaed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Type Dynamic Sailec';
  src: url('../fonts/Type-Dynamic---Sailec.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Type Dynamic Sailec';
  src: url('../fonts/Type-Dynamic---Sailec-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Type Dynamic Sailec';
  src: url('../fonts/Type-Dynamic---Sailec-Medium-Italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Type Dynamic Sailec';
  src: url('../fonts/Type-Dynamic---Sailec-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Type Dynamic Sailec';
  src: url('../fonts/Type-Dynamic---Sailec-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Type Dynamic Sailec Hairline';
  src: url('../fonts/Type-Dynamic---Sailec-Hairline-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Type Dynamic Sailec';
  src: url('../fonts/Type-Dynamic---Sailec-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}