/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

body {
  font-family: "Noto Sans TC", sans-serif;
  line-height: 1.6;
  color: #333;
}

.btn {
  padding: 5px 30px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 1.25rem;
}

@media (min-width: 769px) {
  .btn {
    font-size: 1.5rem;
  }
}

@media (min-width: 1661px) {
  .btn {
    font-size: 2.5rem;
  }
}

.btn.primary {
  background-color: #fff;
  color: #FFA480;
  border: 2px solid #FFA480;
}

.btn.primary:hover {
  background-color: #FFA480;
  color: #fff;
  border: none;
  border: 2px solid #FFA480;
}

.btn.secondary {
  background-color: #FFA480;
  color: #fff;
  border: 2px solid #FFA480;
}

.btn.secondary:hover {
  background-color: #fff;
  color: #FFA480;
  border: 2px solid #FFA480;
}

.input-text {
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin: 8px 0;
  width: 100%;
  max-width: 300px;
}

.title-lg {
  font-size: 2rem;
  color: #8DB0FF;
}

.arrow-orange {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #FFA07A;
  border-top: 2px solid #FFA07A;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  margin-left: 5px;
}

@media (min-width: 769px) {
  .arrow-orange {
    width: 12px;
    height: 12px;
  }
}

.arrow-white {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  margin-left: 5px;
}

@media (min-width: 769px) {
  .arrow-white {
    width: 12px;
    height: 12px;
  }
}

.mb {
  display: block;
}

@media (min-width: 1024px) {
  .mb {
    display: none;
  }
}

.pc {
  display: none;
}

@media (min-width: 1024px) {
  .pc {
    display: block;
  }
}

.nav {
  height: 73px;
  width: 100%;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: white;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-backdrop-filter: blur(28.3px);
          backdrop-filter: blur(28.3px);
  -webkit-box-shadow: 0px 4px 15.6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 15.6px rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.nav__logo img {
  height: 53px;
  max-width: 100%;
  display: block;
}

.nav.scrolled {
  background-color: rgba(255, 252, 248, 0.7);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header__banner {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(100svh - 100px);
  padding: 20px;
  overflow: hidden;
}

.header__banner .header__img {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__banner .header__img picture,
.header__banner .header__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 60% 5%;
     object-position: 60% 5%;
}

@media (min-width: 1025px) {
  .header__banner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 35px 45px;
    height: calc(100vh - 140px);
  }
  .header__banner .header__img picture,
  .header__banner .header__img img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 35% center;
       object-position: 35% center;
  }
}

.header__text {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px 25px;
  backdrop-filter: blur(22.1px);
  -webkit-backdrop-filter: blur(22.1px);
  -webkit-box-shadow: 0 0 23.3px #d1c0c4;
          box-shadow: 0 0 23.3px #d1c0c4;
  border-radius: 25px;
  width: 90%;
  max-width: 480px;
  margin-bottom: 40px;
}

@media (max-height: 600px) {
  .header__text {
    margin-bottom: 80px;
  }
}

@media (min-height: 601px) and (min-width: 445px) and (max-width: 768px) {
  .header__text {
    margin-bottom: 20px;
  }
}

@media (min-height: 601px) and (min-width: 769px) and (max-width: 1023px) {
  .header__text {
    width: 75%;
    max-width: 800px;
  }
}

@media (min-height: 601px) and (min-width: 1024px) and (max-width: 1024px) {
  .header__text {
    margin-bottom: 50px;
  }
}

@media (min-height: 601px) and (min-width: 1024px) and (max-width: 1660px) {
  .header__text {
    width: 80%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
  }
}

@media (min-height: 601px) and (min-width: 1661px) {
  .header__text {
    padding: 43px 50px;
    width: 40%;
    max-width: 1024px;
  }
}

.header__text .title {
  -webkit-perspective: 1000px;
          perspective: 1000px;
  width: 100%;
}

