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

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

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

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

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
  font-size: 48px;
  line-height: 1.2em;
  font-weight: 600;
  letter-spacing: -0.03em;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
  font-size: 32px;
  line-height: 1.25em;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.6em;
}

label {
  display: block;
  margin-bottom: 0px;
  font-weight: 700;
}

blockquote {
  margin-top: 36px;
  margin-bottom: 36px;
  padding: 18px 24px;
  border-left: 3px solid #e2e7f1;
  background-color: rgba(255, 255, 255, 0.65);
  color: #6e7488;
  font-size: 18px;
  line-height: 1.6em;
}

.section {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.dark {
  z-index: 10;
  background-color: #090b19;
  color: #fff;
}

.section.no-verticle-padding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.no-verticle-padding.clip {
  display: none;
}

.section.video-section {
  z-index: 10;
  display: none;
  padding-top: 240px;
  padding-bottom: 160px;
  color: #fff;
}

.section.no-top-padding {
  padding-top: 0px;
  padding-bottom: 60px;
}

.section.no-bottom-padding {
  padding-bottom: 0px;
}

.section.no-bottom-padding.clip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section.no-horizontal-padding {
  padding-right: 0vw;
  padding-left: 0vw;
}

.section.clip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 0px;
}

.background-cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.background-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Space002.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.background-image.testimonial-001 {
  background-image: url('../images/vo05.jpg');
  background-position: 50% 40%;
}

.background-image.testimonial-002 {
  background-image: url('../images/Portrait012.jpeg');
  background-position: 50% 20%;
}

.background-image.testimonial-003 {
  background-image: url('../images/main02-2.jpg');
  background-position: 50% 10%;
}

.background-image.testimonial-004 {
  background-image: url('../images/vo02.jpg');
}

.background-image.testimonial-005 {
  background-image: url('../images/Portrait020.jpeg');
  background-position: 50% 65%;
}

.image-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-color: rgba(9, 11, 26, 0.3);
}

.image-overlay.light-overlay {
  background-color: rgba(9, 11, 26, 0.15);
}

.image-overlay.dark-overylay {
  background-color: rgba(9, 11, 26, 0.45);
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: hsla(0, 0%, 86.7%, 0);
  font-family: Inter, sans-serif;
}

.wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1400px;
}

.wrapper.navbar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: none solid solid;
  border-width: 1px;
  border-color: rgba(243, 246, 252, 0) #f3f6fc #f3f6fc;
}

.wrapper.no-padding {
  padding-right: 0px;
  padding-left: 0px;
}

.nav-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #090b19;
  font-size: 14px;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav-link.w--current {
  color: #090b19;
}

.left-navbar {
  position: relative;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  min-width: 275px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: none;
  border-width: 1px;
  border-color: #f3f6fc;
  background-color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.menu-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 33.33%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-width: 1px;
  border-color: rgba(243, 246, 252, 0);
}

.nav-menu {
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-style: none;
  border-width: 1px;
  border-color: rgba(243, 246, 252, 0);
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #090b19;
  font-size: 22px;
  text-transform: uppercase;
}

.body {
  font-family: 'Open Sans', sans-serif;
  color: #090b19;
}

.full-menu-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  margin-right: -0.5px;
  padding: 26px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #f3f6fc;
  border-left: 1px solid #f3f6fc;
  cursor: pointer;
}

.stripe-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 5;
  display: none;
  overflow: hidden;
  width: 100vw;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.stripe-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pin-stripe {
  width: 1px;
  background-color: #f3f6fc;
}

.pin-stripe.white {
  background-color: rgba(255, 255, 255, 0.12);
}

.hero-content-wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.xxl-heading {
  margin-right: 1px;
  font-size: 78px;
  letter-spacing: -0.05em;
}

.clip {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.page-wrapper {
  position: relative;
  z-index: 15;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.banner-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.banner-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 400px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-intro {
  position: relative;
  z-index: 20;
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  color: #fff;
  text-align: center;
}

.large-heading {
  line-height: 1.15em;
}

.body-display {
  color: #6e7488;
  font-size: 16px;
  line-height: 1.6em;
}

.body-display.white {
  color: rgba(255, 255, 255, 0.9);
}

.body-display.white.project_dd {
  display: none;
}

.body-display.large {
  font-size: 18px;
}

.project-item {
  position: relative;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  height: 30vw;
  max-height: 465px;
  min-height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  color: #fff;
}

.horizontal-line {
  height: 1px;
  margin-left: 18px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #e2e7f1;
}

.horizontal-line.white {
  background-color: rgba(255, 255, 255, 0.12);
}

.button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: 0px;
  margin-left: 0px;
  padding: 16px 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #090b19;
  border-radius: 100px;
  background-color: #090b19;
  -webkit-transition: all 400ms cubic-bezier(.25, .46, .45, .94);
  transition: all 400ms cubic-bezier(.25, .46, .45, .94);
  color: #fff;
  font-size: 11px;
  text-align: center;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  border-color: #e2e7f1;
  background-color: #e2e7f1;
  color: #090b19;
}

.button.small {
  padding: 9px 18px;
  font-size: 9px;
}

.button.solid-white {
  border-color: #fff;
  background-color: #fff;
  color: #090b19;
}

.button.solid-white:hover {
  background-color: #e2e7f1;
}

.button.white-outline {
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.75);
  background-color: rgba(9, 11, 25, 0);
  font-family: Inter, sans-serif;
}

.button.white-outline:hover {
  border-color: #090b19;
  background-color: #090b19;
  color: #fff;
}

.button.grey-outline {
  border-color: #e2e7f1;
  background-color: rgba(9, 11, 25, 0);
  color: #090b19;
}

.button.grey-outline:hover {
  border-color: #090b19;
  background-color: #090b19;
  color: #fff;
}

.navigation-cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: -5px;
  margin-left: -1px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px solid #f3f6fc;
  background-color: #fff;
}

.testimonial-slider {
  height: 100%;
  background-color: transparent;
}

