body {
  font-family: 'Inter', Arial, sans-serif;
  background: #f6f8fa;
  color: #222;
  line-height: 1.7;
}


:root {
  --bs-primary: #0052a1;
  /* or your custom color */
}

.container {
  scroll-snap-type: y mandatory; /* or x mandatory for horizontal */
}

.text-primary {
  color: var(--bs-primary) !important;
}

html body {
  color: #686868 !important;
}

html {
  scroll-behavior: smooth;
}

a {
  color: #119ee7
}

a:hover {
  color: #000;
  text-decoration: none;
}


.external-link {
  text-decoration: none;
  /* Remove underline from the whole link */
}

.external-link .link-text {
  text-decoration: underline;
  /* Underline only the text */
}

.external-link .externalLink {
  text-decoration: none;
  /* Ensure icon has no underline */
}


h1 {
  margin-block: 0.67em;
  font-size: 2em;
}

h1,
section h1,
article h1,
nav h1,
aside h1 {
  font-size: 2em;
  font-family: "Raleway", Arial, VerdanaSans-Serif;
}

:where(h1) {
  margin-block: 0.67em;
  font-size: 2em;
}

.lead {
  font-size: 1.15rem;
}

.index ul.list-unstyled {
  height: 100%;
}

.index ul.list-unstyled>li {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  height: 100%;
}


.bg-light {
  background-color: rgb(227 227 227 / 80%) !important;
}

.teadstr {
  background:
    radial-gradient(circle, rgba(213, 212, 225, 0.7) 10%, transparent 11%),
    radial-gradient(circle at bottom left, rgba(213, 212, 225, 0.7) 5%, transparent 6%),
    radial-gradient(circle at bottom right, rgba(213, 212, 225, 0.7) 5%, transparent 6%),
    radial-gradient(circle at top left, rgba(213, 212, 225, 0.7) 5%, transparent 6%),
    radial-gradient(circle at top right, rgba(213, 212, 225, 0.7) 5%, transparent 6%);
  background-size: 1em 1em;
  background-color: #efefef;
  /* No opacity property! */
}



.img-skew {
  transform: perspective(1500px) rotateY(15deg);
}

.img-skew-sub {
  transform: perspective(1500px) rotateY(345deg);
}

.img-hover-zoom {
  transition: transform 0.3s ease;
}

.img-hover-zoom:hover {
  transform: scale(1.05);
}


.wow {
  visibility: hidden;
  /* Disable until animated */
}

.nav-bar .animated.fadeIn,
.nav-bar .animated.fadeOut {
  animation-duration: 0.6s !important;
}


/*** Index ***/

.index {
  background: linear-gradient(135deg, #f8fafc 0%, #e9ecef 100%);
}


/*** Images ***/

/* 100% width on XS and SM, 75% on MD and up */
.img-responsive-w {
  width: 100% !important;
}
@media (min-width: 768px) { /* MD and up */
  .img-responsive-w {
    width: 75% !important;
  }
}

/*** whois **/
.loading-container {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  z-index: 5;
  pointer-events: none;
}

.loading-container img.loading-gif {
  height: 44px;
}

#result-container {
  position: absolute;
  z-index: 9999;
}


#result-container {
  transition: opacity 0.3s ease;
  opacity: 1;
}

#result-container.hide {
  opacity: 0;
  pointer-events: none;
}


@media (max-width: 991px) {
.whois-steps{
  font-size: 0.7rem;
}

}

/*** DNS test **/

#usability-test .form-control {
  border-radius: 0 !important;
}

#progressBarContainer {
  overflow: hidden;
}

.progress {
  height: 2.5rem;
}

@media (max-width: 991px) {

.hosting-test .text-muted{
  font-size: 0.8rem;
}


.hosting-test .form-control {
      font-size: 1rem;
}

.hosting-test .btn-primary {
      font-size: 0.8rem !important
}

}

#domainDNS::placeholder {
  opacity: 0.5;
  color: #6c757d; /* Bootstrap's default muted color */
}

/*** Spinner Start ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Spinner End ***/

.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  transition: 0.5s;
  z-index: 99;
  display: none;
  /* Show via JS when needed */
}


/*** Button Start ***/
.btn {
  font-weight: 600;
  transition: .5s;
}

.btn-square {
  width: 32px;
  height: 32px;
}

.btn-sm-square {
  width: 28px;
  height: 28px;
}

.btn-md-square {
  width: 40px;
  height: 40px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-xl-square {
  width: 66px;
  height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

.btn.btn-primary {
  color: var(--bs-white);
  border: none;
  font-size: medium;
  background: #119ee7;
  font-weight: 300;
  border-radius: 0 !important;

}

.btn.btn-services {
  color: var(--bs-white);
  border: none;
  font-size: medium;
  background: #119ee7;
  font-weight: 300;
  border-radius: 0 !important;

}

.btn.btn-services:hover {
  background: #78afdf;
  color: var(--bs-white);
}


.btn.btn-primary:hover {
  background: var(--bs-dark);
  color: var(--bs-white);
}

.btn.btn-light {
  color: var(--bs-primary);
  border: none;
}

.btn.btn-light:hover {
  color: var(--bs-white);
  background: var(--bs-dark);
}

.btn.btn-dark {
  color: var(--bs-white);
  border: none;
}

.btn.btn-dark:hover {
  color: var(--bs-primary);
  background: var(--bs-light);
}


/*** Topbar Start ***/

.topbar {
  height: 44px;
  min-height: 44px;
  max-height: 44px;
}

.search-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.search-results-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 4px);
  z-index: 1050;
  height: auto;
}

.search-results-right .list-group-item {
  background: none !important;
  border: none !important;
  font-size: 13px;
  color: #6c757d;
  text-decoration: none;
  white-space: nowrap;
  
  /* Perfect verticale centrering */
  display: flex;
  align-items: center;
  padding: 4px 8px;
  min-height: 24px;
}

.search-results-right .list-group-item:hover {
  color: #0d6efd;
  background: none !important;
}


@media (max-width: 768px) {
  .search-results-right {
    position: absolute;
    top: 100%;
    left: 0;
    margin-left: 0;
    margin-top: 5px;
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  }
}


.border-primary {
  border-color: rgb(204 205 205) !important;
}

.topbar .smaller {
  font-size: 0.86rem;
}

@media only screen and (max-width: 600px) {
  .topbar .smaller {
    font-size: 0.7rem;
  }
}


.topbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  vertical-align: middle;
  margin-left: 8px;
  color: var(--bs-primary);
}

.topbar .dropdown .dropdown-menu a:hover {
  background: var(--bs-primary);
  color: var(--bs-white);
}

.topbar .dropdown .dropdown-menu {
  transform: rotateX(0deg);
  visibility: visible;
  background: var(--bs-light);
  padding-top: 10px;
  border: 0;
  transition: .5s;
  opacity: 1;
}

.topbar a {
  text-decoration: none;
}

.topbar a:hover {
  text-decoration: underline;
}

@media (max-width: 991.98px) {
.topbar, .nav-bar {
  border: none !important;
  margin: 0 !important;
}

}

/*** Topbar End ***/



.nav-bar {
  height: 96px;
  min-height: 96px;
  max-height: 96px;
}


.navbar-toggler {
  color: #07293a;
  border: 2px solid #1a5674;
  background-color: transparent;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  outline: none;
  box-shadow: none;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  background-color: rgba(0, 0, 0, 0.05);
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25); /* Subtle focus ring in Bootstrap primary */
}


.mega-menu {
  max-width: 900px;
  margin: 0 auto;
  background: #f3e5f5;
  border-radius: 0;
}


.menu-item {
  min-height: 56px;
}

.menu-item .fw-bold {
  font-size: 1.1rem;
}

.menu-item .text-muted {
  font-size: 0.95rem;
}

@media (max-width: 991px) {
  .mega-menu {
    min-width: 100vw;
    max-width: 100vw;
    border-radius: 0;
  }

  #main-navbar .col-6 {
    padding: 1rem !important;
  }
}

.navbar-brand {
  padding: 23.5px 20px;
  font-size: 18px;
}

.navbar-nav {
  width: 100%;

}

.nav-item {
  margin: 0 3px;
  text-align: center;
  position: static;
}

.nav-item a {
  font-size: 0.875rem;
  color: #676767;
}

@media (max-width: 1199.98px) {
  .nav-item a {
    font-size: 0.85rem;
  }
}

.navbar-nav,
.nav-item,
.nav-link {
  height: 100%;
  display: flex;
  align-items: center;
}

.nav-bar .active {
  background-color: #119ee7;

}

.nav-bar .active a {
  color: #fff;
}

.nav-bar .active a:hover {
  color: #fff;
}

.nav-item a.show {
  color: rgb(17, 158, 231) !important;
  transition-property: background-color, color;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  text-decoration: underline;
  text-decoration: none;

}

/* White when dropdown is open AND parent li is active */
.nav-item.active a.show {
  color: #fff !important;
  text-decoration: none;
}

.nav-item a:hover {
  color: rgb(17, 158, 231);
  transition-property: background-color, color;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  text-decoration: none;
  cursor: pointer;
}


.navbar-collapse.collapse.show {
  display: block !important;
}

@media (max-width: 991.98px) {

  /* Bootstrap's md breakpoint */
  .navbar-collapse {
    position: fixed;
    left: 0;
    right: 0;
    width: 100vw;
    /* top is set dynamically by JS */
    background: #fff;
    z-index: 1050;
    border-top: 1px solid #eee;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    padding-bottom: 1rem;
    transition: none;
    justify-content: center !important;
  }

  .navbar-collapse.show {
    overflow-y: auto;
    /* Optionally set max-height dynamically as well */
  }

  .nav-item {
    margin: 0 3px;
    text-align: center;
    position: static;
    justify-content: center !important;
    width: 100%;


  }

  .nav-link {
    justify-content: center;
  }



  .dropdown i {
    color: #fff;
  }

  .dropdown-menu a.active-sub {
    color: rgb(17, 158, 231) !important;
    font-size: 0.85rem;
  }

  .icon-bg-mobile {
    width: 22px;
    height: 22px;
    background: #4e80af !important;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 1rem;
  }

  .icon-bg-mobile:hover {
    background: #dee2e6;
    color: #212529;
  }

  .nav-item a.show {
    color: rgb(17, 158, 231) !important;
  }

  .navbar-nav .nav-link.active
  {
    color: #fff !important;
  }

}



/* Mega menu dropdown panel */


.submenu-items a {
  text-decoration: none;
}

.submenu-title {
  font-size: 0.9rem !important;
}

.submenu-title {
  color: #676767;
}

.menu-item a {
  text-decoration: none;
}


.menu-item:hover .submenu-title,
.menu-item:focus-within .submenu-title {
  color: #119ee7 !important;
  text-decoration: none;
}

.menu-item:hover .icon-bg,
.menu-item:focus-within .icon-bg {
  background: rgb(17, 158, 231) !important;
}

.nav-item.dropdown {
  position: relative;
}

.dropdown-menu {
  left: 20% !important;
  transform: translateX(-50%) !important;
  right: auto !important;
  top: 100%;
  /* ensures it appears below the parent */
  margin-top: 0.5rem;
  /* optional: space below the nav */
  background-color: #e5ebf5;
  min-width: 614px !important;

}


@media (max-width: 991.98px) {
  .navbar-nav .dropdown-menu {
    position: static !important;
    float: none !important;
    margin: 0 auto !important;
    transform: none !important;
    min-width: 0 !important;
    width: 100% !important;
    box-shadow: none !important;
    left: 0 !important;
    right: 0 !important;
    background: #f8f9fa;
    border-radius: unset;
  }
}


a.active-sub .submenu-title {
  color: #119ee7 !important;
}


a.active-sub .icon-bg {
  background: #119ee7 !important;
}

a.active-sub .icon-bg i {
  color: #fff !important;
}





/* Icon background and alignment */
.icon-bg {
  width: 38px;
  height: 38px;
  background: #4e80af !important;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 1rem;
}

.icon-bg i,
.icon-bg .fa {
  color: #fff;
  font-size: 22px;
  line-height: 1;
  display: block;
  align-items: center;
}

/* Tab (menu item block) */
.tab {
  margin-bottom: 20px;
  width: 100%;
  background: none;
  border: none;
  box-shadow: none;
}

/* For the link block: icon left, text right, both vertically centered */
.tab .dropdown-item {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  background: none !important;
  border: none;
  box-shadow: none;
}

.tab .dropdown-item span {
  display: block;
}

.tab h6 {
  margin-bottom: 0;
  font-size: 1rem;
}

.tab small {
  color: #888;
}

/* Remove default dropdown-item hover background */
.dropdown-item:hover {
  background-color: inherit;
}


/*** Content section ***/


.content h2 {
  font-family: "Raleway", Arial, VerdanaSans-Serif;
  font-optical-sizing: auto;
  font-size: x-large;
  font-weight: 300;
}

.content h3 {
  font-family: "Raleway", Arial, VerdanaSans-Serif;
  font-optical-sizing: auto;
  font-size: x-large;
  font-weight: 300;
}