.header__text .title .image-container {
  position: relative;
  width: 70%;
  margin: 0 auto;
  height: 110px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  cursor: pointer;
  -webkit-animation: initialFlip 0.6s ease-in-out 0.5s;
          animation: initialFlip 0.6s ease-in-out 0.5s;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

@media (max-height: 600px) {
  .header__text .title .image-container {
    height: 130px;
  }
}

@media (min-height: 601px) and (min-width: 769px) and (max-width: 1023px) {
  .header__text .title .image-container {
    height: 150px;
  }
}

@media (min-height: 601px) and (min-width: 1024px) and (max-width: 1660px) {
  .header__text .title .image-container {
    height: 230px;
  }
}

@media (min-height: 601px) and (min-width: 1661px) {
  .header__text .title .image-container {
    height: 300px;
  }
}

.header__text .title img {
  width: 100%;
  height: 100%;
  display: block;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
}

.header__text .title .image-front {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  z-index: 2;
}

.header__text .title .image-back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  z-index: 1;
}

.header__text .title:hover .image-container {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

@-webkit-keyframes initialFlip {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
}

@keyframes initialFlip {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
}

.header__text .subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5px 0 10px;
}

.header__text .subtitle div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.1;
}

.header__text .subtitle div img {
  width: 15px;
  height: 14px;
  margin-right: 5px;
}

@media (min-width: 769px) {
  .header__text .subtitle div img {
    width: 19px;
    height: 18px;
  }
}

@media (min-width: 1661px) {
  .header__text .subtitle div img {
    width: 22px;
    height: 21px;
  }
}

.header__text .subtitle div p {
  margin: 0;
  font-size: 0.9rem;
  color: #5C5A62;
}

@media (min-width: 769px) {
  .header__text .subtitle div p {
    font-size: 1.3rem;
  }
}

@media (min-width: 1661px) {
  .header__text .subtitle div p {
    font-size: 2rem;
  }
}

.header__text .promo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
  padding-top: 5px;
}

.header__text .promo::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: repeating-linear-gradient(to right, rgba(255, 164, 128, 0.5) 0, rgba(255, 164, 128, 0.5) 8px, transparent 8px, transparent 16px);
}

@media (min-width: 769px) and (max-width: 1023px) {
  .header__text .promo::before {
    left: -20px;
    right: -20px;
    height: 4px;
  }
}

@media (min-width: 1024px) and (max-width: 1660) {
  .header__text .promo::before {
    left: -40px;
    right: -40px;
  }
}

@media (min-width: 1661px) {
  .header__text .promo::before {
    left: -25px;
    right: -25px;
  }
}

