@font-face {
  font-family: "Open-Sans";
  src: url("font/OpenSans-Regular.ttf");
  font-display: swap;
  font-weight: normal;
}
@font-face {
  font-family: "Open-Sans";
  src: url("font/OpenSans-Bold.ttf");
  font-display: swap;
  font-weight: bold;
}
 
.cc-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  max-width: 1200px;
  margin: 0 auto;
}
.cc-header {
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 100;
}
a {
  transition: all 0.23s ease-in;
}
.cc-logo a {
  font-size: 1.8rem;
  font-weight: 700;
  color: #3b2f2f;
  text-decoration: none;
}
.cc-logo a:hover {
  color: #605f5f;
}
.cc-nav-list {
  list-style: none;
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0;
}
.cc-nav-link {
  text-decoration: none;
  color: #3b2f2f;
  font-weight: 500;
  transition: color 0.3s;
}
.cc-nav-link:hover {
  color: #b87333;
}
.cc-menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
}
.cc-bar {
  width: 25px;
  height: 3px;
  background-color: #3b2f2f;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .cc-nav {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background-color: #fff;
    flex-direction: column;
    padding: 1rem 2rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  .cc-nav-list {
    flex-direction: column;
    gap: 1rem;
  }
  .cc-menu-toggle {
    display: flex;
  }
  .cc-nav.active {
    display: flex;
  }
}
.cc-footer {
  background-color: #f7f5f0;
  color: #333;
  padding: 40px 20px 20px 20px;
}
.cc-footer a {
  color: #7c4a34;
  text-decoration: none;
}
.cc-footer a:hover {
  text-decoration: underline;
}
.cc-footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}
.cc-footer-brand h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
.cc-footer-brand p {
  font-size: 14px;
  line-height: 1.5;
}
.cc-footer-brand a:hover {
  text-decoration: none;
  color: #323232;
}
.cc-footer-bottom {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #666;
}
@media (max-width: 768px) {
  .cc-footer-top {
    flex-direction: column;
  }
}
* {
  scroll-behavior: smooth;
}
html,
body,
div,
span,
h2,
h3,
p,
a,
img,
strong,
i,
ul,
li,
article,
footer,
header,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
footer,
header,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  overflow-x: hidden;
  font-family: "Open-Sans";
}
h1,
h2,
h3,h4,
strong {
  font-weight: bold;
  line-height: 130%;
}
ul {
  list-style: none;
}
body {
  -webkit-text-size-adjust: none;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  background: #323232;
}
.XnnCIXWZKJLKtQN .CmiHetuMzTPwpSE {
  position: relative;
  top: 0;
  text-align: center;
  transition: all 0.3s linear;
}
.XnnCIXWZKJLKtQN .CmiHetuMzTPwpSE:hover {
  top: -10px;
  transition: all 0.3s linear;
}
strong {
  color: #252122;
}
i {
  font-style: italic;
}
h2,
h3 {
  color: #252122;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.35em;
}
a {
  color: #d52349;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
p,
ul {
  margin-bottom: 2em;
}
.LUOaAsLVrdTLTBp {
  margin: 0 auto;
  max-width: 100%;
  width: 70em;
}
@media screen and (max-width: 1680px) {
  .LUOaAsLVrdTLTBp {
    width: 70em;
  }
}
@media screen and (max-width: 1280px) {
  .LUOaAsLVrdTLTBp {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 980px) {
  .LUOaAsLVrdTLTBp {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 736px) {
  .LUOaAsLVrdTLTBp {
    width: calc(100% - 40px);
  }
}
.IBkHFGQjNvXhaUF {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: stretch;
  gap: 30px;
  justify-content: center;
  margin-top: 30px;
}
.IBkHFGQjNvXhaUF > * {
  box-sizing: border-box;
}
.IBkHFGQjNvXhaUF > .mlMShxjjOKkplSe {
  width: 30.33333%;
}
.IBkHFGQjNvXhaUF > .rbUaeRwJPiTYqKq {
  width: 100%;
}
@media screen and (max-width: 1680px) {
  .IBkHFGQjNvXhaUF {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }
  .IBkHFGQjNvXhaUF > * {
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1280px) {
  .IBkHFGQjNvXhaUF {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }
  .IBkHFGQjNvXhaUF > * {
    box-sizing: border-box;
  }
}
@media screen and (max-width: 980px) {
  .IBkHFGQjNvXhaUF {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }
  .IBkHFGQjNvXhaUF > * {
    box-sizing: border-box;
  }
  .IBkHFGQjNvXhaUF > .jSwMwmfaYTghEqI {
    width: 45%;
  }
  .IBkHFGQjNvXhaUF > .itiKriAJhsfXSOn {
    width: 100%;
  }
}
@media screen and (max-width: 736px) {
  .IBkHFGQjNvXhaUF {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }
  .IBkHFGQjNvXhaUF > * {
    box-sizing: border-box;
  }
  .IBkHFGQjNvXhaUF > .nlacVnuKkBvmQkl {
    width: 100%;
  }
  .XnnCIXWZKJLKtQN .nlacVnuKkBvmQkl {
    padding: 0;
  }
  .XnnCIXWZKJLKtQN .IBkHFGQjNvXhaUF {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}
#IBpBxqdnOmRcyMb p {
  color: #fff;
  font-size: 1.2em;
  line-height: 140%;
}
section,
article {
  margin-bottom: 2.5em;
}
section > :last-child,
section:last-child,
article > :last-child,
article:last-child {
  margin-bottom: 0;
}
header > p {
  display: block;
  font-style: italic;
  margin: 0.5em 0 0 0;
  padding-bottom: 0.5em;
}
header.RlkDhllFCPfCgBF {
  position: relative;
  text-align: center;
  border-top: solid 1px #ccc;
  top: 1em;
  margin: 0 0 3em 0;
  color: #fff;
  width: 80%;
  line-height: 130%;
  margin: 0 auto;
}
header.RlkDhllFCPfCgBF h2 {
  background: #323232;
  position: relative;
  color: #fff;
  top: -0.65em;
  display: inline;
  margin: 0;
  padding: 0 1em 0 1em;
}
footer {
  background-color: #000;
}
.XnnCIXWZKJLKtQN {
  padding: 50px 0;
  color: black;
}
.XnnCIXWZKJLKtQN .XXUsSJrKriFXlPk {
  min-height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: 5px solid #fff;
  background-color: #fff;
  border-radius: 30px;
}
.XnnCIXWZKJLKtQN .CmiHetuMzTPwpSE {
  background-size: cover;
}
.XnnCIXWZKJLKtQN .CmiHetuMzTPwpSE:first-child .XXUsSJrKriFXlPk {
  background-image: url(creation-images/Hand-Painted-Ceramic-Vase.jpg);
}
.XnnCIXWZKJLKtQN .CmiHetuMzTPwpSE:nth-child(2) .XXUsSJrKriFXlPk {
  background-image: url(creation-images/Rustic-Dinnerware-Set.webp);
}
.XnnCIXWZKJLKtQN .CmiHetuMzTPwpSE:nth-child(3) .XXUsSJrKriFXlPk {
  background-image: url(creation-images/Decorative-Clay-Bowl.jpg);
}
.XnnCIXWZKJLKtQN .CmiHetuMzTPwpSE:nth-child(4) .XXUsSJrKriFXlPk {
  background-image: url(creation-images/clay-creations-hero.jpg);
}
.XnnCIXWZKJLKtQN .CmiHetuMzTPwpSE:nth-child(5) .XXUsSJrKriFXlPk {
  background-image: url(creation-images/illustrate-clay.webp);
}
.XnnCIXWZKJLKtQN .CmiHetuMzTPwpSE:nth-child(6) .XXUsSJrKriFXlPk {
  background-image: url(creation-images/Wall-Plate.jpg);
}
.kdEkTtoLuVTUiBW {
  background: #ffffff;
  border-bottom: solid 1px #ccc;
  height: 100%;
  gap: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  border-radius: 30px;
}
button,
.sYeFbsMuhgGDMkb {
  -webkit-appearance: none;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  background: #ff6700;
  color: #fff !important;
  font-weight: 700;
  outline: 0;
  font-size: 1.1em;
  padding: 0.65em 1.5em 0.65em 1.5em;
  text-align: center;
  -moz-transition: background-color 0.25s ease-in-out;
  -webkit-transition: background-color 0.25s ease-in-out;
  -ms-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
  border-radius: 30px;
}
button:hover,
.sYeFbsMuhgGDMkb:hover {
  background: #323232;
}
.cc-menu-toggle:hover .cc-bar {
  background: #fff;
}
button:active,
.sYeFbsMuhgGDMkb:active {
  background: #323232;
}
.sYeFbsMuhgGDMkb.oKsVzeTvmhidlLE {
  background: #ff6700;
  width: 100%;
}
.sYeFbsMuhgGDMkb.oKsVzeTvmhidlLE:hover {
  background: #323232;
}
.sYeFbsMuhgGDMkb.oKsVzeTvmhidlLE:active {
  background: #151112;
}
.XXUsSJrKriFXlPk {
  display: inline-block;
  outline: 0;
}
.XXUsSJrKriFXlPk.BlISbJrSIruqVGG {
  display: block;
  width: 100%;
}
ul {
  list-style: disc;
  padding-left: 1em;
}
ul li {
  padding-left: 0.5em;
}
ul.vQxknFmCLCLtVqg {
  list-style: none;
  padding-left: 0;
}
ul.vQxknFmCLCLtVqg h3 {
  color: #fff;
}
ul.vQxknFmCLCLtVqg a {
  color: #ffcc00;
}
.TomMHQjPcLlMWuD {
  border-radius: 30px;
  margin-bottom: 30px !important;
}
ul.vQxknFmCLCLtVqg li {
  position: relative;
  border-top: solid 1px #ddd;
  padding: 1.3em 0 1.3em 7em;
}
ul.vQxknFmCLCLtVqg li h3 {
  position: absolute;
  left: 0;
  top: 1.3em;
  font-size: 1.1em;
}
ul.vQxknFmCLCLtVqg li:first-child {
  padding-top: 0;
  border-top: 0;
}
ul.vQxknFmCLCLtVqg li:first-child h3 {
  top: 0;
}
.eMjQKxvotkXqqWp {
  text-decoration: none;
  position: relative;
  text-decoration: none;
}
.eMjQKxvotkXqqWp:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-weight: 400;
}
.eMjQKxvotkXqqWp.wbGMhVwyHshvrXn:before {
  font-weight: 900;
}
.eMjQKxvotkXqqWp:before {
  line-height: inherit;
}
.eMjQKxvotkXqqWp.BlISbJrSIruqVGG {
  position: relative;
  display: inline-block;
  width: 9em;
  text-shadow: 1px 1px 5px grey;
  color: #fff;
  padding: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin: 0 0 4.5em 0;
  cursor: default;
}
.eMjQKxvotkXqqWp.BlISbJrSIruqVGG:before {
  font-size: 4.5em;
  line-height: 1em;
  color: #fff;
}
.eMjQKxvotkXqqWp.BlISbJrSIruqVGG:after {
  content: "";
  position: absolute;
  bottom: -1.95em;
  left: 0;
  border-bottom: solid 2em #ffcc00;
  border-left: solid 4.5em transparent;
  border-right: solid 4.5em transparent;
}
.eMjQKxvotkXqqWp.BlISbJrSIruqVGG.oKsVzeTvmhidlLE:after {
  border-bottom-color: #ff6700;
}
.eMjQKxvotkXqqWp.BlISbJrSIruqVGG.ZBrwUooETBlevXV:after {
  border-bottom-color: #b87333;
}
.kRqpOTCFUMRoGXE {
  text-align: center;
  padding: 8em 0;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.kRqpOTCFUMRoGXE::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: blur(5px);
  z-index: 1;
}
#qznxsxdDtGwHLqo {
  background: linear-gradient(45deg, #2f2f3040, #000000bc),
    url(creation-images/Nom-Living-Rustic-Stoneware-Ceramic.webp) no-repeat
      center center/cover;
  color: #fff;
}
#qznxsxdDtGwHLqo p {
  font-size: 1.1em;
  width: 80%;
  margin: 0 auto 30px;
  line-height: 130%;
}
#qznxsxdDtGwHLqo h2 {
  color: #ffcc00;
}
#ViPFxPoIZZXgZmF::before {
  background-image: url(creation-images/Artistic-Wall-Plate.jpg);
}
#dIUcScsgPDpHBHp {
  background-image: url(creation-images/Rustic-Dinnerware-Set.webp);
}
.GCrZPQuctMsBRqa img {
  width: 50%;
  border-radius: 3px;
  object-fit: cover;
}
.fQZzwmoewdgTmFe {
  max-width: 1200px;
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
}
.POirbzdyoIuhSuy {
  flex: 1;
  color: #f8f8f2;
  padding: 20px;
  text-align: left;
}
.POirbzdyoIuhSuy h3 {
  color: #fff;
  margin-bottom: 10px;
  text-decoration: underline;
}
.HRqRLzNuiunEdbD {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #ffcc00;
  line-height: 130%;
}
.QkjvFKYhsjhfsaF {
  font-size: 1.2rem;
  margin-bottom: 30px;
  line-height: 1.6;
  color: #e2e2e2;
}
.vsXBsjSxhHbhUUc {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.GCrZPQuctMsBRqa {
  padding: 50px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rRHMaBZObbwzkVT {
  background: url(creation-images/Nom-Living-Rustic-Stoneware-Ceramic.webp)
    no-repeat center center / cover;
  border-radius: 30px;
  width: 45%;
  height: 450px;
}
.wdWNzKUeUDFcAEu {
  background: rgba(255, 255, 255, 0.08);
  padding: 15px;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.wdWNzKUeUDFcAEu:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.15);
}
#GrupUaTsFdqidCI .kdEkTtoLuVTUiBW {
  background-color: #fff9d7;
}
.cWeTRiIYhGpgvRq {
  text-align: center;
  padding: 50px 20px;
  background-color: #f8f9fa;
}
.cWeTRiIYhGpgvRq h2 {
  font-size: 28px;
  margin-bottom: 10px;
}
.cWeTRiIYhGpgvRq p {
  font-size: 16px;
  color: #555;
  max-width: 600px;
  margin: 0 auto 30px;
}
.aCqUIHmouQwtnIa {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.hLvgsjJhZnfXhJr {
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  max-width: 300px;
  text-align: center;
}
.hLvgsjJhZnfXhJr img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: top;
  border-radius: 10px;
}
.btn-center.sYeFbsMuhgGDMkb {
  width: fit-content;
  margin: 30px auto 0;
  display: block;
}
.btn-center.sYeFbsMuhgGDMkb:hover,
#qznxsxdDtGwHLqo .sYeFbsMuhgGDMkb:hover {
  background: #b87333;
}
.hLvgsjJhZnfXhJr h3 {
  font-size: 20px;
  margin: 10px 0 5px;
}
.hLvgsjJhZnfXhJr p {
  font-size: 14px;
  color: #666;
}
#GrupUaTsFdqidCI .XXUsSJrKriFXlPk {
  border: 5px solid #fff9d7;
}
.kRqpOTCFUMRoGXE header {
  display: inline-block;
  text-shadow: 1px 1px 15px #000 !important;
  padding: 2.5em 5em;
  border-radius: 5px;
  position: relative;
  z-index: 10;
}
.kRqpOTCFUMRoGXE .LUOaAsLVrdTLTBp {
  position: relative;
  z-index: 10;
}
.kRqpOTCFUMRoGXE header h1,
.kRqpOTCFUMRoGXE header h2 {
  color: #fff;
  line-height: 130%;
  font-weight: 700;
  font-size: 2.5em;
}
.TtfsmFyehRfSPsr .LUOaAsLVrdTLTBp {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
.TtfsmFyehRfSPsr .XXUsSJrKriFXlPk {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  animation: shadow 1s ease-in-out infinite alternate;
}
@keyframes shadow {
  0% {
    box-shadow: 0 0 15px #ffffffb4;
  }
  100% {
    box-shadow: 0 0 50px #ffffffa3;
  }
}
.XnnCIXWZKJLKtQN p {
  margin: 0;
}
.XnnCIXWZKJLKtQN .CmiHetuMzTPwpSE span {
  color: #353434;
}
#ZeEKNcFhhftLyPm {
  background: url(creation-images/clay-creations-hero.jpg) no-repeat center
    center/cover;
  min-height: 400px;
}
#aKNwsMznVmFlwJF {
  background: url(creation-images/illustrate-clay.webp) no-repeat center
    center/cover;
  min-height: 400px;
}
#IBpBxqdnOmRcyMb,
#PUNWFUilLICGljd {
  margin: 70px auto;
}
#PUNWFUilLICGljd {
  text-align: center;
  overflow: hidden;
  color: #fff;
  line-height: 130%;
}
#PUNWFUilLICGljd h2 {
  font-size: 1.75em;
  color: white;
}
#PUNWFUilLICGljd p {
  margin-top: 30px;
}
#PUNWFUilLICGljd .wCyBgmXiwCjacJW {
  position: relative;
  z-index: 1;
}
#PUNWFUilLICGljd .wCyBgmXiwCjacJW:before {
  content: "";
  width: 32px;
  height: 100%;
  position: absolute;
  left: -24px;
  top: 0;
  display: block;
  z-index: -1;
}
#PUNWFUilLICGljd .wCyBgmXiwCjacJW:after {
  content: "";
  width: 32px;
  height: 100%;
  position: absolute;
  right: -24px;
  top: 0;
  display: block;
  z-index: -1;
}
#WjfcsEYqmxwRxFJ {
  min-height: 300px;
  background-image: url(creation-images/pottery-process.webp);
  border-radius: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#IssjiAPSYtRQdvz p {
  background-color: #ffffff3e;
  padding: 15px;
  border-radius: 8px;
}
.muQeABkQUOEFsEn .XJpQzHQoBtzAUZr {
  width: 30px;
  margin: 0 auto 30px;
  border-radius: 50%;
  box-shadow: 0 0 15px #0000ff40;
  height: 30px;
  background: linear-gradient(45deg, #ff6700, #ffcc00);
}
.TtfsmFyehRfSPsr {
  margin: 70px auto;
  color: #fff;
  font-size: 1.2em;
  line-height: 130%;
  padding: 0 30px;
  width: 80%;
}
.sYeFbsMuhgGDMkb.esZxdxFyewyWojB:hover {
  background: #fff;
  color: #353434 !important;
}
#HdwLjPujQcgnLNj .CmiHetuMzTPwpSE .kdEkTtoLuVTUiBW {
  color: #000;
  border-radius: 8px;
  background: #f7f5f0;
}
#HdwLjPujQcgnLNj .CmiHetuMzTPwpSE .kdEkTtoLuVTUiBW h3 {
  color: #333;
  font-size: 1.2em;
}
#HdwLjPujQcgnLNj img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid #ff6700;
  object-fit: cover;
  margin: 0 auto 15px;
}
.VnJfszoWzzjVtWy {
  background: #b87333;
  color: #fff;
  font-weight: bold;
  width: fit-content;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  margin: 0 auto !important;
}
.CTArtUbwsSrooRX {
  padding: 50px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.CTArtUbwsSrooRX .LUOaAsLVrdTLTBp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 30px;
}
.cc-footer-links h3 {
  font-size: 1.2em;
  margin-bottom: 10px;
}
#wuRMmwIpvpdAEPO {
  background-image: linear-gradient(358deg, #84591d, #ff6700);
}
#wuRMmwIpvpdAEPO h2 {
  color: white;
}
#JBHFyQetCOlPAFM {
  background-image: linear-gradient(
    45deg,
    rgb(233, 208, 117),
    rgb(255, 153, 0)
  );
}
#JBHFyQetCOlPAFM h2 {
  color: #555;
}
#JBHFyQetCOlPAFM p {
  color: #000;
  text-shadow: none;
}
#fnMHnxFLQwHKMCd {
  background-image: url(creation-images/pottery-process.webp);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 250px;
  background-position: center center;
}
.LUOaAsLVrdTLTBp h2, .LUOaAsLVrdTLTBp h1 {
  color: #b87333;
  margin-bottom: 15px;
}
#PVVhbAhXTSssyBP {
  background: url(creation-images/Wall-Plate.jpg) no-repeat center center/cover;
  min-height: 250px;
}
.CTArtUbwsSrooRX h2 {
  font-size: 36px;
  line-height: 130%;
}
.CTArtUbwsSrooRX p {
  color: #fff;
  font-size: 16px;
  margin: 0 auto;
  width: 80%;
  text-shadow: -1px 1.5px #605f5f;
  line-height: 130%;
  margin: 0;
}
@media screen and (max-width: 1680px) {
  body {
    font-size: 12pt;
  }
}
@media screen and (max-width: 1280px) {
  header.RlkDhllFCPfCgBF h2 {
    padding: 0 1em 0 1em;
  }
  #PUNWFUilLICGljd {
    padding: 0;
  }
  #PUNWFUilLICGljd .wCyBgmXiwCjacJW:before {
    left: -12px;
  }
  #PUNWFUilLICGljd .wCyBgmXiwCjacJW:after {
    right: -12px;
  }
}
@media screen and (max-width: 980px) {
  html,
  body {
    overflow-x: hidden;
  }
  #PUNWFUilLICGljd {
    padding: 3em 0 0 0;
  }
  #PUNWFUilLICGljd .wCyBgmXiwCjacJW:before,
  #PUNWFUilLICGljd .wCyBgmXiwCjacJW:after {
    display: none;
  }
}
@media (max-width: 736px) {
  body {
    font-size: 11pt;
  }
  .TtfsmFyehRfSPsr .LUOaAsLVrdTLTBp {
    grid-template-columns: 1fr;
  }
  h2,
  h3,
  .CTArtUbwsSrooRX h2 {
    font-size: 1.25em;
  }
  section,
  article {
    margin-bottom: 20px;
  }
  .kdEkTtoLuVTUiBW {
    padding: 25px 15px 20px 15px;
  }
  ul.vQxknFmCLCLtVqg li {
    padding: 0.8em 0 0.8em 7em;
  }
  ul.vQxknFmCLCLtVqg li h3 {
    top: 0.8em;
  }
  .eMjQKxvotkXqqWp.BlISbJrSIruqVGG {
    width: 8em;
    margin: 0 0 3em 0;
  }
  .eMjQKxvotkXqqWp.BlISbJrSIruqVGG:after {
    border-left: solid 4em transparent;
    border-right: solid 4em transparent;
  }
  #PUNWFUilLICGljd {
    padding: 2em 0 0 0;
  }
  #PUNWFUilLICGljd h2 {
    font-size: 1.25em;
  }
  .rRHMaBZObbwzkVT,
  .GCrZPQuctMsBRqa img {
    width: 100%;
    height: 300px;
  }
}
@media (max-width: 600px) {
  .kRqpOTCFUMRoGXE header {
    padding: 0;
  }
  #fnMHnxFLQwHKMCd {
    min-height: 200px;
  }
  .XnnCIXWZKJLKtQN .XXUsSJrKriFXlPk {
    min-height: 250px;
  }
  .CmiHetuMzTPwpSE {
    padding: 15px;
  }
  .CmiHetuMzTPwpSE p {
    font-size: 0.9em;
  }
  .kRqpOTCFUMRoGXE header h2,
  .CTArtUbwsSrooRX h2 {
    font-size: 24px;
  }
  .CTArtUbwsSrooRX .TZuZceLsLfdqoqw {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .CTArtUbwsSrooRX p,
  .TtfsmFyehRfSPsr {
    width: 100%;
  }
}