.box-shadow {
  margin: 0px;
  background: #fff;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
}



/*** Carousel Hero Header Start ***/


.custom-carousel-height {
  height: 60vh;
  min-height: 300px;
}

@media (max-width: 575.98px) {
  .custom-carousel-height {
    height: 75vh;
    min-height: 500px;
  }
}



.carousel-item {
  position: relative;
  overflow: hidden;
  height: 60vh;
  min-height: 300px;
}

@media (max-width: 575.98px) {
  .carousel-item {
    height: 75vh;
    min-height: 500px;
  }
}


@media (max-width: 575.98px) {
  .hero-lead {
    font-size: 1rem !important;
  }
}

@media (max-width: 575.98px) {
  .hero-lead {
    font-size: 1rem !important;
  }
}



/* Background layer for each slide */
.carousel-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  animation: bgPanVertical 28s ease-in-out infinite;
}

/* Animated gradient overlay only on the background */
.carousel-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, #0c1216, #4b5c66, #4974ac, #0d182e);
  background-size: 400% 400%;
  opacity: 0.4;
  animation: gradientMove 10s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}


/* Hide overflowing carousel image corners */
.carousel-img {
  height: 100%;
  overflow: hidden;
}


.carousel-caption {
  top: 50% !important;
  bottom: auto !important;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 80vw;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: center;
}


.bg-carousel-1 .carousel-bg {
  background-image: url('../images/background/slide1/slide1.jpg');
  background-image: -webkit-image-set(url('../images/background/slide1/slide1.webp') type('image/webp'),
      url('../images/background/slide1/slide1.jpg') type('image/jpeg'));
  background-image: image-set(url('../images/background/slide1/slide1.webp') type('image/webp'),
      url('../images/background/slide1/slide1.jpg') type('image/jpeg'));
}

.bg-carousel-2 .carousel-bg {
  background-image: url('../images/background/slide2/slide2.jpg');
  background-image: -webkit-image-set(url('../images/background/slide2/slide2.webp') type('image/webp'),
      url('../images/background/slide2/slide2.jpg') type('image/jpeg'));
  background-image: image-set(url('../images/background/slide2/slide2.webp') type('image/webp'),
      url('../images/background/slide2/slide2.jpg') type('image/jpeg'));
}

.bg-carousel-3 .carousel-bg {
  background-image: url('../images/background/slide3/slide3.jpg');
  background-image: -webkit-image-set(url('../images/background/slide3/slide3.webp') type('image/webp'),
      url('../images/background/slide3/slide3.jpg') type('image/jpeg'));
  background-image: image-set(url('../images/background/slide3/slide3.webp') type('image/webp'),
      url('../images/background/slide3/slide3.jpg') type('image/jpeg'));
}

.bg-carousel-4 .carousel-bg {
  background-image: url('../images/background/slide4/slide4.jpg');
  background-image: -webkit-image-set(url('../images/background/slide4/slide4.webp') type('image/webp'),
      url('../images/background/slide4/slide4.jpg') type('image/jpeg'));
  background-image: image-set(url('../images/background/slide4/slide4.webp') type('image/webp'),
      url('../images/background/slide4/slide4.jpg') type('image/jpeg'));
}



/* --- Animated Background Position on Active Slide --- */
.bg-carousel-1-animate .carousel-bg,
.bg-carousel-2-animate .carousel-bg,
.bg-carousel-3-animate .carousel-bg,
.bg-carousel-4-animate .carousel-bg {
  background-position: center bottom;

}


@keyframes bgPanVertical {
  0% {
    background-position: center top;
  }

  50% {
    background-position: center bottom;
  }

  100% {
    background-position: center top;
  }
}

.price-badge {
  width: 134px;
  height: 134px;
  font-size: 1.5rem;
  border-radius: 50%;
  background: #119ee7;
  color: #ffffff;
  font-weight: bold;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.custom-translate-30 {
  transform: translateY(-30%);
}

.vanaf-label {
  font-size: 0.9rem;
  /* or whatever size you want */
  line-height: 1;
}

sub {
  bottom: 0.3em;
}


/*** Carousel Hero Header End ***/


/** Feature Hosting Start **/

.feature-hosting {
  position: relative;
  background:
    linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)),
    url("../images/faq/background/webhosting/webhosting.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
}

.glass-overlay {
  position: absolute;
  inset: 0;
  background: rgb(15 37 65 / 60%);
  backdrop-filter: blur(6px) saturate(150%);
  -webkit-backdrop-filter: blur(14px) saturate(150%);
  border-radius: 0;
  z-index: 1;
  pointer-events: none;
}

/* Attempt WebP override for browsers that support it */
@supports (background-image: url("image.webp")) {
  .feature-hosting {
    background-image: url("../images/faq/background/webhosting/webhosting.webp");
  }
}


.feature-hosting .nav-pills {
  border: 0px;
}

/* Feature Hosting End */



/*** Single Page Hero Header Start ***/

.breadcrumb {
  font-size: small;
}

.bg-breadcrumb {
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  transition: 0.5s;
  height: 284px;
}


.design {
  background:
    linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.2)),
    url(../images/headers/header-design.webp);
  background-size: cover;
  background-position: center;
}

/* Fallback for browsers that don’t support WebP */
@supports not (background-image: url("../images/headers/header-design.webp")) {
  .design {
    background:
      linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.2)),
      url(../images/headers/header-design.jpg);
    background-size: cover;
    background-position: center;
  }
}


.webdesign {
  background:
    linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.2)),
    url(../images/headers/header-webdesign.webp);
  background-size: cover;
  background-position: center;
}

/* Fallback for browsers that don’t support WebP */
@supports not (background-image: url("../images/headers/header-webdesign.webp")) {
  .webdesign {
    background:
      linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.2)),
      url(../images/headers/header-vormgeving.jpg);
    background-size: cover;
    background-position: center;
  }
}

.grafische {
  background:
    linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.2)),
    url(../images/headers/header-vormgeving.webp);
  background-size: cover;
  background-position: center;
}

/* Fallback for browsers that don’t support WebP */
@supports not (background-image: url("../images/headers/header-vormgeving.webp")) {
  .grafische {
    background:
      linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.2)),
      url(../images/headers/header-vormgeving.jpg);
    background-size: cover;
    background-position: center;
  }
}


.hosting {
  background:
    linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.2)),
    url(../images/headers/header-hosting.webp);
  background-size: cover;
  background-position: center;
}

/* Fallback for browsers that don’t support WebP */
@supports not (background-image: url("../images/headers/header-hosting.webp")) {
  .hosting {
    background:
      linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.2)),
      url(../images/headers/header-vormgeving.jpg);
    background-size: cover;
    background-position: center;
  }
}


.webhosting {
  background:
    linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.2)),
    url(../images/headers/header-webhosting.webp);
  background-size: cover;
  background-position: center;
}

/* Fallback for browsers that don’t support WebP */
@supports not (background-image: url("../images/headers/header-webhosting.webp")) {
  .webhosting {
    background:
      linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.2)),
      url(../images/headers/header-vormgeving.jpg);
    background-size: cover;
    background-position: center;
  }
}


.emailhosting {
  background:
    linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.2)),
    url(../images/headers/header-emailhosting.webp);
  background-size: cover;
  background-position: center;
}

/* Fallback for browsers that don’t support WebP */
@supports not (background-image: url("../images/headers/header-emailhosting.webp")) {
  .emailhosting {
    background:
      linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.2)),
      url(../images/headers/header-emailhosting.jpg);
    background-size: cover;
    background-position: center;
  }
}


.domeinnamen {
  background:
    linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.2)),
    url(../images/headers/header-domein.webp);
  background-size: cover;
  background-position: center;
}

/* Fallback for browsers that don’t support WebP */
@supports not (background-image: url("../images/headers/header-domein.webp")) {
  .domeinnamen {
    background:
      linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.2)),
      url(../images/headers/header-domein.jpg);
    background-size: cover;
    background-position: center;
  }
}


.ssl {
  background:
    linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.2)),
    url(../images/headers/header-ssl.webp);
  background-size: cover;
  background-position: center;
}

/* Fallback for browsers that don’t support WebP */
@supports not (background-image: url("../images/headers/header-ssl.webp")) {
  .ssl {
    background:
      linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.2)),
      url(../images/headers/header-ssl.jpg);
    background-size: cover;
    background-position: center;
  }
}

.usability {
  background:
    linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.2)),
    url(../images/headers/header-usability.webp);
  background-size: cover;
  background-position: center;
}

/* Fallback for browsers that don’t support WebP */
@supports not (background-image: url("../images/headers/header-usability.webp")) {
  .usability {
    background:
      linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.2)),
      url(../images/headers/header-usability.jpg);
    background-size: cover;
    background-position: center;
  }
}

.it-diensten {
  background:
    linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.2)),
    url(../images/headers/header-itdiensten.webp);
  background-size: cover;
  background-position: center;
}

/* Fallback for browsers that don’t support WebP */
@supports not (background-image: url("../images/headers/header-itdiensten.webp")) {
  .it-diensten {
    background:
      linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.2)),
      url(../images/headers/header-itdiensten.jpg);
    background-size: cover;
    background-position: center;
  }
}



.reparatie {
  background:
    linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.2)),
    url(../images/headers/header-reparatie.webp);
  background-size: cover;
  background-position: center;
}

/* Fallback for browsers that don’t support WebP */
@supports not (background-image: url("../images/headers/header-reparatie.webp")) {
  .reparatie {
    background:
      linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.2)),
      url(../images/headers/header-reparatie.jpg);
    background-size: cover;
    background-position: center;
  }
}


.consultancy {
  background:
    linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.2)),
    url(../images/headers/header-consultancy.webp);
  background-size: cover;
  background-position: center;
}

/* Fallback for browsers that don’t support WebP */
@supports not (background-image: url("../images/headers/header-consultancy.webp")) {
  .consultancy {
    background:
      linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.2)),
      url(../images/headers/header-consultancy.jpg);
    background-size: cover;
    background-position: center;
  }
}

.support {
  background:
    linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.2)),
    url(../images/headers/header-support.webp);
  background-size: cover;
  background-position: center;
}

/* Fallback for browsers that don’t support WebP */
@supports not (background-image: url("../images/headers/header-support.webp")) {
  .support {
    background:
      linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.2)),
      url(../images/headers/header-support.jpg);
    background-size: cover;
    background-position: center;
  }
}


.installatie {
  background:
    linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.2)),
    url(../images/headers/header-installatie.webp);
  background-size: cover;
  background-position: center;
}

/* Fallback for browsers that don’t support WebP */
@supports not (background-image: url("../images/headers/header-installatie.webp")) {
  .installatie {
    background:
      linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.2)),
      url(../images/headers/header-installatie.jpg);
    background-size: cover;
    background-position: center;
  }
}




.bg-breadcrumb .breadcrumb {
  position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
  color: var(--bs-white);
}

/*** Single Page Hero Header End ***/



/*** Feature Start ***/
.feature .feature-item {
  border-radius: 10px;
  background: var(--bs-white);
  transition: 0.5s;
}

.feature .feature-item:hover {
  background: var(--bs-primary);
}

.feature .feature-item .feature-icon {
  position: relative;
  width: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: var(--bs-light);
}

.feature .feature-item:hover .feature-icon i {
  z-index: 9;
}

.feature .feature-item .feature-icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: var(--bs-dark);
  transition: 0.5s;
  z-index: 1;
}

.feature .feature-item:hover .feature-icon::after {
  height: 100%;
}

.feature .feature-item .feature-icon {
  color: var(--bs-primary);
}

.feature .feature-item .feature-icon,
.feature .feature-item h4,
.feature .feature-item p {
  transition: 0.5s;
}

.feature .feature-item:hover .feature-icon {
  color: var(--bs-white);
}

.feature .feature-item:hover h4,
.feature .feature-item:hover p {
  color: var(--bs-white);
}

.feature .feature-item:hover a.btn {
  background: var(--bs-white);
  color: var(--bs-primary);
}

.feature .feature-item:hover a.btn:hover {
  background: var(--bs-dark);
  color: var(--bs-white);
}

/*** Feature End ***/


/*** Service Start ***/
.service .service-item {
  border-radius: 10px;
}

.service .service-item .service-img {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.service .service-item .service-img img {
  transition: 0.5s;
}

.service .service-item:hover .service-img img {
  transform: scale(1.1);
}

.service .service-item .service-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.5s;
  z-index: 1;
}

.service .service-item:hover .service-img::after {
  height: 100%;
}

.service .service-item .service-img .service-icon {
  position: absolute;
  width: 70px;
  bottom: 0;
  right: 25px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: var(--bs-light);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  z-index: 9;
}

.service .service-item .service-img .service-icon i {
  color: var(--bs-primary);
  transition: 0.5s;
}

.service .service-item:hover .service-img .service-icon i {
  transform: rotateX(360deg);
  color: var(--bs-white);
}