@media (min-width: 769px) {
  .header__text .promo {
    padding: 10px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header__text .promo__label {
  font-size: 1.5rem;
  color: #FF9369;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-left: 10px;
}

@media (min-width: 769px) and (max-width: 1023px) {
  .header__text .promo__label {
    font-size: 1.5rem;
  }
}

@media (min-width: 1024px) and (max-width: 1660px) {
  .header__text .promo__label {
    font-size: 2rem;
  }
}

@media (min-width: 1661px) {
  .header__text .promo__label {
    font-size: 2.5rem;
  }
}

.header__text .promo__code {
  margin-top: 5px;
  background-color: #FFA480;
  color: white;
  padding: 2px 10px 5px;
  width: 100px;
  font-size: 1.5rem;
  line-height: 1;
  border-radius: 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (min-width: 769px) and (max-width: 1023px) {
  .header__text .promo__code {
    font-size: 1.5rem;
    width: 150px;
  }
}

@media (min-width: 1024px) and (max-width: 1660px) {
  .header__text .promo__code {
    font-size: 2rem;
    width: 180px;
  }
}

@media (min-width: 1661px) {
  .header__text .promo__code {
    font-size: 2.5rem;
    width: 180px;
  }
}

.header__text .promo__code .vector {
  width: 15px;
  height: 17px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (min-width: 769px) {
  .header__text .promo__code .vector {
    margin-top: 5px;
    width: 24px;
    height: 26px;
    margin-left: 5px;
  }
}

.header__text .promo__note {
  font-size: 0.875rem;
  color: rgba(92, 90, 98, 0.6);
  line-height: 1;
  text-align: center;
  margin-left: 35px;
}

@media (min-width: 769px) {
  .header__text .promo__note {
    font-size: 1rem;
    padding-left: 15px;
    margin-left: 0;
  }
}

@media (min-width: 1661px) {
  .header__text .promo__note {
    font-size: 1.25rem;
    margin-left: 0;
  }
}

.header__btns {
  width: 100%;
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}

@media (min-width: 769px) {
  .header__btns {
    width: 100%;
    max-width: 900px;
    margin-top: 30px;
  }
}

.hero_btn {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hero_btn:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.section {
  background: #fffCF8;
}

.section--story {
  background-color: rgba(255, 207, 202, 0.1);
  background-image: linear-gradient(to right, rgba(255, 207, 202, 0.4) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 207, 202, 0.4) 1px, transparent 1px);
  background-size: 31px 31px;
  padding: 50px 30px 35px;
}

@media (min-width: 769px) and (max-width: 1023px) {
  .section--story {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    padding: 31px 64px;
  }
}

@media (min-width: 1024px) and (max-width: 1660px) {
  .section--story {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    padding: 62px 128px;
  }
}

@media (min-width: 1661px) {
  .section--story {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    padding: 125px 256px;
  }
}

.section--story .story-video {
  margin-bottom: 30px;
  padding: 18px 0;
}

@media (min-width: 769px) {
  .section--story .story-video {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin-bottom: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 769px) {
  .section--story .story-info {
    width: 50%;
    margin-left: 100px;
    padding: 50px 0;
  }
}

.section--story .story-info .section__title {
  font-size: 1.5rem;
  color: #8DB0FF;
  line-height: 1.3;
  margin-bottom: 10px;
  font-weight: bold;
}

@media (min-width: 769px) and (max-width: 1023px) {
  .section--story .story-info .section__title {
    font-size: 1.3rem;
  }
}

@media (min-width: 1024px) and (max-width: 1660px) {
  .section--story .story-info .section__title {
    font-size: 2rem;
  }
}

@media (min-width: 1661px) {
  .section--story .story-info .section__title {
    font-size: 2.5rem;
  }
}

.section--story .story-info .story-text {
  font-size: 1.19rem;
  text-align: left;
  color: #5C5A62;
  line-height: 1.3;
}

@media (min-width: 769px) and (max-width: 1023px) {
  .section--story .story-info .story-text {
    font-size: 1rem;
  }
}

@media (min-width: 1024px) and (max-width: 1660px) {
  .section--story .story-info .story-text {
    font-size: 1.4rem;
  }
}

@media (min-width: 1661px) {
  .section--story .story-info .story-text {
    font-size: 1.875rem;
  }
}

.section--video {
  padding: 50px 37px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 769px) and (max-width: 1023px) {
  .section--video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    padding: 25px 64px;
  }
}

@media (min-width: 1024px) and (max-width: 1660px) {
  .section--video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    padding: 40px 128px;
  }
}

@media (min-width: 1661px) {
  .section--video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    padding: 50px 256px;
  }
}

.section--video .section__title {
  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;
  width: 100%;
  margin-bottom: 30px;
}

@media (min-width: 769px) {
  .section--video .section__title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 50px;
  }
}

.section--video .section__title img {
  width: 24.83px;
  height: 22px;
  margin-right: 5px;
  margin-top: 5px;
}

@media (min-width: 769px) {
  .section--video .section__title img {
    width: 35.44px;
    height: 35px;
  }
}

@media (min-width: 1661px) {
  .section--video .section__title img {
    width: 56.44px;
    height: 50px;
  }
}

.section--video .section__title h2 {
  font-size: 1.75rem;
  color: #8DB0FF;
  font-weight: bold;
}

@media (min-width: 769px) {
  .section--video .section__title h2 {
    font-size: 2.75rem;
  }
}

@media (min-width: 1661px) {
  .section--video .section__title h2 {
    font-size: 3.75rem;
  }
}

.section--video .video-card {
  margin-bottom: 30px;
}

@media (min-width: 769px) {
  .section--video .video-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 50px;
  }
  .section--video .video-card:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (min-width: 769px) {
  .section--video .video-card .story-videos {
    width: 50%;
    margin-right: 50px;
  }
}

.section--video .video-card .video-card__title {
  color: #FF9369;
  font-size: 1.375rem;
  font-weight: bold;
  margin-top: 18px;
}

@media (min-width: 769px) {
  .section--video .video-card .video-card__title {
    width: 50%;
    font-size: 2rem;
    margin-top: 0;
  }
  .section--video .video-card .video-card__title:nth-child(even) {
    margin-right: 50px;
  }
}

@media (min-width: 1661px) {
  .section--video .video-card .video-card__title {
    font-size: 2.5rem;
  }
}

.section--video .video-card .video-card__title p {
  font-size: 1.175rem;
  color: #5C5A62;
  font-weight: 500;
  line-height: 1.2;
}

@media (min-width: 769px) {
  .section--video .video-card .video-card__title p {
    width: 100%;
    font-size: 1.5rem;
  }
}

@media (min-width: 1661px) {
  .section--video .video-card .video-card__title p {
    font-size: 1.875rem;
  }
}

.section--plans {
  padding: 30px 37px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 769px) and (max-width: 1023px) {
  .section--plans {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    padding: 25px 64px 0;
  }
}

@media (min-width: 1024px) and (max-width: 1660px) {
  .section--plans {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    padding: 40px 128px 0;
  }
}

@media (min-width: 1661px) {
  .section--plans {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    padding: 50px 256px 0;
  }
}

.section--plans .section__title {
  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;
  width: 110%;
  margin: 0 -20px 50px;
}

.section--plans .section__title img {
  width: 24.83px;
  height: 22px;
}

@media (min-width: 769px) {
  .section--plans .section__title img {
    width: 56.44px;
    height: 50px;
  }
}

.section--plans .section__title h2 {
  font-size: 1.75rem;
  color: #8DB0FF;
  font-weight: bold;
}

@media (min-width: 769px) {
  .section--plans .section__title h2 {
    font-size: 2.75rem;
  }
}

@media (min-width: 1661px) {
  .section--plans .section__title h2 {
    font-size: 3.75rem;
  }
}

.section--plans .plan-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: cemter;
      -ms-flex-align: cemter;
          align-items: cemter;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 30px;
}

