* {
  box-sizing: border-box;
}

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;
}

/* 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;
}

.e-btn {
  display: flex;
  justify-content: space-between;
  width: 200px;
  height: 32px;
  font-size: 14px;
  color: #4D3D1F;
  background: transparent;
  outline: none;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.e-btn img {
  width: 40px;
  margin-right: 20px;
  margin-bottom: 10px;
  transition: all, 0.5s;
}
.e-btn:hover img {
  margin-right: 0px;
}

.e-btn::after {
  content: "";
  display: inline-block;
  width: 200px;
  height: 4px;
  background: #4D3D1F;
  position: absolute;
  bottom: 0px;
  left: -100%;
  transition: all, 0.5s;
}

.e-btn::before {
  content: "";
  display: inline-block;
  width: 200px;
  height: 4px;
  background: #B19660;
  position: absolute;
  bottom: 0px;
  left: 0;
  transition: all, 0.5s;
}

.e-btn:hover::after {
  left: 0;
}

.e-title {
  width: 100%;
  display: block;
}
.e-title h2 {
  width: 100%;
  display: block;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  position: relative;
  margin-top: 50px;
}
.e-title span {
  display: block;
  font-size: 80px;
  font-family: "Cinzel", serif;
  font-weight: normal;
  letter-spacing: 2px;
  color: #F1EDD7;
  word-break: keep-all;
  white-space: nowrap;
  padding-right: 48%;
  overflow: hidden;
  text-align: right;
  position: absolute;
  right: 0;
}

.e-title_lg span {
  padding-right: 40%;
}

@media (max-width: 1060px) {
  .e-title h2 {
    font-size: 28px;
    margin-top: 36px;
  }
  .e-title span {
    font-size: 64px;
  }
}
@media (max-width: 780px) {
  .e-title h2 {
    font-size: 24px;
    margin-top: -20px;
    padding-right: 0;
  }
  .e-title span {
    font-size: 48px;
    padding-right: 0;
    position: unset;
    right: unset;
    text-align: center;
  }
  .e-title_lg span {
    padding-right: 0;
  }
}
@media (max-width: 430px) {
  .e-title h2 {
    font-size: 20px;
    margin-top: -16px;
  }
  .e-title span {
    font-size: 40px;
  }
}
.e-itemTitle {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 40%;
}
.e-itemTitle h2 {
  font-size: 32px;
  font-weight: 500;
  color: #F5F1DE;
}
.e-itemTitle span {
  display: block;
  font-family: "Cinzel", serif;
  font-size: 50px;
  letter-spacing: 2px;
  color: rgba(246, 243, 226, 0.2);
  margin-bottom: -20px;
}

@media (max-width: 1220px) {
  .e-itemTitle {
    top: 35%;
  }
  .e-itemTitle h2 {
    font-size: 24px;
  }
  .e-itemTitle span {
    font-size: 42px;
    margin-bottom: -16px;
  }
}
@media (max-width: 1060px) {
  .e-itemTitle {
    top: 35%;
  }
  .e-itemTitle h2 {
    font-size: 20px;
  }
  .e-itemTitle span {
    font-size: 32px;
    margin-bottom: -16px;
  }
}
.e-deco {
  display: block;
  width: 60px;
  height: 2px;
  background: #CBBA84;
  margin: 20px 0;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 20px;
}

.swiper-pagination-bullet {
  width: 100%;
  max-width: 80px;
  height: 3px;
  border-radius: 20px;
  background: #887744;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #F8F5E7;
}

@media (max-width: 780px) {
  .swiper-pagination-bullet {
    max-width: 50px;
  }
  .l-new_btn .swiper-pagination-bullet {
    background: #B19660;
  }
  .l-new_btn .swiper-pagination-bullet-active {
    background: #5D5331;
  }
}
@media (max-width: 430px) {
  .l-banner_btn .swiper-pagination-bullet {
    max-width: 20px;
  }
  .l-about_btn .swiper-pagination-bullet {
    max-width: 20px;
  }
  .l-new_btn .swiper-pagination-bullet {
    max-width: 30px;
  }
}
.e-box {
  width: 100%;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
}
.e-box_item {
  display: block;
  width: 28%;
  margin: 30px 20px;
  background: #fff;
  box-shadow: rgba(85, 67, 31, 0.25) 0 0 10px;
}
.e-box_item_pic {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.e-box_item_pic img {
  display: block;
  width: 100%;
  transition: all, 0.5s;
}
.e-box_item_cont {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 20px 30px;
}
.e-box_item_cont--title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  height: 58px;
  overflow: hidden;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.e-box_item_cont--title p {
  color: #4D3D1F;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  transition: all, 0.5s;
}
.e-box_item_cont--title p:hover {
  color: #B19660;
}
.e-box_item_cont--deco {
  display: block;
  width: 60px;
  height: 2px;
  background: #CBBA84;
  margin: 20px;
}
.e-box_item_cont--txt p {
  font-size: 14px;
  line-height: 1.8;
  color: #655D46;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.e-box_item:hover img {
  transform: scale(1.1);
}

@media (max-width: 1060px) {
  .e-box {
    max-width: 800px;
  }
  .e-box_item {
    margin: 20px 15px;
  }
  .e-box_item_cont {
    padding: 10px 20px 20px;
  }
}
@media (max-width: 900px) {
  .l-news--list .e-box {
    width: 90%;
  }
  .l-news--list .e-box_item {
    width: 45%;
  }
}
@media (max-width: 780px) {
  .h-mb .e-box {
    max-width: 600px;
    padding: 40px;
  }
  .h-mb .e-box_item {
    width: 100%;
    max-width: 280px;
    margin: 0px 0px;
  }
  .h-mb .e-box_item--title p {
    font-size: 20px;
  }
}
@media (max-width: 430px) {
  .h-mb .e-box {
    max-width: 600px;
    padding: 0px;
  }
  .h-mb .e-box_item {
    max-width: 300px;
    margin: 0px 20px;
  }
  .l-news--list .e-box {
    width: 100%;
    padding: 0 30px;
  }
  .l-news--list .e-box_item {
    width: 100%;
  }
}
.e-page {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 50px 0 120px;
}
.e-page_group {
  display: flex;
  align-items: center;
}
.e-page_group_item {
  width: 32px;
  height: 32px;
  display: block;
  background: #F8F5E7;
  margin: 0 5px;
}
.e-page_group_item a {
  font-size: 12px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4D3D1F;
  transition: all, 0.5;
}
.e-page_group_item a svg {
  fill: #4D3D1F;
}
.e-page_group_item a:hover {
  background: #B19660;
  color: #F8F5E7;
}
.e-page_group_item a:hover svg {
  fill: #F8F5E7;
}
.e-page_group_item--act {
  background: #B19660;
}
.e-page_group_item--act a {
  color: #F8F5E7;
}

@media (max-width: 780px) {
  .e-page {
    display: flex !important;
  }
}
label {
  display: block;
  width: 100%;
  font-size: 14px;
}

.error {
  color: #CE2121;
  padding-top: 10px;
}

.e-form {
  width: 100%;
  margin-bottom: 60px;
}

.e-form_code {
  width: 100%;
  display: flex;
  align-items: center;
}
.e-form_code img {
  height: 40px;
  margin-left: 20px;
  cursor: pointer;
  transition: all, 0.5s;
}

.e-form_code--spin:hover {
  transform: rotate(180deg);
}

.e-form_agree {
  width: 100%;
  display: flex;
  align-items: center;
}

.e-form_ad {
  display: flex;
  align-items: center;
}

.e-formTxt {
  display: block;
  width: 100%;
  min-width: 80px;
  height: 42px;
  border: none;
  border-bottom: 1px solid #DED2A9;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  color: #4D3D1F;
  background: transparent;
  position: relative;
  z-index: 5;
  -webkit-appearance: none;
}
.e-formTxt::-webkit-clear-button {
  opacity: 0;
}
.e-formTxt::-webkit-inner-spin-button {
  visibility: hidden;
}
.e-formTxt::-webkit-calendar-picker-indicator {
  opacity: 0;
  width: 10%;
}
.e-formTxt::-webkit-input-placeholder {
  color: #B19660;
  font-size: 14px;
  font-weight: 300;
}

.e-formTxt_box {
  display: block;
  width: 100%;
  height: 200px;
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #DED2A9;
  border-radius: 0px;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  color: #4D3D1F;
}
.e-formTxt_box::-webkit-input-placeholder {
  color: #B19660;
  font-size: 14px;
  font-weight: 300;
}

.e-formSelect {
  width: 100%;
  position: relative;
  height: 42px;
  line-height: 42px;
  -webkit-appearance: none;
}
.e-formSelect::-webkit-clear-button {
  opacity: 0;
}
.e-formSelect::-webkit-inner-spin-button {
  visibility: hidden;
}
.e-formSelect::-webkit-calendar-picker-indicator {
  opacity: 0;
  width: 10%;
}
.e-formSelect img {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 1;
}

.e-formSelect--sm {
  width: 40%;
  margin-right: 40px;
}

@media (max-width: 780px) {
  .e-form_ad {
    flex-wrap: wrap;
  }
  .e-formSelect--sm {
    width: 50%;
  }
  .e-formSelect--sm:last-child {
    margin-right: 0;
  }
}
.e-check {
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  vertical-align: middle;
  border: none;
  cursor: pointer;
}
.e-check:after {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #DED2A9;
  background: #fff;
  position: absolute;
  top: -3px;
  left: 0px;
  transition: all, 0.5s;
}
.e-check:checked:after {
  border: 1px solid #655D46;
}
.e-check:checked:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #655D46;
  border-radius: 0;
  position: absolute;
  top: 1px;
  left: 4px;
  z-index: 2;
}

.e-checkTxt {
  margin-left: 10px;
}
.e-checkTxt a {
  color: #4D3D1F;
  text-decoration: underline;
}
.e-checkTxt a:hover {
  color: #B19660;
}

.l-header {
  width: 100%;
  padding: 20px 100px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
}
.l-header_logo {
  width: 130px;
  background: url("/img/logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.l-header_logo a {
  display: block;
  height: 62px;
}
.l-header_nav {
  display: flex;
  align-items: center;
  transition: all, 0.5s;
}
.l-header_nav_item {
  text-align: center;
  line-height: 1.4;
  padding: 10px 0 8px;
  margin-left: 30px;
  position: relative;
  overflow: hidden;
}
.l-header_nav_item a {
  font-size: 16px;
  color: #F8F5E7;
  text-shadow: rgba(0, 0, 0, 0.25) 0 2px 2px;
}
.l-header_nav_item p {
  font-weight: 500;
}
.l-header_nav_item span {
  font-size: 12px;
  font-weight: 300;
}

.l-header_nav_item_patek {
  height: 62px;
  padding: 0;
  position: unset;
  transition: all, 0.5s;
}
.l-header_nav_item_patek a {
  text-shadow: none;
}
.l-header_nav_item_patek img {
  height: 100%;
}

.l-header_nav_item::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #CBBA84;
  position: absolute;
  bottom: 0px;
  left: -100%;
  transition: all, 0.5s;
}

.l-header_nav_item:hover::before {
  left: 0;
}

.l-header_nav_item--act::before {
  left: 0;
}

.l-header_nav--m {
  display: none;
}

.l-header--hover {
  position: fixed;
  top: 0;
  background: #fff;
  box-shadow: rgba(77, 61, 31, 0.25) 0 0 10px;
}
.l-header--hover .l-header_logo {
  width: 130px;
  background: url("/img/logo_b.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.l-header--hover .l-header_logo a {
  display: block;
  height: 62px;
}
.l-header--hover .l-header_nav_item a {
  color: #4D3D1F;
  text-shadow: none;
}

@media (max-width: 1060px) {
  .l-header {
    padding: 20px 40px;
  }
  .l-header_nav_item {
    margin-left: 17px;
  }
}
@media (max-width: 780px) {
  .l-header {
    width: 100%;
    height: 64px;
    padding: 10px 12px 10px 20px;
    padding: 0;
  }
  .l-header_logo a {
    display: block;
  }
  .l-header_logo {
    width: 84px;
    margin: 10px 0px 10px 20px;
  }
  .l-header--hover .l-header_logo {
    width: 84px;
  }
  .l-header--hover .l-header_logo a {
    height: 44px;
  }
  .burgar-show {
    overflow: hidden;
  }
  .burgar-show .l-header .l-header_nav {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex !important;
    z-index: 100;
    background: #F8F5E7;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 40px;
  }
  .burgar-show .l-header .l-header_nav_item {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 10px 0;
    position: relative;
    overflow: unset;
  }
  .burgar-show .l-header .l-header_nav_item a {
    width: 100%;
    display: block;
    font-size: 16px;
    padding: 30px 20px 10px;
  }
  .burgar-show .l-header_nav_item::before {
    width: 80px;
  }
  .burgar-show .l-header_nav_item--act::before {
    left: calc(50% - 40px);
  }
  .burgar-show .l-header_nav_item_patek {
    width: 180px !important;
    height: unset;
  }
  .burgar-show .l-header_nav_item_patek img {
    width: 100%;
    height: unset;
  }
  .l-header_nav--m {
    display: block;
    z-index: 101;
    width: 64px;
    height: 64px;
    background: #4D3D1F;
    margin-top: 0;
  }
  .o-grid__item {
    margin: 12px;
  }
  .l-hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 0;
    width: 40px;
    height: 40px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
  }
  .l-hamburger:focus {
    outline: none;
  }
  .l-hamburger span {
    display: block;
    position: absolute;
    top: 19px;
    left: 8px;
    right: 8px;
    height: 2px;
    border-radius: 10px;
    background: #F8F5E7;
  }
  .l-hamburger span::before, .l-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    content: "";
    background: #F8F5E7;
  }
  .l-hamburger span::before {
    top: -7px;
  }
  .l-hamburger span::after {
    bottom: -7px;
  }
  .l-hamburger--htx {
    background-color: transparent;
  }
  .l-hamburger--htx span {
    transition: background 0s 0.3s;
  }
  .l-hamburger--htx span::before,
  .l-hamburger--htx span::after {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
  }
  .l-hamburger--htx span::before {
    transition-property: top, transform;
  }
  .l-hamburger--htx span::after {
    transition-property: bottom, transform;
  }
  /* active  menu open */
  .burgar-show .l-header {
    padding: 0 0;
    background-color: #F8F5E7;
  }
  .burgar-show .l-header_logo {
    background: url("/img/logo_b.svg");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .burgar-show .l-header_nav_item a {
    color: #4D3D1F;
    text-shadow: none;
  }
  .l-hamburger--htx.is-active span {
    background: none;
  }
  .l-hamburger--htx.is-active span::before {
    top: 0;
    background-color: #F8F5E7;
    transform: rotate(35deg);
  }
  .l-hamburger--htx.is-active span::after {
    bottom: 0;
    background-color: #F8F5E7;
    transform: rotate(-35deg);
  }
  .l-hamburger--htx.is-active span::before,
  .l-hamburger--htx.is-active span::after {
    transition-delay: 0s, 0.3s;
  }
}
.l-wrap {
  width: 100%;
  margin: auto 0;
  overflow: hidden;
}

