<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700;800&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600;700&amp;display=swap");
@import 'bootstrap.css';
body {
  font-family: "Nunito";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito";
  font-weight: 800;
}

.container {
  max-width: 91%;
}

.container-md {
  max-width: 80%;
}

.main-content {
  padding-top: 104px;
}

@media (max-width: 991px) {
  .container-md {
    max-width: 91%;
  }
  .main-content {
    padding-top: 64px;
  }
  .navbar-expand-lg &gt; .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .container,
.container-md {
    max-width: 100%;
  }
}
.navbar {
  padding: 32px 0;
}

.navbar-brand {
  padding: 0;
}
.navbar-brand img {
  max-height: 40px;
}

.navbar-nav li {
  margin: 0 35px;
}
.navbar-nav li a {
  font-size: 22px;
  line-height: 22px;
  color: #1B1B1B;
  padding: 0;
}

@media (max-width: 991px) {
  .navbar {
    padding: 8px 0;
  }
  .navbar.show .navbar-collapse {
    left: 0;
  }
  .navbar-nav {
    padding: 24px 16px 0;
  }
  .navbar-nav li {
    margin: 0 0 16px;
  }
  .navbar-nav li a {
    font-size: 16px;
    line-height: 24px;
  }
  .navbar-brand img {
    max-height: 48px;
  }
  .navbar-toggler {
    width: 22px;
    height: 16px;
    position: relative;
    margin-left: 16px;
    padding: 0;
    border: none;
  }
  .navbar-toggler.active .navbar-toggler-line.line_1::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: 7px;
    background-color: #000000;
  }
  .navbar-toggler.active .navbar-toggler-line.line_2::after {
    opacity: 0;
  }
  .navbar-toggler.active .navbar-toggler-line.line_3::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-top: -7px;
    background-color: #000000;
  }
  .navbar-toggler .navbar-toggler-line {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .navbar-toggler .navbar-toggler-line::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background-color: #000000;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .navbar-toggler .navbar-toggler-line.line_2 {
    top: 50%;
    margin-top: -1px;
  }
  .navbar-toggler .navbar-toggler-line.line_3 {
    top: auto;
    bottom: 0;
  }
  .navbar-collapse {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: -100%;
    top: 64px;
    background-color: #ffffff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: block !important;
  }
}
footer {
  background-color: #130F1A;
}

.footer-logo {
  display: block;
}
.footer-logo img {
  max-height: 48px;
}

