@charset "UTF-8";

:root {
  --primary-color: #e31e25;
  --black: #000;
  --fs-24: 24px;
  --fs-20: 20px;
  --fs-18: 18px;
  --fs-17: 17px;
  --fs-16: 16px;
  --primary-font: "Outfit", sans-serif;
  --secondary-font: "DM Sans", sans-serif;
  --section-padding: 100px;
  --transition: all 168ms ease;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

  font-family: "DM Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--primary-font);
}

p {
  font-size: var(--fs-18);
}

/* animation menu hamburger */
.menu-btn {
  position: relative;
  display: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  z-index: 2;
}

.section_title {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  .menu-btn {
    display: flex;
    z-index: 1008;
  }
}

.menu-btn .menu-btn__lines,
.menu-btn .menu-btn__lines::before,
.menu-btn .menu-btn__lines::after {
  width: 1.5rem;
  height: 0.1rem;
  background: #ffffff;
  transition: all 0.4s ease-in-out;
}

.menu-btn .menu-btn__lines::before,
.menu-btn .menu-btn__lines::after {
  content: "";
  position: absolute;
}

.menu-btn .menu-btn__lines::before {
  transform: translateY(-0.5rem);
}

.menu-btn .menu-btn__lines::after {
  transform: translateY(0.5rem);
}

.menu-btn.open .menu-btn__lines {
  transform: translateX(1rem);
  background: transparent;
}

.menu-btn.open .menu-btn__lines::before {
  transform: rotate(45deg) translate(-0.5rem, 0.5rem);
  background: #ffffff;
}

.menu-btn.open .menu-btn__lines::after {
  transform: rotate(-45deg) translate(-0.5rem, -0.5rem);
  background: #ffffff;
}

.expand-btn:after {
  position: absolute;
  top: 54%;
  right: 0;
  font-family: "FontAwesome";
  content: "\f107";
  opacity: 0.75;
  transform: translateY(-50%) rotate(0);
  transition: 0.25s;
  font-size: 14px;
}

/* .expand-btn.open {
  color: var(--primary-color);
} */

.expand-btn.open:after {
  transform: translateY(-50%) rotate(180deg);
}

.main-logo img {
  max-width: 220px;
  width: 100%;
}

/* navbar */
.main-navbar {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  justify-content: center;
  display: flex;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* height: 65px; */
  background: #00000000;

  max-width: 1330px;
  width: 100%;
}

.scrolled {
  background: rgba(0, 0, 0, 0.75);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(15.4px);
  -webkit-backdrop-filter: blur(15.4px);
  z-index: 9;
  position: fixed;
  width: 100%;
}

@media (max-width: 1023px) {
  .navbar {
    padding: 10px 20px;
    justify-content: center !important;
  }

  .menu-btn {
    right: 10px !important;
    position: absolute;
  }

  .video_overlay .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center !important;
  }
}

.navbar.sticky {
  position: fixed;
  z-index: 999;
  top: 0;
  margin: auto;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.navbar .logo {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}

.navbar .menu-items {
  display: flex;
  align-items: center;
  z-index: 999;
}

.navbar .menu-items::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  background-color: #222;
}

.navbar .menu-items::-webkit-scrollbar {
  width: 6px;
  background-color: #222;
}

.navbar .menu-items::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  background-color: #fff;
}

.navbar .menu-right,
.navbar .dropdown-menu {
  border: 0 !important;
}

.custom__list li::before {
  content: "";
  min-width: 16px;
  min-height: 16px;
  background-image: url('data:image/svg+xml;utf8,<svg width="16" height="15" viewBox="0 0 16 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.658213 14.5551C0.658213 14.3823 0.658213 14.2599 0.658213 14.1375C0.658213 10.5715 0.663469 7.00465 0.648451 3.43783C0.646949 3.12245 0.768597 3.00606 1.02916 2.90243C3.36299 1.97281 5.69156 1.03117 8.02314 0.0962833C8.13727 0.0504778 8.26117 0.00467233 8.38132 0.00467233C10.5958 -0.00133495 12.8102 0.000166869 15.099 0.000166869C14.9998 0.1098 14.9473 0.181136 14.8819 0.238205C13.688 1.28648 12.4903 2.33024 11.3016 3.38377C11.0831 3.5775 10.8631 3.6616 10.565 3.66085C7.61164 3.64959 4.65831 3.65484 1.70498 3.6556C1.57057 3.6556 1.43616 3.6556 1.27471 3.6556V13.9265H11.5532C11.5532 13.7741 11.5532 13.6172 11.5532 13.4602C11.5532 10.4318 11.5562 7.40339 11.5479 4.37497C11.5479 4.1159 11.6125 3.93869 11.8152 3.76523C12.9829 2.76276 14.1363 1.74453 15.2949 0.732304C15.3866 0.651957 15.4834 0.577617 15.6253 0.461976C15.6344 0.636187 15.6456 0.753329 15.6456 0.870471C15.6464 2.88516 15.6554 4.89985 15.6366 6.91454C15.6336 7.22542 15.5548 7.56033 15.4211 7.84042C14.4111 9.94822 13.3719 12.0418 12.3596 14.1481C12.2087 14.4619 12.027 14.5641 11.6801 14.5633C8.16356 14.549 4.64705 14.5551 1.13054 14.5551C0.99387 14.5551 0.857204 14.5551 0.658213 14.5551Z" fill="%23969696"/><path d="M6.43163 4.95394C7.36952 4.95394 8.3074 4.95168 9.24529 4.95469C9.88206 4.95694 10.2455 5.31137 10.2478 5.9549C10.2538 7.85545 10.253 9.756 10.2478 11.6566C10.2463 12.2851 9.90159 12.65 9.27983 12.653C7.36651 12.6628 5.45395 12.6628 3.54063 12.653C2.9001 12.65 2.55018 12.2798 2.54868 11.6355C2.54567 9.75976 2.54642 7.88474 2.55093 6.00896C2.55243 5.30011 2.90761 4.95544 3.61797 4.95469C4.55586 4.95318 5.49375 4.95469 6.43163 4.95469V4.95394Z" fill="%23969696"/></svg>');
  background-size: contain;
  margin-right: 0px;
  margin-top: 0px;
  width: 100%;
  position: absolute;
  background-repeat: no-repeat;
  left: -25px;
  top: 16px;
}

@media (max-width: 1023px) {
  .navbar .menu-items {
    scrollbar-gutter: stable;
    position: fixed;
    top: 0;
    left: -20px;
    display: block;
    max-width: 450px;
    width: 100%;
    height: 100vh;
    padding: 20px;
    padding-right: 40px;
    background: var(--black);
    overflow-y: auto;
    transform: translateX(-100vh);
    /* transition: 0.3s ease-out; */
  }

  .navbar .menu-items.open {
    transform: translateY(0);
  }

  .navbar .dropdown-menu {
    background: #ffffff17;
  }
}

.navbar .menu-items > li > .menu-item {
  padding: 1rem 1.5rem;
}

@media (max-width: 1023px) {
  .navbar .menu-items > li > .menu-item {
    padding: 1rem 1rem;
  }
}

.navbar .menu-items li:hover .mega-menu {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1023px) {
  .navbar .menu-items li a {
    padding: 10px 1rem;
    padding-right: 55px;
    font-size: 15px;
  }
}

.navbar .dropdown {
  position: relative;
}

@media (min-width: 1024px) {
  .navbar .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    border: 1px solid #dadada !important;
  }

  .navbar .dropdown:hover > .expand-btn:after {
    transform: translateY(-50%) rotate(180deg);
  }
  .navbar .menu-item { 
    font-size: 18px !important; 
}
}

@media (min-width: 1024px) {
  .navbar .dropdown .dropdown-right .expand-btn:after,
  .navbar .dropdown .dropdown-left .expand-btn:after {
    right: 0.625rem;
  }
}

@media (min-width: 1024px) {
  .navbar .dropdown-menu {
    position: absolute;
    top: 55px;
    right: 0;
    left: 0;
    width: 290px;
    padding: 5px 0;
    background: #171b27;
    border-radius: 0 0 5px 5px;
    opacity: 0;
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.05);
    visibility: hidden;
    /* transition: all 0.4s ease; */
    display: block;
  }
}

@media (max-width: 1023px) {
  .navbar .dropdown-menu {
    display: none;
    position: relative;
    top: 0;
    width: 100%;
    /* padding-left: 1rem; */
    overflow: hidden;
  }

  .expand-btn:after {
    right: 35px;
  }

  .main-logo img {
    max-width: 168px;
  }
  .main-navbar.sticky .main-logo img{
    max-width: 127px !important;
  }
}

.navbar .menu-right {
  top: 0;
  left: 100%;
  background: #171b27;
}

@media (max-width: 1023px) {
  .navbar .menu-right {
    top: 0;
    left: 0;
    right: auto;
    width: 100%;
    background-color: transparent;
    padding-left: 1.5rem;
  }

  .navbar .menu-right:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 20px;
    width: 1px;
    height: calc(100% - 25px);
    background-color: var(--primary-color);
    transform: translateY(-50%);
  }
}

.navbar .menu-left {
  top: 0;
  left: -100%;
}

@media (max-width: 1023px) {
  .navbar .menu-left {
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 1.5rem;
  }

  .navbar .menu-left:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 20px;
    width: 1px;
    height: calc(100% - 25px);
    background-color: rgba(255, 255, 255, 0.25);
    transform: translateY(-50%);
  }
}

.navbar .menu-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 16px;
  /* transition: 0.25s; */
}

/* .navbar .menu-item:hover {
  color: var(--primary-color);
} */

.navbar ul li {
  list-style: none;
  /* transition: 0.3s ease; */
}

.navbar ul li .arrow {
  /* transition: all 0.3s ease-out; */
}

.navbar ul li a {
  position: relative;
  text-decoration: none;
  color: #ffffff;
}

.btn-outline {
  border-radius: 0;
  font-size: var(--fs-20);
  font-family: outfit;
  padding: 10px 30px;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  transition: all 0.3s ease-out;
}

.btn-outline:hover {
  background: #fff;
  border: 1px solid #fff;
  color: var(--black);
}

/* ================================== Banner Section ================================== */
.btn-filled {
  border-radius: 0;
  font-size: var(--fs-20);
  font-family: outfit;
  padding: 10px 30px;
  border: 1px solid #fff;
  background: #fff;
  border: 1px solid #fff;
  transition: all 0.3s ease-out;
  text-decoration: none;
  color: var(--primary-color);
  font-weight: 600;
  transition: all 168ms ease;
  display: flex;
  align-items: center;
  width: max-content;
  gap: 5px;
}

.btn-filled svg {
  margin-left: 8px;
  transition: all 168ms ease;
}

.btn-filled:hover {
  color: var(--primary-color);
}

.btn-filled:hover svg {
  transform: translateX(4px);
}

.video-container h1 {
  font-weight: 500;
  font-size: 64px;
  font-family: var(--primary-font);
  color: #ffff;
  margin: 40px 0;
  max-width: 840px;
  width: 100%;
}

.video-container {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  border-bottom: 7px solid var(--primary-color);
}