.service .service-item:hover .service-img .service-icon {
  bottom: 0;
  color: var(--bs-white);
  background: var(--bs-primary);
}

.service .service-content {
  position: relative;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: var(--bs-light);
}

.service .service-item .service-content .service-content-inner {
  position: relative;
  z-index: 9;
}

.service .service-item .service-content .service-content-inner a {
  text-decoration: none;
}


.service .service-item .service-content .service-content-inner h4,
.service .service-item .service-content .service-content-inner p {
  transition: 0.5s;
}

.service .service-item:hover .service-content .service-content-inner h4,
.service .service-item:hover .service-content .service-content-inner p {
  color: var(--bs-white);
}

.service .service-item:hover .service-content .service-content-inner .btn.btn-primary {
  color: var(--bs-primary);
  background: var(--bs-white);
}

.service .service-item:hover .service-content .service-content-inner .btn.btn-primary:hover {
  color: var(--bs-white);
  background: var(--bs-dark);
}

.service .service-item:hover .service-content .service-content-inner h4:hover {
  color: var(--bs-dark);
}

.service .service-item .service-content::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: var(--bs-primary);
  transition: 0.5s;
  z-index: 1;
}

.service .service-item:hover .service-content::after {
  height: 100%;
}

/*** Service End ***/


/*** FAQs Start ***/
.faq-section .accordion .accordion-item .accordion-header .accordion-button {
  color: var(--bs-white);
  background: rgba(1, 95, 201, .8);
  font-size: 18px;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.faq-section .accordion .accordion-item .accordion-header .accordion-button.collapsed {
  color: var(--bs-primary);
  background: var(--bs-light);
}

.faq-section .container {
  position: relative;
  z-index: 2;
}

.faq-section .accordion .accordion-item {
  border: 0;
}

.text-faq {

  color: rgb(122 167 195);

}

#faq h2 {
  color: #000;
  font-family: "Raleway", Arial, VerdanaSans-Serif;
}



/** Paralex background ***/
.para-bg {
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}


.para-design {
  background-image: url(../images/faq/background/design.jpg);
}

/* .webp fallback for desktop */
@supports (background-image: url("../images/faq/background/design/design.webp")) {
  .para-design {
    background-image: url(../images/faq/background/design/design.webp);
  }
}

/* Tablet / Medium screen */
@media (max-width: 1024px) {
  .para-design {
    background-image: url(../images/faq/background/design/design-m.jpg);
  }

  @supports (background-image: url("../images/faq/background/design/design-m.webp")) {
    .para-design {
      background-image: url(../images/faq/background/design/design-m.webp);
    }
  }
}

/* Mobile / Small screen */
@media (max-width: 600px) {
  .para-design {
    background-image: url(../images/faq/background/design/design-s.jpg);
  }

  @supports (background-image: url("../images/faq/background/design/design-s.webp")) {
    .para-design {
      background-image: url(../images/faq/background/design/design-s.webp);
    }
  }
}


.para-webdesign {
  background-image: url(../images/faq/background/webdesign/webdesign.jpg);
}


/* .webp fallback for desktop */
@supports (background-image: url("../images/faq/background/webdesign/webdesign.webp")) {
  .para-webdesign {
    background-image: url(../images/faq/background/webdesign/webdesign.webp);
  }
}

/* Tablet / Medium screen */
@media (max-width: 1024px) {
  .para-webdesign {
    background-image: url(../images/faq/background/webdesign/webdesign-m.jpg);
  }

  @supports (background-image: url("../images/faq/background/webdesign/webdesign-m.webp")) {
    .para-webdesign {
      background-image: url(../images/faq/background/webdesign/webdesign-m.webp);
    }
  }
}

/* Mobile / Small screen */
@media (max-width: 600px) {
  .para-webdesign {
    background-image: url(../images/faq/background/webdesign/webdesign-s.jpg);
  }

  @supports (background-image: url("../images/faq/background/webdesign/webdesign-s.webp")) {
    .para-webdesign {
      background-image: url(../images/faq/background/webdesign/webdesign-s.webp);
    }
  }
}




.para-grafische {
  background-image: url(../images/faq/background/grafische/grafische.jpg);
}


/* .webp fallback for desktop */
@supports (background-image: url("../images/faq/background/grafische/grafische.webp")) {
  .para-grafische {
    background-image: url(../images/faq/background/grafische/grafische.webp);
  }
}

/* Tablet / Medium screen */
@media (max-width: 1024px) {
  .para-grafische {
    background-image: url(../images/faq/background/grafische/grafische-m.jpg);
  }

  @supports (background-image: url("../images/faq/background/grafische/grafische-m.webp")) {
    .para-grafische {
      background-image: url(../images/faq/background/grafische/grafische-m.webp);
    }
  }
}

/* Mobile / Small screen */
@media (max-width: 600px) {
  .para-grafische {
    background-image: url(../images/faq/background/grafische/grafische-s.jpg);
  }

  @supports (background-image: url("../images/faq/background/grafische/grafische-s.webp")) {
    .para-webdesign {
      background-image: url(../images/faq/background/grafische/grafische-s.webp);
    }
  }
}



.para-hosting {
  background-image: url(../images/faq/background/hosting/hosting.jpg);
}

/* .webp fallback for desktop */
@supports (background-image: url("../images/faq/background/hosting/hosting.webp")) {
  .para-hosting {
    background-image: url(../images/faq/background/hosting/hosting.webp);
  }
}

/* Tablet / Medium screen */
@media (max-width: 1024px) {
  .para-hosting {
    background-image: url(../images/faq/background/hosting/hosting-m.jpg);
  }

  @supports (background-image: url("../images/faq/background/hosting/hosting-m.webp")) {
    .para-hosting {
      background-image: url(../images/faq/background/hosting/hosting-m.webp);
    }
  }
}

/* Mobile / Small screen */
@media (max-width: 600px) {
  .para-hosting {
    background-image: url(../images/faq/background/hosting/hosting-s.jpg);
  }

  @supports (background-image: url("../images/faq/background/hosting/hosting-s.webp")) {
    .para-hosting {
      background-image: url(../images/faq/background/hosting/hosting-s.webp);
    }
  }
}


.para-webhosting {
  background-image: url(../images/faq/background/webhosting/webhosting.jpg);
}

/* .webp fallback for desktop */
@supports (background-image: url("../images/faq/background/webhosting/webhosting.webp")) {
  .para-webhosting {
    background-image: url(../images/faq/background/webhosting/webhosting.webp);
  }
}

/* Tablet / Medium screen */
@media (max-width: 1024px) {
  .para-webhosting {
    background-image: url(../images/faq/background/webhosting/webhosting-m.jpg);
  }

  @supports (background-image: url("../images/faq/background/webhosting/webhosting-m.webp")) {
    .para-webhosting {
      background-image: url(../images/faq/background/webhosting/webhosting-m.webp);
    }
  }
}

/* Mobile / Small screen */
@media (max-width: 600px) {
  .para-webhosting {
    background-image: url(../images/faq/background/webhosting/webhosting-s.jpg);
  }

  @supports (background-image: url("../images/faq/background/webhosting/webhosting-s.webp")) {
    .para-webhosting {
      background-image: url(../images/faq/background/webhosting/webhosting-s.webp);
    }
  }
}


.para-email {
  background-image: url(../images/faq/background/emailhosting/email.jpg);
}

/* .webp fallback for desktop */
@supports (background-image: url("../images/faq/background/emailhosting/email.webp")) {
  .para-email {
    background-image: url(../images/faq/background/emailhosting/email.webp);
  }
}

/* Tablet / Medium screen */
@media (max-width: 1024px) {
  .para-email {
    background-image: url(../images/faq/background/emailhosting/email-m.jpg);
  }

  @supports (background-image: url("../images/faq/background/emailhosting/email-m.webp")) {
    .para-email {
      background-image: url(../images/faq/background/emailhosting/email-m.webp);
    }
  }
}

/* Mobile / Small screen */
@media (max-width: 600px) {
  .para-email {
    background-image: url(../images/faq/background/emailhosting/email-s.jpg);
  }

  @supports (background-image: url("../images/faq/background/emailhosting/email-s.webp")) {
    .para-email {
      background-image: url(../images/faq/background/emailhosting/email-s.webp);
    }
  }
}


.para-ssl {
  background-image: url(../images/faq/background/ssl/ssl.jpg);
}

/* .webp fallback for desktop */
@supports (background-image: url("../images/faq/background/ssl/ssl.webp")) {
  .para-ssl {
    background-image: url(../images/faq/background/ssl/ssl.webp);
  }
}

/* Tablet / Medium screen */
@media (max-width: 1024px) {
  .para-ssl {
    background-image: url(../images/faq/background/ssl/ssl-m.jpg);
  }

  @supports (background-image: url("../images/faq/background/ssl/ssl-m.webp")) {
    .para-ssl {
      background-image: url(../images/faq/background/ssl/ssl-m.webp);
    }
  }
}

/* Mobile / Small screen */
@media (max-width: 600px) {
  .para-ssl {
    background-image: url(../images/faq/background/ssl/ssl-s.jpg);
  }

  @supports (background-image: url("../images/faq/background/ssl/ssl-s.webp")) {
    .para-ssl {
      background-image: url(../images/faq/background/ssl/ssl-s.webp);
    }
  }
}





.para-usability {
  background-image: url(../images/faq/background/usability/usability.jpg);
}

/* .webp fallback for desktop */
@supports (background-image: url("../images/faq/background/usability/usability.webp")) {
  .para-usability {
    background-image: url(../images/faq/background/usability/usability.webp);
  }
}

/* Tablet / Medium screen */
@media (max-width: 1024px) {
  .para-usability {
    background-image: url(../images/faq/background/usability/usability-m.jpg);
  }

  @supports (background-image: url("../images/faq/background/usability/usability-m.webp")) {
    .para-usability {
      background-image: url(../images/faq/background/usability/usability-m.webp);
    }
  }
}

/* Mobile / Small screen */
@media (max-width: 600px) {
  .para-usability {
    background-image: url(../images/faq/background/usability/usability-s.jpg);
  }

  @supports (background-image: url("../images/faq/background/usability/usability-s.webp")) {
    .para-usability {
      background-image: url(../images/faq/background/usability/usability-s.webp);
    }
  }
}



.para-reparatie {
  background-image: url(../images/faq/background/reparatie/repair.jpg);
}

/* .webp fallback for desktop */
@supports (background-image: url("../images/faq/background/reparatie/repair.webp")) {
  .para-reparatie {
    background-image: url(../images/faq/background/reparatie/repair.webp);
  }
}

/* Tablet / Medium screen */
@media (max-width: 1024px) {
  .para-reparatie {
    background-image: url(../images/faq/background/reparatie/repair-m.jpg);
  }

  @supports (background-image: url("../images/faq/background/reparatie/repair-m.webp")) {
    .para-reparatie {
      background-image: url(../images/faq/background/reparatie/repair-m.webp);
    }
  }
}

/* Mobile / Small screen */
@media (max-width: 600px) {
  .para-reparatie {
    background-image: url(../images/faq/background/reparatie/repair-s.jpg);
  }

  @supports (background-image: url("../images/faq/background/reparatie/repair-s.webp")) {
    .para-reparatie {
      background-image: url(../images/faq/background/reparatie/repair-s.webp);
    }
  }
}



.para-support {
  background-image: url(../images/faq/background/support/support.jpg);
}

/* .webp fallback for desktop */
@supports (background-image: url("../images/faq/background/support/support.webp")) {
  .para-support {
    background-image: url(../images/faq/background/support/support.webp);
  }
}

/* Tablet / Medium screen */
@media (max-width: 1024px) {
  .para-support {
    background-image: url(../images/faq/background/support/support-m.jpg);
  }

  @supports (background-image: url("../images/faq/background/support/support-m.webp")) {
    .para-support {
      background-image: url(../images/faq/background/support/support-m.webp);
    }
  }
}

/* Mobile / Small screen */
@media (max-width: 600px) {
  .para-support {
    background-image: url(../images/faq/background/support/support-s.jpg);
  }

  @supports (background-image: url("../images/faq/background/support/support-s.webp")) {
    .para-support {
      background-image: url(../images/faq/background/support/support-s.webp);
    }
  }
}


.para-installatie {
  background-image: url(../images/faq/background/installatie/installatie.jpg);
}

/* .webp fallback for desktop */
@supports (background-image: url("../images/faq/background/installatie/installatie.webp")) {
  .para-installatie {
    background-image: url(../images/faq/background/installatie/installatie.webp);
  }
}

/* Tablet / Medium screen */
@media (max-width: 1024px) {
  .para-installatie {
    background-image: url(../images/faq/background/installatie/installatie-m.jpg);
  }

  @supports (background-image: url("../images/faq/background/installatie/installatie-m.webp")) {
    .para-installatie {
      background-image: url(../images/faq/background/installatie/installatie-m.webp);
    }
  }
}