.section--plans .plan-card {
  position: relative;
  border: 2px solid #8DB0FF;
  border-radius: 12px;
  padding-top: 70px;
  width: 100%;
  background-color: #fff;
}

@media (min-width: 769px) {
  .section--plans .plan-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 80px 30px 20px;
  }
}

.section--plans .plan-card .plan-card__title {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 70%;
  background-color: #8DB0FF;
  color: #fff;
  font-size: 1.75rem;
  font-weight: bold;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 11px;
}

@media (min-width: 769px) and (max-width: 1023px) {
  .section--plans .plan-card .plan-card__title {
    width: 40%;
    font-size: 2.1rem;
  }
}

@media (min-width: 1024px) and (max-width: 1660px) {
  .section--plans .plan-card .plan-card__title {
    width: 20%;
  }
}

@media (min-width: 1661px) {
  .section--plans .plan-card .plan-card__title {
    font-size: 2.5rem;
  }
}

.section--plans .plan-card .plan-card__features {
  color: #5C5A62;
  font-size: 1.1rem;
  padding: 0 10px;
}

@media (min-width: 769px) {
  .section--plans .plan-card .plan-card__features {
    padding: 0;
    font-size: 1.4rem;
  }
}

@media (min-width: 1661px) {
  .section--plans .plan-card .plan-card__features {
    font-size: 1.875rem;
  }
}

.section--plans .plan-card .plan-card__btns {
  padding: 20px 10px 20px;
}

@media (min-width: 769px) {
  .section--plans .plan-card .plan-card__btns {
    padding: 0;
    width: 40%;
  }
}

.section--plans .plan-card .plan-card__btns .btn {
  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;
  border-radius: 30px;
  width: 100%;
  margin-bottom: 10px;
}

@media (min-width: 769px) {
  .section--plans .plan-card .plan-card__btns .btn {
    font-size: 1.4rem;
  }
}

@media (min-width: 1661px) {
  .section--plans .plan-card .plan-card__btns .btn {
    font-size: 1.875rem;
  }
}

.section--plans .plan-card .plan-card__btns .btn:hover .arrow-orange {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}

.section--plans .plan-card .plan-card__btns .btn:hover .arrow-white {
  border-right: 2px solid #FFA07A;
  border-top: 2px solid #FFA07A;
}

.section--plans .promo-card {
  background: rgba(141, 176, 255, 0.2);
  border-radius: 12px;
  text-align: center;
  width: 100%;
  padding: 15px 10px;
}

.section--plans .promo-card .promo-card__title {
  font-size: 1.875rem;
  color: #5C5A62;
  font-weight: bold;
  margin-bottom: 4px;
  line-height: 1;
}

@media (min-width: 769px) {
  .section--plans .promo-card .promo-card__title {
    font-size: 2.5rem;
  }
}

