body {
  opacity: 1;
  width: 100%;
}

a.hd-select {
  font-weight: 700 !important;
}

.em-italic {
  font-style: italic;
  font-weight: 700;
}

.strong-bold {
  font-weight: 600;
}

.gray-bg {
  background: #f8f8f8;
}

.main-top-banner {
  height: 60px;
  line-height: 60px;
  background: #866d4b;
  text-align: center;
  color: #fff;
}
.main-top-banner br {
  display: none;
}
.main-top-banner a {
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 7px;
}

.cookie-set-box {
  z-index: 1000;
  position: fixed;
  left: 0;
  bottom: 15px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 22px 60px;
  background: #fff;
  box-shadow: 10px 10px 20px 5px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
}
.cookie-set-box .cookie-txt-box {
  width: calc(100% - 380px);
}
.cookie-set-box .cookie-txt-box p {
  font-size: 16px;
  color: #000;
}
.cookie-set-box .cookie-btn-box {
  width: 380px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.cookie-set-box .cookie-btn-box li {
  width: 45%;
  text-align: center;
}
.cookie-set-box .cookie-btn-box li a {
  text-align: center;
}
.cookie-set-box .cookie-btn-box li:first-child a {
  color: #000;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 7px;
  font-size: 18px;
}
@media (max-width: 1060px) {
  .cookie-set-box .cookie-btn-box li:first-child a {
    font-size: 16px;
  }
}
@media (max-width: 555px) {
  .cookie-set-box .cookie-btn-box li:first-child a {
    font-size: 15px;
  }
}
@media (max-width: 450px) {
  .cookie-set-box .cookie-btn-box li:first-child a {
    font-size: 14px;
  }
}
.cookie-set-box .cookie-btn-box li:last-child a {
  color: #fff;
  font-family: "adamina", serif;
  padding: 15px 35px;
  border-radius: 99px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.03em;
  background: linear-gradient(90deg, #7B2338 0%, #8C2D44 46.63%, #7B2338 100%);
  background-size: 200% auto;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
  transition: background-position 0.4s ease-in-out, box-shadow 0.3s ease, filter 0.3s ease;
}
@media (max-width: 1060px) {
  .cookie-set-box .cookie-btn-box li:last-child a {
    font-size: 16px;
  }
}
@media (max-width: 555px) {
  .cookie-set-box .cookie-btn-box li:last-child a {
    font-size: 15px;
  }
}
@media (max-width: 450px) {
  .cookie-set-box .cookie-btn-box li:last-child a {
    font-size: 14px;
  }
}
.cookie-set-box .cookie-btn-box li:last-child a:hover {
  background-position: right center;
  box-shadow: 0px 0px 12px rgba(139, 45, 68, 0.5);
  filter: brightness(1.3);
}

.mobile-menu-box {
  position: fixed;
  left: -120vw;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 999;
  transition: 0.3s;
}
.mobile-menu-box .header-inner {
  width: calc(100% - 1px);
  padding: 15px 55px 15px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(107, 107, 107, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.mobile-menu-box .header-inner .logo {
  width: 224px;
}
.mobile-menu-box .header-inner .logo a img {
  width: 100%;
}
.mobile-menu-box .header-inner .header-right {
  display: flex;
  gap: 25px;
  align-items: center;
}
.mobile-menu-box .header-inner .header-right .hd-user {
  width: 24px;
  height: 24px;
}
.mobile-menu-box .header-inner .header-right .hd-user img {
  width: 100%;
}
.mobile-menu-box .header-inner .header-right .btn-contact-us {
  font-family: "adamina", serif;
  padding: 18px 42px;
  border-radius: 99px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.03em;
  background: linear-gradient(90deg, #7B2338 0%, #8C2D44 46.63%, #7B2338 100%);
  background-size: 200% auto;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
  transition: background-position 0.4s ease-in-out, box-shadow 0.3s ease, filter 0.3s ease;
}
@media (max-width: 1060px) {
  .mobile-menu-box .header-inner .header-right .btn-contact-us {
    font-size: 16px;
  }
}
@media (max-width: 555px) {
  .mobile-menu-box .header-inner .header-right .btn-contact-us {
    font-size: 15px;
  }
}
@media (max-width: 450px) {
  .mobile-menu-box .header-inner .header-right .btn-contact-us {
    font-size: 14px;
  }
}
.mobile-menu-box .header-inner .header-right .btn-contact-us:hover {
  background-position: right center;
  box-shadow: 0px 0px 12px rgba(139, 45, 68, 0.5);
  filter: brightness(1.3);
}
.mobile-menu-box .header-inner .menu-box-btn {
  position: relative;
  width: 32px;
  height: 32px;
}
.mobile-menu-box .header-inner .menu-box-btn button {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
}
.mobile-menu-box .header-inner .menu-box-btn button span {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #111;
  transition: 0.3s;
}
.mobile-menu-box .header-inner .menu-box-btn button .stick01 {
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
}
.mobile-menu-box .header-inner .menu-box-btn button .stick02 {
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
}
.mobile-menu-box .header-inner .menu-box-btn button .stick03 {
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.mobile-menu-box .header-inner .menu-box-btn:hover button .stick01 {
  top: 21px;
  left: auto;
  right: 0;
  transform: rotate(-30deg);
  width: 20px;
}
.mobile-menu-box .header-inner .menu-box-btn:hover button .stick02 {
  left: 0;
  transform: translateX(0) rotate(0);
}
.mobile-menu-box .header-inner .menu-box-btn:hover button .stick03 {
  bottom: 19px;
  left: auto;
  right: 0;
  transform: rotate(30deg);
  width: 20px;
}
.mobile-menu-box .menu-list {
  position: relative;
  padding-top: 85px;
  overflow-y: scroll;
  height: calc(100vh - 100px);
}
.mobile-menu-box .menu-list > ul {
  padding: 0 25px;
}
.mobile-menu-box .menu-list > ul > li {
  text-align: center;
  border-top: 1px soliD #f1f1f1;
  transition: 0.3s;
}
.mobile-menu-box .menu-list > ul > li a {
  font-family: "adamina", serif;
  display: inline-block;
  padding: 22px 0;
  font-weight: 400;
  color: #222;
  font-size: 21px;
  width: 100%;
  height: 100%;
}
.mobile-menu-box .menu-list > ul > li:last-child {
  text-align: center;
  border-bottom: 1px soliD #f1f1f1;
}
.mobile-menu-box .menu-list > ul > li:hover {
  background: #222;
  transition: 0.3s;
}
.mobile-menu-box .menu-list > ul > li:hover a {
  color: #fff;
  font-weight: 600;
}
.mobile-menu-box .menu-list > ul .contact-li {
  display: none;
}

.mobile-menu-box.active {
  left: 0;
}

.sweet-alert h2 {
  font-size: 16px;
  text-align: left;
  padding-left: 10px;
  font-weight: 600;
  font-family: "work-sans", sans-serif;
}
.sweet-alert .sa-button-container {
  border-top: 1px solid #f1f1f1;
  text-align: right;
}
.sweet-alert .sa-button-container button {
  font-family: "adamina", serif;
  padding: 8px 16px;
  border-radius: 99px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.03em;
  background: linear-gradient(90deg, #7B2338 0%, #8C2D44 46.63%, #7B2338 100%);
  background-size: 200% auto;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
  transition: background-position 0.4s ease-in-out, box-shadow 0.3s ease, filter 0.3s ease;
}
@media (max-width: 1060px) {
  .sweet-alert .sa-button-container button {
    font-size: 16px;
  }
}
@media (max-width: 555px) {
  .sweet-alert .sa-button-container button {
    font-size: 15px;
  }
}
@media (max-width: 450px) {
  .sweet-alert .sa-button-container button {
    font-size: 14px;
  }
}
.sweet-alert .sa-button-container button:hover {
  background-position: right center;
  box-shadow: 0px 0px 12px rgba(139, 45, 68, 0.5);
  filter: brightness(1.3);
}
.sweet-alert .sa-button-container button {
  font-size: 14px;
  border-radius: 20px;
}

header .header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 32px);
  padding-top: 16px;
  z-index: 100;
  transition: 0.3s;
}
header .header .header-inner {
  width: calc(100% - 1px);
  padding: 15px 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 12px 12px 0 0;
  background: rgba(107, 107, 107, 0.07);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(21.5px);
}
header .header .header-inner .logo {
  width: 224px;
}
header .header .header-inner .logo a img {
  width: 100%;
}
header .header .header-inner .gnb ul {
  display: flex;
  align-items: center;
  gap: 45px;
}
header .header .header-inner .gnb ul li a {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  font-family: "adamina", serif;
}
header .header .header-inner .header-right {
  display: flex;
  gap: 25px;
  align-items: center;
}
header .header .header-inner .header-right .hd-user {
  width: 24px;
  height: 24px;
}
header .header .header-inner .header-right .hd-user img {
  width: 100%;
}
header .header .header-inner .header-right .hd-user .black-ico {
  display: none;
}
header .header .header-inner .header-right .btn-contact-us {
  font-family: "adamina", serif;
  padding: 18px 42px;
  border-radius: 99px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.03em;
  background: linear-gradient(90deg, #7B2338 0%, #8C2D44 46.63%, #7B2338 100%);
  background-size: 200% auto;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
  transition: background-position 0.4s ease-in-out, box-shadow 0.3s ease, filter 0.3s ease;
}
@media (max-width: 1060px) {
  header .header .header-inner .header-right .btn-contact-us {
    font-size: 16px;
  }
}
@media (max-width: 555px) {
  header .header .header-inner .header-right .btn-contact-us {
    font-size: 15px;
  }
}
@media (max-width: 450px) {
  header .header .header-inner .header-right .btn-contact-us {
    font-size: 14px;
  }
}
header .header .header-inner .header-right .btn-contact-us:hover {
  background-position: right center;
  box-shadow: 0px 0px 12px rgba(139, 45, 68, 0.5);
  filter: brightness(1.3);
}
header .header .header-inner .header-mobile-menu {
  position: relative;
  display: none;
  width: 37px;
  height: 32px;
}
header .header .header-inner .header-mobile-menu button {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
}
header .header .header-inner .header-mobile-menu button span {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: 0.3s;
}
header .header .header-inner .header-mobile-menu button .stick01 {
  top: 0;
}
header .header .header-inner .header-mobile-menu button .stick02 {
  transform: translateY(-50%);
  top: 50%;
}
header .header .header-inner .header-mobile-menu button .stick03 {
  bottom: 0;
}
header .header .header-inner .header-mobile-menu:hover button .stick01 {
  top: 21px;
  left: auto;
  right: 0;
  transform: rotate(-30deg);
  width: 20px;
}
header .header .header-inner .header-mobile-menu:hover button .stick02 {
  transform: translateY(-50%);
  top: 50%;
}
header .header .header-inner .header-mobile-menu:hover button .stick03 {
  bottom: 21px;
  left: auto;
  right: 0;
  transform: rotate(30deg);
  width: 20px;
}
header .header.scroll {
  width: 100%;
  position: fixed;
  top: 20px !important;
  padding-top: 0;
  transition: 0.3s;
}
header .header.scroll .header-inner {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 23px 40px;
  border-radius: 20px;
  width: calc(100% - 42px);
  background: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  backdrop-filter: none;
}
header .header.scroll .header-inner .gnb ul li a {
  transition: 0.3s;
  color: #333;
}
header .header.scroll .header-inner .hd-user .white-ico {
  display: none;
}
header .header.scroll .header-inner .hd-user .black-ico {
  display: block;
}
header .header.scroll .header-inner .header-mobile-menu button span {
  background: #333;
  transition: 0.3s;
}
@media (max-width: 640px) {
  header .header.scroll .header-inner {
    width: calc(100% - 32px);
  }
}

footer {
  width: calc(100% - 32px);
  margin: 0 auto 16px;
  color: #fff;
}
footer .ft-container .ft-cta {
  background-color: #8C2D44;
  color: #fff;
  padding: 2rem 0;
  border-radius: 12px 12px 0 0;
}
footer .ft-container .ft-cta .ft-cta-inner {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  text-align: left;
}
footer .ft-container .ft-cta .ft-cta-inner .f-cta-l h3 {
  font-family: "work-sans", sans-serif;
  color: #fff;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
}
footer .ft-container .ft-cta .ft-cta-inner .f-cta-r {
  width: 40%;
}
footer .ft-container .ft-cta .ft-cta-inner .f-cta-r p {
  font-family: "adamina", serif;
  width: 480px;
  margin-top: 16px;
  line-height: 1.5;
  font-size: 18px;
  letter-spacing: 0.03em;
  text-align: left;
}
footer .ft-container .ft-cta .ft-cta-inner .f-cta-r button {
  margin-top: 1.2rem;
  font-family: "adamina", serif;
  padding: 19px 24px;
  border-radius: 99px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.03em;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 50%, #e7c9d0 100%);
  background-size: 200% auto;
  background-position: left center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  transition: background-position 0.4s ease-in-out, box-shadow 0.3s ease;
}
@media (max-width: 1060px) {
  footer .ft-container .ft-cta .ft-cta-inner .f-cta-r button {
    font-size: 16px;
  }
}
@media (max-width: 555px) {
  footer .ft-container .ft-cta .ft-cta-inner .f-cta-r button {
    font-size: 15px;
  }
}
@media (max-width: 450px) {
  footer .ft-container .ft-cta .ft-cta-inner .f-cta-r button {
    font-size: 14px;
  }
}
footer .ft-container .ft-cta .ft-cta-inner .f-cta-r button:hover {
  background-position: right center;
  box-shadow: 0px 0px 12px rgba(139, 45, 68, 0.5);
}
footer .ft-container .ft-content {
  background-color: #1e010a;
}
footer .ft-container .ft-content .ft-content-inner {
  margin: 0 auto;
  width: 80%;
  display: flex;
  justify-content: space-between;
  padding: 3rem 0;
}
footer .ft-container .ft-content .ft-about {
  width: 22%;
}
footer .ft-container .ft-content .ft-about h2 {
  width: 284px;
  margin-bottom: 20px;
}
footer .ft-container .ft-content .ft-about h2 img {
  width: 100%;
}
footer .ft-container .ft-content .ft-about p {
  font-family: "adamina", serif;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 24px;
}
footer .ft-container .ft-content .ft-about .ft-info-mobile {
  width: 70%;
  display: none;
  justify-content: flex-end;
  gap: 74px;
}
footer .ft-container .ft-content .ft-about .ft-info-mobile .ft-links h4,
footer .ft-container .ft-content .ft-about .ft-info-mobile .ft-contact h4,
footer .ft-container .ft-content .ft-about .ft-info-mobile .ft-newsletter h4 {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "work-sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 28px;
}
footer .ft-container .ft-content .ft-about .ft-info-mobile .ft-links ul li:not(:last-child),
footer .ft-container .ft-content .ft-about .ft-info-mobile .ft-contact ul li:not(:last-child),
footer .ft-container .ft-content .ft-about .ft-info-mobile .ft-newsletter ul li:not(:last-child) {
  margin-bottom: 22px;
}
footer .ft-container .ft-content .ft-about .ft-info-mobile .ft-links ul li a,
footer .ft-container .ft-content .ft-about .ft-info-mobile .ft-contact ul li a,
footer .ft-container .ft-content .ft-about .ft-info-mobile .ft-newsletter ul li a {
  font-family: "adamina", serif;
  font-size: 18px;
  color: #fff;
}
footer .ft-container .ft-content .ft-about .ft-info-mobile .ft-links ul li a:hover,
footer .ft-container .ft-content .ft-about .ft-info-mobile .ft-contact ul li a:hover,
footer .ft-container .ft-content .ft-about .ft-info-mobile .ft-newsletter ul li a:hover {
  text-decoration: underline;
}
footer .ft-container .ft-content .ft-about .ft-info-mobile .ft-links {
  width: 30%;
}
footer .ft-container .ft-content .ft-about .ft-info-mobile .ft-contact ul li {
  font-family: "adamina", serif;
  font-size: 16px;
  line-height: 1.5;
}
footer .ft-container .ft-content .ft-about .ft-info-mobile .ft-contact ul li img {
  width: auto;
  height: 20px;
  margin-right: 10px;
}
footer .ft-container .ft-content .ft-about .ft-info-mobile .ft-contact ul li:nth-child(2) img {
  height: 16px;
}
footer .ft-container .ft-content .ft-about .ft-info-mobile .ft-contact ul li:nth-child(3) img {
  margin-left: 3px;
}
footer .ft-container .ft-content .ft-about .ft-info-mobile .ft-newsletter {
  width: 351px;
}
footer .ft-container .ft-content .ft-about .ft-info-mobile .ft-newsletter > p {
  width: 90%;
  font-size: 17px;
  margin-bottom: 20px;
}
footer .ft-container .ft-content .ft-about .ft-info-mobile .ft-newsletter form .ft-newsletter-form {
  position: relative;
  width: 351px;
  height: 61px;
}
footer .ft-container .ft-content .ft-about .ft-info-mobile .ft-newsletter form .ft-newsletter-form input {
  position: absolute;
  left: 0;
  width: 351px;
  height: 61px;
  padding: 0 20px;
  font-size: 14px;
  letter-spacing: 0.05em;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.14);
}
footer .ft-container .ft-content .ft-about .ft-info-mobile .ft-newsletter form .ft-newsletter-form button {
  font-family: "adamina", serif;
  padding: 17px 24px;
  border-radius: 99px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.03em;
  background: linear-gradient(90deg, #7B2338 0%, #8C2D44 46.63%, #7B2338 100%);
  background-size: 200% auto;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
  transition: background-position 0.4s ease-in-out, box-shadow 0.3s ease, filter 0.3s ease;
}
@media (max-width: 1060px) {
  footer .ft-container .ft-content .ft-about .ft-info-mobile .ft-newsletter form .ft-newsletter-form button {
    font-size: 16px;
  }
}
@media (max-width: 555px) {
  footer .ft-container .ft-content .ft-about .ft-info-mobile .ft-newsletter form .ft-newsletter-form button {
    font-size: 15px;
  }
}
@media (max-width: 450px) {
  footer .ft-container .ft-content .ft-about .ft-info-mobile .ft-newsletter form .ft-newsletter-form button {
    font-size: 14px;
  }
}
footer .ft-container .ft-content .ft-about .ft-info-mobile .ft-newsletter form .ft-newsletter-form button:hover {
  background-position: right center;
  box-shadow: 0px 0px 12px rgba(139, 45, 68, 0.5);
  filter: brightness(1.3);
}
footer .ft-container .ft-content .ft-about .ft-info-mobile .ft-newsletter form .ft-newsletter-form button {
  position: absolute;
  top: 2px;
  right: 2px;
}
footer .ft-container .ft-content .ft-about .ft-info-mobile .ft-newsletter form .ft-newsletter-form .button-mobile {
  display: none;
}
footer .ft-container .ft-content .ft-about .ft-socials {
  display: flex;
  gap: 14px;
}
footer .ft-container .ft-content .ft-about .ft-socials a img {
  width: 48px;
  height: 48px;
}
footer .ft-container .ft-content .ft-info {
  width: 70%;
  display: flex;
  justify-content: flex-end;
  gap: 74px;
}
footer .ft-container .ft-content .ft-info .ft-links h4,
footer .ft-container .ft-content .ft-info .ft-contact h4,
footer .ft-container .ft-content .ft-info .ft-newsletter h4 {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "work-sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 28px;
}
footer .ft-container .ft-content .ft-info .ft-links ul li:not(:last-child),
footer .ft-container .ft-content .ft-info .ft-contact ul li:not(:last-child),
footer .ft-container .ft-content .ft-info .ft-newsletter ul li:not(:last-child) {
  margin-bottom: 22px;
}
footer .ft-container .ft-content .ft-info .ft-links ul li,
footer .ft-container .ft-content .ft-info .ft-contact ul li,
footer .ft-container .ft-content .ft-info .ft-newsletter ul li {
  font-family: "adamina", serif;
  font-size: 16px;
}
footer .ft-container .ft-content .ft-info .ft-links ul li a,
footer .ft-container .ft-content .ft-info .ft-contact ul li a,
footer .ft-container .ft-content .ft-info .ft-newsletter ul li a {
  font-family: "adamina", serif;
  font-size: 16px;
  color: #fff;
}
footer .ft-container .ft-content .ft-info .ft-links ul li a:hover,
footer .ft-container .ft-content .ft-info .ft-contact ul li a:hover,
footer .ft-container .ft-content .ft-info .ft-newsletter ul li a:hover {
  text-decoration: underline;
}
footer .ft-container .ft-content .ft-info .ft-links {
  width: 30%;
}
footer .ft-container .ft-content .ft-info .ft-contact ul li {
  font-family: "adamina", serif;
  font-size: 16px;
  line-height: 1.5;
}
footer .ft-container .ft-content .ft-info .ft-contact ul li img {
  width: auto;
  height: 20px;
  margin-right: 10px;
}
footer .ft-container .ft-content .ft-info .ft-contact ul li:nth-child(2) img {
  height: 16px;
}
footer .ft-container .ft-content .ft-info .ft-contact ul li:nth-child(3) img {
  margin-left: 3px;
}
footer .ft-container .ft-content .ft-info .ft-newsletter {
  width: 351px;
}
footer .ft-container .ft-content .ft-info .ft-newsletter > p {
  font-family: "adamina", serif;
  width: 90%;
  font-size: 16px;
  margin-bottom: 20px;
}
footer .ft-container .ft-content .ft-info .ft-newsletter form .ft-newsletter-form {
  position: relative;
  width: 351px;
  height: 61px;
}
footer .ft-container .ft-content .ft-info .ft-newsletter form .ft-newsletter-form input {
  position: absolute;
  left: 0;
  width: 351px;
  height: 61px;
  padding: 0 20px;
  font-size: 14px;
  letter-spacing: 0.05em;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.14);
}
footer .ft-container .ft-content .ft-info .ft-newsletter form .ft-newsletter-form button {
  font-family: "adamina", serif;
  padding: 17px 24px;
  border-radius: 99px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.03em;
  background: linear-gradient(90deg, #7B2338 0%, #8C2D44 46.63%, #7B2338 100%);
  background-size: 200% auto;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
  transition: background-position 0.4s ease-in-out, box-shadow 0.3s ease, filter 0.3s ease;
}
@media (max-width: 1060px) {
  footer .ft-container .ft-content .ft-info .ft-newsletter form .ft-newsletter-form button {
    font-size: 16px;
  }
}
@media (max-width: 555px) {
  footer .ft-container .ft-content .ft-info .ft-newsletter form .ft-newsletter-form button {
    font-size: 15px;
  }
}
@media (max-width: 450px) {
  footer .ft-container .ft-content .ft-info .ft-newsletter form .ft-newsletter-form button {
    font-size: 14px;
  }
}
footer .ft-container .ft-content .ft-info .ft-newsletter form .ft-newsletter-form button:hover {
  background-position: right center;
  box-shadow: 0px 0px 12px rgba(139, 45, 68, 0.5);
  filter: brightness(1.3);
}
footer .ft-container .ft-content .ft-info .ft-newsletter form .ft-newsletter-form button {
  position: absolute;
  top: 2px;
  right: 2px;
}
footer .ft-container .ft-bottom {
  font-family: "adamina", serif;
  border-radius: 0 0 12px 12px;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  border-top: 1px solid #fff;
}
footer .ft-container .ft-bottom .ft-bottom-inner {
  width: 80%;
  margin: 0 auto;
  padding: 28px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .ft-container .ft-bottom .ft-bottom-inner .ft-policy-links {
  display: flex;
  gap: 24px;
}
footer .ft-container .ft-bottom .ft-bottom-inner .ft-policy-links a {
  font-family: "adamina", serif;
  color: #fff;
  font-size: 16px;
}
footer .ft-container .ft-bottom .ft-bottom-inner .ft-policy-links a:hover {
  text-decoration: underline;
}
footer .ft-container .ft-bottom .ft-bottom-inner p {
  font-family: "adamina", serif;
  font-size: 16px;
}/*# sourceMappingURL=common.css.map */