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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

.first-sect {
  background-image: url('../images/srub2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.first-cont {
  padding-bottom: 180px;
}

.first-header {
  justify-content: space-between;
  padding-top: 10px;
  display: flex;
}

.first-content {
  width: 80%;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 150px;
  display: flex;
}

.first-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2em;
}

.first-content-left {
  width: 60%;
}

.first-content-right {
  width: 40%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.first-header-left, .first-header-center {
  align-items: center;
  display: flex;
}

.first-header-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.first-logo-wrap {
  padding-left: 10px;
}

.first-logo {
  width: 50px;
}

.first-name {
  color: #fff;
  margin-bottom: 0;
  padding: 10px 10px 5px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
}

.first-descriptor {
  width: 200px;
  color: #fff;
  margin-bottom: 0;
  padding: 5px 10px 10px;
  font-family: Avenirnextcyr, sans-serif;
  font-weight: 400;
  line-height: 1em;
}

.first-tel {
  color: #fff;
  text-align: right;
  margin-bottom: 0;
  padding: 10px 10px 5px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
}

.first-time {
  width: 250px;
  color: #fff;
  text-align: right;
  margin-bottom: 0;
  padding: 5px 10px 10px;
  font-family: Avenirnextcyr, sans-serif;
  font-weight: 400;
  line-height: 1em;
}

.first-subtitle {
  color: #fff;
  margin-bottom: 0;
  padding: 30px 10px 50px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
}

.first-button {
  width: 300px;
  height: 60px;
  color: #333;
  text-align: center;
  background-color: #ecb938;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  font-family: Avenirnextcyr, sans-serif;
  font-weight: 500;
  line-height: 1em;
  transition: all .3s;
  display: flex;
  box-shadow: 0 0 20px -5px #ecb938;
}

.first-button:hover {
  box-shadow: 0 0 20px #ecb938;
}

.first-menu-link {
  color: #fff;
  padding: 10px 20px;
  font-family: Avenirnextcyr, sans-serif;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  transition: all .3s;
}

.first-menu-link:hover {
  color: #ecb938;
}

.first-menu-dropdown-toggle {
  padding: 0;
}

.category-cont {
  padding-top: 100px;
  padding-bottom: 100px;
}

.category-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 10px 50px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1em;
}

.category-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-left: 10px;
  padding-right: 10px;
}

.category-grid-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.category-link {
  color: #333;
  text-align: center;
  padding: 20px 10px 10px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.category-link:hover {
  color: #ecb938;
}

.benefits-sect {
  background-color: #fafafa;
}

.benefits-cont {
  padding-top: 100px;
  padding-bottom: 100px;
}

.benefits-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 10px 30px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1em;
}

.benefits-subtitle {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px 10px 50px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
}

.benefits-line-wrap {
  justify-content: center;
  display: flex;
}

.benefits-line {
  width: 100px;
  height: 3px;
  background-color: #ecb938;
}

.benefits-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 10px;
  padding-right: 10px;
}

.benefits-lightbox {
  justify-content: center;
  align-items: center;
  display: flex;
}

.benefits-subtitle2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 100px 10px 10px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
}

.benefits-subsubtitle {
  color: #333;
  text-align: center;
  margin-bottom: 0;
  padding: 30px 10px 50px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
}

.benefits-social-wrap {
  justify-content: center;
  display: flex;
}