.l-banner {
  width: 100%;
  position: relative;
}
.l-banner_slide {
  width: 100%;
  height: 100vh;
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.l-banner_slide--cover {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  padding: 40px;
  position: absolute;
}
.l-banner_slide--info {
  width: 300px;
  height: 100px;
  background: rgba(222, 210, 169, 0.9);
  padding: 20px 40px;
  position: absolute;
  left: 40px;
  bottom: 80px;
}
.l-banner_slide--info p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
  color: #4D3D1F;
  height: 58px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.swiper-slide-active .l-banner_slide {
  animation-name: anim;
  animation-duration: 10s;
  width: 100%;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: backwards;
}

.l-banner::before {
  content: url("/img/deco_clock_top.png");
  position: absolute;
  bottom: -60%;
  right: 0;
  overflow: hidden;
  z-index: -1;
}

@keyframes anim {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1.1);
  }
}
@media (max-width: 1220px) {
  .l-banner::before {
    content: url("/img/deco_clock_top.png");
    position: absolute;
    bottom: -60%;
    right: 0;
    overflow: hidden;
    z-index: -1;
  }
}
@media (max-width: 780px) {
  .l-banner_slide--cover {
    padding: 20px;
  }
  .l-banner_slide--info {
    width: 240px;
    height: 80px;
    padding: 16px 30px;
    left: 20px;
  }
  .l-banner_slide--info p {
    font-size: 16px;
    line-height: 24px;
  }
  .l-banner::before {
    display: none;
  }
}
@media (max-width: 430px) {
  .l-banner_slide--cover {
    padding: 10px;
  }
  .l-banner_slide--info {
    width: 160px;
    height: 70px;
    padding: 10px 16px;
    left: 10px;
  }
}
.l-nav {
  width: 100%;
  margin-top: 20px;
  display: flex;
  align-items: center;
  padding: 0 8%;
}
.l-nav_item {
  display: block;
}
.l-nav_item a {
  color: #4D3D1F;
  font-weight: 300;
}
.l-nav_item a:hover {
  color: #887744;
}
.l-nav_item span {
  color: #887744;
  font-weight: 300;
}
.l-nav img {
  margin: 0 10px;
}