@media (min-width: 1661px) {
  .section--plans .promo-card .promo-card__title {
    font-size: 3.75rem;
  }
}

.section--plans .promo-card .promo-card__title .highlight {
  color: #FF9369;
  font-size: 3rem;
  font-weight: bold;
}

@media (min-width: 769px) {
  .section--plans .promo-card .promo-card__title .highlight {
    font-size: 3.1rem;
  }
}

@media (min-width: 1661px) {
  .section--plans .promo-card .promo-card__title .highlight {
    font-size: 4.2rem;
  }
}

.section--plans .promo-card .promo-card__subtitle {
  color: #8DB0FF;
  font-size: 1.875rem;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 8px;
}

@media (min-width: 769px) {
  .section--plans .promo-card .promo-card__subtitle {
    font-size: 2.1rem;
    margin-bottom: 20px;
  }
}

@media (min-width: 1661px) {
  .section--plans .promo-card .promo-card__subtitle {
    font-size: 2.5rem;
  }
}

.section--plans .promo-card .promo-card__code {
  background: #FFA480;
  color: #fff;
  font-size: 1.875rem;
  font-weight: bold;
  border-radius: 6px;
  margin: 0 auto 20px auto;
  width: 70%;
  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;
  gap: 6px;
  max-width: 180px;
}

@media (min-width: 769px) and (max-width: 1023px) {
  .section--plans .promo-card .promo-card__code {
    width: 40%;
    font-size: 2.1rem;
    max-width: 200px;
  }
}

@media (min-width: 1024px) {
  .section--plans .promo-card .promo-card__code {
    margin-top: 5px;
    background-color: #FFA480;
    color: white;
    padding: 10px 15px 15px;
    height: 40px;
    margin: 0;
    font-size: 2.5rem;
    line-height: 1;
    border-radius: 6px;
    width: 26%;
    margin-left: 20px;
    max-width: 250px;
  }
}

@media (min-width: 1661px) {
  .section--plans .promo-card .promo-card__code {
    font-size: 3.75rem;
    width: 25%;
    max-width: 280px;
  }
}

.section--plans .promo-card .promo-card__code img.vector {
  width: 22px;
  height: 23px;
  margin-top: 2px;
  margin-left: 2px;
}

@media (min-width: 1661px) {
  .section--plans .promo-card .promo-card__code img.vector {
    width: 30px;
    height: 35px;
    margin-top: 5px;
  }
}

.section--plans .promo-card .promo-card__footer {
  color: #5C5A62;
  font-size: 1.125rem;
  margin-top: 4px;
}

@media (min-width: 769px) {
  .section--plans .promo-card .promo-card__footer {
    font-size: 1.8rem;
  }
}

@media (min-width: 1661px) {
  .section--plans .promo-card .promo-card__footer {
    font-size: 1.5rem;
  }
}

.section--plans .promo-card .promo-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section--memorials {
  padding: 60px 37px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 769px) and (max-width: 1023px) {
  .section--memorials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    padding: 25px 64px;
  }
}

@media (min-width: 1024px) and (max-width: 1660px) {
  .section--memorials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    padding: 40px 128px;
  }
}

@media (min-width: 1661px) {
  .section--memorials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    padding: 50px 256px;
  }
}

.section--memorials .section__title {
  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;
  width: 100%;
  margin-bottom: 30px;
}

@media (min-width: 769px) {
  .section--memorials .section__title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 60px;
  }
}

.section--memorials .section__title img {
  width: 24.83px;
  height: 22px;
}

@media (min-width: 769px) {
  .section--memorials .section__title img {
    width: 56.44px;
    height: 50px;
  }
}

.section--memorials .section__title h2 {
  font-size: 1.75rem;
  color: #8DB0FF;
  font-weight: bold;
}

@media (min-width: 769px) {
  .section--memorials .section__title h2 {
    font-size: 2.75rem;
  }
}

@media (min-width: 1661px) {
  .section--memorials .section__title h2 {
    font-size: 3.75rem;
  }
}

