@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&display=swap");
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
}

body {
  color: #57585c;
  background-color: #fdddd0;
  font-family: "Microsoft JhengHei", 微軟正黑體, 微軟雅黑體, "黑体", "Arial", sans-serif;
  background-image: url(../images/background.jpg);
  background-position: center top;
  background-size: cover;
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1448px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 400px) {
  .wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}

b {
  font-weight: 900;
  font-family: "Open Sans", "Microsoft JhengHei", 微軟正黑體, 微軟雅黑體, "黑体", "Arial", sans-serif;
}

h2 {
  font-weight: 100;
  margin: 24px 0;
  font-size: 54px;
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 36px;
  }
}

@media screen and (max-width: 480px) {
  h2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 400px) {
  h2 {
    font-size: 22px;
  }
}

h2 span {
  display: inline-block;
}

p {
  line-height: 1;
  font-size: 22px;
  font-weight: 400;
  font-size: 22px;
}

@media screen and (max-width: 768px) {
  p {
    font-size: 18px;
  }
}

@media screen and (max-width: 480px) {
  p {
    font-size: 15px;
  }
}

p span {
  display: inline-block;
  border-left: 1px solid;
  border-right: 1px solid;
  padding: 0 18px;
  letter-spacing: 15px;
  padding: 0 4px 0 18px;
}

@media screen and (max-width: 768px) {
  p span {
    letter-spacing: 10px;
    padding: 0 4px 0 16px;
  }
}

@media screen and (max-width: 480px) {
  p span {
    letter-spacing: 6px;
    padding: 0 4px 0 10px;
  }
}

img {
  max-width: 100%;
  display: block;
}

section {
  display: block;
  position: relative;
  overflow: hidden;
}

.nav {
  text-align: right;
  margin-top: 12px;
}

.nav a {
  color: #a98a83;
  text-decoration: none;
}

.head {
  text-align: center;
  padding: 120px 0;
}

@media screen and (max-width: 560px) {
  .head {
    padding: 80px 0 100px;
  }
}

.head img {
  margin-left: auto;
  margin-right: auto;
}

.head__logo {
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .head__logo {
    width: 260px;
  }
}

@media screen and (max-width: 480px) {
  .head__logo {
    width: 200px;
  }
}

.head__banner {
  position: relative;
  padding: 0 200px;
  padding: 0px 15%;
  width: 100%;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  top: 120px;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .head__banner {
    padding: 0px;
  }
}

.head.active .head__banner {
  top: 0;
  opacity: 1;
}

.head__banner-prod {
  position: absolute;
}

@media screen and (min-width: 769px) {
  .head__banner-prod {
    bottom: -18%;
    left: 60px;
    width: 23%;
  }
}

@media screen and (max-width: 768px) {
  .head__banner-prod {
    bottom: -100px;
    right: 0;
    width: 45%;
    max-width: 180px;
  }
}

.head__banner-prod-img {
  width: 100%;
  z-index: 2;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.head:not(.active) .head__banner-prod-img {
  opacity: 0;
}

.head__banner-prod-img--1 {
  position: relative;
  left: 0;
}

.head:not(.active) .head__banner-prod-img--1 {
  left: 60px;
}

.head__banner-prod-img--2 {
  position: absolute;
  right: 0;
  top: 0;
}

.head:not(.active) .head__banner-prod-img--2 {
  right: 60px;
}

.head__art {
  background-image: url(../images/sec1-art.png);
  background-position: center bottom;
  background-size: contain;
  position: absolute;
  top: 48%;
  bottom: 0;
  left: 10%;
  right: 0;
  z-index: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.head:not(.active) .head__art {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .head__art {
    background-image: url(../images/sec1-art-mb.png);
    background-position: bottom right;
    background-size: 320px;
    top: 20%;
  }
}

.offers {
  text-align: center;
}

.offers h2 {
  color: #f9877d;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  .offers h2 {
    font-size: 32px;
  }
}

@media screen and (max-width: 480px) {
  .offers h2 {
    font-size: 20px;
  }
}

.offers h3 {
  font-size: 22px;
  color: #f9877d;
  padding: 0 10px 6px;
  line-height: 1;
  margin-top: 12px;
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 768px) {
  .offers h3 {
    font-size: 20px;
  }
}

.offers h3:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 16px;
  border-radius: 500px;
  background-color: #f9877d22;
}