.testimonial-arrow {
  left: 0px;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 50%;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid hsla(0, 0%, 100%, 0.1);
  background-color: rgba(9, 11, 25, 0.5);
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.testimonial-arrow.right-arrow {
  top: 0px;
  right: auto;
  bottom: auto;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

.slider-dots {
  display: none;
}

.testimonial-content {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 550px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.testimonial-column {
  position: relative;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  padding: 60px 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.rotate-text {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.stacked-description {
  position: relative;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.stacked-description.large {
  grid-row-gap: 24px;
}

.stacked-description.horizontal {
  width: 100%;
  grid-auto-flow: column;
  grid-column-gap: 12px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
}

.stacked-description.short {
  padding-right: 0px;
  grid-row-gap: 12px;
}

.credits-wrapper {
  display: -ms-grid;
  display: grid;
  width: auto;
  padding: 60px 48px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: stretch;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 60px;
  grid-row-gap: 36px;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #f3f6fc;
}

.page-info-ribbon {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.credit-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 120px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-hover-item {
  position: relative;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: stretch;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px none #f3f6fc;
  border-bottom: 1px none #f3f6fc;
  text-decoration: none;
}

.card-hover-item.no-top-border {
  border-top-style: none;
}

.card-hover-item.no-borders {
  border-top-style: none;
  border-bottom-style: none;
}

.icon {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  min-height: 60px;
  min-width: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #f3f6fc;
}

.subtitle-wrapper {
  overflow: hidden;
  margin-bottom: 18px;
}

.subtitle-wrapper.small-subtitle {
  margin-bottom: 12px;
}

.subtitle {
  position: relative;
  z-index: 10;
  font-family: Inter, sans-serif;
  color: #090b19;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.subtitle.small {
  font-size: 12px;
}

.subtitle.white {
  color: #fff;
  text-align: left;
}

.subtitle.quote-credit {
  margin-left: -1px;
  padding-left: 18px;
  border-left: 2px solid #090b19;
}

.subtitle.grey {
  color: #6e7488;
}

.tripple-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 60px;
  grid-auto-columns: 1fr;
  grid-auto-rows: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.tripple-grid.no-margin {
  margin-bottom: 0px;
}

.section-bottom-cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 20;
  height: 0%;
  background-color: #fff;
}

.intro-wrapper {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.services-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  border-top: 1px solid #f3f6fc;
  border-right: 1px solid #f3f6fc;
  border-left: 1px solid #f3f6fc;
}

.services-grid.two-column {
  grid-auto-rows: minmax(36px, auto);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: minmax(36px, auto);
  grid-template-rows: minmax(36px, auto);
  border-top-style: none;
}

.services-grid.top-border {
  border-top: 1px solid #f3f6fc;
  border-right-style: none;
  border-left-style: none;
}

.card-circle {
  position: absolute;
  left: auto;
  top: -6vw;
  right: -6vw;
  bottom: auto;
  width: 6vw;
  height: 6vw;
  max-height: 800px;
  max-width: 800px;
  border-radius: 100%;
  background-color: #f3f6fc;
}

.card-circle.white {
  background-color: #fff;
}

.card-circle.overlay {
  background-color: rgba(9, 11, 25, 0.35);
}

.heading {
  position: relative;
  z-index: 10;
}

.menu-lottie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logos-headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #6e7488;
}

.hover-link-wrapper {
  position: absolute;
  left: auto;
  top: auto;
  right: 0vw;
  bottom: 5vw;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 148px;
  height: 148px;
  padding: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.hover-link-wrapper.video-link-wrapper {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0vw;
  bottom: 0vw;
  margin-left: -24px;
}

.hover-link-wrapper.project-view-link {
  position: relative;
  right: auto;
  bottom: auto;
}

.hover-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 100%;
  background-color: hsla(0, 0%, 100%, 0);
  color: #fff;
  font-size: 11px;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.dual-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 0.85fr;
  grid-template-columns: 1fr 0.85fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.video-info {
  display: -ms-grid;
  display: grid;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 100px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.project-categories-wrapper {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  min-height: 156px;
  margin-top: -36px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.large-menu-wrapper {
  position: relative;
  z-index: 20;
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 75px auto;
  grid-template-rows: 75px auto;
  background-color: #f3f6fc;
}

.collection-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-areas: ". . ."
    ". . Area";
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 0.7fr;
  grid-template-columns: 1fr 1fr 1fr 0.7fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-collection-item:nth-child(odd) {
  margin-top: 60px;
  margin-bottom: 80px;
}

.project-categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #f3f6fc;
}

.project-card-info {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 36px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.project-hover-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-info-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.project-info-top.team-info {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.project-info-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.categories-grid {
  display: -ms-grid;
  display: grid;
  height: 100%;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.category-collection-list-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f3f6fc;
}

.projects-search-wrapper {
  display: -ms-grid;
  display: grid;
  height: 75px;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 0px;
  padding: 3px;
  border-style: solid;
  border-width: 1px;
  border-color: #e2e7f1;
  border-radius: 100px;
  background-color: #fff;
}

.search-input {
  min-height: 42px;
  margin-bottom: 0px;
  padding-right: 24px;
  padding-left: 24px;
  border: 1px none #000;
  font-size: 13px;
  font-weight: 300;
}

.search-input::-webkit-input-placeholder {
  color: #6e7488;
}

.search-input:-ms-input-placeholder {
  color: #6e7488;
}

.search-input::-ms-input-placeholder {
  color: #6e7488;
}

.search-input::placeholder {
  color: #6e7488;
}

.search-wrapper {
  padding-right: 24px;
  padding-left: 24px;
}

.search-button {
  padding: 0px 32px;
  border-radius: 100px;
  background-color: #090b19;
  color: #fff;
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.mega-category-list {
  display: -ms-grid;
  display: grid;
  padding-right: 24px;
  padding-left: 24px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
}

.mega-category-list.middle {
  border-right: 1px solid #e2e7f1;
  border-left: 1px solid #e2e7f1;
}

.mega-menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 25;
  display: none;
  overflow: hidden;
  margin-right: -1px;
  margin-left: -1px;
  border-style: none none none solid;
  border-width: 1px;
  border-color: #f3f6fc;
  background-color: #f3f6fc;
}

.mega-menu-overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: none;
  background-color: rgba(9, 11, 25, 0.5);
}

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

.collection-list.two-columns {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-flow: row;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.team-collection-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.team-collection-item:nth-child(even) {
  margin-top: 80px;
  margin-bottom: 80px;
}

.team-collection-item:last-child {
  margin-top: 160px;
}

.team-collection-item.two-column-item:nth-child(even) {
  margin-top: 80%;
  margin-bottom: -20%;
}

.team-collection-item.two-column-item:last-child {
  margin-top: 0px;
  margin-bottom: 0px;
}

.team-social-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 9px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.team-social-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
}

.team-social-icon.outline {
  border-style: solid;
  border-width: 1px;
  border-color: #e2e7f1;
}

.team-social-icon.small {
  width: 30px;
  height: 30px;
  padding: 7px;
}

.featured-news-list {
  display: -ms-grid;
  display: grid;
  height: 100%;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  border-top: 1px none #f3f6fc;
  border-bottom: 1px none #f3f6fc;
}

.post-list-item {
  display: -ms-grid;
  display: grid;
  height: 100%;
  min-height: 80px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr 36px;
  grid-template-columns: 1fr 36px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #090b19;
  font-size: 18px;
  line-height: 1.25em;
  text-decoration: none;
}

.post-list-item.category-list-item {
  min-height: 80px;
  padding-left: 0px;
  grid-auto-flow: column;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  font-size: 18px;
  line-height: 1.25em;
  font-weight: 400;
}

.collection-list-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px none #000;
  border-bottom: 1px solid #f3f6fc;
}

.collection-list-item:nth-child(odd) {
  border-bottom-style: solid;
}

.collection-list-item:nth-child(even) {
  margin-top: 48px;
  margin-bottom: -48px;
}

.inner-page-hero-wrapper {
  display: -ms-grid;
  display: grid;
  height: 100%;
  padding-bottom: 24px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 1fr auto;
  grid-template-rows: auto 1fr auto;
}

.team-grid {
  display: -ms-grid;
  display: grid;
  min-height: 30vh;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 1fr auto;
  grid-template-rows: auto 1fr auto;
}

.mission-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-links {
  display: -ms-grid;
  display: grid;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.services-menu-wrapper {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.banner-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 120px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f6fc;
  white-space: nowrap;
}

.banner-items.project-categories {
  background-color: transparent;
}

.banner-items.template-credit {
  overflow: visible;
  height: auto;
}

.services-dual-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.sticky-services-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-auto-rows: auto;
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  white-space: nowrap;
}

.sticky-services-menu.left-side {
  margin-right: -0.5px;
  border-right: 1px solid #f3f6fc;
}

.sticky-services-menu.extra-top-margin {
  top: 148px;
}

.menu-list-item {
  display: -ms-grid;
  display: grid;
  padding: 24px;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px none #f3f6fc;
  border-bottom: 1px solid #f3f6fc;
  -webkit-transition: padding 400ms cubic-bezier(.25, .46, .45, .94), color 400ms cubic-bezier(.25, .46, .45, .94);
  transition: padding 400ms cubic-bezier(.25, .46, .45, .94), color 400ms cubic-bezier(.25, .46, .45, .94);
  font-family: Inter, sans-serif;
  color: #6e7488;
  font-size: 18px;
  line-height: 1.25em;
  font-weight: 400;
  letter-spacing: -0.03em;
  text-decoration: none;
  white-space: normal;
}

.menu-list-item:hover {
  color: #090b19;
}

.menu-list-item.w--current {
  padding-left: 36px;
  color: #090b19;
}

.menu-list-item.white {
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-color: rgba(255, 255, 255, 0.15);
  border-bottom-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.menu-list-item.white.small {
  padding-top: 24px;
  padding-bottom: 14px;
}

.menu-list-item.small {
  padding-top: 20px;
  padding-bottom: 20px;
}

.menu-list-item.discovery-item {
  width: 100%;
  height: 100%;
  border: 1px none #000;
}

.menu-list-item.dark {
  background-color: #090b19;
  color: #fff;
}

.service-menu-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px solid #f3f6fc;
}

.service-menu-list.white {
  width: 100%;
  margin-right: 1px;
  margin-left: 1px;
  border-top-color: rgba(255, 255, 255, 0.15);
}

.list-heading-wrapper {
  display: -ms-grid;
  display: grid;
  padding-left: 24px;
  grid-auto-columns: 1fr;
  grid-column-gap: 7px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.scrolling-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dark-dot {
  width: 4px;
  height: 4px;
  min-height: 4px;
  min-width: 4px;
  margin-right: 10px;
  margin-left: 6px;
  border-radius: 100px;
  background-color: #090b19;
}

.mega-social-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.services-menu-hide-cover {
  position: fixed;
  left: 0px;
  top: 0%;
  right: 0px;
  bottom: 0%;
  display: none;
  width: 100vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #090b19;
}

.team-portrait-wrapper {
  position: relative;
  overflow: hidden;
  min-height: 475px;
}

.rich-text {
  color: #6e7488;
  font-size: 16px;
}

.rich-text h2 {
  margin-top: 0px;
  margin-bottom: 18px;
  color: #090b19;
  line-height: 1.25em;
}

.rich-text h4 {
  margin-top: 18px;
  margin-bottom: 12px;
  color: #090b19;
  font-size: 20px;
  line-height: 1.25em;
}

.rich-text h3 {
  margin-top: 24px;
  margin-bottom: 18px;
  color: #090b19;
  line-height: 1.25em;
}

.rich-text h5 {
  margin-top: 9px;
  margin-bottom: 9px;
  color: #090b19;
  font-size: 16px;
  line-height: 1.25em;
}

.rich-text h6 {
  color: #090b19;
  font-size: 14px;
  line-height: 1.3em;
}

.rich-text h1 {
  color: #090b19;
}

.rich-text p {
  margin-bottom: 16px;
}

.right-grid-intro {
  display: -ms-grid;
  display: grid;
  padding-left: 24px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-card-image-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  min-height: 225px;
}

.post-card-description {
  position: relative;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  padding: 36px 36px 24px;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 48px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #090b19;
  text-decoration: none;
}

.mega-menu-list-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px solid #e2e7f1;
}

.post-card-info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.preloader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10000;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.preloader-middle {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -ms-grid;
  display: grid;
  width: 100vw;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: center;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.left-preloader {
  width: 100%;
  border-bottom: 1px solid #f3f6fc;
  background-color: #fff;
}

.middle-preloader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.right-preloader {
  width: 100%;
  border-bottom: 1px solid #f3f6fc;
  background-color: #fff;
}

.stripe-preloader {
  width: 33.33%;
  border-right: 1px solid #f3f6fc;
  border-bottom: 1px solid #f3f6fc;
  background-color: #fff;
}

.stripe-preloader.left {
  border-left: 1px solid #f3f6fc;
}

.grid-wrapper {
  position: relative;
  z-index: 5;
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-flow: row;
  grid-auto-columns: minmax(5vw, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-wrapper.projects-search {
  position: absolute;
  left: 0px;
  right: auto;
  z-index: 15;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.grid-wrapper.fixed {
  z-index: 25;
  max-height: 0px;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-align-content: end;
  -ms-flex-line-pack: end;
  align-content: end;
}

.grid-wrapper.two-row {
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -ms-grid-rows: 1fr auto;
  grid-template-rows: 1fr auto;
}

.hero-bottom-feature {
  width: 33.33%;
  padding: 0px;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #fff;
  color: #090b19;
}

.featured-project-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f6fc;
  color: #6e7488;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero-feature-card {
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding: 36px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 36px;
  grid-template-columns: 1fr 36px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #090b19;
  text-decoration: none;
}

.card-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.feature-card-description {
  position: relative;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: minmax(106px, auto);
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: minmax(44px, auto) minmax(102px, auto) minmax(103px, auto) minmax(103px, auto) minmax(103px, auto) minmax(36px, auto);
  grid-template-rows: minmax(44px, auto) minmax(102px, auto) minmax(103px, auto) minmax(103px, auto) minmax(103px, auto) minmax(36px, auto);
}

.footer-credits {
  font-size: 13px;
  font-weight: 400;
}

.project-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-name-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-background-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/0129B-scaled.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-background-image.team-background {
  background-image: url('../images/Team004.jpeg');
  background-position: 50% 0%;
}

.hero-background-image.projects-background {
  background-image: url('../images/Space008.jpeg');
  background-position: 50% 40%;
}

.hero-background-image.services-background {
  background-image: url('../images/Space007.jpeg');
}

.hero-background-image.contact-background {
  background-image: url('../images/Space007.jpeg');
}

.hero-background-image.news-background {
  background-image: url('../images/Space006.jpeg');
}

.hero-background-image._404-background {
  background-image: url('../images/Space012.jpeg');
}

.hero-background-image.password-background {
  background-image: url('../images/Space007.jpeg');
}

.hero-background-image.search-background {
  background-image: url('../images/Space002.jpeg');
}

.project-details-wrapper {
  position: relative;
  display: -ms-grid;
  display: grid;
  margin-right: 1px;
  margin-left: 1px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-detail-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 24px 12px 48px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid hsla(0, 0%, 100%, 0.12);
  border-left: 1px none hsla(0, 0%, 100%, 0.12);
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.project-detail-item.middle-item {
  border-left-style: solid;
  border-left-color: hsla(0, 0%, 100%, 0.12);
}

.project-detail-items {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.featured-project-details {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 2px solid #fff;
  background-color: hsla(0, 0%, 100%, 0.15);
}

.project-gallery-wrapper {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 15;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gallery-items-wrapper {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100vh;
  padding-top: 123px;
  padding-right: 6px;
  padding-bottom: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.more-projects-wrapper {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.fly-out-button {
  position: relative;
  z-index: 20;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  width: 33.33%;
  height: 48px;
  max-height: 48px;
  max-width: 33.33%;
  padding: 0px 5vw 0px 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 5vw 1fr;
  grid-template-columns: 5vw 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px none hsla(0, 0%, 100%, 0.12);
  background-color: #f3f6fc;
  white-space: nowrap;
  cursor: pointer;
}

.fly-out-button.on-click {
  z-index: 50;
  background-color: #fff;
}

.fly-out-button.off-click {
  z-index: 50;
  width: 100%;
  max-width: 100%;
}

.projects-lottie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-search-items {
  display: -ms-grid;
  display: grid;
  margin-bottom: 24px;
  grid-auto-columns: 1fr;
  grid-auto-rows: minmax(100px, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: minmax(100px, 1fr);
  grid-template-rows: minmax(100px, 1fr);
}

.project-search-collection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  padding-right: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.project-search-collection-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  border-bottom: 1px solid #e2e7f1;
}

.project-search-collection-item:first-child {
  border-top: 1px solid #e2e7f1;
}

.project-search-collection-item:last-child {
  border-bottom-style: none;
}

.project-description-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 80px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-description {
  position: relative;
  display: -ms-grid;
  display: grid;
  padding: 80px 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #f3f6fc;
  color: #090b19;
}

.project-description.top-grey-border {
  border-top: 1px solid #e2e7f1;
}

.project-features {
  padding-top: 80px;
}

.general-collection-wrapper {
  padding-top: 0px;
}

.projects-lottie-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-gallery-overlay {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  min-width: 100vw;
  background-color: rgba(9, 11, 25, 0.5);
}

.news-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.news-list-item {
  border-bottom: 1px solid #f3f6fc;
}

.news-list-item:nth-child(even) {
  margin-top: 80px;
  margin-bottom: 80px;
}

.pagination {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pagination-wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: minmax(0px, auto);
  grid-template-rows: minmax(0px, auto);
}

.large-search-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 0px;
  padding: 4px;
  border-radius: 100px;
  background-color: #fff;
}

.large-search-input {
  min-height: 48px;
  margin-bottom: 0px;
  padding-left: 24px;
  border: 1px none #000;
  border-radius: 100px;
  background-color: hsla(0, 0%, 100%, 0);
}

.large-search-button {
  padding-right: 32px;
  padding-left: 32px;
  border-radius: 100px;
  background-color: #090b19;
  font-size: 11px;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.search-results-info {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.search-result-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.search-result-item {
  width: 100%;
  padding: 0px;
}

.search-results-link {
  padding: 48px 36px 48px 24px;
  border-right: 1px solid #f3f6fc;
  border-bottom: 1px solid #e2e7f1;
  border-left: 1px solid #f3f6fc;
  -webkit-transition: background-color 400ms linear;
  transition: background-color 400ms linear;
  color: #090b19;
  text-decoration: none;
}

.search-results-link:hover {
  background-color: #fff;
}

.search-result-wrapper {
  padding-top: 0px;
  border-top: 1px solid #e2e7f1;
  background-color: #f3f6fc;
}

.results-help-wrapper {
  display: -ms-grid;
  display: grid;
  padding: 12px 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #090b19;
  color: #fff;
}

.author-post-item {
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding: 18px 24px;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 9px;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #f3f6fc;
  -webkit-transition: color 400ms cubic-bezier(.25, .46, .45, .94);
  transition: color 400ms cubic-bezier(.25, .46, .45, .94);
  color: #6e7488;
  text-decoration: none;
  white-space: normal;
}

.author-post-item:hover {
  color: #090b19;
}

.list-item-arrow {
  width: 18px;
  min-width: 18px;
}

.gallery-heading {
  padding-left: 24px;
  white-space: nowrap;
}

.author-card {
  display: -ms-grid;
  display: grid;
  padding-bottom: 24px;
  padding-left: 24px;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #f3f6fc;
}

.author-avatar {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.empty-state {
  background-color: transparent;
}

.empty-collection {
  display: -ms-grid;
  display: grid;
  padding: 36px;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #f3f6fc;
  text-align: center;
  white-space: normal;
}

.form {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.field-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-field {
  min-height: 54px;
  margin-bottom: 0px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 18px;
  border-style: solid;
  border-width: 1px;
  border-color: #e2e7f1;
  border-radius: 2px;
  background-color: hsla(0, 0%, 100%, 0.65);
  -webkit-transition: all 400ms cubic-bezier(.25, .46, .45, .94);
  transition: all 400ms cubic-bezier(.25, .46, .45, .94);
}

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

.text-field::-webkit-input-placeholder {
  color: #6e7488;
}

.text-field:-ms-input-placeholder {
  color: #6e7488;
}

.text-field::-ms-input-placeholder {
  color: #6e7488;
}

.text-field::placeholder {
  color: #6e7488;
}

.text-field.large {
  min-height: 140px;
}

.text-field.light {
  border-color: rgba(255, 255, 255, 0.16);
  background-color: hsla(0, 0%, 100%, 0.08);
  color: #fff;
}

.text-field.light:focus {
  border-color: #fff;
  background-color: hsla(0, 0%, 100%, 0);
}

.text-field.light::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.85);
}

.text-field.light:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.85);
}

.text-field.light::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.85);
}

.text-field.light::placeholder {
  color: rgba(255, 255, 255, 0.85);
}

.submit-button {
  min-width: 160px;
  padding: 16px 32px;
  border-radius: 100px;
  background-color: #090b19;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.submit-button.white {
  background-color: #fff;
  color: #090b19;
}

.utility-message {
  height: 100%;
  margin-top: auto;
  padding: 0px;
  background-color: transparent;
}

.success-wrapper {
  display: -ms-grid;
  display: grid;
  min-height: 340px;
  padding: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #e2e7f1;
  background-color: hsla(0, 0%, 100%, 0.85);
}

.success-wrapper.dark {
  height: 100%;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-style: none;
  background-color: hsla(0, 0%, 100%, 0);
  color: #fff;
}

.error-message {
  margin-top: 0px;
  padding: 12px 18px;
  background-color: #e2e7f1;
  color: #090b19;
}

.discovery-button-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fly-out-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-left: -5vw;
  padding-left: 5vw;
}

.services-wrapper {
  z-index: 10;
  display: -ms-grid;
  display: grid;
  padding-top: 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 80px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
}

.service-examples-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.services-info {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
}

.mission-description {
  display: -ms-grid;
  display: grid;
  height: 30vw;
  max-height: 465px;
  min-height: 300px;
  padding-bottom: 20%;
  padding-left: 24px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
}

.about-quote {
  display: -ms-grid;
  display: grid;
  height: 30vw;
  max-height: 465px;
  min-height: 300px;
  padding-top: 20%;
  padding-left: 24px;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr auto;
  grid-template-rows: 1fr auto;
}

.project-gallery-image-wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-gallery-image:nth-child(odd) {
  margin-top: 160px;
  margin-bottom: 36px;
}

.project-schowcae-title {
  display: -ms-grid;
  display: grid;
  height: 160px;
  margin-bottom: 36px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tablet-mobile-menu {
  display: none;
}

.tablet-mobile-nav-links {
  display: none;
}

.image-cover {
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 0%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.image-cover-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 66.66%;
}

.image-cover-wrapper.right-side {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.subtitle-name-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 7px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.template-screen {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 6px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-style: solid;
  border-width: 1px;
  border-color: #f3f6fc;
}

.feature-card-info {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.template-showcase-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: minmax(80px, auto);
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: minmax(80px, auto) minmax(80px, auto);
  grid-template-rows: minmax(80px, auto) minmax(80px, auto);
}

.page-info {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  height: 120px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #f3f6fc;
}

.page-info.no-clip {
  overflow: visible;
}

.client-quote {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-discovery-cover {
  z-index: 10;
  width: 100%;
  background-color: #f3f6fc;
}

.project-discovery-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-discovery-list {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.screen-image {
  width: 100%;
  height: 100%;
  max-width: none;
}

.client-quote-credit {
  margin-left: -24px;
  padding-left: 24px;
  border-left: 2px solid #fff;
}

.collection-list-wrapper {
  display: block;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.news-category-item {
  border-bottom: 1px none #f3f6fc;
}

.background-banner {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  height: 116%;
  background-image: url('../images/Space002.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.background-banner.video-banner {
  background-image: url('../images/Space008.jpeg');
  background-position: 0% 0%;
}

.background-banner.projects-banner {
  background-image: url('../images/Space013.jpeg');
}

.background-banner.team-banner {
  background-image: url('../images/Team006.jpeg');
}

.background-banner.service-1-banner {
  background-image: url('../images/Space006.jpeg');
}

.background-banner.service-2-banner {
  background-image: url('../images/Space025.jpeg');
}

.background-banner.service-3-banner {
  background-image: url('../images/Space021.jpeg');
}

.background-banner.newsletter-banner {
  background-image: url('../images/Space002.jpeg');
  background-position: 0% 50%;
}

.body-display-name-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 6px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.newsletter-wrapper {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.dark-cover {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #090b19;
}

.newsletter-form-wrapper {
  position: relative;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  color: #fff;
}

.newsletter-intro {
  position: relative;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  padding: 60px 36px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  background-color: #f3f6fc;
}

.form-block {
  position: relative;
  z-index: 20;
  margin-bottom: 0px;
}

.form-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.form-column.right {
  padding-right: 24px;
  padding-left: 24px;
}

.radio-button {
  width: 18px;
  height: 18px;
  min-height: 18px;
  min-width: 18px;
  margin-top: 0px;
  margin-right: 18px;
  margin-left: 0px;
  border-color: #fff;
  -webkit-transition: all 400ms cubic-bezier(.25, .46, .45, .94);
  transition: all 400ms cubic-bezier(.25, .46, .45, .94);
}

.radio-button.w--redirected-checked {
  border-color: #fff;
  background-color: #fff;
  box-shadow: none;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.field-label {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.checklist {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.checklist-item {
  display: -ms-grid;
  display: grid;
  padding-top: 0px;
  padding-bottom: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.checklist-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e2e7f1;
  border-radius: 100px;
  background-color: #fff;
}

.radio-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.12);
  font-size: 16px;
  cursor: pointer;
}

.button-text {
  position: relative;
  z-index: 10;
}

.menu-collection-list-item {
  border-bottom: 1px solid #e2e7f1;
}

.empty-search-results {
  display: -ms-grid;
  display: grid;
  min-height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.sticky-section {
  position: -webkit-sticky;
  position: sticky;
  top: 75px;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 0px;
  margin-bottom: 120px;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.page-hero {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 650px;
  padding-top: 120px;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.projects-hero {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 750px;
  padding-top: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.password-hero {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  padding-top: 36px;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

._404-hero {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 650px;
  padding-top: 36px;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.service-description {
  padding-right: 24px;
}

.about-description {
  display: -ms-grid;
  display: grid;
  padding-right: 24px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.category-description {
  display: -ms-grid;
  display: grid;
  max-width: 250px;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.category-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  min-height: 120px;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
}

.services-card {
  display: -ms-grid;
  display: grid;
  height: 100%;
  padding: 36px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-top: 1px none #f3f6fc;
  border-bottom: 1px solid #f3f6fc;
}

.banner-categories {
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 36px;
}

.minimal-card {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 36px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #f3f6fc;
  border-bottom: 1px solid #f3f6fc;
  text-decoration: none;
}

.anchor-link {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
}

.banner-items-wrapper {
  overflow: hidden;
  height: 120px;
}

.home-hero {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  padding-top: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.footer-section {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 5vw 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #090b19;
  color: #fff;
}

.template-card {
  display: -ms-grid;
  display: grid;
  padding: 36px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  border-top: 1px solid #f3f6fc;
  border-bottom: 1px none #f3f6fc;
}

.template-card.bottom-border {
  border-bottom-style: solid;
}

.newsletter-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(9, 11, 25, 0.9);
}

.template-credit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  white-space: nowrap;
}

.nav-link-hover-button {
  position: absolute;
  width: 100%;
  height: 46px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.12);
  border-radius: 100px;
}

.banner-scrolling-wrapper {
  width: 100%;
  height: 100%;
  background-color: #f3f6fc;
}

.recent-projects-info {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.transparent-fill {
  width: 100%;
}

.project-item-1 {
  position: relative;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  height: 30vw;
  max-height: 465px;
  min-height: 300px;
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  color: #fff;
}

.project-item-3 {
  position: relative;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  height: 30vw;
  max-height: 465px;
  min-height: 300px;
  margin-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  color: #fff;
}

.section-news {
  position: relative;
  z-index: 10;
  display: none;
  padding: 60px 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-news.dark {
  z-index: 10;
  background-color: #090b19;
  color: #fff;
}

.section-news.no-verticle-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-news.no-verticle-padding.clip {
  display: none;
}

.section-news.video-section {
  z-index: 10;
  display: none;
  padding-top: 240px;
  padding-bottom: 160px;
  color: #fff;
}

.section-news.no-top-padding {
  padding-top: 0px;
  padding-bottom: 60px;
}

.section-news.no-bottom-padding {
  padding-bottom: 0px;
}

.section-news.no-bottom-padding.clip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section-news.no-horizontal-padding {
  padding-right: 0vw;
  padding-left: 0vw;
}

.section-news.clip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 0px;
}

.section-what {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-what.dark {
  z-index: 10;
  background-color: #090b19;
  color: #fff;
}

.section-what.no-verticle-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-what.no-verticle-padding.clip {
  display: none;
}

.section-what.video-section {
  z-index: 10;
  display: none;
  padding-top: 240px;
  padding-bottom: 160px;
  color: #fff;
}

.section-what.no-top-padding {
  padding-top: 0px;
  padding-bottom: 60px;
}

.section-what.no-bottom-padding {
  padding-bottom: 0px;
}

.section-what.no-bottom-padding.clip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section-what.no-horizontal-padding {
  padding-right: 0vw;
  padding-left: 0vw;
}

.section-what.clip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 0px;
}

.section-we-do {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-we-do.dark {
  z-index: 10;
  background-color: #090b19;
  color: #fff;
}

.section-we-do.no-verticle-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-we-do.no-verticle-padding.clip {
  display: none;
}

.section-we-do.video-section {
  z-index: 10;
  display: none;
  padding-top: 240px;
  padding-bottom: 160px;
  color: #fff;
}

.section-we-do.no-top-padding {
  padding-top: 0px;
  padding-bottom: 60px;
}

.section-we-do.no-bottom-padding {
  padding-bottom: 0px;
}

.section-we-do.no-bottom-padding.clip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section-we-do.no-horizontal-padding {
  padding-right: 0vw;
  padding-left: 0vw;
}

.section-we-do.clip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 0px;
}

.section-project {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-project.dark {
  z-index: 10;
  background-color: #090b19;
  color: #fff;
}

.section-project.no-verticle-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-project.no-verticle-padding.clip {
  display: none;
}

.section-project.video-section {
  z-index: 10;
  display: none;
  padding-top: 240px;
  padding-bottom: 160px;
  color: #fff;
}

.section-project.no-top-padding {
  padding-top: 0px;
  padding-bottom: 60px;
}

.section-project.no-bottom-padding {
  padding-bottom: 0px;
}

.section-project.no-bottom-padding.clip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section-project.no-horizontal-padding {
  padding-right: 0vw;
  padding-left: 0vw;
}

.section-project.clip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 0px;
}

.section-comparison {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-comparison.dark {
  z-index: 10;
  background-color: #090b19;
  color: #fff;
}

.section-comparison.no-verticle-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-comparison.no-verticle-padding.dark {
  background-color: #c6b8ab;
}

.section-comparison.no-verticle-padding.clip {
  display: none;
}

.section-comparison.video-section {
  z-index: 10;
  display: none;
  padding-top: 240px;
  padding-bottom: 160px;
  color: #fff;
}

.section-comparison.no-top-padding {
  padding-top: 0px;
  padding-bottom: 60px;
}

.section-comparison.no-bottom-padding {
  padding-bottom: 0px;
}

.section-comparison.no-bottom-padding.clip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section-comparison.no-horizontal-padding {
  padding-right: 0vw;
  padding-left: 0vw;
}

.section-comparison.clip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 0px;
}

.section-team {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-team.dark {
  z-index: 10;
  background-color: #090b19;
  color: #fff;
}

.section-team.no-verticle-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-team.no-verticle-padding.clip {
  display: none;
}

.section-team.video-section {
  z-index: 10;
  display: none;
  padding-top: 240px;
  padding-bottom: 160px;
  color: #fff;
}

.section-team.no-top-padding {
  padding-top: 0px;
  padding-bottom: 60px;
}

.section-team.no-bottom-padding {
  padding-bottom: 0px;
}

.section-team.no-bottom-padding.clip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section-team.no-horizontal-padding {
  padding-right: 0vw;
  padding-left: 0vw;
}

.section-team.clip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 0px;
}

.section-contact {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-contact.dark {
  z-index: 10;
  background-color: #090b19;
  color: #fff;
}

.section-contact.no-verticle-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-contact.no-verticle-padding.clip {
  display: none;
}

.section-contact.video-section {
  z-index: 10;
  display: none;
  padding-top: 240px;
  padding-bottom: 160px;
  color: #fff;
}

.section-contact.no-top-padding {
  padding-top: 0px;
  padding-bottom: 60px;
}

.section-contact.no-bottom-padding {
  padding-bottom: 0px;
}

.section-contact.no-bottom-padding.clip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section-contact.no-horizontal-padding {
  padding-right: 0vw;
  padding-left: 0vw;
}

.section-contact.clip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 0px;
}

.team1 {
  position: relative;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  height: 30vw;
  max-height: 465px;
  min-height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  color: #fff;
}

.team2 {
  position: relative;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  height: 30vw;
  max-height: 465px;
  min-height: 300px;
  margin-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  color: #fff;
}

.team3 {
  position: relative;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  height: 30vw;
  max-height: 465px;
  min-height: 300px;
  margin-top: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  color: #fff;
}

.project-item-4 {
  position: relative;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  height: 30vw;
  max-height: 465px;
  min-height: 300px;
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  color: #fff;
}

.project-item-5 {
  position: relative;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  height: 30vw;
  max-height: 465px;
  min-height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  color: #fff;
}

.project-item-2 {
  position: relative;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  height: 30vw;
  max-height: 465px;
  min-height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  color: #fff;
}

.project-item-6 {
  position: relative;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  height: 30vw;
  max-height: 465px;
  min-height: 300px;
  margin-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  color: #fff;
}

.project1_img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/AAB0361.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project1_img.testimonial-001 {
  background-image: url('../images/Portrait015.jpeg');
  background-position: 50% 40%;
}

.project1_img.testimonial-002 {
  background-image: url('../images/Portrait012.jpeg');
  background-position: 50% 20%;
}

.project1_img.testimonial-003 {
  background-image: url('../images/Portrait019.jpeg');
  background-position: 50% 10%;
}

.project1_img.testimonial-004 {
  background-image: url('../images/Portrait007.jpeg');
}

.project1_img.testimonial-005 {
  background-image: url('../images/Portrait020.jpeg');
  background-position: 50% 65%;
}

.project2_img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/picture_pc_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project2_img.testimonial-001 {
  background-image: url('../images/Portrait015.jpeg');
  background-position: 50% 40%;
}

.project2_img.testimonial-002 {
  background-image: url('../images/Portrait012.jpeg');
  background-position: 50% 20%;
}

.project2_img.testimonial-003 {
  background-image: url('../images/Portrait019.jpeg');
  background-position: 50% 10%;
}

.project2_img.testimonial-004 {
  background-image: url('../images/Portrait007.jpeg');
}

.project2_img.testimonial-005 {
  background-image: url('../images/Portrait020.jpeg');
  background-position: 50% 65%;
}

.project3_img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/1445b-scaled.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project3_img.testimonial-001 {
  background-image: url('../images/Portrait015.jpeg');
  background-position: 50% 40%;
}

.project3_img.testimonial-002 {
  background-image: url('../images/Portrait012.jpeg');
  background-position: 50% 20%;
}

.project3_img.testimonial-003 {
  background-image: url('../images/Portrait019.jpeg');
  background-position: 50% 10%;
}

.project3_img.testimonial-004 {
  background-image: url('../images/Portrait007.jpeg');
}

.project3_img.testimonial-005 {
  background-image: url('../images/Portrait020.jpeg');
  background-position: 50% 65%;
}

.project4_img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/mv_top_slide01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project4_img.testimonial-001 {
  background-image: url('../images/Portrait015.jpeg');
  background-position: 50% 40%;
}

.project4_img.testimonial-002 {
  background-image: url('../images/Portrait012.jpeg');
  background-position: 50% 20%;
}

.project4_img.testimonial-003 {
  background-image: url('../images/Portrait019.jpeg');
  background-position: 50% 10%;
}

.project4_img.testimonial-004 {
  background-image: url('../images/Portrait007.jpeg');
}

.project4_img.testimonial-005 {
  background-image: url('../images/Portrait020.jpeg');
  background-position: 50% 65%;
}

.project5_img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/1593387211_3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project5_img.testimonial-001 {
  background-image: url('../images/Portrait015.jpeg');
  background-position: 50% 40%;
}

.project5_img.testimonial-002 {
  background-image: url('../images/Portrait012.jpeg');
  background-position: 50% 20%;
}

.project5_img.testimonial-003 {
  background-image: url('../images/Portrait019.jpeg');
  background-position: 50% 10%;
}

.project5_img.testimonial-004 {
  background-image: url('../images/Portrait007.jpeg');
}

.project5_img.testimonial-005 {
  background-image: url('../images/Portrait020.jpeg');
  background-position: 50% 65%;
}

.project6_img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/picture_pc_3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project6_img.testimonial-001 {
  background-image: url('../images/Portrait015.jpeg');
  background-position: 50% 40%;
}

.project6_img.testimonial-002 {
  background-image: url('../images/Portrait012.jpeg');
  background-position: 50% 20%;
}

.project6_img.testimonial-003 {
  background-image: url('../images/Portrait019.jpeg');
  background-position: 50% 10%;
}

.project6_img.testimonial-004 {
  background-image: url('../images/Portrait007.jpeg');
}

.project6_img.testimonial-005 {
  background-image: url('../images/Portrait020.jpeg');
  background-position: 50% 65%;
}

.team1_img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/staff_img03.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team1_img.testimonial-001 {
  background-image: url('../images/Portrait015.jpeg');
  background-position: 50% 40%;
}

.team1_img.testimonial-002 {
  background-image: url('../images/Portrait012.jpeg');
  background-position: 50% 20%;
}

.team1_img.testimonial-003 {
  background-image: url('../images/Portrait019.jpeg');
  background-position: 50% 10%;
}

.team1_img.testimonial-004 {
  background-image: url('../images/Portrait007.jpeg');
}

.team1_img.testimonial-005 {
  background-image: url('../images/Portrait020.jpeg');
  background-position: 50% 65%;
}

.team2_img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/staff_img02.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team2_img.testimonial-001 {
  background-image: url('../images/Portrait015.jpeg');
  background-position: 50% 40%;
}

.team2_img.testimonial-002 {
  background-image: url('../images/Portrait012.jpeg');
  background-position: 50% 20%;
}

.team2_img.testimonial-003 {
  background-image: url('../images/Portrait019.jpeg');
  background-position: 50% 10%;
}

.team2_img.testimonial-004 {
  background-image: url('../images/Portrait007.jpeg');
}

.team2_img.testimonial-005 {
  background-image: url('../images/Portrait020.jpeg');
  background-position: 50% 65%;
}

.team3_img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/staff_img04.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team3_img.testimonial-001 {
  background-image: url('../images/Portrait015.jpeg');
  background-position: 50% 40%;
}

.team3_img.testimonial-002 {
  background-image: url('../images/Portrait012.jpeg');
  background-position: 50% 20%;
}

.team3_img.testimonial-003 {
  background-image: url('../images/Portrait019.jpeg');
  background-position: 50% 10%;
}

.team3_img.testimonial-004 {
  background-image: url('../images/Portrait007.jpeg');
}

.team3_img.testimonial-005 {
  background-image: url('../images/Portrait020.jpeg');
  background-position: 50% 65%;
}

.section-profile {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-profile.dark {
  z-index: 10;
  background-color: #090b19;
  color: #fff;
}

.section-profile.no-verticle-padding {
  display: none;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-profile.no-verticle-padding.clip {
  display: none;
}

.section-profile.video-section {
  z-index: 10;
  display: none;
  padding-top: 240px;
  padding-bottom: 160px;
  color: #fff;
}

.section-profile.no-top-padding {
  padding-top: 0px;
  padding-bottom: 60px;
}

.section-profile.no-bottom-padding {
  padding-bottom: 0px;
}

.section-profile.no-bottom-padding.clip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section-profile.no-horizontal-padding {
  padding-right: 0vw;
  padding-left: 0vw;
}

.section-profile.clip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 0px;
}

.showcase1 {
  position: relative;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  height: 30vw;
  max-height: 465px;
  min-height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  color: #fff;
}

.showcase-wrapper {
  position: relative;
  z-index: 15;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.behind {
  line-height: 1.15em;
}

.service_list {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.service_list.two-columns {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-flow: row;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.service_item {
  position: relative;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  height: 30vw;
  max-height: 465px;
  min-height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  color: #fff;
}

.button-service2 {
  position: relative;
  display: none;
  overflow: hidden;
  margin-right: 0px;
  margin-left: 0px;
  padding: 16px 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #090b19;
  border-radius: 100px;
  background-color: #090b19;
  -webkit-transition: all 400ms cubic-bezier(.25, .46, .45, .94);
  transition: all 400ms cubic-bezier(.25, .46, .45, .94);
  color: #fff;
  font-size: 11px;
  text-align: center;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-service2:hover {
  border-color: #e2e7f1;
  background-color: #e2e7f1;
  color: #090b19;
}

.button-service2.small {
  padding: 9px 18px;
  font-size: 9px;
}

.button-service2.solid-white {
  border-color: #fff;
  background-color: #fff;
  color: #090b19;
}

.button-service2.solid-white:hover {
  background-color: #e2e7f1;
}

.button-service2.white-outline {
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.75);
  background-color: rgba(9, 11, 25, 0);
  font-family: Inter, sans-serif;
}

.button-service2.white-outline:hover {
  border-color: #090b19;
  background-color: #090b19;
  color: #fff;
}

.button-service2.grey-outline {
  border-color: #e2e7f1;
  background-color: rgba(9, 11, 25, 0);
  color: #090b19;
}

.button-service2.grey-outline:hover {
  border-color: #090b19;
  background-color: #090b19;
  color: #fff;
}

.wrapper-do-it {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1400px;
  margin-bottom: 60px;
}

.wrapper-do-it.navbar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: none solid solid;
  border-width: 1px;
  border-color: rgba(243, 246, 252, 0) #f3f6fc #f3f6fc;
}

.wrapper-do-it.no-padding {
  padding-right: 0px;
  padding-left: 0px;
}

.button-teams {
  position: relative;
  display: none;
  overflow: hidden;
  margin-right: 0px;
  margin-left: 0px;
  padding: 16px 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #090b19;
  border-radius: 100px;
  background-color: #090b19;
  -webkit-transition: all 400ms cubic-bezier(.25, .46, .45, .94);
  transition: all 400ms cubic-bezier(.25, .46, .45, .94);
  color: #fff;
  font-size: 11px;
  text-align: center;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-teams:hover {
  border-color: #e2e7f1;
  background-color: #e2e7f1;
  color: #090b19;
}

.button-teams.small {
  padding: 9px 18px;
  font-size: 9px;
}

.button-teams.solid-white {
  border-color: #fff;
  background-color: #fff;
  color: #090b19;
}

.button-teams.solid-white:hover {
  background-color: #e2e7f1;
}

.button-teams.white-outline {
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.75);
  background-color: rgba(9, 11, 25, 0);
  font-family: Inter, sans-serif;
}

.button-teams.white-outline:hover {
  border-color: #090b19;
  background-color: #090b19;
  color: #fff;
}

.button-teams.grey-outline {
  border-color: #e2e7f1;
  background-color: rgba(9, 11, 25, 0);
  color: #090b19;
}

.button-teams.grey-outline:hover {
  border-color: #090b19;
  background-color: #090b19;
  color: #fff;
}

.banner-service {
  position: relative;
  display: none;
  overflow: hidden;
  width: 100%;
  min-height: 400px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.behind-design {
  width: 450px;
  line-height: 1.15em;
}

.all-project-item1 {
  position: relative;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  height: 30vw;
  max-height: 465px;
  min-height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  color: #fff;
}

.tab-link-tab-1 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
}

.tab-link-tab-1.w--current {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f3f6fc;
}

.tab-link-tab-2 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
}

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

.tab-link-tab-3 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
}

.tab-link-tab-3.w--current {
  background-color: #f3f6fc;
}

.section-all-projects {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-all-projects.dark {
  z-index: 10;
  background-color: #090b19;
  color: #fff;
}

.section-all-projects.no-verticle-padding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-all-projects.no-verticle-padding.clip {
  display: none;
}

.section-all-projects.video-section {
  z-index: 10;
  display: none;
  padding-top: 240px;
  padding-bottom: 160px;
  color: #fff;
}

.section-all-projects.no-top-padding {
  padding: 60px 0px;
}

.section-all-projects.no-bottom-padding {
  padding-bottom: 0px;
}

.section-all-projects.no-bottom-padding.clip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section-all-projects.no-horizontal-padding {
  padding-right: 0vw;
  padding-left: 0vw;
}

.section-all-projects.clip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 0px;
}

.text-block {
  margin-top: 5px;
  color: #0d0d0d;
  font-size: 14px;
  font-weight: 500;
}

.heading-3 {
  font-size: 24px;
}

.button-all-posts {
  position: relative;
  display: none;
  overflow: hidden;
  margin-right: 0px;
  margin-left: 0px;
  padding: 16px 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #090b19;
  border-radius: 100px;
  background-color: #090b19;
  -webkit-transition: all 400ms cubic-bezier(.25, .46, .45, .94);
  transition: all 400ms cubic-bezier(.25, .46, .45, .94);
  color: #fff;
  font-size: 11px;
  text-align: center;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-all-posts:hover {
  border-color: #e2e7f1;
  background-color: #e2e7f1;
  color: #090b19;
}

.button-all-posts.small {
  padding: 9px 18px;
  font-size: 9px;
}

.button-all-posts.solid-white {
  border-color: #fff;
  background-color: #fff;
  color: #090b19;
}

.button-all-posts.solid-white:hover {
  background-color: #e2e7f1;
}

.button-all-posts.white-outline {
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.75);
  background-color: rgba(9, 11, 25, 0);
  font-family: Inter, sans-serif;
}

.button-all-posts.white-outline:hover {
  border-color: #090b19;
  background-color: #090b19;
  color: #fff;
}

.button-all-posts.grey-outline {
  border-color: #e2e7f1;
  background-color: rgba(9, 11, 25, 0);
  color: #090b19;
}

.button-all-posts.grey-outline:hover {
  border-color: #090b19;
  background-color: #090b19;
  color: #fff;
}

.job_grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-areas: ". . ."
    ". . Area";
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 0.7fr;
  grid-template-columns: 1fr 1fr 1fr 0.7fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.behind_list {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.behind_list.two-columns {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-flow: row;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.all_projects {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-areas: ".";
  -ms-grid-columns: 0.7fr 10px 1fr 10px 1fr 10px 0.7fr;
  grid-template-columns: 0.7fr 1fr 1fr 0.7fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tabs-content {
  top: 20px;
}

.latest_job_grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-areas: ". . ."
    ". . Area";
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 0.7fr;
  grid-template-columns: 1fr 1fr 1fr 0.7fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.all-project-item2 {
  position: relative;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  height: 30vw;
  max-height: 465px;
  min-height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  color: #fff;
}

.all-project-item3 {
  position: relative;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  height: 30vw;
  max-height: 465px;
  min-height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  color: #fff;
}

.all-project-item4 {
  position: relative;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  height: 30vw;
  max-height: 465px;
  min-height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  color: #fff;
}

.all-project-item5 {
  position: relative;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  height: 30vw;
  max-height: 465px;
  min-height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  color: #fff;
}

.all-project-item6 {
  position: relative;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  height: 30vw;
  max-height: 465px;
  min-height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  color: #fff;
}

.tabs-menu-projects {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-bottom: 1px solid #f3f6fc;
}

.showcase2 {
  position: relative;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  height: 30vw;
  max-height: 465px;
  min-height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  color: #fff;
}

.showcase3 {
  position: relative;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  height: 30vw;
  max-height: 465px;
  min-height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  color: #fff;
}

.showcase4 {
  position: relative;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  height: 30vw;
  max-height: 465px;
  min-height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  color: #fff;
}

.showcase5 {
  position: relative;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  height: 30vw;
  max-height: 465px;
  min-height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  color: #fff;
}

.showcase6 {
  position: relative;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  height: 30vw;
  max-height: 465px;
  min-height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  color: #fff;
}

.showcase7 {
  position: relative;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  height: 30vw;
  max-height: 465px;
  min-height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  color: #fff;
}

.showcase8 {
  position: relative;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  height: 30vw;
  max-height: 465px;
  min-height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  color: #fff;
}

.about_design {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2 {
  display: none;
}

.div-block-3 {
  display: none;
}

.div-block-4 {
  display: none;
}

.project_h4 {
  display: none;
}

.show_1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/3906_103_l.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.show_1.testimonial-001 {
  background-image: url('../images/Portrait015.jpeg');
  background-position: 50% 40%;
}

.show_1.testimonial-002 {
  background-image: url('../images/Portrait012.jpeg');
  background-position: 50% 20%;
}

.show_1.testimonial-003 {
  background-image: url('../images/Portrait019.jpeg');
  background-position: 50% 10%;
}

.show_1.testimonial-004 {
  background-image: url('../images/Portrait007.jpeg');
}

.show_1.testimonial-005 {
  background-image: url('../images/Portrait020.jpeg');
  background-position: 50% 65%;
}

.show_2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/3906_106_l.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.show_2.testimonial-001 {
  background-image: url('../images/Portrait015.jpeg');
  background-position: 50% 40%;
}

.show_2.testimonial-002 {
  background-image: url('../images/Portrait012.jpeg');
  background-position: 50% 20%;
}

.show_2.testimonial-003 {
  background-image: url('../images/Portrait019.jpeg');
  background-position: 50% 10%;
}

.show_2.testimonial-004 {
  background-image: url('../images/Portrait007.jpeg');
}

.show_2.testimonial-005 {
  background-image: url('../images/Portrait020.jpeg');
  background-position: 50% 65%;
}

.show_3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/3906_108_l.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.show_3.testimonial-001 {
  background-image: url('../images/Portrait015.jpeg');
  background-position: 50% 40%;
}

.show_3.testimonial-002 {
  background-image: url('../images/Portrait012.jpeg');
  background-position: 50% 20%;
}

.show_3.testimonial-003 {
  background-image: url('../images/Portrait019.jpeg');
  background-position: 50% 10%;
}

.show_3.testimonial-004 {
  background-image: url('../images/Portrait007.jpeg');
}

.show_3.testimonial-005 {
  background-image: url('../images/Portrait020.jpeg');
  background-position: 50% 65%;
}

.show_4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/0332AB-scaled.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.show_4.testimonial-001 {
  background-image: url('../images/Portrait015.jpeg');
  background-position: 50% 40%;
}

.show_4.testimonial-002 {
  background-image: url('../images/Portrait012.jpeg');
  background-position: 50% 20%;
}

.show_4.testimonial-003 {
  background-image: url('../images/Portrait019.jpeg');
  background-position: 50% 10%;
}

.show_4.testimonial-004 {
  background-image: url('../images/Portrait007.jpeg');
}

.show_4.testimonial-005 {
  background-image: url('../images/Portrait020.jpeg');
  background-position: 50% 65%;
}

.show_5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/0035A-scaled.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.show_5.testimonial-001 {
  background-image: url('../images/Portrait015.jpeg');
  background-position: 50% 40%;
}

.show_5.testimonial-002 {
  background-image: url('../images/Portrait012.jpeg');
  background-position: 50% 20%;
}

.show_5.testimonial-003 {
  background-image: url('../images/Portrait019.jpeg');
  background-position: 50% 10%;
}

.show_5.testimonial-004 {
  background-image: url('../images/Portrait007.jpeg');
}

.show_5.testimonial-005 {
  background-image: url('../images/Portrait020.jpeg');
  background-position: 50% 65%;
}

.show_8 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/0129B-scaled.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.show_8.testimonial-001 {
  background-image: url('../images/Portrait015.jpeg');
  background-position: 50% 40%;
}

.show_8.testimonial-002 {
  background-image: url('../images/Portrait012.jpeg');
  background-position: 50% 20%;
}

.show_8.testimonial-003 {
  background-image: url('../images/Portrait019.jpeg');
  background-position: 50% 10%;
}

.show_8.testimonial-004 {
  background-image: url('../images/Portrait007.jpeg');
}

.show_8.testimonial-005 {
  background-image: url('../images/Portrait020.jpeg');
  background-position: 50% 65%;
}

.show_7 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/3356_106_l.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.show_7.testimonial-001 {
  background-image: url('../images/Portrait015.jpeg');
  background-position: 50% 40%;
}

.show_7.testimonial-002 {
  background-image: url('../images/Portrait012.jpeg');
  background-position: 50% 20%;
}

.show_7.testimonial-003 {
  background-image: url('../images/Portrait019.jpeg');
  background-position: 50% 10%;
}

.show_7.testimonial-004 {
  background-image: url('../images/Portrait007.jpeg');
}

.show_7.testimonial-005 {
  background-image: url('../images/Portrait020.jpeg');
  background-position: 50% 65%;
}

.show_6 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/modelhouse_point_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.show_6.testimonial-001 {
  background-image: url('../images/Portrait015.jpeg');
  background-position: 50% 40%;
}

.show_6.testimonial-002 {
  background-image: url('../images/Portrait012.jpeg');
  background-position: 50% 20%;
}

.show_6.testimonial-003 {
  background-image: url('../images/Portrait019.jpeg');
  background-position: 50% 10%;
}

.show_6.testimonial-004 {
  background-image: url('../images/Portrait007.jpeg');
}

.show_6.testimonial-005 {
  background-image: url('../images/Portrait020.jpeg');
  background-position: 50% 65%;
}

.project-info-top-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.project-info-top-1.team-info {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.project-info-top2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.project-info-top2.team-info {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.project-info-top3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.project-info-top3.team-info {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.andy_lu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/staff_img03.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.andy_lu.testimonial-001 {
  background-image: url('../images/Portrait015.jpeg');
  background-position: 50% 40%;
}

.andy_lu.testimonial-002 {
  background-image: url('../images/Portrait012.jpeg');
  background-position: 50% 20%;
}

.andy_lu.testimonial-003 {
  background-image: url('../images/main02-2.jpg');
  background-position: 50% 10%;
}

.andy_lu.testimonial-004 {
  background-image: url('../images/Portrait007.jpeg');
}

.andy_lu.testimonial-005 {
  background-image: url('../images/Portrait020.jpeg');
  background-position: 50% 65%;
}

.subtitle-about {
  position: relative;
  z-index: 10;
  font-family: Inter, sans-serif;
  color: #090b19;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.subtitle-about.small {
  font-size: 12px;
}

.subtitle-about.white {
  color: #fff;
}

.subtitle-about.quote-credit {
  margin-left: -1px;
  padding-left: 18px;
  border-left: 2px solid #090b19;
  color: #6e7488;
  font-size: 14px;
}

.subtitle-about.grey {
  color: #6e7488;
}

.button-service {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: 0px;
  margin-left: 0px;
  padding: 16px 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #090b19;
  border-radius: 100px;
  background-color: #090b19;
  -webkit-transition: all 400ms cubic-bezier(.25, .46, .45, .94);
  transition: all 400ms cubic-bezier(.25, .46, .45, .94);
  color: #fff;
  font-size: 11px;
  text-align: center;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-service:hover {
  border-color: #e2e7f1;
  background-color: #e2e7f1;
  color: #090b19;
}

.button-service.small {
  padding: 9px 18px;
  font-size: 9px;
}

.button-service.solid-white {
  border-color: #fff;
  background-color: #fff;
  color: #090b19;
}

.button-service.solid-white:hover {
  background-color: #e2e7f1;
}

.button-service.white-outline {
  display: none;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.75);
  background-color: rgba(9, 11, 25, 0);
  font-family: Inter, sans-serif;
}

.button-service.white-outline:hover {
  border-color: #090b19;
  background-color: #090b19;
  color: #fff;
}

.button-service.grey-outline {
  border-color: #e2e7f1;
  background-color: rgba(9, 11, 25, 0);
  color: #090b19;
}

.button-service.grey-outline:hover {
  border-color: #090b19;
  background-color: #090b19;
  color: #fff;
}

.service_1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/AAB0361.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.service_1.testimonial-001 {
  background-image: url('../images/Portrait015.jpeg');
  background-position: 50% 40%;
}

.service_1.testimonial-002 {
  background-image: url('../images/Portrait012.jpeg');
  background-position: 50% 20%;
}

.service_1.testimonial-003 {
  background-image: url('../images/main02-2.jpg');
  background-position: 50% 10%;
}

.service_1.testimonial-004 {
  background-image: url('../images/Portrait007.jpeg');
}

.service_1.testimonial-005 {
  background-image: url('../images/Portrait020.jpeg');
  background-position: 50% 65%;
}

.service2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/1445b-scaled.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.service2.testimonial-001 {
  background-image: url('../images/Portrait015.jpeg');
  background-position: 50% 40%;
}

.service2.testimonial-002 {
  background-image: url('../images/Portrait012.jpeg');
  background-position: 50% 20%;
}

.service2.testimonial-003 {
  background-image: url('../images/main02-2.jpg');
  background-position: 50% 10%;
}

.service2.testimonial-004 {
  background-image: url('../images/Portrait007.jpeg');
}

.service2.testimonial-005 {
  background-image: url('../images/Portrait020.jpeg');
  background-position: 50% 65%;
}

.service3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/picture_pc_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.service3.testimonial-001 {
  background-image: url('../images/Portrait015.jpeg');
  background-position: 50% 40%;
}

.service3.testimonial-002 {
  background-image: url('../images/Portrait012.jpeg');
  background-position: 50% 20%;
}

.service3.testimonial-003 {
  background-image: url('../images/main02-2.jpg');
  background-position: 50% 10%;
}

.service3.testimonial-004 {
  background-image: url('../images/Portrait007.jpeg');
}

.service3.testimonial-005 {
  background-image: url('../images/Portrait020.jpeg');
  background-position: 50% 65%;
}

.house1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/AAB0361.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.house1.testimonial-001 {
  background-image: url('../images/Portrait015.jpeg');
  background-position: 50% 40%;
}

.house1.testimonial-002 {
  background-image: url('../images/Portrait012.jpeg');
  background-position: 50% 20%;
}

.house1.testimonial-003 {
  background-image: url('../images/main02-2.jpg');
  background-position: 50% 10%;
}

.house1.testimonial-004 {
  background-image: url('../images/Portrait007.jpeg');
}

.house1.testimonial-005 {
  background-image: url('../images/Portrait020.jpeg');
  background-position: 50% 65%;
}

.house2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/1445b-scaled.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.house2.testimonial-001 {
  background-image: url('../images/Portrait015.jpeg');
  background-position: 50% 40%;
}

.house2.testimonial-002 {
  background-image: url('../images/Portrait012.jpeg');
  background-position: 50% 20%;
}

.house2.testimonial-003 {
  background-image: url('../images/main02-2.jpg');
  background-position: 50% 10%;
}

.house2.testimonial-004 {
  background-image: url('../images/Portrait007.jpeg');
}

.house2.testimonial-005 {
  background-image: url('../images/Portrait020.jpeg');
  background-position: 50% 65%;
}

.house3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/picture_pc_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.house3.testimonial-001 {
  background-image: url('../images/Portrait015.jpeg');
  background-position: 50% 40%;
}

.house3.testimonial-002 {
  background-image: url('../images/Portrait012.jpeg');
  background-position: 50% 20%;
}

.house3.testimonial-003 {
  background-image: url('../images/main02-2.jpg');
  background-position: 50% 10%;
}

.house3.testimonial-004 {
  background-image: url('../images/Portrait007.jpeg');
}

.house3.testimonial-005 {
  background-image: url('../images/Portrait020.jpeg');
  background-position: 50% 65%;
}

.house4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/mv_top_slide01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.house4.testimonial-001 {
  background-image: url('../images/Portrait015.jpeg');
  background-position: 50% 40%;
}

.house4.testimonial-002 {
  background-image: url('../images/Portrait012.jpeg');
  background-position: 50% 20%;
}

.house4.testimonial-003 {
  background-image: url('../images/main02-2.jpg');
  background-position: 50% 10%;
}

.house4.testimonial-004 {
  background-image: url('../images/Portrait007.jpeg');
}

.house4.testimonial-005 {
  background-image: url('../images/Portrait020.jpeg');
  background-position: 50% 65%;
}

.house5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/1593387211_3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.house5.testimonial-001 {
  background-image: url('../images/Portrait015.jpeg');
  background-position: 50% 40%;
}

.house5.testimonial-002 {
  background-image: url('../images/Portrait012.jpeg');
  background-position: 50% 20%;
}

.house5.testimonial-003 {
  background-image: url('../images/main02-2.jpg');
  background-position: 50% 10%;
}

.house5.testimonial-004 {
  background-image: url('../images/Portrait007.jpeg');
}

.house5.testimonial-005 {
  background-image: url('../images/Portrait020.jpeg');
  background-position: 50% 65%;
}

.house6 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/picture_pc_3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.house6.testimonial-001 {
  background-image: url('../images/Portrait015.jpeg');
  background-position: 50% 40%;
}

.house6.testimonial-002 {
  background-image: url('../images/Portrait012.jpeg');
  background-position: 50% 20%;
}

.house6.testimonial-003 {
  background-image: url('../images/main02-2.jpg');
  background-position: 50% 10%;
}

.house6.testimonial-004 {
  background-image: url('../images/Portrait007.jpeg');
}

.house6.testimonial-005 {
  background-image: url('../images/Portrait020.jpeg');
  background-position: 50% 65%;
}

.tabs {
  max-width: 1200px;
}

.subtitle-service {
  position: relative;
  z-index: 10;
  font-family: Inter, sans-serif;
  color: #090b19;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.subtitle-service.small {
  font-size: 12px;
}

.subtitle-service.white {
  color: #fff;
  text-align: center;
}

.subtitle-service.quote-credit {
  margin-left: -1px;
  padding-left: 18px;
  border-left: 2px solid #090b19;
}

.subtitle-service.grey {
  color: #6e7488;
}

.profile_p1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/1445b-scaled.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.profile_p1.testimonial-001 {
  background-image: url('../images/Portrait015.jpeg');
  background-position: 50% 40%;
}

.profile_p1.testimonial-002 {
  background-image: url('../images/Portrait012.jpeg');
  background-position: 50% 20%;
}

.profile_p1.testimonial-003 {
  background-image: url('../images/main02-2.jpg');
  background-position: 50% 10%;
}

.profile_p1.testimonial-004 {
  background-image: url('../images/Portrait007.jpeg');
}

.profile_p1.testimonial-005 {
  background-image: url('../images/Portrait020.jpeg');
  background-position: 50% 65%;
}

.profile_p2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/mv_top_slide01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.profile_p2.testimonial-001 {
  background-image: url('../images/Portrait015.jpeg');
  background-position: 50% 40%;
}

.profile_p2.testimonial-002 {
  background-image: url('../images/Portrait012.jpeg');
  background-position: 50% 20%;
}

.profile_p2.testimonial-003 {
  background-image: url('../images/main02-2.jpg');
  background-position: 50% 10%;
}

.profile_p2.testimonial-004 {
  background-image: url('../images/Portrait007.jpeg');
}

.profile_p2.testimonial-005 {
  background-image: url('../images/Portrait020.jpeg');
  background-position: 50% 65%;
}

.profile_p3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/1593387211_3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.profile_p3.testimonial-001 {
  background-image: url('../images/Portrait015.jpeg');
  background-position: 50% 40%;
}

.profile_p3.testimonial-002 {
  background-image: url('../images/Portrait012.jpeg');
  background-position: 50% 20%;
}

.profile_p3.testimonial-003 {
  background-image: url('../images/main02-2.jpg');
  background-position: 50% 10%;
}

.profile_p3.testimonial-004 {
  background-image: url('../images/Portrait007.jpeg');
}

.profile_p3.testimonial-005 {
  background-image: url('../images/Portrait020.jpeg');
  background-position: 50% 65%;
}

.subtitle-deign {
  position: relative;
  z-index: 10;
  font-family: Inter, sans-serif;
  color: #090b19;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.subtitle-deign.small {
  font-size: 12px;
}

.subtitle-deign.white {
  color: #fff;
  text-align: center;
}

.subtitle-deign.quote-credit {
  margin-left: -1px;
  padding-left: 18px;
  border-left: 2px solid #090b19;
}

.subtitle-deign.grey {
  color: #6e7488;
}

.subtitle-work {
  position: relative;
  z-index: 10;
  font-family: Inter, sans-serif;
  color: #090b19;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.subtitle-work.small {
  font-size: 12px;
}

.subtitle-work.white {
  color: #fff;
  text-align: left;
}

.subtitle-work.quote-credit {
  margin-left: -1px;
  padding-left: 18px;
  border-left: 2px solid #090b19;
}

.subtitle-work.grey {
  color: #6e7488;
}

.contact_bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/0129B-scaled.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.contact_bg.team-background {
  background-image: url('../images/Team004.jpeg');
  background-position: 50% 0%;
}

.contact_bg.projects-background {
  background-image: url('../images/Space008.jpeg');
  background-position: 50% 40%;
}

.contact_bg.services-background {
  background-image: url('../images/Space007.jpeg');
}

.contact_bg.contact-background {
  background-image: url('../images/Space025.jpeg');
}

.contact_bg.news-background {
  background-image: url('../images/Space006.jpeg');
}

.contact_bg._404-background {
  background-image: url('../images/Space012.jpeg');
}

.contact_bg.password-background {
  background-image: url('../images/Space007.jpeg');
}

.contact_bg.search-background {
  background-image: url('../images/Space002.jpeg');
}

.design_bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/0129B-scaled.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.design_bg.team-background {
  background-image: url('../images/Team004.jpeg');
  background-position: 50% 0%;
}

.design_bg.projects-background {
  background-image: url('../images/Space008.jpeg');
  background-position: 50% 40%;
}

.design_bg.services-background {
  background-image: url('../images/Space007.jpeg');
}

.design_bg.contact-background {
  background-image: url('../images/0129B-scaled.jpg');
}

.design_bg.news-background {
  background-image: url('../images/Space006.jpeg');
}

.design_bg._404-background {
  background-image: url('../images/Space012.jpeg');
}

.design_bg.password-background {
  background-image: url('../images/Space007.jpeg');
}

.design_bg.search-background {
  background-image: url('../images/Space002.jpeg');
}

@media screen and (min-width: 1280px) {
  .card-hover-item {
    padding: 0px;
  }

  .dual-wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .newsletter-form-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .newsletter-intro {
    padding: 80px 48px;
  }

  .sticky-section {
    width: 100%;
  }

  .tab-link-tab-1.w--current {
    background-color: #f3f6fc;
  }

  .tab-link-tab-2 {
    background-color: transparent;
  }

  .tab-link-tab-3 {
    background-color: transparent;
  }

  .button-all-posts {
    display: none;
  }

  .job_grid {
    grid-template-areas: ".";
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .all_projects {
    grid-template-areas: ".";
    -ms-grid-columns: 0.7fr 1fr 1fr 0.7fr;
    grid-template-columns: 0.7fr 1fr 1fr 0.7fr;
  }

  .tabs-content {
    top: 20px;
  }

  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-bottom: 1px solid #f3f6fc;
  }

  .tab_menu {
    font-size: 16px;
    font-weight: 400;
  }

  .latest_job_grid {
    grid-template-areas: ".";
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .tabs-menu-projects {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-bottom: 1px solid #f3f6fc;
  }
}

@media screen and (min-width: 1440px) {
  .credits-wrapper {
    grid-column-gap: 80px;
  }

  .dual-wrapper {
    -ms-grid-columns: 0.9fr 1fr;
    grid-template-columns: 0.9fr 1fr;
  }

  .hero-feature-card {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .services-card {
    padding: 48px;
  }
}

@media screen and (min-width: 1920px) {
  .wrapper {
    width: 1400px;
  }

  .menu-list-item.white.small {
    padding-top: 24px;
  }

  .hero-feature-card {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 48px;
  }

  .section-all-projects.no-top-padding {
    padding-right: 0px;
    padding-left: 0px;
  }

  .tabs {
    max-width: 1400px;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.video-section {
    padding-top: 180px;
    padding-bottom: 120px;
  }

  .nav-link {
    padding: 20px 12px;
    font-size: 12px;
    text-decoration: none;
  }

  .nav-link.w--current {
    color: #090b19;
  }

  .left-navbar {
    width: 100%;
  }

  .nav-menu {
    display: none;
  }

  .pin-stripe.hide-tablet {
    display: none;
  }

  .hero-content-wrapper {
    max-width: none;
  }

  .xxl-heading {
    font-size: 64px;
  }

  .banner-content {
    min-height: 325px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .body-display.dark {
    color: #090b19;
  }

  .project-item {
    max-height: 550px;
    min-height: 375px;
  }

  .testimonial-arrow {
    top: 25%;
    bottom: auto;
    height: 25%;
  }

  .testimonial-content {
    grid-auto-flow: row;
    grid-auto-rows: auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .testimonial-column {
    min-height: 400px;
    padding: 48px 24px;
  }

  .testimonial-column.testimonial-description {
    min-height: auto;
  }

  .testimonial-column.testimonial-image {
    min-height: 450px;
  }

  .page-info-ribbon {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .tripple-grid {
    grid-row-gap: 36px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .services-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .dual-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .project-categories-wrapper {
    margin-top: 0px;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .large-menu-wrapper {
    padding-top: 75px;
    padding-bottom: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .project-collection-item:nth-child(odd) {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .projects-search-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .search-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .mega-category-list {
    display: none;
  }

  .mega-menu {
    display: none;
  }

  .collection-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .team-collection-item:nth-child(odd) {
    margin-top: 0px;
  }

  .team-collection-item:nth-child(even) {
    margin-top: 60%;
    margin-bottom: -40%;
  }

  .post-list-item {
    height: auto;
    font-size: 16px;
  }

  .post-list-item.category-list-item {
    min-height: 60px;
    padding-right: 24px;
    padding-left: 24px;
    font-size: 16px;
  }

  .inner-page-hero-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .sticky-services-menu {
    position: relative;
    top: 0px;
  }

  .sticky-services-menu.extra-top-margin {
    top: 0px;
  }

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

  .rich-text h4 {
    font-size: 18px;
  }

  .rich-text h3 {
    font-size: 22px;
  }

  .right-grid-intro {
    padding-left: 0px;
  }

  .hero-bottom-feature {
    width: 50%;
  }

  .footer-wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: minmax(44px, auto) minmax(106px, auto) minmax(106px, auto) minmax(36px, auto);
    grid-template-rows: minmax(44px, auto) minmax(106px, auto) minmax(106px, auto) minmax(36px, auto);
  }

  .featured-project-details {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .gallery-items-wrapper {
    padding-top: 160px;
  }

  .fly-out-button {
    width: 50%;
    max-width: 50%;
  }

  .fly-out-button.on-click {
    width: 66.66%;
    max-width: 66.66%;
  }

  .project-description-wrapper {
    grid-row-gap: 48px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .project-description {
    padding: 36px 24px;
  }

  .project-features {
    padding-top: 0px;
  }

  .news-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .news-list-item:nth-child(even) {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .pagination {
    padding-top: 36px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .large-search-wrapper {
    width: 100%;
  }

  .services-wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .about-quote {
    height: auto;
    max-height: none;
    min-height: auto;
    padding-top: 0%;
  }

  .project-gallery-image-wrapper {
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
  }

  .project-schowcae-title {
    height: auto;
    margin-bottom: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .tablet-mobile-menu {
    display: none;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #e2e7f1;
  }

  .dropdown.top {
    display: none;
    border-top: 1px solid #e2e7f1;
  }

  .dropdown-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    padding: 20px 24px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tablet-mobile-nav-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
  }

  .dropdown-list {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    overflow: hidden;
    background-color: #fff;
  }

  .image-cover-wrapper {
    width: 50%;
  }

  .dropdown-lottie {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 18px;
    margin-left: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .page-info {
    overflow: auto;
  }

  .background-banner.newsletter-banner {
    background-position: 50% 0%;
  }

  .newsletter-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .services-card {
    padding: 36px 24px;
  }

  .banner-categories {
    padding-top: 0px;
  }

  .minimal-card {
    padding: 24px;
  }

  .footer-section {
    padding-top: 100px;
  }

  .template-card {
    padding: 24px;
  }

  .project-item-1 {
    max-height: 550px;
    min-height: 375px;
    margin-top: 0px;
  }

  .project-item-3 {
    max-height: 550px;
    min-height: 375px;
  }

  .section-news {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-news.video-section {
    padding-top: 180px;
    padding-bottom: 120px;
  }

  .section-what {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-what.video-section {
    padding-top: 180px;
    padding-bottom: 120px;
  }

  .section-we-do {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-we-do.video-section {
    padding-top: 180px;
    padding-bottom: 120px;
  }

  .section-project {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-project.video-section {
    padding-top: 180px;
    padding-bottom: 120px;
  }

  .section-comparison {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-comparison.video-section {
    padding-top: 180px;
    padding-bottom: 120px;
  }

  .section-team {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-team.video-section {
    padding-top: 180px;
    padding-bottom: 120px;
  }

  .section-contact {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-contact.video-section {
    padding-top: 180px;
    padding-bottom: 120px;
  }

  .team1 {
    max-height: 550px;
    min-height: 375px;
  }

  .team2 {
    max-height: 550px;
    min-height: 375px;
    margin-top: 60px;
  }

  .team3 {
    max-height: 550px;
    min-height: 375px;
    margin-top: 60px;
  }

  .project-item-4 {
    max-height: 550px;
    min-height: 375px;
    margin-top: 60px;
  }

  .project-item-5 {
    max-height: 550px;
    min-height: 375px;
    margin-top: 0px;
  }

  .project-item-2 {
    max-height: 550px;
    min-height: 375px;
  }

  .project-item-6 {
    max-height: 550px;
    min-height: 375px;
  }

  .team1_img {
    background-position: 50% 0%;
    background-size: cover;
  }

  .section-profile {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-profile.video-section {
    padding-top: 180px;
    padding-bottom: 120px;
  }

  .showcase1 {
    max-height: 550px;
    min-height: 375px;
  }

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

  .service_item {
    max-height: 550px;
    min-height: 375px;
  }

  .banner-service {
    min-height: 325px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .all-project-item1 {
    max-height: 550px;
    min-height: 375px;
  }

  .section-all-projects {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-all-projects.video-section {
    padding-top: 180px;
    padding-bottom: 120px;
  }

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

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

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

  .latest_job_grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .all-project-item2 {
    max-height: 550px;
    min-height: 375px;
  }

  .all-project-item3 {
    max-height: 550px;
    min-height: 375px;
  }

  .all-project-item4 {
    max-height: 550px;
    min-height: 375px;
  }

  .all-project-item5 {
    max-height: 550px;
    min-height: 375px;
  }

  .all-project-item6 {
    max-height: 550px;
    min-height: 375px;
  }

  .showcase2 {
    max-height: 550px;
    min-height: 375px;
  }

  .showcase3 {
    max-height: 550px;
    min-height: 375px;
  }

  .showcase4 {
    max-height: 550px;
    min-height: 375px;
  }

  .showcase5 {
    max-height: 550px;
    min-height: 375px;
  }

  .showcase6 {
    max-height: 550px;
    min-height: 375px;
  }

  .showcase7 {
    max-height: 550px;
    min-height: 375px;
  }

  .showcase8 {
    max-height: 550px;
    min-height: 375px;
  }

  .nav_team {
    color: #6e7488;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
  }

  blockquote {
    padding-right: 12px;
    padding-left: 18px;
  }

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

  .wrapper.navbar-wrapper {
    border-style: none;
    border-color: #000;
  }

  .nav-link {
    padding-right: 18px;
    padding-left: 18px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid #f3f6fc;
  }

  .nav-link.bottom {
    border-bottom-style: none;
  }

  .left-navbar {
    width: 100%;
    min-width: auto;
    padding-left: 0px;
    border-style: none solid solid;
  }

  .menu-wrapper {
    display: none;
  }

  .brand {
    padding-left: 18px;
  }

  .pin-stripe.hide-horizontal-mobile {
    display: none;
  }

  .xxl-heading {
    font-size: 54px;
  }

  .project-item {
    width: 100%;
    height: auto;
  }

  .testimonial-arrow {
    top: 0%;
    width: 50%;
    height: 60px;
    border-top: 1px solid hsla(0, 0%, 100%, 0.1);
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.12);
  }

  .testimonial-arrow.right-arrow {
    left: auto;
    right: 0px;
    border-right-style: none;
  }

  .testimonial-content {
    padding-top: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }

  .testimonial-column {
    min-height: auto;
  }

  .testimonial-column.testimonial-description {
    border-top: 1px solid hsla(0, 0%, 100%, 0.12);
  }

  .testimonial-column.testimonial-image {
    min-height: 400px;
  }

  .rotate-text.no-rotate-on-mobile {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .credits-wrapper {
    padding: 36px;
    grid-column-gap: 24px;
  }

  .tripple-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .services-grid.two-column {
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .services-grid.top-border {
    grid-row-gap: 0px;
  }

  .hover-link-wrapper {
    display: none;
  }

  .hover-link-wrapper.video-link-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .hover-link-wrapper.project-view-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .large-menu-wrapper {
    -ms-grid-rows: 65px auto;
    grid-template-rows: 65px auto;
  }

  .collection-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .project-collection-item:nth-child(odd) {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .project-categories {
    margin-top: 0px;
  }

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

  .projects-search-wrapper {
    height: 65px;
  }

  .search-wrapper {
    display: none;
  }

  .collection-list {
    grid-row-gap: 36px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .collection-list.two-columns {
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .team-collection-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 500px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .team-collection-item:nth-child(even) {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .team-collection-item.two-column-item:nth-child(even) {
    margin-top: 0%;
    margin-bottom: 0%;
  }

  .featured-news-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .collection-list-item:nth-child(even) {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .inner-page-hero-wrapper {
    grid-row-gap: 60px;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

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

  .navigation-links {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .banner-items {
    height: 80px;
  }

  .banner-items.project-categories {
    padding-top: 0px;
  }

  .banner-items.template-credit {
    height: 100px;
  }

  .menu-list-item {
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
  }

  .menu-list-item.discovery-item {
    padding-right: 18px;
    padding-left: 18px;
  }

  .mega-social-wrapper {
    padding-right: 18px;
    padding-left: 18px;
  }

  .right-grid-intro {
    margin-bottom: 24px;
  }

  .post-card-info {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .grid-wrapper {
    grid-row-gap: 120px;
  }

  .grid-wrapper.two-row {
    grid-row-gap: 60px;
  }

  .hero-bottom-feature {
    width: 100%;
  }

  .hero-feature-card {
    padding: 24px;
  }

  .footer-wrapper {
    grid-auto-rows: minmax(36px, auto);
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .project-detail-items {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .gallery-items-wrapper {
    padding-top: 140px;
  }

  .fly-out-button {
    width: 66.66%;
    max-width: 66.66%;
    -ms-grid-columns: 60px 1fr;
    grid-template-columns: 60px 1fr;
  }

  .fly-out-button.on-click {
    width: 100%;
    max-width: 100%;
  }

  .project-description {
    grid-row-gap: 36px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .general-collection-wrapper {
    padding-top: 36px;
  }

  .news-list {
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .news-list-item:nth-child(even) {
    margin-top: 0px;
    margin-bottom: 0px;
  }

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

  .results-help-wrapper {
    padding-top: 36px;
    padding-bottom: 36px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .list-item-arrow {
    width: 14px;
    min-width: 14px;
  }

  .gallery-heading {
    padding-left: 18px;
  }

  .field-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .services-wrapper {
    padding-top: 36px;
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .service-examples-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .services-info {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .mission-description {
    height: auto;
    max-height: none;
    min-height: auto;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .about-quote {
    padding-bottom: 24px;
    padding-left: 0px;
  }

  .project-gallery-image-wrapper {
    grid-row-gap: 36px;
  }

  .project-gallery-image:nth-child(odd) {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .project-schowcae-title {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .dropdown-toggle {
    min-height: 60px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .category-collection-item {
    border-bottom: 1px solid #e2e7f1;
  }

  .category-collection-item:nth-child(odd) {
    border-right: 1px solid #e2e7f1;
  }

  .image-cover-wrapper {
    width: 100%;
  }

  .page-info {
    height: auto;
  }

  .background-banner.newsletter-banner {
    background-position: 50% 0%;
  }

  .dark-cover {
    background-color: transparent;
  }

  .newsletter-form-wrapper {
    padding-top: 36px;
    padding-bottom: 48px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .newsletter-intro {
    padding: 36px 24px;
  }

  .form-column.right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sticky-section {
    position: relative;
    top: 0px;
    height: auto;
    margin-bottom: 0px;
  }

  .page-hero {
    min-height: 550px;
  }

  ._404-hero {
    min-height: 450px;
  }

  .service-description {
    padding-right: 0px;
  }

  .category-link {
    min-height: 80px;
  }

  .anchor-link {
    min-height: 80px;
    border-bottom: 1px solid #e2e7f1;
  }

  .anchor-link.bottom {
    border-bottom-style: none;
  }

  .banner-items-wrapper {
    height: 80px;
  }

  .footer-section {
    padding-bottom: 72px;
  }

  .template-card {
    border-bottom-style: solid;
  }

  .project-item-1 {
    width: 100%;
    height: auto;
  }

  .project-item-3 {
    width: 100%;
    height: auto;
  }

  .section-news {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-what {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-we-do {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-project {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-comparison {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-team {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .team1 {
    width: 100%;
    height: auto;
  }

  .team2 {
    width: 100%;
    height: auto;
  }

  .team3 {
    width: 100%;
    height: auto;
  }

  .project-item-4 {
    width: 100%;
    height: auto;
    margin-top: 60px;
    margin-bottom: 0px;
  }

  .project-item-5 {
    width: 100%;
    height: auto;
    margin-top: 60px;
  }

  .project-item-2 {
    width: 100%;
    height: auto;
  }

  .project-item-6 {
    width: 100%;
    height: auto;
  }

  .section-profile {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .showcase1 {
    width: 100%;
    height: auto;
  }

  .service_list {
    grid-row-gap: 36px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .service_list.two-columns {
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .service_item {
    width: 100%;
    height: auto;
  }

  .wrapper-do-it.navbar-wrapper {
    border-style: none;
    border-color: #000;
  }

  .all-project-item1 {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  .section-all-projects {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .job_grid {
    margin-top: 0px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .behind_list {
    grid-row-gap: 36px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .behind_list.two-columns {
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .all_projects {
    display: block;
    margin-top: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .latest_job_grid {
    margin-top: 0px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .all-project-item2 {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  .all-project-item3 {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  .all-project-item4 {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  .all-project-item5 {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  .all-project-item6 {
    width: 100%;
    height: auto;
  }

  .showcase2 {
    width: 100%;
    height: auto;
  }

  .showcase3 {
    width: 100%;
    height: auto;
  }

  .showcase4 {
    width: 100%;
    height: auto;
  }

  .showcase5 {
    width: 100%;
    height: auto;
  }

  .showcase6 {
    width: 100%;
    height: auto;
  }

  .showcase7 {
    width: 100%;
    height: auto;
  }

  .showcase8 {
    width: 100%;
    height: auto;
  }

  .subtitle-work.white {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 28px;
  }

  blockquote {
    padding-right: 0px;
    padding-left: 18px;
    font-size: 16px;
  }

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

  .section.video-section {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .navbar {
    height: 65px;
  }

  .brand {
    padding-left: 18px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .xxl-heading {
    font-size: 48px;
  }

  .banner-content {
    min-height: auto;
    padding: 48px 12px;
  }

  .banner-intro {
    grid-row-gap: 24px;
  }

  .large-heading {
    font-size: 36px;
  }

  .horizontal-line {
    width: 100%;
    min-height: 1px;
    margin-top: 0px;
    margin-left: 6px;
  }

  .horizontal-line.white {
    margin-top: 0px;
  }

  .testimonial-arrow {
    font-size: 12px;
  }

  .testimonial-column.testimonial-description {
    padding-top: 36px;
    border-top-style: none;
  }

  .testimonial-column.testimonial-image {
    width: 100%;
    min-height: 350px;
  }

  .testimonial-column.testimonial-name {
    z-index: 1;
    padding-top: 24px;
    padding-bottom: 24px;
    border-top: 1px none hsla(0, 0%, 100%, 0.12);
    border-bottom: 1px none hsla(0, 0%, 100%, 0.12);
    background-color: rgba(9, 11, 25, 0.35);
  }

  .stacked-description {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .credits-wrapper {
    padding-right: 24px;
    padding-left: 24px;
    grid-auto-flow: row;
    grid-column-gap: 12px;
    grid-row-gap: 18px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .icon {
    margin-bottom: 36px;
  }

  .tripple-grid {
    width: 100%;
    margin-bottom: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .tripple-grid.no-margin {
    grid-row-gap: 36px;
  }

  .logos-headline {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .video-info {
    padding-left: 0px;
    grid-row-gap: 48px;
  }

  .project-categories-wrapper {
    position: relative;
  }

  .large-menu-wrapper {
    padding-top: 65px;
  }

  .collection-grid {
    display: block;
  }

  .project-card-info {
    padding: 18px 12px;
  }

  .categories-grid {
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .category-collection-list-wrapper {
    overflow: hidden;
  }

  .collection-list {
    grid-row-gap: 24px;
  }

  .team-collection-item {
    min-height: 350px;
  }

  .featured-news-list {
    width: 100%;
  }

  .post-list-item.category-list-item {
    height: auto;
  }

  .inner-page-hero-wrapper {
    grid-row-gap: 60px;
  }

  .banner-items.template-credit {
    height: 80px;
  }

  .menu-list-item {
    padding-right: 18px;
    padding-left: 18px;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
  }

  .menu-list-item.white {
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
  }

  .menu-list-item.discovery-item {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .service-menu-list {
    grid-auto-rows: 1fr;
  }

  .list-heading-wrapper {
    width: 100%;
    padding-left: 18px;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
  }

  .team-portrait-wrapper {
    min-height: 400px;
  }

  .rich-text h2 {
    font-size: 26px;
  }

  .right-grid-intro {
    margin-bottom: 12px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .post-card-description {
    padding: 24px;
  }

  .mega-menu-list-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-auto-rows: auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .grid-wrapper {
    grid-row-gap: 100px;
  }

  .grid-wrapper.two-row {
    grid-row-gap: 36px;
  }

  .hero-bottom-feature {
    width: 100%;
  }

  .featured-project-column {
    font-size: 9px;
  }

  .hero-feature-card {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .project-detail-item {
    padding: 36px 18px;
  }

  .project-detail-item.middle-item {
    border-left-style: solid;
  }

  .project-detail-items {
    overflow: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .featured-project-details {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .gallery-items-wrapper {
    padding-top: 140px;
  }

  .fly-out-button {
    width: 100%;
    max-width: 100%;
  }

  .project-description {
    padding-right: 18px;
    padding-left: 18px;
    grid-row-gap: 24px;
  }

  .general-collection-wrapper {
    padding-top: 0px;
  }

  .search-result-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .search-result-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .search-results-link {
    padding: 36px 18px;
  }

  .search-result-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .results-help-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .author-post-item {
    padding-right: 18px;
    padding-left: 18px;
  }

  .author-card {
    padding-left: 0px;
    grid-row-gap: 24px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    text-align: center;
  }

  .service-examples-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dropdown-toggle {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .dropdown-list {
    height: auto;
  }

  .category-collection-item:nth-child(odd) {
    border-right-style: none;
  }

  .category-collection-item:last-child {
    border-bottom: 1px none #000;
  }

  .client-quote-credit {
    margin-left: 0px;
    padding-left: 18px;
  }

  .background-banner.newsletter-banner {
    background-position: 50% 0%;
  }

  .radio-item {
    padding-left: 18px;
  }

  .page-hero {
    min-height: 450px;
    padding-top: 89px;
  }

  .projects-hero {
    padding-top: 89px;
  }

  .password-hero {
    min-height: 93vh;
  }

  .service-description {
    padding-right: 0px;
  }

  .category-link {
    min-height: 60px;
  }

  .services-card {
    padding: 36px 18px;
  }

  .minimal-card {
    padding: 24px;
  }

  .anchor-link {
    min-height: 60px;
  }

  .home-hero {
    min-height: 93vh;
    padding-top: 89px;
  }

  .footer-section {
    padding-top: 80px;
  }

  .div-block {
    width: 100%;
  }

  .project-item-3 {
    margin-bottom: 60px;
  }

  .section-news {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-news.video-section {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .section-what {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-what.video-section {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .section-we-do {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-we-do.video-section {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .section-project {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-project.video-section {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .section-comparison {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-comparison.video-section {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .section-team {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-team.video-section {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .section-contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-contact.video-section {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .project-item-4 {
    margin-top: 0px;
  }

  .project-item-5 {
    margin-bottom: 60px;
  }

  .project-item-6 {
    margin-top: 0px;
  }

  .section-profile {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-profile.video-section {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .showcase1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .behind {
    font-size: 36px;
  }

  .service_list {
    grid-row-gap: 24px;
  }

  .banner-service {
    min-height: auto;
    padding: 48px 12px;
  }

  .behind-design {
    width: 100%;
    font-size: 36px;
  }

  .section-all-projects {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-all-projects.video-section {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .job_grid {
    display: block;
  }

  .behind_list {
    grid-row-gap: 24px;
  }

  .all_projects {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .latest_job_grid {
    display: block;
  }

  .showcase2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .showcase3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .showcase4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .showcase5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .showcase6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .showcase7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .showcase8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#w-node-dd002ff0-1786-f7aa-b0cb-21b79ffd8f18-c0f986e5 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_8e07c8f2-059d-6f6d-2fac-5813639df6f0-c0f986e5 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-d71299dc-e2cf-e714-cc8e-cbf4e6f5ae15-c0f986e5 {
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_991b9d86-d746-6bac-12b8-a27bc65d39a9-c0f986e5 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-c3dc174b-78b2-9eb5-4dbe-d315274a7469-c0f986e5 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-b128c289-fbf9-8a15-41a5-2bcdbae8da0b-c0f986e5 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-_4063be45-b8b3-9a31-cad9-bfe36485df5b-c0f986e5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-d75a5be9-120d-a9cc-09fb-cefd7dff224e-c0f986e5 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-be149a0b-6298-faa0-2b2f-e4e9152cb286-c0f986e5 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_70edc27a-5d85-b4b7-cc4a-a4055e230b7f-c0f986e5 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_2c166831-ff40-1038-d787-417af5310d04-c0f986e5 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-efc61f06-607b-bf57-ea55-bee58a41b5b7-c0f986e5 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_5d6050a9-fcb2-2174-3c1a-9eb9dfdb61ee-c0f986e5 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-f6632402-b287-68dd-7f7e-f3543ba7e0a9-c0f986e5 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-f6632402-b287-68dd-7f7e-f3543ba7e0b6-c0f986e5 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-ff2c8aea-bd27-b194-7d39-14697a918612-c0f986e5 {
  -ms-grid-column-span: 2;
  grid-column-end: 5;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-ff2c8aea-bd27-b194-7d39-14697a918617-c0f986e5 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-ff2c8aea-bd27-b194-7d39-14697a918624-c0f986e5 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_823e10a8-1e7a-ece4-2610-bbc5926b896d-c0f986e5 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_823e10a8-1e7a-ece4-2610-bbc5926b8972-c0f986e5 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_823e10a8-1e7a-ece4-2610-bbc5926b897f-c0f986e5 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_0bbccb88-683f-f1b8-b24c-17a4ced5fb38-c0f986e5 {
  -ms-grid-column-span: 0;
  grid-column-end: 3;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_0bbccb88-683f-f1b8-b24c-17a4ced5fb3d-c0f986e5 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_0bbccb88-683f-f1b8-b24c-17a4ced5fb4a-c0f986e5 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-ee405dfd-4403-209c-6de2-af22a08cce17-c0f986e5 {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-ee405dfd-4403-209c-6de2-af22a08cce1c-c0f986e5 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-ee405dfd-4403-209c-6de2-af22a08cce29-c0f986e5 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-c27b363e-e641-8c08-06d3-18a7d9643386-c0f986e5 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_66927e21-ee65-d8e1-cc31-2e0bbfb2a5cd-c0f986e5 {
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_990b7f6f-cf54-17fa-e0a6-c8d9ae6da3cb-c0f986e5 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_3e8f31ed-6771-e859-636c-b476dcab981b-c0f986e5 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_747ab98d-2da9-b9b9-65c3-eaa5259f2fe9-c0f986e5 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_0f453a3e-66f8-fb3d-0e56-c1cfd80a8551-c0f986e5 {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-d56ca079-049b-55b7-0bb4-65c2201bf821-c0f986e5 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-a2f09074-2040-5038-c74e-4369d77c8861-c0f986e5 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_4f60ef0f-3908-f7a3-dbd4-1c535b280b81-c0f986e5 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_8f986286-6be5-7fda-4809-b0f5bd56244c-c0f986e5 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_4aa1e293-2ce7-c7b6-5938-b5dfd439db55-c0f986e5 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_34f40958-909d-c930-a6c7-43d6f1cd5fa5-c0f986e5 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-a079fa17-2c31-1eb2-e4dc-07e87119cbe5-c0f986e5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b5988bf2-3326-9c1b-824a-702335f4fa13-c0f986e5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_58eea6fd-5c54-31b0-d2b5-582de1784820-c0f986e5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_13eda3c6-ec23-bfce-0697-bd30bd998b4f-c0f986e5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_324f8d43-7613-9176-34cf-034f054738d4-c0f986e5 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_324f8d43-7613-9176-34cf-034f054738e1-c0f986e5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_324f8d43-7613-9176-34cf-034f054738e3-c0f986e5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_324f8d43-7613-9176-34cf-034f054738e5-c0f986e5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_324f8d43-7613-9176-34cf-034f054738e7-c0f986e5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ef8c7879-0685-9de1-5725-d61b4658769d-c0f986e5 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-ef8c7879-0685-9de1-5725-d61b465876aa-c0f986e5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ef8c7879-0685-9de1-5725-d61b465876ac-c0f986e5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ef8c7879-0685-9de1-5725-d61b465876ae-c0f986e5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ef8c7879-0685-9de1-5725-d61b465876b0-c0f986e5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f0c63057-7c7c-2a90-b49b-0a201e7e42b3-c0f986e5 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_86d8087c-f402-31b5-d612-f055e8856137-c0f986e5 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_9e302ef9-a044-afc5-3392-3585167ef4fb-c0f986e5 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-c401ca72-aae4-9c20-edba-400cc2545a1a-c0f986e5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_158353d8-f5c3-bf30-52a2-714256d40766-c0f986e5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-fa1f8cec-23d9-cc72-cc5a-6169aabb1732-c0f986e5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-fa1f8cec-23d9-cc72-cc5a-6169aabb1733-c0f986e5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_9fb60b98-6b85-1cf8-84f5-4c9583a249af-c0f986e5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_9fb60b98-6b85-1cf8-84f5-4c9583a249b0-c0f986e5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_91bc64b8-353b-a94a-b0a2-353d8cfc61b5-c0f986e5 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_16d65def-c5d5-fd1d-5298-95653be6a9a3-c0f986e5 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#radio.w-node-_93871b0e-b4be-09b5-05fe-cb47e8639aea-c0f986e5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_93871b0e-b4be-09b5-05fe-cb47e8639aeb-c0f986e5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#radio-4.w-node-af714f2c-c722-46c7-fb15-8967bc04065b-c0f986e5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-af714f2c-c722-46c7-fb15-8967bc04065c-c0f986e5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-bd4c12fa-0d2a-1a7a-7e67-7e82535f682e-c0f986e5 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#radio-5.w-node-bd4c12fa-0d2a-1a7a-7e67-7e82535f682f-c0f986e5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-bd4c12fa-0d2a-1a7a-7e67-7e82535f6830-c0f986e5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_91bc64b8-353b-a94a-b0a2-353d8cfc61b7-c0f986e5 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_91bc64b8-353b-a94a-b0a2-353d8cfc61ba-c0f986e5 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#email.w-node-_91bc64b8-353b-a94a-b0a2-353d8cfc61bc-c0f986e5 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_91bc64b8-353b-a94a-b0a2-353d8cfc61bd-c0f986e5 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_686199a2-7e08-8c35-0bc2-9fc0b2c1f7c2-c0f986e5 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-bffc60b2-ad33-2b9a-4184-6b56bb9d8cc8-c0f986e5 {
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_1aa5acca-7f49-679e-50b8-388c32a77251-c0f986e5 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_1aa5acca-7f49-679e-50b8-388c32a77258-c0f986e5 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_1aa5acca-7f49-679e-50b8-388c32a7725d-c0f986e5 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_1aa5acca-7f49-679e-50b8-388c32a7725f-c0f986e5 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_1aa5acca-7f49-679e-50b8-388c32a77269-c0f986e5 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1aa5acca-7f49-679e-50b8-388c32a7726e-c0f986e5 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_1aa5acca-7f49-679e-50b8-388c32a7727d-c0f986e5 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b920-c426b91d {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b923-c426b91d {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 3;
  grid-row-end: 6;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b929-c426b91d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_9528b6cc-5881-ac46-ac4f-f9567a600aa3-c426b91d {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b92d-c426b91d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3ba5fc0d-00d1-0032-83ee-52ea90be55fb-c426b91d {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b931-c426b91d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-d7478ca7-7861-03a0-e2af-d807b17707c6-c426b91d {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b935-c426b91d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_7efe9b07-839d-97d2-24ef-14c8a804e1f9-c426b91d {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b937-c426b91d {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 3;
  grid-row-end: 5;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b93c-c426b91d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-eaf30d13-d8b4-446b-d7d2-d527e95fa99a-c426b91d {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b93f-c426b91d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_6e84a20c-5fdf-34ef-f5da-11af0219cea5-c426b91d {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b942-c426b91d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_800e5816-2ed2-cae5-269d-04a046bc20b0-c426b91d {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b948-c426b91d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-f9bea813-e527-c7ca-8e20-11a3cd4098db-c426b91d {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b94a-c426b91d {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-c6a86f47-145d-b8c8-1c44-2b43c426b94f-c426b91d {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_17c43587-c790-b4d8-1466-5f40336b9d5b-336b9d43 {
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_17c43587-c790-b4d8-1466-5f40336b9d5d-336b9d43 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_16738520-6de8-1fcc-6cbc-d48e45d42b91-336b9d43 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_16738520-6de8-1fcc-6cbc-d48e45d42b93-336b9d43 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f4f0ce64-1f82-9e16-20fb-882e6946b843-336b9d43 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_17c43587-c790-b4d8-1466-5f40336b9d61-336b9d43 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_17c43587-c790-b4d8-1466-5f40336b9d63-336b9d43 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-aea9f59c-b439-2797-db5e-6ba2ebbcded2-336b9d43 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-e16c4357-004d-8209-e100-36bb04545bd4-336b9d43 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-e16c4357-004d-8209-e100-36bb04545bd6-336b9d43 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_1e0f0e3b-c735-de45-d3e2-0c9fcf80a649-336b9d43 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-f6a0a796-4f1d-5758-490b-395b2a23adce-336b9d43 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-be6e1212-c8c8-b564-9d2f-b92422ca9045-336b9d43 {
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_7a338548-6995-26a0-d4df-2c2b4c59a395-4c59a38f {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_4541705a-de97-7f82-8818-9c9145464680-4546467a {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e8411f27-0bc9-1e9f-ead1-b785bda240e5-bda240e0 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-e8411f27-0bc9-1e9f-ead1-b785bda240e6-bda240e0 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-fbfab365-c38f-1be6-6e51-32f69bada7bf-b5f986ed {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-fbfab365-c38f-1be6-6e51-32f69bada7c2-b5f986ed {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-fbfab365-c38f-1be6-6e51-32f69bada7ce-b5f986ed {
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_2f63b0aa-4d8d-1fa1-5a06-4ca21859a81f-b5f986ed {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2f63b0aa-4d8d-1fa1-5a06-4ca21859a803-b5f986ed {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_26839ce7-6d80-da5b-5e89-56d12f47a617-a9f986ee {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_55545b2c-fd2c-f381-a702-fc88f5a9dbe3-a9f986ee {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_55545b2c-fd2c-f381-a702-fc88f5a9dbeb-a9f986ee {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_1754de0f-151f-b1a7-c989-ac3d7d858bf1-a9f986ee {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1754de0f-151f-b1a7-c989-ac3d7d858bd2-a9f986ee {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_820c470e-2642-280b-4e92-cb88549a75a8-fdf986f0 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-fdf986f0 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b82-fdf986f0 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_78588d14-247f-5076-34c1-c503a9ab4918-fdf986f0 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_08abb744-5a25-175e-8602-d4c23b82483b-fdf986f0 {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0afe1988-388e-b5cb-404e-8a553a0bef5a-fdf986f0 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-c1386cff-6b52-7e7b-943b-f01eec93797f-fdf986f0 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c1386cff-6b52-7e7b-943b-f01eec937981-fdf986f0 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5e3db900-a825-6509-a424-cf926f0e51a6-fdf986f0 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#name-3.w-node-_5e3db900-a825-6509-a424-cf926f0e51a8-fdf986f0 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9f611142-c9c4-1dbb-5d72-be5bad231d1e-fdf986f0 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#field.w-node-_9ecb47d5-8f4d-56b8-1721-4ed5246ec8ac-fdf986f0 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c1386cff-6b52-7e7b-943b-f01eec937987-fdf986f0 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_0afe1988-388e-b5cb-404e-8a553a0bef68-fdf986f0 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-e9ec757d-bde5-cfd1-09ea-ee86b7bf3893-fdf986f0 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-e9ec757d-bde5-cfd1-09ea-ee86b7bf3895-fdf986f0 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b5f0f859-f2e3-8e3f-1204-c264ea8fba83-fdf986f0 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b5f0f859-f2e3-8e3f-1204-c264ea8fba85-fdf986f0 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b57d97ad-744c-763d-df42-64a37c179c93-fdf986f0 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b57d97ad-744c-763d-df42-64a37c179c95-fdf986f0 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a200fc41-1c4c-6e7c-a3d0-bdc6ff5584fc-bff986f1 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-a200fc41-1c4c-6e7c-a3d0-bdc6ff5584ff-bff986f1 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-a200fc41-1c4c-6e7c-a3d0-bdc6ff558506-bff986f1 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_428f3cde-bf82-0eb7-3d7d-f3c59b55c12e-bff986f1 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_428f3cde-bf82-0eb7-3d7d-f3c59b55c12f-bff986f1 {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cfaadb50-6f18-f737-dc5b-8a3c4d389036-bff986f1 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-cfaadb50-6f18-f737-dc5b-8a3c4d389036-bff986f1 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-cfaadb50-6f18-f737-dc5b-8a3c4d389040-bff986f1 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cfaadb50-6f18-f737-dc5b-8a3c4d389046-bff986f1 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-cfaadb50-6f18-f737-dc5b-8a3c4d38904c-bff986f1 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-cfaadb50-6f18-f737-dc5b-8a3c4d389051-bff986f1 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_2bb02f1f-0dc8-310a-5b1e-417b53ea67f5-bff986f1 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-bb722a26-f0ba-fa08-b7c8-67a73591fb34-f1f986f2 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-bb722a26-f0ba-fa08-b7c8-67a73591fb37-f1f986f2 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-bb722a26-f0ba-fa08-b7c8-67a73591fb3c-f1f986f2 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_4e5ecd76-5faa-c0fa-2ba9-f682a18ca2e6-f1f986f2 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_124d18ca-1db6-6665-586b-74af69a6943b-f1f986f2 {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3cd246c2-1df7-6c82-278a-cb7de41fe106-f1f986f2 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_3cd246c2-1df7-6c82-278a-cb7de41fe107-f1f986f2 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3cd246c2-1df7-6c82-278a-cb7de41fe114-f1f986f2 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_71d7d42d-61ca-06a9-788b-33b7b02b1dc8-f1f986f2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_72e2dcb8-b47b-e0fd-2af3-2e0f24390bf8-f1f986f2 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6dc7b8bf-dfd3-4025-fcd6-f726c2f032cb-f1f986f2 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3cd246c2-1df7-6c82-278a-cb7de41fe116-f1f986f2 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_259ad0eb-16f4-544b-74e2-a7917233ab8a-f1f986f2 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_851487d2-797d-908d-5867-0f20f9562c11-f1f986f2 {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_5c176a8b-9730-dc1c-c9b1-0ca5febf5530-f1f986f2 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b29b5680-a2a2-7be5-dd1c-591f9d5b251c-f1f986f2 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_8826eb38-3632-ca41-32dc-ab641c7fc984-f1f986f2 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_7128c589-0b6c-1e7b-cd0c-f6e6a998bc46-f1f986f2 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_8826eb38-3632-ca41-32dc-ab641c7fc98c-f1f986f2 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_8826eb38-3632-ca41-32dc-ab641c7fc98e-f1f986f2 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_8826eb38-3632-ca41-32dc-ab641c7fc998-f1f986f2 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8826eb38-3632-ca41-32dc-ab641c7fc99e-f1f986f2 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_2bf53f8e-7528-82b3-54a0-6e63150524f2-f1f986f2 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_397244f1-6d58-8f51-019c-f7e5a2b1e41a-f9270e17 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_849e754c-a02b-b240-b303-2bf5e8a0db81-f9270e17 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5e4-f9270e17 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-c47dbc6c-9b93-d53a-3ac5-94688c374a85-f9270e17 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6ad8919c-2309-2a37-80a2-1e0756464dfe-f9270e17 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_24909537-2aef-fa73-cf08-5d19c7632e15-f9270e17 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5f0-f9270e17 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5f1-f9270e17 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5f3-f9270e17 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-c1267971-e98a-4887-2b61-4f4973f4569f-f9270e17 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-fc177a8e-c247-e188-8355-4c56f9270e1a-f9270e17 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-fc177a8e-c247-e188-8355-4c56f9270e1c-f9270e17 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_33f3ed3b-6ef6-48e9-e36c-11ae30b77e83-5bf986f3 {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-d20c98d0-f73a-cde4-3187-ef91057b5e82-5bf986f3 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-d20c98d0-f73a-cde4-3187-ef91057b5e87-5bf986f3 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-e7c312ca-3267-e1f8-a11b-2d85efa42270-5bf986f3 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-c3a15cc0-7d19-0591-2742-341248fa6606-5bf986f3 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c3a15cc0-7d19-0591-2742-341248fa6607-5bf986f3 {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7ca4e425-eb0d-0a61-bbb4-07c11c1a140e-5bf986f3 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_7ca4e425-eb0d-0a61-bbb4-07c11c1a1419-5bf986f3 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-f176f584-7e9e-672d-84c6-8a1bf32c0f9f-5bf986f3 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-d7f4df13-5316-c505-a444-21863c437f4b-5bf986f3 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-d7f4df13-5316-c505-a444-21863c437f52-5bf986f3 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_7b9c87a0-4164-dfa3-00cc-0a8b81af83f5-5bf986f3 {
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_0b0965f9-12de-b664-5036-c1741e1de7ea-cbf986f4 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_0b0965f9-12de-b664-5036-c1741e1de7f4-cbf986f4 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_08384802-3d40-5ff7-3c81-a3b15502acd2-cbf986f4 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-beaac2f3-5b16-a510-41e2-9e4db7d9b271-cbf986f4 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_0b0965f9-12de-b664-5036-c1741e1de7ed-cbf986f4 {
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0cd159e1-bcc8-7507-1006-17c2720b9531-cbf986f4 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_16ee6cac-97cc-c25f-3bd3-f27e8d74ef9a-cbf986f4 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_3dfaf5a9-9073-e446-da8c-ae54ca5466f3-cbf986f4 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ad3b4215-b22c-3535-ddd7-d56c33b83e53-cbf986f4 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-dffaa0c6-1d6f-fd8a-0160-62334d2f8582-cbf986f4 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_932aec57-c897-daa7-63a7-de070d7de04e-cbf986f4 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-a8a519cb-80ab-b1ff-f982-d02e8b721ff5-cbf986f4 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_3312a967-7824-db9b-5a0b-f5897bb0ee64-cbf986f4 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_578113ae-cd3c-2832-1336-50bf30efb5fa-cbf986f4 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_8949d0f6-b967-d0e2-f764-0874c918d569-cbf986f4 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-bb83b86c-2203-1bed-8b87-6a186f666961-cbf986f4 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-d377f6df-15b3-6d53-73ff-9d8bf661c4c3-cbf986f4 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_0fefcf43-fa35-da3d-c364-bf6edb66f118-cbf986f4 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-a20522e1-25b1-6d52-03f3-0a1b37d7c0fc-cbf986f4 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_62e58f81-af29-b05e-8bc2-dfb4bceff668-cbf986f4 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_62e58f81-af29-b05e-8bc2-dfb4bceff669-cbf986f4 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_01acba91-92e0-3fdc-f04f-81f56b42dc19-cbf986f4 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-dad6e963-3467-85e1-f614-062b4b3512d3-cbf986f4 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6bb29515-476f-5d22-35e3-372161a06df8-cbf986f4 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a94f20b9-c223-a2ac-efa3-99f7ace1ed6e-cbf986f4 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91a2-37f986f5 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91a5-37f986f5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91aa-37f986f5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_34b8dcd5-1955-bf6e-0f89-fcc3d503f83d-37f986f5 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-afe2b333-ad26-1b15-231d-c4e0234c95ad-37f986f5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
}

#w-node-_8a8ab005-0267-4aac-1756-46a4087a0991-37f986f5 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_3513013d-b58c-faee-bb4c-16163ab96450-37f986f5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_403478df-b20b-3648-aa14-7165da8aeb99-37f986f5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a8f5d73b-ace2-f797-46d1-36f3cf6a04a5-37f986f5 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_34791635-0370-d17c-9ba7-5ca44073d480-37f986f5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c04e9192-59b2-bc34-a507-563815198cc5-37f986f5 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6248cf04-180c-c0c9-dbed-f009daac29f1-37f986f5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b6de9297-1ccb-3ab5-e022-83f7a40897da-37f986f5 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb027112-37f986f5 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb027119-37f986f5 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_2dc80932-029a-66a4-f652-532514fa767d-37f986f5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb02712a-37f986f5 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb02712f-37f986f5 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-cbe220f5-2b03-e400-3cd0-b127acf813ef-37f986f5 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cbe220f5-2b03-e400-3cd0-b127acf813f2-37f986f5 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cbe220f5-2b03-e400-3cd0-b127acf813f9-37f986f5 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-f2118063-50cc-b193-61ef-4aa5584f503d-37f986f5 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f2118063-50cc-b193-61ef-4aa5584f5040-37f986f5 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f2118063-50cc-b193-61ef-4aa5584f5047-37f986f5 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb027134-37f986f5 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_27d85b1f-f0aa-61ce-4ff8-425468d298eb-37f986f5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-de232761-f644-f9f0-bd3b-00bfbb02713e-37f986f5 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_2fe933af-b245-b94a-b12a-f1e36f43a78d-37f986f5 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_85c3638e-74c0-5c32-8f25-5a831bb97855-37f986f5 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_7ac26902-9cc2-d5de-9776-f8e33961c3da-37f986f5 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b3205229-c2c3-f431-bb7a-14128002a3f6-95f986f6 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-b3205229-c2c3-f431-bb7a-14128002a3f9-95f986f6 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-b3205229-c2c3-f431-bb7a-14128002a3fa-95f986f6 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-b3205229-c2c3-f431-bb7a-14128002a3fb-95f986f6 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-b3205229-c2c3-f431-bb7a-14128002a3fd-95f986f6 {
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b3205229-c2c3-f431-bb7a-14128002a402-95f986f6 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-b3205229-c2c3-f431-bb7a-14128002a407-95f986f6 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-b3205229-c2c3-f431-bb7a-14128002a408-95f986f6 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b3205229-c2c3-f431-bb7a-14128002a409-95f986f6 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b3205229-c2c3-f431-bb7a-14128002a416-95f986f6 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b3205229-c2c3-f431-bb7a-14128002a41c-95f986f6 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-da4a29e5-ca19-1db0-03d7-ead8e8090871-95f986f6 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e6c5d96b-8abb-74de-e98c-64b733d24ea7-95f986f6 {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f4914fd8-9661-30e6-850c-9d19244344ea-95f986f6 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 7;
  grid-row-end: 9;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_51e59de1-b435-e6c0-8330-88ce3c921551-95f986f6 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_3549fca4-0b88-8373-420e-189838fcdc23-95f986f6 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_300a6bbb-d4bc-5c6d-fff6-7980173ea82b-95f986f6 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-dfe8ed20-f70d-2ea6-9e0f-fc9a91ac517f-95f986f6 {
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#static.w-node-dfe8ed20-f70d-2ea6-9e0f-fc9a91ac518a-95f986f6 {
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-dfe8ed20-f70d-2ea6-9e0f-fc9a91ac518b-95f986f6 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_353ee41b-0568-f449-8721-15e5500de963-95f986f6 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_12102cb7-b253-85df-5ce8-de413b78032d-95f986f6 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 5;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-f6a0648e-4c8a-eb8a-2c95-aead61518236-95f986f6 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 6;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-_34ad238f-d41e-3651-a4af-19a9f66bfd06-95f986f6 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 7;
  -ms-grid-row: 5;
  grid-row-start: 5;
}

#w-node-_903f8a31-5110-7a73-33fa-6ab5862ec27d-95f986f6 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 8;
  -ms-grid-row: 6;
  grid-row-start: 6;
}

#w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14ada-95f986f6 {
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#CMS.w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14ae5-95f986f6 {
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-row: 5;
  grid-row-start: 5;
}

#w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14ae6-95f986f6 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14af3-95f986f6 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14b00-95f986f6 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 5;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14b0d-95f986f6 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 6;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14b1a-95f986f6 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 7;
  -ms-grid-row: 5;
  grid-row-start: 5;
}

#w-node-e3b5db22-8e43-4f70-f4f3-5544dc291662-95f986f6 {
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 8;
  -ms-grid-row: 7;
  grid-row-start: 7;
}

#utility.w-node-e3b5db22-8e43-4f70-f4f3-5544dc29166d-95f986f6 {
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 9;
  -ms-grid-row: 8;
  grid-row-start: 8;
}

#w-node-e3b5db22-8e43-4f70-f4f3-5544dc29166e-95f986f6 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-e3b5db22-8e43-4f70-f4f3-5544dc29167b-95f986f6 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-e3b5db22-8e43-4f70-f4f3-5544dc291688-95f986f6 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 5;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-e2f986f7 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_0b683e9b-74f4-bffd-89ea-d63131dd4bb7-e2f986f7 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_0ba757ee-f71a-5836-cc34-e8f57175bb45-e2f986f7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_68afcda8-3419-398d-0a79-b3461fde7e0e-e2f986f7 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_68afcda8-3419-398d-0a79-b3461fde7e15-e2f986f7 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_68afcda8-3419-398d-0a79-b3461fde7e17-e2f986f7 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7648ca97-0b8b-9225-c8ef-96254027bf0f-e2f986f7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7648ca97-0b8b-9225-c8ef-96254027bf10-e2f986f7 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_7648ca97-0b8b-9225-c8ef-96254027bf17-e2f986f7 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_7648ca97-0b8b-9225-c8ef-96254027bf19-e2f986f7 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9bf74106-4c01-61bf-ba16-7b28b5d3108f-e2f986f7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9bf74106-4c01-61bf-ba16-7b28b5d31090-e2f986f7 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_9bf74106-4c01-61bf-ba16-7b28b5d31097-e2f986f7 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_9bf74106-4c01-61bf-ba16-7b28b5d31099-e2f986f7 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6597bef4-88ce-f379-7c31-dd252ab3ad43-e2f986f7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6597bef4-88ce-f379-7c31-dd252ab3ad44-e2f986f7 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_6597bef4-88ce-f379-7c31-dd252ab3ad4b-e2f986f7 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_6597bef4-88ce-f379-7c31-dd252ab3ad4d-e2f986f7 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_21ec1a9d-cdc5-c49c-5708-6c31503c3ea5-e2f986f7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_21ec1a9d-cdc5-c49c-5708-6c31503c3ea6-e2f986f7 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_21ec1a9d-cdc5-c49c-5708-6c31503c3ead-e2f986f7 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_21ec1a9d-cdc5-c49c-5708-6c31503c3eaf-e2f986f7 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4b47f871-3067-e2aa-e8cb-3b5c85c09516-e2f986f7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4b47f871-3067-e2aa-e8cb-3b5c85c09517-e2f986f7 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_4b47f871-3067-e2aa-e8cb-3b5c85c0951e-e2f986f7 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_4b47f871-3067-e2aa-e8cb-3b5c85c09520-e2f986f7 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-a5f986f8 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-d15422da-e94e-a208-9f30-9461a834d48a-a5f986f8 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-_117b2a10-bb52-f2a4-2889-de1efa1d4ade-a5f986f8 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_117b2a10-bb52-f2a4-2889-de1efa1d4ae3-a5f986f8 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_117b2a10-bb52-f2a4-2889-de1efa1d4af0-a5f986f8 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-d2d0562e-f27c-b96c-9ebd-8f37c6923a36-a5f986f8 {
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-d2d0562e-f27c-b96c-9ebd-8f37c6923a3b-a5f986f8 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-d2d0562e-f27c-b96c-9ebd-8f37c6923a48-a5f986f8 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_689550c2-053b-39da-9e3b-0dfe9327be7d-a5f986f8 {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_689550c2-053b-39da-9e3b-0dfe9327be82-a5f986f8 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_689550c2-053b-39da-9e3b-0dfe9327be8f-a5f986f8 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_4480b051-0c5e-8eb6-4401-e993358203bf-a5f986f8 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_4480b051-0c5e-8eb6-4401-e993358203c4-a5f986f8 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_4480b051-0c5e-8eb6-4401-e993358203d1-a5f986f8 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-e973007f-8909-3451-ec35-8f3d4021d53b-a5f986f8 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-e973007f-8909-3451-ec35-8f3d4021d540-a5f986f8 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-e973007f-8909-3451-ec35-8f3d4021d54d-a5f986f8 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_62e291e3-14b2-3597-2792-44c07d61891e-a5f986f8 {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_62e291e3-14b2-3597-2792-44c07d618923-a5f986f8 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_62e291e3-14b2-3597-2792-44c07d618930-a5f986f8 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_542674b6-95d1-8492-2d8d-c4497628e8b9-a5f986f8 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_542674b6-95d1-8492-2d8d-c4497628e8be-a5f986f8 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_542674b6-95d1-8492-2d8d-c4497628e8cb-a5f986f8 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_542674b6-95d1-8492-2d8d-c4497628e8cd-a5f986f8 {
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_542674b6-95d1-8492-2d8d-c4497628e8d2-a5f986f8 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_542674b6-95d1-8492-2d8d-c4497628e8df-a5f986f8 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_542674b6-95d1-8492-2d8d-c4497628e8e1-a5f986f8 {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_542674b6-95d1-8492-2d8d-c4497628e8e6-a5f986f8 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_542674b6-95d1-8492-2d8d-c4497628e8f3-a5f986f8 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_542674b6-95d1-8492-2d8d-c4497628e8f5-a5f986f8 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_542674b6-95d1-8492-2d8d-c4497628e8fa-a5f986f8 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_542674b6-95d1-8492-2d8d-c4497628e907-a5f986f8 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_542674b6-95d1-8492-2d8d-c4497628e909-a5f986f8 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_542674b6-95d1-8492-2d8d-c4497628e90e-a5f986f8 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_542674b6-95d1-8492-2d8d-c4497628e91b-a5f986f8 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_542674b6-95d1-8492-2d8d-c4497628e91f-a5f986f8 {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_542674b6-95d1-8492-2d8d-c4497628e924-a5f986f8 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_542674b6-95d1-8492-2d8d-c4497628e931-a5f986f8 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_609d04b3-171c-90e8-4051-bae1d2e15255-a5f986f8 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_609d04b3-171c-90e8-4051-bae1d2e1525a-a5f986f8 {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_609d04b3-171c-90e8-4051-bae1d2e15267-a5f986f8 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_609d04b3-171c-90e8-4051-bae1d2e15269-a5f986f8 {
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_609d04b3-171c-90e8-4051-bae1d2e1526e-a5f986f8 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_609d04b3-171c-90e8-4051-bae1d2e1527b-a5f986f8 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_609d04b3-171c-90e8-4051-bae1d2e1527d-a5f986f8 {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_609d04b3-171c-90e8-4051-bae1d2e15282-a5f986f8 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_609d04b3-171c-90e8-4051-bae1d2e1528f-a5f986f8 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_609d04b3-171c-90e8-4051-bae1d2e15291-a5f986f8 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_609d04b3-171c-90e8-4051-bae1d2e15296-a5f986f8 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_609d04b3-171c-90e8-4051-bae1d2e152a3-a5f986f8 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_609d04b3-171c-90e8-4051-bae1d2e152a5-a5f986f8 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_609d04b3-171c-90e8-4051-bae1d2e152aa-a5f986f8 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_609d04b3-171c-90e8-4051-bae1d2e152b7-a5f986f8 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_609d04b3-171c-90e8-4051-bae1d2e152bb-a5f986f8 {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_609d04b3-171c-90e8-4051-bae1d2e152c0-a5f986f8 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_609d04b3-171c-90e8-4051-bae1d2e152cd-a5f986f8 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-ff11f385-19e7-2610-e10a-74658e22583e-9df986f9 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-ff11f385-19e7-2610-e10a-74658e225841-9df986f9 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-ff11f385-19e7-2610-e10a-74658e225846-9df986f9 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-f401a23e-7b45-ba45-9d27-4acdd5da1d88-9df986f9 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f401a23e-7b45-ba45-9d27-4acdd5da1d78-9df986f9 {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_01c4e3cf-0ca8-0926-bf92-4bf4daeb8ca0-9df986f9 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ba34e9c2-df0a-57da-3430-f5bf64771393-9df986f9 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ba34e9c2-df0a-57da-3430-f5bf6477139a-9df986f9 {
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d59e9609-7efc-4afd-8f71-7d2c1f85a44c-9df986f9 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_605cd59d40ef8e036e3d508d00000000001a-9df986f9 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_9a966d75-8ba6-8c66-a053-3fb940aae614-9df986f9 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad0c-9df986f9 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad13-9df986f9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad15-9df986f9 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad17-9df986f9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad19-9df986f9 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad1b-9df986f9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad1d-9df986f9 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-17f986fa {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_06d98f73-386f-106d-9b9d-8057c0e4f1b4-17f986fa {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_0b683e9b-74f4-bffd-89ea-d63131dd4bb7-17f986fa {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_033af516-1361-809f-0fa9-5673c3e60457-17f986fa {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0591048e-13d2-03bf-8ce8-60fee10b88f6-17f986fa {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-17f986fa {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b7478-17f986fa {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_30697c31-5cdb-6fcf-5548-b4be320b747b-17f986fa {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131e6-17f986fa {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-e74d0339-592b-76b0-ac1f-3a1ffcf136d4-17f986fa {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131ec-17f986fa {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-cf2841df-329e-bf65-8b5a-1234a34e870b-17f986fa {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131f0-17f986fa {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_4291c902-9ee5-42e6-a3fc-8a62a437e838-17f986fa {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_2a12a16f-2933-4d3b-515c-d2de66a131f4-17f986fa {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_792cce88-f7a5-d11d-f236-79d89b593844-17f986fa {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_73ddc849-29e3-f33a-cfa8-9f779aa8fd33-17f986fa {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_0fb8815d-20d5-3c26-78ac-331de63809e9-17f986fa {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-f81b8c97-076d-12bc-f218-ca659e1b357d-17f986fa {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 0;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 0;
  grid-row-end: 2;
}

#w-node-_0e7677df-a740-aa5e-957a-802ff03624bd-17f986fa {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-ca8ccc23-8d6d-8d56-208a-3f9deccdec62-17f986fa {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-ca8ccc23-8d6d-8d56-208a-3f9deccdec6d-17f986fa {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_46cb7c74-a2e1-ad44-f9e5-fb9af93c5928-17f986fa {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_46cb7c74-a2e1-ad44-f9e5-fb9af93c5929-17f986fa {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_46cb7c74-a2e1-ad44-f9e5-fb9af93c592f-17f986fa {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_46cb7c74-a2e1-ad44-f9e5-fb9af93c593c-17f986fa {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-adb2caa0-01d6-7e41-2fe7-58cb92555e59-17f986fa {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-adb2caa0-01d6-7e41-2fe7-58cb92555e5a-17f986fa {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-adb2caa0-01d6-7e41-2fe7-58cb92555e60-17f986fa {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-adb2caa0-01d6-7e41-2fe7-58cb92555e6d-17f986fa {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_256f98c7-18a8-c7d5-c690-4bfe1bbed2c8-e9f986fb {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_256f98c7-18a8-c7d5-c690-4bfe1bbed2cb-e9f986fb {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_256f98c7-18a8-c7d5-c690-4bfe1bbed2d0-e9f986fb {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-d5cbc97f-6c81-0aa7-94f1-53f10cb27f1c-e9f986fb {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b1309089-a2bc-3eba-7f02-d532a9467d85-e9f986fb {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_24f471f5-7ae5-636f-791d-ef5b1eb8c6ea-e9f986fb {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_5018a62d-76c9-9b79-e637-eba824af5874-e9f986fb {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_56ccd570-0519-3bf2-4705-a8c2647a0020-e9f986fb {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-f68f6a28-e129-6b94-46f2-4058b39ff83c-e9f986fb {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-f68f6a28-e129-6b94-46f2-4058b39ff83d-e9f986fb {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c8016839-d34a-93dc-5848-6b1c4cd42057-e9f986fb {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_05feffb7-128e-e30f-38d4-0e5d778328fb-e9f986fb {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-a7aef5a2-89ad-9607-aebc-418f300b7abe-e9f986fb {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_039a13e7-2f12-63de-e7c0-249b72a7dc04-e9f986fb {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4e3a1c6c-f575-30fc-b449-822c3b2e726d-e9f986fb {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c9f0e5df-545f-1b48-ac6e-40272a3c46d6-e9f986fb {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_7f1f6b0a-25a1-a3f6-ffa0-7d8f329d9398-e9f986fb {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-dab5903c-a7e0-3d67-1fc1-3f4bc831cca3-e9f986fb {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-c856d493-a86f-98c0-cc6d-ee3dea7be915-e9f986fb {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_53e77774-181e-6532-0ddd-1bf3be51f711-e9f986fb {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_7f1f6b0a-25a1-a3f6-ffa0-7d8f329d93a6-e9f986fb {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_2dc0e3de-1db8-f7bc-5bf8-522432bd6fd8-e9f986fb {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_7b55ff7e-c0c1-d1bd-d48d-a6a1b72716ed-e9f986fb {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_9abc7d49-bd28-7c24-d044-69b2caffdbb5-e9f986fb {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_3fdc5966-224a-a2e8-d5c9-e2750f87d748-b4b716fc {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_3fdc5966-224a-a2e8-d5c9-e2750f87d74b-b4b716fc {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_3fdc5966-224a-a2e8-d5c9-e2750f87d74c-b4b716fc {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_3fdc5966-224a-a2e8-d5c9-e2750f87d74d-b4b716fc {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_3fdc5966-224a-a2e8-d5c9-e2750f87d74f-b4b716fc {
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_3fdc5966-224a-a2e8-d5c9-e2750f87d754-b4b716fc {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_3fdc5966-224a-a2e8-d5c9-e2750f87d759-b4b716fc {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_3fdc5966-224a-a2e8-d5c9-e2750f87d75a-b4b716fc {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3fdc5966-224a-a2e8-d5c9-e2750f87d75b-b4b716fc {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3fdc5966-224a-a2e8-d5c9-e2750f87d768-b4b716fc {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3fdc5966-224a-a2e8-d5c9-e2750f87d76e-b4b716fc {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_3fdc5966-224a-a2e8-d5c9-e2750f87d772-b4b716fc {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_3fdc5966-224a-a2e8-d5c9-e2750f87d77a-b4b716fc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3fdc5966-224a-a2e8-d5c9-e2750f87d77b-b4b716fc {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_3fdc5966-224a-a2e8-d5c9-e2750f87d780-b4b716fc {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_3fdc5966-224a-a2e8-d5c9-e2750f87d788-b4b716fc {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_3fdc5966-224a-a2e8-d5c9-e2750f87d78d-b4b716fc {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_3fdc5966-224a-a2e8-d5c9-e2750f87d795-b4b716fc {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 0;
  grid-row-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-_3fdc5966-224a-a2e8-d5c9-e2750f87d79a-b4b716fc {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_3194ba29-4961-4f73-aeee-38d1b40a59d7-b4b716fc {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 0;
  grid-row-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_3194ba29-4961-4f73-aeee-38d1b40a59dc-b4b716fc {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_3fdc5966-224a-a2e8-d5c9-e2750f87d7a2-b4b716fc {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: -1;
  grid-row-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-_3fdc5966-224a-a2e8-d5c9-e2750f87d7a7-b4b716fc {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_3fdc5966-224a-a2e8-d5c9-e2750f87d7af-b4b716fc {
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_3fdc5966-224a-a2e8-d5c9-e2750f87d7b4-b4b716fc {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_3fdc5966-224a-a2e8-d5c9-e2750f87d7bc-b4b716fc {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_3fdc5966-224a-a2e8-d5c9-e2750f87d7c1-b4b716fc {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_28151864-16c7-2c4d-f2b6-a3f6d6cc8573-b4b716fc {
  -ms-grid-column-span: 3;
  grid-column-end: 5;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-_28151864-16c7-2c4d-f2b6-a3f6d6cc8578-b4b716fc {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_3fdc5966-224a-a2e8-d5c9-e2750f87d7cc-b4b716fc {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_3fdc5966-224a-a2e8-d5c9-e2750f87d7cd-b4b716fc {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3fdc5966-224a-a2e8-d5c9-e2750f87d7da-b4b716fc {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_3fdc5966-224a-a2e8-d5c9-e2750f87d7e0-b4b716fc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3fdc5966-224a-a2e8-d5c9-e2750f87d7e3-b4b716fc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3fdc5966-224a-a2e8-d5c9-e2750f87d7e6-b4b716fc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_820c470e-2642-280b-4e92-cb88549a75a8-5e3ffc9b {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-5e3ffc9b {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b82-5e3ffc9b {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_00e8bef3-097f-95a3-c913-1169fcbf71b4-5e3ffc9b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
}

#w-node-_00e8bef3-097f-95a3-c913-1169fcbf71b6-5e3ffc9b {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_00e8bef3-097f-95a3-c913-1169fcbf71bc-5e3ffc9b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_00e8bef3-097f-95a3-c913-1169fcbf71c1-5e3ffc9b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_00e8bef3-097f-95a3-c913-1169fcbf71c4-5e3ffc9b {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_00e8bef3-097f-95a3-c913-1169fcbf71c5-5e3ffc9b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_00e8bef3-097f-95a3-c913-1169fcbf71c8-5e3ffc9b {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_00e8bef3-097f-95a3-c913-1169fcbf71c9-5e3ffc9b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_00e8bef3-097f-95a3-c913-1169fcbf71cc-5e3ffc9b {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_1fb377d4-def0-4432-8215-9cf42ea63771-5e3ffc9b {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_1fb377d4-def0-4432-8215-9cf42ea63779-5e3ffc9b {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_1fb377d4-def0-4432-8215-9cf42ea6377e-5e3ffc9b {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_1fb377d4-def0-4432-8215-9cf42ea63788-5e3ffc9b {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1fb377d4-def0-4432-8215-9cf42ea63790-5e3ffc9b {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1fb377d4-def0-4432-8215-9cf42ea63793-5e3ffc9b {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1fb377d4-def0-4432-8215-9cf42ea637a2-5e3ffc9b {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1fb377d4-def0-4432-8215-9cf42ea637ac-5e3ffc9b {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1fb377d4-def0-4432-8215-9cf42ea637b4-5e3ffc9b {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_1fb377d4-def0-4432-8215-9cf42ea637b9-5e3ffc9b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1fb377d4-def0-4432-8215-9cf42ea637bd-5e3ffc9b {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_1fb377d4-def0-4432-8215-9cf42ea637c1-5e3ffc9b {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_1fb377d4-def0-4432-8215-9cf42ea637c5-5e3ffc9b {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_1fb377d4-def0-4432-8215-9cf42ea637c9-5e3ffc9b {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (min-width: 1280px) {
  #w-node-_117b2a10-bb52-f2a4-2889-de1efa1d4ade-a5f986f8 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-e973007f-8909-3451-ec35-8f3d4021d53b-a5f986f8 {
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_62e291e3-14b2-3597-2792-44c07d61891e-a5f986f8 {
    -ms-grid-column-span: 1;
    grid-column-end: 5;
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_542674b6-95d1-8492-2d8d-c4497628e8b9-a5f986f8 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_542674b6-95d1-8492-2d8d-c4497628e909-a5f986f8 {
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_542674b6-95d1-8492-2d8d-c4497628e91f-a5f986f8 {
    -ms-grid-column-span: 1;
    grid-column-end: 5;
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_609d04b3-171c-90e8-4051-bae1d2e15255-a5f986f8 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_609d04b3-171c-90e8-4051-bae1d2e152a5-a5f986f8 {
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_609d04b3-171c-90e8-4051-bae1d2e152bb-a5f986f8 {
    -ms-grid-column-span: 1;
    grid-column-end: 5;
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_00e8bef3-097f-95a3-c913-1169fcbf71b6-5e3ffc9b {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_864b30ac-902a-1bc5-c775-6b8cda770129-c0f986e5 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_2c166831-ff40-1038-d787-417af5310cfd-c0f986e5 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-a2f09074-2040-5038-c74e-4369d77c8864-c0f986e5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_4f60ef0f-3908-f7a3-dbd4-1c535b280b84-c0f986e5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_8f986286-6be5-7fda-4809-b0f5bd56244f-c0f986e5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-f8995adf-f440-eb1c-b576-c54a6fe6800c-c0f986e5 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_4aa1e293-2ce7-c7b6-5938-b5dfd439db55-c0f986e5 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
  }

  #w-node-_86d8087c-f402-31b5-d612-f055e8856137-c0f986e5 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_91bc64b8-353b-a94a-b0a2-353d8cfc61b5-c0f986e5 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #name.w-node-_91bc64b8-353b-a94a-b0a2-353d8cfc61b9-c0f986e5 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-bffc60b2-ad33-2b9a-4184-6b56bb9d8cc8-c0f986e5 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  #w-node-_1aa5acca-7f49-679e-50b8-388c32a77251-c0f986e5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-_1aa5acca-7f49-679e-50b8-388c32a77258-c0f986e5 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
  }

  #w-node-_1aa5acca-7f49-679e-50b8-388c32a7725d-c0f986e5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  #w-node-_1aa5acca-7f49-679e-50b8-388c32a77273-c0f986e5 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b920-c426b91d {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b923-c426b91d {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b937-c426b91d {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b94a-c426b91d {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
    -ms-grid-row-span: 3;
    grid-row-end: 3;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b94f-c426b91d {
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-_17c43587-c790-b4d8-1466-5f40336b9d5b-336b9d43 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-_6fe66bf6-22c6-7c4b-e980-c09ffd4740ae-336b9d43 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-e16c4357-004d-8209-e100-36bb04545bd4-336b9d43 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-d364a0a1-eed2-cc02-8c38-c72be241387a-336b9d43 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-d3a3e849-6fd9-58e3-92be-2668a95c5e41-336b9d43 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_742bc615-eb92-0d24-5678-32641c325156-336b9d43 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-f6a0a796-4f1d-5758-490b-395b2a23adce-336b9d43 {
    -ms-grid-column-align: end;
    justify-self: end;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-be6e1212-c8c8-b564-9d2f-b92422ca9045-336b9d43 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-fbfab365-c38f-1be6-6e51-32f69bada7c2-b5f986ed {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-fbfab365-c38f-1be6-6e51-32f69bada7ce-b5f986ed {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  #w-node-_55545b2c-fd2c-f381-a702-fc88f5a9dbe3-a9f986ee {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  #w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-fdf986f0 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  #w-node-_0afe1988-388e-b5cb-404e-8a553a0bef5a-fdf986f0 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_0afe1988-388e-b5cb-404e-8a553a0bef68-fdf986f0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-a200fc41-1c4c-6e7c-a3d0-bdc6ff5584ff-bff986f1 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-a200fc41-1c4c-6e7c-a3d0-bdc6ff558506-bff986f1 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_2bb02f1f-0dc8-310a-5b1e-417b53ea67ee-bff986f1 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-bb722a26-f0ba-fa08-b7c8-67a73591fb37-f1f986f2 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-bb722a26-f0ba-fa08-b7c8-67a73591fb3c-f1f986f2 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_3cd246c2-1df7-6c82-278a-cb7de41fe106-f1f986f2 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_3cd246c2-1df7-6c82-278a-cb7de41fe114-f1f986f2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_8826eb38-3632-ca41-32dc-ab641c7fc984-f1f986f2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-_8826eb38-3632-ca41-32dc-ab641c7fc98c-f1f986f2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  #w-node-_8826eb38-3632-ca41-32dc-ab641c7fc9a3-f1f986f2 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_849e754c-a02b-b240-b303-2bf5e8a0db81-f9270e17 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  #w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5e4-f9270e17 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  #w-node-_93ff6921-d28d-6640-4312-da6eaaed889e-f9270e17 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d20c98d0-f73a-cde4-3187-ef91057b5e82-5bf986f3 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-d20c98d0-f73a-cde4-3187-ef91057b5e87-5bf986f3 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-d7f4df13-5316-c505-a444-21863c437f4b-5bf986f3 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7b9c87a0-4164-dfa3-00cc-0a8b81af83f5-5bf986f3 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  #w-node-a8a519cb-80ab-b1ff-f982-d02e8b721ff5-cbf986f4 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_62e58f81-af29-b05e-8bc2-dfb4bceff668-cbf986f4 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  #w-node-_01acba91-92e0-3fdc-f04f-81f56b42dc19-cbf986f4 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91a5-37f986f5 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91aa-37f986f5 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-afe2b333-ad26-1b15-231d-c4e0234c95ad-37f986f5 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_8a8ab005-0267-4aac-1756-46a4087a0991-37f986f5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb027112-37f986f5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb027134-37f986f5 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-f4914fd8-9661-30e6-850c-9d19244344ea-95f986f6 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-dfe8ed20-f70d-2ea6-9e0f-fc9a91ac517f-95f986f6 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #static.w-node-dfe8ed20-f70d-2ea6-9e0f-fc9a91ac518a-95f986f6 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14ada-95f986f6 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #CMS.w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14ae5-95f986f6 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-e3b5db22-8e43-4f70-f4f3-5544dc291662-95f986f6 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #utility.w-node-e3b5db22-8e43-4f70-f4f3-5544dc29166d-95f986f6 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-e2f986f7 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_0b683e9b-74f4-bffd-89ea-d63131dd4bb7-e2f986f7 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-a5f986f8 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  #w-node-_117b2a10-bb52-f2a4-2889-de1efa1d4ade-a5f986f8 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-d2d0562e-f27c-b96c-9ebd-8f37c6923a36-a5f986f8 {
    -ms-grid-column-span: 3;
    grid-column-end: 5;
    -ms-grid-column: 2;
    grid-column-start: 2;
  }

  #w-node-_689550c2-053b-39da-9e3b-0dfe9327be7d-a5f986f8 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_4480b051-0c5e-8eb6-4401-e993358203bf-a5f986f8 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
  }

  #w-node-e973007f-8909-3451-ec35-8f3d4021d53b-a5f986f8 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-_62e291e3-14b2-3597-2792-44c07d61891e-a5f986f8 {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 5;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_542674b6-95d1-8492-2d8d-c4497628e8b9-a5f986f8 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_542674b6-95d1-8492-2d8d-c4497628e8cd-a5f986f8 {
    -ms-grid-column-span: 3;
    grid-column-end: 5;
    -ms-grid-column: 2;
    grid-column-start: 2;
  }

  #w-node-_542674b6-95d1-8492-2d8d-c4497628e8e1-a5f986f8 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_542674b6-95d1-8492-2d8d-c4497628e8f5-a5f986f8 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
  }

  #w-node-_542674b6-95d1-8492-2d8d-c4497628e909-a5f986f8 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-_542674b6-95d1-8492-2d8d-c4497628e91f-a5f986f8 {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 5;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_609d04b3-171c-90e8-4051-bae1d2e15255-a5f986f8 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_609d04b3-171c-90e8-4051-bae1d2e15269-a5f986f8 {
    -ms-grid-column-span: 3;
    grid-column-end: 5;
    -ms-grid-column: 2;
    grid-column-start: 2;
  }

  #w-node-_609d04b3-171c-90e8-4051-bae1d2e1527d-a5f986f8 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_609d04b3-171c-90e8-4051-bae1d2e15291-a5f986f8 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
  }

  #w-node-_609d04b3-171c-90e8-4051-bae1d2e152a5-a5f986f8 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-_609d04b3-171c-90e8-4051-bae1d2e152bb-a5f986f8 {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 5;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-ff11f385-19e7-2610-e10a-74658e225841-9df986f9 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-ff11f385-19e7-2610-e10a-74658e225846-9df986f9 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad0c-9df986f9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_01b97761-a9cc-43ed-8464-397b3f35f8f2-17f986fa {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_0b683e9b-74f4-bffd-89ea-d63131dd4bb7-17f986fa {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-17f986fa {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_2a12a16f-2933-4d3b-515c-d2de66a131e6-17f986fa {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_792cce88-f7a5-d11d-f236-79d89b593844-17f986fa {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-_256f98c7-18a8-c7d5-c690-4bfe1bbed2cb-e9f986fb {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_256f98c7-18a8-c7d5-c690-4bfe1bbed2d0-e9f986fb {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_24f471f5-7ae5-636f-791d-ef5b1eb8c6ea-e9f986fb {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-_56ccd570-0519-3bf2-4705-a8c2647a0020-e9f986fb {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
    -ms-grid-row-span: 5;
    grid-row-end: 5;
  }

  #w-node-f68f6a28-e129-6b94-46f2-4058b39ff83c-e9f986fb {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-c8016839-d34a-93dc-5848-6b1c4cd42057-e9f986fb {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_05feffb7-128e-e30f-38d4-0e5d778328fb-e9f986fb {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
  }

  #w-node-_1c13acc5-517c-491d-fcdf-0a83558a1ead-e9f986fb {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-_7f1f6b0a-25a1-a3f6-ffa0-7d8f329d9398-e9f986fb {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  #w-node-_7f1f6b0a-25a1-a3f6-ffa0-7d8f329d93a6-e9f986fb {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_3fdc5966-224a-a2e8-d5c9-e2750f87d772-b4b716fc {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_3fdc5966-224a-a2e8-d5c9-e2750f87d7cc-b4b716fc {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  #w-node-_3fdc5966-224a-a2e8-d5c9-e2750f87d7da-b4b716fc {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-5e3ffc9b {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  #w-node-_00e8bef3-097f-95a3-c913-1169fcbf71b4-5e3ffc9b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_00e8bef3-097f-95a3-c913-1169fcbf71b6-5e3ffc9b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_1fb377d4-def0-4432-8215-9cf42ea63771-5e3ffc9b {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-_1fb377d4-def0-4432-8215-9cf42ea6377e-5e3ffc9b {
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-_1fb377d4-def0-4432-8215-9cf42ea637b4-5e3ffc9b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_864b30ac-902a-1bc5-c775-6b8cda770129-c0f986e5 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_70edc27a-5d85-b4b7-cc4a-a4055e230b7f-c0f986e5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_2c166831-ff40-1038-d787-417af5310cfd-c0f986e5 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_2c166831-ff40-1038-d787-417af5310d04-c0f986e5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-a2f09074-2040-5038-c74e-4369d77c8859-c0f986e5 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-a2f09074-2040-5038-c74e-4369d77c8864-c0f986e5 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  #w-node-_4f60ef0f-3908-f7a3-dbd4-1c535b280b79-c0f986e5 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_4f60ef0f-3908-f7a3-dbd4-1c535b280b84-c0f986e5 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  #w-node-_8f986286-6be5-7fda-4809-b0f5bd562444-c0f986e5 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_8f986286-6be5-7fda-4809-b0f5bd56244f-c0f986e5 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  #w-node-f8995adf-f440-eb1c-b576-c54a6fe6800c-c0f986e5 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_4aa1e293-2ce7-c7b6-5938-b5dfd439db55-c0f986e5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_686199a2-7e08-8c35-0bc2-9fc0b2c1f7c2-c0f986e5 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_1aa5acca-7f49-679e-50b8-388c32a77258-c0f986e5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_1aa5acca-7f49-679e-50b8-388c32a7725d-c0f986e5 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b920-c426b91d {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b923-c426b91d {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-c6a86f47-145d-b8c8-1c44-2b43c426b94f-c426b91d {
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }

  #w-node-fbfab365-c38f-1be6-6e51-32f69bada7ce-b5f986ed {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_55545b2c-fd2c-f381-a702-fc88f5a9dbe3-a9f986ee {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_55545b2c-fd2c-f381-a702-fc88f5a9dbeb-a9f986ee {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-fdf986f0 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b82-fdf986f0 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-c1386cff-6b52-7e7b-943b-f01eec937981-fdf986f0 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_2bb02f1f-0dc8-310a-5b1e-417b53ea67ee-bff986f1 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_2bb02f1f-0dc8-310a-5b1e-417b53ea67f5-bff986f1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_8826eb38-3632-ca41-32dc-ab641c7fc984-f1f986f2 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_7128c589-0b6c-1e7b-cd0c-f6e6a998bc46-f1f986f2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_8826eb38-3632-ca41-32dc-ab641c7fc98c-f1f986f2 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_849e754c-a02b-b240-b303-2bf5e8a0db81-f9270e17 {
    -ms-grid-column-span: 4;
    grid-column-end: 4;
  }

  #w-node-a30333d2-032c-03e5-f1b1-a5d31eb7f5e4-f9270e17 {
    -ms-grid-column-span: 4;
    grid-column-end: 4;
  }

  #w-node-_93ff6921-d28d-6640-4312-da6eaaed889e-f9270e17 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-d20c98d0-f73a-cde4-3187-ef91057b5e82-5bf986f3 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-d20c98d0-f73a-cde4-3187-ef91057b5e87-5bf986f3 {
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-e7c312ca-3267-e1f8-a11b-2d85efa42270-5bf986f3 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-d7f4df13-5316-c505-a444-21863c437f4b-5bf986f3 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-d7f4df13-5316-c505-a444-21863c437f52-5bf986f3 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_0b0965f9-12de-b664-5036-c1741e1de7ed-cbf986f4 {
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-_0cd159e1-bcc8-7507-1006-17c2720b9531-cbf986f4 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_3dfaf5a9-9073-e446-da8c-ae54ca5466f3-cbf986f4 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-ad3b4215-b22c-3535-ddd7-d56c33b83e53-cbf986f4 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-dffaa0c6-1d6f-fd8a-0160-62334d2f8582-cbf986f4 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-a8a519cb-80ab-b1ff-f982-d02e8b721ff5-cbf986f4 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_62e58f81-af29-b05e-8bc2-dfb4bceff668-cbf986f4 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91a5-37f986f5 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-ba80b8a0-ed4f-689f-493a-2bfa639c91aa-37f986f5 {
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-_34b8dcd5-1955-bf6e-0f89-fcc3d503f83d-37f986f5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-afe2b333-ad26-1b15-231d-c4e0234c95ad-37f986f5 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb027119-37f986f5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-b3205229-c2c3-f431-bb7a-14128002a3fd-95f986f6 {
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-b3205229-c2c3-f431-bb7a-14128002a402-95f986f6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-b3205229-c2c3-f431-bb7a-14128002a408-95f986f6 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-b3205229-c2c3-f431-bb7a-14128002a409-95f986f6 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-b3205229-c2c3-f431-bb7a-14128002a416-95f986f6 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-f4914fd8-9661-30e6-850c-9d19244344ea-95f986f6 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-dfe8ed20-f70d-2ea6-9e0f-fc9a91ac517f-95f986f6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #static.w-node-dfe8ed20-f70d-2ea6-9e0f-fc9a91ac518a-95f986f6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-dfe8ed20-f70d-2ea6-9e0f-fc9a91ac518b-95f986f6 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }

  #w-node-_353ee41b-0568-f449-8721-15e5500de963-95f986f6 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }

  #w-node-_12102cb7-b253-85df-5ce8-de413b78032d-95f986f6 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }

  #w-node-f6a0648e-4c8a-eb8a-2c95-aead61518236-95f986f6 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }

  #w-node-_34ad238f-d41e-3651-a4af-19a9f66bfd06-95f986f6 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }

  #w-node-_903f8a31-5110-7a73-33fa-6ab5862ec27d-95f986f6 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }

  #w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14ada-95f986f6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-row: 5;
    grid-row-start: 5;
  }

  #CMS.w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14ae5-95f986f6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
    -ms-grid-row: 6;
    grid-row-start: 6;
  }

  #w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14ae6-95f986f6 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }

  #w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14af3-95f986f6 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }

  #w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14b00-95f986f6 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }

  #w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14b0d-95f986f6 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }

  #w-node-_9ba435a0-b481-4e63-0a19-fa9c7ec14b1a-95f986f6 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }

  #w-node-e3b5db22-8e43-4f70-f4f3-5544dc291662-95f986f6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 9;
    -ms-grid-row: 8;
    grid-row-start: 8;
  }

  #utility.w-node-e3b5db22-8e43-4f70-f4f3-5544dc29166d-95f986f6 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 10;
    -ms-grid-row: 9;
    grid-row-start: 9;
  }

  #w-node-e3b5db22-8e43-4f70-f4f3-5544dc29166e-95f986f6 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }

  #w-node-e3b5db22-8e43-4f70-f4f3-5544dc29167b-95f986f6 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }

  #w-node-e3b5db22-8e43-4f70-f4f3-5544dc291688-95f986f6 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }

  #w-node-d15422da-e94e-a208-9f30-9461a834d48a-a5f986f8 {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-_117b2a10-bb52-f2a4-2889-de1efa1d4ade-a5f986f8 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-d2d0562e-f27c-b96c-9ebd-8f37c6923a36-a5f986f8 {
    -ms-grid-column: 2;
    grid-column-start: 2;
  }

  #w-node-e973007f-8909-3451-ec35-8f3d4021d53b-a5f986f8 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  #w-node-_62e291e3-14b2-3597-2792-44c07d61891e-a5f986f8 {
    -ms-grid-column: 3;
    grid-column-start: 3;
  }

  #w-node-_542674b6-95d1-8492-2d8d-c4497628e8b9-a5f986f8 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_542674b6-95d1-8492-2d8d-c4497628e8cd-a5f986f8 {
    -ms-grid-column: 2;
    grid-column-start: 2;
  }

  #w-node-_542674b6-95d1-8492-2d8d-c4497628e909-a5f986f8 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  #w-node-_542674b6-95d1-8492-2d8d-c4497628e91f-a5f986f8 {
    -ms-grid-column: 3;
    grid-column-start: 3;
  }

  #w-node-_609d04b3-171c-90e8-4051-bae1d2e15255-a5f986f8 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_609d04b3-171c-90e8-4051-bae1d2e15269-a5f986f8 {
    -ms-grid-column: 2;
    grid-column-start: 2;
  }

  #w-node-_609d04b3-171c-90e8-4051-bae1d2e152a5-a5f986f8 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  #w-node-_609d04b3-171c-90e8-4051-bae1d2e152bb-a5f986f8 {
    -ms-grid-column: 3;
    grid-column-start: 3;
  }

  #w-node-_01c4e3cf-0ca8-0926-bf92-4bf4daeb8ca0-9df986f9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_9a966d75-8ba6-8c66-a053-3fb940aae614-9df986f9 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7475-17f986fa {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b7478-17f986fa {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_30697c31-5cdb-6fcf-5548-b4be320b747b-17f986fa {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_792cce88-f7a5-d11d-f236-79d89b593844-17f986fa {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  #w-node-_73ddc849-29e3-f33a-cfa8-9f779aa8fd33-17f986fa {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-_24f471f5-7ae5-636f-791d-ef5b1eb8c6ea-e9f986fb {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_56ccd570-0519-3bf2-4705-a8c2647a0020-e9f986fb {
    -ms-grid-row-span: 2;
    grid-row-end: 2;
  }

  #w-node-f68f6a28-e129-6b94-46f2-4058b39ff83c-e9f986fb {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-c8016839-d34a-93dc-5848-6b1c4cd42057-e9f986fb {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_05feffb7-128e-e30f-38d4-0e5d778328fb-e9f986fb {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_7f1f6b0a-25a1-a3f6-ffa0-7d8f329d9398-e9f986fb {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-dab5903c-a7e0-3d67-1fc1-3f4bc831cca3-e9f986fb {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_53e77774-181e-6532-0ddd-1bf3be51f711-e9f986fb {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_3fdc5966-224a-a2e8-d5c9-e2750f87d74f-b4b716fc {
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-_3fdc5966-224a-a2e8-d5c9-e2750f87d754-b4b716fc {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_3fdc5966-224a-a2e8-d5c9-e2750f87d75a-b4b716fc {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_3fdc5966-224a-a2e8-d5c9-e2750f87d75b-b4b716fc {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_3fdc5966-224a-a2e8-d5c9-e2750f87d768-b4b716fc {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_3fdc5966-224a-a2e8-d5c9-e2750f87d772-b4b716fc {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_3fdc5966-224a-a2e8-d5c9-e2750f87d7cc-b4b716fc {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b7c-5e3ffc9b {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-ed18e026-2679-c3d8-da62-56bb6b9e9b82-5e3ffc9b {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_00e8bef3-097f-95a3-c913-1169fcbf71b4-5e3ffc9b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_1fb377d4-def0-4432-8215-9cf42ea63779-5e3ffc9b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_66927e21-ee65-d8e1-cc31-2e0bbfb2a5cd-c0f986e5 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_3e8f31ed-6771-e859-636c-b476dcab981b-c0f986e5 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
  }

  #w-node-_0f453a3e-66f8-fb3d-0e56-c1cfd80a8551-c0f986e5 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 5;
  }

  #w-node-a2f09074-2040-5038-c74e-4369d77c8856-c0f986e5 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-a2f09074-2040-5038-c74e-4369d77c8859-c0f986e5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-a2f09074-2040-5038-c74e-4369d77c8864-c0f986e5 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
  }

  #w-node-_4f60ef0f-3908-f7a3-dbd4-1c535b280b76-c0f986e5 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_4f60ef0f-3908-f7a3-dbd4-1c535b280b79-c0f986e5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_4f60ef0f-3908-f7a3-dbd4-1c535b280b84-c0f986e5 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
  }

  #w-node-_8f986286-6be5-7fda-4809-b0f5bd562441-c0f986e5 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_8f986286-6be5-7fda-4809-b0f5bd562444-c0f986e5 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_8f986286-6be5-7fda-4809-b0f5bd56244f-c0f986e5 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
  }

  #w-node-_1aa5acca-7f49-679e-50b8-388c32a77251-c0f986e5 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_1aa5acca-7f49-679e-50b8-388c32a7725d-c0f986e5 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_1aa5acca-7f49-679e-50b8-388c32a7725f-c0f986e5 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_1aa5acca-7f49-679e-50b8-388c32a7727a-c0f986e5 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-c3e4a622-32f8-f922-a5f9-7c9122fd7a0c-f1f986f2 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_231f18f0-034c-bf91-9e26-aa98c5f5105a-f1f986f2 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_6dc7b8bf-dfd3-4025-fcd6-f726c2f032cb-f1f986f2 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_8826eb38-3632-ca41-32dc-ab641c7fc984-f1f986f2 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7128c589-0b6c-1e7b-cd0c-f6e6a998bc46-f1f986f2 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_8826eb38-3632-ca41-32dc-ab641c7fc99e-f1f986f2 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_0b0965f9-12de-b664-5036-c1741e1de7ed-cbf986f4 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_0cd159e1-bcc8-7507-1006-17c2720b9531-cbf986f4 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_16ee6cac-97cc-c25f-3bd3-f27e8d74ef9a-cbf986f4 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  #w-node-_3dfaf5a9-9073-e446-da8c-ae54ca5466f3-cbf986f4 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-ad3b4215-b22c-3535-ddd7-d56c33b83e53-cbf986f4 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-dffaa0c6-1d6f-fd8a-0160-62334d2f8582-cbf986f4 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-afe2b333-ad26-1b15-231d-c4e0234c95ad-37f986f5 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_8a8ab005-0267-4aac-1756-46a4087a0991-37f986f5 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-de232761-f644-f9f0-bd3b-00bfbb027112-37f986f5 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-b3205229-c2c3-f431-bb7a-14128002a407-95f986f6 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  #w-node-b3205229-c2c3-f431-bb7a-14128002a408-95f986f6 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-b3205229-c2c3-f431-bb7a-14128002a409-95f986f6 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-b3205229-c2c3-f431-bb7a-14128002a416-95f986f6 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_01c4e3cf-0ca8-0926-bf92-4bf4daeb8ca0-9df986f9 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-b22aeac6-9557-5b9b-37e1-4e65fd78ad0c-9df986f9 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-f68f6a28-e129-6b94-46f2-4058b39ff83c-e9f986fb {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_05feffb7-128e-e30f-38d4-0e5d778328fb-e9f986fb {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_3fdc5966-224a-a2e8-d5c9-e2750f87d74f-b4b716fc {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_3fdc5966-224a-a2e8-d5c9-e2750f87d754-b4b716fc {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_3fdc5966-224a-a2e8-d5c9-e2750f87d759-b4b716fc {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  #w-node-_3fdc5966-224a-a2e8-d5c9-e2750f87d75a-b4b716fc {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_3fdc5966-224a-a2e8-d5c9-e2750f87d75b-b4b716fc {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_3fdc5966-224a-a2e8-d5c9-e2750f87d768-b4b716fc {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_3fdc5966-224a-a2e8-d5c9-e2750f87d77b-b4b716fc {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 5;
    grid-column-end: 6;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_3fdc5966-224a-a2e8-d5c9-e2750f87d788-b4b716fc {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 5;
    grid-column-end: 6;
  }

  #w-node-_3fdc5966-224a-a2e8-d5c9-e2750f87d795-b4b716fc {
    -ms-grid-column-span: 6;
    grid-column-end: 6;
  }

  #w-node-_3194ba29-4961-4f73-aeee-38d1b40a59d7-b4b716fc {
    -ms-grid-column-span: 6;
    grid-column-end: 6;
    -ms-grid-row: 6;
    grid-row-start: 6;
  }

  #w-node-_00e8bef3-097f-95a3-c913-1169fcbf71b4-5e3ffc9b {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_00e8bef3-097f-95a3-c913-1169fcbf71b6-5e3ffc9b {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_1fb377d4-def0-4432-8215-9cf42ea63771-5e3ffc9b {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }
}

@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Regular.woff2') format('woff2'), url('../fonts/EudoxusSans-Regular.woff') format('woff'), url('../fonts/EudoxusSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-ExtraLight.woff2') format('woff2'), url('../fonts/EudoxusSans-ExtraLight.woff') format('woff'), url('../fonts/EudoxusSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-ExtraBold.woff2') format('woff2'), url('../fonts/EudoxusSans-ExtraBold.woff') format('woff'), url('../fonts/EudoxusSans-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Bold.woff2') format('woff2'), url('../fonts/EudoxusSans-Bold.woff') format('woff'), url('../fonts/EudoxusSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Light.woff2') format('woff2'), url('../fonts/EudoxusSans-Light.woff') format('woff'), url('../fonts/EudoxusSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Medium.woff2') format('woff2'), url('../fonts/EudoxusSans-Medium.woff') format('woff'), url('../fonts/EudoxusSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}