@media (min-width: 769px) {
  .section--memorials .memorial-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.section--memorials .memorial-card {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 14.1px rgba(92, 90, 98, 0.3);
          box-shadow: 0px 0px 14.1px rgba(92, 90, 98, 0.3);
  overflow: hidden;
  padding: 20px;
  text-align: left;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 40px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.section--memorials .memorial-card:hover {
  -webkit-box-shadow: 0px 0px 14.1px rgba(92, 90, 98, 0.5);
          box-shadow: 0px 0px 14.1px rgba(92, 90, 98, 0.5);
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  cursor: pointer;
}

@media (min-width: 769px) and (max-width: 1023px) {
  .section--memorials .memorial-card {
    width: 43%;
  }
}

@media (min-width: 1024px) and (max-width: 1660px) {
  .section--memorials .memorial-card {
    width: 44%;
  }
}

@media (min-width: 1661px) {
  .section--memorials .memorial-card {
    width: 46.5%;
  }
}

.section--memorials .memorial-card .card-img img {
  width: 100%;
  height: auto;
}

.section--memorials .memorial-card .card-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.section--memorials .memorial-card .card-content .memorial-card__name {
  color: #8DB0FF;
  font-size: 1.5rem;
  font-weight: bold;
}

@media (min-width: 769px) {
  .section--memorials .memorial-card .card-content .memorial-card__name {
    font-size: 1.8rem;
  }
}

@media (min-width: 1661px) {
  .section--memorials .memorial-card .card-content .memorial-card__name {
    font-size: 2.5rem;
  }
}

.section--memorials .memorial-card .card-content .memorial-card__description {
  color: #5C5A62;
  font-size: 1.125rem;
  margin-bottom: 20px;
}

@media (min-width: 769px) {
  .section--memorials .memorial-card .card-content .memorial-card__description {
    font-size: 1.15rem;
  }
}

@media (min-width: 1661px) {
  .section--memorials .memorial-card .card-content .memorial-card__description {
    font-size: 1.75rem;
  }
}

.section--memorials .memorial-card .card-content a {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section--memorials .memorial-card .card-content button {
  background-color: #8DB0FF;
  border: none;
  border-radius: 12px;
  color: #fff;
  cursor: pointer;
  font-size: 1.875rem;
  width: 100%;
  padding: 3px 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #8DB0FF;
  position: relative;
  margin-top: auto;
}

.section--memorials .memorial-card .card-content button:hover {
  background-color: #fff;
  color: #8DB0FF;
}

.section--memorials .memorial-card .card-content button span {
  position: relative;
  right: 10px;
}

@media (min-width: 769px) {
  .section--memorials .memorial-card .card-content button span {
    right: 20px;
  }
}

@media (min-width: 769px) {
  .section--memorials .memorial-card .card-content button {
    font-size: 1.8rem;
  }
}

@media (min-width: 1661px) {
  .section--memorials .memorial-card .card-content button {
    font-size: 2.5rem;
  }
}

.section--memorials .memorial-card .card-content button::after {
  content: '';
  display: inline-block;
  width: 0.3em;
  height: 0.3em;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  border-radius: 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: -10px;
  margin-top: 2px;
  position: static;
}

@media (min-width: 769px) and (max-width: 1660px) {
  .section--memorials .memorial-card .card-content button::after {
    margin-left: -15px;
  }
}

@media (min-width: 1661px) {
  .section--memorials .memorial-card .card-content button::after {
    margin-top: 5px;
  }
}

.section--memorials .memorial-card .card-content button:hover::after {
  border-top: 3px solid #8DB0FF;
  border-right: 3px solid #8DB0FF;
}

.bottom-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  padding: 4px 60px;
  font-size: 12px;
  z-index: 1000;
  -webkit-transition: bottom 0.2s, position 0.2s;
  transition: bottom 0.2s, position 0.2s;
}

@media (min-width: 769px) and (max-width: 1023px) {
  .bottom-bar {
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  .bottom-bar {
    font-size: 18px;
    padding: 14px 20px;
  }
}

.bottom-bar a {
  color: #ff9a6a;
  text-decoration: underline;
  font-weight: bold;
}

.bottom-bar .close-bar {
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  font-size: 24px;
  color: #fff;
  opacity: 0.7;
}

.bottom-bar .close-bar:hover {
  opacity: 1;
}

.footer {
  padding: 10px 0;
  background: #5C5A62;
  text-align: center;
  font-size: 1.125rem;
  color: #fff;
}

.modal {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100svh;
  background: rgba(0, 0, 0, 0.6);
  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;
}

.modal .modal-content {
  background: #fffCF8;
  border-radius: 12px;
  text-align: center;
  position: relative;
  max-height: 90svh;
  width: 80%;
  max-width: 300px;
  border: 4px solid #8DB0FF;
  margin: 20px;
}

@media (min-width: 769px) and (max-width: 1023px) {
  .modal .modal-content {
    width: 62%;
    max-width: 500px;
  }
}

@media (min-width: 1024px) and (max-width: 1660px) {
  .modal .modal-content {
    width: 45%;
    max-width: 550px;
  }
}

@media (min-width: 1661px) {
  .modal .modal-content {
    width: 50%;
    max-width: 800px;
  }
}

.modal .modal-content .close {
  position: absolute;
  right: -12px;
  top: -12px;
  font-size: 32px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  font-size: 1rem;
  color: #8DB0FF;
  z-index: 10;
  border: 4px solid #8DB0FF;
}

@media (min-width: 769px) {
  .modal .modal-content .close {
    height: 40px;
    width: 40px;
    font-size: 1.45rem;
  }
}

@media (min-width: 1661px) {
  .modal .modal-content .close {
    height: 55px;
    width: 55px;
    right: -20px;
    top: -20px;
    font-size: 1.9rem;
  }
}

.modal .modal-content .modal-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #8DB0FF;
  color: #fff;
  font-size: 1.3rem;
  padding: 2px 10px;
  position: relative;
  z-index: 1;
  border: 1px solid #8DB0FF;
  border-radius: 5px 10px 0 0;
}

@media (min-width: 769px) {
  .modal .modal-content .modal-title {
    font-size: 2.5rem;
  }
}

@media (min-width: 1661px) {
  .modal .modal-content .modal-title {
    font-size: 3.75rem;
  }
}

.modal .modal-content .modal-title img {
  width: 22px;
  height: 22px;
  margin-right: 5px;
}

@media (min-width: 769px) {
  .modal .modal-content .modal-title img {
    width: 36px;
    height: 36px;
  }
}

@media (min-width: 1661px) {
  .modal .modal-content .modal-title img {
    width: 56.0px;
    height: 50px;
  }
}

.modal .contact-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 17px;
  margin: 12px 0;
  padding: 10px;
}

@media (min-width: 769px) {
  .modal .contact-options {
    gap: 35px;
  }
}

@media (min-width: 1661px) {
  .modal .contact-options {
    gap: 70px;
    margin: 20px 0;
    padding: 15px;
  }
}

.modal .contact-options .contact-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8rem;
  font-weight: bold;
  color: #5C5A62;
  cursor: pointer;
}