.offers p {
  line-height: 1.4;
}

.offers__row {
  margin-bottom: 46px;
}

@media screen and (min-width: 1024px) {
  .offers__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.offers__row ~ p {
  font-size: 14px;
  color: #000;
}

.offers__left, .offers__right {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 600px;
  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;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1023px) {
  .offers__left, .offers__right {
    margin: 0 auto;
    padding-top: 24px;
  }
}

@media screen and (max-width: 1023px) {
  .offers__left {
    background-color: rgba(249, 135, 125, 0.1);
  }
}

@media screen and (max-width: 1023px) {
  .offers__right {
    background-color: rgba(249, 135, 125, 0.2);
  }
}

.offers__content {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 12px 44px 20px;
  margin-top: 16px;
}

@media screen and (max-width: 480px) {
  .offers__content {
    padding: 12px 12px 20px;
  }
}

.offers__content--1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 1024px) {
  .offers__content--1 {
    background-color: rgba(249, 135, 125, 0.1);
  }
}

@media screen and (min-width: 1024px) {
  .offers__content--2 {
    background-color: rgba(249, 135, 125, 0.2);
  }
}

.offers__content--2 img {
  margin: 0 auto 12px;
}

.offers__content p {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .offers__content p {
    font-size: 15px;
  }
}

@media screen and (max-width: 480px) {
  .offers__content p {
    font-size: 12px;
  }
}

.offers__center {
  width: 20px;
  height: auto;
}

@media screen and (min-width: 1024px) {
  .offers__center {
    margin: 0 -10px;
    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;
    padding-top: 62px;
  }
}

@media screen and (max-width: 1023px) {
  .offers__center {
    margin: -12px auto;
    width: 32px;
  }
}

.offers__center span {
  display: inline-block;
  color: #fff;
  font-weight: 900;
  font-size: 20px;
  padding: 0 4px 4px;
  background-color: #f9877d;
  line-height: 1;
  border-radius: 50px;
}

.offers__left-txt {
  max-width: 220px;
  margin: 0 24px;
}

@media screen and (max-width: 480px) {
  .offers__left-txt {
    max-width: 50%;
    margin: 0 8px 0 0;
  }
}

.offers__left-txt h3,
.offers__left-txt p {
  margin-bottom: 12px;
}

.offers__left-txt h3:before,
.offers__left-txt p:before {
  display: none;
}

.offers__left-product {
  text-align: center;
}

.offers__left-product img {
  margin: 0 auto 12px;
}

.offers__right-img {
  display: inline-block;
  position: relative;
}

.offers__right-img .floating-txt {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #f9877d;
  color: #fff;
  line-height: 1;
  width: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  border-radius: 500px;
  font-size: 14px;
  left: -30px;
  top: 52px;
}

.offers__art {
  background-image: url(../images/sec2-art.png);
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 60px;
  bottom: 60px;
  left: 5%;
  right: 5%;
  z-index: 0;
}

@media screen and (max-width: 1023px) {
  .offers__art {
    background-image: url(../images/sec2-art-mb.png);
    top: 0;
    bottom: 0;
  }
}

.product {
  text-align: center;
  margin-top: 120px;
  padding-bottom: 80px;
}

@media screen and (max-width: 1023px) {
  .product {
    padding-bottom: 42px;
  }
}

@media screen and (max-width: 480px) {
  .product {
    padding-bottom: 0;
    margin-top: 48px;
  }
}

.product p {
  font-size: 16px;
  margin-top: 12px;
}

@media screen and (max-width: 480px) {
  .product p {
    font-size: 12px;
  }
}

.product p span {
  letter-spacing: 8px;
  padding-right: 10px;
}

@media screen and (max-width: 480px) {
  .product p span {
    letter-spacing: 4px;
    padding-right: 6px;
  }
}