/* Mobile / Small screen */
@media (max-width: 600px) {
  .para-installatie {
    background-image: url(../images/faq/background/installatie/installatie-s.jpg);
  }

  @supports (background-image: url("../images/faq/background/installatie/installatie-s.webp")) {
    .para-installatie {
      background-image: url(../images/faq/background/installatie/installatie-s.webp);
    }
  }
}





.para-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(244 245 245 / 85%);
  z-index: 1;
}

/*** FAQs End ***/


/*** Blog Start ***/
.blog .blog-item {
  border-radius: 10px;
  transition: 0.5s;
}

.blog .blog-item:hover {
  box-shadow: 0 0 45px rgba(0, 0, 0, .1);
}

.blog .blog-item:hover .blog-content {
  background: var(--bs-white);
}

.blog .blog-item .blog-img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
  overflow: hidden;
}

.blog .blog-item .blog-img img {
  transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
  transform: scale(1.2);
}

.blog .blog-item .blog-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: rgba(1, 95, 201, .2);
  transition: 0.5s;
  z-index: 1;
}

.blog .blog-item:hover .blog-img::after {
  height: 100%;
}

.blog .blog-item .blog-img .blog-categiry {
  position: absolute;
  bottom: 0;
  right: 0;
  border-top-left-radius: 10px;
  display: inline-flex;
  color: var(--bs-white);
  background: var(--bs-primary);
  z-index: 9;
}

.blog .blog-item .blog-content {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: var(--bs-light);
}

.blog .blog-item .blog-content a.btn {
  color: var(--bs-dark);
}

.blog .blog-item:hover .blog-content a.btn:hover {
  color: var(--bs-primary);
}

/*** Blog End ***/


/*** Team Start ***/
.team .team-item .team-img {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.team .team-item .team-img img {
  transition: 0.5s;
}

.team .team-item:hover .team-img img {
  transform: scale(1.1);
}

.team .team-item .team-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: 0.5s;
}

.team .team-item:hover .team-img::after {
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
}

.team .team-item .team-img .team-icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  margin-bottom: -100%;
  transition: 0.5s;
  z-index: 9;
}

.team .team-item:hover .team-img .team-icon {
  margin-bottom: 0;
}

.team .team-item .team-title {
  color: var(--bs-white);
  background: var(--bs-primary);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: 0.5s;
}

.team .team-item .team-title h4 {
  color: var(--bs-white);
}

.team .team-item:hover .team-title {
  background: var(--bs-dark);
}

/*** Team End ***/


/*** Testimonial Start ***/
.testimonial-carousel .owl-stage-outer {
  margin-top: 58px;
  margin-right: -1px;
}

.testimonial .owl-nav .owl-prev {
  position: absolute;
  top: -58px;
  left: 0;
  background: var(--bs-primary);
  color: var(--bs-white);
  padding: 5px 30px;
  border-radius: 30px;
  transition: 0.5s;
}

.testimonial .owl-nav .owl-prev:hover {
  background: var(--bs-dark);
  color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
  position: absolute;
  top: -58px;
  right: 0;
  background: var(--bs-primary);
  color: var(--bs-white);
  padding: 5px 30px;
  border-radius: 30px;
  transition: 0.5s;
}

.testimonial .owl-nav .owl-next:hover {
  background: var(--bs-dark);
  color: var(--bs-white);
}

/*** Testimonial End ***/


/*** Contact Start ***/

#contact-form i {
  color: #7292af;
}

.alert.fade-out {
    opacity: 0;
    transition: opacity 1s ease;
}

.form-control {
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(52, 158, 245, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(52, 158, 245, 0.6);
}


.form-floating label {
  font-size: 0.8rem;
}

#contact-form input {
  font-family: 'Open sans', sans-serif;
  font-size: 1rem;
}

#contact-form select {
  font-family: 'Open sans', sans-serif;
  font-size: 1rem;
}

#contact-form option {
  font-family: 'Open sans', sans-serif;
  font-size: 1rem;
}


#contact-form label::before {
  margin-right: 8px;
  color: #7292af;
}

#contact-form label.text-danger::before {
  color: #dc3545;
  /* rood, Bootstrap text-danger kleur */
}


.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(52, 158, 245, 0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(52, 158, 245, 0.6) !important;
}



.contact .contact-img {
  position: relative;
}

.contactBoxes {
  border: var(--bs-border-width) solid var(--bs-border-color);
}

.contact .contact-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1;
  animation-name: image-efects;
  animation-duration: 10s;
  animation-delay: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  transition: 0.5s
}

@keyframes image-efects {
  0% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  }

  25% {
    border-radius: 35% 65% 27% 73% / 71% 25% 75% 29%;
  }

  50% {
    border-radius: 41% 59% 45% 55% / 32% 21% 79% 68%;
  }

  75% {
    border-radius: 69% 31% 39% 61% / 70% 83% 17% 30%;
  }

  100% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  }
}

.contact .contact-img .contact-img-inner {
  position: relative;
  z-index: 9;
}

.formBorder{
    border: var(--bs-border-width) solid var(--bs-border-color);
}

/*** Contact End ***/




/*** Footer Start ***/
.footer {
  background: var(--bs-dark);
}


.footer .footer-item {
  display: flex;
  flex-direction: column;
}

.footer .footer-item a {
  line-height: 35px;
  color: var(--bs-body);
  transition: 0.5s;
}

.footer .footer-item p {
  line-height: 35px;
}

.footer .footer-item a:hover {
  color: var(--bs-primary);
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
  transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
  background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
  color: var(--bs-primary);
}


.footer .footer-item .footer-instagram {
  position: relative;
  overflow: hidden;
}

.footer .footer-item .footer-instagram img {
  transition: 0.5s;
}

.footer .footer-item .footer-instagram:hover img {
  transform: scale(1.2);
}

.footer .footer-item .footer-instagram .footer-search-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  opacity: 0;
}

.footer .footer-item .footer-instagram:hover .footer-search-icon {
  opacity: 1;
  background: rgba(0, 0, 0, .6);
}

.footer .footer-item .footer-btn a {
  background: var(--bs-light);
  color: var(--bs-primary);
}

.footer .footer-item .footer-btn a:hover {
  background: var(--bs-primary);
}

.footer .footer-item .footer-btn a:hover i {
  color: var(--bs-white);
}


.logos-carousel {
  min-height: 50px;
  /* or approximate height of carousel items */
}


/*** Footer End ***/


/*** copyright Start ***/
.copyright {
  background: var(--bs-dark);
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.copyrights .row {
  min-height: 120px;
  /* Adjust as needed for your content */
}


/*** copyright end ***/


/*custom*/


/*---extra fonts----*/

@font-face {
  font-family: "Ethnocentric";
  src: local("☺"), url("fonts/ethnocentric_rg.woff2") format("woff2"),
    url("fonts/ethnocentric_rg.woff") format("woff"),
    url("fonts/ethnocentric_rg.ttf") format("truetype"),
    url("fonts/ethnocentric_rg.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pirulen";
  src: local("☺"), url("fonts/PirulenRg-Regular.woff2") format("woff2"),
    url("fonts/PirulenRg-Regular.woff") format("woff"),
    url("fonts/PirulenRg-Regular.ttf") format("truetype"),
    url("fonts/PirulenRg-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


.pirulen {
  font-family: "Pirulen";

}

#logo {
  /* display: block; */
  width: 180px;
  /* Adjust width as needed */
  height: 60px;
  /* Adjust height as needed */
  background: url('../images/logo.png') no-repeat left bottom;
}

@supports (background: url("../images/logo.webp") no-repeat left bottom) {
  #logo {
    background: url("../images/logo.webp") no-repeat left bottom;

  }
}

@media (max-width: 992px) {
  #logo {
    width: 150px;
    /* Adjust for smaller screens */
    height: 50px;
  }
}

@media (max-width: 768px) {
  #logo {
    width: 120px;
    /* Adjust for mobile screens */
    height: 40px;
  }
}





/* custom */


.pricing-table .active {
  color: #ffffff !important;
  background: #00aeef !important;
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}


.nav-pills>li:hover>a,
.nav-pills>li:focus>a,
.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
  background-position: 100px;
  color: #ffffff !important;
  background: #00aeef;
}

.tab-item {
  width: 50%;
  padding: 10px;
  float: left;
  margin: 0 !important;

}

.tab-item a {
  position: relative;
  display: block;
  padding: 10px 15px;
  color: #686868;
}

.tab-link {
  background-color: #f4f4f4;
}

.tab-link:hover {
  color: #ffffff !important;
  background: #00aeef;
}

.message-box a.active {
  background-position: 100px;
  color: #ffffff !important;
  background: #00aeef;
}

.message-box .nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
  color: #686868;
}

.message-box a {
  text-decoration: none;
}


.lt_title_line {
  height: 3px;
  padding: 0px;
  margin: 15px auto 20px;
  text-align: center;
  background: url(../images/title_line7-w.png) center top no-repeat;
}




/*------------------------------------------------------------------
    PRICING TABLES
-------------------------------------------------------------------*/

.table-responsive {
  font-family: 'Raleway';
}

.table-responsive th {
  background-color: #78afdf;
  padding-top: 18px;
  padding-bottom: 18px;
  color: #454242;
}

.grd1 {
  color: #ffffff !important;
  background: #2d3032 !important;
}

.grd1:hover,
.grd1:focus {
  background-position: 100px;
  color: #ffffff !important;
  background: #00aeef !important;
}

.pricing-table {
  margin: 0px;
  background: #fff;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
}

.pricing-table .euro {
  position: relative;
  bottom: 1ex;
}

.pricing-table i {
  width: 30px;
  color: #c2c2c2;
  display: inline-block;
  margin-right: 10px;
  padding-right: 24px;
  border-right: 1px solid #ececec;
}

.pricing-table .btn-dark {
  padding: 10px 24px;
  font-size: 15px;
}

.pricing-table strong {
  font-weight: 600;
  margin-right: 6px;
  color: #1f1f1f;
}

.pricing-table-header {
  padding: 24px 0 12px 0;
}

.pricing-table-header h2 {
  margin: 0;
  padding: 0;
  font-weight: 300;
}

.pricing-table-header h3 {
  font-weight: 300;
}

.pricing-table-space {
  height: 10px;
}

.pricing-table-text {
  margin: 15px 30px 0 30px;
  padding: 0 10px 15px 10px;
  border-bottom: 1px solid #ececec;
  font-weight: 300;
  line-height: 30px;
  color: #c2c2c2;
  font-size: 16px;
}

.pricing-table-text p {
  font-weight: 400;
}

.pricing-table-features {
  border-bottom: 1px solid #ececec;
  text-align: left;
  line-height: 30px;
  font-size: medium;
  color: #858484;
}


.pricing-table-highlighted h3,
.pricing-table-highlighted h2 {
  color: #ffffff !important;
}

.pricing-table-sign-up {
  margin-top: 25px;
  padding-bottom: 30px;
}

/* Highlighted table */

.pricing-table-highlighted {
  margin-top: 0;
}

.m130 {
  margin-top: 130px;
}

.nav-pills {
  border: 1px solid #e1e1e1;
}

.nav-pills>li {
  width: 50%;
  padding: 10px;
  float: left;
  margin: 0 !important;
}

.nav-pills>li>a {
  margin: 0 !important;
  text-align: center;
  background-color: #f4f4f4;
}

/* 404 */
#zoekresultaten .content404{
  cursor: pointer;
}

#zoekresultaten .content404:hover{
  background: #f4f4f4 !important;
}

/*footer*/


.logos {
  background-color: #334250;
}

#logosCarousel .carousel-inner {
  height: 100px;
}

#logosCarousel .carousel-item {
  height: 100px !important;
  min-height: 100px !important;
  background: transparent;
}

#logosCarousel .carousel-item .row {
  opacity: 0;
  transition: opacity 1s;
}

#logosCarousel .carousel-item.active .row {
  opacity: 1;
}

#logosCarousel .carousel-item .col {
  display: flex;
  align-items: center;
  justify-content: center;
}

#logosCarousel img {
  max-height: 80px;
  width: auto;
  object-fit: contain;
}


/*footer style1*/
.footer {
  background-color: #161616;
}


.footer h3 {
  font-family: "Pirulen", Arial, VerdanaSans-Serif;
  color: #ececec;
}


.footer-title-line {
  width: 100%;
  height: 3px;
  float: left;
  padding: 0px;
  background: url(../images/title_line5.png) 0 0 no-repeat;
}

@supports (background: url('../images/title_line5.webp') left top no-repeat) {
  .footer-title-line {
    background: url('../images/title_line5.webp') left top no-repeat;
  }
}


.footer ul.quick-links {
  width: 100%;
  padding: 0px;
  margin: 0px;
  float: left;
}

.footer .quick-links li {
  width: 100%;
  padding: 0px;
  margin: 0px;
  display: block;
  float: left;
}

.footer .quick-links li a {
  padding: 0 0 3px 0;
  margin: 0px;
  float: left;
  display: block;
  color: #bababa;
  text-decoration: none;
  transition-property: background-color, color;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  font-weight: 400;

}

.footer .quick-links li a:hover {
  color: #119ee7;
  text-decoration: underline;
  transition-property: background-color, color;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}