@media (min-width: 769px) {
  .modal .contact-options .contact-option {
    font-size: 1rem;
  }
}

@media (min-width: 1661px) {
  .modal .contact-options .contact-option {
    font-size: 1.5rem;
  }
}

@media (min-width: 1661px) {
  .modal .contact-options .contact-option img {
    width: 100px;
    height: 100px;
  }
}

.modal .contact-options .contact-option:first-child {
  padding: 0 9px;
}

.modal .contact-descriptions {
  font-size: 0.7rem;
  margin-bottom: 10px;
}

@media (min-width: 769px) {
  .modal .contact-descriptions {
    font-size: 1.1rem;
    margin-bottom: 20px;
  }
}

@media (min-width: 1661px) {
  .modal .contact-descriptions {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}

.pet-form {
  max-width: 900px;
  width: 100%;
  height: auto;
  margin: 10px auto;
  background: #fffCF8;
  border-radius: 12px;
  color: #5C5A62;
}

@media (min-width: 769px) {
  .pet-form {
    padding: 0px 10px;
  }
}

@media (min-width: 1661px) {
  .pet-form {
    padding: 0px 30px;
    margin: 0 auto;
  }
}

.pet-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}

@media (min-width: 769px) {
  .pet-form__row {
    width: 65%;
    margin-bottom: 0px;
  }
}

@media (min-width: 769px) {
  .pet-form__row {
    margin-bottom: 16px;
  }
}

.pet-form__label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  font-size: 0.875rem;
  text-align: left;
  white-space: nowrap;
  color: #5C5A62;
  font-weight: 500;
}

@media (min-width: 769px) {
  .pet-form__label {
    font-size: 1.2rem;
  }
}

@media (min-width: 1661px) {
  .pet-form__label {
    font-size: 1.875rem;
  }
}

