<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  height: 100vh;
  background: #ffffff;
  font-family: "Poppins", sans-serif;
}
.container-fluid {
  padding: 0 100px;
}
.footgraphy-foot-art-section {
  background: #dcc8ff;
  padding: 50px 0px;
}
.footgraphy-foot-art-content-part {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.footgraphy-foot-art-content-part h1 {
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 50px;
  color: #141313;
}
.footgraphy-foot-art-content-part p {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  color: #545454;
  margin-top: 15px;
  margin-bottom: 30px;
}
.footgraphy-why-do-content-sub-title {
  margin-bottom: 0px !important;
}
.footgraphy-foot-art-img-part {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.footgraphy-foot-art-img-part img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footgraphy-btn {
  padding: 22px 48px;
  background: #7f45e3;
  border-radius: 100px;
  border: none;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #ffffff !important;
  text-align: center;
  width: 100%;
  max-width: max-content;
  margin-right: auto;
  cursor: pointer;
  display: block;
}
.footgraphy-btn:hover {
  text-decoration: none;
}
.footgraphy-foot-why-do-section {
  padding: 50px 0px;
}
.footgraphy-why-do-content-part {
  display: block;
}
.footgraphy-why-do-content-part p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #545454;
  margin-bottom: 30px;
}
.footgraphy-why-do-content-part h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #141313;
  margin: 10px 0 12px;
}
.footgraphy-why-do-img-part {
  width: 100%;
  height: 382px;
  overflow: hidden;
  border-radius: 20px;
}
.footgraphy-why-do-img-part img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.footgraphy-social-media-section a,
.footgraphy-social-media-section:hover a {
  text-decoration: none;
}
.footgraphy-social-media-section {
  background: #7f45e3;
  padding: 50px 0;
  text-align: center;
}
.footgraphy-social-media-section h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #ffffff;
  text-align: center;
}
.footgraphy-social-media-section p {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #f4eeee;
  max-width: 475px;
  margin: 11px auto 34px;
}
.footgraphy-follow-block {
  border: 1px solid #ffffff;
  border-radius: 10px;
  display: flex;
  padding: 20px 20px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.footgraphy-follow-block:hover {
  background: #fff;
}
.footgraphy-follow-block:hover .footgraphy-social-media-label {
  color: #685e5e;
}
.footgraphy-follow-block:hover .footgraphy-social-media-platform-label {
  color: #685e5e;
}
.footgraphy-follow-block:hover .footgraphy-social-media-icon svg path {
  fill: #a22626;
}
.footgraphy-social-media-icon {
  margin-right: 22px;
}
.footgraphy-social-media-icon svg {
  width: 40px;
  height: auto;
}
.footgraphy-social-media-content-part {
  display: block;
}
.footgraphy-social-media-label {
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 28px;
  text-align: left;
  color: #e1e1e1;
}
.footgraphy-social-media-platform-label {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  text-align: left;
  color: #e1e1e1;
}
footer {
  padding: 26px 15px;
  background: #5415c0;
  text-align: center;
}
.footgraphy-footer-copyright-text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
}
p {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .container-fluid {
    padding: 0 15px;
  }
  .footgraphy-foot-art-content-part h1 {
    font-size: 32px;
    line-height: 38px;
  }
  .footgraphy-foot-art-content-part p,
  .footgraphy-why-do-content-part p {
    line-height: 30px;
  }
  .footgraphy-why-do-content-part h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .footgraphy-social-media-icon {
    margin-right: 15px;
  }
  .footgraphy-social-media-icon svg {
    width: 36px;
  }
  .footgraphy-social-media-label {
    font-size: 18px;
    line-height: 24px;
  }
  .footgraphy-social-media-platform-label {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .footgraphy-foot-art-img-part img {
    object-fit: contain;
  }
  .footgraphy-follow-block {
    margin: 10px 0;
  }
}
@media only screen and (max-width: 576px) {
  .footgraphy-foot-art-section,
  .footgraphy-foot-why-do-section,
  .footgraphy-social-media-section {
    padding: 30px 0px;
    text-align: center;
  }
  .footgraphy-foot-art-section .row {
    flex-flow: column-reverse;
  }
  .footgraphy-foot-art-content-part h1 {
    font-size: 22px;
    line-height: 28px;
  }
  .footgraphy-foot-art-content-part p,
  .footgraphy-why-do-content-part p,
  .footgraphy-social-media-section p {
    margin-top: 0px;
    font-size: 16px;
  }
  .footgraphy-btn {
    text-align: center;
    margin: 0 auto;
  }
  .footgraphy-foot-art-content-part p,
  .footgraphy-why-do-content-part p {
    margin-bottom: 15px;
  }
  .footgraphy-why-do-content-part {
    margin: 30px 0 0;
    text-align: center;
  }
  .footgraphy-why-do-content-part h2,
  .footgraphy-social-media-section h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .footgraphy-follow-block {
    margin: 10px 0;
  }
  .footgraphy-social-media-section p {
    margin-bottom: 15px;
  }

  .footgraphy-social-media-platform-label,
  .footgraphy-social-media-label {
    font-size: 16px;
    line-height: 22px;
  }
  footer {
    padding: 18px 15px;
  }
}

@media only screen and (max-width: 375px) {
  .footgraphy-btn {
    padding: 22px 38px;
  }
}
</pre></body></html>