.product a {
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: #f9877d;
  border: 1px solid #f9877d;
  padding: 14px 34px;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product a:hover {
  color: #f9877d;
  background-color: transparent;
}

@media screen and (max-width: 480px) {
  .product .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

.product__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 72px auto 0;
}

@media screen and (max-width: 1023px) {
  .product__items {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.product__items .break {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.product__items ~ p {
  font-size: 20px;
  font-weight: 600;
  margin-top: 92px;
}

@media screen and (min-width: 1024px) {
  .product__items ~ p {
    margin-top: -24px;
  }
}

@media screen and (max-width: 480px) {
  .product__items ~ p {
    margin-top: 32px;
    padding: 0 18px;
  }
}

.product__swiper {
  width: 300px;
  margin: 0;
  pointer-events: none;
}

@media screen and (max-width: 560px) {
  .product__swiper {
    width: 200px;
    margin: 0 16px;
  }
}

@media screen and (max-width: 480px) {
  .product__swiper {
    font-size: 12px;
  }
}

@media screen and (max-width: 400px) {
  .product__swiper {
    margin: 0;
  }
}

.product__item {
  background-color: #fff;
  margin: 8px;
  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;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .product__item--1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 32px;
  }
}

@media screen and (max-width: 1023px) {
  .product__item--1 {
    margin-right: 32px;
  }
}

@media screen and (max-width: 560px) {
  .product__item--1 .product__content {
    margin-left: 0;
  }
}

.product__item--1:before {
  content: "";
  display: block;
  width: 160px;
  height: 320px;
  left: -18px;
  top: -18px;
  background-color: #fff;
  opacity: 0.2;
  position: absolute;
}

@media screen and (min-width: 1024px) {
  .product__item--2 {
    margin-right: -160px;
    margin-top: -140px;
    padding-right: 32px;
    top: -20px;
  }
}

@media screen and (max-width: 1023px) {
  .product__item--2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-left: 32px;
  }
}

@media screen and (max-width: 560px) {
  .product__item--2 .product__content {
    margin-right: 0;
  }
}

@media screen and (min-width: 1024px) {
  .product__item--3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: -80px;
    margin-left: -160px;
    padding-left: 32px;
  }
}

@media screen and (max-width: 1023px) {
  .product__item--3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 32px;
  }
}

.product__item--4 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 32px;
}

@media screen and (min-width: 1024px) {
  .product__item--4 {
    margin-top: -56px;
    top: -104px;
  }
}

@media screen and (max-width: 1023px) {
  .product__item--4 {
    margin-top: 64px;
  }
}

@media screen and (max-width: 480px) {
  .product__item--4 {
    margin-top: 32px;
  }
}

.product__item--4:before {
  content: "";
  display: block;
  width: 160px;
  height: 320px;
  right: -18px;
  bottom: -18px;
  background-color: #fff;
  opacity: 0.2;
  position: absolute;
}