.copyrights {
  background-color: #2e2e2e;
  color: #e4e4e4;
  font-size: smaller;
}


.copyrights a {
  color: #e4e4e4;
  text-decoration: none;
}

.copyrights a:hover {
  color: #119ee7;
  text-decoration: underline;
}


.copyrights .internetnl-badge {
  width: 120px;
  height: 25px;
}

.sectigo img {

  height: 42px;

}

.copyrights span {
  padding: 0px;
  /* margin: 10px 50px 0 0; */
  /* padding-top: 5px; */
  font-weight: 600;
}



.magicpattern {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: repeat;
  background-image: url("data:image/svg+xml;utf8,%3Csvg viewBox=%220 0 2000 1400%22 xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cmask id=%22b%22 x=%220%22 y=%220%22 width=%222000%22 height=%221400%22%3E%3Cpath fill=%22url(%23a)%22 d=%22M0 0h2000v1400H0z%22%2F%3E%3C%2Fmask%3E%3Cpath fill=%22%23161616%22 d=%22M0 0h2000v1400H0z%22%2F%3E%3Cg style=%22transform-origin:center center%22 mask=%22url(%23b)%22%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d29%22 d=%22m533.029 0 66.362 38.314v76.629l-66.362 38.314-66.362-38.314V38.314Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m666.362 0 66.362 38.314v76.629l-66.362 38.314L600 114.943V38.314Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d2d%22 d=%22m1066.362 0 66.362 38.314v76.629l-66.362 38.314L1000 114.943V38.314Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m1199.695 0 66.363 38.314v76.629l-66.363 38.314-66.362-38.314V38.314ZM1466.362 0l66.362 38.314v76.629l-66.362 38.314L1400 114.943V38.314Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d30%22 d=%22m2133.029 0 66.362 38.314v76.629l-66.362 38.314-66.362-38.314V38.314Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d11%22 d=%22m2533.029 0 66.362 38.314v76.629l-66.362 38.314-66.362-38.314V38.314Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m3466.362 0 66.362 38.314v76.629l-66.362 38.314L3400 114.943V38.314ZM3866.362 0l66.362 38.314v76.629l-66.362 38.314L3800 114.943V38.314ZM1533.029 114.943l66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628ZM1666.362 114.943l66.362 38.314v76.628l-66.362 38.314L1600 229.885v-76.628ZM1799.695 114.943l66.363 38.314v76.628l-66.363 38.314-66.362-38.314v-76.628ZM2999.695 114.943l66.363 38.314v76.628l-66.363 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d01%22 d=%22m3399.695 114.943 66.363 38.314v76.628l-66.363 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d27%22 d=%22m3666.362 114.943 66.362 38.314v76.628l-66.362 38.314L3600 229.885v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m799.695 229.885 66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629ZM1199.695 229.885l66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d01%22 d=%22m1599.695 229.885 66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d29%22 d=%22m1866.362 229.885 66.362 38.314v76.629l-66.362 38.314L1800 344.828v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d00%22 d=%22m1999.695 229.885 66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m2133.029 229.885 66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629ZM2799.695 229.885l66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629ZM2933.029 229.885l66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d1c%22 d=%22m3599.695 229.885 66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m66.362 344.828 66.362 38.314v76.628l-66.362 38.314L0 459.77v-76.628ZM466.362 344.828l66.362 38.314v76.628l-66.362 38.314L400 459.77v-76.628ZM999.695 344.828l66.363 38.314v76.628l-66.363 38.314-66.362-38.314v-76.628ZM2199.695 344.828l66.363 38.314v76.628l-66.363 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d2b%22 d=%22m2599.695 344.828 66.363 38.314v76.628l-66.363 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m2733.029 344.828 66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628ZM2866.362 344.828l66.362 38.314v76.628l-66.362 38.314L2800 459.77v-76.628ZM2999.695 344.828l66.363 38.314v76.628l-66.363 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d28%22 d=%22m266.362 459.77 66.362 38.314v76.629l-66.362 38.314L200 574.713v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m399.695 459.77 66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629ZM799.695 459.77l66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629ZM1066.362 459.77l66.362 38.314v76.629l-66.362 38.314L1000 574.713v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d06%22 d=%22m1733.029 459.77 66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m2133.029 459.77 66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629ZM2266.362 459.77l66.362 38.314v76.629l-66.362 38.314L2200 574.713v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d17%22 d=%22m3466.362 459.77 66.362 38.314v76.629l-66.362 38.314L3400 574.713v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m3999.695 459.77 66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d1d%22 d=%22m866.362 574.713 66.362 38.314v76.628l-66.362 38.314L800 689.655v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d2b%22 d=%22m1133.029 574.713 66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m1666.362 574.713 66.362 38.314v76.628l-66.362 38.314L1600 689.655v-76.628ZM1799.695 574.713l66.363 38.314v76.628l-66.363 38.314-66.362-38.314v-76.628ZM2333.029 574.713l66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d30%22 d=%22m2466.362 574.713 66.362 38.314v76.628l-66.362 38.314L2400 689.655v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m2866.362 574.713 66.362 38.314v76.628l-66.362 38.314L2800 689.655v-76.628ZM2999.695 574.713l66.363 38.314v76.628l-66.363 38.314-66.362-38.314v-76.628ZM3399.695 574.713l66.363 38.314v76.628l-66.363 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d0a%22 d=%22m3666.362 574.713 66.362 38.314v76.628l-66.362 38.314L3600 689.655v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d0c%22 d=%22m3933.029 574.713 66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m266.362 689.655 66.362 38.314v76.629l-66.362 38.314L200 804.598v-76.629ZM666.362 689.655l66.362 38.314v76.629l-66.362 38.314L600 804.598v-76.629ZM933.029 689.655l66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d10%22 d=%22m1199.695 689.655 66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m1333.029 689.655 66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629ZM1599.695 689.655l66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d28%22 d=%22m2533.029 689.655 66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m2666.362 689.655 66.362 38.314v76.629l-66.362 38.314L2600 804.598v-76.629ZM3733.029 689.655l66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629ZM3999.695 689.655l66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629ZM199.695 804.598l66.363 38.314v76.628l-66.363 38.314-66.362-38.314v-76.628ZM1799.695 804.598l66.363 38.314v76.628l-66.363 38.314-66.362-38.314v-76.628ZM1933.029 804.598l66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628ZM2466.362 804.598l66.362 38.314v76.628l-66.362 38.314L2400 919.54v-76.628ZM3266.362 804.598l66.362 38.314v76.628l-66.362 38.314L3200 919.54v-76.628ZM533.029 919.54l66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d16%22 d=%22m1999.695 919.54 66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d31%22 d=%22m2133.029 919.54 66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d2a%22 d=%22m3599.695 919.54 66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d28%22 d=%22m3733.029 919.54 66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m3866.362 919.54 66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629ZM66.362 1034.483l66.362 38.314v76.628l-66.362 38.314L0 1149.425v-76.628ZM599.695 1034.483l66.363 38.314v76.628l-66.363 38.314-66.362-38.314v-76.628ZM733.029 1034.483l66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d13%22 d=%22m1399.695 1034.483 66.363 38.314v76.628l-66.363 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m1799.695 1034.483 66.363 38.314v76.628l-66.363 38.314-66.362-38.314v-76.628ZM2199.695 1034.483l66.363 38.314v76.628l-66.363 38.314-66.362-38.314v-76.628ZM2599.695 1034.483l66.363 38.314v76.628l-66.363 38.314-66.362-38.314v-76.628ZM2733.029 1034.483l66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628ZM2999.695 1034.483l66.363 38.314v76.628l-66.363 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d1c%22 d=%22m3533.029 1034.483 66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m3666.362 1034.483 66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d2a%22 d=%22m3799.695 1034.483 66.363 38.314v76.628l-66.363 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m266.362 1149.425 66.362 38.314v76.629l-66.362 38.314L200 1264.368v-76.629ZM533.029 1149.425l66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629ZM666.362 1149.425l66.362 38.314v76.629l-66.362 38.314L600 1264.368v-76.629ZM799.695 1149.425l66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d2f%22 d=%22m933.029 1149.425 66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d21%22 d=%22m1066.362 1149.425 66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m1333.029 1149.425 66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629ZM2666.362 1149.425l66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629ZM2799.695 1149.425l66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629ZM2933.029 1149.425l66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629ZM3066.362 1149.425l66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629ZM3199.695 1149.425l66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629ZM466.362 1264.368l66.362 38.314v76.628l-66.362 38.315L400 1379.31v-76.628ZM599.695 1264.368l66.363 38.314v76.628l-66.363 38.315-66.362-38.315v-76.628ZM866.362 1264.368l66.362 38.314v76.628l-66.362 38.315L800 1379.31v-76.628ZM999.695 1264.368l66.363 38.314v76.628l-66.363 38.315-66.362-38.315v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d0e%22 d=%22m1266.362 1264.368 66.362 38.314v76.628l-66.362 38.315L1200 1379.31v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d33%22 d=%22m1399.695 1264.368 66.363 38.314v76.628l-66.363 38.315-66.362-38.315v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d08%22 d=%22m2333.029 1264.368 66.362 38.314v76.628l-66.362 38.315-66.362-38.315v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m2733.029 1264.368 66.362 38.314v76.628l-66.362 38.315-66.362-38.315v-76.628ZM3133.029 1264.368l66.362 38.314v76.628l-66.362 38.315-66.362-38.315v-76.628ZM3933.029 1264.368l66.362 38.314v76.628l-66.362 38.315-66.362-38.315v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d2b%22 d=%22m533.029 1379.31 66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m1199.695 1379.31 66.363 38.315v76.628l-66.363 38.314-66.362-38.314v-76.628ZM1333.029 1379.31l66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628ZM1599.695 1379.31l66.363 38.315v76.628l-66.363 38.314-66.362-38.314v-76.628ZM2133.029 1379.31l66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628ZM2666.362 1379.31l66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628ZM2933.029 1379.31l66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628ZM3066.362 1379.31l66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628ZM3466.362 1379.31l66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628ZM3733.029 1379.31l66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628ZM199.695 1494.253l66.363 38.314v76.628l-66.363 38.315-66.362-38.315v-76.628ZM866.362 1494.253l66.362 38.314v76.628l-66.362 38.315L800 1609.195v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d2a%22 d=%22m999.695 1494.253 66.363 38.314v76.628l-66.363 38.315-66.362-38.315v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m1133.029 1494.253 66.362 38.314v76.628l-66.362 38.315-66.362-38.315v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d1a%22 d=%22m1799.695 1494.253 66.363 38.314v76.628l-66.363 38.315-66.362-38.315v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m1933.029 1494.253 66.362 38.314v76.628l-66.362 38.315-66.362-38.315v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d07%22 d=%22m2199.695 1494.253 66.363 38.314v76.628l-66.363 38.315-66.362-38.315v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d04%22 d=%22m2333.029 1494.253 66.362 38.314v76.628l-66.362 38.315-66.362-38.315v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d24%22 d=%22m2466.362 1494.253 66.362 38.314v76.628l-66.362 38.315-66.362-38.315v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d31%22 d=%22m2599.695 1494.253 66.363 38.314v76.628l-66.363 38.315-66.362-38.315v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m2999.695 1494.253 66.363 38.314v76.628l-66.363 38.315-66.362-38.315v-76.628ZM399.695 1609.195l66.363 38.315v76.628l-66.363 38.314-66.362-38.314v-76.628ZM533.029 1609.195l66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628ZM799.695 1609.195l66.363 38.315v76.628l-66.363 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d0c%22 d=%22m1066.362 1609.195 66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m1199.695 1609.195 66.363 38.315v76.628l-66.363 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d25%22 d=%22m1466.362 1609.195 66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d0e%22 d=%22m1599.695 1609.195 66.363 38.315v76.628l-66.363 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d2b%22 d=%22m1733.029 1609.195 66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m1999.695 1609.195 66.363 38.315v76.628l-66.363 38.314-66.362-38.314v-76.628ZM2266.362 1609.195l66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628ZM3599.695 1609.195l66.363 38.315v76.628l-66.363 38.314-66.362-38.314v-76.628ZM3999.695 1609.195l66.363 38.315v76.628l-66.363 38.314-66.362-38.314v-76.628ZM733.029 1724.138l66.362 38.314v76.628l-66.362 38.315-66.362-38.315v-76.628ZM866.362 1724.138l66.362 38.314v76.628l-66.362 38.315L800 1839.08v-76.628ZM1133.029 1724.138l66.362 38.314v76.628l-66.362 38.315-66.362-38.315v-76.628ZM2999.695 1724.138l66.363 38.314v76.628l-66.363 38.315-66.362-38.315v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d2a%22 d=%22m3533.029 1724.138 66.362 38.314v76.628l-66.362 38.315-66.362-38.315v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d03%22 d=%22m133.029 1839.08 66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m399.695 1839.08 66.363 38.315v76.628l-66.363 38.314-66.362-38.314v-76.628ZM533.029 1839.08l66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628ZM799.695 1839.08l66.363 38.315v76.628l-66.363 38.314-66.362-38.314v-76.628ZM1199.695 1839.08l66.363 38.315v76.628l-66.363 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d15%22 d=%22m1733.029 1839.08 66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d22%22 d=%22m1866.362 1839.08 66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m1999.695 1839.08 66.363 38.315v76.628l-66.363 38.314-66.362-38.314v-76.628ZM3066.362 1839.08l66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628ZM3733.029 1839.08l66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628ZM66.362 1954.023l66.362 38.314v76.629l-66.362 38.314L0 2068.966v-76.629ZM333.029 1954.023l66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629ZM599.695 1954.023l66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d12%22 d=%22m733.029 1954.023 66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m2199.695 1954.023 66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629ZM3266.362 1954.023l66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629ZM399.695 2068.966l66.363 38.314v76.628l-66.363 38.314-66.362-38.314v-76.628ZM533.029 2068.966l66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628ZM933.029 2068.966l66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628ZM1733.029 2068.966l66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628ZM2266.362 2068.966l66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628ZM3199.695 2068.966l66.363 38.314v76.628l-66.363 38.314-66.362-38.314v-76.628ZM3599.695 2068.966l66.363 38.314v76.628l-66.363 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d18%22 d=%22m3866.362 2068.966 66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m1133.029 2183.908 66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629ZM2066.362 2183.908l66.362 38.314v76.629l-66.362 38.314L2000 2298.85v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d2c%22 d=%22m3266.362 2183.908 66.362 38.314v76.629l-66.362 38.314L3200 2298.85v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d26%22 d=%22m3799.695 2183.908 66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m133.029 2298.85 66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d12%22 d=%22m266.362 2298.85 66.362 38.315v76.628l-66.362 38.314L200 2413.793v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m399.695 2298.85 66.363 38.315v76.628l-66.363 38.314-66.362-38.314v-76.628ZM666.362 2298.85l66.362 38.315v76.628l-66.362 38.314L600 2413.793v-76.628ZM1333.029 2298.85l66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d23%22 d=%22m1599.695 2298.85 66.363 38.315v76.628l-66.363 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m1999.695 2298.85 66.363 38.315v76.628l-66.363 38.314-66.362-38.314v-76.628ZM2266.362 2298.85l66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628ZM2799.695 2298.85l66.363 38.315v76.628l-66.363 38.314-66.362-38.314v-76.628ZM3866.362 2298.85l66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628ZM199.695 2413.793l66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d03%22 d=%22m466.362 2413.793 66.362 38.314v76.629l-66.362 38.314L400 2528.736v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d00%22 d=%22m599.695 2413.793 66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m999.695 2413.793 66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629ZM1666.362 2413.793l66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629ZM1933.029 2413.793l66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629ZM2066.362 2413.793l66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d03%22 d=%22m2199.695 2413.793 66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m2733.029 2413.793 66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d2a%22 d=%22m2999.695 2413.793 66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d26%22 d=%22m3266.362 2413.793 66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m3399.695 2413.793 66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629ZM266.362 2528.736l66.362 38.314v76.628l-66.362 38.314L200 2643.678v-76.628ZM533.029 2528.736l66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628ZM1199.695 2528.736l66.363 38.314v76.628l-66.363 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d18%22 d=%22m1599.695 2528.736 66.363 38.314v76.628l-66.363 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m2399.695 2528.736 66.363 38.314v76.628l-66.363 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d28%22 d=%22m2933.029 2528.736 66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m3066.362 2528.736 66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628ZM3466.362 2528.736l66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628ZM3866.362 2528.736l66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628ZM1399.695 2643.678l66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629ZM1533.029 2643.678l66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629ZM1666.362 2643.678l66.362 38.314v76.629l-66.362 38.314L1600 2758.62v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d26%22 d=%22m2199.695 2643.678 66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m2466.362 2643.678 66.362 38.314v76.629l-66.362 38.314L2400 2758.62v-76.629ZM2733.029 2643.678l66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629ZM3133.029 2643.678l66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629ZM3799.695 2643.678l66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629ZM399.695 2758.62l66.363 38.315v76.628l-66.363 38.314-66.362-38.314v-76.628ZM666.362 2758.62l66.362 38.315v76.628l-66.362 38.314L600 2873.563v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d28%22 d=%22m1066.362 2758.62 66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m1599.695 2758.62 66.363 38.315v76.628l-66.363 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d06%22 d=%22m1866.362 2758.62 66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d2f%22 d=%22m2133.029 2758.62 66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m3466.362 2758.62 66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d2a%22 d=%22m3599.695 2758.62 66.363 38.315v76.628l-66.363 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d04%22 d=%22m3733.029 2758.62 66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m3999.695 2758.62 66.363 38.315v76.628l-66.363 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d09%22 d=%22m66.362 2873.563 66.362 38.314v76.629l-66.362 38.314L0 2988.506v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d1d%22 d=%22m866.362 2873.563 66.362 38.314v76.629l-66.362 38.314L800 2988.506v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d2b%22 d=%22m1133.029 2873.563 66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m1266.362 2873.563 66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d18%22 d=%22m1399.695 2873.563 66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m1533.029 2873.563 66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629ZM1666.362 2873.563l66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629ZM1799.695 2873.563l66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d1b%22 d=%22m1933.029 2873.563 66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d16%22 d=%22m2599.695 2873.563 66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m2999.695 2873.563 66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d1f%22 d=%22m3399.695 2873.563 66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m3933.029 2873.563 66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629ZM799.695 2988.506l66.363 38.314v76.628l-66.363 38.314-66.362-38.314v-76.628ZM933.029 2988.506l66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d2f%22 d=%22m1199.695 2988.506 66.363 38.314v76.628l-66.363 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m1333.029 2988.506 66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d30%22 d=%22m1866.362 2988.506 66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d1b%22 d=%22m2266.362 2988.506 66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m2399.695 2988.506 66.363 38.314v76.628l-66.363 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d16%22 d=%22m2933.029 2988.506 66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d22%22 d=%22m3199.695 2988.506 66.363 38.314v76.628l-66.363 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d19%22 d=%22m3733.029 2988.506 66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m3866.362 2988.506 66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d2e%22 d=%22m199.695 3103.448 66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m333.029 3103.448 66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629ZM466.362 3103.448l66.362 38.314v76.629l-66.362 38.314L400 3218.391v-76.629ZM599.695 3103.448l66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629ZM999.695 3103.448l66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d21%22 d=%22m1133.029 3103.448 66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d02%22 d=%22m1533.029 3103.448 66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m2199.695 3103.448 66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d1e%22 d=%22m2333.029 3103.448 66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m2866.362 3103.448 66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629ZM2999.695 3103.448l66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629ZM3133.029 3103.448l66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629ZM3533.029 3103.448l66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629ZM3933.029 3103.448l66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629ZM533.029 3218.39l66.362 38.315v76.628l-66.362 38.315-66.362-38.315v-76.628ZM666.362 3218.39l66.362 38.315v76.628l-66.362 38.315L600 3333.333v-76.628ZM933.029 3218.39l66.362 38.315v76.628l-66.362 38.315-66.362-38.315v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d03%22 d=%22m1066.362 3218.39 66.362 38.315v76.628l-66.362 38.315-66.362-38.315v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d0f%22 d=%22m1733.029 3218.39 66.362 38.315v76.628l-66.362 38.315-66.362-38.315v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m1866.362 3218.39 66.362 38.315v76.628l-66.362 38.315-66.362-38.315v-76.628ZM2266.362 3218.39l66.362 38.315v76.628l-66.362 38.315-66.362-38.315v-76.628ZM2933.029 3218.39l66.362 38.315v76.628l-66.362 38.315-66.362-38.315v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d05%22 d=%22m3466.362 3218.39 66.362 38.315v76.628l-66.362 38.315-66.362-38.315v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m3599.695 3218.39 66.363 38.315v76.628l-66.363 38.315-66.362-38.315v-76.628ZM3866.362 3218.39l66.362 38.315v76.628l-66.362 38.315-66.362-38.315v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d23%22 d=%22m199.695 3333.333 66.363 38.315v76.628l-66.363 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d12%22 d=%22m333.029 3333.333 66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m866.362 3333.333 66.362 38.315v76.628l-66.362 38.314L800 3448.276v-76.628ZM1799.695 3333.333l66.363 38.315v76.628l-66.363 38.314-66.362-38.314v-76.628ZM2466.362 3333.333l66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628ZM2999.695 3333.333l66.363 38.315v76.628l-66.363 38.314-66.362-38.314v-76.628ZM3799.695 3333.333l66.363 38.315v76.628l-66.363 38.314-66.362-38.314v-76.628ZM799.695 3448.276l66.363 38.314v76.628l-66.363 38.315-66.362-38.315v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d1e%22 d=%22m1466.362 3448.276 66.362 38.314v76.628l-66.362 38.315-66.362-38.315v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m1866.362 3448.276 66.362 38.314v76.628l-66.362 38.315-66.362-38.315v-76.628ZM2399.695 3448.276l66.363 38.314v76.628l-66.363 38.315-66.362-38.315v-76.628ZM2666.362 3448.276l66.362 38.314v76.628l-66.362 38.315-66.362-38.315v-76.628ZM2799.695 3448.276l66.363 38.314v76.628l-66.363 38.315-66.362-38.315v-76.628ZM3066.362 3448.276l66.362 38.314v76.628l-66.362 38.315-66.362-38.315v-76.628ZM3733.029 3448.276l66.362 38.314v76.628l-66.362 38.315-66.362-38.315v-76.628ZM3866.362 3448.276l66.362 38.314v76.628l-66.362 38.315-66.362-38.315v-76.628ZM733.029 3563.218l66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628ZM999.695 3563.218l66.363 38.315v76.628l-66.363 38.314-66.362-38.314v-76.628ZM1133.029 3563.218l66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628ZM1266.362 3563.218l66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d31%22 d=%22m1533.029 3563.218 66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d19%22 d=%22m1933.029 3563.218 66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d10%22 d=%22m2066.362 3563.218 66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m3399.695 3563.218 66.363 38.315v76.628l-66.363 38.314-66.362-38.314v-76.628ZM3533.029 3563.218l66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d20%22 d=%22m3799.695 3563.218 66.363 38.315v76.628l-66.363 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m266.362 3678.16 66.362 38.315v76.628l-66.362 38.315L200 3793.103v-76.628ZM1733.029 3678.16l66.362 38.315v76.628l-66.362 38.315-66.362-38.315v-76.628ZM2266.362 3678.16l66.362 38.315v76.628l-66.362 38.315-66.362-38.315v-76.628ZM2533.029 3678.16l66.362 38.315v76.628l-66.362 38.315-66.362-38.315v-76.628ZM2933.029 3678.16l66.362 38.315v76.628l-66.362 38.315-66.362-38.315v-76.628ZM3066.362 3678.16l66.362 38.315v76.628l-66.362 38.315-66.362-38.315v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d09%22 d=%22m3333.029 3678.16 66.362 38.315v76.628l-66.362 38.315-66.362-38.315v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m3466.362 3678.16 66.362 38.315v76.628l-66.362 38.315-66.362-38.315v-76.628ZM3733.029 3678.16l66.362 38.315v76.628l-66.362 38.315-66.362-38.315v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d25%22 d=%22m3999.695 3678.16 66.363 38.315v76.628l-66.363 38.315-66.362-38.315v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d1b%22 d=%22m599.695 3793.103 66.363 38.315v76.628l-66.363 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d0a%22 d=%22m1266.362 3793.103 66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m1799.695 3793.103 66.363 38.315v76.628l-66.363 38.314-66.362-38.314v-76.628ZM2066.362 3793.103l66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628ZM2866.362 3793.103l66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628ZM3533.029 3793.103l66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628ZM3933.029 3793.103l66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628ZM533.029 3908.046l66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629ZM1199.695 3908.046l66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629ZM1466.362 3908.046l66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629ZM2133.029 3908.046l66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629ZM2533.029 3908.046l66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d17%22 d=%22m3199.695 3908.046 66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m3866.362 3908.046 66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629ZM199.695 4022.989l66.363 38.314v76.628l-66.363 38.314-66.362-38.314v-76.628ZM733.029 4022.989l66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628ZM999.695 4022.989l66.363 38.314v76.628l-66.363 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d32%22 d=%22m2066.362 4022.989 66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m2333.029 4022.989 66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628ZM3266.362 4022.989l66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d25%22 d=%22m3799.695 4022.989 66.363 38.314v76.628l-66.363 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m533.029 4137.931 66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629ZM1333.029 4137.931l66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d32%22 d=%22m1466.362 4137.931 66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m1599.695 4137.931 66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d31%22 d=%22m1733.029 4137.931 66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m2133.029 4137.931 66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629ZM2799.695 4137.931l66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629ZM2933.029 4137.931l66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d31%22 d=%22m333.029 4252.874 66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d24%22 d=%22m866.362 4252.874 66.362 38.314v76.628l-66.362 38.314L800 4367.816v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d10%22 d=%22m1266.362 4252.874 66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m2199.695 4252.874 66.363 38.314v76.628l-66.363 38.314-66.362-38.314v-76.628ZM2866.362 4252.874l66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d10%22 d=%22m3133.029 4252.874 66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m133.029 4367.816 66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629ZM533.029 4367.816l66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629ZM799.695 4367.816l66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629ZM1333.029 4367.816l66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629ZM1599.695 4367.816l66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629ZM1866.362 4367.816l66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629ZM1999.695 4367.816l66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629ZM2266.362 4367.816l66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d2a%22 d=%22m2799.695 4367.816 66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m3066.362 4367.816 66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d0c%22 d=%22m3466.362 4367.816 66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m3733.029 4367.816 66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d23%22 d=%22m3999.695 4367.816 66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d0f%22 d=%22m333.029 4482.759 66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m599.695 4482.759 66.363 38.314v76.628l-66.363 38.314-66.362-38.314v-76.628ZM1266.362 4482.759l66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d05%22 d=%22m1399.695 4482.759 66.363 38.314v76.628l-66.363 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m3133.029 4482.759 66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d15%22 d=%22m1199.695 4597.701 66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m1333.029 4597.701 66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629ZM1733.029 4597.701l66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629ZM1866.362 4597.701l66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629ZM2133.029 4597.701l66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629ZM2266.362 4597.701l66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d1c%22 d=%22m2399.695 4597.701 66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m2533.029 4597.701 66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629ZM3733.029 4597.701l66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629ZM3866.362 4597.701l66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d21%22 d=%22m3999.695 4597.701 66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m66.362 4712.644 66.362 38.314v76.628L66.362 4865.9 0 4827.586v-76.628ZM466.362 4712.644l66.362 38.314v76.628l-66.362 38.314L400 4827.586v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d29%22 d=%22m999.695 4712.644 66.363 38.314v76.628l-66.363 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m1666.362 4712.644 66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628ZM1933.029 4712.644l66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628ZM2199.695 4712.644l66.363 38.314v76.628l-66.363 38.314-66.362-38.314v-76.628ZM2733.029 4712.644l66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d29%22 d=%22m3666.362 4712.644 66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m3799.695 4712.644 66.363 38.314v76.628l-66.363 38.314-66.362-38.314v-76.628ZM3933.029 4712.644l66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d27%22 d=%22m799.695 4827.586 66.363 38.314v76.629l-66.363 38.314-66.362-38.314V4865.9Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m933.029 4827.586 66.362 38.314v76.629l-66.362 38.314-66.362-38.314V4865.9ZM1466.362 4827.586l66.362 38.314v76.629l-66.362 38.314-66.362-38.314V4865.9ZM1599.695 4827.586l66.363 38.314v76.629l-66.363 38.314-66.362-38.314V4865.9ZM2133.029 4827.586l66.362 38.314v76.629l-66.362 38.314-66.362-38.314V4865.9ZM2266.362 4827.586l66.362 38.314v76.629l-66.362 38.314-66.362-38.314V4865.9ZM2666.362 4827.586l66.362 38.314v76.629l-66.362 38.314-66.362-38.314V4865.9ZM2799.695 4827.586l66.363 38.314v76.629l-66.363 38.314-66.362-38.314V4865.9Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d13%22 d=%22m3466.362 4827.586 66.362 38.314v76.629l-66.362 38.314-66.362-38.314V4865.9Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m3733.029 4827.586 66.362 38.314v76.629l-66.362 38.314-66.362-38.314V4865.9ZM733.029 4942.529l66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d0a%22 d=%22m1533.029 4942.529 66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d29%22 d=%22m2733.029 4942.529 66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m3799.695 4942.529 66.363 38.314v76.628l-66.363 38.314-66.362-38.314v-76.628ZM399.695 5057.471l66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d23%22 d=%22m2399.695 5057.471 66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m2533.029 5057.471 66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d27%22 d=%22m3333.029 5057.471 66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m3866.362 5057.471 66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629ZM66.362 5172.414l66.362 38.314v76.628l-66.362 38.314L0 5287.356v-76.628ZM466.362 5172.414l66.362 38.314v76.628l-66.362 38.314L400 5287.356v-76.628ZM733.029 5172.414l66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628ZM1133.029 5172.414l66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d00%22 d=%22m2066.362 5172.414 66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d30%22 d=%22m2733.029 5172.414 66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m3933.029 5172.414 66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628ZM133.029 5287.356l66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629ZM266.362 5287.356l66.362 38.314v76.629l-66.362 38.314L200 5402.299v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d30%22 d=%22m399.695 5287.356 66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m933.029 5287.356 66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629ZM1066.362 5287.356l66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d24%22 d=%22m2133.029 5287.356 66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m2666.362 5287.356 66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629ZM3599.695 5287.356l66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629ZM3866.362 5287.356l66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d0e%22 d=%22m3999.695 5287.356 66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d23%22 d=%22m66.362 5402.299 66.362 38.314v76.628l-66.362 38.315L0 5517.24v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m199.695 5402.299 66.363 38.314v76.628l-66.363 38.315-66.362-38.315v-76.628ZM466.362 5402.299l66.362 38.314v76.628l-66.362 38.315L400 5517.24v-76.628ZM599.695 5402.299l66.363 38.314v76.628l-66.363 38.315-66.362-38.315v-76.628ZM866.362 5402.299l66.362 38.314v76.628l-66.362 38.315L800 5517.24v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d32%22 d=%22m1533.029 5402.299 66.362 38.314v76.628l-66.362 38.315-66.362-38.315v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d2e%22 d=%22m1666.362 5402.299 66.362 38.314v76.628l-66.362 38.315L1600 5517.24v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m2066.362 5402.299 66.362 38.314v76.628l-66.362 38.315L2000 5517.24v-76.628ZM2333.029 5402.299l66.362 38.314v76.628l-66.362 38.315-66.362-38.315v-76.628ZM2733.029 5402.299l66.362 38.314v76.628l-66.362 38.315-66.362-38.315v-76.628ZM3133.029 5402.299l66.362 38.314v76.628l-66.362 38.315-66.362-38.315v-76.628ZM3533.029 5402.299l66.362 38.314v76.628l-66.362 38.315-66.362-38.315v-76.628ZM3799.695 5402.299l66.363 38.314v76.628l-66.363 38.315-66.362-38.315v-76.628ZM3933.029 5402.299l66.362 38.314v76.628l-66.362 38.315-66.362-38.315v-76.628ZM666.362 5517.241l66.362 38.315v76.628l-66.362 38.314L600 5632.184v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d24%22 d=%22m1333.029 5517.241 66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d20%22 d=%22m1733.029 5517.241 66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m2266.362 5517.241 66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628ZM2933.029 5517.241l66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628ZM3066.362 5517.241l66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628ZM3333.029 5517.241l66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628ZM3599.695 5517.241l66.363 38.315v76.628l-66.363 38.314-66.362-38.314v-76.628ZM3866.362 5517.241l66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628ZM66.362 5632.184l66.362 38.314v76.628l-66.362 38.315L0 5747.126v-76.628ZM199.695 5632.184l66.363 38.314v76.628l-66.363 38.315-66.362-38.315v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d0c%22 d=%22m333.029 5632.184 66.362 38.314v76.628l-66.362 38.315-66.362-38.315v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m733.029 5632.184 66.362 38.314v76.628l-66.362 38.315-66.362-38.315v-76.628ZM1666.362 5632.184l66.362 38.314v76.628l-66.362 38.315-66.362-38.315v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d07%22 d=%22m1799.695 5632.184 66.363 38.314v76.628l-66.363 38.315-66.362-38.315v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d2d%22 d=%22m2066.362 5632.184 66.362 38.314v76.628l-66.362 38.315-66.362-38.315v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m2199.695 5632.184 66.363 38.314v76.628l-66.363 38.315-66.362-38.315v-76.628ZM2333.029 5632.184l66.362 38.314v76.628l-66.362 38.315-66.362-38.315v-76.628ZM3666.362 5632.184l66.362 38.314v76.628l-66.362 38.315-66.362-38.315v-76.628ZM3799.695 5632.184l66.363 38.314v76.628l-66.363 38.315-66.362-38.315v-76.628ZM399.695 5747.126l66.363 38.315v76.628l-66.363 38.314-66.362-38.314v-76.628ZM1066.362 5747.126l66.362 38.315v76.628l-66.362 38.314L1000 5862.07v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d2c%22 d=%22m1733.029 5747.126 66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m2666.362 5747.126 66.362 38.315v76.628l-66.362 38.314L2600 5862.07v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d0d%22 d=%22m2799.695 5747.126 66.363 38.315v76.628l-66.363 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d12%22 d=%22m2933.029 5747.126 66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m3199.695 5747.126 66.363 38.315v76.628l-66.363 38.314-66.362-38.314v-76.628ZM3333.029 5747.126l66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628ZM3466.362 5747.126l66.362 38.315v76.628l-66.362 38.314L3400 5862.07v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d01%22 d=%22m733.029 5862.069 66.362 38.314v76.628l-66.362 38.315-66.362-38.315v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m999.695 5862.069 66.363 38.314v76.628l-66.363 38.315-66.362-38.315v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d08%22 d=%22m1399.695 5862.069 66.363 38.314v76.628l-66.363 38.315-66.362-38.315v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m1533.029 5862.069 66.362 38.314v76.628l-66.362 38.315-66.362-38.315v-76.628ZM1666.362 5862.069l66.362 38.314v76.628l-66.362 38.315L1600 5977.01v-76.628ZM1799.695 5862.069l66.363 38.314v76.628l-66.363 38.315-66.362-38.315v-76.628ZM2066.362 5862.069l66.362 38.314v76.628l-66.362 38.315L2000 5977.01v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d18%22 d=%22m2199.695 5862.069 66.363 38.314v76.628l-66.363 38.315-66.362-38.315v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m2599.695 5862.069 66.363 38.314v76.628l-66.363 38.315-66.362-38.315v-76.628ZM2733.029 5862.069l66.362 38.314v76.628l-66.362 38.315-66.362-38.315v-76.628ZM3399.695 5862.069l66.363 38.314v76.628l-66.363 38.315-66.362-38.315v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d02%22 d=%22m3533.029 5862.069 66.362 38.314v76.628l-66.362 38.315-66.362-38.315v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m3666.362 5862.069 66.362 38.314v76.628l-66.362 38.315L3600 5977.01v-76.628ZM133.029 5977.011l66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628ZM266.362 5977.011l66.362 38.315v76.628l-66.362 38.314L200 6091.954v-76.628ZM533.029 5977.011l66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628ZM799.695 5977.011l66.363 38.315v76.628l-66.363 38.314-66.362-38.314v-76.628ZM1066.362 5977.011l66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628ZM1199.695 5977.011l66.363 38.315v76.628l-66.363 38.314-66.362-38.314v-76.628ZM1866.362 5977.011l66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628ZM2399.695 5977.011l66.363 38.315v76.628l-66.363 38.314-66.362-38.314v-76.628ZM2533.029 5977.011l66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d1d%22 d=%22m2666.362 5977.011 66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m2933.029 5977.011 66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d1a%22 d=%22m3066.362 5977.011 66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m3333.029 5977.011 66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628ZM3599.695 5977.011l66.363 38.315v76.628l-66.363 38.314-66.362-38.314v-76.628ZM66.362 6091.954l66.362 38.314v76.629l-66.362 38.314L0 6206.897v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d1d%22 d=%22m466.362 6091.954 66.362 38.314v76.629l-66.362 38.314L400 6206.897v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d18%22 d=%22m866.362 6091.954 66.362 38.314v76.629l-66.362 38.314L800 6206.897v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m2333.029 6091.954 66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629ZM2466.362 6091.954l66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629ZM2866.362 6091.954l66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d29%22 d=%22m3799.695 6091.954 66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d05%22 d=%22m3933.029 6091.954 66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d09%22 d=%22m399.695 6206.897 66.363 38.314v76.628l-66.363 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d11%22 d=%22m666.362 6206.897 66.362 38.314v76.628l-66.362 38.314L600 6321.84v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m799.695 6206.897 66.363 38.314v76.628l-66.363 38.314-66.362-38.314v-76.628ZM933.029 6206.897l66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d32%22 d=%22m1733.029 6206.897 66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d0d%22 d=%22m1866.362 6206.897 66.362 38.314v76.628l-66.362 38.314L1800 6321.84v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m2266.362 6206.897 66.362 38.314v76.628l-66.362 38.314L2200 6321.84v-76.628ZM2666.362 6206.897l66.362 38.314v76.628l-66.362 38.314L2600 6321.84v-76.628ZM3999.695 6206.897l66.363 38.314v76.628l-66.363 38.314-66.362-38.314v-76.628ZM1133.029 6321.84l66.362 38.313v76.629l-66.362 38.314-66.362-38.314v-76.629ZM1533.029 6321.84l66.362 38.313v76.629l-66.362 38.314-66.362-38.314v-76.629ZM1933.029 6321.84l66.362 38.313v76.629l-66.362 38.314-66.362-38.314v-76.629ZM2199.695 6321.84l66.363 38.313v76.629l-66.363 38.314-66.362-38.314v-76.629ZM2333.029 6321.84l66.362 38.313v76.629l-66.362 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d26%22 d=%22m2466.362 6321.84 66.362 38.313v76.629l-66.362 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m2999.695 6321.84 66.363 38.313v76.629l-66.363 38.314-66.362-38.314v-76.629ZM3133.029 6321.84l66.362 38.313v76.629l-66.362 38.314-66.362-38.314v-76.629ZM3399.695 6321.84l66.363 38.313v76.629l-66.363 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d1b%22 d=%22m3799.695 6321.84 66.363 38.313v76.629l-66.363 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m799.695 6436.782 66.363 38.314v76.628l-66.363 38.314-66.362-38.314v-76.628ZM1599.695 6436.782l66.363 38.314v76.628l-66.363 38.314-66.362-38.314v-76.628ZM1733.029 6436.782l66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628ZM2266.362 6436.782l66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d32%22 d=%22m2533.029 6436.782 66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m3066.362 6436.782 66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628ZM3333.029 6436.782l66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628ZM3999.695 6436.782l66.363 38.314v76.628l-66.363 38.314-66.362-38.314v-76.628ZM199.695 6551.724l66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d04%22 d=%22m333.029 6551.724 66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m999.695 6551.724 66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629ZM1133.029 6551.724l66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629ZM1666.362 6551.724l66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629ZM2599.695 6551.724l66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629ZM3133.029 6551.724l66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629ZM3266.362 6551.724l66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629ZM3399.695 6551.724l66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629ZM266.362 6666.667l66.362 38.314v76.628l-66.362 38.314L200 6781.61v-76.628ZM399.695 6666.667l66.363 38.314v76.628l-66.363 38.314-66.362-38.314v-76.628ZM666.362 6666.667l66.362 38.314v76.628l-66.362 38.314L600 6781.61v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d0c%22 d=%22m1199.695 6666.667 66.363 38.314v76.628l-66.363 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m1333.029 6666.667 66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628ZM1866.362 6666.667l66.362 38.314v76.628l-66.362 38.314L1800 6781.61v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d0b%22 d=%22m2533.029 6666.667 66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d2b%22 d=%22m2666.362 6666.667 66.362 38.314v76.628l-66.362 38.314L2600 6781.61v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m3066.362 6666.667 66.362 38.314v76.628l-66.362 38.314L3000 6781.61v-76.628ZM3199.695 6666.667l66.363 38.314v76.628l-66.363 38.314-66.362-38.314v-76.628ZM3333.029 6666.667l66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628ZM3466.362 6666.667l66.362 38.314v76.628l-66.362 38.314L3400 6781.61v-76.628ZM866.362 6781.61l66.362 38.313v76.629l-66.362 38.314L800 6896.552v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d26%22 d=%22m1399.695 6781.61 66.363 38.313v76.629l-66.363 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m1666.362 6781.61 66.362 38.313v76.629l-66.362 38.314-66.362-38.314v-76.629ZM1799.695 6781.61l66.363 38.313v76.629l-66.363 38.314-66.362-38.314v-76.629ZM3666.362 6781.61l66.362 38.313v76.629l-66.362 38.314-66.362-38.314v-76.629ZM799.695 6896.552l66.363 38.314v76.628l-66.363 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d0f%22 d=%22m1466.362 6896.552 66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m1599.695 6896.552 66.363 38.314v76.628l-66.363 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d2c%22 d=%22m1733.029 6896.552 66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d04%22 d=%22m2799.695 6896.552 66.363 38.314v76.628l-66.363 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m3866.362 6896.552 66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628ZM66.362 7011.494l66.362 38.314v76.629l-66.362 38.314L0 7126.437v-76.629ZM199.695 7011.494l66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629ZM599.695 7011.494l66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629ZM1133.029 7011.494l66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629ZM1266.362 7011.494l66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d06%22 d=%22m1533.029 7011.494 66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m1799.695 7011.494 66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629ZM1933.029 7011.494l66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629ZM2199.695 7011.494l66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629ZM2466.362 7011.494l66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629ZM2999.695 7011.494l66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d07%22 d=%22m3666.362 7011.494 66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m3933.029 7011.494 66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629ZM133.029 7126.437l66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628ZM399.695 7126.437l66.363 38.314v76.628l-66.363 38.314-66.362-38.314v-76.628ZM666.362 7126.437l66.362 38.314v76.628l-66.362 38.314L600 7241.38v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d27%22 d=%22m933.029 7126.437 66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d09%22 d=%22m1199.695 7126.437 66.363 38.314v76.628l-66.363 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d32%22 d=%22m1333.029 7126.437 66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d12%22 d=%22m1599.695 7126.437 66.363 38.314v76.628l-66.363 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m1733.029 7126.437 66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628ZM2133.029 7126.437l66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d12%22 d=%22m2399.695 7126.437 66.363 38.314v76.628l-66.363 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m2666.362 7126.437 66.362 38.314v76.628l-66.362 38.314L2600 7241.38v-76.628ZM2933.029 7126.437l66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d09%22 d=%22m3866.362 7126.437 66.362 38.314v76.628l-66.362 38.314L3800 7241.38v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m599.695 7241.38 66.363 38.313v76.629l-66.363 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d10%22 d=%22m1133.029 7241.38 66.362 38.313v76.629l-66.362 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m1266.362 7241.38 66.362 38.313v76.629l-66.362 38.314-66.362-38.314v-76.629ZM1666.362 7241.38l66.362 38.313v76.629l-66.362 38.314-66.362-38.314v-76.629ZM1799.695 7241.38l66.363 38.313v76.629l-66.363 38.314-66.362-38.314v-76.629ZM2199.695 7241.38l66.363 38.313v76.629l-66.363 38.314-66.362-38.314v-76.629ZM2866.362 7241.38l66.362 38.313v76.629l-66.362 38.314-66.362-38.314v-76.629ZM2999.695 7241.38l66.363 38.313v76.629l-66.363 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d24%22 d=%22m3133.029 7241.38 66.362 38.313v76.629l-66.362 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d11%22 d=%22m3533.029 7241.38 66.362 38.313v76.629l-66.362 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m3933.029 7241.38 66.362 38.313v76.629l-66.362 38.314-66.362-38.314v-76.629ZM399.695 7356.322l66.363 38.314v76.628l-66.363 38.315-66.362-38.315v-76.628ZM666.362 7356.322l66.362 38.314v76.628l-66.362 38.315L600 7471.264v-76.628ZM933.029 7356.322l66.362 38.314v76.628l-66.362 38.315-66.362-38.315v-76.628ZM1066.362 7356.322l66.362 38.314v76.628l-66.362 38.315-66.362-38.315v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d1e%22 d=%22m1199.695 7356.322 66.363 38.314v76.628l-66.363 38.315-66.362-38.315v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m1866.362 7356.322 66.362 38.314v76.628l-66.362 38.315-66.362-38.315v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d2e%22 d=%22m3066.362 7356.322 66.362 38.314v76.628l-66.362 38.315-66.362-38.315v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m3466.362 7356.322 66.362 38.314v76.628l-66.362 38.315-66.362-38.315v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d02%22 d=%22m3999.695 7356.322 66.363 38.314v76.628l-66.363 38.315-66.362-38.315v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d24%22 d=%22m866.362 7471.264 66.362 38.315v76.628l-66.362 38.314L800 7586.207v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m2199.695 7471.264 66.363 38.315v76.628l-66.363 38.314-66.362-38.314v-76.628ZM2999.695 7471.264l66.363 38.315v76.628l-66.363 38.314-66.362-38.314v-76.628ZM3399.695 7471.264l66.363 38.315v76.628l-66.363 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d24%22 d=%22m3533.029 7471.264 66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m3933.029 7471.264 66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d2e%22 d=%22m266.362 7586.207 66.362 38.314v76.628l-66.362 38.315L200 7701.149v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d12%22 d=%22m1066.362 7586.207 66.362 38.314v76.628l-66.362 38.315-66.362-38.315v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m1733.029 7586.207 66.362 38.314v76.628l-66.362 38.315-66.362-38.315v-76.628ZM1999.695 7586.207l66.363 38.314v76.628l-66.363 38.315-66.362-38.315v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d28%22 d=%22m2133.029 7586.207 66.362 38.314v76.628l-66.362 38.315-66.362-38.315v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m3199.695 7586.207 66.363 38.314v76.628l-66.363 38.315-66.362-38.315v-76.628ZM3466.362 7586.207l66.362 38.314v76.628l-66.362 38.315-66.362-38.315v-76.628ZM333.029 7701.15l66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628ZM866.362 7701.15l66.362 38.314v76.628l-66.362 38.314L800 7816.092v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d2c%22 d=%22m2333.029 7701.15 66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m3133.029 7701.15 66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d23%22 d=%22m3266.362 7701.15 66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m1466.362 7816.092 66.362 38.314v76.628l-66.362 38.315-66.362-38.315v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d21%22 d=%22m1599.695 7816.092 66.363 38.314v76.628l-66.363 38.315-66.362-38.315v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m2266.362 7816.092 66.362 38.314v76.628l-66.362 38.315-66.362-38.315v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d10%22 d=%22m2933.029 7816.092 66.362 38.314v76.628l-66.362 38.315-66.362-38.315v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d1a%22 d=%22m3733.029 7816.092 66.362 38.314v76.628l-66.362 38.315-66.362-38.315v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m199.695 7931.034 66.363 38.315v76.628l-66.363 38.314-66.362-38.314v-76.628ZM333.029 7931.034l66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628ZM466.362 7931.034l66.362 38.315v76.628l-66.362 38.314L400 8045.977v-76.628ZM599.695 7931.034l66.363 38.315v76.628l-66.363 38.314-66.362-38.314v-76.628ZM733.029 7931.034l66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628ZM1266.362 7931.034l66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628ZM1533.029 7931.034l66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628ZM1933.029 7931.034l66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d0a%22 d=%22m2199.695 7931.034 66.363 38.315v76.628l-66.363 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d10%22 d=%22m2333.029 7931.034 66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d09%22 d=%22m2466.362 7931.034 66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d2d%22 d=%22m2599.695 7931.034 66.363 38.315v76.628l-66.363 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m3133.029 7931.034 66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628ZM3533.029 7931.034l66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628ZM3933.029 7931.034l66.362 38.315v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d08%22 d=%22m133.029 8045.977 66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m399.695 8045.977 66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629ZM933.029 8045.977l66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629ZM1466.362 8045.977l66.362 38.314v76.629l-66.362 38.314L1400 8160.92v-76.629ZM1599.695 8045.977l66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629ZM1733.029 8045.977l66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629ZM1866.362 8045.977l66.362 38.314v76.629l-66.362 38.314L1800 8160.92v-76.629ZM2533.029 8045.977l66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d1e%22 d=%22m2666.362 8045.977 66.362 38.314v76.629l-66.362 38.314L2600 8160.92v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m2933.029 8045.977 66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629ZM3066.362 8045.977l66.362 38.314v76.629l-66.362 38.314L3000 8160.92v-76.629ZM3199.695 8045.977l66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d16%22 d=%22m333.029 8160.92 66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m999.695 8160.92 66.363 38.314v76.628l-66.363 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d2a%22 d=%22m1533.029 8160.92 66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m1933.029 8160.92 66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628ZM2333.029 8160.92l66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628ZM3133.029 8160.92l66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628ZM3266.362 8160.92l66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628ZM3799.695 8160.92l66.363 38.314v76.628l-66.363 38.314-66.362-38.314v-76.628ZM666.362 8275.862l66.362 38.314v76.629l-66.362 38.314L600 8390.805v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d15%22 d=%22m799.695 8275.862 66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d17%22 d=%22m1333.029 8275.862 66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m2533.029 8275.862 66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629ZM3066.362 8275.862l66.362 38.314v76.629l-66.362 38.314-66.362-38.314v-76.629ZM3599.695 8275.862l66.363 38.314v76.629l-66.363 38.314-66.362-38.314v-76.629ZM199.695 8390.805l66.363 38.314v76.628l-66.363 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d2c%22 d=%22m333.029 8390.805 66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m466.362 8390.805 66.362 38.314v76.628l-66.362 38.314L400 8505.747v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22%231f385d21%22 d=%22m733.029 8390.805 66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3Cpath stroke=%22%231f385d33%22 stroke-width=%223.59998344%22 fill=%22none%22 d=%22m1133.029 8390.805 66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628ZM1399.695 8390.805l66.363 38.314v76.628l-66.363 38.314-66.362-38.314v-76.628ZM1666.362 8390.805l66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628ZM3133.029 8390.805l66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628ZM3666.362 8390.805l66.362 38.314v76.628l-66.362 38.314-66.362-38.314v-76.628Z%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CradialGradient id=%22a%22%3E%3Cstop offset=%220%22 stop-color=%22%23fff%22%2F%3E%3Cstop offset=%221%22 stop-color=%22%23fff%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
}