:root {
  --rem: 16px;
  --textXS: calc(14 / 16 * 1rem);
  --textBase: calc(16 / 16 * 1rem);
  --textMD: calc(18 / 16 * 1rem);
  --textLG: calc(24 / 16 * 1rem);
  --textXL: calc(28 / 16 * 1rem);
  --textXXL: calc(35 / 16 * 1rem);
}
@media (max-width: 1025px) {
  :root {
    --textBase: calc(14 / 16 * 1rem);
    --textMD: calc(18 / 16 * 1rem);
  }
}
@media (max-width: 767px) {
  :root {
    --rem: 3.7vw;
    --textXS: calc(14 / 16 * 1rem);
    --textBase: calc(16 / 16 * 1rem);
    --textMD: calc(20 / 16 * 1rem);
    --textLG: calc(22 / 16 * 1rem);
    --textXL: calc(24 / 16 * 1rem);
    --textXXL: calc(26 / 16 * 1rem);
  }
}
/*
less:
.main{
	width: 300px;
	.atSmall({
		width: 100%;
	});
}

compailed css:
.main{
	width: 300px;
}
@media (max-width:780px){
	.main{
		width: 100%;
	}
}
*/
@media (min-width: 1025px) {
  .pc-hide {
    display: none !important;
  }
}
@media (max-width: 1025px) {
  .pc-show {
    display: none !important;
  }
}
@media (min-width: 767px) {
  .tablet-hide {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .mobile-hide {
    display: none !important;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
@font-face {
  src: url('../fonts/NotoSerifTC-VariableFont_wght.ttf') format('ttf');
  font-family: 'Noto Serif TC';
  font-display: swap;
}
@font-face {
  src: url('../fonts/NotoSansTC-VariableFont_wght.ttf') format('ttf');
  font-family: 'Noto Sans TC';
  font-display: swap;
}
.noto-sans {
  font-family: 'Noto Sans TC', sans-serif;
}
.noto-serif {
  font-family: 'Noto Serif TC', serif;
}
body,
html {
  font-family: 'Noto Serif TC', serif;
  font-size: 16px;
  letter-spacing: 0.12em;
  width: 100%;
  overflow: visible;
  position: relative;
}
body.noscroll,
html.noscroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
a {
  text-decoration: none;
  color: inherit;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
input,
textarea,
select {
  padding: 0;
  border: none;
  background-color: transparent;
  outline: 0;
  margin: 0;
  font-family: inherit;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-appearance: none;
}
input:focus,
textarea:focus,
select:focus {
  -webkit-appearance: none;
}
input[type="button"] {
  cursor: pointer;
  padding: 0;
  border: none;
  background-color: transparent;
  outline: 0;
  margin: 0;
  font-family: inherit;
}
*:focus {
  outline: 0;
}
.hr {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #BFA99C;
  height: 1px;
  margin: 0 0.5rem;
}
.icon-tree {
  color: #BFA99C;
  background-image: url('../images/icon-tree.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
}
.icon-arrow-right {
  margin: 0 0 5px 5px;
}
.icon-arrow-left {
  margin: 0 10px 5px 0;
}
.cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(25%, rgba(0, 0, 0, 0.65)), color-stop(52%, rgba(0, 0, 0, 0.5)), color-stop(75%, rgba(0, 0, 0, 0.35)), color-stop(99%, rgba(0, 0, 0, 0.2)));
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.65) 25%, rgba(0, 0, 0, 0.5) 52%, rgba(0, 0, 0, 0.35) 75%, rgba(0, 0, 0, 0.2) 99%);
  z-index: 10;
  pointer-events: none;
}
.text-left {
  text-align: left;
}
.title-sec {
  font-size: var(--textLG);
  text-align: center;
  color: #154053;
  margin: 0 0 2rem 0;
}
.title-sec--en {
  font-size: var(--textXL);
  color: #BFA99C;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 1rem 0;
  padding: 0 5rem;
}
@media (max-width: 1025px) {
  .title-sec--en {
    padding: 0 2rem;
  }
}
@media (max-width: 767px) {
  .title-sec--en {
    padding: 0 1rem;
  }
}
.title-sec--en .icon-tree {
  padding: 0 1rem;
  width: 20px;
  height: 20px;
}
.title-sec--en .hr {
  height: 2px;
  margin: 0;
}
.title-sec--en p {
  display: inline-block;
  padding: 0;
  margin: 0 1rem;
}
@media (max-width: 767px) {
  .title-sec--en p {
    padding: 0 0.5rem;
    margin: 0;
  }
}
.title-bg {
  text-align: center;
  margin: 3rem auto 0 auto;
  height: 70px;
}
.title-bg img {
  width: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 70px;
}
@media (max-width: 767px) {
  .title-bg img {
    height: 35px;
  }
}
@media (max-width: 1025px) {
  .title-bg {
    margin: 1.5rem auto 0 auto;
  }
}
@media (max-width: 767px) {
  .title-bg {
    height: 45px;
  }
}
.title-banner {
  font-size: var(--textXL);
  color: white;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.btn {
  display: inline-block;
  font-size: var(--textBase);
  padding: 0.5rem 1rem;
  background-color: white;
  margin: 5px;
}
.btn--red {
  background-color: #EF4545;
  color: white;
  border: 1px solid #EF4545;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn--red:hover {
  background-color: transparent;
  color: #EF4545;
  border: 1px solid #EF4545;
}
.btn--redreverse {
  background-color: transparent;
  color: #EF4545;
  border: 1px solid #EF4545;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn--redreverse:hover {
  background-color: #EF4545;
  color: white;
}
.btn--redframeless {
  border: none;
}
.btn--blue {
  background-color: #DEF1F9;
  color: #154053;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn--blue:hover {
  background-color: #154053;
  color: white;
}
.btn--bluelight {
  background-color: #D8DDE0;
  color: #154053;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn--bluelight:hover {
  background-color: #154053;
  color: white;
}
.btn--brownlight {
  background-color: #EFDFD5;
  color: #C2835D;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn--brownlight:hover {
  background-color: #BFA99C;
  color: white;
}
.btn--sm {
  padding: 0.5rem 1rem;
}
.btn--md {
  padding: 1rem 1rem;
  font-size: var(--textMD);
  max-width: 160px;
}
@media (max-width: 767px) {
  .btn--md {
    font-size: var(--textXS);
  }
}
.btn--lg {
  padding: 1rem 1.5rem;
  font-size: var(--textMD);
}
.btn--frameless {
  border: none;
}
.btn--hide {
  visibility: hidden;
  cursor: none;
}
.gotop {
  position: fixed;
  z-index: 80;
  right: 10px;
  bottom: 10px;
  padding: 1rem 1rem 0.5rem 1rem;
  -webkit-box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.3);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gotop path {
  fill: #154053;
}
.gotop:hover path {
  fill: white;
}
.gotop.hide {
  opacity: 0;
  visibility: hidden;
}
.banner {
  position: relative;
}
.banner__cont {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  text-align: center;
}
.banner img {
  width: 100%;
}
.overlay-cover {
  display: none;
  content: "";
  position: absolute;
  z-index: 90;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
}
.overlay-cover.active {
  display: block;
}
.header {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 99;
  background-color: #154053;
  color: white;
  width: 100%;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  height: 60px;
}
@media (max-width: 767px) {
  .header {
    height: 60px;
  }
}
.header .content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 95%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .logo {
  display: inline-block;
}
.header .logo__title {
  font-size: var(--textLG);
  letter-spacing: 0.12em;
  padding-left: 0.5rem;
  margin: 0;
}
@media (max-width: 767px) {
  .header .nav {
    display: none;
  }
}
.header .nav__menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin: 0;
  padding: 0;
}
.header .nav__item {
  text-align: center;
  font-size: var(--textBase);
  font-weight: 500;
  line-height: 1.5rem;
}
.header .nav__link {
  display: inline-block;
  border-bottom: 1.5px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .nav__link span {
  display: inline-block;
  padding-bottom: 0.2rem;
}
.header .nav__link:hover {
  border-bottom: 1.5px solid #EF4545;
}
.header .nav__link.active {
  border-bottom: 1.5px solid #EF4545;
}
@media (max-width: 767px) {
  .header .nav__btn {
    display: none;
  }
}
.nav-mobile {
  display: none;
}
@media (max-width: 767px) {
  .nav-mobile {
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 90;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    inset: 0;
    margin-top: 55px;
    background-color: white;
    -webkit-box-shadow: 0 6px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 6px 4px rgba(0, 0, 0, 0.1);
    -webkit-transition: height 0.5 ease-in-out;
    transition: height 0.5 ease-in-out;
  }
}
.nav-mobile__toggle {
  display: none;
}
.nav-mobile__toggle--burger {
  width: 25px;
  height: 25px;
}
.nav-mobile__toggle--close {
  display: none;
  width: 25px;
  height: 25px;
}
@media (max-width: 767px) {
  .nav-mobile__toggle {
    display: block;
    -ms-flex-line-pack: center;
        align-content: center;
    padding-top: 5px;
    padding-right: 0.5rem;
  }
}
.nav-mobile__btn {
  display: none;
  position: absolute;
  right: 65px;
}
@media (max-width: 767px) {
  .nav-mobile__btn {
    display: inline-block;
  }
}
.nav-mobile__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 1rem 0 1rem 0;
  text-align: center;
}
.nav-mobile__item {
  width: 95%;
  margin: 0 auto;
  font-weight: 500;
  border-bottom: 1px solid #BFA99C;
}
.nav-mobile__item:last-child {
  border-bottom: none;
}
.nav-mobile__item span {
  line-height: 1.5em;
}
.nav-mobile__link {
  display: block;
  width: 100%;
  padding: 1rem 0;
}
.nav-mobile__link.active {
  background-color: #EFDFD5;
}
.footer {
  background-color: #154053;
  color: white;
  border-top: 1px solid rgba(202, 201, 201, 0.5);
  text-align: center;
  padding: 1rem 2rem;
  line-height: 1.5em;
  font-size: var(--textXS);
}
.footer p {
  margin: 0 0 0.5rem 0;
}
.product-card {
  background-color: #FFF2F2;
}
.product-card__pic {
  width: 100%;
  max-height: 228px;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-card__cont {
  padding-bottom: 1rem;
}
.product-card__title {
  font-size: var(--textMD);
  margin: 5px 0;
  color: #154053;
  text-align: center;
  padding: 0rem 0.5rem 0rem 0.5rem;
  line-height: 1.5em;
}
.product-card__hr {
  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: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #C2835D;
  width: 100%;
  padding: 0 1rem 0 1rem;
}
.product-card__des {
  font-size: var(--textBase);
  margin: 0;
  color: #333;
  line-height: 1.5em;
  text-align: left;
  padding: 0.5rem 1rem 0rem 1.6rem;
}
.frame {
  border: 2px solid #BFA99C;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100%;
  height: 100%;
  z-index: 20;
  pointer-events: none;
}
@media (max-width: 1025px) {
  .frame {
    top: 12px;
    left: 12px;
  }
}
.wrap {
  width: 100%;
  padding-top: 60px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .wrap {
    padding-top: 60px;
  }
}
.wrap--pt0 {
  padding-top: 0;
}
.wrap--bg {
  background-image: url('../images/bg.png');
  background-repeat: repeat-y;
  background-position: center;
  background-size: contain;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .wrap--bg {
    background-image: url('../images/bg-m.png');
  }
}
.inner {
  max-width: 1140px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1025px) {
  .inner {
    width: 90%;
  }
}
.section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.section--pt0 {
  padding-top: 0;
}
.section--pb0 {
  padding-bottom: 0;
}
.float-right {
  float: right;
  margin-right: 5rem;
}
@media (max-width: 1025px) {
  .float-right {
    float: none;
    margin: 0 auto;
  }
}
.float-clear:after {
  content: '';
  display: block;
  clear: both;
}
.col3__block {
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 3rem;
}
.col3__cell {
  width: 30%;
}
@media (max-width: 1025px) {
  .col3__cell {
    width: 45%;
  }
}
@media (max-width: 640px) {
  .col3__cell {
    width: 90%;
  }
}
.col2__block {
  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: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 2rem;
}
@media (max-width: 1025px) {
  .col2__block {
    -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;
  }
}
.col2__cell {
  width: 45%;
}
@media (max-width: 1025px) {
  .col2__cell {
    width: 95%;
  }
}
.article__content h3 {
  font-size: var(--textLG);
  line-height: 1.5em;
  color: #154053;
  margin: 1em 0;
  text-align: left;
}
.article__content h4 {
  font-size: var(--textMD);
  color: #EF4545;
  text-align: left;
  margin: 1rem 0;
  padding-left: 1rem;
  position: relative;
}
.article__content h4::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  background-image: url('../images/icon-tree-red.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
}
.article__content p,
.article__content ul,
.article__content li {
  color: #333;
  font-size: var(--textBase);
  line-height: 1.5em;
  text-align: left;
}
.article__content img {
  display: block;
  max-width: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
.article__content a {
  text-decoration: underline;
  color: #EF4545;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.article__content a:hover {
  color: #154053;
}
.article__content table {
  border-collapse: collapse;
  width: 100% !important;
}
.article__content table th {
  font-weight: 400;
}
.article__content table th,
.article__content table td {
  padding: 1rem;
  font-size: var(--textBase);
  border: 1px solid #333;
}
.index .kv {
  position: relative;
}
.index .kv .swiper {
  width: 100%;
  max-height: 565px;
  position: relative;
}
.index .kv .swiper-slide img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index .kv .swiper-control {
  position: absolute;
  bottom: 50px;
  right: -30px;
  z-index: 20;
}
@media (max-width: 767px) {
  .index .kv .swiper-control {
    bottom: 30px;
  }
}
.index .kv .swiper-button-next,
.index .kv .swiper-button-prev {
  border: 1.2px solid #FFDCDC;
  color: #FFDCDC !important;
  left: initial !important;
  bottom: 0;
  padding: 0 1rem;
  width: 45px !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%;
}
.index .kv .swiper-button-next:after,
.index .kv .swiper-button-prev:after {
  content: '' !important;
}
@media (max-width: 767px) {
  .index .kv .swiper-button-next,
  .index .kv .swiper-button-prev {
    width: 30px !important;
    height: 35px;
  }
}
.index .kv .swiper-button-prev {
  right: 110px !important;
  background-image: url('../images/icon-arrow-left-reddark.svg');
}
@media (max-width: 767px) {
  .index .kv .swiper-button-prev {
    right: 100px !important;
  }
}
.index .kv .swiper-button-next {
  right: 50px !important;
  background-image: url('../images/icon-arrow-right-reddark.svg');
}
.index .kv .swiper-scrollbar {
  background: #BFA99C !important;
  border-radius: 0 !important;
}
.index .kv .swiper-scrollbar-drag {
  background: #EF4545 !important;
  border-radius: 0 !important;
}
.index .kv .swiper-horizontal > .swiper-scrollbar,
.index .kv .swiper-scrollbar.swiper-scrollbar-horizontal {
  width: 100% !important;
  left: 0 !important;
  bottom: 0 !important;
  height: 5px !important;
  border-radius: 0 !important;
}
.index .index-product {
  position: relative;
  margin: 0 auto 5rem auto;
  padiing-bottom: 2rem;
}
@media (max-width: 1025px) {
  .index .index-product {
    width: 90%;
  }
}
@media (max-width: 640px) {
  .index .index-product {
    width: 85%;
  }
}
.index .index-product .swiper {
  position: relative;
  overflow: hidden;
}
.index .index-product .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.index .index-product .swiper-slide {
  height: auto;
}
.index .index-product .swiper-pagination {
  bottom: -2rem !important;
}
.index .index-product .swiper-button-next,
.index .index-product .swiper-button-prev {
  color: #EF4545;
}
.index .index-product .swiper-button-next:after,
.index .index-product .swiper-button-prev:after {
  font-size: 25px !important;
}
.index .index-product .swiper-button-next {
  right: -2.5rem;
}
.index .index-product .swiper-button-prev {
  left: -2.5rem;
}
.index .index-product .swiper-pagination-bullet {
  background-color: #BFA99C;
  opacity: 1;
}
.index .index-product .swiper-pagination-bullet-active {
  background-color: #EF4545;
}
.index .index-product .product-card__title {
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em;
}
.index .index-product .product-card__des {
  display: -webkit-box;
  line-clamp: 5;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  max-height: 9.5em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index .index-about__block {
  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: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 5rem auto;
}
@media (max-width: 1025px) {
  .index .index-about__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 4rem;
    gap: 2rem;
  }
}
.index .index-about__block--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.index .index-about__cont {
  background-color: #EFDFD5;
  padding: 3rem 8.5rem 2rem 4rem;
  width: 50%;
  line-height: 1.5em;
  position: relative;
  margin-right: -10rem;
}
@media (max-width: 1025px) {
  .index .index-about__cont {
    width: 90%;
    padding: 2rem 1rem 2rem 2rem;
    margin-right: 0;
  }
}
.index .index-about__info {
  width: 50%;
  position: relative;
}
.index .index-about__info img {
  position: absolute;
  right: 0;
  top: 20%;
  z-index: 30;
  width: 90%;
  max-height: 95%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1025px) {
  .index .index-about__info {
    width: 90%;
  }
  .index .index-about__info img {
    width: 100%;
    position: relative;
  }
}
.index .news__list {
  padding: 0 3rem;
}
.index .product-card__pic {
  max-height: 180px;
}
.news__list {
  margin: 0 auto 2rem auto;
  padding: 0;
  list-style: none;
}
@media (max-width: 1025px) {
  .news__list {
    padding: 0;
  }
}
.news__link {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
  padding-bottom: 2rem;
  margin-top: 2rem;
}
.news__link:not(:last-child) {
  border-bottom: 1px solid #BFA99C;
}
.news__link:hover .news__title {
  color: #EF4545;
}
@media (max-width: 1025px) {
  .news__link {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .news__link {
    -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;
    gap: 1rem;
    padding-bottom: 1rem;
    margin-top: 1rem;
  }
}
.news__cont {
  width: 73%;
  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: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.5rem;
}
@media (max-width: 1025px) {
  .news__cont {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .news__cont {
    width: 95%;
    margin-top: 0;
  }
}
.news__date {
  color: #EF4545;
  font-size: var(--textBase);
}
.news__title {
  margin: 0 0 0.5rem 0;
  color: #154053;
  font-size: var(--textMD);
  font-weight: 600;
  line-height: 1.5em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.news__des {
  color: #333;
  font-size: var(--textBase);
  line-height: 1.5em;
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-height: 6.5em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news__pic {
  width: 30%;
}
.news__pic img {
  width: 80%;
}
@media (max-width: 1025px) {
  .news__pic img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .news__pic {
    width: 90%;
  }
  .news__pic img {
    width: 100%;
  }
}
.news__tag {
  pointer-events: none;
}
.news .tags {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .news .tags {
    margin-top: 0;
  }
}
.news .tags .btn {
  width: 120px;
  margin-right: 1rem;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .news .tags .btn {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
}
.news .pagi__list {
  margin-top: 2rem;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news .pagi__item {
  display: inline-block;
  color: #154053;
  font-size: var(--textMD);
  letter-spacing: 2px;
  line-height: 1.5em;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.news .pagi__item:hover {
  color: #EF4545;
}
.news .pagi__item.active {
  color: #EF4545;
}
@media (max-width: 1025px) {
  .np .inner {
    width: 95%;
  }
}
.np__wrap {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .np__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.np__side {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.np__side .news__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 1025px) {
  .np__side .news__link {
    -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;
    gap: 0;
  }
}
@media (max-width: 767px) {
  .np__side .news__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 1rem;
  }
}
.np__side .news__cont {
  width: 50%;
  gap: 5px;
}
@media (max-width: 1025px) {
  .np__side .news__cont {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .np__side .news__cont {
    width: 55%;
  }
}
.np__side .news__title {
  font-size: var(--textXS);
}
@media (max-width: 767px) {
  .np__side .news__title {
    font-size: var(--textBase);
  }
}
.np__side .news__tag {
  font-size: var(--textXS);
  margin-top: 0;
}
.np__side .news__date {
  font-size: var(--textXS);
}
.np__side .news__pic {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1025px) {
  .np__side .news__pic {
    width: 95%;
  }
}
.np__side .news__pic img {
  width: 100%;
}
.np__side .btn.btn--md {
  font-size: var(--textBase);
}
@media (max-width: 767px) {
  .np__side .btn.btn--md {
    font-size: var(--textXS);
  }
}
.np__main {
  width: 70%;
}
@media (max-width: 767px) {
  .np__main {
    width: 100%;
  }
}
.np__main .btn {
  text-align: left;
  display: block;
}
@media (max-width: 767px) {
  .np__main .btn {
    display: inline-block;
    text-align: center;
  }
}
.np__main .news__cont {
  width: 100%;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
}
.np__main .news__title {
  border-bottom: 1px solid #BFA99C;
  padding-bottom: 1rem;
}
.np__main .news__list .btn {
  margin-top: 2rem;
}
.np__main .article {
  padding-bottom: 5rem;
}
.np__main .btn-group {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.np__kv {
  margin-top: 2rem;
  width: 100%;
}
.np__kv img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact .title-bg {
  position: relative;
  z-index: 20;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.contact .section {
  background-color: #EFDFD5;
  padding-bottom: 5rem;
  padding-top: 5rem;
}
@media (max-width: 767px) {
  .contact .section {
    padding-top: 2rem;
  }
}
.contact .inner {
  text-align: left;
}
.contact .col2__block {
  gap: 4rem;
}
@media (max-width: 1025px) {
  .contact .col2__block {
    gap: 2rem;
  }
}
.contact-info {
  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;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media (max-width: 1025px) {
  .contact-info {
    -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 (max-width: 767px) {
  .contact-info {
    -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;
  }
}
.contact-info__cont {
  width: 100%;
}
@media (max-width: 1025px) {
  .contact-info__cont {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .contact-info__cont {
    width: 100%;
  }
}
.contact-info__title {
  font-size: var(--textLG);
  color: #154053;
}
.contact-info__list {
  list-style: none;
  padding: 0;
}
.contact-info__item {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .contact-info__item {
    margin-bottom: 0.5rem;
  }
}
.contact-info__icon {
  display: inline-block;
  color: #154053;
  width: 20px;
  padding-top: 0.5rem;
  margin-right: 0.5rem;
}
.contact-info a {
  display: inline-block;
}
.contact .map__wrap {
  margin-top: 3rem;
  width: 100%;
}
@media (max-width: 1025px) {
  .contact .map__wrap {
    margin-top: 0;
    width: 45%;
  }
}
@media (max-width: 767px) {
  .contact .map__wrap {
    width: 100%;
  }
}
.contact .map__wrap iframe {
  width: 100%;
  aspect-ratio: 1.12;
}
@media (max-width: 1025px) {
  .contact .map__wrap iframe {
    aspect-ratio: 1.35;
  }
}
@media (max-width: 767px) {
  .contact .map__wrap iframe {
    aspect-ratio: 2;
  }
}
.contact-form {
  background-color: white;
  padding: 1rem;
  position: relative;
  padding-left: 2rem;
}
@media (max-width: 1025px) {
  .contact-form {
    padding-left: 1.5rem;
  }
}
.contact-form__title {
  font-size: var(--textLG);
  color: #EF4545;
  margin-bottom: 1rem;
}
.contact-form__des {
  font-size: var(--textMD);
  color: #154053;
  line-height: 1.5em;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .contact-form__des {
    font-size: var(--textBase);
  }
}
.contact .form-group {
  margin-bottom: 24px;
}
.contact .form-group label {
  display: block;
  margin-bottom: 8px;
  font-size: var(--textBase);
  font-weight: 500;
  color: #154053;
}
@media (max-width: 1025px) {
  .contact .form-group label {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .contact .form-group label {
    font-size: var(--textBase);
  }
}
.contact .form-group label.required {
  position: relative;
}
.contact .form-group label.required::before {
  content: "*";
  color: #EF4545;
  margin-right: 4px;
}
.contact .form-group input[type="text"],
.contact .form-group input[type="tel"],
.contact .form-group input[type="email"] {
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: var(--textBase);
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact .form-group input[type="text"]:focus,
.contact .form-group input[type="tel"]:focus,
.contact .form-group input[type="email"]:focus {
  outline: none;
  border-color: #EF4545;
}
.contact .form-group input[type="text"]::-webkit-input-placeholder, .contact .form-group input[type="tel"]::-webkit-input-placeholder, .contact .form-group input[type="email"]::-webkit-input-placeholder {
  color: #757575;
}
.contact .form-group input[type="text"]::-moz-placeholder, .contact .form-group input[type="tel"]::-moz-placeholder, .contact .form-group input[type="email"]::-moz-placeholder {
  color: #757575;
}
.contact .form-group input[type="text"]:-ms-input-placeholder, .contact .form-group input[type="tel"]:-ms-input-placeholder, .contact .form-group input[type="email"]:-ms-input-placeholder {
  color: #757575;
}
.contact .form-group input[type="text"]::-ms-input-placeholder, .contact .form-group input[type="tel"]::-ms-input-placeholder, .contact .form-group input[type="email"]::-ms-input-placeholder {
  color: #757575;
}
.contact .form-group input[type="text"]::placeholder,
.contact .form-group input[type="tel"]::placeholder,
.contact .form-group input[type="email"]::placeholder {
  color: #757575;
}
@media (max-width: 1025px) {
  .contact .form-group input[type="text"],
  .contact .form-group input[type="tel"],
  .contact .form-group input[type="email"] {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .contact .form-group input[type="text"],
  .contact .form-group input[type="tel"],
  .contact .form-group input[type="email"] {
    font-size: var(--textBase);
  }
}
.contact .form-group textarea {
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: var(--textBase);
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  width: 100%;
  min-height: 120px;
  resize: vertical;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: inherit;
}
.contact .form-group textarea:focus {
  outline: none;
  border-color: #EF4545;
}
.contact .form-group textarea::-webkit-input-placeholder {
  color: #757575;
}
.contact .form-group textarea::-moz-placeholder {
  color: #757575;
}
.contact .form-group textarea:-ms-input-placeholder {
  color: #757575;
}
.contact .form-group textarea::-ms-input-placeholder {
  color: #757575;
}
.contact .form-group textarea::placeholder {
  color: #757575;
}
.contact .form-group .radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .contact .form-group .radio-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
  }
}
.contact .form-group .radio-group input[type="radio"] {
  display: inline-block;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #154053;
  border-radius: 50%;
  margin: 0 5px;
  background: white;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact .form-group .radio-group input[type="radio"]:hover {
  border-color: #EF4545;
}
.contact .form-group .radio-group input[type="radio"]:checked {
  border-color: #154053;
  background: white;
}
.contact .form-group .radio-group input[type="radio"]:checked::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #154053;
}
.contact .form-group .radio-group input[type="radio"]:focus {
  outline: none;
}
.contact .form-group .radio-group label {
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  margin-right: 1rem;
  font-weight: normal;
  cursor: pointer;
}
.contact .form-group .radio-group label:hover {
  color: #EF4545;
}
.contact .form-group input:invalid:not(:focus):not(:-moz-placeholder-shown), .contact .form-group textarea:invalid:not(:focus):not(:-moz-placeholder-shown) {
  border-color: #EF4545;
  background-color: rgba(231, 76, 60, 0.05);
}
.contact .form-group input:invalid:not(:focus):not(:-ms-input-placeholder), .contact .form-group textarea:invalid:not(:focus):not(:-ms-input-placeholder) {
  border-color: #EF4545;
  background-color: rgba(231, 76, 60, 0.05);
}
.contact .form-group input:invalid:not(:focus):not(:placeholder-shown),
.contact .form-group textarea:invalid:not(:focus):not(:placeholder-shown) {
  border-color: #EF4545;
  background-color: rgba(231, 76, 60, 0.05);
}
.contact .form-group input:valid:not(:focus):not(:-moz-placeholder-shown), .contact .form-group textarea:valid:not(:focus):not(:-moz-placeholder-shown) {
  border-color: #154053;
  background-color: rgba(39, 109, 174, 0.05);
}
.contact .form-group input:valid:not(:focus):not(:-ms-input-placeholder), .contact .form-group textarea:valid:not(:focus):not(:-ms-input-placeholder) {
  border-color: #154053;
  background-color: rgba(39, 109, 174, 0.05);
}
.contact .form-group input:valid:not(:focus):not(:placeholder-shown),
.contact .form-group textarea:valid:not(:focus):not(:placeholder-shown) {
  border-color: #154053;
  background-color: rgba(39, 109, 174, 0.05);
}
.contact .privacy-notice {
  margin: 20px 0;
  font-size: 12px;
  color: #757575;
  line-height: 1.5;
}
.contact .privacy-notice a {
  color: #757575;
  text-decoration: underline;
}
.contact .privacy-notice a:hover {
  text-decoration: none;
}
.contact .form-actions {
  text-align: center;
  margin-top: 30px;
}
.contact .form-actions .submit-btn {
  cursor: pointer;
}