@media screen and (max-width: 480px) {
  .product__item--3, .product__item--4 {
    -ms-flex-preferred-size: calc(50% - 16px);
        flex-basis: calc(50% - 16px);
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 1023px) {
  .product__item--3 .product__swiper, .product__item--4 .product__swiper {
    width: 240px;
  }
}

@media screen and (max-width: 560px) {
  .product__item--3 .product__swiper, .product__item--4 .product__swiper {
    width: 140px;
  }
}

@media screen and (max-width: 480px) {
  .product__item--3 .product__swiper, .product__item--4 .product__swiper {
    margin-left: 0;
    margin-right: 0;
  }
}

.product__item img {
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
}

@media screen and (max-width: 480px) {
  .product__item img {
    max-width: 100%;
  }
}

.product__slide {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.product__slide:not(.swiper-slide-active) {
  pointer-events: none;
  opacity: 0;
}

.product__content {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 120px;
  margin: 0 -36px;
}

@media screen and (max-width: 1023px) {
  .product__content {
    margin: 0 -24px;
  }
}

@media screen and (max-width: 480px) {
  .product__content {
    margin: 0 -12px;
  }
}

.product__content img {
  max-width: 100%;
  width: 100%;
}

.product__art {
  background-image: url(../images/sec3-art.png);
  background-position: 74% 0;
  background-size: contain;
  position: absolute;
  top: 120px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.feature {
  text-align: center;
  margin: 72px auto;
}

.feature .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.feature__item {
  margin-bottom: 32px;
  -ms-flex-preferred-size: 195px;
      flex-basis: 195px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 1023px) {
  .feature__item {
    -ms-flex-preferred-size: 160px;
        flex-basis: 160px;
  }
}

@media screen and (max-width: 560px) {
  .feature__item {
    -ms-flex-preferred-size: 140px;
        flex-basis: 140px;
  }
}

@media screen and (max-width: 480px) {
  .feature__item {
    -ms-flex-preferred-size: 117px;
        flex-basis: 117px;
  }
}

.feature__item p {
  line-height: 1.4;
  font-size: 20px;
  color: #a98a83;
  font-weight: 500;
  letter-spacing: 6px;
}

@media screen and (max-width: 1023px) {
  .feature__item p {
    font-size: 16px;
    letter-spacing: 4px;
  }
}

@media screen and (max-width: 480px) {
  .feature__item p {
    font-size: 14px;
    letter-spacing: 2px;
  }
}

.feature__item img {
  display: inline-block;
  margin: 0 0 12px;
}

@media screen and (max-width: 1023px) {
  .feature__item img {
    width: 80px;
  }
}

@media screen and (max-width: 1023px) {
  .feature .break {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.more {
  text-align: center;
  background: #fff;
}

.more h3 {
  font-size: 32px;
}

@media screen and (max-width: 768px) {
  .more h3 {
    font-size: 24px;
  }
}

.more .wrapper > a {
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: #f9877d;
  border: 1px solid #f9877d;
  padding: 10px 34px;
  border-radius: 8px;
  margin-top: 32px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.more .wrapper > a:hover {
  color: #f9877d;
  background-color: #fff;
}

@media screen and (max-width: 480px) {
  .more b {
    display: block;
    margin: 0 auto;
  }
}

.more .wrapper {
  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;
  height: 420px;
  padding-bottom: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.more__art {
  background-image: url(../images/sec4-art.png);
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 100px;
  bottom: 230px;
  z-index: 0;
}

@media screen and (min-width: 769px) {
  .more__art {
    right: 50%;
    width: 320px;
  }
}

@media screen and (max-width: 768px) {
  .more__art {
    left: 12px;
    width: 70%;
  }
}

.contact {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
  z-index: 9;
  pointer-events: none;
}

@media screen and (min-width: 769px) {
  .contact {
    top: 0;
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  .contact {
    left: 0;
    bottom: 0;
    height: auto;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .contact.stop-float {
    position: absolute;
  }
}

.contact__item {
  pointer-events: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 110px;
  height: 110px;
  padding: 16px;
  background-color: #faf2ef;
  margin: 1px;
}

@media screen and (max-width: 768px) {
  .contact__item {
    height: auto;
    padding: 12px 6px 6px;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 110px;
  }
}

.contact__item p {
  font-size: 14px;
  color: #a98a83;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .contact__item p {
    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;
    height: 32px;
  }
}

@media screen and (max-width: 480px) {
  .contact__item p {
    font-size: 12px;
  }
}

.contact__item img {
  display: block;
  width: 42px;
  margin-bottom: 4px;
}

@media screen and (max-width: 768px) {
  .contact__item img {
    width: 32px;
  }
}

.contact__item--head {
  position: relative;
  background-color: #f9877d;
}

@media screen and (min-width: 769px) {
  .contact__item--head {
    height: 80px;
  }
}

.contact__item--head:after {
  content: "";
  display: block;
  border: 8px solid transparent;
  position: absolute;
}

@media screen and (min-width: 769px) {
  .contact__item--head:after {
    top: 100%;
    left: calc(50% - 8px);
    border-top-color: #f9877d;
  }
}

@media screen and (max-width: 768px) {
  .contact__item--head:after {
    left: 100%;
    top: calc(50% - 8px);
    border-left-color: #f9877d;
  }
}

.contact__item--head p {
  color: #fff;
  font-size: 20px;
}

.footer {
  background-color: #000;
  color: #fff;
  text-align: center;
}

.footer p {
  font-size: 14px;
  margin-bottom: 18px;
}

.footer a {
  color: #fff;
  text-decoration: none;
  margin: 0 12px;
}

.footer .wrapper {
  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;
  height: 420px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__ss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 42px auto;
}

span.desktop-br {
  display: block;
  border: none;
  letter-spacing: unset;
  padding: 0;
}

@media screen and (max-width: 991px) {
  span.desktop-br {
    display: initial;
  }
}
/*# sourceMappingURL=style.css.map */