.benefits-social {
  flex-direction: column;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.benefits-social-img {
  width: 100px;
}

.benefits-social-link {
  color: #333;
  text-align: center;
  padding: 20px 20px 10px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.benefits-social-link:hover {
  color: #ecb938;
}

.benefits-dom-img {
  padding-left: 10px;
  padding-right: 10px;
}

.benefits-slider-icon, .icon-2 {
  color: #333;
}

.benefits-subtitle3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 100px 10px 50px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
}

.benefits-review {
  align-items: center;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.benefits-slider {
  background-color: rgba(221, 221, 221, 0);
}

.benefits-review-video-wrap, .benefits-review-content-wrap {
  width: 50%;
}

.benefits-review-txt {
  color: #333;
  text-align: left;
  margin-bottom: 0;
  padding: 10px 10px 10px 20px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
}

.benefits-review-txt-author {
  color: #333;
  text-align: left;
  margin-bottom: 0;
  padding: 10px 10px 10px 20px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
}

.company-sect {
  background-image: url('../images/srub2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.company-cont {
  padding-top: 100px;
  padding-bottom: 100px;
}

.company-title {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 10px 100px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1em;
}

.company-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-left: 10px;
  padding-right: 10px;
}

.company-grid-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.company-grid-img {
  width: 75px;
}

.company-grid-title {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding: 20px 10px 10px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.offer-cont {
  padding-top: 100px;
  padding-bottom: 100px;
}

.offer-title {
  color: #333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1em;
}

.offer-subtitle {
  color: #333;
  text-align: center;
  margin-bottom: 0;
  padding: 10px 10px 100px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
}

.offer-cta-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.offer-cta-left {
  width: 50%;
}

.offer-cta-right {
  width: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.offer-cta-title {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
}

.offer-cta-subtitle {
  color: #333;
  text-align: left;
  margin-bottom: 0;
  padding: 10px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
}

.offer-cta-form-wrap {
  background-color: #f3f3f3;
  border-radius: 10px;
  padding: 30px;
}

.offer-cta-form-textfield {
  width: 200px;
  height: 50px;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 15px;
  font-family: Avenirnextcyr, sans-serif;
  font-weight: 500;
}

.offer-cta-form-textfield:focus {
  border: 1px solid #ecb938;
}

.offer-cta-form-button {
  width: 200px;
  height: 50px;
  color: #333;
  background-color: #ecb938;
  border-radius: 10px;
  font-family: Avenirnextcyr, sans-serif;
  font-weight: 500;
  transition: all .3s;
  box-shadow: 0 0 20px -5px #ecb938;
}

.offer-cta-form-button:hover {
  box-shadow: 0 0 20px #ecb938;
}

.offer-cta-form {
  margin-bottom: 0;
}

.footer-sect {
  background-color: #f8f8f8;
}

.footer-wrap {
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.footer-wrap-left {
  align-items: center;
  display: flex;
}

.footer-wrap-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.footer-logo-wrap {
  padding-left: 10px;
}

.footer-logo {
  width: 50px;
}

.footer-name {
  color: #333;
  margin-bottom: 0;
  padding: 10px 10px 5px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
}

.footer-descriptor {
  width: 200px;
  color: #333;
  margin-bottom: 0;
  padding: 5px 10px 10px;
  font-family: Avenirnextcyr, sans-serif;
  font-weight: 400;
  line-height: 1em;
}

.footer-tel {
  color: #333;
  text-align: right;
  margin-bottom: 0;
  padding: 10px 10px 5px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
}

.footer-time {
  width: 250px;
  color: #333;
  text-align: right;
  margin-bottom: 0;
  padding: 5px 10px;
  font-family: Avenirnextcyr, sans-serif;
  font-weight: 400;
  line-height: 1em;
}

.footer-unp {
  width: 200px;
  color: #333;
  text-align: right;
  margin-bottom: 0;
  padding: 5px 10px 10px;
  font-family: Avenirnextcyr, sans-serif;
  font-weight: 400;
  line-height: 1em;
}

.offer-cta-form-checkboxwrap {
  width: 200px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-left: 20px;
}

.offer-cta-form-checkbox.w--redirected-checked {
  background-color: #ecb938;
  border-color: #ecb938;
}

.offer-cta-form-checkboxlabel {
  font-family: Avenirnextcyr, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 1em;
}

.offer-cta-form-checkboxlabel-link {
  color: #ecb938;
}

.popup-form-checkboxlabel {
  font-family: Avenirnextcyr, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
}

.popup-close {
  opacity: .5;
  cursor: pointer;
  margin-left: 0;
  margin-right: 0;
  transition: all .3s;
}

.popup-close:hover {
  opacity: 1;
}

.popup-header {
  width: 300px;
  text-align: center;
  border-bottom: 2px solid #e9e6e6;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.popup-form-textfield {
  width: 260px;
  height: 60px;
  color: #333;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 20px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: all .3s;
}

.popup-form-textfield:focus {
  border: 1px solid #ecb938;
}

.popup-form-checkbox.w--redirected-checked {
  background-color: #ecb938;
  border-color: #ecb938;
}

.popup-form-checkboxwrap {
  width: 260px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-left: 20px;
}

.popup-title {
  color: #333;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 0;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.popup-subtitle {
  color: #333;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 30px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
}

.popup-body {
  padding: 10px 20px 0;
}

.popup-form {
  justify-content: flex-start;
  display: flex;
}

.popup-form-checkboxlabel-link {
  color: #ecb938;
}

.popup-block {
  width: 300px;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 15px;
  display: flex;
}

.popup {
  z-index: 15000;
  opacity: 0;
  background-color: rgba(51, 51, 51, .95);
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-form-button {
  width: 260px;
  height: 60px;
  color: #333;
  background-color: #ecb938;
  border-radius: 10px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: all .3s;
  box-shadow: 0 0 20px -5px #ecb938;
}

.popup-form-button:hover {
  box-shadow: 0 0 20px #ecb938;
}

.first-menu-dropdown-list.w--open {
  width: 250px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px -5px #000;
}

.first-menu-dropdown-link {
  font-family: Avenirnextcyr, sans-serif;
  font-weight: 500;
  line-height: 1em;
  transition: all .3s;
}

.first-menu-dropdown-link:hover {
  color: #ecb938;
}

.cookies {
  z-index: 15000;
  background-color: #292929;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cookies-text {
  color: #fff;
  margin-bottom: 0;
  padding: 10px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 10px;
  line-height: 1em;
}

.cookies-text-link {
  color: #fffdfd;
  transition: all .3s;
}

.cookies-text-link:hover {
  color: #ecb938;
}

.cookies-button {
  width: 80px;
  height: 25px;
  color: #fff;
  background-color: #292929;
  border: 1px solid #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 10px;
  transition: all .3s;
  display: flex;
}

.cookies-button:hover {
  color: #333;
  background-color: #fff;
}

.first-tel-link {
  color: #fff;
  text-decoration: none;
  transition: all .3s;
}

.first-tel-link:hover {
  color: #ecb938;
}

.footer-tel-link {
  color: #333;
  text-decoration: none;
  transition: all .3s;
}

.footer-tel-link:hover {
  color: #ecb938;
}

.first-contacts-cont {
  min-height: 100vh;
}

.benefits-subtitle4 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
}

.first-menu {
  justify-content: flex-end;
  display: none;
}

.first-menu-menu {
  background-color: #3d3d3d;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10px;
  display: none;
}

.first-menu-menu-nav {
  width: 100%;
  justify-content: flex-end;
  display: flex;
}

.first-menu-nav-img {
  width: 25px;
  cursor: pointer;
}

.first-menu-menu-link {
  color: #fff;
  padding: 5px 10px;
  font-family: Avenirnextcyr, sans-serif;
  text-decoration: none;
  transition: all .3s;
}

.first-menu-menu-link:hover {
  color: #ecb938;
}

.first-menu-menu-link.w--current {
  padding-top: 5px;
  padding-bottom: 5px;
}

.first-menu-nav {
  justify-content: flex-end;
  padding: 10px;
  display: flex;
}

.first-menu-menu-linkblock {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.first-menu-menu-nav-img {
  width: 25px;
  cursor: pointer;
}

.benefits-review-txt-mobile {
  color: #333;
  text-align: left;
  margin-bottom: 0;
  padding: 10px 10px 10px 20px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
  display: none;
}

.first-button-thx {
  width: 250px;
  height: 60px;
  color: #333;
  background-color: #ecb938;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  font-family: Avenirnextcyr, sans-serif;
  font-weight: 500;
  line-height: 1em;
  transition: all .3s;
  display: flex;
  box-shadow: 0 0 20px -5px #ecb938;
}

.first-button-thx:hover {
  box-shadow: 0 0 20px #ecb938;
}

.first-cont-thx {
  min-height: 100vh;
  padding-bottom: 180px;
}

.first-subtitle-link {
  color: #fff;
  text-decoration: none;
  transition: all .3s;
}

.first-subtitle-link:hover {
  color: #ecb938;
}

.price-sect {
  background-color: #fafafa;
}

.price-cont {
  padding-top: 100px;
  padding-bottom: 100px;
}

.price-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 10px 70px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1em;
}

.price-grid-shlifovka {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding-left: 10px;
  padding-right: 10px;
}

.price-grid-shlifovka-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.price-grid-shlifovka-title {
  min-height: 110px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 30px 10px 10px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.price-grid-shlifovka-button {
  width: 150px;
  height: 50px;
  color: #333;
  background-color: #ecb938;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-family: Avenirnextcyr, sans-serif;
  font-weight: 500;
  line-height: 1em;
  transition: all .3s;
  display: flex;
  box-shadow: 0 0 20px -5px #ecb938;
}

.price-grid-shlifovka-button:hover {
  box-shadow: 0 0 20px #ecb938;
}

.selection-cont {
  padding-top: 100px;
  padding-bottom: 100px;
}

.selection-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 10px 50px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1em;
}

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

.selection-wrap-left {
  width: 50%;
}

.selection-wrap-right {
  width: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.selection-txt {
  color: #333;
  text-align: left;
  margin-bottom: 0;
  padding: 10px 10px 50px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
}

.selection-button {
  width: 310px;
  height: 60px;
  color: #333;
  background-color: #ecb938;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  font-family: Avenirnextcyr, sans-serif;
  font-weight: 500;
  line-height: 1em;
  transition: all .3s;
  display: flex;
  box-shadow: 0 0 20px -5px #ecb938;
}

.selection-button:hover {
  box-shadow: 0 0 20px #ecb938;
}

.price-grid-shlifovka-pola {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding-left: 10px;
  padding-right: 10px;
}

.footer-copyright-name-wrap {
  align-items: center;
  padding-left: 10px;
  display: flex;
}

.footer-copyright-circle {
  width: 10px;
  height: 10px;
  background-color: #ecb938;
  border-radius: 100px;
}

.footer-copyright-name {
  margin-bottom: 0;
  padding: 10px 10px 10px 5px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
}

.footer-copyright-name-link {
  color: #333;
  text-decoration: none;
  transition: all .3s;
}

.footer-copyright-name-link:hover {
  color: #ecb938;
}

.footer-copyright-name-anchor {
  font-weight: 400;
}

.price-parket-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-left: 10px;
  padding-right: 10px;
}

.price-parket-grid-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.category-link-copy {
  color: #333;
  text-align: center;
  padding: 20px 10px 10px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.category-link-copy:hover {
  color: #ecb938;
}

.paragraph {
  text-align: center;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.price-parket-title {
  text-align: center;
  margin-bottom: 0;
  padding: 10px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
}

.price-parket-button-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  display: flex;
}

.price-parket-button {
  width: 250px;
  height: 60px;
  color: #333;
  background-color: #ecb938;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  font-family: Avenirnextcyr, sans-serif;
  font-weight: 500;
  line-height: 1em;
  transition: all .3s;
  display: flex;
  box-shadow: 0 0 20px -5px #ecb938;
}

.price-parket-button:hover {
  box-shadow: 0 0 20px #ecb938;
}

.category-pokraska-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding-left: 10px;
  padding-right: 10px;
}

.price-grid-obnalichka {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 10px;
  padding-right: 10px;
}

.price-grid-obnalichka-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.price-grid-obnalichka-title {
  min-height: 110px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 30px 10px 10px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.price-grid-obnalichka-button {
  width: 150px;
  height: 50px;
  color: #333;
  background-color: #ecb938;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-family: Avenirnextcyr, sans-serif;
  font-weight: 500;
  line-height: 1em;
  transition: all .3s;
  display: flex;
  box-shadow: 0 0 20px -5px #ecb938;
}

.price-grid-obnalichka-button:hover {
  box-shadow: 0 0 20px #ecb938;
}

.call {
  display: none;
}

.call-button {
  width: 270px;
  height: 60px;
  color: #333;
  text-align: center;
  background-color: #38ec7d;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  font-weight: 500;
  line-height: 1em;
  transition: all .3s;
  display: flex;
  box-shadow: 0 0 20px -5px #38ec7d;
}

.call-button:hover {
  box-shadow: 0 0 20px #38ec7d;
}

.fences-cont {
  padding-top: 100px;
  padding-bottom: 100px;
}

.fences-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1em;
}

.fences-subtitle {
  color: #333;
  text-align: center;
  margin-bottom: 0;
  padding: 10px 10px 50px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
}

.fences-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 10px;
  padding-right: 10px;
}

.fences-grid-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
}

.fences-grid-title {
  color: #333;
  text-align: center;
  padding: 20px 10px 10px 0;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.fences-grid-title:hover {
  color: #ecb938;
}

.fences-grid-price {
  color: #333;
  text-align: center;
  margin-bottom: 0;
  padding: 5px 10px 10px 0;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
}

.fences-grid-button {
  width: 200px;
  height: 50px;
  color: #333;
  text-align: center;
  background-color: #ecb938;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  font-family: Avenirnextcyr, sans-serif;
  font-weight: 500;
  line-height: 1em;
  transition: all .3s;
  display: flex;
  box-shadow: 0 0 20px -5px #ecb938;
}

.fences-grid-button:hover {
  box-shadow: 0 0 20px #ecb938;
}

.quiz-sect {
  background-color: #fafafa;
}

.quiz-cont {
  padding-top: 100px;
  padding-bottom: 100px;
}

.quiz-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1em;
}

.quiz-subtitle {
  color: #333;
  text-align: center;
  margin-bottom: 0;
  padding: 10px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
}

.quiz-question-wrap-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.quiz-photo {
  border-radius: 10px;
}

.quiz-variant {
  color: #333;
  text-align: center;
  margin-bottom: 0;
  padding: 10px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
}

.quiz-description-2 {
  color: #333;
  text-align: center;
  border-radius: 0;
  margin-bottom: 0;
  padding: 10px 0;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
}

.quiz-name-subtitle {
  color: #333;
  text-align: center;
  background-color: #ecb938;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 10px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
}

.quiz-form-checkboxlabel {
  font-family: Avenirnextcyr, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 1em;
}

.quiz-stat-txt {
  color: #333;
  text-align: center;
  margin-bottom: 0;
  padding: 10px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
}

.quiz-step2-option1 {
  cursor: pointer;
  background-color: #f3f3f3;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.quiz-step2-option1:hover {
  background-color: #e4e4e4;
}

.quiz-step1-option5 {
  cursor: pointer;
  background-color: #f3f3f3;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.quiz-step1-option5:hover {
  background-color: #e4e4e4;
}

.quiz-question-num {
  width: 100px;
  color: #333;
  text-align: center;
  background-color: #ecb938;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 10px;
  font-family: Avenirnextcyr, sans-serif;
  font-weight: 500;
  line-height: 1em;
}

.quiz-progressline-step3 {
  width: 200px;
  height: 10px;
  background-color: #ecb938;
  border-radius: 10px;
}

.quiz-form-wrap {
  background-color: #f3f3f3;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.quiz-question-description {
  color: #333;
  margin-bottom: 0;
  padding: 0 10px 10px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
}

.quiz-step3-option2 {
  cursor: pointer;
  background-color: #f3f3f3;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.quiz-step3-option2:hover {
  background-color: #e4e4e4;
}

.quiz-backbutton-wrap {
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  display: flex;
}

.quiz-step1-option3 {
  cursor: pointer;
  background-color: #f3f3f3;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.quiz-step1-option3:hover {
  background-color: #e4e4e4;
}

.quiz-stat-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.quiz-step5 {
  opacity: 0;
  display: none;
}

.quiz-backbutton-step3 {
  width: 150px;
  height: 50px;
  color: #333;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #ecb938;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.quiz-backbutton-step3:hover {
  background-color: #ecb938;
}

.quiz-form-checkbox.w--redirected-checked {
  background-color: #ecb938;
  border-color: #ecb938;
}

.quiz-wrap-left {
  width: 100%;
  padding: 20px;
}

.quiz-question-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 40px;
  display: flex;
}

.quiz-wrap-left-in {
  background-color: #f3f3f3;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  display: flex;
}

.quiz-step2-option3 {
  cursor: pointer;
  background-color: #f3f3f3;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.quiz-step2-option3:hover {
  background-color: #e4e4e4;
}

.quiz-progressline-step2 {
  width: 100px;
  height: 10px;
  background-color: #ecb938;
  border-radius: 10px;
}

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

.quiz-step1-option4 {
  cursor: pointer;
  background-color: #f3f3f3;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.quiz-step1-option4:hover {
  background-color: #e4e4e4;
}

.quiz-step3-option1 {
  cursor: pointer;
  background-color: #f3f3f3;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.quiz-step3-option1:hover {
  background-color: #e4e4e4;
}

.quiz-stat-wrap {
  align-items: center;
  display: flex;
}

.quiz-wrap-right {
  width: 300px;
  padding: 20px;
}

.quiz-step1-option1 {
  cursor: pointer;
  background-color: #f3f3f3;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.quiz-step1-option1:hover {
  background-color: #e4e4e4;
}

.quiz-step2-option2 {
  cursor: pointer;
  background-color: #f3f3f3;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.quiz-step2-option2:hover {
  background-color: #e4e4e4;
}

.quiz-step2-option4 {
  cursor: pointer;
  background-color: #eaeaea;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.quiz-step2-option4:hover {
  background-color: #e4e4e4;
}

.quiz-progressline-step5 {
  width: 390px;
  height: 10px;
  background-color: #ecb938;
  border-radius: 5px;
}

.quiz-name {
  color: #333;
  margin-bottom: 0;
  padding: 15px 10px 10px;
  font-family: Avenirnextcyr, sans-serif;
  font-weight: 500;
  line-height: 1em;
}

.quiz-progressline-step4 {
  width: 300px;
  height: 10px;
  background-color: #ecb938;
  border-radius: 10px;
}

.quiz-form-checkboxwrap {
  width: 200px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-left: 20px;
  font-weight: 400;
}

.quiz-step3 {
  opacity: 0;
  display: none;
}

.quiz-question {
  color: #333;
  margin-bottom: 0;
  padding: 10px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1em;
}

.quiz-step1 {
  display: block;
}

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

.quiz-description {
  color: #333;
  text-align: left;
  border-radius: 0;
  margin-bottom: 0;
  padding: 5px 0;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
}

.quiz-step1-option2 {
  cursor: pointer;
  background-color: #f3f3f3;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.quiz-step1-option2:hover {
  background-color: #e4e4e4;
}

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

.quiz-step4 {
  opacity: 0;
  display: none;
}

.quiz-wrap {
  background-color: #fff;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-top: 70px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px;
  display: flex;
}

.quiz-fullline {
  width: 400px;
  height: 10px;
  background-color: #f3f3f3;
  border-radius: 10px;
}

.quiz-form-wrap-outside {
  justify-content: center;
  align-items: center;
  display: flex;
}

.quiz-backbutton-step4 {
  width: 150px;
  height: 50px;
  color: #333;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #ecb938;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.quiz-backbutton-step4:hover {
  background-color: #ecb938;
}

.quiz-backbutton-step2 {
  width: 150px;
  height: 50px;
  color: #333;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #ecb938;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.quiz-backbutton-step2:hover {
  background-color: #ecb938;
}

.quiz-form-checkboxlabel-link {
  color: #ecb938;
  transition: all .3s;
}

.quiz-stat {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.quiz-form-textfield {
  width: 200px;
  height: 50px;
  color: #333;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 15px;
  font-family: Avenirnextcyr, sans-serif;
  font-weight: 500;
  line-height: 1em;
}

.quiz-form-textfield:focus {
  border: 1px solid #ecb938;
}

.quiz-form-button {
  width: 200px;
  height: 50px;
  color: #333;
  background-color: #ecb938;
  border-radius: 10px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  transition: all .3s;
  box-shadow: 0 0 20px -5px #ecb938;
}

.quiz-form-button:hover {
  box-shadow: 0 0 20px #ecb938;
}

.quiz-step4-option1 {
  cursor: pointer;
  background-color: #f3f3f3;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.quiz-step4-option1:hover {
  background-color: #e4e4e4;
}

.quiz-description-wrap {
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.quiz-step2 {
  opacity: 0;
  display: none;
}

.quiz-form {
  margin-bottom: 0;
}

.quiz-step4-option2 {
  cursor: pointer;
  background-color: #f3f3f3;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.quiz-step4-option2:hover {
  background-color: #e4e4e4;
}

.quiz-progressline-step1 {
  width: 10px;
  height: 10px;
  background-color: #ecb938;
  border-radius: 10px;
}

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

.quiz-step1-option6 {
  cursor: pointer;
  background-color: #f3f3f3;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.quiz-step1-option6:hover {
  background-color: #e4e4e4;
}

.quiz-question-img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.technology-cont {
  padding-top: 100px;
  padding-bottom: 100px;
}

.technology-title {
  color: #333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1em;
}

.technology-subtitle {
  color: #333;
  text-align: center;
  margin-bottom: 0;
  padding: 10px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
}

.technology-wrap {
  justify-content: center;
  align-items: flex-start;
  margin-top: 50px;
  display: flex;
}

.technology-txtwrap {
  width: 700px;
  background-color: #f3f3f3;
  border-radius: 10px;
  padding: 50px;
}

.technology-txt {
  color: #333;
  text-align: left;
  margin-bottom: 0;
  padding: 10px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
}

.technology-button {
  width: 250px;
  height: 50px;
  color: #333;
  text-align: center;
  background-color: #ecb938;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-left: 10px;
  font-family: Avenirnextcyr, sans-serif;
  font-weight: 500;
  line-height: 1em;
  transition: all .3s;
  display: flex;
  box-shadow: 0 0 20px -5px #ecb938;
}

.technology-button:hover {
  box-shadow: 0 0 20px #ecb938;
}

.official-sect {
  background-color: #fafafa;
}

.official-cont {
  padding-top: 100px;
  padding-bottom: 100px;
}

.official-title {
  color: #333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1em;
}

.official-grid {
  grid-template-rows: auto;
  margin-top: 50px;
  padding-left: 10px;
  padding-right: 10px;
}

.official-grid-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.official-grid-title {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
}

.official-grid-subtitle {
  color: #333;
  text-align: center;
  margin-bottom: 0;
  padding: 10px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
}

.first-sect-zabory {
  background-image: url('../images/zabor-main-bckg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.benefits-line-zabori {
  width: 100px;
  height: 3px;
  background-color: #ecb938;
  margin-bottom: 40px;
}

.offer-cta-subtitle-2 {
  color: #333;
  text-align: left;
  margin-bottom: 0;
  padding: 10px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
}

.quiz-step3-option3 {
  cursor: pointer;
  background-color: #f3f3f3;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.quiz-step3-option3:hover {
  background-color: #e4e4e4;
}

.quiz-step4-option3 {
  cursor: pointer;
  background-color: #f3f3f3;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.quiz-step4-option3:hover {
  background-color: #e4e4e4;
}

.first-sect-uteplenie {
  background-image: url('../images/uteplenie2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.first-sect-otdelka-bani {
  background-image: url('../images/banya2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.first-sect-montazh-terras {
  background-image: url('../images/montazh-terras2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.first-sect-ustroystvo-krovli {
  background-image: url('../images/krovlya2_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.first-sect-shlifovka {
  background-image: url('../images/shlifovka2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.first-sect-pokraska {
  background-image: url('../images/pokraska2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.first-sect-ustroystvo-sten {
  background-image: url('../images/ustroystvo-sten2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.first-sect-obnalichka {
  background-image: url('../images/obnalichka2_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.first-sect-obshivka {
  background-image: url('../images/ustroystvo-sten2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.first-sect-besedki {
  background-image: url('../images/besedka2_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.first-sect-navesi {
  background-image: url('../images/naves2_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.first-sect-blagoutroystvo {
  background-image: url('../images/blagoustroystvo2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.first-sect-fundament {
  background-image: url('../images/fundament2_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.first-sect-derevyannie-zabory {
  background-image: url('../images/derevyannyi-zabor2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.quiz-step1-vnutrennie {
  display: block;
}

.quiz-grid-step1-vnutrennie {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.quiz-step2-vnutrennie, .quiz-step3-vnutrennie, .quiz-step4-vnutrennie {
  opacity: 0;
  display: none;
}

.quiz-progressline-step2-vnutrennie {
  width: 133px;
  height: 10px;
  background-color: #ecb938;
  border-radius: 10px;
}

.quiz-progressline-step3-vnutrennie {
  width: 266px;
  height: 10px;
  background-color: #ecb938;
  border-radius: 10px;
}

.quiz-progressline-step4-vnutrennie {
  width: 380px;
  height: 10px;
  background-color: #ecb938;
  border-radius: 10px;
}

.first-sect-setka-rabica {
  background-image: url('../images/setka-rabica2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.first-sect-modulnie-zabory {
  background-image: url('../images/modulnie-zabori2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.first-sect-metalloprofilnie-zabory {
  background-image: url('../images/zabor-iz-profnastila2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.first-sect-metalloshtaketnik {
  background-image: url('../images/zabor-iz-metalloshtaketnika2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.first-sect-3d-zabory {
  background-image: url('../images/3d-zabor2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.work-sect {
  background-color: #f8f8f8;
}

.work-cont {
  padding-top: 100px;
  padding-bottom: 100px;
}

.work-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1em;
}

.work-grid {
  grid-row-gap: 60px;
  margin-top: 50px;
  padding: 0 10px;
}

.work-grid-wrap {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  box-shadow: 0 2px 20px -5px #0003;
}

.work-grid-img {
  border-radius: 20px;
}

.work-grid-title {
  color: #333;
  text-align: center;
  margin-bottom: 0;
  padding: 10px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.detail-cont {
  padding-top: 100px;
  padding-bottom: 100px;
}

.detail-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1em;
}

.detail-wrap {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.detail-wrap-left {
  width: 50%;
}

.detail-wrap-right {
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.detail-img {
  border-radius: 20px;
}

.detail-subtitle {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
}

.detail-txt {
  color: #333;
  text-align: left;
  margin-bottom: 0;
  padding: 10px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
}

.cta-sect {
  background-color: #f8f8f8;
}

.cta-cont {
  padding-top: 100px;
  padding-bottom: 100px;
}

.cta-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1em;
}

.cta-button-wrap {
  justify-content: center;
  align-items: flex-start;
  margin-top: 50px;
  display: flex;
}

.portfolio-cont {
  padding-top: 100px;
  padding-bottom: 100px;
}

.portfolio-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1em;
}

.benefits-grid-copy {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 10px;
  padding-right: 10px;
}

.portfolio-grid {
  margin-top: 50px;
  padding: 0 10px;
}

.portfolio-grid-cell {
  align-items: center;
}

.machine-sect {
  background-color: #f8f8f8;
}

.machine-cont {
  padding-top: 100px;
  padding-bottom: 100px;
}

.machine-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1em;
}

.machine-wrap {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.machine-wrap-left {
  width: 50%;
}

.machine-wrap-right {
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.machine-subtitle {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
}

.machine-txt {
  color: #333;
  text-align: left;
  margin-bottom: 0;
  padding: 10px;
  font-family: Avenirnextcyr, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
}

.machine-img {
  border-radius: 20px;
}

.machine-button {
  color: #333;
  text-align: center;
  background-color: #ecb938;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 60px;
  margin-top: 35px;
  margin-left: 10px;
  font-family: Avenirnextcyr, sans-serif;
  font-weight: 500;
  line-height: 1em;
  transition: all .3s;
  display: flex;
  box-shadow: 0 0 20px -5px #ecb938;
}

.machine-button:hover {
  box-shadow: 0 0 20px #ecb938;
}

.portfolio-lightbox-img {
  border-radius: 20px;
}

@media screen and (min-width: 1280px) {
  .first-cont, .category-cont, .benefits-cont, .company-cont, .offer-cont, .footer-cont, .first-cont-thx, .price-cont, .selection-cont, .div-block, .fences-cont, .quiz-cont {
    max-width: 1200px;
  }

  .quiz-step5 {
    display: none;
  }

  .technology-cont, .official-cont, .work-cont, .detail-cont, .cta-cont, .portfolio-cont, .machine-cont {
    max-width: 1200px;
  }
}

@media screen and (max-width: 991px) {
  .first-tel {
    font-size: 16px;
  }

  .benefits-review-txt, .benefits-review-txt-mobile {
    font-size: 14px;
  }

  .price-grid-shlifovka, .price-grid-shlifovka-pola, .price-grid-obnalichka {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .quiz-stat-wrap {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .first-cont {
    padding-bottom: 80px;
  }

  .first-content {
    width: 100%;
    padding-top: 50px;
  }

  .first-title {
    font-size: 36px;
  }

  .first-header-center {
    display: none;
  }

  .category-grid {
    grid-template-columns: 1fr 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .benefits-review-txt {
    font-size: 12px;
  }

  .first-menu {
    display: flex;
  }

  .first-menu-menu {
    background-color: #292929;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: none;
  }

  .benefits-review-txt-mobile {
    font-size: 12px;
  }

  .first-cont-thx {
    padding-bottom: 80px;
  }

  .price-grid-shlifovka-wrap {
    padding-bottom: 30px;
  }

  .selection-wrap {
    flex-direction: column;
  }

  .selection-wrap-left {
    width: 100%;
  }

  .selection-wrap-right {
    width: 50%;
  }

  .price-parket-grid, .category-pokraska-grid {
    grid-template-columns: 1fr 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .price-grid-obnalichka-wrap {
    padding-bottom: 30px;
  }

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

  .quiz-progressline-step3 {
    width: 160px;
  }

  .quiz-wrap-left {
    display: block;
  }

  .quiz-progressline-step2 {
    width: 80px;
  }

  .quiz-wrap-right {
    display: none;
  }

  .quiz-progressline-step5 {
    width: 310px;
  }

  .quiz-name {
    text-align: center;
  }

  .quiz-progressline-step4 {
    width: 240px;
  }

  .quiz-question {
    font-size: 18px;
  }

  .quiz-fullline {
    width: 320px;
  }

  .quiz-stat {
    padding-top: 0;
  }

  .quiz-progressline-step1 {
    width: 10px;
  }

  .quiz-progressline-step2-vnutrennie {
    width: 107px;
  }

  .quiz-progressline-step3-vnutrennie {
    width: 214px;
  }

  .quiz-progressline-step4-vnutrennie {
    width: 300px;
  }

  .detail-wrap, .machine-wrap-right {
    padding-right: 10px;
  }

  .machine-button {
    width: 250px;
  }
}

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

  .first-title, .category-title {
    font-size: 32px;
  }

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

  .benefits-cont {
    padding-bottom: 50px;
  }

  .benefits-title {
    font-size: 32px;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .benefits-subtitle3 {
    display: block;
  }

  .benefits-review {
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .benefits-slider {
    display: block;
  }

  .benefits-slider-left-arrow, .benefits-slider-right-arrow {
    width: 40px;
  }

  .benefits-review-video-wrap {
    width: 100%;
  }

  .benefits-review-content-wrap {
    width: 100%;
    display: block;
  }

  .benefits-review-txt {
    padding-left: 10px;
    font-size: 12px;
    display: none;
  }

  .benefits-review-txt-author {
    padding-left: 10px;
    font-size: 14px;
  }

  .company-title {
    font-size: 32px;
  }

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

  .offer-title {
    text-align: left;
    font-size: 32px;
  }

  .offer-subtitle {
    text-align: left;
    padding-bottom: 50px;
  }

  .offer-cta-wrap {
    flex-direction: column;
  }

  .offer-cta-left, .offer-cta-right {
    width: 100%;
  }

  .offer-cta-subtitle {
    padding-bottom: 30px;
  }

  .footer-wrap {
    flex-direction: column;
    align-items: center;
    padding-bottom: 70px;
  }

  .cookies {
    position: static;
  }

  .first-menu-menu {
    align-items: flex-start;
  }

  .benefits-review-txt-mobile {
    padding-left: 10px;
    font-size: 12px;
    display: block;
  }

  .price-cont {
    padding-bottom: 50px;
  }

  .price-title {
    font-size: 32px;
  }

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

  .selection-title {
    font-size: 32px;
  }

  .selection-wrap-right {
    display: none;
  }

  .selection-button {
    width: 300px;
  }

  .price-grid-shlifovka-pola, .price-parket-grid {
    grid-template-columns: 1fr;
  }

  .price-parket-button {
    width: 300px;
  }

  .category-pokraska-grid, .price-grid-obnalichka {
    grid-template-columns: 1fr;
  }

  .call {
    z-index: 200000;
    background-color: #292929;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .call-button {
    color: #333;
    background-color: #ecb938;
    border-radius: 10px;
    font-family: Avenirnextcyr, sans-serif;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 0 20px -5px #ecb938;
  }

  .call-button:hover {
    box-shadow: 0 0 20px #ecb938;
  }

  .fences-title {
    font-size: 32px;
  }

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

  .quiz-cont {
    padding-bottom: 50px;
  }

  .quiz-title {
    font-size: 32px;
  }

  .quiz-variant {
    font-size: 14px;
  }

  .quiz-question-num {
    font-size: 10px;
  }

  .quiz-progressline-step3 {
    width: 150px;
  }

  .quiz-question-description {
    font-size: 14px;
  }

  .quiz-progressline-step2 {
    width: 75px;
  }

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

  .quiz-wrap-right {
    padding-left: 0;
    padding-right: 0;
  }

  .quiz-progressline-step5 {
    width: 290px;
  }

  .quiz-progressline-step4 {
    width: 225px;
  }

  .quiz-grid-step2, .quiz-grid-step4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .quiz-fullline {
    width: 300px;
  }

  .quiz-progressline-step1 {
    width: 10px;
  }

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

  .quiz-question-img {
    display: none;
  }

  .technology-cont {
    padding-bottom: 50px;
  }

  .technology-title {
    text-align: left;
    font-size: 32px;
  }

  .technology-subtitle, .technology-txt {
    text-align: left;
    padding-bottom: 50px;
  }

  .official-title {
    text-align: left;
    font-size: 32px;
  }

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

  .official-grid-subtitle, .offer-cta-subtitle-2 {
    padding-bottom: 30px;
  }

  .quiz-grid-step1-vnutrennie {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .quiz-progressline-step2-vnutrennie {
    width: 100px;
  }

  .quiz-progressline-step3-vnutrennie {
    width: 200px;
  }

  .quiz-progressline-step4-vnutrennie {
    width: 280px;
  }

  .work-title, .detail-title {
    font-size: 32px;
  }

  .detail-wrap {
    flex-flow: column;
  }

  .detail-wrap-left {
    width: 100%;
  }

  .detail-wrap-right {
    width: 100%;
    padding-left: 10px;
  }

  .detail-txt {
    padding-bottom: 30px;
  }

  .cta-title, .portfolio-title {
    font-size: 32px;
  }

  .benefits-grid-copy {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .machine-title {
    font-size: 32px;
  }

  .machine-wrap {
    flex-flow: column;
  }

  .machine-wrap-left {
    width: 100%;
  }

  .machine-wrap-right {
    width: 100%;
    margin-top: 50px;
    padding-left: 10px;
  }

  .machine-txt {
    padding-bottom: 30px;
  }
}

#w-node-_70e9a5a5-1bec-f044-268d-c09d3561cf0c-1acf4e06, #w-node-_034bc69e-74e9-715d-3c5a-ef96f007f740-1acf4e06, #w-node-_0555e97c-d01d-18b5-bb18-1213e8864c4d-1acf4e06, #w-node-_19fe6807-57e1-cd6a-7243-55d82b645a2b-1acf4e06, #w-node-_831c9569-2f4b-367a-77fe-36a9e6542f06-1acf4e06, #w-node-d95e1236-983a-7fb4-2b65-8818de3ed347-1acf4e06, #w-node-_29af53d1-d7d5-35a4-9ffa-a6470d1a2972-1acf4e06, #w-node-ac3da96a-a7bf-c899-f6dd-11734978f545-1acf4e06, #w-node-_2323eb64-ecfb-bb6c-873d-3b4b635603f0-1acf4e06, #w-node-fe0c3ba7-8972-5439-12ec-a0797006e5d8-1acf4e06, #w-node-_362274d3-4481-8338-b53d-6ceedf963618-1acf4e06, #w-node-_7b763a69-4ae7-f44a-f68c-6384d0c937f0-1acf4e06, #w-node-aa0c5578-d1f0-05ec-d43c-d628f416b0c2-1acf4e06, #w-node-_83b6afae-a18a-0890-5b41-7534ef7bcba5-1acf4e06, #w-node-c0f85a85-590a-9214-a9a4-e64876a958b5-1acf4e06, #w-node-bda0825a-f71b-e4e9-d57d-ca1c5361a8ba-1acf4e06, #w-node-f4c78543-8b41-a1f9-69bc-1b45a61fd330-1acf4e06, #w-node-dc448d51-c50e-64d7-3376-020b3c44c280-1acf4e06, #w-node-_7a8b69c7-4c84-1dca-15c5-2b3e8259c484-1acf4e06, #w-node-_80d55023-3184-1e12-e4e7-58e7791bfd4a-1acf4e06, #w-node-_3e0f0810-5a6c-690a-fe28-94b5c04211f9-1acf4e06, #w-node-_4218dd6b-f131-6713-718c-da1afa7a59e5-1acf4e06, #w-node-a11aa917-5eb2-cdbf-389c-08ef7894a449-1acf4e06, #w-node-bb3b45ea-3034-372f-17c4-0fa743c02638-1acf4e06, #w-node-_1c3ad930-cdc3-0b08-aab8-ef0b4e2a2fb7-1acf4e06, #w-node-_43574f4c-c338-de85-7ec1-3282f1a02063-1acf4e06, #w-node-ce47590c-49ef-2e6a-eac3-6a4cb921e959-1acf4e06, #w-node-a9ec6751-65ab-7360-14fc-8e553cac8795-1acf4e06, #w-node-_376f5f2e-3030-fba0-4af3-7fe621a2e107-1acf4e06, #w-node-f4b7dd5f-5090-fa40-474b-3e432d9be549-1acf4e06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c308c6c8-850e-d5a7-06a1-a8d053d0577f-3ccf4e07 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_8e4bdd7f-f333-23cf-8047-5d6f9cde8a2f-3ccf4e07 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_70e9a5a5-1bec-f044-268d-c09d3561cf0c-1acf4e06, #w-node-_034bc69e-74e9-715d-3c5a-ef96f007f740-1acf4e06, #w-node-_0555e97c-d01d-18b5-bb18-1213e8864c4d-1acf4e06, #w-node-_19fe6807-57e1-cd6a-7243-55d82b645a2b-1acf4e06, #w-node-_831c9569-2f4b-367a-77fe-36a9e6542f06-1acf4e06, #w-node-d95e1236-983a-7fb4-2b65-8818de3ed347-1acf4e06, #w-node-_29af53d1-d7d5-35a4-9ffa-a6470d1a2972-1acf4e06, #w-node-ac3da96a-a7bf-c899-f6dd-11734978f545-1acf4e06, #w-node-_2323eb64-ecfb-bb6c-873d-3b4b635603f0-1acf4e06, #w-node-fe0c3ba7-8972-5439-12ec-a0797006e5d8-1acf4e06, #w-node-_362274d3-4481-8338-b53d-6ceedf963618-1acf4e06, #w-node-_7b763a69-4ae7-f44a-f68c-6384d0c937f0-1acf4e06, #w-node-aa0c5578-d1f0-05ec-d43c-d628f416b0c2-1acf4e06, #w-node-_83b6afae-a18a-0890-5b41-7534ef7bcba5-1acf4e06, #w-node-c0f85a85-590a-9214-a9a4-e64876a958b5-1acf4e06, #w-node-bda0825a-f71b-e4e9-d57d-ca1c5361a8ba-1acf4e06, #w-node-f4c78543-8b41-a1f9-69bc-1b45a61fd330-1acf4e06, #w-node-dc448d51-c50e-64d7-3376-020b3c44c280-1acf4e06, #w-node-_7a8b69c7-4c84-1dca-15c5-2b3e8259c484-1acf4e06, #w-node-_80d55023-3184-1e12-e4e7-58e7791bfd4a-1acf4e06, #w-node-_3e0f0810-5a6c-690a-fe28-94b5c04211f9-1acf4e06, #w-node-_4218dd6b-f131-6713-718c-da1afa7a59e5-1acf4e06, #w-node-a11aa917-5eb2-cdbf-389c-08ef7894a449-1acf4e06, #w-node-bb3b45ea-3034-372f-17c4-0fa743c02638-1acf4e06, #w-node-_1c3ad930-cdc3-0b08-aab8-ef0b4e2a2fb7-1acf4e06, #w-node-_43574f4c-c338-de85-7ec1-3282f1a02063-1acf4e06, #w-node-ce47590c-49ef-2e6a-eac3-6a4cb921e959-1acf4e06, #w-node-a9ec6751-65ab-7360-14fc-8e553cac8795-1acf4e06, #w-node-_376f5f2e-3030-fba0-4af3-7fe621a2e107-1acf4e06, #w-node-f4b7dd5f-5090-fa40-474b-3e432d9be549-1acf4e06, #w-node-c0f85a85-590a-9214-a9a4-e64876a958b5-3ccf4e07, #w-node-bda0825a-f71b-e4e9-d57d-ca1c5361a8ba-3ccf4e07, #w-node-f4c78543-8b41-a1f9-69bc-1b45a61fd330-3ccf4e07, #w-node-dc448d51-c50e-64d7-3376-020b3c44c280-3ccf4e07, #w-node-_7a8b69c7-4c84-1dca-15c5-2b3e8259c484-3ccf4e07, #w-node-_80d55023-3184-1e12-e4e7-58e7791bfd4a-3ccf4e07, #w-node-ce47590c-49ef-2e6a-eac3-6a4cb921e959-3ccf4e07, #w-node-a9ec6751-65ab-7360-14fc-8e553cac8795-3ccf4e07, #w-node-_376f5f2e-3030-fba0-4af3-7fe621a2e107-3ccf4e07, #w-node-f4b7dd5f-5090-fa40-474b-3e432d9be549-3ccf4e07, #w-node-c0f85a85-590a-9214-a9a4-e64876a958b5-32cf4e09, #w-node-bda0825a-f71b-e4e9-d57d-ca1c5361a8ba-32cf4e09, #w-node-f4c78543-8b41-a1f9-69bc-1b45a61fd330-32cf4e09, #w-node-dc448d51-c50e-64d7-3376-020b3c44c280-32cf4e09, #w-node-_7a8b69c7-4c84-1dca-15c5-2b3e8259c484-32cf4e09, #w-node-_80d55023-3184-1e12-e4e7-58e7791bfd4a-32cf4e09, #w-node-ce47590c-49ef-2e6a-eac3-6a4cb921e959-32cf4e09, #w-node-a9ec6751-65ab-7360-14fc-8e553cac8795-32cf4e09, #w-node-_376f5f2e-3030-fba0-4af3-7fe621a2e107-32cf4e09, #w-node-f4b7dd5f-5090-fa40-474b-3e432d9be549-32cf4e09, #w-node-c0f85a85-590a-9214-a9a4-e64876a958b5-9ecf4e0a, #w-node-bda0825a-f71b-e4e9-d57d-ca1c5361a8ba-9ecf4e0a, #w-node-f4c78543-8b41-a1f9-69bc-1b45a61fd330-9ecf4e0a, #w-node-dc448d51-c50e-64d7-3376-020b3c44c280-9ecf4e0a, #w-node-_7a8b69c7-4c84-1dca-15c5-2b3e8259c484-9ecf4e0a, #w-node-_80d55023-3184-1e12-e4e7-58e7791bfd4a-9ecf4e0a, #w-node-ce47590c-49ef-2e6a-eac3-6a4cb921e959-9ecf4e0a, #w-node-a9ec6751-65ab-7360-14fc-8e553cac8795-9ecf4e0a, #w-node-_376f5f2e-3030-fba0-4af3-7fe621a2e107-9ecf4e0a, #w-node-f4b7dd5f-5090-fa40-474b-3e432d9be549-9ecf4e0a, #w-node-c0f85a85-590a-9214-a9a4-e64876a958b5-0acf4e0b, #w-node-bda0825a-f71b-e4e9-d57d-ca1c5361a8ba-0acf4e0b, #w-node-f4c78543-8b41-a1f9-69bc-1b45a61fd330-0acf4e0b, #w-node-dc448d51-c50e-64d7-3376-020b3c44c280-0acf4e0b, #w-node-_7a8b69c7-4c84-1dca-15c5-2b3e8259c484-0acf4e0b, #w-node-_80d55023-3184-1e12-e4e7-58e7791bfd4a-0acf4e0b, #w-node-ce47590c-49ef-2e6a-eac3-6a4cb921e959-0acf4e0b, #w-node-a9ec6751-65ab-7360-14fc-8e553cac8795-0acf4e0b, #w-node-_376f5f2e-3030-fba0-4af3-7fe621a2e107-0acf4e0b, #w-node-f4b7dd5f-5090-fa40-474b-3e432d9be549-0acf4e0b, #w-node-cc42a1ad-3e1d-0a1c-990d-4d9424a5fbd3-1fcf4e0c, #w-node-_0d194641-27ec-3896-c916-14f908bc1762-1fcf4e0c, #w-node-f289d423-b2b0-49c9-d548-bd513a21b981-1fcf4e0c, #w-node-c0f85a85-590a-9214-a9a4-e64876a958b5-1fcf4e0c, #w-node-bda0825a-f71b-e4e9-d57d-ca1c5361a8ba-1fcf4e0c, #w-node-f4c78543-8b41-a1f9-69bc-1b45a61fd330-1fcf4e0c, #w-node-dc448d51-c50e-64d7-3376-020b3c44c280-1fcf4e0c, #w-node-_7a8b69c7-4c84-1dca-15c5-2b3e8259c484-1fcf4e0c, #w-node-_80d55023-3184-1e12-e4e7-58e7791bfd4a-1fcf4e0c, #w-node-ce47590c-49ef-2e6a-eac3-6a4cb921e959-1fcf4e0c, #w-node-a9ec6751-65ab-7360-14fc-8e553cac8795-1fcf4e0c, #w-node-_376f5f2e-3030-fba0-4af3-7fe621a2e107-1fcf4e0c, #w-node-f4b7dd5f-5090-fa40-474b-3e432d9be549-1fcf4e0c, #w-node-c0f85a85-590a-9214-a9a4-e64876a958b5-2ccf4e0d, #w-node-bda0825a-f71b-e4e9-d57d-ca1c5361a8ba-2ccf4e0d, #w-node-f4c78543-8b41-a1f9-69bc-1b45a61fd330-2ccf4e0d, #w-node-dc448d51-c50e-64d7-3376-020b3c44c280-2ccf4e0d, #w-node-_7a8b69c7-4c84-1dca-15c5-2b3e8259c484-2ccf4e0d, #w-node-_80d55023-3184-1e12-e4e7-58e7791bfd4a-2ccf4e0d, #w-node-ce47590c-49ef-2e6a-eac3-6a4cb921e959-2ccf4e0d, #w-node-a9ec6751-65ab-7360-14fc-8e553cac8795-2ccf4e0d, #w-node-_376f5f2e-3030-fba0-4af3-7fe621a2e107-2ccf4e0d, #w-node-f4b7dd5f-5090-fa40-474b-3e432d9be549-2ccf4e0d, #w-node-c0f85a85-590a-9214-a9a4-e64876a958b5-64cf4e0e, #w-node-bda0825a-f71b-e4e9-d57d-ca1c5361a8ba-64cf4e0e, #w-node-f4c78543-8b41-a1f9-69bc-1b45a61fd330-64cf4e0e, #w-node-dc448d51-c50e-64d7-3376-020b3c44c280-64cf4e0e, #w-node-_7a8b69c7-4c84-1dca-15c5-2b3e8259c484-64cf4e0e, #w-node-_80d55023-3184-1e12-e4e7-58e7791bfd4a-64cf4e0e, #w-node-ce47590c-49ef-2e6a-eac3-6a4cb921e959-64cf4e0e, #w-node-a9ec6751-65ab-7360-14fc-8e553cac8795-64cf4e0e, #w-node-_376f5f2e-3030-fba0-4af3-7fe621a2e107-64cf4e0e, #w-node-f4b7dd5f-5090-fa40-474b-3e432d9be549-64cf4e0e, #w-node-_70e9a5a5-1bec-f044-268d-c09d3561cf0c-e9cf4e0f, #w-node-_034bc69e-74e9-715d-3c5a-ef96f007f740-e9cf4e0f, #w-node-_0555e97c-d01d-18b5-bb18-1213e8864c4d-e9cf4e0f, #w-node-_19fe6807-57e1-cd6a-7243-55d82b645a2b-e9cf4e0f, #w-node-_5c5801c6-5eaf-d0c5-93b8-194e71f2e4b6-e9cf4e0f, #w-node-dcf13255-9f7d-6c92-a6ea-7ba0ec22237f-e9cf4e0f, #w-node-cc42a1ad-3e1d-0a1c-990d-4d9424a5fbd3-e9cf4e0f, #w-node-_201fcb05-a569-fc81-b260-c9b06cee65de-e9cf4e0f, #w-node-d393ed8b-20db-5934-21ba-1ba4745ab088-e9cf4e0f, #w-node-e250be8a-a6ce-3e61-d61f-374126bbd044-e9cf4e0f, #w-node-c0f85a85-590a-9214-a9a4-e64876a958b5-e9cf4e0f, #w-node-bda0825a-f71b-e4e9-d57d-ca1c5361a8ba-e9cf4e0f, #w-node-f4c78543-8b41-a1f9-69bc-1b45a61fd330-e9cf4e0f, #w-node-dc448d51-c50e-64d7-3376-020b3c44c280-e9cf4e0f, #w-node-_7a8b69c7-4c84-1dca-15c5-2b3e8259c484-e9cf4e0f, #w-node-_80d55023-3184-1e12-e4e7-58e7791bfd4a-e9cf4e0f, #w-node-ce47590c-49ef-2e6a-eac3-6a4cb921e959-e9cf4e0f, #w-node-a9ec6751-65ab-7360-14fc-8e553cac8795-e9cf4e0f, #w-node-_376f5f2e-3030-fba0-4af3-7fe621a2e107-e9cf4e0f, #w-node-f4b7dd5f-5090-fa40-474b-3e432d9be549-e9cf4e0f, #w-node-cc42a1ad-3e1d-0a1c-990d-4d9424a5fbd3-92cf4e10, #w-node-dcf13255-9f7d-6c92-a6ea-7ba0ec22237f-92cf4e10, #w-node-c0f85a85-590a-9214-a9a4-e64876a958b5-92cf4e10, #w-node-bda0825a-f71b-e4e9-d57d-ca1c5361a8ba-92cf4e10, #w-node-f4c78543-8b41-a1f9-69bc-1b45a61fd330-92cf4e10, #w-node-dc448d51-c50e-64d7-3376-020b3c44c280-92cf4e10, #w-node-_7a8b69c7-4c84-1dca-15c5-2b3e8259c484-92cf4e10, #w-node-_80d55023-3184-1e12-e4e7-58e7791bfd4a-92cf4e10, #w-node-ce47590c-49ef-2e6a-eac3-6a4cb921e959-92cf4e10, #w-node-a9ec6751-65ab-7360-14fc-8e553cac8795-92cf4e10, #w-node-_376f5f2e-3030-fba0-4af3-7fe621a2e107-92cf4e10, #w-node-f4b7dd5f-5090-fa40-474b-3e432d9be549-92cf4e10, #w-node-cc42a1ad-3e1d-0a1c-990d-4d9424a5fbd3-58cf4e11, #w-node-dcf13255-9f7d-6c92-a6ea-7ba0ec22237f-58cf4e11, #w-node-c0f85a85-590a-9214-a9a4-e64876a958b5-58cf4e11, #w-node-bda0825a-f71b-e4e9-d57d-ca1c5361a8ba-58cf4e11, #w-node-f4c78543-8b41-a1f9-69bc-1b45a61fd330-58cf4e11, #w-node-dc448d51-c50e-64d7-3376-020b3c44c280-58cf4e11, #w-node-_7a8b69c7-4c84-1dca-15c5-2b3e8259c484-58cf4e11, #w-node-_80d55023-3184-1e12-e4e7-58e7791bfd4a-58cf4e11, #w-node-ce47590c-49ef-2e6a-eac3-6a4cb921e959-58cf4e11, #w-node-a9ec6751-65ab-7360-14fc-8e553cac8795-58cf4e11, #w-node-_376f5f2e-3030-fba0-4af3-7fe621a2e107-58cf4e11, #w-node-f4b7dd5f-5090-fa40-474b-3e432d9be549-58cf4e11, #w-node-cc42a1ad-3e1d-0a1c-990d-4d9424a5fbd3-16cf4e12, #w-node-dcf13255-9f7d-6c92-a6ea-7ba0ec22237f-16cf4e12, #w-node-c0f85a85-590a-9214-a9a4-e64876a958b5-16cf4e12, #w-node-bda0825a-f71b-e4e9-d57d-ca1c5361a8ba-16cf4e12, #w-node-f4c78543-8b41-a1f9-69bc-1b45a61fd330-16cf4e12, #w-node-dc448d51-c50e-64d7-3376-020b3c44c280-16cf4e12, #w-node-_7a8b69c7-4c84-1dca-15c5-2b3e8259c484-16cf4e12, #w-node-_80d55023-3184-1e12-e4e7-58e7791bfd4a-16cf4e12, #w-node-ce47590c-49ef-2e6a-eac3-6a4cb921e959-16cf4e12, #w-node-a9ec6751-65ab-7360-14fc-8e553cac8795-16cf4e12, #w-node-_376f5f2e-3030-fba0-4af3-7fe621a2e107-16cf4e12, #w-node-f4b7dd5f-5090-fa40-474b-3e432d9be549-16cf4e12, #w-node-cc42a1ad-3e1d-0a1c-990d-4d9424a5fbd3-83cf4e13, #w-node-dcf13255-9f7d-6c92-a6ea-7ba0ec22237f-83cf4e13, #w-node-c0f85a85-590a-9214-a9a4-e64876a958b5-83cf4e13, #w-node-bda0825a-f71b-e4e9-d57d-ca1c5361a8ba-83cf4e13, #w-node-f4c78543-8b41-a1f9-69bc-1b45a61fd330-83cf4e13, #w-node-dc448d51-c50e-64d7-3376-020b3c44c280-83cf4e13, #w-node-_7a8b69c7-4c84-1dca-15c5-2b3e8259c484-83cf4e13, #w-node-_80d55023-3184-1e12-e4e7-58e7791bfd4a-83cf4e13, #w-node-ce47590c-49ef-2e6a-eac3-6a4cb921e959-83cf4e13, #w-node-a9ec6751-65ab-7360-14fc-8e553cac8795-83cf4e13, #w-node-_376f5f2e-3030-fba0-4af3-7fe621a2e107-83cf4e13, #w-node-f4b7dd5f-5090-fa40-474b-3e432d9be549-83cf4e13, #w-node-dcf13255-9f7d-6c92-a6ea-7ba0ec22237f-c5cf4e14, #w-node-cc42a1ad-3e1d-0a1c-990d-4d9424a5fbd3-c5cf4e14, #w-node-_201fcb05-a569-fc81-b260-c9b06cee65de-c5cf4e14, #w-node-d393ed8b-20db-5934-21ba-1ba4745ab088-c5cf4e14, #w-node-e250be8a-a6ce-3e61-d61f-374126bbd044-c5cf4e14, #w-node-c0f85a85-590a-9214-a9a4-e64876a958b5-c5cf4e14, #w-node-bda0825a-f71b-e4e9-d57d-ca1c5361a8ba-c5cf4e14, #w-node-f4c78543-8b41-a1f9-69bc-1b45a61fd330-c5cf4e14, #w-node-dc448d51-c50e-64d7-3376-020b3c44c280-c5cf4e14, #w-node-_7a8b69c7-4c84-1dca-15c5-2b3e8259c484-c5cf4e14, #w-node-_80d55023-3184-1e12-e4e7-58e7791bfd4a-c5cf4e14, #w-node-ce47590c-49ef-2e6a-eac3-6a4cb921e959-c5cf4e14, #w-node-a9ec6751-65ab-7360-14fc-8e553cac8795-c5cf4e14, #w-node-_376f5f2e-3030-fba0-4af3-7fe621a2e107-c5cf4e14, #w-node-f4b7dd5f-5090-fa40-474b-3e432d9be549-c5cf4e14, #w-node-_70e9a5a5-1bec-f044-268d-c09d3561cf0c-05cf4e15, #w-node-_034bc69e-74e9-715d-3c5a-ef96f007f740-05cf4e15, #w-node-_0555e97c-d01d-18b5-bb18-1213e8864c4d-05cf4e15, #w-node-_19fe6807-57e1-cd6a-7243-55d82b645a2b-05cf4e15, #w-node-dcf13255-9f7d-6c92-a6ea-7ba0ec22237f-05cf4e15, #w-node-cc42a1ad-3e1d-0a1c-990d-4d9424a5fbd3-05cf4e15, #w-node-_201fcb05-a569-fc81-b260-c9b06cee65de-05cf4e15, #w-node-d393ed8b-20db-5934-21ba-1ba4745ab088-05cf4e15, #w-node-e250be8a-a6ce-3e61-d61f-374126bbd044-05cf4e15, #w-node-c0f85a85-590a-9214-a9a4-e64876a958b5-05cf4e15, #w-node-bda0825a-f71b-e4e9-d57d-ca1c5361a8ba-05cf4e15, #w-node-f4c78543-8b41-a1f9-69bc-1b45a61fd330-05cf4e15, #w-node-dc448d51-c50e-64d7-3376-020b3c44c280-05cf4e15, #w-node-_7a8b69c7-4c84-1dca-15c5-2b3e8259c484-05cf4e15, #w-node-_80d55023-3184-1e12-e4e7-58e7791bfd4a-05cf4e15, #w-node-ce47590c-49ef-2e6a-eac3-6a4cb921e959-05cf4e15, #w-node-a9ec6751-65ab-7360-14fc-8e553cac8795-05cf4e15, #w-node-_376f5f2e-3030-fba0-4af3-7fe621a2e107-05cf4e15, #w-node-f4b7dd5f-5090-fa40-474b-3e432d9be549-05cf4e15, #w-node-_155304f8-e62b-8818-3393-53be237c89b7-36cf4e17, #w-node-_76911328-f55b-2f58-b738-c9f8a911138d-36cf4e17, #w-node-_368aa20e-2421-07da-cf1a-59b5e83d632b-36cf4e17, #w-node-_95e49f28-b461-d8b9-f135-d2b6275d4f89-36cf4e17, #w-node-d4f4e207-5ea1-3c93-30fa-75fc9ff1d8ab-36cf4e17, #w-node-_6a40ee56-de7b-38fb-4f36-b22e5b232f25-36cf4e17, #w-node-_6298f2df-96ea-5408-c293-7c59be8ead83-36cf4e17, #w-node-_399c9b19-4776-3f98-2075-7e40c6334a37-36cf4e17, #w-node-c0f85a85-590a-9214-a9a4-e64876a958b5-36cf4e17, #w-node-bda0825a-f71b-e4e9-d57d-ca1c5361a8ba-36cf4e17, #w-node-f4c78543-8b41-a1f9-69bc-1b45a61fd330-36cf4e17, #w-node-dc448d51-c50e-64d7-3376-020b3c44c280-36cf4e17, #w-node-_7a8b69c7-4c84-1dca-15c5-2b3e8259c484-36cf4e17, #w-node-_80d55023-3184-1e12-e4e7-58e7791bfd4a-36cf4e17, #w-node-ce47590c-49ef-2e6a-eac3-6a4cb921e959-36cf4e17, #w-node-a9ec6751-65ab-7360-14fc-8e553cac8795-36cf4e17, #w-node-_376f5f2e-3030-fba0-4af3-7fe621a2e107-36cf4e17, #w-node-f4b7dd5f-5090-fa40-474b-3e432d9be549-36cf4e17, #w-node-dcf13255-9f7d-6c92-a6ea-7ba0ec22237f-bfcf4e18, #w-node-cc42a1ad-3e1d-0a1c-990d-4d9424a5fbd3-bfcf4e18, #w-node-c0f85a85-590a-9214-a9a4-e64876a958b5-bfcf4e18, #w-node-bda0825a-f71b-e4e9-d57d-ca1c5361a8ba-bfcf4e18, #w-node-f4c78543-8b41-a1f9-69bc-1b45a61fd330-bfcf4e18, #w-node-dc448d51-c50e-64d7-3376-020b3c44c280-bfcf4e18, #w-node-_7a8b69c7-4c84-1dca-15c5-2b3e8259c484-bfcf4e18, #w-node-_80d55023-3184-1e12-e4e7-58e7791bfd4a-bfcf4e18, #w-node-ce47590c-49ef-2e6a-eac3-6a4cb921e959-bfcf4e18, #w-node-a9ec6751-65ab-7360-14fc-8e553cac8795-bfcf4e18, #w-node-_376f5f2e-3030-fba0-4af3-7fe621a2e107-bfcf4e18, #w-node-f4b7dd5f-5090-fa40-474b-3e432d9be549-bfcf4e18, #w-node-dcf13255-9f7d-6c92-a6ea-7ba0ec22237f-88cf4e19, #w-node-cc42a1ad-3e1d-0a1c-990d-4d9424a5fbd3-88cf4e19, #w-node-c0f85a85-590a-9214-a9a4-e64876a958b5-88cf4e19, #w-node-bda0825a-f71b-e4e9-d57d-ca1c5361a8ba-88cf4e19, #w-node-f4c78543-8b41-a1f9-69bc-1b45a61fd330-88cf4e19, #w-node-dc448d51-c50e-64d7-3376-020b3c44c280-88cf4e19, #w-node-_7a8b69c7-4c84-1dca-15c5-2b3e8259c484-88cf4e19, #w-node-_80d55023-3184-1e12-e4e7-58e7791bfd4a-88cf4e19, #w-node-ce47590c-49ef-2e6a-eac3-6a4cb921e959-88cf4e19, #w-node-a9ec6751-65ab-7360-14fc-8e553cac8795-88cf4e19, #w-node-_376f5f2e-3030-fba0-4af3-7fe621a2e107-88cf4e19, #w-node-f4b7dd5f-5090-fa40-474b-3e432d9be549-88cf4e19, #w-node-dcf13255-9f7d-6c92-a6ea-7ba0ec22237f-e0cf4e1a, #w-node-cc42a1ad-3e1d-0a1c-990d-4d9424a5fbd3-e0cf4e1a, #w-node-_201fcb05-a569-fc81-b260-c9b06cee65de-e0cf4e1a, #w-node-d393ed8b-20db-5934-21ba-1ba4745ab088-e0cf4e1a, #w-node-e250be8a-a6ce-3e61-d61f-374126bbd044-e0cf4e1a, #w-node-c0f85a85-590a-9214-a9a4-e64876a958b5-e0cf4e1a, #w-node-bda0825a-f71b-e4e9-d57d-ca1c5361a8ba-e0cf4e1a, #w-node-f4c78543-8b41-a1f9-69bc-1b45a61fd330-e0cf4e1a, #w-node-dc448d51-c50e-64d7-3376-020b3c44c280-e0cf4e1a, #w-node-_7a8b69c7-4c84-1dca-15c5-2b3e8259c484-e0cf4e1a, #w-node-_80d55023-3184-1e12-e4e7-58e7791bfd4a-e0cf4e1a, #w-node-ce47590c-49ef-2e6a-eac3-6a4cb921e959-e0cf4e1a, #w-node-a9ec6751-65ab-7360-14fc-8e553cac8795-e0cf4e1a, #w-node-_376f5f2e-3030-fba0-4af3-7fe621a2e107-e0cf4e1a, #w-node-f4b7dd5f-5090-fa40-474b-3e432d9be549-e0cf4e1a, #w-node-c0f85a85-590a-9214-a9a4-e64876a958b5-c9cf4e1c, #w-node-bda0825a-f71b-e4e9-d57d-ca1c5361a8ba-c9cf4e1c, #w-node-f4c78543-8b41-a1f9-69bc-1b45a61fd330-c9cf4e1c, #w-node-dc448d51-c50e-64d7-3376-020b3c44c280-c9cf4e1c, #w-node-_7a8b69c7-4c84-1dca-15c5-2b3e8259c484-c9cf4e1c, #w-node-_80d55023-3184-1e12-e4e7-58e7791bfd4a-c9cf4e1c, #w-node-ce47590c-49ef-2e6a-eac3-6a4cb921e959-c9cf4e1c, #w-node-a9ec6751-65ab-7360-14fc-8e553cac8795-c9cf4e1c, #w-node-_376f5f2e-3030-fba0-4af3-7fe621a2e107-c9cf4e1c, #w-node-f4b7dd5f-5090-fa40-474b-3e432d9be549-c9cf4e1c, #w-node-c0f85a85-590a-9214-a9a4-e64876a958b5-cecf4e1d, #w-node-bda0825a-f71b-e4e9-d57d-ca1c5361a8ba-cecf4e1d, #w-node-f4c78543-8b41-a1f9-69bc-1b45a61fd330-cecf4e1d, #w-node-dc448d51-c50e-64d7-3376-020b3c44c280-cecf4e1d, #w-node-_7a8b69c7-4c84-1dca-15c5-2b3e8259c484-cecf4e1d, #w-node-_80d55023-3184-1e12-e4e7-58e7791bfd4a-cecf4e1d, #w-node-ce47590c-49ef-2e6a-eac3-6a4cb921e959-cecf4e1d, #w-node-a9ec6751-65ab-7360-14fc-8e553cac8795-cecf4e1d, #w-node-_376f5f2e-3030-fba0-4af3-7fe621a2e107-cecf4e1d, #w-node-f4b7dd5f-5090-fa40-474b-3e432d9be549-cecf4e1d, #w-node-c0f85a85-590a-9214-a9a4-e64876a958b5-ffcf4e1e, #w-node-bda0825a-f71b-e4e9-d57d-ca1c5361a8ba-ffcf4e1e, #w-node-f4c78543-8b41-a1f9-69bc-1b45a61fd330-ffcf4e1e, #w-node-dc448d51-c50e-64d7-3376-020b3c44c280-ffcf4e1e, #w-node-_7a8b69c7-4c84-1dca-15c5-2b3e8259c484-ffcf4e1e, #w-node-_80d55023-3184-1e12-e4e7-58e7791bfd4a-ffcf4e1e, #w-node-ce47590c-49ef-2e6a-eac3-6a4cb921e959-ffcf4e1e, #w-node-a9ec6751-65ab-7360-14fc-8e553cac8795-ffcf4e1e, #w-node-_376f5f2e-3030-fba0-4af3-7fe621a2e107-ffcf4e1e, #w-node-f4b7dd5f-5090-fa40-474b-3e432d9be549-ffcf4e1e, #w-node-c0f85a85-590a-9214-a9a4-e64876a958b5-f6cf4e1f, #w-node-bda0825a-f71b-e4e9-d57d-ca1c5361a8ba-f6cf4e1f, #w-node-f4c78543-8b41-a1f9-69bc-1b45a61fd330-f6cf4e1f, #w-node-dc448d51-c50e-64d7-3376-020b3c44c280-f6cf4e1f, #w-node-_7a8b69c7-4c84-1dca-15c5-2b3e8259c484-f6cf4e1f, #w-node-_80d55023-3184-1e12-e4e7-58e7791bfd4a-f6cf4e1f, #w-node-ce47590c-49ef-2e6a-eac3-6a4cb921e959-f6cf4e1f, #w-node-a9ec6751-65ab-7360-14fc-8e553cac8795-f6cf4e1f, #w-node-_376f5f2e-3030-fba0-4af3-7fe621a2e107-f6cf4e1f, #w-node-f4b7dd5f-5090-fa40-474b-3e432d9be549-f6cf4e1f, #w-node-_6a714e38-7503-d03e-c6e1-20876442e615-1773e4cc, #w-node-af96716b-5e6c-22a1-8239-ad28fb3f7fdc-1773e4cc, #w-node-c3d88ca9-5a14-9034-4684-c43fe57a0608-1773e4cc, #w-node-_260c327c-9dea-5522-8b09-49df7c37b3cf-1773e4cc, #w-node-c31c20cc-b5c5-4547-b97a-3099ccef9640-1773e4cc, #w-node-_2bb6c587-3872-1a0d-b416-d7aed1de2e64-1773e4cc, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac6a-1773e4cc, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac6d-1773e4cc, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac70-1773e4cc, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac73-1773e4cc, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac76-1773e4cc, #w-node-_8c001038-8f41-81e0-aff7-e35e7649e075-1773e4cc, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac86-1773e4cc, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac89-1773e4cc, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac8c-1773e4cc, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005aca2-1773e4cc, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005aca5-1773e4cc, #w-node-_7c640b51-c3c8-edaf-ffdc-2d511e2403e1-1773e4cc, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005acb8-1773e4cc, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005acbb-1773e4cc, #w-node-_82308bc7-20e2-7ecc-4647-2605a1563873-1773e4cc, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0051-1773e4cc, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0053-1773e4cc, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0055-1773e4cc, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0057-1773e4cc, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0059-1773e4cc, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe005b-1773e4cc, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe005d-1773e4cc, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe005f-1773e4cc, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0061-1773e4cc, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0063-1773e4cc, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0065-1773e4cc, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0067-1773e4cc, #w-node-_435143d3-c0c0-ab83-f228-b9c7b0ced934-1773e4cc, #w-node-_6739f371-3680-9407-ad1f-deb047c9e39d-1773e4cc, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac6a-255b066d, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac6d-255b066d, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac70-255b066d, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac86-255b066d, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac89-255b066d, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac8c-255b066d, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005aca2-255b066d, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005aca5-255b066d, #w-node-_7c640b51-c3c8-edaf-ffdc-2d511e2403e1-255b066d, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0051-255b066d, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0053-255b066d, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0055-255b066d, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0057-255b066d, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0059-255b066d, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe005b-255b066d, #w-node-_435143d3-c0c0-ab83-f228-b9c7b0ced934-255b066d, #w-node-_6739f371-3680-9407-ad1f-deb047c9e39d-255b066d, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac6a-a6bc5f19, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac6d-a6bc5f19, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac70-a6bc5f19, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac86-a6bc5f19, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac89-a6bc5f19, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac8c-a6bc5f19, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005aca2-a6bc5f19, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005aca5-a6bc5f19, #w-node-_7c640b51-c3c8-edaf-ffdc-2d511e2403e1-a6bc5f19, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0051-a6bc5f19, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0053-a6bc5f19, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0055-a6bc5f19, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0057-a6bc5f19, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0059-a6bc5f19, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe005b-a6bc5f19, #w-node-_435143d3-c0c0-ab83-f228-b9c7b0ced934-a6bc5f19, #w-node-_6739f371-3680-9407-ad1f-deb047c9e39d-a6bc5f19, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac6a-a07ec0b8, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac6d-a07ec0b8, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac70-a07ec0b8, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac86-a07ec0b8, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac89-a07ec0b8, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac8c-a07ec0b8, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005aca2-a07ec0b8, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005aca5-a07ec0b8, #w-node-_7c640b51-c3c8-edaf-ffdc-2d511e2403e1-a07ec0b8, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0051-a07ec0b8, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0053-a07ec0b8, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0055-a07ec0b8, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0057-a07ec0b8, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0059-a07ec0b8, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe005b-a07ec0b8, #w-node-_435143d3-c0c0-ab83-f228-b9c7b0ced934-a07ec0b8, #w-node-_6739f371-3680-9407-ad1f-deb047c9e39d-a07ec0b8, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac6a-7300e17b, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac6d-7300e17b, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac70-7300e17b, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac86-7300e17b, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac89-7300e17b, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac8c-7300e17b, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005aca2-7300e17b, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005aca5-7300e17b, #w-node-_7c640b51-c3c8-edaf-ffdc-2d511e2403e1-7300e17b, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0051-7300e17b, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0053-7300e17b, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0055-7300e17b, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0057-7300e17b, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0059-7300e17b, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe005b-7300e17b, #w-node-_435143d3-c0c0-ab83-f228-b9c7b0ced934-7300e17b, #w-node-_6739f371-3680-9407-ad1f-deb047c9e39d-7300e17b, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac6a-21d9e323, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac6d-21d9e323, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac70-21d9e323, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac86-21d9e323, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac89-21d9e323, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac8c-21d9e323, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005aca2-21d9e323, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005aca5-21d9e323, #w-node-_7c640b51-c3c8-edaf-ffdc-2d511e2403e1-21d9e323, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0051-21d9e323, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0053-21d9e323, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0055-21d9e323, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0057-21d9e323, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0059-21d9e323, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe005b-21d9e323, #w-node-_435143d3-c0c0-ab83-f228-b9c7b0ced934-21d9e323, #w-node-_6739f371-3680-9407-ad1f-deb047c9e39d-21d9e323, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac6a-3c176f10, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac6d-3c176f10, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac70-3c176f10, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac86-3c176f10, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac89-3c176f10, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac8c-3c176f10, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005aca2-3c176f10, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005aca5-3c176f10, #w-node-_7c640b51-c3c8-edaf-ffdc-2d511e2403e1-3c176f10, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0051-3c176f10, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0053-3c176f10, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0055-3c176f10, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0057-3c176f10, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0059-3c176f10, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe005b-3c176f10, #w-node-_435143d3-c0c0-ab83-f228-b9c7b0ced934-3c176f10, #w-node-_6739f371-3680-9407-ad1f-deb047c9e39d-3c176f10, #w-node-af96716b-5e6c-22a1-8239-ad28fb3f7fdc-1c91ac32, #w-node-c3d88ca9-5a14-9034-4684-c43fe57a0608-1c91ac32, #w-node-_260c327c-9dea-5522-8b09-49df7c37b3cf-1c91ac32, #w-node-c31c20cc-b5c5-4547-b97a-3099ccef9640-1c91ac32, #w-node-_2bb6c587-3872-1a0d-b416-d7aed1de2e64-1c91ac32, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac6d-1c91ac32, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac70-1c91ac32, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac73-1c91ac32, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac76-1c91ac32, #w-node-_8c001038-8f41-81e0-aff7-e35e7649e075-1c91ac32, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac86-1c91ac32, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac89-1c91ac32, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac8c-1c91ac32, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005aca2-1c91ac32, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005aca5-1c91ac32, #w-node-_7c640b51-c3c8-edaf-ffdc-2d511e2403e1-1c91ac32, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005acb8-1c91ac32, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005acbb-1c91ac32, #w-node-_82308bc7-20e2-7ecc-4647-2605a1563873-1c91ac32, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0051-1c91ac32, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0053-1c91ac32, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0055-1c91ac32, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0057-1c91ac32, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0059-1c91ac32, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe005b-1c91ac32, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe005d-1c91ac32, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe005f-1c91ac32, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0061-1c91ac32, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0063-1c91ac32, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0065-1c91ac32, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0067-1c91ac32, #w-node-_435143d3-c0c0-ab83-f228-b9c7b0ced934-1c91ac32, #w-node-_6739f371-3680-9407-ad1f-deb047c9e39d-1c91ac32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce47590c-49ef-2e6a-eac3-6a4cb921e959-3ccf4e07, #w-node-a9ec6751-65ab-7360-14fc-8e553cac8795-3ccf4e07, #w-node-_376f5f2e-3030-fba0-4af3-7fe621a2e107-3ccf4e07, #w-node-f4b7dd5f-5090-fa40-474b-3e432d9be549-3ccf4e07, #w-node-c0f85a85-590a-9214-a9a4-e64876a958b5-32cf4e09, #w-node-bda0825a-f71b-e4e9-d57d-ca1c5361a8ba-32cf4e09, #w-node-f4c78543-8b41-a1f9-69bc-1b45a61fd330-32cf4e09, #w-node-dc448d51-c50e-64d7-3376-020b3c44c280-32cf4e09, #w-node-_7a8b69c7-4c84-1dca-15c5-2b3e8259c484-32cf4e09, #w-node-_80d55023-3184-1e12-e4e7-58e7791bfd4a-32cf4e09, #w-node-ce47590c-49ef-2e6a-eac3-6a4cb921e959-32cf4e09, #w-node-a9ec6751-65ab-7360-14fc-8e553cac8795-32cf4e09, #w-node-_376f5f2e-3030-fba0-4af3-7fe621a2e107-32cf4e09, #w-node-f4b7dd5f-5090-fa40-474b-3e432d9be549-32cf4e09, #w-node-c0f85a85-590a-9214-a9a4-e64876a958b5-9ecf4e0a, #w-node-bda0825a-f71b-e4e9-d57d-ca1c5361a8ba-9ecf4e0a, #w-node-f4c78543-8b41-a1f9-69bc-1b45a61fd330-9ecf4e0a, #w-node-dc448d51-c50e-64d7-3376-020b3c44c280-9ecf4e0a, #w-node-_7a8b69c7-4c84-1dca-15c5-2b3e8259c484-9ecf4e0a, #w-node-_80d55023-3184-1e12-e4e7-58e7791bfd4a-9ecf4e0a, #w-node-ce47590c-49ef-2e6a-eac3-6a4cb921e959-9ecf4e0a, #w-node-a9ec6751-65ab-7360-14fc-8e553cac8795-9ecf4e0a, #w-node-_376f5f2e-3030-fba0-4af3-7fe621a2e107-9ecf4e0a, #w-node-f4b7dd5f-5090-fa40-474b-3e432d9be549-9ecf4e0a, #w-node-c0f85a85-590a-9214-a9a4-e64876a958b5-0acf4e0b, #w-node-bda0825a-f71b-e4e9-d57d-ca1c5361a8ba-0acf4e0b, #w-node-f4c78543-8b41-a1f9-69bc-1b45a61fd330-0acf4e0b, #w-node-dc448d51-c50e-64d7-3376-020b3c44c280-0acf4e0b, #w-node-_7a8b69c7-4c84-1dca-15c5-2b3e8259c484-0acf4e0b, #w-node-_80d55023-3184-1e12-e4e7-58e7791bfd4a-0acf4e0b, #w-node-ce47590c-49ef-2e6a-eac3-6a4cb921e959-0acf4e0b, #w-node-a9ec6751-65ab-7360-14fc-8e553cac8795-0acf4e0b, #w-node-_376f5f2e-3030-fba0-4af3-7fe621a2e107-0acf4e0b, #w-node-f4b7dd5f-5090-fa40-474b-3e432d9be549-0acf4e0b, #w-node-cc42a1ad-3e1d-0a1c-990d-4d9424a5fbd3-1fcf4e0c, #w-node-_0d194641-27ec-3896-c916-14f908bc1762-1fcf4e0c, #w-node-f289d423-b2b0-49c9-d548-bd513a21b981-1fcf4e0c, #w-node-c0f85a85-590a-9214-a9a4-e64876a958b5-1fcf4e0c, #w-node-bda0825a-f71b-e4e9-d57d-ca1c5361a8ba-1fcf4e0c, #w-node-f4c78543-8b41-a1f9-69bc-1b45a61fd330-1fcf4e0c, #w-node-dc448d51-c50e-64d7-3376-020b3c44c280-1fcf4e0c, #w-node-_7a8b69c7-4c84-1dca-15c5-2b3e8259c484-1fcf4e0c, #w-node-_80d55023-3184-1e12-e4e7-58e7791bfd4a-1fcf4e0c, #w-node-ce47590c-49ef-2e6a-eac3-6a4cb921e959-1fcf4e0c, #w-node-a9ec6751-65ab-7360-14fc-8e553cac8795-1fcf4e0c, #w-node-_376f5f2e-3030-fba0-4af3-7fe621a2e107-1fcf4e0c, #w-node-f4b7dd5f-5090-fa40-474b-3e432d9be549-1fcf4e0c, #w-node-c0f85a85-590a-9214-a9a4-e64876a958b5-2ccf4e0d, #w-node-bda0825a-f71b-e4e9-d57d-ca1c5361a8ba-2ccf4e0d, #w-node-f4c78543-8b41-a1f9-69bc-1b45a61fd330-2ccf4e0d, #w-node-dc448d51-c50e-64d7-3376-020b3c44c280-2ccf4e0d, #w-node-_7a8b69c7-4c84-1dca-15c5-2b3e8259c484-2ccf4e0d, #w-node-_80d55023-3184-1e12-e4e7-58e7791bfd4a-2ccf4e0d, #w-node-ce47590c-49ef-2e6a-eac3-6a4cb921e959-2ccf4e0d, #w-node-a9ec6751-65ab-7360-14fc-8e553cac8795-2ccf4e0d, #w-node-_376f5f2e-3030-fba0-4af3-7fe621a2e107-2ccf4e0d, #w-node-f4b7dd5f-5090-fa40-474b-3e432d9be549-2ccf4e0d, #w-node-c0f85a85-590a-9214-a9a4-e64876a958b5-64cf4e0e, #w-node-bda0825a-f71b-e4e9-d57d-ca1c5361a8ba-64cf4e0e, #w-node-f4c78543-8b41-a1f9-69bc-1b45a61fd330-64cf4e0e, #w-node-dc448d51-c50e-64d7-3376-020b3c44c280-64cf4e0e, #w-node-_7a8b69c7-4c84-1dca-15c5-2b3e8259c484-64cf4e0e, #w-node-_80d55023-3184-1e12-e4e7-58e7791bfd4a-64cf4e0e, #w-node-ce47590c-49ef-2e6a-eac3-6a4cb921e959-64cf4e0e, #w-node-a9ec6751-65ab-7360-14fc-8e553cac8795-64cf4e0e, #w-node-_376f5f2e-3030-fba0-4af3-7fe621a2e107-64cf4e0e, #w-node-f4b7dd5f-5090-fa40-474b-3e432d9be549-64cf4e0e, #w-node-_70e9a5a5-1bec-f044-268d-c09d3561cf0c-e9cf4e0f, #w-node-_034bc69e-74e9-715d-3c5a-ef96f007f740-e9cf4e0f, #w-node-_0555e97c-d01d-18b5-bb18-1213e8864c4d-e9cf4e0f, #w-node-_19fe6807-57e1-cd6a-7243-55d82b645a2b-e9cf4e0f, #w-node-_5c5801c6-5eaf-d0c5-93b8-194e71f2e4b6-e9cf4e0f, #w-node-dcf13255-9f7d-6c92-a6ea-7ba0ec22237f-e9cf4e0f, #w-node-cc42a1ad-3e1d-0a1c-990d-4d9424a5fbd3-e9cf4e0f, #w-node-_201fcb05-a569-fc81-b260-c9b06cee65de-e9cf4e0f, #w-node-d393ed8b-20db-5934-21ba-1ba4745ab088-e9cf4e0f, #w-node-e250be8a-a6ce-3e61-d61f-374126bbd044-e9cf4e0f, #w-node-c0f85a85-590a-9214-a9a4-e64876a958b5-e9cf4e0f, #w-node-bda0825a-f71b-e4e9-d57d-ca1c5361a8ba-e9cf4e0f, #w-node-f4c78543-8b41-a1f9-69bc-1b45a61fd330-e9cf4e0f, #w-node-dc448d51-c50e-64d7-3376-020b3c44c280-e9cf4e0f, #w-node-_7a8b69c7-4c84-1dca-15c5-2b3e8259c484-e9cf4e0f, #w-node-_80d55023-3184-1e12-e4e7-58e7791bfd4a-e9cf4e0f, #w-node-ce47590c-49ef-2e6a-eac3-6a4cb921e959-e9cf4e0f, #w-node-a9ec6751-65ab-7360-14fc-8e553cac8795-e9cf4e0f, #w-node-_376f5f2e-3030-fba0-4af3-7fe621a2e107-e9cf4e0f, #w-node-f4b7dd5f-5090-fa40-474b-3e432d9be549-e9cf4e0f, #w-node-cc42a1ad-3e1d-0a1c-990d-4d9424a5fbd3-92cf4e10, #w-node-dcf13255-9f7d-6c92-a6ea-7ba0ec22237f-92cf4e10, #w-node-c0f85a85-590a-9214-a9a4-e64876a958b5-92cf4e10, #w-node-bda0825a-f71b-e4e9-d57d-ca1c5361a8ba-92cf4e10, #w-node-f4c78543-8b41-a1f9-69bc-1b45a61fd330-92cf4e10, #w-node-dc448d51-c50e-64d7-3376-020b3c44c280-92cf4e10, #w-node-_7a8b69c7-4c84-1dca-15c5-2b3e8259c484-92cf4e10, #w-node-_80d55023-3184-1e12-e4e7-58e7791bfd4a-92cf4e10, #w-node-ce47590c-49ef-2e6a-eac3-6a4cb921e959-92cf4e10, #w-node-a9ec6751-65ab-7360-14fc-8e553cac8795-92cf4e10, #w-node-_376f5f2e-3030-fba0-4af3-7fe621a2e107-92cf4e10, #w-node-f4b7dd5f-5090-fa40-474b-3e432d9be549-92cf4e10, #w-node-cc42a1ad-3e1d-0a1c-990d-4d9424a5fbd3-58cf4e11, #w-node-dcf13255-9f7d-6c92-a6ea-7ba0ec22237f-58cf4e11, #w-node-c0f85a85-590a-9214-a9a4-e64876a958b5-58cf4e11, #w-node-bda0825a-f71b-e4e9-d57d-ca1c5361a8ba-58cf4e11, #w-node-f4c78543-8b41-a1f9-69bc-1b45a61fd330-58cf4e11, #w-node-dc448d51-c50e-64d7-3376-020b3c44c280-58cf4e11, #w-node-_7a8b69c7-4c84-1dca-15c5-2b3e8259c484-58cf4e11, #w-node-_80d55023-3184-1e12-e4e7-58e7791bfd4a-58cf4e11, #w-node-ce47590c-49ef-2e6a-eac3-6a4cb921e959-58cf4e11, #w-node-a9ec6751-65ab-7360-14fc-8e553cac8795-58cf4e11, #w-node-_376f5f2e-3030-fba0-4af3-7fe621a2e107-58cf4e11, #w-node-f4b7dd5f-5090-fa40-474b-3e432d9be549-58cf4e11, #w-node-cc42a1ad-3e1d-0a1c-990d-4d9424a5fbd3-16cf4e12, #w-node-dcf13255-9f7d-6c92-a6ea-7ba0ec22237f-16cf4e12, #w-node-c0f85a85-590a-9214-a9a4-e64876a958b5-16cf4e12, #w-node-bda0825a-f71b-e4e9-d57d-ca1c5361a8ba-16cf4e12, #w-node-f4c78543-8b41-a1f9-69bc-1b45a61fd330-16cf4e12, #w-node-dc448d51-c50e-64d7-3376-020b3c44c280-16cf4e12, #w-node-_7a8b69c7-4c84-1dca-15c5-2b3e8259c484-16cf4e12, #w-node-_80d55023-3184-1e12-e4e7-58e7791bfd4a-16cf4e12, #w-node-ce47590c-49ef-2e6a-eac3-6a4cb921e959-16cf4e12, #w-node-a9ec6751-65ab-7360-14fc-8e553cac8795-16cf4e12, #w-node-_376f5f2e-3030-fba0-4af3-7fe621a2e107-16cf4e12, #w-node-f4b7dd5f-5090-fa40-474b-3e432d9be549-16cf4e12, #w-node-cc42a1ad-3e1d-0a1c-990d-4d9424a5fbd3-83cf4e13, #w-node-dcf13255-9f7d-6c92-a6ea-7ba0ec22237f-83cf4e13, #w-node-c0f85a85-590a-9214-a9a4-e64876a958b5-83cf4e13, #w-node-bda0825a-f71b-e4e9-d57d-ca1c5361a8ba-83cf4e13, #w-node-f4c78543-8b41-a1f9-69bc-1b45a61fd330-83cf4e13, #w-node-dc448d51-c50e-64d7-3376-020b3c44c280-83cf4e13, #w-node-_7a8b69c7-4c84-1dca-15c5-2b3e8259c484-83cf4e13, #w-node-_80d55023-3184-1e12-e4e7-58e7791bfd4a-83cf4e13, #w-node-ce47590c-49ef-2e6a-eac3-6a4cb921e959-83cf4e13, #w-node-a9ec6751-65ab-7360-14fc-8e553cac8795-83cf4e13, #w-node-_376f5f2e-3030-fba0-4af3-7fe621a2e107-83cf4e13, #w-node-f4b7dd5f-5090-fa40-474b-3e432d9be549-83cf4e13, #w-node-dcf13255-9f7d-6c92-a6ea-7ba0ec22237f-c5cf4e14, #w-node-cc42a1ad-3e1d-0a1c-990d-4d9424a5fbd3-c5cf4e14, #w-node-_201fcb05-a569-fc81-b260-c9b06cee65de-c5cf4e14, #w-node-d393ed8b-20db-5934-21ba-1ba4745ab088-c5cf4e14, #w-node-e250be8a-a6ce-3e61-d61f-374126bbd044-c5cf4e14, #w-node-c0f85a85-590a-9214-a9a4-e64876a958b5-c5cf4e14, #w-node-bda0825a-f71b-e4e9-d57d-ca1c5361a8ba-c5cf4e14, #w-node-f4c78543-8b41-a1f9-69bc-1b45a61fd330-c5cf4e14, #w-node-dc448d51-c50e-64d7-3376-020b3c44c280-c5cf4e14, #w-node-_7a8b69c7-4c84-1dca-15c5-2b3e8259c484-c5cf4e14, #w-node-_80d55023-3184-1e12-e4e7-58e7791bfd4a-c5cf4e14, #w-node-ce47590c-49ef-2e6a-eac3-6a4cb921e959-c5cf4e14, #w-node-a9ec6751-65ab-7360-14fc-8e553cac8795-c5cf4e14, #w-node-_376f5f2e-3030-fba0-4af3-7fe621a2e107-c5cf4e14, #w-node-f4b7dd5f-5090-fa40-474b-3e432d9be549-c5cf4e14, #w-node-_70e9a5a5-1bec-f044-268d-c09d3561cf0c-05cf4e15, #w-node-_034bc69e-74e9-715d-3c5a-ef96f007f740-05cf4e15, #w-node-_0555e97c-d01d-18b5-bb18-1213e8864c4d-05cf4e15, #w-node-_19fe6807-57e1-cd6a-7243-55d82b645a2b-05cf4e15, #w-node-dcf13255-9f7d-6c92-a6ea-7ba0ec22237f-05cf4e15, #w-node-cc42a1ad-3e1d-0a1c-990d-4d9424a5fbd3-05cf4e15, #w-node-_201fcb05-a569-fc81-b260-c9b06cee65de-05cf4e15, #w-node-d393ed8b-20db-5934-21ba-1ba4745ab088-05cf4e15, #w-node-e250be8a-a6ce-3e61-d61f-374126bbd044-05cf4e15, #w-node-c0f85a85-590a-9214-a9a4-e64876a958b5-05cf4e15, #w-node-bda0825a-f71b-e4e9-d57d-ca1c5361a8ba-05cf4e15, #w-node-f4c78543-8b41-a1f9-69bc-1b45a61fd330-05cf4e15, #w-node-dc448d51-c50e-64d7-3376-020b3c44c280-05cf4e15, #w-node-_7a8b69c7-4c84-1dca-15c5-2b3e8259c484-05cf4e15, #w-node-_80d55023-3184-1e12-e4e7-58e7791bfd4a-05cf4e15, #w-node-ce47590c-49ef-2e6a-eac3-6a4cb921e959-05cf4e15, #w-node-a9ec6751-65ab-7360-14fc-8e553cac8795-05cf4e15, #w-node-_376f5f2e-3030-fba0-4af3-7fe621a2e107-05cf4e15, #w-node-f4b7dd5f-5090-fa40-474b-3e432d9be549-05cf4e15, #w-node-_155304f8-e62b-8818-3393-53be237c89b7-36cf4e17, #w-node-_76911328-f55b-2f58-b738-c9f8a911138d-36cf4e17, #w-node-_368aa20e-2421-07da-cf1a-59b5e83d632b-36cf4e17, #w-node-_95e49f28-b461-d8b9-f135-d2b6275d4f89-36cf4e17, #w-node-d4f4e207-5ea1-3c93-30fa-75fc9ff1d8ab-36cf4e17, #w-node-_6a40ee56-de7b-38fb-4f36-b22e5b232f25-36cf4e17, #w-node-_6298f2df-96ea-5408-c293-7c59be8ead83-36cf4e17, #w-node-_399c9b19-4776-3f98-2075-7e40c6334a37-36cf4e17, #w-node-c0f85a85-590a-9214-a9a4-e64876a958b5-36cf4e17, #w-node-bda0825a-f71b-e4e9-d57d-ca1c5361a8ba-36cf4e17, #w-node-f4c78543-8b41-a1f9-69bc-1b45a61fd330-36cf4e17, #w-node-dc448d51-c50e-64d7-3376-020b3c44c280-36cf4e17, #w-node-_7a8b69c7-4c84-1dca-15c5-2b3e8259c484-36cf4e17, #w-node-_80d55023-3184-1e12-e4e7-58e7791bfd4a-36cf4e17, #w-node-ce47590c-49ef-2e6a-eac3-6a4cb921e959-36cf4e17, #w-node-a9ec6751-65ab-7360-14fc-8e553cac8795-36cf4e17, #w-node-_376f5f2e-3030-fba0-4af3-7fe621a2e107-36cf4e17, #w-node-f4b7dd5f-5090-fa40-474b-3e432d9be549-36cf4e17, #w-node-dcf13255-9f7d-6c92-a6ea-7ba0ec22237f-bfcf4e18, #w-node-cc42a1ad-3e1d-0a1c-990d-4d9424a5fbd3-bfcf4e18, #w-node-c0f85a85-590a-9214-a9a4-e64876a958b5-bfcf4e18, #w-node-bda0825a-f71b-e4e9-d57d-ca1c5361a8ba-bfcf4e18, #w-node-f4c78543-8b41-a1f9-69bc-1b45a61fd330-bfcf4e18, #w-node-dc448d51-c50e-64d7-3376-020b3c44c280-bfcf4e18, #w-node-_7a8b69c7-4c84-1dca-15c5-2b3e8259c484-bfcf4e18, #w-node-_80d55023-3184-1e12-e4e7-58e7791bfd4a-bfcf4e18, #w-node-ce47590c-49ef-2e6a-eac3-6a4cb921e959-bfcf4e18, #w-node-a9ec6751-65ab-7360-14fc-8e553cac8795-bfcf4e18, #w-node-_376f5f2e-3030-fba0-4af3-7fe621a2e107-bfcf4e18, #w-node-f4b7dd5f-5090-fa40-474b-3e432d9be549-bfcf4e18, #w-node-dcf13255-9f7d-6c92-a6ea-7ba0ec22237f-88cf4e19, #w-node-cc42a1ad-3e1d-0a1c-990d-4d9424a5fbd3-88cf4e19, #w-node-c0f85a85-590a-9214-a9a4-e64876a958b5-88cf4e19, #w-node-bda0825a-f71b-e4e9-d57d-ca1c5361a8ba-88cf4e19, #w-node-f4c78543-8b41-a1f9-69bc-1b45a61fd330-88cf4e19, #w-node-dc448d51-c50e-64d7-3376-020b3c44c280-88cf4e19, #w-node-_7a8b69c7-4c84-1dca-15c5-2b3e8259c484-88cf4e19, #w-node-_80d55023-3184-1e12-e4e7-58e7791bfd4a-88cf4e19, #w-node-ce47590c-49ef-2e6a-eac3-6a4cb921e959-88cf4e19, #w-node-a9ec6751-65ab-7360-14fc-8e553cac8795-88cf4e19, #w-node-_376f5f2e-3030-fba0-4af3-7fe621a2e107-88cf4e19, #w-node-f4b7dd5f-5090-fa40-474b-3e432d9be549-88cf4e19, #w-node-dcf13255-9f7d-6c92-a6ea-7ba0ec22237f-e0cf4e1a, #w-node-cc42a1ad-3e1d-0a1c-990d-4d9424a5fbd3-e0cf4e1a, #w-node-_201fcb05-a569-fc81-b260-c9b06cee65de-e0cf4e1a, #w-node-d393ed8b-20db-5934-21ba-1ba4745ab088-e0cf4e1a, #w-node-e250be8a-a6ce-3e61-d61f-374126bbd044-e0cf4e1a, #w-node-c0f85a85-590a-9214-a9a4-e64876a958b5-e0cf4e1a, #w-node-bda0825a-f71b-e4e9-d57d-ca1c5361a8ba-e0cf4e1a, #w-node-f4c78543-8b41-a1f9-69bc-1b45a61fd330-e0cf4e1a, #w-node-dc448d51-c50e-64d7-3376-020b3c44c280-e0cf4e1a, #w-node-_7a8b69c7-4c84-1dca-15c5-2b3e8259c484-e0cf4e1a, #w-node-_80d55023-3184-1e12-e4e7-58e7791bfd4a-e0cf4e1a, #w-node-ce47590c-49ef-2e6a-eac3-6a4cb921e959-e0cf4e1a, #w-node-a9ec6751-65ab-7360-14fc-8e553cac8795-e0cf4e1a, #w-node-_376f5f2e-3030-fba0-4af3-7fe621a2e107-e0cf4e1a, #w-node-f4b7dd5f-5090-fa40-474b-3e432d9be549-e0cf4e1a, #w-node-c0f85a85-590a-9214-a9a4-e64876a958b5-c9cf4e1c, #w-node-bda0825a-f71b-e4e9-d57d-ca1c5361a8ba-c9cf4e1c, #w-node-f4c78543-8b41-a1f9-69bc-1b45a61fd330-c9cf4e1c, #w-node-dc448d51-c50e-64d7-3376-020b3c44c280-c9cf4e1c, #w-node-_7a8b69c7-4c84-1dca-15c5-2b3e8259c484-c9cf4e1c, #w-node-_80d55023-3184-1e12-e4e7-58e7791bfd4a-c9cf4e1c, #w-node-ce47590c-49ef-2e6a-eac3-6a4cb921e959-c9cf4e1c, #w-node-a9ec6751-65ab-7360-14fc-8e553cac8795-c9cf4e1c, #w-node-_376f5f2e-3030-fba0-4af3-7fe621a2e107-c9cf4e1c, #w-node-f4b7dd5f-5090-fa40-474b-3e432d9be549-c9cf4e1c, #w-node-c0f85a85-590a-9214-a9a4-e64876a958b5-cecf4e1d, #w-node-bda0825a-f71b-e4e9-d57d-ca1c5361a8ba-cecf4e1d, #w-node-f4c78543-8b41-a1f9-69bc-1b45a61fd330-cecf4e1d, #w-node-dc448d51-c50e-64d7-3376-020b3c44c280-cecf4e1d, #w-node-_7a8b69c7-4c84-1dca-15c5-2b3e8259c484-cecf4e1d, #w-node-_80d55023-3184-1e12-e4e7-58e7791bfd4a-cecf4e1d, #w-node-ce47590c-49ef-2e6a-eac3-6a4cb921e959-cecf4e1d, #w-node-a9ec6751-65ab-7360-14fc-8e553cac8795-cecf4e1d, #w-node-_376f5f2e-3030-fba0-4af3-7fe621a2e107-cecf4e1d, #w-node-f4b7dd5f-5090-fa40-474b-3e432d9be549-cecf4e1d, #w-node-c0f85a85-590a-9214-a9a4-e64876a958b5-ffcf4e1e, #w-node-bda0825a-f71b-e4e9-d57d-ca1c5361a8ba-ffcf4e1e, #w-node-f4c78543-8b41-a1f9-69bc-1b45a61fd330-ffcf4e1e, #w-node-dc448d51-c50e-64d7-3376-020b3c44c280-ffcf4e1e, #w-node-_7a8b69c7-4c84-1dca-15c5-2b3e8259c484-ffcf4e1e, #w-node-_80d55023-3184-1e12-e4e7-58e7791bfd4a-ffcf4e1e, #w-node-ce47590c-49ef-2e6a-eac3-6a4cb921e959-ffcf4e1e, #w-node-a9ec6751-65ab-7360-14fc-8e553cac8795-ffcf4e1e, #w-node-_376f5f2e-3030-fba0-4af3-7fe621a2e107-ffcf4e1e, #w-node-f4b7dd5f-5090-fa40-474b-3e432d9be549-ffcf4e1e, #w-node-c0f85a85-590a-9214-a9a4-e64876a958b5-f6cf4e1f, #w-node-bda0825a-f71b-e4e9-d57d-ca1c5361a8ba-f6cf4e1f, #w-node-f4c78543-8b41-a1f9-69bc-1b45a61fd330-f6cf4e1f, #w-node-dc448d51-c50e-64d7-3376-020b3c44c280-f6cf4e1f, #w-node-_7a8b69c7-4c84-1dca-15c5-2b3e8259c484-f6cf4e1f, #w-node-_80d55023-3184-1e12-e4e7-58e7791bfd4a-f6cf4e1f, #w-node-ce47590c-49ef-2e6a-eac3-6a4cb921e959-f6cf4e1f, #w-node-a9ec6751-65ab-7360-14fc-8e553cac8795-f6cf4e1f, #w-node-_376f5f2e-3030-fba0-4af3-7fe621a2e107-f6cf4e1f, #w-node-f4b7dd5f-5090-fa40-474b-3e432d9be549-f6cf4e1f, #w-node-_6a714e38-7503-d03e-c6e1-20876442e615-1773e4cc, #w-node-af96716b-5e6c-22a1-8239-ad28fb3f7fdc-1773e4cc, #w-node-c3d88ca9-5a14-9034-4684-c43fe57a0608-1773e4cc, #w-node-_260c327c-9dea-5522-8b09-49df7c37b3cf-1773e4cc, #w-node-c31c20cc-b5c5-4547-b97a-3099ccef9640-1773e4cc, #w-node-_2bb6c587-3872-1a0d-b416-d7aed1de2e64-1773e4cc, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac6a-1773e4cc, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac6d-1773e4cc, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac70-1773e4cc, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac73-1773e4cc, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac76-1773e4cc, #w-node-_8c001038-8f41-81e0-aff7-e35e7649e075-1773e4cc, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac86-1773e4cc, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac89-1773e4cc, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac8c-1773e4cc, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005aca2-1773e4cc, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005aca5-1773e4cc, #w-node-_7c640b51-c3c8-edaf-ffdc-2d511e2403e1-1773e4cc, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005acb8-1773e4cc, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005acbb-1773e4cc, #w-node-_82308bc7-20e2-7ecc-4647-2605a1563873-1773e4cc, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0051-1773e4cc, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0053-1773e4cc, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0055-1773e4cc, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0057-1773e4cc, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0059-1773e4cc, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe005b-1773e4cc, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe005d-1773e4cc, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe005f-1773e4cc, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0061-1773e4cc, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0063-1773e4cc, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0065-1773e4cc, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0067-1773e4cc, #w-node-_435143d3-c0c0-ab83-f228-b9c7b0ced934-1773e4cc, #w-node-_6739f371-3680-9407-ad1f-deb047c9e39d-1773e4cc, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac6a-255b066d, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac6d-255b066d, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac70-255b066d, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac86-255b066d, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac89-255b066d, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac8c-255b066d, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005aca2-255b066d, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005aca5-255b066d, #w-node-_7c640b51-c3c8-edaf-ffdc-2d511e2403e1-255b066d, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0051-255b066d, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0053-255b066d, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0055-255b066d, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0057-255b066d, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0059-255b066d, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe005b-255b066d, #w-node-_435143d3-c0c0-ab83-f228-b9c7b0ced934-255b066d, #w-node-_6739f371-3680-9407-ad1f-deb047c9e39d-255b066d, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac6a-a6bc5f19, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac6d-a6bc5f19, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac70-a6bc5f19, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac86-a6bc5f19, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac89-a6bc5f19, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac8c-a6bc5f19, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005aca2-a6bc5f19, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005aca5-a6bc5f19, #w-node-_7c640b51-c3c8-edaf-ffdc-2d511e2403e1-a6bc5f19, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0051-a6bc5f19, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0053-a6bc5f19, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0055-a6bc5f19, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0057-a6bc5f19, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0059-a6bc5f19, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe005b-a6bc5f19, #w-node-_435143d3-c0c0-ab83-f228-b9c7b0ced934-a6bc5f19, #w-node-_6739f371-3680-9407-ad1f-deb047c9e39d-a6bc5f19, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac6a-a07ec0b8, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac6d-a07ec0b8, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac70-a07ec0b8, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac86-a07ec0b8, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac89-a07ec0b8, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac8c-a07ec0b8, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005aca2-a07ec0b8, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005aca5-a07ec0b8, #w-node-_7c640b51-c3c8-edaf-ffdc-2d511e2403e1-a07ec0b8, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0051-a07ec0b8, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0053-a07ec0b8, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0055-a07ec0b8, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0057-a07ec0b8, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0059-a07ec0b8, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe005b-a07ec0b8, #w-node-_435143d3-c0c0-ab83-f228-b9c7b0ced934-a07ec0b8, #w-node-_6739f371-3680-9407-ad1f-deb047c9e39d-a07ec0b8, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac6a-7300e17b, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac6d-7300e17b, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac70-7300e17b, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac86-7300e17b, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac89-7300e17b, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac8c-7300e17b, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005aca2-7300e17b, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005aca5-7300e17b, #w-node-_7c640b51-c3c8-edaf-ffdc-2d511e2403e1-7300e17b, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0051-7300e17b, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0053-7300e17b, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0055-7300e17b, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0057-7300e17b, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0059-7300e17b, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe005b-7300e17b, #w-node-_435143d3-c0c0-ab83-f228-b9c7b0ced934-7300e17b, #w-node-_6739f371-3680-9407-ad1f-deb047c9e39d-7300e17b, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac6a-21d9e323, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac6d-21d9e323, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac70-21d9e323, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac86-21d9e323, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac89-21d9e323, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac8c-21d9e323, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005aca2-21d9e323, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005aca5-21d9e323, #w-node-_7c640b51-c3c8-edaf-ffdc-2d511e2403e1-21d9e323, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0051-21d9e323, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0053-21d9e323, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0055-21d9e323, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0057-21d9e323, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0059-21d9e323, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe005b-21d9e323, #w-node-_435143d3-c0c0-ab83-f228-b9c7b0ced934-21d9e323, #w-node-_6739f371-3680-9407-ad1f-deb047c9e39d-21d9e323, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac6a-3c176f10, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac6d-3c176f10, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac70-3c176f10, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac86-3c176f10, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac89-3c176f10, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac8c-3c176f10, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005aca2-3c176f10, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005aca5-3c176f10, #w-node-_7c640b51-c3c8-edaf-ffdc-2d511e2403e1-3c176f10, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0051-3c176f10, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0053-3c176f10, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0055-3c176f10, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0057-3c176f10, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0059-3c176f10, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe005b-3c176f10, #w-node-_435143d3-c0c0-ab83-f228-b9c7b0ced934-3c176f10, #w-node-_6739f371-3680-9407-ad1f-deb047c9e39d-3c176f10, #w-node-af96716b-5e6c-22a1-8239-ad28fb3f7fdc-1c91ac32, #w-node-c3d88ca9-5a14-9034-4684-c43fe57a0608-1c91ac32, #w-node-_260c327c-9dea-5522-8b09-49df7c37b3cf-1c91ac32, #w-node-c31c20cc-b5c5-4547-b97a-3099ccef9640-1c91ac32, #w-node-_2bb6c587-3872-1a0d-b416-d7aed1de2e64-1c91ac32, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac6d-1c91ac32, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac70-1c91ac32, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac73-1c91ac32, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac76-1c91ac32, #w-node-_8c001038-8f41-81e0-aff7-e35e7649e075-1c91ac32, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac86-1c91ac32, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac89-1c91ac32, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005ac8c-1c91ac32, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005aca2-1c91ac32, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005aca5-1c91ac32, #w-node-_7c640b51-c3c8-edaf-ffdc-2d511e2403e1-1c91ac32, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005acb8-1c91ac32, #w-node-ad495d6b-f983-3f4b-1fcb-0ce1f005acbb-1c91ac32, #w-node-_82308bc7-20e2-7ecc-4647-2605a1563873-1c91ac32, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0051-1c91ac32, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0053-1c91ac32, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0055-1c91ac32, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0057-1c91ac32, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0059-1c91ac32, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe005b-1c91ac32, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe005d-1c91ac32, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe005f-1c91ac32, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0061-1c91ac32, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0063-1c91ac32, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0065-1c91ac32, #w-node-_0bfdf777-5822-f8d7-c2c0-d8db41fe0067-1c91ac32, #w-node-_435143d3-c0c0-ab83-f228-b9c7b0ced934-1c91ac32, #w-node-_6739f371-3680-9407-ad1f-deb047c9e39d-1c91ac32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-c308c6c8-850e-d5a7-06a1-a8d053d0577f-3ccf4e07 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_8e4bdd7f-f333-23cf-8047-5d6f9cde8a2f-3ccf4e07 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c308c6c8-850e-d5a7-06a1-a8d053d0577f-3ccf4e07 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8e4bdd7f-f333-23cf-8047-5d6f9cde8a2f-3ccf4e07 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Avenirnextcyr';
  src: url('../fonts/AvenirNextCyr-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirnextcyr';
  src: url('../fonts/AvenirNextCyr-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirnextcyr';
  src: url('../fonts/AvenirNextCyr-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirnextcyr';
  src: url('../fonts/AvenirNextCyr-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}