.video-container video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%;
  min-height: 100%;
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video_overlay {
  background-image: linear-gradient(to bottom right, var(--black), #5412148c);
  /* opacity: 0.8; */
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  box-sizing: border-box;
  line-height: 1.5;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.manufacturer_of span {
  font-weight: 400;
  font-size: 24px;
  font-family: var(--primary-font);
  color: #ffff;
}

.manufacturer_of {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 168px;
  width: max-content;
}

/* ================================== End Banner Section ================================== */

/* ================================== Start Footer ================================== */
footer {
  /* background: url(/assets/image/footer_bg.webp); */
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
  background-size: cover;
}

.footer-box-div p {
  color: #ffffffd2;
  font-size: var(--fs-18);
  margin: 30px 0;
  max-width: 520px;
  width: 100%;
}

.social_links {
  display: flex;
  gap: 15px;
}

.social_links a {
  transition: var(--transition);
}

.social_links a:hover {
  transform: scale(1.2);
}

.footer_title {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  font-family: "Outfit";
  margin-bottom: 30px;
}

.footer-box-div li a {
  text-decoration: none;
  color: #ffffffbb;
  font-size: var(--fs-18);
  margin-bottom: 15px;
  transition: var(--transition);
  display: inline-block;
}

.footer-box-div li a:hover {
  color: #ffffff;
}

.footer-box-div li {
  position: relative;
  transition: var(--transition);
  cursor: pointer;
}

.footer-box-div li:before {
  content: "-";
  display: inline-block;
  width: max-content;
  position: absolute;
  color: var(--primary-color);
  left: -30px;
  transition: var(--transition);
  font-weight: bolder;
}

.footer-box-div li:hover::before {
  left: -20px;
}

.footer-bottom-div {
  background-color: var(--primary-color);
  padding: 5px;
}

.footer-bottom-div a,
.footer-bottom-div p {
  color: #fff;
  text-decoration: none;
  font-family: var(--primary-font) !important;
  font-size: var(--fs-16);
  font-weight: 400;
}

.main-logo img {
  transition: var(--transition);
}

.main-navbar.sticky .main-logo img {
  max-width: 180px;
}

footer ul {
  list-style: none;
}

/* ================================== End Footer ================================== */

/* ================================== Start What We Do ================================== */
.what-we-do,
.section_padding {
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
}

@media (max-width: 1200px) {
  .what-we-do,
  .section_padding {
    padding-top: calc(var(--section-padding) - 20px);
    padding-bottom: calc(var(--section-padding) - 20px);
  }
}

.what-we-do h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
}

.what-we-do .feature-icon {
  font-size: 2rem;
  color: #dc3545;
  margin-right: 30px;
}

.what-we-do .feature-title {
  font-size: 1.2rem;
  font-weight: 500;
}

.what-we-do .feature-text {
  font-size: 1rem;
  margin-bottom: 0;
}

.learn-more-btn {
  background-color: #dc3545;
  color: #fff;
  border-radius: 50px;
  padding: 10px 20px;
  text-decoration: none;
}

.learn-more-btn:hover {
  background-color: #c82333;
  color: #fff;
}

.what-we-do img {
  margin-bottom: 0 !important;
  /* border-radius: 5px; */
}

.what-we-do .content_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.what-we-do .content_wrapper p {
  margin-bottom: 0;
  max-width: 630px;
  width: 100%;
  font-size: var(--fs-18);
  font-weight: 400;
  color: var(--black);
}

.what-we-do .feature {
  display: flex;
  border-bottom: 2px solid #ececec;
}

.what-we-do .feature,
.feature {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.feature .icon {
  max-width: 100px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.btn-filled.red {
  background: var(--primary-color);
  color: #fff;
}

.btn-filled.red {
  background: var(--primary-color);
  color: #fff;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.animated-rect {
  animation: blink 2s infinite;
  animation-timing-function: ease-in-out;
}

.rect1 {
  animation-delay: 0s;
}

.rect2 {
  animation-delay: 0.33s;
  /* Delay for the second rectangle */
}

.rect3 {
  animation-delay: 0.66s;
  /* Delay for the third rectangle */
}

.animated-svg {
  display: block;
  margin: auto;
}

.what-we-do .feature-title {
  font-size: calc(var(--fs-18) + 5px);
  font-weight: 600;
  color: var(--black);
}

.content_column {
  margin-top: 40px !important;
}

.feature .icon {
  transition: var(--transition);
}

.feature:hover .icon {
  transform: scale(1.2);
}

/* ================================== End What We Do ================================== */

/* ================================== Start Our Work Section ================================== */

.container-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  gap: 20px;
}

.our-products .card h3 {
  font-size: var(--fs-24);
  margin-bottom: 15px;
}

.our-products .card {
  background-color: #fff;
  border: 0;
  border-radius: 0 !important;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.image_wrapper {
  overflow: hidden;
  max-height: 390px;
}

.our-products .card img {
  transition: var(--transition);
}

.our-products .card:hover img {
  transform: scale(1.08);
}

.our-products ul {
  list-style: none;
  padding: 0 !important;
}

.our-products li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5px;
}

.our-products li::before {
  content: "";
  min-width: 16px;
  min-height: 15px;
  background-image: url('data:image/svg+xml;utf8,<svg width="16" height="15" viewBox="0 0 16 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.658213 14.5551C0.658213 14.3823 0.658213 14.2599 0.658213 14.1375C0.658213 10.5715 0.663469 7.00465 0.648451 3.43783C0.646949 3.12245 0.768597 3.00606 1.02916 2.90243C3.36299 1.97281 5.69156 1.03117 8.02314 0.0962833C8.13727 0.0504778 8.26117 0.00467233 8.38132 0.00467233C10.5958 -0.00133495 12.8102 0.000166869 15.099 0.000166869C14.9998 0.1098 14.9473 0.181136 14.8819 0.238205C13.688 1.28648 12.4903 2.33024 11.3016 3.38377C11.0831 3.5775 10.8631 3.6616 10.565 3.66085C7.61164 3.64959 4.65831 3.65484 1.70498 3.6556C1.57057 3.6556 1.43616 3.6556 1.27471 3.6556V13.9265H11.5532C11.5532 13.7741 11.5532 13.6172 11.5532 13.4602C11.5532 10.4318 11.5562 7.40339 11.5479 4.37497C11.5479 4.1159 11.6125 3.93869 11.8152 3.76523C12.9829 2.76276 14.1363 1.74453 15.2949 0.732304C15.3866 0.651957 15.4834 0.577617 15.6253 0.461976C15.6344 0.636187 15.6456 0.753329 15.6456 0.870471C15.6464 2.88516 15.6554 4.89985 15.6366 6.91454C15.6336 7.22542 15.5548 7.56033 15.4211 7.84042C14.4111 9.94822 13.3719 12.0418 12.3596 14.1481C12.2087 14.4619 12.027 14.5641 11.6801 14.5633C8.16356 14.549 4.64705 14.5551 1.13054 14.5551C0.99387 14.5551 0.857204 14.5551 0.658213 14.5551Z" fill="%23969696"/><path d="M6.43163 4.95394C7.36952 4.95394 8.3074 4.95168 9.24529 4.95469C9.88206 4.95694 10.2455 5.31137 10.2478 5.9549C10.2538 7.85545 10.253 9.756 10.2478 11.6566C10.2463 12.2851 9.90159 12.65 9.27983 12.653C7.36651 12.6628 5.45395 12.6628 3.54063 12.653C2.9001 12.65 2.55018 12.2798 2.54868 11.6355C2.54567 9.75976 2.54642 7.88474 2.55093 6.00896C2.55243 5.30011 2.90761 4.95544 3.61797 4.95469C4.55586 4.95318 5.49375 4.95469 6.43163 4.95469V4.95394Z" fill="%23969696"/></svg>');
  background-size: contain;
  margin-right: 8px;
  margin-top: 5px;
}

/* ================================== End Our Work Section ================================== */

/* ****************************************** project-and-engineering ************************************ */
.eightTfour-section-pe h2 {
  font-size: 36px;
  margin-bottom: 40px;
  position: relative;
  text-align: start;
}

.eightTfour-section-pe h2::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 2px;
  background-color: var(--primary-color);
  bottom: -15px;
  left: 0;
}

.eightTfour-section-pe p {
  font-size: 18px;
  text-align: start;
  margin-bottom: 50px;
}

.eightTfour-icon-box {
  text-align: start;
  /* margin-bottom: 40px; */
  height: 100%;
  background: linear-gradient(0deg, #fff, #e5e7eb);
  padding: 30px;
  border-radius: 8px;
  transition: var(--transition);
}

.eightTfour-icon {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

.eightTfour-icon-box:hover {
  transform: translateY(-10px);
}

/* .eightTfour-section-pe .eightTfour-icon {
  font-size: 40px;
  color: #111;
  margin-bottom: 20px;
} */

.eightTfour-icon-box h3 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 600;
}

.eightTfour-icon-box p {
  margin-bottom: 8px;
}

.eightTfour-footer a {
  color: var(--primary-color);
  text-decoration: none;
}

.eightTfour-footer a:hover {
  color: #0056b3;
}

.eightTfour-icon-box .eightTfour-icon {
  transition: var(--transition);
}

.eightTfour-icon-box:hover .eightTfour-icon {
  background: #e31e25;
  color: #fff;
}

.list-unstyled strong {
  font-weight: 600;
}

/* Additional  */
/* Section Styling */
.eightTfour--why-choose-section {
  background-color: #f8f9fa;
}

/* Section Title */
.eightTfour--section-title {
  font-size: 2rem;
  color: #111;
  text-align: center;
  font-weight: 600;
}

/* Card Styling */
.eightTfour--card {
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.eightTfour--card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* Icon Container */
.eightTfour--icon-container {
  width: 70px;
  height: 70px;
  background-color: #e32025;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

/* Icons */
.eightTfour--icon {
  font-size: 30px;
}

/* Card Title */
.eightTfour--card-title {
  font-size: 1.2rem;
  color: #111;
  margin-bottom: 10px;
}

/* Card Text */
.eightTfour--card p {
  color: #555;
  font-size: 1rem;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
  .eightTfour--card-title {
    font-size: 1.25rem;
  }

  .eightTfour--icon-container {
    width: 60px;
    height: 60px;
  }

  .eightTfour-section-pe h2,
  .eightTfour--section-title {
    font-size: 26px;
  }

  .eightTfour-icon-box h3,
  .eightTfour--why-choose-section h2 {
    font-size: 22px;
    line-height: 1.4;
  }
}

/* ****************************************** End project-and-engineering************************************ */
.main-navbar.sticky {
  background: rgba(0, 0, 0, 0.808);
  box-shadow: 0 4px 30px rgb(0 0 0 / 0%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

@media (min-width: 1024px) {
  .navbar .dropdownMega {
    position: inherit !important;
  }
}

@media (min-width: 1024px) {
  .navbar .mega-menu {
    position: absolute;
    top: 65px;
    left: 0;
    width: 100vw;
    opacity: 0;
    visibility: hidden;
    /* transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s; */
  }
}

@media (max-width: 1023px) {
  .navbar .mega-menu {
    position: relative;
    display: none;
    padding-left: 0;
  }

  .content_wrapper {
    flex-direction: column;
    gap: 30px;
  }

  .grid_image {
    object-fit: cover !important;
    width: 100%;
    margin-bottom: 40px;
  }

  .content_column .btn-filled {
    margin: auto;
  }
}

@media (max-width: 768px) {
  .d-flex.gap-4.ul_list {
    flex-wrap: wrap;
    gap: 0 !important;
    justify-content: space-between;
  }

  .flex_wrap {
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .content_column {
    margin-top: 40px !important;
  }
}

@media (max-width: 992px) {
  .card {
    flex: 1 auto !important;
  }
}

.navbar .mega-menu .content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  width: 100%;
  padding: 1rem;
  background: #171b27;
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.05);
}

@media (max-width: 1023px) {
  .navbar .mega-menu .content {
    grid-template-columns: auto;
  }
}

@media (min-width: 1024px) {
  .navbar .mega-menu .content {
    padding: 1.5rem 1rem;
  }
}

@media (max-width: 1023px) {
  .navbar .mega-menu .content .col {
    padding: 0;
    width: 100%;
  }

  :root {
    --section-padding: 80px;
  }

  .footer-box-div img {
    max-width: 220px;
  }
}

.navbar .category .content .col .img-wrapper {
  margin: 1rem 0;
}

.navbar .blog .content {
  grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 1024px) {
  .navbar .blog .content {
    grid-template-columns: repeat(4, 1fr);
  }
}

.navbar .blog .content .col .img-wrapper {
  margin-bottom: 1rem;
}

.navbar .blog .content .col .menu-title {
  font-weight: normal;
}

.navbar .blog .content .col .menu-title a {
  /* transition: 0.25s; */
}

.navbar .blog .content .col .menu-title a:hover {
  color: var(--primary-color);
}

.navbar .content .col {
  display: flex;
  flex-direction: column;
}

.navbar .content .col .img-wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: 20vw;
  overflow: hidden;
}

.navbar .content .col .img-wrapper:hover img {
  transform: scale(1.1);
}

.navbar .content .col .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.navbar .content .col img {
  width: 100%;
  max-width: 100%;
  /* transition: transform 0.3s ease-in-out; */
}

.navbar .content .col .menu-title {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.125rem;
  border-left: 2px solid var(--primary-color);
  padding-left: 0.625rem;
}

.slick-slider .slick-slide {
  margin: 0 14px;
}

.slick-prev:before {
  content: url("data:image/svg+xml,%0A%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5355 8.00087L9.72275 14.188L7.955 15.9557L0 8.00087L7.955 0.0458984L9.72275 1.81366L3.5355 8.00087Z' fill='white'/%3E%3C/svg%3E%0A") !important;
  background-color: var(--primary-color);
  padding: 10px 15px;
}

.slick-next:before {
  content: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.4645 8.00087L0.27725 14.188L2.045 15.9557L10 8.00087L2.045 0.0458984L0.27725 1.81366L6.4645 8.00087Z' fill='white'/%3E%3C/svg%3E%0A") !important;
  background-color: var(--primary-color);
  padding: 10px 15px;
}

.usps_section .left_column h3 {
  font-size: calc(var(--fs-20) * 6);
  font-weight: 600;
  color: #fff;
  line-height: 1;
}

.usps_section .left_column h5 {
  color: #fff;
  font-size: var(--fs-20);
  font-weight: 300;
  margin: 15px 0;
  max-width: 370px;
  line-height: 1.5;
  width: 100%;
}

.learn-more {
  text-decoration: none;
  color: #fff;
}

.left_column {
  text-align: start;
}

.usps_section {
  background-color: var(--primary-color);
  padding: 40px;
  transform: translateX(-50%);
  background-position: -40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='517' height='341' viewBox='0 0 517 341' fill='none'%3E%3Crect width='517' height='341' fill='url(%23pattern0_416_603)' fill-opacity='0.2'/%3E%3Cdefs%3E%3Cpattern id='pattern0_416_603' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_416_603' transform='matrix(0.00236967 0 0 0.00359272 0 -0.258065)'/%3E%3C/pattern%3E%3Cimage id='image0_416_603' width='422' height='422' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAaYAAAGmCAYAAAA3cSADAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMS1jMDAyIDc5LmE2YTYzOTY4YSwgMjAyNC8wMy8wNi0xMTo1MjowNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTFBOTI3NTc0NjU3MTFFRkJBMzZBNTIwNTc0NEZDRUUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTFBOTI3NTY0NjU3MTFFRkJBMzZBNTIwNTc0NEZDRUUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkNEMTQxMEVDRDI0RDExRThBNkQ0QkQwRDYwRTBBRThDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkNEMTQxMEVERDI0RDExRThBNkQ0QkQwRDYwRTBBRThDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+SyYAGgAAPppJREFUeNrsnQuQ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'/%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: var(--section-padding) !important;
  left: 50%;
  position: absolute;
  width: 100%;
}

.content p {
  font-size: var(--fs-20);
  font-weight: 600;
  color: #fff;
}

.content h3 {
  font-size: calc(var(--fs-20) * 4);
  font-weight: 600;
  color: #fff;
  line-height: 1;
}

.usps_section .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.usps_section-container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.usp_section {
  padding-bottom: 250px;
  margin-bottom: 70px;
}

.quality_policy {
  background: linear-gradient(
    180deg,
    rgb(0 0 0) 0%,
    rgb(0 0 0) 73.29%,
    rgba(117, 46, 42) 93.65%,
    rgba(169, 103, 67) 101.79%
  );
}

.quality_policy .content_wrapper {
  padding-bottom: 40px;
  border-bottom: 1px solid #ffffff75;
}

.precision_blocks {
  display: flex;
  gap: 30px;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 60px;
  justify-content: center;
}

.quality_policy {
  padding-bottom: 200px;
  margin-bottom: 200px;
}

.precision {
  background: var(--primary-color);
  padding: 35px;
  margin-right: 50px;
  text-align: start;
  position: relative;
  padding-right: 0;
}

.precision:after {
  content: "";
  position: absolute;
  right: -89px;
  height: 100%;
  top: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='87' height='319' viewBox='0 0 87 319' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M86.2656 0L-0.000304518 159.5L86.2656 319L-0.000303861 319L-0.000304518 159.5L-0.000305176 0L86.2656 0Z' fill='%23e31e25'/%3E%3C/svg%3E%0A");
  display: block;
  padding: 45px;
  background-repeat: no-repeat;
}

.precision_block img {
  transition: var(--transition);
}

.precision_block img:hover {
  transform: scale(1.04);
}

.about-us-section {
  background: linear-gradient(0deg, #f3f3f3, transparent);
}

.about-company-work .slick-slide {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.map-image,
.about-company-work .slick-slide {
  transition: var(--transition);
}

.map-image:hover {
  transform: scale(1.04);
}

.about-company-work .slick-slide:hover {
  background: linear-gradient(#e21f23, #c0484a);
  color: #fff;
}

/* =================== Inquiry Form ======================= */

.input-container {
  position: relative;
}

.input-container .form_label {
  position: absolute;
  left: 8px;
  top: 10px;
  transition: all 0.3s ease;
  background: #fff;
  padding: 0 4px;
  /* Adjust padding for better spacing */
  pointer-events: none;
}

.active .form_label {
  left: 8px;
  top: -10px;
  font-size: 15px;
}

.input-container.focused .form_label {
  top: -12px;
  font-size: 16px;
  left: 18px;
  color: #afafaf;
}

input,
textarea {
  width: 100%;
  outline: none;
  border: 2px solid #ececec;
  background: #fff;
  padding: 0.6rem 1.2rem;
  color: #000000;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.5px;
  border-radius: 5px;
  transition: 0.3s;
}

.error {
  color: #b31412;
}

.input-container .form_label {
  font-weight: 500;
}

/* =================== End Inquiry Form ======================= */
.suppport_btn a {
  text-decoration: none;
  color: #111;
  background: #fff;
  padding: 12px 20px;
  display: block;
  max-width: 300px;
  width: 100%;
  margin-top: 15px;
  font-weight: 500;
  font-size: var(--fs-20);
  border-radius: 5px;
  font-family: var(--primary-font);
  transition: var(--transition);
}

.suppport_btn a:hover {
  transform: scale(1) !important;
}

.inner-content h1 {
  font-size: calc(var(--fs-24) * 2);
  font-weight: 500;
}

/* ************************** New CSS */
.casting_solution {
  padding-top: calc(var(--section-padding) * 3);
  padding-bottom: calc(var(--section-padding) * 3);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.contact-us-form {
  background: linear-gradient(0deg, #fff, #ffffffda),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8955 3954' width='8955' height='3954'%3E%3Cdefs%3E%3CclipPath clipPathUnits='userSpaceOnUse' id='cp1'%3E%3Cpath d='m-22.5 3977h9000v-4000h-9000z'%3E%3C/path%3E%3C/clipPath%3E%3C/defs%3E%3Cstyle%3E.a%7Bfill:%23fcfcfc%7D.b%7Bfill:%23e0e0e0%7D%3C/style%3E%3Cg clip-path='url(%23cp1)'%3E%3Cpath class='a' d='m8954.2 3953.8v-3953.6h-8953.4v3953.6z'%3E%3C/path%3E%3Cpath fill-rule='evenodd' class='b' d='m249.7 0.2h-5.9l-2.9 2.9-117.1 116.3-117.1 116.4-5.9 5.8 5.9 5.8 117.1 116.4 117.1 116.3 5.8 5.8-5.8 5.8-117.1 116.4-117.1 116.4-5.9 5.8 5.9 5.8 117.1 116.4 117.1 116.3 5.8 5.8-5.8 5.8-117.1 116.4-117.1 116.4-5.9 5.8 5.9 5.8 117.1 116.3 117.1 116.4 5.8 5.8-5.8 5.8-117.1 116.4-117.1 116.4-5.9 5.8 5.9 5.8 117.1 116.3 117.1 116.4 5.8 5.8-5.8 5.8-117.1 116.4-117.1 116.3-5.9 5.8 5.9 5.8 117.1 116.4 117.1 116.4 5.8 5.8-5.8 5.8-117.1 116.4-117.1 116.3-5.9 5.8 5.9 5.8 117.1 116.4 117.1 116.4 5.8 5.8-5.8 5.8-117.1 116.4-117.1 116.3-5.9 5.8 5.9 5.8 117.1 116.4 117.1 116.4 5.8 5.8-5.8 5.8-117.1 116.3-117.1 116.4-5.9 5.8 5.9 5.8 117.1 116.4 117.1 116.3 5.8 5.9-5.8 5.8-41.6 41.2h23.4l24-23.8 24.1 23.8h23.3l-41.5-41.2-5.9-5.8 5.9-5.9 117.1-116.3 117.1-116.4 5.9-5.8-5.9-5.8-117.1-116.4-117.1-116.3-5.9-5.8 5.9-5.8 117.1-116.4 117.1-116.4 5.9-5.8-5.9-5.8-117.1-116.3-117.1-116.4-5.9-5.8 5.9-5.8 117.1-116.4 117.1-116.4 5.9-5.8-5.9-5.8-117.1-116.3-117.1-116.4-5.9-5.8 5.9-5.8 117.1-116.4 117.1-116.4 5.9-5.8-5.9-5.8-117.1-116.3-117.1-116.4-5.9-5.8 5.9-5.8 117.1-116.4 117.1-116.3 5.9-5.8-5.9-5.8-117.1-116.4-117.1-116.4-5.9-5.8 5.9-5.8 117.1-116.4 117.1-116.3 5.9-5.8-5.9-5.8-117.1-116.4-117.1-116.4-5.9-5.8 5.9-5.8 117.1-116.3 117.1-116.4 5.9-5.8-5.9-5.8-117.1-116.4-117.1-116.4-5.9-5.8 5.9-5.8 117.1-116.3 117.1-116.4 5.9-5.8-5.9-5.8-117.1-116.4-117.1-116.3zm108.3 619.5l-111.2-110.5-111.3 110.5-111.3 110.6 111.3 110.5 111.3 110.6 111.2-110.6 111.3-110.5zm0 488.7l-111.3-110.6-111.2 110.6-111.3 110.5 111.3 110.6 111.2 110.6 111.3-110.6 111.3-110.6zm0 488.7l-111.3-110.5-111.3 110.5-111.2 110.6 111.2 110.5 111.3 110.6 111.3-110.6 111.3-110.5zm0 488.7l-111.3-110.6-111.3 110.6-111.3 110.5 111.3 110.6 111.3 110.6 111.3-110.6 111.3-110.6zm0 488.7l-111.3-110.6-111.3 110.6-111.3 110.6 111.3 110.5 111.3 110.6 111.3-110.6 111.3-110.5zm0 488.7l-111.3-110.6-111.3 110.6-111.3 110.5 111.3 110.6 111.3 110.6 111.3-110.6 111.2-110.6zm0 488.7l-111.2-110.6-111.3 110.6-111.3 110.6 111.3 110.5 111.3 110.6 111.2-110.6 111.3-110.5zm500.4-3551.7h-23.4l-111.3 110.6-111.2 110.5-111.3-110.5-111.3-110.6h-23.4l5.9 5.8 117.1 116.4 117.1 116.3 5.9 5.8-5.9 5.8-117.1 116.4-117.1 116.4-5.9 5.8 5.9 5.8 117.1 116.3 117.1 116.4 5.9 5.8-5.9 5.8-117.1 116.4-117.1 116.4-5.9 5.8 5.9 5.8 117.1 116.3 117.1 116.4 5.9 5.8-5.9 5.8-117.1 116.4-117.1 116.3-5.9 5.9 5.9 5.8 117.1 116.3 117.1 116.4 5.9 5.8-5.9 5.8-117.1 116.4-117.1 116.3-5.9 5.8 5.9 5.8 117.1 116.4 117.1 116.4 5.9 5.8-5.9 5.8-117.1 116.4-117.1 116.3-5.9 5.8 5.9 5.8 117.1 116.4 117.1 116.4 5.9 5.8-5.9 5.8-117.1 116.3-117.1 116.4-5.9 5.8 5.9 5.8 117.1 116.4 117.1 116.3 5.9 5.9-5.9 5.8-117.1 116.3-117.1 116.4-5.9 5.8 5.9 5.8 117.1 116.4 117.1 116.3 5.9 5.8-5.9 5.8-117.1 116.4-117.1 116.4-5.9 5.8 5.9 5.8 38.6 38.4h23.4l-44.5-44.2 111.3-110.6 111.3-110.5 111.2 110.5 111.3 110.6-44.4 44.2h23.3l38.7-38.4 5.8-5.8-5.8-5.8-117.2-116.4-117.1-116.4-5.8-5.8 5.8-5.8 117.1-116.3 117.2-116.4 5.8-5.8-5.8-5.8-117.2-116.4-117.1-116.3-5.8-5.8 5.8-5.9 117.1-116.3 117.2-116.4 5.8-5.8-5.8-5.8-117.2-116.4-117.1-116.3-5.8-5.8 5.8-5.8 117.1-116.4 117.2-116.4 5.8-5.8-5.8-5.8-117.2-116.3-117.1-116.4-5.8-5.8 5.8-5.8 117.1-116.4 117.2-116.4 5.8-5.8-5.8-5.8-117.2-116.3-117.1-116.4-5.8-5.8 5.8-5.8 117.1-116.4 117.2-116.3 5.8-5.8-5.8-5.9-117.2-116.3-117.1-116.4-5.8-5.8 5.8-5.8 117.1-116.4 117.2-116.3 5.8-5.8-5.8-5.8-117.2-116.4-117.1-116.4-5.8-5.8 5.8-5.8 117.1-116.4 117.2-116.3 5.8-5.8-5.8-5.8-117.2-116.4-117.1-116.4-5.8-5.8 5.8-5.8 117.1-116.3 117.2-116.4zm-134.7 866.8l-111.3-110.6-111.2 110.6-111.3 110.6 111.3 110.5 111.2 110.6 111.3-110.6 111.3-110.5zm0 488.7l-111.3-110.6-111.3 110.6-111.2 110.5 111.2 110.6 111.3 110.5 111.3-110.5 111.3-110.6zm0 488.7l-111.3-110.6-111.3 110.6-111.3 110.6 111.3 110.5 111.3 110.6 111.3-110.6 111.3-110.5zm0 488.7l-111.3-110.6-111.3 110.6-111.3 110.5 111.3 110.6 111.3 110.5 111.3-110.5 111.2-110.6zm0 488.7l-111.2-110.6-111.3 110.6-111.3 110.6 111.3 110.5 111.3 110.6 111.2-110.6 111.3-110.5zm0 488.6l-111.3-110.5-111.2 110.5-111.3 110.6 111.3 110.6 111.2 110.5 111.3-110.5 111.3-110.6zm252.9-3310.2h-5.9l-2.9 2.9-117.1 116.3-117.1 116.4-5.9 5.8 5.9 5.8 117.1 116.4 117.1 116.3 5.9 5.8-5.9 5.8-117.1 116.4-117.1 116.4-5.9 5.8 5.9 5.8 117.1 116.4 117.1 116.3 5.9 5.8-5.9 5.8-117.1 116.4-117.1 116.4-5.9 5.8 5.9 5.8 117.1 116.3 117.1 116.4 5.9 5.8-5.9 5.8-117.1 116.4-117.1 116.4-5.9 5.8 5.9 5.8 117.1 116.3 117.1 116.4 5.9 5.8-5.9 5.8-117.1 116.4-117.1 116.3-5.9 5.8 5.9 5.9 117.1 116.3 117.1 116.4 5.9 5.8-5.9 5.8-117.1 116.4-117.1 116.3-5.9 5.8 5.9 5.8 117.1 116.4 117.1 116.4 5.9 5.8-5.9 5.8-117.1 116.4-117.1 116.3-5.9 5.8 5.9 5.8 117.1 116.4 117.1 116.4 5.9 5.8-5.9 5.8-117.1 116.3-117.1 116.4-5.9 5.8 5.9 5.8 117.1 116.4 117.1 116.3 5.9 5.9-5.9 5.8-41.5 41.2h23.3l24.1-23.8 24 23.8h23.4l-41.6-41.2-5.8-5.8 5.8-5.9 117.1-116.3 117.1-116.4 5.9-5.8-5.9-5.8-117.1-116.4-117.1-116.3-5.8-5.8 5.8-5.8 117.1-116.4 117.1-116.4 5.9-5.8-5.9-5.8-117.1-116.3-117.1-116.4-5.8-5.8 5.8-5.8 117.1-116.4 117.1-116.4 5.9-5.8-5.9-5.8-117.1-116.3-117.1-116.4-5.8-5.8 5.8-5.8 117.1-116.4 117.1-116.3 5.9-5.9-5.9-5.8-117.1-116.3-117.1-116.4-5.8-5.8 5.8-5.8 117.1-116.4 117.1-116.3 5.9-5.8-5.9-5.8-117.1-116.4-117.1-116.4-5.8-5.8 5.8-5.8 117.1-116.4 117.1-116.3 5.9-5.8-5.9-5.8-117.1-116.4-117.1-116.4-5.8-5.8 5.8-5.8 117.1-116.3 117.1-116.4 5.9-5.8-5.9-5.8-117.1-116.4-117.1-116.4-5.8-5.8 5.8-5.8 117.1-116.3 117.1-116.4 5.9-5.8-5.9-5.8-117.1-116.4-117.1-116.3zm108.4 619.5l-111.3-110.5-111.3 110.5-111.3 110.6 111.3 110.5 111.3 110.6 111.3-110.6 111.2-110.5zm0 488.7l-111.2-110.6-111.3 110.6-111.3 110.5 111.3 110.6 111.3 110.6 111.2-110.6 111.3-110.6zm0 488.7l-111.3-110.5-111.2 110.5-111.3 110.6 111.3 110.5 111.2 110.6 111.3-110.6 111.3-110.5zm0 488.7l-111.3-110.6-111.2 110.6-111.3 110.5 111.3 110.6 111.2 110.6 111.3-110.6 111.3-110.6zm0 488.7l-111.3-110.5-111.3 110.5-111.2 110.6 111.2 110.5 111.3 110.6 111.3-110.6 111.3-110.5zm0 488.7l-111.3-110.6-111.3 110.6-111.3 110.5 111.3 110.6 111.3 110.6 111.3-110.6 111.3-110.6zm0 488.7l-111.3-110.6-111.3 110.6-111.3 110.6 111.3 110.5 111.3 110.6 111.3-110.6 111.2-110.5zm500.4-3551.7h-23.4l-111.2 110.6-111.3 110.5-111.3-110.5-111.3-110.6h-23.3l5.8 5.8 117.1 116.4 117.1 116.3 5.9 5.8-5.9 5.8-117.1 116.4-117.1 116.4-5.8 5.8 5.8 5.8 117.1 116.3 117.1 116.4 5.9 5.8-5.9 5.8-117.1 116.4-117.1 116.4-5.8 5.8 5.8 5.8 117.1 116.3 117.1 116.4 5.9 5.8-5.9 5.8-117.1 116.4-117.1 116.3-5.8 5.9 5.8 5.8 117.1 116.3 117.1 116.4 5.9 5.8-5.9 5.8-117.1 116.4-117.1 116.3-5.8 5.8 5.8 5.8 117.1 116.4 117.1 116.4 5.9 5.8-5.9 5.8-117.1 116.4-117.1 116.3-5.8 5.8 5.8 5.8 117.1 116.4 117.1 116.4 5.9 5.8-5.9 5.8-117.1 116.3-117.1 116.4-5.8 5.8 5.8 5.8 117.1 116.4 117.1 116.4 5.9 5.8-5.9 5.8-117.1 116.3-117.1 116.4-5.8 5.8 5.8 5.8 117.1 116.4 117.1 116.3 5.9 5.8-5.9 5.8-117.1 116.4-117.1 116.4-5.8 5.8 5.8 5.8 38.6 38.4h23.4l-44.5-44.2 111.3-110.6 111.3-110.5 111.3 110.5 111.2 110.6-44.4 44.2h23.3l38.7-38.4 5.8-5.8-5.8-5.8-117.2-116.4-117.1-116.4-5.8-5.8 5.8-5.8 117.1-116.3 117.2-116.4 5.8-5.8-5.8-5.8-117.2-116.4-117.1-116.3-5.8-5.8 5.8-5.8 117.1-116.4 117.2-116.4 5.8-5.8-5.8-5.8-117.2-116.4-117.1-116.3-5.8-5.8 5.8-5.8 117.1-116.4 117.2-116.4 5.8-5.8-5.8-5.8-117.2-116.3-117.1-116.4-5.8-5.8 5.8-5.8 117.1-116.4 117.2-116.4 5.8-5.8-5.8-5.8-117.2-116.3-117.1-116.4-5.8-5.8 5.8-5.8 117.1-116.4 117.2-116.3 5.8-5.8-5.8-5.9-117.2-116.3-117.1-116.4-5.8-5.8 5.8-5.8 117.1-116.4 117.2-116.3 5.8-5.8-5.8-5.8-117.2-116.4-117.1-116.4-5.8-5.8 5.8-5.8 117.1-116.4 117.2-116.3 5.8-5.8-5.8-5.8-117.2-116.4-117.1-116.4-5.8-5.8 5.8-5.8 117.1-116.3 117.2-116.4zm-134.7 866.8l-111.3-110.6-111.2 110.6-111.3 110.6 111.3 110.5 111.2 110.6 111.3-110.6 111.3-110.5zm0 488.7l-111.3-110.6-111.3 110.6-111.2 110.5 111.2 110.6 111.3 110.5 111.3-110.5 111.3-110.6zm0 488.7l-111.3-110.6-111.3 110.6-111.3 110.6 111.3 110.5 111.3 110.6 111.3-110.6 111.3-110.5zm0 488.7l-111.3-110.6-111.3 110.6-111.3 110.5 111.3 110.6 111.3 110.5 111.3-110.5 111.3-110.6zm0 488.7l-111.3-110.6-111.3 110.6-111.3 110.6 111.3 110.5 111.3 110.6 111.3-110.6 111.2-110.5zm0 488.6l-111.2-110.5-111.3 110.5-111.3 110.6 111.3 110.6 111.3 110.5 111.2-110.5 111.3-110.6zm252.9-3310.2h-5.8l-3 2.9-117.1 116.3-117.1 116.4-5.9 5.8 5.9 5.8 117.1 116.4 117.1 116.3 5.9 5.8-5.9 5.9-117.1 116.3-117.1 116.4-5.9 5.8 5.9 5.8 117.1 116.4 117.1 116.3 5.9 5.8-5.9 5.8-117.1 116.4-117.1 116.4-5.9 5.8 5.9 5.8 117.1 116.3 117.1 116.4 5.9 5.8-5.9 5.8-117.1 116.4-117.1 116.4-5.9 5.8 5.9 5.8 117.1 116.3 117.1 116.4 5.9 5.8-5.9 5.8-117.1 116.4-117.1 116.3-5.9 5.8 5.9 5.9 117.1 116.3 117.1 116.4 5.9 5.8-5.9 5.8-117.1 116.4-117.1 116.3-5.9 5.8 5.9 5.8 117.1 116.4 117.1 116.4 5.9 5.8-5.9 5.8-117.1 116.4-117.1 116.3-5.9 5.8 5.9 5.8 117.1 116.4 117.1 116.4 5.9 5.8-5.9 5.8-117.1 116.3-117.1 116.4-5.9 5.8 5.9 5.8 117.1 116.4 117.1 116.3 5.9 5.9-5.9 5.8-41.5 41.2h23.3l24.1-23.8 24 23.8h23.4l-41.6-41.2-5.8-5.8 5.8-5.9 117.1-116.3 117.2-116.4 5.8-5.8-5.8-5.8-117.2-116.4-117.1-116.3-5.8-5.8 5.8-5.8 117.1-116.4 117.2-116.4 5.8-5.8-5.8-5.8-117.2-116.3-117.1-116.4-5.8-5.8 5.8-5.8 117.1-116.4 117.2-116.4 5.8-5.8-5.8-5.8-117.2-116.3-117.1-116.4-5.8-5.8 5.8-5.8 117.1-116.4 117.2-116.3 5.8-5.9-5.8-5.8-117.2-116.3-117.1-116.4-5.8-5.8 5.8-5.8 117.1-116.4 117.2-116.3 5.8-5.8-5.8-5.8-117.2-116.4-117.1-116.4-5.8-5.8 5.8-5.8 117.1-116.4 117.2-116.3 5.8-5.8-5.8-5.8-117.2-116.4-117.1-116.4-5.8-5.8 5.8-5.8 117.1-116.3 117.2-116.4 5.8-5.8-5.8-5.8-117.2-116.4-117.1-116.3-5.8-5.9 5.8-5.8 117.1-116.3 117.2-116.4 5.8-5.8-5.8-5.8-117.2-116.4-117.1-116.3zm108.4 619.5l-111.3-110.5-111.3 110.5-111.3 110.6 111.3 110.6 111.3 110.5 111.3-110.5 111.3-110.6zm0 488.7l-111.3-110.6-111.3 110.6-111.3 110.5 111.3 110.6 111.3 110.6 111.3-110.6 111.2-110.6zm0 488.7l-111.2-110.5-111.3 110.5-111.3 110.6 111.3 110.5 111.3 110.6 111.2-110.6 111.3-110.5zm0 488.7l-111.3-110.6-111.2 110.6-111.3 110.5 111.3 110.6 111.2 110.6 111.3-110.6 111.3-110.6zm0 488.7l-111.3-110.5-111.2 110.5-111.3 110.6 111.3 110.5 111.2 110.6 111.3-110.6 111.3-110.5zm0 488.7l-111.3-110.6-111.3 110.6-111.2 110.5 111.2 110.6 111.3 110.6 111.3-110.6 111.3-110.6zm0 488.7l-111.3-110.5-111.3 110.5-111.3 110.6 111.3 110.5 111.3 110.6 111.3-110.6 111.3-110.5zm500.3-3551.7h-23.3l-111.3 110.6-111.3 110.5-111.3-110.5-111.3-110.6h-23.3l5.8 5.8 117.1 116.4 117.2 116.3 5.8 5.8-5.8 5.8-117.2 116.4-117.1 116.4-5.8 5.8 5.8 5.8 117.1 116.3 117.2 116.4 5.8 5.8-5.8 5.8-117.2 116.4-117.1 116.4-5.8 5.8 5.8 5.8 117.1 116.3 117.2 116.4 5.8 5.8-5.8 5.8-117.2 116.4-117.1 116.4-5.8 5.8 5.8 5.8 117.1 116.3 117.2 116.4 5.8 5.8-5.8 5.8-117.2 116.4-117.1 116.3-5.8 5.8 5.8 5.8 117.1 116.4 117.2 116.4 5.8 5.8-5.8 5.8-117.2 116.4-117.1 116.3-5.8 5.8 5.8 5.8 117.1 116.4 117.2 116.4 5.8 5.8-5.8 5.8-117.2 116.3-117.1 116.4-5.8 5.8 5.8 5.8 117.1 116.4 117.2 116.4 5.8 5.8-5.8 5.8-117.2 116.3-117.1 116.4-5.8 5.8 5.8 5.8 117.1 116.4 117.2 116.3 5.8 5.8-5.8 5.9-117.2 116.3-117.1 116.4-5.8 5.8 5.8 5.8 38.7 38.4h23.3l-44.5-44.2 111.3-110.6 111.3-110.5 111.3 110.5 111.3 110.6-44.5 44.2h23.4l38.6-38.4 5.8-5.8-5.8-5.8-117.1-116.4-117.2-116.3-5.8-5.9 5.8-5.8 117.2-116.3 117.1-116.4 5.8-5.8-5.8-5.8-117.1-116.4-117.2-116.3-5.8-5.8 5.8-5.8 117.2-116.4 117.1-116.4 5.8-5.8-5.8-5.8-117.1-116.4-117.2-116.3-5.8-5.8 5.8-5.8 117.2-116.4 117.1-116.4 5.8-5.8-5.8-5.8-117.1-116.3-117.2-116.4-5.8-5.8 5.8-5.8 117.2-116.4 117.1-116.4 5.8-5.8-5.8-5.8-117.1-116.3-117.2-116.4-5.8-5.8 5.8-5.8 117.2-116.4 117.1-116.3 5.8-5.8-5.8-5.8-117.1-116.4-117.2-116.4-5.8-5.8 5.8-5.8 117.2-116.4 117.1-116.3 5.8-5.8-5.8-5.8-117.1-116.4-117.2-116.4-5.8-5.8 5.8-5.8 117.2-116.4 117.1-116.3 5.8-5.8-5.8-5.8-117.1-116.4-117.2-116.4-5.8-5.8 5.8-5.8 117.2-116.3 117.1-116.4zm-134.7 866.8l-111.2-110.6-111.3 110.6-111.3 110.6 111.3 110.5 111.3 110.6 111.2-110.6 111.3-110.5zm0 488.7l-111.2-110.6-111.3 110.6-111.3 110.5 111.3 110.6 111.3 110.5 111.2-110.5 111.3-110.6zm0 488.7l-111.3-110.6-111.2 110.6-111.3 110.6 111.3 110.5 111.2 110.6 111.3-110.6 111.3-110.5zm0 488.7l-111.3-110.6-111.3 110.6-111.2 110.5 111.2 110.6 111.3 110.5 111.3-110.5 111.3-110.6zm0 488.7l-111.3-110.6-111.3 110.6-111.3 110.6 111.3 110.5 111.3 110.6 111.3-110.6 111.3-110.5zm0 488.7l-111.3-110.6-111.3 110.6-111.3 110.5 111.3 110.6 111.3 110.5 111.3-110.5 111.3-110.6zm252.8-3310.2h-5.8l-2.9 2.9-117.2 116.3-117.1 116.4-5.8 5.8 5.8 5.8 117.1 116.4 117.2 116.3 5.8 5.9-5.8 5.8-117.2 116.3-117.1 116.4-5.8 5.8 5.8 5.8 117.1 116.4 117.2 116.3 5.8 5.8-5.8 5.8-117.2 116.4-117.1 116.4-5.8 5.8 5.8 5.8 117.1 116.3 117.2 116.4 5.8 5.8-5.8 5.8-117.2 116.4-117.1 116.4-5.8 5.8 5.8 5.8 117.1 116.3 117.2 116.4 5.8 5.8-5.8 5.8-117.2 116.4-117.1 116.3-5.8 5.9 5.8 5.8 117.1 116.3 117.2 116.4 5.8 5.8-5.8 5.8-117.2 116.4-117.1 116.3-5.8 5.8 5.8 5.8 117.1 116.4 117.2 116.4 5.8 5.8-5.8 5.8-117.2 116.4-117.1 116.3-5.8 5.8 5.8 5.8 117.1 116.4 117.2 116.4 5.8 5.8-5.8 5.8-117.2 116.3-117.1 116.4-5.8 5.8 5.8 5.8 117.1 116.4 117.2 116.4 5.8 5.8-5.8 5.8-41.6 41.3h23.4l24-23.9 24 23.9h23.4l-41.6-41.3-5.8-5.8 5.8-5.8 117.2-116.4 117.1-116.4 5.8-5.8-5.8-5.8-117.1-116.4-117.2-116.3-5.8-5.8 5.8-5.8 117.2-116.4 117.1-116.4 5.8-5.8-5.8-5.8-117.1-116.3-117.2-116.4-5.8-5.8 5.8-5.8 117.2-116.4 117.1-116.4 5.8-5.8-5.8-5.8-117.1-116.3-117.2-116.4-5.8-5.8 5.8-5.8 117.2-116.4 117.1-116.3 5.8-5.8-5.8-5.9-117.1-116.3-117.2-116.4-5.8-5.8 5.8-5.8 117.2-116.4 117.1-116.3 5.8-5.8-5.8-5.8-117.1-116.4-117.2-116.4-5.8-5.8 5.8-5.8 117.2-116.4 117.1-116.3 5.8-5.8-5.8-5.8-117.1-116.4-117.2-116.4-5.8-5.8 5.8-5.8 117.2-116.3 117.1-116.4 5.8-5.8-5.8-5.8-117.1-116.4-117.2-116.3-5.8-5.8 5.8-5.9 117.2-116.3 117.1-116.4 5.8-5.8-5.8-5.8-117.1-116.4-117.2-116.3zm108.4 619.5l-111.3-110.5-111.3 110.5-111.2 110.6 111.2 110.6 111.3 110.5 111.3-110.5 111.3-110.6zm0 488.7l-111.3-110.6-111.3 110.6-111.3 110.5 111.3 110.6 111.3 110.6 111.3-110.6 111.3-110.6zm0 488.7l-111.3-110.5-111.3 110.5-111.3 110.6 111.3 110.6 111.3 110.5 111.3-110.5 111.3-110.6zm0 488.7l-111.3-110.6-111.3 110.6-111.3 110.5 111.3 110.6 111.3 110.6 111.3-110.6 111.2-110.6zm0 488.7l-111.2-110.5-111.3 110.5-111.3 110.6 111.3 110.5 111.3 110.6 111.2-110.6 111.3-110.5zm0 488.7l-111.3-110.6-111.2 110.6-111.3 110.5 111.3 110.6 111.2 110.6 111.3-110.6 111.3-110.6zm0 488.7l-111.3-110.5-111.2 110.5-111.3 110.6 111.3 110.5 111.2 110.6 111.3-110.6 111.3-110.5zm500.4-3551.7h-23.4l-111.3 110.6-111.3 110.5-111.2-110.5-111.3-110.6h-23.4l5.9 5.8 117.1 116.4 117.1 116.3 5.8 5.8-5.8 5.8-117.1 116.4-117.1 116.4-5.9 5.8 5.9 5.8 117.1 116.4 117.1 116.3 5.8 5.8-5.8 5.8-117.1 116.4-117.1 116.4-5.9 5.8 5.9 5.8 117.1 116.3 117.1 116.4 5.8 5.8-5.8 5.8-117.1 116.4-117.1 116.4-5.9 5.8 5.9 5.8 117.1 116.3 117.1 116.4 5.8 5.8-5.8 5.8-117.1 116.4-117.1 116.3-5.9 5.8 5.9 5.8 117.1 116.4 117.1 116.4 5.8 5.8-5.8 5.8-117.1 116.4-117.1 116.3-5.9 5.8 5.9 5.8 117.1 116.4 117.1 116.4 5.8 5.8-5.8 5.8-117.1 116.4-117.1 116.3-5.9 5.8 5.9 5.8 117.1 116.4 117.1 116.4 5.8 5.8-5.8 5.8-117.1 116.3-117.1 116.4-5.9 5.8 5.9 5.8 117.1 116.4 117.1 116.3 5.8 5.9-5.8 5.8-117.1 116.3-117.1 116.4-5.9 5.8 5.9 5.8 38.6 38.4h23.4l-44.5-44.2 111.3-110.6 111.2-110.5 111.3 110.5 111.3 110.6-44.5 44.2h23.4l38.6-38.4 5.9-5.8-5.9-5.8-117.1-116.4-117.1-116.3-5.9-5.8 5.9-5.9 117.1-116.3 117.1-116.4 5.9-5.8-5.9-5.8-117.1-116.4-117.1-116.3-5.9-5.8 5.9-5.8 117.1-116.4 117.1-116.4 5.9-5.8-5.9-5.8-117.1-116.3-117.1-116.4-5.9-5.8 5.9-5.8 117.1-116.4 117.1-116.4 5.9-5.8-5.9-5.8-117.1-116.3-117.1-116.4-5.9-5.8 5.9-5.8 117.1-116.4 117.1-116.4 5.9-5.8-5.9-5.8-117.1-116.3-117.1-116.4-5.9-5.8 5.9-5.8 117.1-116.4 117.1-116.3 5.9-5.8-5.9-5.8-117.1-116.4-117.1-116.4-5.9-5.8 5.9-5.8 117.1-116.4 117.1-116.3 5.9-5.8-5.9-5.8-117.1-116.4-117.1-116.4-5.9-5.8 5.9-5.8 117.1-116.3 117.1-116.4 5.9-5.8-5.9-5.8-117.1-116.4-117.1-116.4-5.9-5.8 5.9-5.8 117.1-116.3 117.1-116.4zm-134.6 866.8l-111.3-110.6-111.3 110.6-111.3 110.6 111.3 110.5 111.3 110.6 111.3-110.6 111.3-110.5zm0 488.7l-111.3-110.6-111.3 110.6-111.3 110.5 111.3 110.6 111.3 110.6 111.3-110.6 111.2-110.6zm0 488.7l-111.2-110.6-111.3 110.6-111.3 110.6 111.3 110.5 111.3 110.6 111.2-110.6 111.3-110.5zm0 488.7l-111.3-110.6-111.2 110.6-111.3 110.5 111.3 110.6 111.2 110.5 111.3-110.5 111.3-110.6zm0 488.7l-111.3-110.6-111.2 110.6-111.3 110.6 111.3 110.5 111.2 110.6 111.3-110.6 111.3-110.5zm0 488.7l-111.3-110.6-111.3 110.6-111.3 110.5 111.3 110.6 111.3 110.5 111.3-110.5 111.3-110.6zm252.8-3310.2h-5.8l-2.9 2.9-117.1 116.3-117.2 116.4-5.8 5.8 5.8 5.8 117.2 116.4 117.1 116.3 5.8 5.9-5.8 5.8-117.1 116.3-117.2 116.4-5.8 5.8 5.8 5.8 117.2 116.4 117.1 116.3 5.8 5.8-5.8 5.8-117.1 116.4-117.2 116.4-5.8 5.8 5.8 5.8 117.2 116.3 117.1 116.4 5.8 5.8-5.8 5.8-117.1 116.4-117.2 116.4-5.8 5.8 5.8 5.8 117.2 116.3 117.1 116.4 5.8 5.8-5.8 5.8-117.1 116.4-117.2 116.4-5.8 5.8 5.8 5.8 117.2 116.3 117.1 116.4 5.8 5.8-5.8 5.8-117.1 116.4-117.2 116.3-5.8 5.8 5.8 5.8 117.2 116.4 117.1 116.4 5.8 5.8-5.8 5.8-117.1 116.4-117.2 116.3-5.8 5.8 5.8 5.8 117.2 116.4 117.1 116.4 5.8 5.8-5.8 5.8-117.1 116.3-117.2 116.4-5.8 5.8 5.8 5.8 117.2 116.4 117.1 116.4 5.8 5.8-5.8 5.8-41.6 41.3h23.4l24-23.9 24.1 23.9h23.3l-41.5-41.3-5.9-5.8 5.9-5.8 117.1-116.4 117.1-116.4 5.8-5.8-5.8-5.8-117.1-116.4-117.1-116.3-5.9-5.8 5.9-5.8 117.1-116.4 117.1-116.4 5.8-5.8-5.8-5.8-117.1-116.3-117.1-116.4-5.9-5.8 5.9-5.8 117.1-116.4 117.1-116.4 5.8-5.8-5.8-5.8-117.1-116.3-117.1-116.4-5.9-5.8 5.9-5.8 117.1-116.4 117.1-116.3 5.8-5.8-5.8-5.8-117.1-116.4-117.1-116.4-5.9-5.8 5.9-5.8 117.1-116.4 117.1-116.3 5.8-5.8-5.8-5.8-117.1-116.4-117.1-116.4-5.9-5.8 5.9-5.8 117.1-116.4 117.1-116.3 5.8-5.8-5.8-5.8-117.1-116.4-117.1-116.4-5.9-5.8 5.9-5.8 117.1-116.3 117.1-116.4 5.8-5.8-5.8-5.8-117.1-116.4-117.1-116.3-5.9-5.8 5.9-5.9 117.1-116.3 117.1-116.4 5.8-5.8-5.8-5.8-117.1-116.4-117.1-116.3zm108.3 619.5l-111.3-110.5-111.2 110.5-111.3 110.6 111.3 110.6 111.2 110.5 111.3-110.5 111.3-110.6zm0 488.7l-111.3-110.6-111.3 110.6-111.2 110.5 111.2 110.6 111.3 110.6 111.3-110.6 111.3-110.6zm0 488.7l-111.3-110.5-111.3 110.5-111.3 110.6 111.3 110.6 111.3 110.5 111.3-110.5 111.3-110.6zm0 488.7l-111.3-110.6-111.3 110.6-111.3 110.5 111.3 110.6 111.3 110.6 111.3-110.6 111.2-110.6zm0 488.7l-111.2-110.5-111.3 110.5-111.3 110.6 111.3 110.6 111.3 110.5 111.2-110.5 111.3-110.6zm0 488.7l-111.3-110.6-111.2 110.6-111.3 110.5 111.3 110.6 111.2 110.6 111.3-110.6 111.3-110.6zm0 488.7l-111.3-110.5-111.2 110.5-111.3 110.6 111.3 110.5 111.2 110.6 111.3-110.6 111.3-110.5zm500.4-3551.7h-23.4l-111.3 110.6-111.3 110.5-111.2-110.5-111.3-110.6h-23.4l5.9 5.8 117.1 116.4 117.1 116.3 5.8 5.8-5.8 5.8-117.1 116.4-117.1 116.4-5.9 5.8 5.9 5.8 117.1 116.4 117.1 116.3 5.8 5.8-5.8 5.8-117.1 116.4-117.1 116.4-5.9 5.8 5.9 5.8 117.1 116.3 117.1 116.4 5.8 5.8-5.8 5.8-117.1 116.4-117.1 116.4-5.9 5.8 5.9 5.8 117.1 116.3 117.1 116.4 5.8 5.8-5.8 5.8-117.1 116.4-117.1 116.3-5.9 5.8 5.9 5.9 117.1 116.3 117.1 116.4 5.8 5.8-5.8 5.8-117.1 116.4-117.1 116.3-5.9 5.8 5.9 5.8 117.1 116.4 117.1 116.4 5.8 5.8-5.8 5.8-117.1 116.4-117.1 116.3-5.9 5.8 5.9 5.8 117.1 116.4 117.1 116.4 5.8 5.8-5.8 5.8-117.1 116.3-117.1 116.4-5.9 5.8 5.9 5.8 117.1 116.4 117.1 116.3 5.8 5.9-5.8 5.8-117.1 116.3-117.1 116.4-5.9 5.8 5.9 5.8 38.6 38.4h23.4l-44.5-44.2 111.3-110.6 111.2-110.5 111.3 110.5 111.3 110.6-44.5 44.2h23.4l38.6-38.4 5.9-5.8-5.9-5.8-117.1-116.4-117.1-116.3-5.9-5.8 5.9-5.9 117.1-116.3 117.1-116.4 5.9-5.8-5.9-5.8-117.1-116.4-117.1-116.3-5.9-5.8 5.9-5.8 117.1-116.4 117.1-116.4 5.9-5.8-5.9-5.8-117.1-116.3-117.1-116.4-5.9-5.8 5.9-5.8 117.1-116.4 117.1-116.4 5.9-5.8-5.9-5.8-117.1-116.3-117.1-116.4-5.9-5.8 5.9-5.8 117.1-116.4 117.1-116.3 5.9-5.9-5.9-5.8-117.1-116.3-117.1-116.4-5.9-5.8 5.9-5.8 117.1-116.4 117.1-116.3 5.9-5.8-5.9-5.8-117.1-116.4-117.1-116.4-5.9-5.8 5.9-5.8 117.1-116.4 117.1-116.3 5.9-5.8-5.9-5.8-117.1-116.4-117.1-116.4-5.9-5.8 5.9-5.8 117.1-116.3 117.1-116.4 5.9-5.8-5.9-5.8-117.1-116.4-117.1-116.4-5.9-5.8 5.9-5.8 117.1-116.3 117.1-116.4zm-134.6 866.8l-111.3-110.6-111.3 110.6-111.3 110.6 111.3 110.5 111.3 110.6 111.3-110.6 111.3-110.5zm0 488.7l-111.3-110.6-111.3 110.6-111.3 110.5 111.3 110.6 111.3 110.6 111.3-110.6 111.2-110.6zm0 488.7l-111.2-110.6-111.3 110.6-111.3 110.6 111.3 110.5 111.3 110.6 111.2-110.6 111.3-110.5zm0 488.7l-111.3-110.6-111.2 110.6-111.3 110.5 111.3 110.6 111.2 110.5 111.3-110.5 111.3-110.6zm0 488.7l-111.3-110.6-111.2 110.6-111.3 110.6 111.3 110.5 111.2 110.6 111.3-110.6 111.3-110.5zm0 488.7l-111.3-110.6-111.3 110.6-111.2 110.5 111.2 110.6 111.3 110.5 111.3-110.5 111.3-110.6zm252.9-3310.2h-5.9l-2.9 2.9-117.1 116.3-117.2 116.4-5.8 5.8 5.8 5.8 117.2 116.4 117.1 116.3 5.8 5.9-5.8 5.8-117.1 116.3-117.2 116.4-5.8 5.8 5.8 5.8 117.2 116.4 117.1 116.3 5.8 5.8-5.8 5.8-117.1 116.4-117.2 116.4-5.8 5.8 5.8 5.8 117.2 116.4 117.1 116.3 5.8 5.8-5.8 5.8-117.1 116.4-117.2 116.4-5.8 5.8 5.8 5.8 117.2 116.3 117.1 116.4 5.8 5.8-5.8 5.8-117.1 116.4-117.2 116.4-5.8 5.8 5.8 5.8 117.2 116.3 117.1 116.4 5.8 5.8-5.8 5.8-117.1 116.4-117.2 116.3-5.8 5.8 5.8 5.8 117.2 116.4 117.1 116.4 5.8 5.8-5.8 5.8-117.1 116.4-117.2 116.3-5.8 5.8 5.8 5.8 117.2 116.4 117.1 116.4 5.8 5.8-5.8 5.8-117.1 116.4-117.2 116.3-5.8 5.8 5.8 5.8 117.2 116.4 117.1 116.4 5.8 5.8-5.8 5.8-41.6 41.3h23.4l24-23.9 24.1 23.9h23.3l-41.5-41.3-5.9-5.8 5.9-5.8 117.1-116.4 117.1-116.4 5.9-5.8-5.9-5.8-117.1-116.3-117.1-116.4-5.9-5.8 5.9-5.8 117.1-116.4 117.1-116.4 5.9-5.8-5.9-5.8-117.1-116.3-117.1-116.4-5.9-5.8 5.9-5.8 117.1-116.4 117.1-116.4 5.9-5.8-5.9-5.8-117.1-116.3-117.1-116.4-5.9-5.8 5.9-5.8 117.1-116.4 117.1-116.3 5.9-5.8-5.9-5.8-117.1-116.4-117.1-116.4-5.9-5.8 5.9-5.8 117.1-116.4 117.1-116.3 5.9-5.8-5.9-5.8-117.1-116.4-117.1-116.4-5.9-5.8 5.9-5.8 117.1-116.3 117.1-116.4 5.9-5.8-5.9-5.8-117.1-116.4-117.1-116.4-5.9-5.8 5.9-5.8 117.1-116.3 117.1-116.4 5.9-5.8-5.9-5.8-117.1-116.4-117.1-116.3-5.9-5.8 5.9-5.9 117.1-116.3 117.1-116.4 5.9-5.8-5.9-5.8-117.1-116.4-117.1-116.3zm108.3 619.5l-111.2-110.5-111.3 110.5-111.3 110.6 111.3 110.6 111.3 110.5 111.2-110.5 111.3-110.6zm0 488.7l-111.3-110.6-111.2 110.6-111.3 110.5 111.3 110.6 111.2 110.6 111.3-110.6 111.3-110.6zm0 488.7l-111.3-110.5-111.3 110.5-111.2 110.6 111.2 110.6 111.3 110.5 111.3-110.5 111.3-110.6zm0 488.7l-111.3-110.6-111.3 110.6-111.3 110.5 111.3 110.6 111.3 110.6 111.3-110.6 111.3-110.6zm0 488.7l-111.3-110.5-111.3 110.5-111.3 110.6 111.3 110.6 111.3 110.5 111.3-110.5 111.2-110.6zm0 488.7l-111.2-110.6-111.3 110.6-111.3 110.5 111.3 110.6 111.3 110.6 111.2-110.6 111.3-110.6zm0 488.7l-111.2-110.5-111.3 110.5-111.3 110.6 111.3 110.5 111.3 110.6 111.2-110.6 111.3-110.5zm500.4-3551.7h-23.4l-111.3 110.6-111.2 110.5-111.3-110.5-111.3-110.6h-23.4l5.9 5.8 117.1 116.4 117.1 116.3 5.9 5.8-5.9 5.9-117.1 116.3-117.1 116.4-5.9 5.8 5.9 5.8 117.1 116.4 117.1 116.3 5.9 5.8-5.9 5.8-117.1 116.4-117.1 116.4-5.9 5.8 5.9 5.8 117.1 116.3 117.1 116.4 5.9 5.8-5.9 5.8-117.1 116.4-117.1 116.4-5.9 5.8 5.9 5.8 117.1 116.3 117.1 116.4 5.9 5.8-5.9 5.8-117.1 116.4-117.1 116.3-5.9 5.9 5.9 5.8 117.1 116.3 117.1 116.4 5.9 5.8-5.9 5.8-117.1 116.4-117.1 116.3-5.9 5.8 5.9 5.8 117.1 116.4 117.1 116.4 5.9 5.8-5.9 5.8-117.1 116.4-117.1 116.3-5.9 5.8 5.9 5.8 117.1 116.4 117.1 116.4 5.9 5.8-5.9 5.8-117.1 116.3-117.1 116.4-5.9 5.8 5.9 5.8 117.1 116.4 117.1 116.3 5.9 5.9-5.9 5.8-117.1 116.3-117.1 116.4-5.9 5.8 5.9 5.8 38.6 38.4h23.4l-44.5-44.2 111.3-110.6 111.3-110.5 111.2 110.5 111.3 110.6-44.5 44.2h23.4l38.6-38.4 5.9-5.8-5.9-5.8-117.1-116.4-117.1-116.3-5.8-5.8 5.8-5.9 117.1-116.3 117.1-116.4 5.9-5.8-5.9-5.8-117.1-116.4-117.1-116.3-5.8-5.8 5.8-5.8 117.1-116.4 117.1-116.4 5.9-5.8-5.9-5.8-117.1-116.3-117.1-116.4-5.8-5.8 5.8-5.8 117.1-116.4 117.1-116.4 5.9-5.8-5.9-5.8-117.1-116.3-117.1-116.4-5.8-5.8 5.8-5.8 117.1-116.4 117.1-116.3 5.9-5.8-5.9-5.9-117.1-116.3-117.1-116.4-5.8-5.8 5.8-5.8 117.1-116.4 117.1-116.3 5.9-5.8-5.9-5.8-117.1-116.4-117.1-116.4-5.8-5.8 5.8-5.8 117.1-116.4 117.1-116.3 5.9-5.8-5.9-5.8-117.1-116.4-117.1-116.4-5.8-5.8 5.8-5.8 117.1-116.3 117.1-116.4 5.9-5.8-5.9-5.8-117.1-116.4-117.1-116.3-5.8-5.9 5.8-5.8 117.1-116.3 117.1-116.4zm-134.6 866.8l-111.3-110.5-111.3 110.5-111.2 110.6 111.2 110.5 111.3 110.6 111.3-110.6 111.3-110.5zm0 488.7l-111.3-110.6-111.3 110.6-111.3 110.5 111.3 110.6 111.3 110.6 111.3-110.6 111.3-110.6zm0 488.7l-111.3-110.6-111.3 110.6-111.3 110.6 111.3 110.5 111.3 110.6 111.3-110.6 111.3-110.5zm0 488.7l-111.3-110.6-111.3 110.6-111.3 110.5 111.3 110.6 111.3 110.6 111.3-110.6 111.2-110.6zm0 488.7l-111.2-110.6-111.3 110.6-111.3 110.6 111.3 110.5 111.3 110.6 111.2-110.6 111.3-110.5zm0 488.7l-111.3-110.6-111.2 110.6-111.3 110.5 111.3 110.6 111.2 110.5 111.3-110.5 111.3-110.6zm252.9-3310.2h-5.9l-2.9 2.9-117.1 116.3-117.1 116.4-5.9 5.8 5.9 5.8 117.1 116.4 117.1 116.4 5.9 5.8-5.9 5.8-117.1 116.3-117.1 116.4-5.9 5.8 5.9 5.8 117.1 116.4 117.1 116.3 5.9 5.8-5.9 5.8-117.1 116.4-117.1 116.4-5.9 5.8 5.9 5.8 117.1 116.4 117.1 116.3 5.9 5.8-5.9 5.8-117.1 116.4-117.1 116.4-5.9 5.8 5.9 5.8 117.1 116.3 117.1 116.4 5.9 5.8-5.9 5.8-117.1 116.4-117.1 116.4-5.9 5.8 5.9 5.8 117.1 116.3 117.1 116.4 5.9 5.8-5.9 5.8-117.1 116.4-117.1 116.3-5.9 5.8 5.9 5.8 117.1 116.4 117.1 116.4 5.9 5.8-5.9 5.8-117.1 116.4-117.1 116.3-5.9 5.8 5.9 5.8 117.1 116.4 117.1 116.4 5.9 5.8-5.9 5.8-117.1 116.4-117.1 116.3-5.9 5.8 5.9 5.8 117.1 116.4 117.1 116.4 5.9 5.8-5.9 5.8-41.5 41.3h23.3l24.1-23.9 24 23.9h23.4l-41.6-41.3-5.8-5.8 5.8-5.8 117.1-116.4 117.1-116.4 5.9-5.8-5.9-5.8-117.1-116.3-117.1-116.4-5.8-5.8 5.8-5.8 117.1-116.4 117.1-116.4 5.9-5.8-5.9-5.8-117.1-116.3-117.1-116.4-5.8-5.8 5.8-5.8 117.1-116.4 117.1-116.4 5.9-5.8-5.9-5.8-117.1-116.3-117.1-116.4-5.8-5.8 5.8-5.8 117.1-116.4 117.1-116.3 5.9-5.8-5.9-5.8-117.1-116.4-117.1-116.4-5.8-5.8 5.8-5.8 117.1-116.4 117.1-116.3 5.9-5.8-5.9-5.8-117.1-116.4-117.1-116.4-5.8-5.8 5.8-5.8 117.1-116.3 117.1-116.4 5.9-5.8-5.9-5.8-117.1-116.4-117.1-116.4-5.8-5.8 5.8-5.8 117.1-116.3 117.1-116.4 5.9-5.8-5.9-5.8-117.1-116.4-117.1-116.3-5.8-5.8 5.8-5.8 117.1-116.4 117.1-116.4 5.9-5.8-5.9-5.8-117.1-116.4-117.1-116.3zm108.4 619.5l-111.3-110.5-111.3 110.5-111.3 110.6 111.3 110.6 111.3 110.5 111.3-110.5 111.2-110.6zm0 488.7l-111.2-110.6-111.3 110.6-111.3 110.5 111.3 110.6 111.3 110.6 111.2-110.6 111.3-110.6zm0 488.7l-111.3-110.5-111.2 110.5-111.3 110.6 111.3 110.6 111.2 110.5 111.3-110.5 111.3-110.6zm0 488.7l-111.3-110.6-111.2 110.6-111.3 110.5 111.3 110.6 111.2 110.6 111.3-110.6 111.3-110.6zm0 488.7l-111.3-110.5-111.3 110.5-111.2 110.6 111.2 110.6 111.3 110.5 111.3-110.5 111.3-110.6zm0 488.7l-111.3-110.6-111.3 110.6-111.3 110.5 111.3 110.6 111.3 110.6 111.3-110.6 111.3-110.6zm0 488.7l-111.3-110.5-111.3 110.5-111.3 110.6 111.3 110.6 111.3 110.5 111.3-110.5 111.2-110.6zm500.4-3551.7h-23.3l-111.3 110.6-111.3 110.5-111.3-110.5-111.3-110.6h-23.3l5.8 5.8 117.1 116.4 117.2 116.3 5.8 5.9-5.8 5.8-117.2 116.3-117.1 116.4-5.8 5.8 5.8 5.8 117.1 116.4 117.2 116.3 5.8 5.8-5.8 5.8-117.2 116.4-117.1 116.4-5.8 5.8 5.8 5.8 117.1 116.3 117.2 116.4 5.8 5.8-5.8 5.8-117.2 116.4-117.1 116.4-5.8 5.8 5.8 5.8 117.1 116.3 117.2 116.4 5.8 5.8-5.8 5.8-117.2 116.4-117.1 116.4-5.8 5.8 5.8 5.8 117.1 116.3 117.2 116.4 5.8 5.8-5.8 5.8-117.2 116.4-117.1 116.3-5.8 5.8 5.8 5.8 117.1 116.4 117.2 116.4 5.8 5.8-5.8 5.8-117.2 116.4-117.1 116.3-5.8 5.8 5.8 5.8 117.1 116.4 117.2 116.4 5.8 5.8-5.8 5.8-117.2 116.3-117.1 116.4-5.8 5.8 5.8 5.8 117.1 116.4 117.2 116.3 5.8 5.9-5.8 5.8-117.2 116.3-117.1 116.4-5.8 5.8 5.8 5.8 38.6 38.4h23.4l-44.5-44.2 111.3-110.6 111.3-110.5 111.3 110.5 111.3 110.6-44.5 44.2h23.3l38.7-38.4 5.8-5.8-5.8-5.8-117.2-116.4-117.1-116.3-5.8-5.8 5.8-5.9 117.1-116.3 117.2-116.4 5.8-5.8-5.8-5.8-117.2-116.4-117.1-116.3-5.8-5.8 5.8-5.8 117.1-116.4 117.2-116.4 5.8-5.8-5.8-5.8-117.2-116.3-117.1-116.4-5.8-5.8 5.8-5.8 117.1-116.4 117.2-116.4 5.8-5.8-5.8-5.8-117.2-116.3-117.1-116.4-5.8-5.8 5.8-5.8 117.1-116.4 117.2-116.3 5.8-5.8-5.8-5.8-117.2-116.4-117.1-116.4-5.8-5.8 5.8-5.8 117.1-116.4 117.2-116.3 5.8-5.8-5.8-5.8-117.2-116.4-117.1-116.4-5.8-5.8 5.8-5.8 117.1-116.4 117.2-116.3 5.8-5.8-5.8-5.8-117.2-116.4-117.1-116.4-5.8-5.8 5.8-5.8 117.1-116.3 117.2-116.4 5.8-5.8-5.8-5.8-117.2-116.4-117.1-116.3-5.8-5.8 5.8-5.9 117.1-116.3 117.2-116.4zm-134.7 866.8l-111.2-110.5-111.3 110.5-111.3 110.6 111.3 110.5 111.3 110.6 111.2-110.6 111.3-110.5zm0 488.7l-111.3-110.6-111.2 110.6-111.3 110.5 111.3 110.6 111.2 110.6 111.3-110.6 111.3-110.6zm0 488.7l-111.3-110.6-111.3 110.6-111.2 110.6 111.2 110.5 111.3 110.6 111.3-110.6 111.3-110.5zm0 488.7l-111.3-110.6-111.3 110.6-111.3 110.5 111.3 110.6 111.3 110.6 111.3-110.6 111.3-110.6zm0 488.7l-111.3-110.6-111.3 110.6-111.3 110.6 111.3 110.5 111.3 110.6 111.3-110.6 111.3-110.5zm0 488.7l-111.3-110.6-111.3 110.6-111.3 110.5 111.3 110.6 111.3 110.6 111.3-110.6 111.2-110.6zm252.9-3310.2h-5.8l-3 2.9-117.1 116.3-117.1 116.4-5.8 5.8 5.8 5.8 117.1 116.4 117.1 116.4 5.9 5.8-5.9 5.8-117.1 116.3-117.1 116.4-5.8 5.8 5.8 5.8 117.1 116.4 117.1 116.3 5.9 5.8-5.9 5.9-117.1 116.3-117.1 116.4-5.8 5.8 5.8 5.8 117.1 116.4 117.1 116.3 5.9 5.8-5.9 5.8-117.1 116.4-117.1 116.4-5.8 5.8 5.8 5.8 117.1 116.3 117.1 116.4 5.9 5.8-5.9 5.8-117.1 116.4-117.1 116.4-5.8 5.8 5.8 5.8 117.1 116.3 117.1 116.4 5.9 5.8-5.9 5.8-117.1 116.4-117.1 116.3-5.8 5.9 5.8 5.8 117.1 116.3 117.1 116.4 5.9 5.8-5.9 5.8-117.1 116.4-117.1 116.3-5.8 5.8 5.8 5.8 117.1 116.4 117.1 116.4 5.9 5.8-5.9 5.8-117.1 116.4-117.1 116.3-5.8 5.8 5.8 5.8 117.1 116.4 117.1 116.4 5.9 5.8-5.9 5.8-41.5 41.3h23.4l24-23.9 24 23.9h23.4l-41.6-41.3-5.8-5.8 5.8-5.8 117.1-116.4 117.2-116.4 5.8-5.8-5.8-5.8-117.2-116.3-117.1-116.4-5.8-5.8 5.8-5.8 117.1-116.4 117.2-116.4 5.8-5.8-5.8-5.8-117.2-116.3-117.1-116.4-5.8-5.8 5.8-5.8 117.1-116.4 117.2-116.3 5.8-5.8-5.8-5.9-117.2-116.3-117.1-116.4-5.8-5.8 5.8-5.8 117.1-116.4 117.2-116.3 5.8-5.8-5.8-5.8-117.2-116.4-117.1-116.4-5.8-5.8 5.8-5.8 117.1-116.4 117.2-116.3 5.8-5.8-5.8-5.8-117.2-116.4-117.1-116.4-5.8-5.8 5.8-5.8 117.1-116.3 117.2-116.4 5.8-5.8-5.8-5.8-117.2-116.4-117.1-116.3-5.8-5.9 5.8-5.8 117.1-116.3 117.2-116.4 5.8-5.8-5.8-5.8-117.2-116.4-117.1-116.3-5.8-5.8 5.8-5.8 117.1-116.4 117.2-116.4 5.8-5.8-5.8-5.8-117.2-116.4-117.1-116.3zm108.4 619.5l-111.3-110.5-111.3 110.5-111.3 110.6 111.3 110.6 111.3 110.5 111.3-110.5 111.3-110.6zm0 488.7l-111.3-110.6-111.3 110.6-111.3 110.6 111.3 110.5 111.3 110.6 111.3-110.6 111.3-110.5zm0 488.6l-111.3-110.5-111.3 110.5-111.3 110.6 111.3 110.6 111.3 110.5 111.3-110.5 111.2-110.6zm0 488.7l-111.2-110.6-111.3 110.6-111.3 110.5 111.3 110.6 111.3 110.6 111.2-110.6 111.3-110.6zm0 488.7l-111.3-110.5-111.2 110.5-111.3 110.6 111.3 110.6 111.2 110.5 111.3-110.5 111.3-110.6zm0 488.7l-111.3-110.6-111.2 110.6-111.3 110.5 111.3 110.6 111.2 110.6 111.3-110.6 111.3-110.6zm0 488.7l-111.3-110.5-111.3 110.5-111.2 110.6 111.2 110.6 111.3 110.5 111.3-110.5 111.3-110.6zm500.3-3551.7h-23.3l-111.3 110.6-111.3 110.5-111.3-110.5-111.2-110.6h-23.4l5.8 5.8 117.2 116.4 117.1 116.3 5.8 5.9-5.8 5.8-117.1 116.3-117.2 116.4-5.8 5.8 5.8 5.8 117.2 116.4 117.1 116.3 5.8 5.8-5.8 5.8-117.1 116.4-117.2 116.4-5.8 5.8 5.8 5.8 117.2 116.3 117.1 116.4 5.8 5.8-5.8 5.8-117.1 116.4-117.2 116.4-5.8 5.8 5.8 5.8 117.2 116.3 117.1 116.4 5.8 5.8-5.8 5.8-117.1 116.4-117.2 116.4-5.8 5.8 5.8 5.8 117.2 116.3 117.1 116.4 5.8 5.8-5.8 5.8-117.1 116.4-117.2 116.3-5.8 5.8 5.8 5.8 117.2 116.4 117.1 116.4 5.8 5.8-5.8 5.8-117.1 116.4-117.2 116.3-5.8 5.8 5.8 5.8 117.2 116.4 117.1 116.4 5.8 5.8-5.8 5.8-117.1 116.4-117.2 116.3-5.8 5.8 5.8 5.8 117.2 116.4 117.1 116.4 5.8 5.8-5.8 5.8-117.1 116.3-117.2 116.4-5.8 5.8 5.8 5.8 38.7 38.4h23.3l-44.4-44.2 111.2-110.6 111.3-110.5 111.3 110.5 111.3 110.6-44.5 44.2h23.4l38.6-38.4 5.8-5.8-5.8-5.8-117.1-116.4-117.1-116.3-5.9-5.8 5.9-5.8 117.1-116.4 117.1-116.4 5.8-5.8-5.8-5.8-117.1-116.3-117.1-116.4-5.9-5.8 5.9-5.8 117.1-116.4 117.1-116.4 5.8-5.8-5.8-5.8-117.1-116.3-117.1-116.4-5.9-5.8 5.9-5.8 117.1-116.4 117.1-116.4 5.8-5.8-5.8-5.8-117.1-116.3-117.1-116.4-5.9-5.8 5.9-5.8 117.1-116.4 117.1-116.3 5.8-5.8-5.8-5.8-117.1-116.4-117.1-116.4-5.9-5.8 5.9-5.8 117.1-116.4 117.1-116.3 5.8-5.8-5.8-5.8-117.1-116.4-117.1-116.4-5.9-5.8 5.9-5.8 117.1-116.4 117.1-116.3 5.8-5.8-5.8-5.8-117.1-116.4-117.1-116.4-5.9-5.8 5.9-5.8 117.1-116.3 117.1-116.4 5.8-5.8-5.8-5.8-117.1-116.4-117.1-116.3-5.9-5.8 5.9-5.9 117.1-116.3 117.1-116.4zm-134.6 866.8l-111.3-110.5-111.3 110.5-111.3 110.6 111.3 110.5 111.3 110.6 111.3-110.6 111.2-110.5zm0 488.7l-111.2-110.6-111.3 110.6-111.3 110.5 111.3 110.6 111.3 110.6 111.2-110.6 111.3-110.6zm0 488.7l-111.3-110.5-111.2 110.5-111.3 110.6 111.3 110.5 111.2 110.6 111.3-110.6 111.3-110.5zm0 488.7l-111.3-110.6-111.3 110.6-111.2 110.5 111.2 110.6 111.3 110.6 111.3-110.6 111.3-110.6zm0 488.7l-111.3-110.6-111.3 110.6-111.3 110.6 111.3 110.5 111.3 110.6 111.3-110.6 111.3-110.5zm0 488.7l-111.3-110.6-111.3 110.6-111.3 110.5 111.3 110.6 111.3 110.6 111.3-110.6 111.2-110.6zm252.9-3310.2h-5.8l-2.9 2.9-117.2 116.4-117.1 116.3-5.8 5.8 5.8 5.8 117.1 116.4 117.2 116.4 5.8 5.8-5.8 5.8-117.2 116.3-117.1 116.4-5.8 5.8 5.8 5.8 117.1 116.4 117.2 116.3 5.8 5.9-5.8 5.8-117.2 116.3-117.1 116.4-5.8 5.8 5.8 5.8 117.1 116.4 117.2 116.3 5.8 5.8-5.8 5.8-117.2 116.4-117.1 116.4-5.8 5.8 5.8 5.8 117.1 116.3 117.2 116.4 5.8 5.8-5.8 5.8-117.2 116.4-117.1 116.4-5.8 5.8 5.8 5.8 117.1 116.3 117.2 116.4 5.8 5.8-5.8 5.8-117.2 116.4-117.1 116.3-5.8 5.9 5.8 5.8 117.1 116.3 117.2 116.4 5.8 5.8-5.8 5.8-117.2 116.4-117.1 116.3-5.8 5.8 5.8 5.8 117.1 116.4 117.2 116.4 5.8 5.8-5.8 5.8-117.2 116.4-117.1 116.3-5.8 5.8 5.8 5.8 117.1 116.4 117.2 116.4 5.8 5.8-5.8 5.8-41.6 41.3h23.4l24-23.9 24 23.9h23.4l-41.6-41.3-5.8-5.8 5.8-5.8 117.2-116.4 117.1-116.4 5.8-5.8-5.8-5.8-117.1-116.3-117.2-116.4-5.8-5.8 5.8-5.8 117.2-116.4 117.1-116.4 5.8-5.8-5.8-5.8-117.1-116.3-117.2-116.4-5.8-5.8 5.8-5.8 117.2-116.4 117.1-116.3 5.8-5.8-5.8-5.9-117.1-116.3-117.2-116.4-5.8-5.8 5.8-5.8 117.2-116.4 117.1-116.3 5.8-5.8-5.8-5.8-117.1-116.4-117.2-116.4-5.8-5.8 5.8-5.8 117.2-116.4 117.1-116.3 5.8-5.8-5.8-5.8-117.1-116.4-117.2-116.4-5.8-5.8 5.8-5.8 117.2-116.3 117.1-116.4 5.8-5.8-5.8-5.8-117.1-116.4-117.2-116.3-5.8-5.8 5.8-5.9 117.2-116.3 117.1-116.4 5.8-5.8-5.8-5.8-117.1-116.4-117.2-116.3-5.8-5.8 5.8-5.8 117.2-116.4 117.1-116.4 5.8-5.8-5.8-5.8-117.1-116.3-117.2-116.4zm108.4 619.5l-111.3-110.5-111.3 110.5-111.2 110.6 111.2 110.6 111.3 110.5 111.3-110.5 111.3-110.6zm0 488.7l-111.3-110.6-111.3 110.6-111.3 110.6 111.3 110.5 111.3 110.6 111.3-110.6 111.3-110.5zm0 488.6l-111.3-110.5-111.3 110.5-111.3 110.6 111.3 110.6 111.3 110.5 111.3-110.5 111.2-110.6zm0 488.7l-111.2-110.6-111.3 110.6-111.3 110.6 111.3 110.5 111.3 110.6 111.2-110.6 111.3-110.5zm0 488.6l-111.3-110.5-111.2 110.5-111.3 110.6 111.3 110.6 111.2 110.5 111.3-110.5 111.3-110.6zm0 488.7l-111.3-110.6-111.2 110.6-111.3 110.5 111.3 110.6 111.2 110.6 111.3-110.6 111.3-110.6zm0 488.7l-111.3-110.5-111.3 110.5-111.3 110.6 111.3 110.6 111.3 110.5 111.3-110.5 111.3-110.6zm500.3-3551.7h-23.3l-111.3 110.6-111.3 110.5-111.3-110.5-111.2-110.6h-23.4l5.8 5.8 117.2 116.4 117.1 116.3 5.8 5.9-5.8 5.8-117.1 116.3-117.2 116.4-5.8 5.8 5.8 5.8 117.2 116.4 117.1 116.3 5.8 5.8-5.8 5.8-117.1 116.4-117.2 116.4-5.8 5.8 5.8 5.8 117.2 116.4 117.1 116.3 5.8 5.8-5.8 5.8-117.1 116.4-117.2 116.4-5.8 5.8 5.8 5.8 117.2 116.3 117.1 116.4 5.8 5.8-5.8 5.8-117.1 116.4-117.2 116.4-5.8 5.8 5.8 5.8 117.2 116.3 117.1 116.4 5.8 5.8-5.8 5.8-117.1 116.4-117.2 116.3-5.8 5.8 5.8 5.8 117.2 116.4 117.1 116.4 5.8 5.8-5.8 5.8-117.1 116.4-117.2 116.3-5.8 5.8 5.8 5.8 117.2 116.4 117.1 116.4 5.8 5.8-5.8 5.8-117.1 116.4-117.2 116.3-5.8 5.8 5.8 5.8 117.2 116.4 117.1 116.4 5.8 5.8-5.8 5.8-117.1 116.3-117.2 116.4-5.8 5.8 5.8 5.8 38.7 38.4h23.3l-44.4-44.2 111.2-110.6 111.3-110.5 111.3 110.5 111.3 110.6-44.5 44.2h23.4l38.6-38.4 5.8-5.8-5.8-5.8-117.1-116.4-117.1-116.3-5.9-5.8 5.9-5.8 117.1-116.4 117.1-116.4 5.8-5.8-5.8-5.8-117.1-116.3-117.1-116.4-5.9-5.8 5.9-5.8 117.1-116.4 117.1-116.4 5.8-5.8-5.8-5.8-117.1-116.3-117.1-116.4-5.9-5.8 5.9-5.8 117.1-116.4 117.1-116.4 5.8-5.8-5.8-5.8-117.1-116.3-117.1-116.4-5.9-5.8 5.9-5.8 117.1-116.4 117.1-116.3 5.8-5.8-5.8-5.8-117.1-116.4-117.1-116.4-5.9-5.8 5.9-5.8 117.1-116.4 117.1-116.3 5.8-5.8-5.8-5.8-117.1-116.4-117.1-116.4-5.9-5.8 5.9-5.8 117.1-116.3 117.1-116.4 5.8-5.8-5.8-5.8-117.1-116.4-117.1-116.4-5.9-5.8 5.9-5.8 117.1-116.3 117.1-116.4 5.8-5.8-5.8-5.8-117.1-116.4-117.1-116.3-5.9-5.8 5.9-5.9 117.1-116.3 117.1-116.4zm-134.6 866.8l-111.3-110.5-111.3 110.5-111.3 110.6 111.3 110.5 111.3 110.6 111.3-110.6 111.2-110.5zm0 488.7l-111.2-110.6-111.3 110.6-111.3 110.5 111.3 110.6 111.3 110.6 111.2-110.6 111.3-110.6zm0 488.7l-111.3-110.5-111.2 110.5-111.3 110.6 111.3 110.5 111.2 110.6 111.3-110.6 111.3-110.5zm0 488.7l-111.3-110.6-111.2 110.6-111.3 110.5 111.3 110.6 111.2 110.6 111.3-110.6 111.3-110.6zm0 488.7l-111.3-110.5-111.3 110.5-111.2 110.6 111.2 110.5 111.3 110.6 111.3-110.6 111.3-110.5zm0 488.7l-111.3-110.6-111.3 110.6-111.3 110.5 111.3 110.6 111.3 110.6 111.3-110.6 111.3-110.6zm252.8-3310.2h-5.8l-2.9 2.9-117.1 116.4-117.2 116.3-5.8 5.8 5.8 5.8 117.2 116.4 117.1 116.4 5.8 5.8-5.8 5.8-117.1 116.3-117.2 116.4-5.8 5.8 5.8 5.8 117.2 116.4 117.1 116.3 5.8 5.9-5.8 5.8-117.1 116.3-117.2 116.4-5.8 5.8 5.8 5.8 117.2 116.4 117.1 116.3 5.8 5.8-5.8 5.8-117.1 116.4-117.2 116.4-5.8 5.8 5.8 5.8 117.2 116.3 117.1 116.4 5.8 5.8-5.8 5.8-117.1 116.4-117.2 116.4-5.8 5.8 5.8 5.8 117.2 116.3 117.1 116.4 5.8 5.8-5.8 5.8-117.1 116.4-117.2 116.4-5.8 5.8 5.8 5.8 117.2 116.3 117.1 116.4 5.8 5.8-5.8 5.8-117.1 116.4-117.2 116.3-5.8 5.8 5.8 5.8 117.2 116.4 117.1 116.4 5.8 5.8-5.8 5.8-117.1 116.4-117.2 116.3-5.8 5.8 5.8 5.8 117.2 116.4 117.1 116.4 5.8 5.8-5.8 5.8-41.6 41.3h23.4l24-23.9 24 23.9h23.4l-41.6-41.3-5.8-5.8 5.8-5.8 117.2-116.4 117.1-116.4 5.8-5.8-5.8-5.8-117.1-116.3-117.2-116.4-5.8-5.8 5.8-5.8 117.2-116.4 117.1-116.4 5.8-5.8-5.8-5.8-117.1-116.3-117.2-116.4-5.8-5.8 5.8-5.8 117.2-116.4 117.1-116.3 5.8-5.8-5.8-5.8-117.1-116.4-117.2-116.4-5.8-5.8 5.8-5.8 117.2-116.4 117.1-116.3 5.8-5.8-5.8-5.8-117.1-116.4-117.2-116.4-5.8-5.8 5.8-5.8 117.2-116.4 117.1-116.3 5.8-5.8-5.8-5.8-117.1-116.4-117.2-116.4-5.8-5.8 5.8-5.8 117.2-116.3 117.1-116.4 5.8-5.8-5.8-5.8-117.1-116.4-117.2-116.3-5.8-5.8 5.8-5.9 117.2-116.3 117.1-116.4 5.8-5.8-5.8-5.8-117.1-116.4-117.2-116.3-5.8-5.8 5.8-5.8 117.2-116.4 117.1-116.4 5.8-5.8-5.8-5.8-117.1-116.3-117.2-116.4zm108.4 619.5l-111.3-110.5-111.2 110.5-111.3 110.6 111.3 110.6 111.2 110.5 111.3-110.5 111.3-110.6zm0 488.7l-111.3-110.6-111.3 110.6-111.2 110.6 111.2 110.5 111.3 110.6 111.3-110.6 111.3-110.5zm0 488.6l-111.3-110.5-111.3 110.5-111.3 110.6 111.3 110.6 111.3 110.5 111.3-110.5 111.3-110.6zm0 488.7l-111.3-110.6-111.3 110.6-111.3 110.6 111.3 110.5 111.3 110.6 111.3-110.6 111.2-110.5zm0 488.6l-111.2-110.5-111.3 110.5-111.3 110.6 111.3 110.6 111.3 110.5 111.2-110.5 111.3-110.6zm0 488.7l-111.3-110.6-111.2 110.6-111.3 110.6 111.3 110.5 111.2 110.6 111.3-110.6 111.3-110.5zm0 488.6l-111.3-110.5-111.2 110.5-111.3 110.6 111.3 110.6 111.2 110.5 111.3-110.5 111.3-110.6zm500.4-3551.7h-23.4l-111.3 110.6-111.3 110.5-111.2-110.5-111.3-110.6h-23.4l5.9 5.8 117.1 116.4 117.1 116.4 5.8 5.8-5.8 5.8-117.1 116.3-117.1 116.4-5.9 5.8 5.9 5.8 117.1 116.4 117.1 116.3 5.8 5.8-5.8 5.9-117.1 116.3-117.1 116.4-5.9 5.8 5.9 5.8 117.1 116.4 117.1 116.3 5.8 5.8-5.8 5.8-117.1 116.4-117.1 116.4-5.9 5.8 5.9 5.8 117.1 116.3 117.1 116.4 5.8 5.8-5.8 5.8-117.1 116.4-117.1 116.4-5.9 5.8 5.9 5.8 117.1 116.3 117.1 116.4 5.8 5.8-5.8 5.8-117.1 116.4-117.1 116.3-5.9 5.8 5.9 5.8 117.1 116.4 117.1 116.4 5.8 5.8-5.8 5.8-117.1 116.4-117.1 116.3-5.9 5.8 5.9 5.8 117.1 116.4 117.1 116.4 5.8 5.8-5.8 5.8-117.1 116.4-117.1 116.3-5.9 5.8 5.9 5.8 117.1 116.4 117.1 116.4 5.8 5.8-5.8 5.8-117.1 116.3-117.1 116.4-5.9 5.8 5.9 5.8 38.6 38.4h23.4l-44.5-44.2 111.3-110.6 111.2-110.5 111.3 110.5 111.3 110.6-44.5 44.2h23.4l38.6-38.4 5.9-5.8-5.9-5.8-117.1-116.4-117.1-116.3-5.9-5.8 5.9-5.8 117.1-116.4 117.1-116.4 5.9-5.8-5.9-5.8-117.1-116.3-117.1-116.4-5.9-5.8 5.9-5.8 117.1-116.4 117.1-116.4 5.9-5.8-5.9-5.8-117.1-116.3-117.1-116.4-5.9-5.8 5.9-5.8 117.1-116.4 117.1-116.4 5.9-5.8-5.9-5.8-117.1-116.3-117.1-116.4-5.9-5.8 5.9-5.8 117.1-116.4 117.1-116.3 5.9-5.8-5.9-5.8-117.1-116.4-117.1-116.4-5.9-5.8 5.9-5.8 117.1-116.4 117.1-116.3 5.9-5.8-5.9-5.8-117.1-116.4-117.1-116.4-5.9-5.8 5.9-5.8 117.1-116.3 117.1-116.4 5.9-5.8-5.9-5.8-117.1-116.4-117.1-116.3-5.9-5.9 5.9-5.8 117.1-116.3 117.1-116.4 5.9-5.8-5.9-5.8-117.1-116.4-117.1-116.3-5.9-5.8 5.9-5.8 117.1-116.4 117.1-116.4zm-134.6 866.8l-111.3-110.5-111.3 110.5-111.3 110.6 111.3 110.6 111.3 110.5 111.3-110.5 111.3-110.6zm0 488.7l-111.3-110.6-111.3 110.6-111.3 110.5 111.3 110.6 111.3 110.6 111.3-110.6 111.2-110.6zm0 488.7l-111.2-110.5-111.3 110.5-111.3 110.6 111.3 110.5 111.3 110.6 111.2-110.6 111.3-110.5zm0 488.7l-111.2-110.6-111.3 110.6-111.3 110.5 111.3 110.6 111.3 110.6 111.2-110.6 111.3-110.6zm0 488.7l-111.3-110.5-111.2 110.5-111.3 110.6 111.3 110.5 111.2 110.6 111.3-110.6 111.3-110.5zm0 488.7l-111.3-110.6-111.3 110.6-111.2 110.5 111.2 110.6 111.3 110.6 111.3-110.6 111.3-110.6zm252.9-3310.2h-5.9l-2.9 2.9-117.1 116.4-117.1 116.3-5.9 5.8 5.9 5.8 117.1 116.4 117.1 116.4 5.8 5.8-5.8 5.8-117.1 116.3-117.1 116.4-5.9 5.8 5.9 5.8 117.1 116.4 117.1 116.3 5.8 5.9-5.8 5.8-117.1 116.3-117.1 116.4-5.9 5.8 5.9 5.8 117.1 116.4 117.1 116.3 5.8 5.8-5.8 5.8-117.1 116.4-117.1 116.4-5.9 5.8 5.9 5.8 117.1 116.4 117.1 116.3 5.8 5.8-5.8 5.8-117.1 116.4-117.1 116.4-5.9 5.8 5.9 5.8 117.1 116.3 117.1 116.4 5.8 5.8-5.8 5.8-117.1 116.4-117.1 116.4-5.9 5.8 5.9 5.8 117.1 116.3 117.1 116.4 5.8 5.8-5.8 5.8-117.1 116.4-117.1 116.3-5.9 5.8 5.9 5.8 117.1 116.4 117.1 116.4 5.8 5.8-5.8 5.8-117.1 116.4-117.1 116.3-5.9 5.8 5.9 5.8 117.1 116.4 117.1 116.4 5.8 5.8-5.8 5.8-41.6 41.3h23.4l24-23.9 24.1 23.9h23.3l-41.5-41.3-5.9-5.8 5.9-5.8 117.1-116.4 117.1-116.4 5.9-5.8-5.9-5.8-117.1-116.3-117.1-116.4-5.9-5.8 5.9-5.8 117.1-116.4 117.1-116.4 5.9-5.8-5.9-5.8-117.1-116.3-117.1-116.4-5.9-5.8 5.9-5.8 117.1-116.4 117.1-116.3 5.9-5.8-5.9-5.8-117.1-116.4-117.1-116.4-5.9-5.8 5.9-5.8 117.1-116.4 117.1-116.3 5.9-5.8-5.9-5.8-117.1-116.4-117.1-116.4-5.9-5.8 5.9-5.8 117.1-116.3 117.1-116.4 5.9-5.8-5.9-5.8-117.1-116.4-117.1-116.4-5.9-5.8 5.9-5.8 117.1-116.3 117.1-116.4 5.9-5.8-5.9-5.8-117.1-116.4-117.1-116.3-5.9-5.8 5.9-5.9 117.1-116.3 117.1-116.4 5.9-5.8-5.9-5.8-117.1-116.4-117.1-116.3-5.9-5.8 5.9-5.8 117.1-116.4 117.1-116.4 5.9-5.8-5.9-5.8-117.1-116.3-117.1-116.4zm108.3 619.6l-111.2-110.6-111.3 110.6-111.3 110.5 111.3 110.6 111.3 110.5 111.2-110.5 111.3-110.6zm0 488.7l-111.3-110.6-111.2 110.6-111.3 110.6 111.3 110.5 111.2 110.6 111.3-110.6 111.3-110.5zm0 488.6l-111.3-110.5-111.3 110.5-111.2 110.6 111.2 110.6 111.3 110.5 111.3-110.5 111.3-110.6zm0 488.7l-111.3-110.6-111.3 110.6-111.3 110.6 111.3 110.5 111.3 110.6 111.3-110.6 111.3-110.5zm0 488.6l-111.3-110.5-111.3 110.5-111.3 110.6 111.3 110.6 111.3 110.5 111.3-110.5 111.3-110.6zm0 488.7l-111.3-110.6-111.3 110.6-111.3 110.6 111.3 110.5 111.3 110.6 111.3-110.6 111.2-110.5zm0 488.6l-111.2-110.5-111.3 110.5-111.3 110.6 111.3 110.6 111.3 110.5 111.2-110.5 111.3-110.6zm500.4-3551.7h-23.4l-111.3 110.6-111.2 110.5-111.3-110.5-111.3-110.6h-23.4l5.9 5.8 117.1 116.4 117.1 116.4 5.9 5.8-5.9 5.8-117.1 116.3-117.1 116.4-5.9 5.8 5.9 5.8 117.1 116.4 117.1 116.3 5.9 5.9-5.9 5.8-117.1 116.3-117.1 116.4-5.9 5.8 5.9 5.8 117.1 116.4 117.1 116.3 5.9 5.8-5.9 5.8-117.1 116.4-117.1 116.4-5.9 5.8 5.9 5.8 117.1 116.3 117.1 116.4 5.9 5.8-5.9 5.8-117.1 116.4-117.1 116.4-5.9 5.8 5.9 5.8 117.1 116.3 117.1 116.4 5.9 5.8-5.9 5.8-117.1 116.4-117.1 116.3-5.9 5.9 5.9 5.8 117.1 116.3 117.1 116.4 5.9 5.8-5.9 5.8-117.1 116.4-117.1 116.3-5.9 5.8 5.9 5.8 117.1 116.4 117.1 116.4 5.9 5.8-5.9 5.8-117.1 116.4-117.1 116.3-5.9 5.8 5.9 5.8 117.1 116.4 117.1 116.4 5.9 5.8-5.9 5.8-117.1 116.3-117.1 116.4-5.9 5.8 5.9 5.8 38.6 38.4h23.4l-44.5-44.2 111.3-110.6 111.3-110.5 111.2 110.5 111.3 110.6-44.5 44.2h23.4l38.6-38.4 5.9-5.8-5.9-5.8-117.1-116.4-117.1-116.3-5.8-5.8 5.8-5.8 117.1-116.4 117.1-116.4 5.9-5.8-5.9-5.8-117.1-116.3-117.1-116.4-5.8-5.8 5.8-5.8 117.1-116.4 117.1-116.4 5.9-5.8-5.9-5.8-117.1-116.3-117.1-116.4-5.8-5.8 5.8-5.8 117.1-116.4 117.1-116.3 5.9-5.8-5.9-5.9-117.1-116.3-117.1-116.4-5.8-5.8 5.8-5.8 117.1-116.4 117.1-116.3 5.9-5.8-5.9-5.8-117.1-116.4-117.1-116.4-5.8-5.8 5.8-5.8 117.1-116.4 117.1-116.3 5.9-5.8-5.9-5.8-117.1-116.4-117.1-116.4-5.8-5.8 5.8-5.8 117.1-116.3 117.1-116.4 5.9-5.8-5.9-5.8-117.1-116.4-117.1-116.3-5.8-5.8 5.8-5.9 117.1-116.3 117.1-116.4 5.9-5.8-5.9-5.8-117.1-116.4-117.1-116.3-5.8-5.8 5.8-5.8 117.1-116.4 117.1-116.4zm-134.6 866.8l-111.3-110.5-111.3 110.5-111.2 110.6 111.2 110.6 111.3 110.5 111.3-110.5 111.3-110.6zm0 488.7l-111.3-110.6-111.3 110.6-111.3 110.5 111.3 110.6 111.3 110.6 111.3-110.6 111.3-110.6zm0 488.7l-111.3-110.5-111.3 110.5-111.3 110.6 111.3 110.6 111.3 110.5 111.3-110.5 111.3-110.6zm0 488.7l-111.3-110.6-111.3 110.6-111.3 110.5 111.3 110.6 111.3 110.6 111.3-110.6 111.2-110.6zm0 488.7l-111.2-110.5-111.3 110.5-111.3 110.6 111.3 110.5 111.3 110.6 111.2-110.6 111.3-110.5zm0 488.7l-111.3-110.6-111.2 110.6-111.3 110.5 111.3 110.6 111.2 110.6 111.3-110.6 111.3-110.6zm252.9-3310.2h-5.9l-2.9 2.9-117.1 116.4-117.1 116.3-5.9 5.8 5.9 5.8 117.1 116.4 117.1 116.4 5.9 5.8-5.9 5.8-117.1 116.3-117.1 116.4-5.9 5.8 5.9 5.8 117.1 116.4 117.1 116.3 5.9 5.9-5.9 5.8-117.1 116.3-117.1 116.4-5.9 5.8 5.9 5.8 117.1 116.4 117.1 116.3 5.9 5.8-5.9 5.8-117.1 116.4-117.1 116.4-5.9 5.8 5.9 5.8 117.1 116.4 117.1 116.3 5.9 5.8-5.9 5.8-117.1 116.4-117.1 116.4-5.9 5.8 5.9 5.8 117.1 116.3 117.1 116.4 5.9 5.8-5.9 5.8-117.1 116.4-117.1 116.4-5.9 5.8 5.9 5.8 117.1 116.3 117.1 116.4 5.9 5.8-5.9 5.8-117.1 116.4-117.1 116.3-5.9 5.8 5.9 5.8 117.1 116.4 117.1 116.4 5.9 5.8-5.9 5.8-117.1 116.4-117.1 116.3-5.9 5.8 5.9 5.8 117.1 116.4 117.1 116.4 5.9 5.8-5.9 5.8-41.5 41.3h23.3l24.1-23.9 24 23.9h23.4l-41.6-41.3-5.8-5.8 5.8-5.8 117.1-116.4 117.1-116.4 5.9-5.8-5.9-5.8-117.1-116.3-117.1-116.4-5.8-5.8 5.8-5.8 117.1-116.4 117.1-116.4 5.9-5.8-5.9-5.8-117.1-116.3-117.1-116.4-5.8-5.8 5.8-5.8 117.1-116.4 117.1-116.3 5.9-5.8-5.9-5.8-117.1-116.4-117.1-116.4-5.8-5.8 5.8-5.8 117.1-116.4 117.1-116.3 5.9-5.8-5.9-5.8-117.1-116.4-117.1-116.4-5.8-5.8 5.8-5.8 117.1-116.3 117.1-116.4 5.9-5.8-5.9-5.8-117.1-116.4-117.1-116.4-5.8-5.8 5.8-5.8 117.1-116.3 117.1-116.4 5.9-5.8-5.9-5.8-117.1-116.4-117.1-116.3-5.8-5.8 5.8-5.9 117.1-116.3 117.1-116.4 5.9-5.8-5.9-5.8-117.1-116.4-117.1-116.3-5.8-5.8 5.8-5.8 117.1-116.4 117.1-116.4 5.9-5.8-5.9-5.8-117.1-116.3-117.1-116.4zm108.4 619.6l-111.3-110.6-111.3 110.6-111.3 110.5 111.3 110.6 111.3 110.5 111.3-110.5 111.2-110.6zm0 488.7l-111.2-110.6-111.3 110.6-111.3 110.6 111.3 110.5 111.3 110.6 111.2-110.6 111.3-110.5zm0 488.6l-111.3-110.5-111.2 110.5-111.3 110.6 111.3 110.6 111.2 110.5 111.3-110.5 111.3-110.6zm0 488.7l-111.3-110.6-111.2 110.6-111.3 110.6 111.3 110.5 111.2 110.6 111.3-110.6 111.3-110.5zm0 488.6l-111.3-110.5-111.3 110.5-111.2 110.6 111.2 110.6 111.3 110.5 111.3-110.5 111.3-110.6zm0 488.7l-111.3-110.6-111.3 110.6-111.3 110.6 111.3 110.5 111.3 110.6 111.3-110.6 111.3-110.5zm0 488.6l-111.3-110.5-111.3 110.5-111.3 110.6 111.3 110.6 111.3 110.5 111.3-110.5 111.2-110.6zm500.4-3551.7h-23.3l-111.3 110.6-111.3 110.5-111.3-110.5-111.3-110.6h-23.3l5.8 5.8 117.1 116.4 117.2 116.4 5.8 5.8-5.8 5.8-117.2 116.3-117.1 116.4-5.8 5.8 5.8 5.8 117.1 116.4 117.2 116.3 5.8 5.9-5.8 5.8-117.2 116.3-117.1 116.4-5.8 5.8 5.8 5.8 117.1 116.4 117.2 116.3 5.8 5.8-5.8 5.8-117.2 116.4-117.1 116.4-5.8 5.8 5.8 5.8 117.1 116.3 117.2 116.4 5.8 5.8-5.8 5.8-117.2 116.4-117.1 116.4-5.8 5.8 5.8 5.8 117.1 116.3 117.2 116.4 5.8 5.8-5.8 5.8-117.2 116.4-117.1 116.4-5.8 5.8 5.8 5.8 117.1 116.3 117.2 116.4 5.8 5.8-5.8 5.8-117.2 116.4-117.1 116.3-5.8 5.8 5.8 5.8 117.1 116.4 117.2 116.4 5.8 5.8-5.8 5.8-117.2 116.4-117.1 116.3-5.8 5.8 5.8 5.8 117.1 116.4 117.2 116.4 5.8 5.8-5.8 5.8-117.2 116.3-117.1 116.4-5.8 5.8 5.8 5.8 38.6 38.4h23.4l-44.5-44.2 111.3-110.5 111.3-110.6 111.3 110.6 111.3 110.5-44.5 44.2h23.3l38.7-38.4 5.8-5.8-5.8-5.8-117.2-116.4-117.1-116.3-5.8-5.8 5.8-5.8 117.1-116.4 117.2-116.4 5.8-5.8-5.8-5.8-117.2-116.3-117.1-116.4-5.8-5.8 5.8-5.8 117.1-116.4 117.2-116.4 5.8-5.8-5.8-5.8-117.2-116.3-117.1-116.4-5.8-5.8 5.8-5.8 117.1-116.4 117.2-116.3 5.8-5.8-5.8-5.8-117.2-116.4-117.1-116.4-5.8-5.8 5.8-5.8 117.1-116.4 117.2-116.3 5.8-5.8-5.8-5.8-117.2-116.4-117.1-116.4-5.8-5.8 5.8-5.8 117.1-116.4 117.2-116.3 5.8-5.8-5.8-5.8-117.2-116.4-117.1-116.4-5.8-5.8 5.8-5.8 117.1-116.3 117.2-116.4 5.8-5.8-5.8-5.8-117.2-116.4-117.1-116.3-5.8-5.8 5.8-5.9 117.1-116.3 117.2-116.4 5.8-5.8-5.8-5.8-117.2-116.4-117.1-116.3-5.8-5.8 5.8-5.8 117.1-116.4 117.2-116.4zm-134.7 866.8l-111.2-110.5-111.3 110.5-111.3 110.6 111.3 110.6 111.3 110.5 111.2-110.5 111.3-110.6zm0 488.7l-111.3-110.6-111.2 110.6-111.3 110.5 111.3 110.6 111.2 110.6 111.3-110.6 111.3-110.6zm0 488.7l-111.3-110.5-111.3 110.5-111.2 110.6 111.2 110.6 111.3 110.5 111.3-110.5 111.3-110.6zm0 488.7l-111.3-110.6-111.3 110.6-111.3 110.5 111.3 110.6 111.3 110.6 111.3-110.6 111.3-110.6zm0 488.7l-111.3-110.5-111.3 110.5-111.3 110.6 111.3 110.5 111.3 110.6 111.3-110.6 111.2-110.5zm0 488.7l-111.2-110.6-111.3 110.6-111.3 110.5 111.3 110.6 111.3 110.6 111.2-110.6 111.3-110.6zm-8362.2-3179.3l-111.2-110.6-111.3 110.6-111.3 110.5 111.3 110.6 111.3 110.6 111.2-110.6 111.3-110.6zm365.7 247.3l-111.2-110.6-111.3 110.6-111.3 110.5 111.3 110.6 111.3 110.6 111.2-110.6 111.3-110.6zm361.3-247.2l-111.3-110.6-111.3 110.6-111.3 110.6 111.3 110.5 111.3 110.6 111.3-110.6 111.2-110.5zm365.8 247.2l-111.3-110.6-111.3 110.6-111.3 110.6 111.3 110.5 111.3 110.6 111.3-110.6 111.2-110.5zm361.3-247.3l-111.3-110.6-111.3 110.6-111.3 110.6 111.3 110.5 111.3 110.6 111.3-110.6 111.3-110.5zm365.7 247.2l-111.3-110.5-111.3 110.5-111.3 110.6 111.3 110.5 111.3 110.6 111.3-110.6 111.3-110.5zm361.2-247.3l-111.3-110.5-111.3 110.5-111.2 110.6 111.2 110.6 111.3 110.5 111.3-110.5 111.3-110.6zm365.7 247.2l-111.3-110.5-111.2 110.5-111.3 110.6 111.3 110.6 111.2 110.5 111.3-110.5 111.3-110.6zm361.2-247.2l-111.3-110.6-111.2 110.6-111.3 110.5 111.3 110.6 111.2 110.5 111.3-110.5 111.3-110.6zm365.7 247.3l-111.3-110.6-111.2 110.6-111.3 110.5 111.3 110.6 111.2 110.6 111.3-110.6 111.3-110.6zm361.2-247.2l-111.2-110.6-111.3 110.6-111.3 110.5 111.3 110.6 111.3 110.6 111.2-110.6 111.3-110.6zm365.7 247.3l-111.2-110.6-111.3 110.6-111.3 110.6 111.3 110.5 111.3 110.6 111.2-110.6 111.3-110.5zm361.3-247.3l-111.3-110.6-111.3 110.6-111.3 110.6 111.3 110.5 111.3 110.6 111.3-110.6 111.2-110.5zm365.8 247.2l-111.3-110.6-111.3 110.6-111.3 110.6 111.3 110.5 111.3 110.6 111.3-110.6 111.2-110.5zm361.3-247.3l-111.3-110.5-111.3 110.5-111.3 110.6 111.3 110.6 111.3 110.5 111.3-110.5 111.3-110.6zm365.7 247.2l-111.3-110.5-111.3 110.5-111.3 110.6 111.3 110.6 111.3 110.5 111.3-110.5 111.3-110.6zm361.2-247.2l-111.3-110.6-111.3 110.6-111.2 110.5 111.2 110.6 111.3 110.5 111.3-110.5 111.3-110.6zm365.7 247.3l-111.3-110.6-111.3 110.6-111.2 110.5 111.2 110.6 111.3 110.6 111.3-110.6 111.3-110.6zm361.2-247.2l-111.3-110.6-111.2 110.6-111.3 110.5 111.3 110.6 111.2 110.6 111.3-110.6 111.3-110.6zm365.7 247.3l-111.3-110.6-111.2 110.6-111.3 110.5 111.3 110.6 111.2 110.6 111.3-110.6 111.3-110.6zm361.2-247.2l-111.2-110.6-111.3 110.6-111.3 110.6 111.3 110.5 111.3 110.6 111.2-110.6 111.3-110.5zm365.7 247.2l-111.2-110.6-111.3 110.6-111.3 110.6 111.3 110.5 111.3 110.6 111.2-110.6 111.3-110.5zm361.2-247.3l-111.2-110.5-111.3 110.5-111.3 110.6 111.3 110.5 111.3 110.6 111.2-110.6 111.3-110.5zm365.8 247.2l-111.3-110.5-111.3 110.5-111.3 110.6 111.3 110.6 111.3 110.5 111.3-110.5 111.2-110.6zm234 91.8v-23.2l-95.3-94.7-111.3-110.6 111.3-110.6 95.3-94.7v-23.2l-107 106.3-117.1 116.4-5.8 5.8 5.8 5.8 117.1 116.4zm0 488.7v-23.3l-95.3-94.7-111.3-110.5 111.3-110.6 95.3-94.7v-23.2l-107 106.3-117.1 116.4-5.8 5.8 5.8 5.8 117.1 116.3zm0 488.7v-23.2l-95.3-94.7-111.3-110.6 111.3-110.5 95.3-94.7v-23.2l-107 106.3-117.1 116.3-5.8 5.8 5.8 5.9 117.1 116.3zm0 488.7v-23.2l-95.3-94.7-111.3-110.6 111.3-110.5 95.3-94.7v-23.3l-107 106.4-117.1 116.3-5.8 5.8 5.8 5.8 117.1 116.4zm0 488.7v-23.2l-95.3-94.7-111.3-110.6 111.3-110.6 95.3-94.7v-23.2l-106.9 106.3-117.2 116.4-5.8 5.8 5.8 5.8 117.2 116.4zm0 488.7v-23.3l-95.4-94.7-111.2-110.5 111.2-110.6 95.4-94.7v-23.2l-107 106.3-117.2 116.4-5.8 5.8 5.8 5.8 117.2 116.3zm0 488.7v-23.2l-95.4-94.7-111.2-110.6 111.2-110.5 95.4-94.7v-23.2l-107 106.3-117.2 116.3-5.8 5.8 5.8 5.8 117.2 116.4zm0 488.7v-23.2l-95.4-94.7-111.2-110.6 111.2-110.5 95.4-94.8v-23.2l-107 106.3-117.2 116.4-5.8 5.8 5.8 5.8 117.2 116.4zm0 54.9v-23.2l-31.5 31.2h23.4z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-position: top center;
  background-repeat: repeat-x;
  background-size: contain;
}

.banner_spacing {
  padding-top: calc(var(--section-padding) + var(--navbar-height));
  padding-bottom: calc(var(--section-padding) * 2);
}

.eightTfour-card {
  border: none;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 40px;
  transition: transform 0.3s ease-in-out;
}

.eightTfour-card:hover {
  transform: translateY(-10px);
}

.eightTfour-icon {
  font-size: 36px;
  color: var(--primary-color);
  margin-bottom: 20px;
  background: #fff;
  padding: 20px 10px;
  border-radius: 104px;
  width: 75px;
  text-align: center;
}

.eightTfour-heading {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
}

.eightTfour-contact-details a {
  font-size: var(--fs-18);
  font-weight: 500;
  line-height: 1.6;
  text-decoration: none;
  color: #333;
  transition: color 0.3s;
}

.eightTfour-contact-details a:hover {
  color: var(--primary-color);
}

.eightTfour-contact-item {
  padding: 10px;
}

.eightTfour-contact-item .inner-div {
  padding: 20px;
  background: linear-gradient(135deg, #e3e3e3, #f7f7f7, #e3e3e3);
  border-radius: 16px;
  text-align: center;
  height: 100%;
}

/* ************************** New CSS */
.page_banner .container .inner-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 804px;
  margin-left: 0;
}

ul.custom-list {
  list-style-image: url('data:image/svg+xml;utf8,<svg width="16" height="15" viewBox="0 0 16 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.658213 14.5551C0.658213 14.3823 0.658213 14.2599 0.658213 14.1375C0.658213 10.5715 0.663469 7.00465 0.648451 3.43783C0.646949 3.12245 0.768597 3.00606 1.02916 2.90243C3.36299 1.97281 5.69156 1.03117 8.02314 0.0962833C8.13727 0.0504778 8.26117 0.00467233 8.38132 0.00467233C10.5958 -0.00133495 12.8102 0.000166869 15.099 0.000166869C14.9998 0.1098 14.9473 0.181136 14.8819 0.238205C13.688 1.28648 12.4903 2.33024 11.3016 3.38377C11.0831 3.5775 10.8631 3.6616 10.565 3.66085C7.61164 3.64959 4.65831 3.65484 1.70498 3.6556C1.57057 3.6556 1.43616 3.6556 1.27471 3.6556V13.9265H11.5532C11.5532 13.7741 11.5532 13.6172 11.5532 13.4602C11.5532 10.4318 11.5562 7.40339 11.5479 4.37497C11.5479 4.1159 11.6125 3.93869 11.8152 3.76523C12.9829 2.76276 14.1363 1.74453 15.2949 0.732304C15.3866 0.651957 15.4834 0.577617 15.6253 0.461976C15.6344 0.636187 15.6456 0.753329 15.6456 0.870471C15.6464 2.88516 15.6554 4.89985 15.6366 6.91454C15.6336 7.22542 15.5548 7.56033 15.4211 7.84042C14.4111 9.94822 13.3719 12.0418 12.3596 14.1481C12.2087 14.4619 12.027 14.5641 11.6801 14.5633C8.16356 14.549 4.64705 14.5551 1.13054 14.5551C0.99387 14.5551 0.857204 14.5551 0.658213 14.5551Z" fill="%23969696"/><path d="M6.43163 4.95394C7.36952 4.95394 8.3074 4.95168 9.24529 4.95469C9.88206 4.95694 10.2455 5.31137 10.2478 5.9549C10.2538 7.85545 10.253 9.756 10.2478 11.6566C10.2463 12.2851 9.90159 12.65 9.27983 12.653C7.36651 12.6628 5.45395 12.6628 3.54063 12.653C2.9001 12.65 2.55018 12.2798 2.54868 11.6355C2.54567 9.75976 2.54642 7.88474 2.55093 6.00896C2.55243 5.30011 2.90761 4.95544 3.61797 4.95469C4.55586 4.95318 5.49375 4.95469 6.43163 4.95469V4.95394Z" fill="%23969696"/></svg>');
}

ul.custom-list li {
  line-height: 1.6 !important;
  margin-bottom: 5px;
}

.icon_wrapper {
  display: inline-block;
  background: #eeeeee;
  padding: 15px;
  border-radius: 50%;
  margin-top: 25px;
  margin-bottom: 10px;
  transition: var(--transition) !important;
}

.icon_wrapper:hover {
  background: #dc300a42;
}

.content_wrapper hr {
  color: #dadada;
  margin: 2rem 0;
}

.why-choose-us {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.why-choose-us .box svg {
  margin-left: auto !important;
}

.why-choose-us .box {
  background: #f5f5f5;
  padding: 25px 20px;
  color: #fff;
  border-radius: 10px;
  text-align: center;
}

.why-choose-us .box:nth-child(1) {
  background: linear-gradient(45deg, #080101, #08010145),
    url(https://img.freepik.com/free-photo/arc-welding-steel-construction-site_2831-691.jpg?t=st=1724931671~exp=1724935271~hmac=93c39722c66d029df14b9c09942bd2382d9cada0aeff74ec3865f0aca4cf0466&w=1380);
  background-size: cover;
}

.why-choose-us .box:nth-child(2) {
  background: linear-gradient(45deg, #080101, #08010145),
    url(https://img.freepik.com/free-photo/worker-is-controlling-process-rail-cutting-busy-metal-factory_613910-17188.jpg?t=st=1724931631~exp=1724935231~hmac=b0ba4270494fd7d46271a052dc72c95e7b64761bbfadec900e84494f2ba86b30&w=1380);
  background-size: cover;
}

.why-choose-us .box:nth-child(3) {
  background: linear-gradient(45deg, #080101, #08010145),
    url(https://img.freepik.com/free-photo/closeup-diverse-people-joining-their-hands_53876-96081.jpg?t=st=1724931712~exp=1724935312~hmac=ccf59ef…&w=1380);
  background-size: cover;
}

.why-choose-us .box p {
  font-weight: 300;
  letter-spacing: 0.4px;
  font-size: var(--fs-17);
}

@media (max-width: 1023px) {
  .navbar .content .col .menu-title {
    font-size: 0.875rem;
  }

  .why-choose-us {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 991px) {
  .flex-wrap-reverse-992 {
    flex-direction: column-reverse;
  }

  .what-we-do h2,
  .section_title {
    font-size: 2rem; 
  }

  .footer_title {
    font-size: 24px;
  }

  .col-lg-6.order-lg-2 {
    order: -2;
  }

  .infrastructure .col-lg-3 {
    order: -2;
    margin-bottom: 40px;
    /* max-height: 400px; */
  }
  .container.infrastructure .section_padding.row {
    flex-direction: column-reverse;
    gap: 40px;
}
}

.navbar .content .col p {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  font-size: 0.813rem;
  line-height: 1.6rem;
  color: #ffffff;
}

.navbar .content .col .mega-links {
  padding-left: 1rem;
  border-left: 1px solid #3c3c3c;
}

.suppport_btn a {
  text-decoration: none;
  color: #111 !important;
  background: #fff;
  padding: 12px 20px;
  display: block;
  max-width: 300px;
  width: 100%;
  margin-top: 15px;
  font-weight: 500;
  font-size: var(--fs-20);
  border-radius: 5px;
  font-family: var(--primary-font);
  transition: var(--transition);
}

/* .suppport_btn a:hover {
  transform: scale(1.08) !important;
} */
.make-in-india-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.icon-box {
  font-size: 40px;
  padding: 20px;
  background: #fff;
  border-radius: 12px;
}

.icon-box svg {
  width: 60px;
}

.expertise-card i {
  font-size: 28px;
  background: #f3f3f3;
  padding: 15px;
  border-radius: 70px;
  margin-bottom: 20px;
}

.expertise-img {
  border-radius: 12px;
}

.expertise-card {
  /* background: #efefef; */
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 12px;
  border-top: 2px solid var(--primary-color);
}

/* ****************************************** Melting and Metallurgy Solution ************************************ */
.eightTfour-banner h1 {
  font-size: 3rem;
  font-weight: 700;
}

.eightTfour-banner p {
  font-size: 1.5rem;
  margin-top: 20px;
}

/* Sections */
.eightTfour-section {
  padding: 60px 0;
}

.eightTfour-section h2 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #2a5298;
  margin-bottom: 40px;
  text-align: center;
}

.eightTfour-section p {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.eightTfour-feature-icon {
  font-size: 3rem;
  color: #f39c12;
  margin-bottom: 20px;
}

.eightTfour-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 30px;
  transition: transform 0.3s;
}

.eightTfour-card:hover {
  transform: translateY(-10px);
}

.eightTfour-card img {
  max-width: 100%;
  border-radius: 10px;
}

/* Footer */
.eightTfour-footer {
  background-color: #1e3c72;
  color: white;
  padding: 40px 0;
  text-align: center;
}

.eightTfour-footer a {
  color: white;
  text-decoration: none;
}

.content_wrapper {
  position: relative;
  /* To ensure the child elements are positioned relative to this container */
}

.melting_images {
  transition: transform 0.3s ease;
  /* Smooth scaling effect */
}

.content_wrapper:hover .melting_images {
  transform: scale(1.04);
  /* Scales the image up on hover */
}

@media (max-width: 1199px) {
  .our-products .container-grid .card {
    flex: 1 1 calc(33% - 20px) !important;
  }
}

@media (min-width: 991px) {
  .melting_images {
    position: sticky;
    top: 0;
  }
}

/* ****************************************** End Melting and Metallurgy Solution ************************************ */

/* ****************************************** Start Infrastructure CSS ************************************ */
.infrastructure .section {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.infrastructure .text-content h2 {
  color: #111;
  margin-bottom: 20px;
  font-weight: 600;
}

.infrastructure .text-content p {
  margin-bottom: 20px;
}

.infrastructure .image-placeholder {
  width: 300px;
  height: 200px;
  background: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #666;
  border-radius: 10px;
  margin-left: 20px;
}

.infrastructure .list-group-item {
  border: none;
  padding: 10px 0;
}

.infrastructure .icon {
  color: #e21e24;
  font-size: 2rem;
  margin-bottom: 20px;
  padding: 2rem 0;
  background: #e21e241a;
  border-radius: 84px;
  display: inline-block;
  width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.infrastructure .icon {
  /* box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
  rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset; */
  box-shadow: rgb(255 255 255) 0px 0px 0px 3px, rgb(255 255 255) 0px 0px 0px 7px,
    rgb(106 106 106 / 8%) 0px 0px 0px 9px, rgb(255 255 255) 0px 0px 0px 12px,
    rgb(255 255 255) 0px 0px 0px 15px;
}

.infrastructure img {
  object-fit: cover;
  border-radius: 18px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.infrastructure h5 {
  font-weight: 600;
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 25px;
}

.list-group-item {
  font-size: 18px;
}

/* ****************************************** End Infrastructure CSS ************************************ */

/* ****************************************** technological-equipment ************************************ */
.technological-equipment .card-title {
  font-size: 1.6rem;
  color: #111;
  font-weight: 500;
  margin-bottom: 1rem;
  line-height: 1.5 !important;
}

.technological-equipment p,
.technological-equipment li {
  font-size: 18px !important;
  color: #6f6f6f !important;
}

.technological-equipment li {
  margin-bottom: 10px;
}

.technological-equipment li span {
  color: #111 !important;
  font-weight: 600;
}

.technological-equipment ul {
  padding-left: 1.5rem;
  line-height: 1.6;
}
.technological-equipment img {
  width: 100%;
}

.even-bg {
  background: #f5f5f4;
}

.technological-equipment img {
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.technological-equipment i {
  font-size: 24px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  padding: 20px 10px;
  border-radius: 65px;
  margin-bottom: 20px;
  width: 65px;
  height: 65px;
  border: 1px solid #d1d1d1;
  background-color: #fff;
  text-align: center;
}
.container-fluid.position-relative.text-center.usp_section .slick-slide img {
  aspect-ratio: 1/1 !important;
  object-fit: cover !important;
}
.about-banner-description{
    max-width: 600px;
    width: 100%;
}
/* ****************************************** End technological-equipment ************************************ */
@media (max-width: 1023px) {
  .navbar .content .col .mega-links {
    border-left: 0;
    padding-left: 0;
  }

  .navbar .content .col .mega-links li {
    margin: 0;
  }

  .navbar .content .col .mega-links li a {
    padding: 0 0.5rem;
  }

  .inner-content h1 {
    font-size: calc(var(--fs-24) * 1.5);
    font-weight: 500;
  }

  .inner-content svg {
    max-width: 300px !important;
  }

  .casting_solution {
    padding-top: calc(var(--section-padding) * 2.5);
    padding-bottom: calc(var(--section-padding) * 1.5);
    background-position: left;
  }
}

.products-menu {
  padding-right: 15px;
}

.navbar .content .col .mega-links li {
  margin: 1rem 0;
}

.navbar .content .col .mega-links li a {
  padding: 0;
}

@media (max-width: 1400px) {
  .precision_block img {
    max-width: 220px;
  }

  .precision:after {
    content: none;
  }

  .precision {
    padding-right: 0;
    margin-right: 0;
  }
}

@media (max-width: 1080px) {
  .make_in_india {
    padding-top: 0 !important;
  }
  .usps_section-container {
    position: static;
    transform: none;
  }

  .usps_section {
    position: static;
    transform: none;
  }

  .usps_section .col-lg-4.left_column,
  .usps_section .col-lg-8.align-items-center.justify-content-center.d-flex {
    width: 100%;
  }

  .container-fluid.position-relative.text-center.usp_section {
    margin-bottom: 0;
  }

  .usp_section {
    padding-bottom: var(--section-padding);
    margin-bottom: 70px;
  }

  .usps_section-container {
    display: flex;
    justify-content: center;
  }

  .precision_blocks {
    flex-wrap: wrap;
    position: static;
    transform: none;
    padding-top: 30px;
  }

  .quality_policy {
    padding-bottom: var(--section-padding);
    margin-bottom: 0;
  }

  .usps_section .left_column h5 {
    max-width: 100%;
  }

  .left_column {
    text-align: center;
    margin-bottom: 40px;
  }

  .usps_section {
    background-image: none;
  }

  .our_partners {
    padding-top: 0;
  }

  .precision {
    padding: 25px !important;
    margin-right: 0;
    padding-right: initial;
  }

  a.btn-filled.white.aos-init.aos-animate.border-0.ms-auto {
    /* margin-left: 0 !important; */
    margin-top: 20px;
  }

  .make-in-india-block {
    margin-top: 30px !important;
  }

  .our-partner img {
    max-width: 580px;
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (max-width: 1023px) {
  .overflow {
    overflow: hidden;
  }
}

@media (max-width: 991px) {
  .even-bg .col-lg-6.overflow-hidden {
    order: -1 !important;
  }

  .makeInIndia {
    max-width: 200px !important;
    width: 100%;
  }
}

@media (max-width: 1240px) {
  .content_wrapper .melting_images {
    object-fit: contain !important;
    object-position: top;
    border-radius: 8px;
  }
}

@media (max-width: 1024px) {
  .products-menu {
    padding-right: 0px;
  }
}

@media (max-width: 1023px) {
  .overlay {
    position: fixed;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    /* transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; */
  }

  .overlay.overlay--active {
    opacity: 1;
    visibility: visible;
  }

  .video-container h1 {
    font-size: 44px;
  }

  .content h3 {
    font-size: calc(var(--fs-20) * 3);
  }

  .usps_section .left_column h3 {
    font-size: calc(var(--fs-20) * 4);
  }

  .usps_section {
    flex-direction: column;
  }

  .left_column {
    width: 100%;
  }

  .col-sm-8.align-items-center.justify-content-center.d-flex {
    width: 100%;
    margin-top: 30px;
  }

  .left_column,
  .usps_section .left_column h5 {
    text-align: center;
    max-width: 100% !important;
  }

  .left_column {
    margin-bottom: 50px;
  }

  .usps_section .row.w-100.g-3 {
    row-gap: 30px;
  }

  a[href="https://maps.app.goo.gl/X2KSKkXaU6ad53Ao8"] br
  {
    display: none;
  }
}

@media (min-width: 990px) {
  .page_banner.section_padding p {
    font-size: 20px;
}
}
@media (max-width: 767px) {
  .our-partner {
    flex-direction: column-reverse;
  }
  .quality_policy a.btn-filled.white.aos-init.aos-animate.border-0.ms-auto {
    margin-right: auto;
    margin-left: 0 !important;
  }
}


/* .container ul {
  list-style: none;
} */

/* .container ul li {
  text-align: center;
  padding: 0.625rem 0;
  color: #fff;
} */

.footer {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px;
}

.footer p {
  color: #fff;
}

.footer p a {
  color: #fff;
  text-decoration: none;
  /* transition: 0.25s; */
}

.footer p a:hover {
  letter-spacing: 1px;
}

.navbar .dropdown-menu {
	background: #fff !important;
	border-radius: 4px !important;
}
ul.dropdown-menu .dropdown a {
    color: #111 !important;
    font-family: 'Outfit';
}
.dropdown-menu .dropdown:hover > .menu-item, ul.dropdown-menu .dropdown a:hover ,ul.dropdown-menu a.menu-item.expand-btn.open{
  background: #e01f23;
  color: #fff !important;
} 

.dropdown-menu > li:not(:last-child) {
  border-bottom: 1px dashed #d3cfcf !important;
}
@media (max-width:1023px){
  ul.dropdown-menu.menu-right li {
    border: 0 !important;
}
}