.pet-form__input, .pet-form__select {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  border-bottom: 2px solid #5C5A62;
  background-color: transparent;
  font-size: 0.875rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #5C5A62;
}

@media (min-width: 769px) {
  .pet-form__input, .pet-form__select {
    font-size: 1.2rem;
    padding: 8px 12px 2px 0;
  }
}

@media (min-width: 1661px) {
  .pet-form__input, .pet-form__select {
    font-size: 1.875rem;
  }
}

.pet-form__input:focus, .pet-form__select:focus {
  outline: none;
  border-bottom: 2px solid #8DB0FF;
}

.pet-form__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url('data:image/svg+xml,%3Csvg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1 1L6 6L11 1" stroke="%23468EF9" stroke-width="2"/%3E%3C/svg%3E') no-repeat right 10px center;
  background-size: 12px 8px;
  padding-right: 30px;
  cursor: pointer;
}

.pet-form__note {
  font-size: 12px;
  color: #5C5A62;
  text-align: center;
  margin: 16px 0;
}

@media (min-width: 769px) {
  .pet-form__note {
    font-size: 1rem;
    margin: 25px 0;
  }
}

@media (min-width: 1661px) {
  .pet-form__note {
    font-size: 1.5rem;
  }
}

.pet-form__note img {
  width: 10px;
  height: 10px;
}

@media (min-width: 769px) {
  .pet-form__note img {
    width: 15px;
    height: 15px;
  }
}

@media (min-width: 1661px) {
  .pet-form__note img {
    width: 20px;
    height: 20px;
  }
}

.pet-form__submit {
  width: 40%;
  background-color: #FFA480;
  color: #fff;
  font-size: 16px;
  padding: 5px 0;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border: 2px solid #FFA480;
}

@media (min-width: 769px) {
  .pet-form__submit {
    font-size: 1.5rem;
  }
}

@media (min-width: 1661px) {
  .pet-form__submit {
    width: 40%;
    font-size: 2.5rem;
  }
}

.pet-form__submit:hover {
  background-color: #fff;
  color: #FF9369;
  border: 2px solid #FFA480;
}

.pet-form__row--wide {
  margin-left: 5px;
}

@media (min-width: 769px) {
  .pet-form__row--wide {
    width: 90%;
    margin-left: 8px;
  }
}

@media (min-width: 1661px) {
  .pet-form__row--wide {
    margin-left: 12px;
  }
}

.pet-form__row--medium {
  width: 100%;
  margin-left: 5px;
}

@media (min-width: 769px) {
  .pet-form__row--medium {
    width: 64%;
    margin-left: 8px;
  }
}

@media (min-width: 1661px) {
  .pet-form__row--medium {
    margin-left: 12px;
  }
}

.pet-form__row--mt {
  margin-top: 15px;
}

.custom-select-wrapper {
  position: relative;
  width: 100%;
}

.custom-select {
  border-bottom: 2px solid #5C5A62;
  font-size: 0.875rem;
  background: transparent;
  cursor: pointer;
  min-height: 22px;
  text-align: left;
}

@media (min-width: 769px) {
  .custom-select {
    font-size: 1.2rem;
    min-height: 30px;
  }
}

@media (min-width: 1661px) {
  .custom-select {
    font-size: 1.875rem;
    min-height: 48px;
  }
}

.custom-select:focus, .custom-select.open {
  border-bottom-color: #8DB0FF;
  font-weight: bold;
}

.custom-options {
  display: none;
  position: absolute;
  background: white;
  border: 1px solid #ccc;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 10;
}

.option {
  padding: 8px 12px;
  font-size: 0.75rem;
  cursor: pointer;
  border-bottom: 2px solid rgba(92, 90, 98, 0.2);
}

@media (min-width: 769px) {
  .option {
    font-size: 1rem;
  }
}

@media (min-width: 1661px) {
  .option {
    font-size: 1.5rem;
  }
}

.option:hover {
  background-color: #DEDEE0;
}

.custom-select.open + .custom-options {
  display: block;
}

.custom-arrow {
  width: 8px;
  height: 8px;
  border-left: 2px solid #5C5A62;
  border-bottom: 2px solid #5C5A62;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  position: absolute;
  right: 12px;
  top: 50%;
}

input:-webkit-autofill {
  background-color: transparent !important;
  box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-text-fill-color: #5C5A62 !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
/*# sourceMappingURL=main.css.map */