.footer-top {
  padding: 52px 0 58px;
  font-family: "Roboto";
  font-weight: 500;
}
.footer-top .footer-links-list {
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-top .footer-links-list li {
  margin-left: 54px;
  margin-bottom: 20px;
  list-style-type: none;
}
.footer-top .footer-links-list li:last-child {
  margin-right: 0;
}
.footer-top .footer-links-list li a {
  font-size: 14px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.footer-top .footer-links-list:last-child li {
  margin-bottom: 0;
}

.footer-star-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 26px;
}
.footer-star-wrap span {
  width: 18px;
  height: 18px;
  background-image: url("../images/common/icons/star.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.footer-star-wrap span + span {
  margin-left: 3px;
}

.footer-customer-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-customer-count span {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.3);
}
.footer-customer-count a {
  margin-left: 28px;
}
.footer-customer-count a .icon-arrow {
  width: 16px;
  height: 16px;
  background-image: url("../images/common/icons/left-arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}

.footer-btm {
  padding: 55px 0;
  border-top: 2px solid #1A2233;
  font-family: "Roboto";
  font-weight: 500;
}
.footer-btm .copy-text {
  font-size: 14px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 0;
}
.footer-btm .footer-links-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 0;
}
.footer-btm .footer-links-list li {
  list-style-type: none;
  margin-right: 54px;
}
.footer-btm .footer-links-list li:last-child {
  margin-right: 0;
}
.footer-btm .footer-links-list li a {
  font-size: 14px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
}

.footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 8px;
}
.footer-links a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

@media (max-width: 991px) {
  .footer-logo {
    margin-bottom: 24px;
  }
  .footer-logo img {
    max-height: 48px;
  }
  .footer-top {
    padding: 32px 0;
  }
  .footer-top .footer-links-list li {
    margin-bottom: 12px;
  }
  .footer-top .footer-links-list li:first-child {
    margin-left: 0;
  }
  .footer-top .footer-links-list li a {
    line-height: 24px;
  }
  .footer-star-wrap {
    margin-bottom: 16px;
    margin-top: 32px;
  }
  .footer-btm {
    padding: 16px 0;
    text-align: center;
  }
  .footer-btm .copy-text {
    margin-bottom: 8px;
  }
  .footer-btm .footer-links-list {
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .footer-star-wrap {
    margin-top: 15px;
  }
}
@media (max-width: 575px) {
  .footer-star-wrap {
    margin-top: 32px;
  }
}
.h_banner {
  padding: 48px 0 178px;
}

.h_banner-content-col h1 {
  font-size: 76px;
  line-height: 91px;
  color: #1B1B1B;
  margin-bottom: 28px;
}
.h_banner-content-col h1 span {
  color: #EF4530;
}
.h_banner-content-col p {
  font-size: 24px;
  line-height: 47px;
  color: #1E1F20;
  max-width: 613px;
}

.h_banner-img-wrap {
  position: relative;
}

.h_banner-hbd-img {
  position: absolute;
  bottom: 64px;
  left: -30%;
  max-height: 174px;
}

.h_banner-paw-img {
  max-height: 80px;
  position: absolute;
  top: 35%;
  right: 3%;
}

.h_offer-section {
  margin-bottom: 176px;
  position: relative;
}
.h_offer-section h2 {
  font-size: 70px;
  font-weight: 700;
  color: #1E1F20;
  line-height: 88px;
  margin-bottom: 78px;
}
.h_offer-section .paws-2-img {
  position: absolute;
  max-height: 156px;
  right: 0;
  top: 240px;
}

.h_offer-img-col {
  position: relative;
  z-index: 1;
}

.h_offer-row.h_offer-row-reverse .h_offer-col-content-box {
  padding: 48px 148px 48px 57px;
  margin-left: auto;
  margin-right: -180px;
}
.h_offer-row.h_offer-row-reverse .h_offer-col-content-box .paw-img {
  right: auto;
  left: 0;
  margin-left: -25px;
}
.h_offer-row.h_offer-row-reverse .h_offer-img-col .img-wrap img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.h_offer-row .h_offer-pet-profile-img .img-wrap img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.h_offer-col-content-box {
  -webkit-transform: rotate(-1deg);
          transform: rotate(-1deg);
  border-radius: 31px;
  padding: 48px 57px 48px 137px;
  margin-left: -220px;
  position: relative;
}
.h_offer-col-content-box.pink-box {
  background-color: #FFF9F9;
}
.h_offer-col-content-box.violet-box {
  background-color: #F5F1FF;
}
.h_offer-col-content-box.yellow-box {
  background-color: #FFFAF2;
  padding-top: 15px;
}
.h_offer-col-content-box .paw-img {
  position: absolute;
  max-height: 80px;
  right: 0;
  top: 0;
  margin-top: -24px;
  margin-right: -25px;
}
.h_offer-col-content-box .bird-illustration {
  position: absolute;
  max-height: 80px;
  top: 0;
  right: 0;
  margin-top: -60px;
  margin-right: 106px;
}
.h_offer-col-content-box .cat-2-illustration {
  position: absolute;
  max-height: 234px;
  bottom: -70px;
  left: 100%;
  margin-left: -117px;
}
.h_offer-col-content-box .bone-illustration {
  position: absolute;
  max-height: 81px;
  bottom: -55px;
  left: 100%;
  margin-left: 67px;
}
.h_offer-col-content-box .dog-illustration {
  position: absolute;
  max-height: 200px;
  bottom: 0;
  right: 0;
  margin-right: -80px;
  margin-bottom: -23px;
}
.h_offer-col-content-box .cat-illustration {
  position: absolute;
  max-height: 148px;
  bottom: 0;
  right: 100%;
  margin-right: -38px;
  margin-bottom: -24px;
}
.h_offer-col-content-box .frog-illustration {
  position: absolute;
  max-height: 119px;
  bottom: 0;
  right: 0;
  margin-right: 78px;
  margin-bottom: -24px;
}
.h_offer-col-content-box .reptile-img {
  position: absolute;
  max-height: 97px;
  bottom: 100%;
  margin-bottom: -46px;
  right: 26%;
}

.h_offer-col-content {
  -webkit-transform: rotate(1deg);
          transform: rotate(1deg);
  position: relative;
}
.h_offer-col-content h3 {
  font-size: 36px;
  line-height: 52px;
  color: #1E1F20;
  margin-bottom: 26px;
}
.h_offer-col-content p {
  font-size: 20px;
  line-height: 42px;
  color: #636364;
  margin-bottom: 28px;
}
.h_offer-col-content p:last-child {
  margin-bottom: 0;
}
.h_offer-col-content .border-img {
  max-height: 79px;
  margin-bottom: 12px;
}

.h_offer-col-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}
.h_offer-col-list li {
  list-style-type: none;
  margin-right: 28px;
  text-align: center;
}
.h_offer-col-list li:last-child {
  margin-right: 0;
}
.h_offer-col-list li .img-wrap {
  width: 105px;
  height: 105px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 4px 11px rgba(230, 221, 255, 0.6);
          box-shadow: 0px 4px 11px rgba(230, 221, 255, 0.6);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.h_offer-col-list li .img-wrap img {
  max-width: 89px;
}
.h_offer-col-list li span {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: #555555;
  display: block;
  margin-top: 8px;
}

.preFooter {
  margin-bottom: 202px;
}

.preFooter-box {
  background: #FFFFFF;
  -webkit-box-shadow: -4px 4px 40px rgba(0, 0, 0, 0.07);
          box-shadow: -4px 4px 40px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  position: relative;
  border: 1px solid #C7AFFF;
}

.preFooter-reptile-img {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: -52px;
  margin-left: -21px;
  max-height: 105px;
}

.preFooter-logo {
  margin-bottom: 27px;
  display: block;
}
.preFooter-logo img {
  max-height: 146px;
}

.preFooter-left-col {
  padding: 92px 77px 106px 91px;
}
.preFooter-left-col p {
  font-size: 44px;
  font-weight: 800;
  line-height: 52px;
  color: #1E1F20;
  margin-bottom: 58px;
}

.preFooter-btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-bottom: 0;
}
.preFooter-btn-list li {
  list-style-type: none;
}
.preFooter-btn-list li + li {
  margin-left: 22px;
}
.preFooter-btn-list li a img {
  max-height: 62px;
}

.preFooter-right-col {
  background-image: url("../images/common/prefooter/violet-bg.png");
  background-repeat: no-repeat;
  padding: 54px 78px 82px 89px;
  position: relative;
  border-radius: 0 20px 20px 0;
}
.preFooter-right-col::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("../images/common/prefooter/red-bg.png");
  background-repeat: no-repeat;
  height: 100%;
  width: 36%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.preFooter-right-col h5 {
  font-size: 36px;
  font-weight: 600;
  line-height: 52px;
  color: #E4D8FF;
  margin-bottom: 2px;
}
.preFooter-right-col h4 {
  font-size: 44px;
  font-weight: 800;
  line-height: 52px;
  margin-bottom: 25px;
  color: #ffffff;
}
.preFooter-right-col p {
  font-size: 20px;
  font-weight: 500;
  line-height: 42px;
  margin-bottom: 41px;
  color: #ffffff;
}

.preFooter-right-col-content {
  position: relative;
  z-index: 1;
}

.preFooter-right-col-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
}
.preFooter-right-col-list li {
  list-style-type: none;
  margin-right: 42px;
}
.preFooter-right-col-list li:last-child {
  margin-right: 0;
}
.preFooter-right-col-list li .icon-wrap {
  width: 100px;
  height: 100px;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 30px;
  margin: 0 auto 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.preFooter-right-col-list li .icon-wrap i {
  display: block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.preFooter-right-col-list li .icon-wrap i.icon-authentic {
  background-image: url("../images/common/prefooter/authentic.png");
}
.preFooter-right-col-list li .icon-wrap i.icon-shield {
  background-image: url("../images/common/prefooter/shield.png");
}
.preFooter-right-col-list li .icon-wrap i.icon-party {
  background-image: url("../images/common/prefooter/party.png");
}
.preFooter-right-col-list li span {
  display: block;
  font-size: 26px;
  font-weight: 600;
  line-height: 52px;
  color: #FFFFFF;
  text-align: center;
}

.bottom-fold {
  background-color: #FFF4F4;
  text-align: center;
}
.bottom-fold h4 {
  font-family: "Nunito";
  font-size: 44px;
  font-weight: 800;
  line-height: 52px;
  color: #434547;
  margin-bottom: 28px;
}
.bottom-fold .container {
  position: relative;
  padding: 48px 0 91px;
}

.bottom-fold-logo img {
  max-height: 150px;
  margin-bottom: 38px;
}

.bottom-fold-btn-list {
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bottom-fold-btn-list li {
  list-style-type: none;
}
.bottom-fold-btn-list li + li {
  margin-left: 22px;
}
.bottom-fold-btn-list li img {
  max-height: 64px;
}

.bottom-fold-paw-img {
  position: absolute;
  left: 0;
  top: 58px;
  -webkit-transform: rotate(-17.09deg);
          transform: rotate(-17.09deg);
  max-height: 161px;
}

.bottom-fold-rabbit-img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-height: 250px;
}

@media (max-width: 1399px) {
  .h_offer-col-content-box {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    max-width: 60%;
  }
  .h_offer-row:last-child {
    margin-top: 64px;
  }
  .h_banner-content-col p {
    padding-right: 4%;
  }
}
@media (max-width: 1199px) {
  .h_offer-row {
    margin-bottom: 80px;
  }
  .h_offer-row:last-child {
    margin-bottom: 0;
    margin-top: 110px;
  }
  .h_offer-col-content-box {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    max-width: 75%;
  }
  .h_offer-col-content-box .cat-illustration {
    bottom: -76px;
    right: auto;
    margin-right: auto;
    margin-bottom: -24px;
    left: -24px;
  }
  .h_banner-content-col h1 {
    padding-right: 5%;
  }
  .h_banner-content-col p {
    padding-right: 11%;
  }
}
@media (max-width: 991px) {
  .h_banner {
    padding: 52px 0;
  }
  .h_banner-content-col h1 {
    font-size: 38px;
    line-height: 48px;
  }
  .h_banner-content-col p {
    font-size: 20px;
    line-height: 40px;
  }
  .h_banner-hbd-img {
    bottom: 40px;
    left: -20%;
    max-height: 100px;
  }
  .h_banner-paw-img {
    max-height: 48px;
    top: 32%;
    right: 0%;
  }
  .h_offer-section {
    margin-bottom: 80px;
  }
  .h_offer-section h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .h_offer-section .paws-2-img {
    max-height: 96px;
  }
  .h_offer-row {
    margin-bottom: 80px;
  }
  .h_offer-row:last-child {
    margin-bottom: 0;
    margin-top: 0;
  }
  .h_offer-row.h_offer-row-reverse .h_offer-col-content-box {
    padding: 48px 110px 48px 48px;
  }
  .h_offer-col-content-box {
    padding: 48px 48px 48px 110px;
    margin-left: -130px;
    max-width: 100%;
  }
  .h_offer-col-content-box .paw-img {
    max-height: 60px;
  }
  .h_offer-col-content-box .bird-illustration {
    max-height: 52px;
    margin-top: -36px;
  }
  .h_offer-col-content-box .bone-illustration {
    max-height: 54px;
    bottom: -37px;
    margin-left: 44px;
  }
  .h_offer-col-content-box .cat-illustration {
    max-height: 96px;
    margin-right: -2px;
    right: auto;
    left: 0;
    bottom: -20px;
  }
  .h_offer-col-content-box .cat-2-illustration {
    max-height: 140px;
  }
  .h_offer-col-content-box .frog-illustration {
    max-height: 64px;
    margin-right: 90px;
  }
  .h_offer-col-content-box .dog-illustration {
    max-height: 96px;
    margin-right: -24px;
    margin-bottom: -16px;
  }
  .h_offer-col-content-box .reptile-img {
    max-height: 70px;
    margin-bottom: -34px;
  }
  .h_offer-col-content h3 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 16px;
  }
  .h_offer-col-content p {
    font-size: 18px;
    line-height: 32px;
  }
  .h_offer-col-list li {
    margin-right: 24px;
  }
  .h_offer-col-list li .img-wrap {
    width: 64px;
    height: 64px;
  }
  .h_offer-col-list li .img-wrap img {
    max-width: 40px;
  }
  .h_offer-col-list li span {
    font-size: 16px;
    line-height: 22px;
  }
  .preFooter-reptile-img {
    margin-top: -38px;
    margin-left: -17px;
    max-height: 72px;
  }
  .preFooter-logo img {
    max-height: 48px;
  }
  .preFooter-left-col {
    padding: 48px;
  }
  .preFooter-left-col p {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 48px;
  }
  .preFooter-right-col {
    padding: 48px;
  }
  .preFooter-right-col h5 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 12px;
  }
  .preFooter-right-col h4 {
    font-size: 32px;
    line-height: 42px;
  }
  .preFooter-right-col p {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 32px;
  }
  .preFooter-right-col-list li .icon-wrap {
    width: 64px;
    height: 64px;
    border-radius: 15px;
  }
  .preFooter-right-col-list li .icon-wrap i {
    width: 28px;
    height: 28px;
  }
  .preFooter-right-col-list li span {
    font-size: 16px;
    line-height: 28px;
  }
  .preFooter {
    margin-bottom: 52px;
  }
  .bottom-fold-logo img {
    max-height: 48px;
    margin-bottom: 28px;
  }
  .bottom-fold h4 {
    font-size: 32px;
    line-height: 44px;
  }
  .bottom-fold-paw-img {
    max-height: 100px;
  }
  .bottom-fold-btn-list li img {
    max-height: 48px;
  }
  .bottom-fold-rabbit-img {
    max-height: 150px;
  }
}
@media (max-width: 767px) {
  .h_banner {
    padding: 40px 0;
  }
  .h_banner-content-col {
    text-align: center;
  }
  .h_banner-content-col h1 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 16px;
    padding-right: 0;
  }
  .h_banner-content-col p {
    font-size: 18px;
    line-height: 28px;
    padding-right: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .h_banner-hbd-img {
    bottom: 91px;
    left: -14px;
    max-height: 150px;
  }
  .h_offer-section {
    margin-bottom: 40px;
  }
  .h_offer-row {
    margin-bottom: 0px;
  }
  .h_offer-row:last-child {
    margin-bottom: 0;
  }
  .h_offer-row.h_offer-row-reverse .h_offer-col-content-box {
    margin: 0px 15px 0;
    padding: 28px 24px 85px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .h_offer-row.h_offer-row-reverse .h_offer-col-content-box .paw-img {
    margin-left: -15px;
  }
  .h_offer-row.h_offer-row-reverse .h_offer-img-col .img-wrap img {
    -webkit-transform: none;
            transform: none;
  }
  .h_offer-row .h_offer-pet-profile-img .img-wrap img {
    -webkit-transform: none;
            transform: none;
  }
  .h_offer-section h2 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 8px;
  }
  .h_offer-section .paws-2-img {
    max-height: 80px;
  }
  .h_offer-col-content-box {
    padding: 28px 24px 85px;
    margin: 0px 15px 0;
    -webkit-transform: none;
            transform: none;
  }
  .h_offer-col-content-box .paw-img {
    max-height: 48px;
    margin-right: -15px;
  }
  .h_offer-col-content-box .bone-illustration {
    max-height: 48px;
    left: auto;
    right: -15px;
    bottom: -40px;
  }
  .h_offer-col-content-box .bird-illustration {
    max-height: 42px;
    margin-top: -32px;
  }
  .h_offer-col-content-box .cat-illustration {
    max-height: 80px;
    right: auto;
    left: 0px;
    margin-bottom: 0px;
  }
  .h_offer-col-content-box .cat-2-illustration {
    max-height: 140px;
    bottom: -42px;
    left: auto;
    margin-left: 0;
    right: -14px;
  }
  .h_offer-col-content-box .dog-illustration {
    max-height: 80px;
    margin-right: -15px;
  }
  .h_offer-col-content-box .frog-illustration {
    max-height: 80px;
    margin-right: 15px;
  }
  .h_offer-col-content-box .reptile-img {
    max-height: 64px;
    margin-bottom: -31px;
  }
  .h_offer-col-content {
    -webkit-transform: none;
            transform: none;
  }
  .h_offer-col-content h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 12px;
  }
  .h_offer-col-content p {
    font-size: 18px;
    line-height: 34px;
  }
  .h_offer-col-list li {
    margin-right: 8px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .h_offer-col-list li .img-wrap {
    width: 64px;
    height: 64px;
  }
  .h_offer-col-list li .img-wrap img {
    max-width: 42px;
  }
  .h_offer-col-list li span {
    font-size: 16px;
    line-height: 22px;
  }
  .preFooter {
    margin-top: 80px;
    margin-bottom: 40px;
  }
  .preFooter-reptile-img {
    max-height: 64px;
    margin-top: -32px;
    margin-left: -15px;
  }
  .preFooter-logo {
    margin-bottom: 18px;
  }
  .preFooter-logo img {
    max-height: 48px;
  }
  .preFooter-left-col {
    padding: 24px;
  }
  .preFooter-left-col p {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 32px;
  }
  .preFooter-right-col {
    padding: 24px;
  }
  .preFooter-right-col h5 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 8px;
  }
  .preFooter-right-col h4 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 16px;
  }
  .preFooter-right-col p {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 32px;
  }
  .preFooter-right-col-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-right: 0;
  }
  .preFooter-right-col-list li .icon-wrap {
    width: 52px;
    height: 52px;
    border-radius: 15px;
  }
  .preFooter-right-col-list li .icon-wrap i {
    width: 24px;
    height: 24px;
  }
  .preFooter-right-col-list li span {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
  }
  .bottom-fold .container {
    padding: 32px 0 90px;
  }
  .bottom-fold h4 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 18px;
  }
  .bottom-fold-btn-list li + li {
    margin-left: 8px;
  }
  .bottom-fold-btn-list li img {
    max-height: 32px;
  }
  .bottom-fold-paw-img {
    top: 32px;
    max-height: 64px;
  }
  .bottom-fold-rabbit-img {
    max-height: 100px;
  }
}
@media (max-width: 575px) {
  .h_banner-hbd-img {
    bottom: 64px;
    left: -14px;
    max-height: 100px;
  }
}
.p_banner {
  background-color: #480ECD;
  padding: 85px 0;
  text-align: center;
  color: #FFFFFF;
  position: relative;
}
.p_banner h1 {
  font-family: "Mulish";
  font-size: 54px;
  line-height: 68px;
  font-weight: 700;
  margin-bottom: 22px;
}
.p_banner p {
  font-family: "Mulish";
  font-size: 24px;
  font-weight: 500;
  line-height: 50px;
  max-width: 812px;
  margin: 0 auto;
  letter-spacing: 0.64px;
}
.p_banner .paw-1,
.p_banner .paw-2 {
  position: absolute;
  max-height: 80px;
}
.p_banner .paw-1 {
  top: 30px;
  left: 72px;
}
.p_banner .paw-2 {
  right: 88px;
  bottom: 49px;
}