@media (max-width: 780px) {
  .l-nav {
    display: none;
  }
}
.l-title {
  width: 100%;
  margin: 60px 0 40px;
  display: flex;
  justify-content: center;
  text-align: center;
}

@media (max-width: 1220px) {
  .l-title {
    margin: 60px 0 40px;
  }
}
@media (max-width: 780px) {
  .l-title {
    margin: 50px 0 40px;
  }
}
@media (max-width: 430px) {
  .l-title {
    margin: 40px 0 30px;
  }
}
.l-more {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 60px 0;
}

@media (max-width: 430px) {
  .l-more {
    margin: 40px 0;
  }
}
.l-intro {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.l-intro_desc {
  width: 100%;
}
.l-intro_desc p {
  line-height: 1.8;
  margin-bottom: 30px;
}

@media (max-width: 1060px) {
  .l-intro {
    max-width: 680px;
  }
}
@media (max-width: 780px) {
  .l-intro_desc {
    padding: 0 30px;
  }
  .l-intro_desc p {
    margin-bottom: 20px;
  }
}
.l-news {
  width: 100%;
  background: #DED2A9;
  padding: 60px 0;
  margin: 0 auto;
}
.l-news_cont {
  width: 100%;
  display: flex;
  justify-content: center;
}

.l-news--list {
  background: transparent;
  padding: 0;
}

@media (max-width: 1060px) {
  .l-news {
    padding: 20px 0;
  }
}
@media (max-width: 780px) {
  .newSwiper {
    width: 80%;
    padding: 20px 0;
  }
  .newSwiper .swiper-slide {
    display: flex;
    justify-content: center;
  }
  .l-new_btn {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}
@media (max-width: 430px) {
  .newSwiper {
    width: 100%;
    padding: 0px;
  }
  .newSwiper .swiper-slide {
    display: flex;
    justify-content: center;
  }
  .l-news {
    padding: 1px 0 20px;
  }
  .l-new_btn {
    margin-bottom: 10px;
  }
}
.l-block {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 0;
}
.l-block_cont {
  width: 100%;
}
.l-block_cont_top {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.l-block_cont_bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  margin-top: 20px;
}
.l-block_cont--item {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.l-block_cont--item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all, 1s;
}
.l-block_cont--item:hover img {
  transform: scale(1.1);
}
.l-block_cont--w50 {
  width: 49%;
  overflow: hidden;
}
.l-block_cont--r {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

@media (max-width: 1220px) {
  .l-block {
    max-width: 80%;
    padding: 80px 0;
  }
  .l-block_cont_bottom {
    margin-top: 15px;
  }
}
@media (max-width: 1060px) {
  .l-block_cont_bottom {
    margin-top: 10px;
  }
}
@media (max-width: 780px) {
  .l-block {
    max-width: 90%;
  }
  .l-block_cont {
    padding: 0 30px;
  }
  .l-block_cont_bottom {
    flex-direction: column;
    margin-top: 0;
  }
  .l-block_cont_top {
    height: 150px;
  }
  .l-block_cont--w50 {
    width: 100%;
    height: 150px;
    margin-top: 20px;
  }
}
@media (max-width: 430px) {
  .l-block {
    max-width: 100%;
  }
}
.l-footer {
  width: 100%;
  background: #4D3D1F;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px;
  position: relative;
}
.l-footer_cont {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.l-footer_cont_list {
  width: 60%;
  display: flex;
  justify-content: start;
}
.l-footer_cont_list--item {
  width: 100%;
}
.l-footer_cont_list--item p {
  font-size: 15px;
  font-weight: 300;
  color: #F8F5E7;
  margin-bottom: 20px;
}
.l-footer_cont_list--item a {
  font-weight: 300;
  display: block;
  font-size: 12px;
  color: #EEE8CD;
  margin-bottom: 10px;
}
.l-footer_cont_list--item a:hover {
  color: #CBBA84;
}
.l-footer_cont_list--link {
  font-size: 15px !important;
  font-weight: 300;
  color: #F8F5E7 !important;
}
.l-footer_cont_list--link:hover {
  color: #CBBA84 !important;
}
.l-footer_txt {
  width: 100%;
  text-align: center;
  margin-top: 60px;
}
.l-footer_txt p {
  font-size: 12px;
  font-weight: 300;
  color: #F8F5E7;
  margin-bottom: 10px;
}

.l-footer::before {
  content: url("/img/deco_clock_bottom.png");
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}

@media (max-width: 1220px) {
  .l-footer {
    padding: 40px;
  }
  .l-footer_cont_list {
    width: 70%;
  }
}
@media (max-width: 1060px) {
  .l-footer_cont--logo {
    width: 120px;
  }
  .l-footer_cont_list {
    width: 80%;
  }
}
@media (max-width: 780px) {
  .l-footer::before {
    display: none;
  }
  .l-footer_cont {
    flex-direction: column;
  }
  .l-footer_cont_list {
    flex-direction: column;
    margin-top: 40px;
  }
  .l-footer_cont_list--item {
    margin-bottom: 30px;
  }
  .l-footer_txt {
    text-align: left;
    margin-top: 10px;
  }
}
.l-patek {
  width: 100%;
  padding: 60px 0;
}

.l-patek .resp-iframe {
  position: relative;
  z-index: 9998 !important;
}

@media (max-width: 780px) {
  .l-patek {
    padding: 0 0 40px;
  }
}
.l-topPic {
  width: 100%;
  position: relative;
}
.l-topPic img {
  width: 100%;
  display: block;
}
.l-topPic_cover {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  padding: 40px;
  position: absolute;
  top: 0;
}
.l-topPic_pp {
  width: 100%;
  height: 120px !important;
  background: transparent;
}

.l-topPic::before {
  content: url("/img/deco_clock_top.png");
  position: absolute;
  bottom: -100%;
  right: 0;
  overflow: hidden;
  z-index: -1;
}

.l-desc {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 100px 0 80px;
}
.l-desc p {
  font-size: 28px;
  font-weight: 300;
  line-height: 48px;
  margin-bottom: 20px;
}
.l-desc img {
  max-width: 1200px;
  width: 100%;
}
.l-desc_imgTxt {
  width: 100%;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-desc_imgTxt img {
  width: 50%;
}
.l-desc_imgTxt_r {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 100px;
}
.l-desc_imgTxt_r p {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.4;
}
.l-desc_imgTxt_r span {
  font-weight: 300;
  color: #655D46;
  line-height: 2;
  letter-spacing: 2px;
}
.l-desc_imgTxt_c {
  width: 100%;
  max-width: 1200px;
  margin: 40px 0 20px;
  padding: 0;
}

.l-about {
  width: 100%;
  display: flex;
  justify-content: center;
  background: #DED2A9;
  padding: 80px 20px 140px;
}
.l-about_cont {
  width: 100%;
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-about_cont--title {
  width: 100%;
  display: block;
  font-size: 80px;
  font-family: "Cinzel", serif;
  letter-spacing: 2px;
  color: #F1EDD7;
}
.l-about_cont .aboutSwiper {
  margin-top: 20px;
  width: 100%;
}
.l-about_slide img {
  width: 100%;
}

.l-about--mt80 {
  margin-top: 80px;
}

@media (max-width: 1060px) {
  .l-desc {
    margin: 80px 0 60px;
  }
  .l-desc p {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .l-desc_imgTxt {
    margin-top: 0px;
  }
  .l-desc_imgTxt_r {
    padding: 40px 40px;
  }
  .l-desc_imgTxt_r span {
    line-height: 1.8;
    font-size: 16px;
  }
  .l-about {
    padding: 60px 40px 140px;
  }
  .l-about_cont--title {
    font-size: 64px;
  }
}
@media (max-width: 780px) {
  .l-topPic {
    height: 300px;
    overflow: hidden;
  }
  .l-topPic img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .l-topPic::before {
    display: none;
  }
  .l-topPic_pp {
    height: 80px !important;
  }
  .l-desc {
    margin: 60px 0;
    padding: 0 40px;
  }
  .l-desc p {
    font-size: 22px;
  }
  .l-desc_imgTxt {
    flex-direction: column;
    margin-top: 20px;
  }
  .l-desc_imgTxt img {
    width: 100%;
  }
  .l-desc_imgTxt_r {
    width: 100%;
    padding: 40px 0px;
  }
  .l-desc_imgTxt_r span {
    line-height: 1.8;
  }
  .l-about {
    padding: 40px 40px 80px;
  }
  .l-about_cont--title {
    font-size: 48px;
  }
  .l-desc_imgTxt_c {
    margin: 20px 0;
  }
  .l-desc_imgTxt--reverse {
    flex-direction: column-reverse;
    margin-top: 0;
  }
}
@media (max-width: 430px) {
  .l-topPic {
    height: 220px;
  }
  .l-topPic_pp {
    height: 64px !important;
  }
  .l-desc {
    margin: 40px 0px 40px;
    padding: 0 30px;
  }
  .l-desc p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 0px;
  }
  .l-desc_imgTxt {
    padding: 0;
    margin-top: 0;
  }
  .l-desc_imgTxt_r {
    padding: 40px 0px 0;
  }
  .l-about {
    padding: 40px 30px 60px;
  }
  .l-about_cont--title {
    font-size: 36px;
  }
  .l-about_cont .aboutSwiper {
    margin-top: 10px;
  }
  .l-about_btn {
    margin-bottom: 40px;
  }
  .l-desc_imgTxt_c {
    margin: 0 0 20px;
  }
  .l-desc_imgTxt--reverse {
    margin-top: 20px;
  }
}
.l-brand {
  width: 100%;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
}
.l-brand_list {
  width: 33.33333%;
  display: block;
  text-align: center;
  padding: 20px;
}
.l-brand_list_pic {
  display: block;
  overflow: hidden;
  height: 200px;
}
.l-brand_list_pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all, 0.5s;
}
.l-brand_list p {
  color: #4D3D1F;
  margin-top: 20px;
  transition: all, 0.5s;
}
.l-brand_list p:hover {
  color: #B19660;
}
.l-brand_list:hover img {
  transform: scale(1.1);
}
.l-brand_list:hover p {
  transform: scale(1);
}

@media (max-width: 900px) {
  .l-brand_list_pic {
    height: 150px;
  }
}
@media (max-width: 780px) {
  .l-brand_list {
    width: 50%;
    padding: 10px;
  }
  .l-brand_list_pic {
    height: 200px;
  }
  .l-about--mt80 {
    margin-top: 60px;
    padding: 40px 20px 60px;
  }
}
@media (max-width: 600px) {
  .l-brand_list_pic {
    height: 150px;
  }
}
@media (max-width: 420px) {
  .l-brand_list_pic {
    height: 100px;
  }
}
.l-article {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 80px 0 40px;
}
.l-article_title {
  width: 100%;
  max-width: 1000px;
}
.l-article_title p {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.4;
}
.l-article_cont {
  width: 100%;
  max-width: 1000px;
  border-top: 1px solid #CBBA84;
  border-bottom: 1px solid #CBBA84;
  padding: 40px 0;
}
.l-article_cont_editor {
  width: 100%;
}
.l-article_btn {
  width: 100%;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  margin: 20px 0 120px;
}
.l-article_btn a {
  display: block;
  font-size: 14px;
  color: #4D3D1F;
  padding: 20px 0;
}
.l-article_btn a:hover {
  color: #887744;
}
.l-article_btn img {
  margin-bottom: 2px;
}
.l-article_btn .rotate {
  transform: scaleX(-1);
}

@media (max-width: 1060px) {
  .l-article_title {
    max-width: 90%;
  }
  .l-article_cont {
    max-width: 90%;
  }
  .l-article_btn {
    max-width: 90%;
    margin: 20px 0 60px;
  }
}
@media (max-width: 430px) {
  .l-article_btn {
    max-width: 90%;
    margin: 20px 0 20px;
  }
}
.l-tab {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 80px 0 20px;
}
.l-tab_item {
  text-align: center;
  line-height: 1.4;
  padding: 10px 0 5px;
  margin: 0 30px;
  position: relative;
  overflow: hidden;
}
.l-tab_item a {
  font-size: 16px;
  color: #F8F5E7;
}
.l-tab_item::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #E0D59D;
  position: absolute;
  bottom: 0px;
  left: -100%;
  transition: all, 0.5s;
}
.l-tab_item:hover::before {
  left: 0;
}
.l-tab_item--gold a {
  color: #B19660;
}
.l-tab_item--gold p {
  font-weight: 500;
  padding: 5px 20px;
}
.l-tab_item--gold a:hover {
  color: #4D3D1F;
}
.l-tab_item--gold::before {
  background: #B19660;
}

.l-tab_item_gold--active::before {
  left: 0;
}

.l-tab_item_gold--active p {
  color: #4D3D1F;
}

@media (max-width: 780px) {
  .h-mx30 {
    margin: 0 20px !important;
  }
  .l-tab {
    margin: 60px 0 20px;
  }
  .l-tab_item {
    margin: 0 20px;
  }
  .l-tab_item--gold p {
    padding: 5px 10px;
  }
}
@media (max-width: 430px) {
  .l-tab {
    flex-direction: column;
    margin: 40px 0 20px;
  }
  .l-tab_item {
    margin: 0 15px;
  }
  .l-tab_item--gold p {
    padding: 10px;
  }
  .l-tab_item::before {
    width: 50%;
  }
  .l-tab_item_gold--active::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .h-mx30 {
    margin: 0 18px !important;
  }
}
.l-store {
  width: 100%;
  max-width: 800px;
}
.l-store img {
  width: 100%;
}
.l-store_info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 40px;
  margin-top: 20px;
}
.l-store_info_list {
  width: 50%;
}
.l-store_info_list p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 40px;
}
.l-store_info_list--txt {
  display: flex;
  align-items: center;
  font-weight: 14px;
  margin-bottom: 20px;
}
.l-store_info_list--txt img {
  width: 20px;
  margin-right: 10px;
}
.l-store_info_map img {
  width: 100%;
}

@media (max-width: 780px) {
  .l-store_info {
    flex-direction: column;
  }
  .l-store_info_list {
    width: 100%;
  }
  .l-store_info_map {
    margin-top: 20px;
  }
}
@media (max-width: 430px) {
  .l-store_info {
    padding: 20px;
  }
}
.l-contact {
  width: 100%;
  display: flex;
  justify-content: center;
  background: #EEE8CD;
  padding: 60px 40px 140px;
  margin-top: 80px;
}
.l-contact_cont {
  width: 100%;
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-contact_cont_tit {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
}
.l-contact_cont_txt {
  width: 80%;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
}
.l-contact_cont_form {
  width: 100%;
  background: #fff;
  padding: 60px 10% 20px;
  margin-top: 60px;
}

@media (max-width: 430px) {
  .l-contact {
    padding: 40px 20px 80px;
    margin-top: 40px;
  }
  .l-contact_cont_form {
    padding: 40px 20px 20px;
    margin-top: 40px;
  }
  .l-contact_cont_tit {
    font-size: 22px;
  }
  .l-contact_cont_txt {
    width: 100%;
  }
}
.l-privacy {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 80px 0 140px;
}
.l-privacy_content {
  width: 100%;
  max-width: 1000px;
}
.l-privacy_title {
  width: 100%;
  display: flex;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 10px;
}
.l-privacy_title--no {
  width: 40px;
}
.l-privacy_txt {
  margin-left: 40px;
  line-height: 1.6;
  margin-bottom: 30px;
}

@media (max-width: 1060px) {
  .l-privacy_content {
    max-width: 86%;
  }
}
@media (max-width: 780px) {
  .l-privacy {
    margin: 60px 0 100px;
  }
}
.l-maintenance {
  width: 100%;
  overflow: hidden;
  position: relative;
  top: 100px;
}
.l-maintenance img {
  width: 100%;
}
.l-maintenance_cont {
  width: 100%;
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10% 0;
  padding: 80px 40px;
}
.l-maintenance_cont p {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 20px;
}

@media (max-width: 780px) {
  .l-maintenance {
    top: 63px;
  }
  .l-maintenance_cont {
    min-height: 44vh;
    margin-top: 25%;
    padding: 40px 20px;
  }
  .l-maintenance_cont p {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  .l-maintenance_cont_pic {
    width: 80px;
  }
}
.l-mask {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 102;
  background: rgba(0, 0, 0, 0.8);
}

.l-mask--pd {
  padding: 60px 40px;
}

.l-mask_content {
  max-width: 70%;
  max-height: 80%;
  background: #fff;
  text-align: center;
  position: relative;
}
.l-mask_content img {
  width: 80%;
}

.l-mask_close {
  display: block;
  position: absolute;
  top: -40px;
  right: -10px;
  z-index: 1;
  padding: 10px;
  cursor: pointer;
}

.l-mask_content_info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 40px;
}

.l-mask_content_logo {
  width: 40%;
  margin-right: 40px;
}
.l-mask_content_logo img {
  width: 100%;
}
.l-mask_content_logo a {
  display: block;
  color: #887744;
  margin-top: 10px;
}
.l-mask_content_logo a img {
  width: 40px;
  margin-bottom: 3px;
}
.l-mask_content_logo a:hover {
  color: #B19660;
}

.l-mask_content_txt {
  width: 60%;
  text-align: left;
}
.l-mask_content_txt--title {
  font-size: 20px;
  font-weight: 500;
  color: #4D3D1F;
}
.l-mask_content_txt--txt {
  color: #655D46;
  line-height: 1.6;
  font-weight: 300;
  max-height: 100%;
  overflow: hidden;
}
.l-mask_content_txt .e-box_item_cont--deco {
  margin: 20px 0;
}

.l-mask_content_link {
  width: 100%;
  display: flex;
  justify-content: center;
  background: #B19660;
  padding: 30px 20px;
}

@media (max-width: 780px) {
  .l-mask_editor {
    padding: 0px 0px 40px;
  }
  .l-mask_content_logo {
    width: 100%;
    margin-right: 0px;
    margin-top: 20px;
  }
  .l-mask_content_logo--pic {
    display: none;
  }
  .l-mask_content_info {
    flex-direction: column-reverse;
    padding: 40px 20px;
  }
  .l-mask_content_txt {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .l-mask_content_link {
    padding: 20px 10px;
  }
}
@media (max-width: 430px) {
  .l-mask_content {
    max-width: 90%;
    max-height: 70%;
  }
  .l-mask_content img {
    width: 100%;
  }
  .l-mask--pd {
    padding: 60px 40px;
  }
}
.h-flex {
  display: flex;
}

.h-flex--row {
  flex-direction: row;
}

.h-flex--column {
  flex-direction: column;
}

.h-items--start {
  align-items: start;
}

.h-items--center {
  align-items: center;
}

.h-items--end {
  align-items: flex-end;
}

.h-justify--start {
  justify-content: start;
}

.h-justify--center {
  justify-content: center;
}

.h-justify--btw {
  justify-content: space-between;
}

.h-justify--end {
  justify-content: end;
}

.h-relative {
  position: relative;
}

.h-absolute {
  position: absolute;
}

.h-top10 {
  top: 10px;
}

.h-right10 {
  right: 10px;
}

.h-txt--left {
  text-align: left;
}

.h-txt--right {
  text-align: right;
}

.h-txt--center {
  text-align: center;
}

.h-txt-keep {
  word-break: keep-all;
}

.h-txt--gold {
  color: #B19660;
}

.h-txt--black {
  color: #4D3D1F;
}

.h-txt--white {
  color: #fff;
}

.h-txt--bold {
  font-weight: 500 !important;
}

.h-txt--underline {
  text-decoration: underline;
}

.h-bg--light {
  background: #F5F5F5;
}

.h-lh18 {
  line-height: 1.8;
}

.h-fz14 {
  font-size: 14px;
}

.h-fz18 {
  font-size: 18px;
}

.h-fz20 {
  font-size: 20px;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-100 {
  width: 100px;
}

.h-mx10 {
  margin: 0 10px;
}

.h-mx30 {
  margin: 0 30px;
}

.h-my10 {
  margin: 10px 0;
}

.h-mt-10 {
  margin-top: -10px;
}

.h-mt5 {
  margin-top: 5px;
}

.h-mt10 {
  margin-top: 10px;
}

.h-mt20 {
  margin-top: 20px;
}

.h-mt30 {
  margin-top: 30px;
}

.h-mt40 {
  margin-top: 40px;
}

.h-mt60 {
  margin-top: 60px;
}

.h-mb0 {
  margin-bottom: 0px !important;
}

.h-mb5 {
  margin-bottom: 5px;
}

.h-mb10 {
  margin-bottom: 10px;
}

.h-mb20 {
  margin-bottom: 20px;
}

.h-mb25 {
  margin-bottom: 25px;
}

.h-mb30 {
  margin-bottom: 30px;
}

.h-mb40 {
  margin-bottom: 40px;
}

.h-mr5 {
  margin-right: 5px;
}

.h-mr10 {
  margin-right: 10px;
}

.h-mr15 {
  margin-right: 15px;
}

.h-mr20 {
  margin-right: 20px;
}

.h-mr40 {
  margin-right: 40px;
}

.h-ml-10 {
  margin-left: -10px;
}

.h-ml5 {
  margin-left: 5px;
}

.h-ml10 {
  margin-left: 10px;
}

.h-ml15 {
  margin-left: 15px;
}

.h-ml20 {
  margin-left: 20px;
}

.h-ml30 {
  margin-left: 30px;
}

.h-ml40 {
  margin-left: 40px;
}

.h-px10 {
  padding: 0 10px;
}

.h-py10 {
  padding: 10px 0;
}

.h-pt0 {
  padding-top: 0px;
}

.h-pt10 {
  padding-top: 10px;
}

.h-pt20 {
  padding-top: 20px;
}

.h-pt25 {
  padding-top: 25px;
}

.h-pt35 {
  padding-top: 35px;
}

.h-pb5 {
  padding-bottom: 5px;
}

.h-pb10 {
  padding-bottom: 10px;
}

.h-pb20 {
  padding-bottom: 20px;
}

.h-pb30 {
  padding-bottom: 30px;
}

.h-pb60 {
  padding-bottom: 60px;
}

.h-pr10 {
  padding-right: 10px;
}

.h-pr15 {
  padding-right: 15px;
}

.h-overlay {
  overflow-x: overlay;
}

.h-none--rd {
  display: none;
}

.h-mb {
  display: none;
}

.h-flex--mb {
  display: flex;
  width: 100%;
}

@media (max-width: 780px) {
  .h-mb {
    display: block;
  }
  .h-pc {
    display: none !important;
  }
  .h-flex--mb {
    margin-bottom: 20px;
  }
}
@media (max-width: 430px) {
  .e-form_code {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .e-form_code img {
    margin-left: 0;
    margin-top: 20px;
  }
}
html, body {
  font-family: Helvetica, sans-serif, "JhengHei", "Cinzel", Helvetica;
  font-size: 16px;
  color: #4D3D1F;
  letter-spacing: 1px;
  scroll-behavior: smooth;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
}

a, button {
  transition: all, 0.5s;
}

p::-moz-selection, h2::-moz-selection, span::-moz-selection, a::-moz-selection {
  color: #F5F1DE;
  background: #655D46;
}

p::selection, h2::selection, span::selection, a::selection {
  color: #F5F1DE;
  background: #655D46;
}

p::-moz-selection, h2::-moz-selection, span::-moz-selection, a::-moz-selection {
  color: #F5F1DE;
  background: #655D46;
}

.loader-72 {
  width: 20%;
  height: 2.2px;
  display: inline-block;
  position: relative;
  background: rgba(77, 61, 31, 0.15);
  overflow: hidden;
}
.loader-72::after {
  content: "";
  width: 0;
  height: 2.2px;
  background: #4D3D1F;
  position: absolute;
  top: 0;
  left: 0;
  animation: animFw 2s linear infinite;
}

@keyframes animFw {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}/*# sourceMappingURL=frontend.css.map */