.p_content-section {
  padding: 90px 0 174px;
}

.p_content-box {
  border: 1px solid #DFD1FF;
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  background-color: #FFFFFF;
  padding: 60px 72px 60px;
  position: relative;
}
.p_content-box h3 {
  font-size: 34px;
  line-height: 54px;
  margin-top: 50px;
  letter-spacing: 0.64px;
  color: #000000;
  margin-bottom: 20px;
}
.p_content-box h3:first-child {
  margin-top: 0;
}
.p_content-box p {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 54px;
  color: #333333;
  letter-spacing: 0.64px;
}
.p_content-box p:last-of-type {
  margin-bottom: 0;
}
.p_content-box ul {
  padding-left: 20px;
}
.p_content-box ul li {
  font-size: 24px;
  line-height: 54px;
  color: #333333;
  letter-spacing: 0.64px;
}
.p_content-box .rabbit-illustration {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -48px;
  margin-right: -42px;
  max-height: 148px;
}
.p_content-box .bird-illustration {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: -56px;
  margin-bottom: -25px;
  max-height: 81px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

@media (max-width: 991px) {
  .p_banner {
    padding: 52px 0;
  }
  .p_banner h1 {
    font-size: 48px;
    line-height: 58px;
  }
  .p_banner p {
    font-size: 20px;
    line-height: 32px;
  }
  .p_banner .paw-1,
.p_banner .paw-2 {
    max-height: 64px;
  }
  .p_banner .paw-1 {
    top: 24px;
    left: 40px;
  }
  .p_banner .paw-2 {
    right: 40px;
    bottom: 0;
  }
  .p_content-section {
    padding: 52px 0;
  }
  .p_content-box h3 {
    font-size: 28px;
    line-height: 38px;
  }
  .p_content-box p {
    font-size: 20px;
    line-height: 40px;
  }
  .p_content-box ul li {
    font-size: 20px;
    line-height: 40px;
  }
  .p_content-box .bird-illustration {
    max-height: 64px;
    margin-left: -46px;
  }
  .p_content-box .rabbit-illustration {
    margin-top: -36px;
    margin-right: -28px;
    max-height: 120px;
  }
}
@media (max-width: 767px) {
  .p_banner {
    padding: 40px 0;
  }
  .p_banner h1 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 12px;
  }
  .p_banner p {
    font-size: 18px;
    line-height: 28px;
  }
  .p_banner .paw-1,
.p_banner .paw-2 {
    max-height: 52px;
  }
  .p_banner .paw-1 {
    top: 0px;
    left: 8px;
  }
  .p_banner .paw-2 {
    right: 8px;
    bottom: 0px;
  }
  .p_content-section {
    padding: 40px 0;
  }
  .p_content-box {
    padding: 32px 16px 40px;
  }
  .p_content-box h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 8px;
    margin-top: 24px;
  }
  .p_content-box p {
    font-size: 18px;
    line-height: 32px;
  }
  .p_content-box ul li {
    font-size: 18px;
    line-height: 32px;
  }
  .p_content-box .rabbit-illustration {
    margin-right: -15px;
    margin-top: -29px;
    max-height: 92px;
  }
  .p_content-box .bird-illustration {
    max-height: 42px;
    margin-left: -15px;
    margin-bottom: -16px;
  }
}</pre></body></html>