@font-face {
  font-family: "youngserif-regular";
  src: url("../fonts/youngserif-regular.woff") format("woff"), url("../fonts/youngserif-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "opensans-regular";
  src: url("../fonts/opensans-regular.woff") format("woff"), url("../fonts/opensans-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "opensans-semibold";
  src: url("../fonts/opensans-semibold.woff") format("woff"), url("../fonts/opensans-semibold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html,
body {
  height: 100%;
  margin: 0;
}

body,
button,
input,
optgroup,
select,
textarea,
table {
  font-family: "opensans-regular" !important;
  color: #2C2C2C !important;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  body,
  button,
  input,
  optgroup,
  select,
  textarea,
  table {
    font-size: 14px;
  }
}

a, a:hover, a:active, a:visited {
  text-decoration: none;
  outline: none;
}

body,
div {
  box-sizing: border-box;
}

input:focus, select:focus, textarea:focus {
  outline: none;
  border: none;
}

::-moz-selection {
  background-color: #CCCCCC;
}

::selection {
  background-color: #CCCCCC;
}

*, *:before, *:after {
  box-sizing: inherit;
}

img {
  height: auto;
  max-width: 100%;
  position: relative;
  border-style: none;
}

body {
  display: block;
  /*-webkit-font-smoothing: antialiased;*/
  text-rendering: optimizeLegibility;
  line-height: 1.8;
  font-weight: 100;
  background-color: #F4E9D8;
}

h1, h2, h3 {
  font-family: "youngserif-regular";
  margin: 5px 0;
  line-height: 1.2;
}

h1 {
  font-size: 3.5em;
  color: #5E4A3F;
  font-weight: 100;
}
@media only screen and (max-width: 480px) {
  h1 {
    font-size: 1.75em;
  }
}

h2 {
  font-size: 2.25em;
  color: #5E4A3F;
  font-weight: 100;
}
@media only screen and (max-width: 480px) {
  h2 {
    font-size: 1.25em;
  }
}

h3 {
  font-size: 1.5em;
  color: #5E4A3F;
  font-weight: 100;
}
@media only screen and (max-width: 480px) {
  h3 {
    font-size: 1em;
  }
}
h3.red {
  color: #BF5750;
  position: relative;
}
h3.red::before {
  position: absolute;
  content: "";
  width: 200px;
  height: 1em;
  background-image: url("../images/line-seg.svg");
  background-repeat: no-repeat;
  background-position: left center;
  left: -205px;
}
h3.red::after {
  position: absolute;
  content: "";
  width: 200px;
  height: 1em;
  background-image: url("../images/line-seg2.svg");
  background-repeat: no-repeat;
  background-position: left center;
  right: -210px;
}

.flx-h {
  display: flex;
}

.flx-v {
  display: flex;
  flex-direction: column;
}

.flx-c1 {
  justify-content: center;
  align-items: center;
}

.flx-c2 {
  justify-content: center;
}

.flx-c3 {
  justify-content: flex-start;
}

.flx-c4 {
  justify-content: flex-end;
}

.flx-c5 {
  justify-content: space-around;
}

.flx-c6 {
  justify-content: space-between;
}

.flx-c7 {
  align-items: center;
}

.flx-c8 {
  align-items: flex-start;
}

.flx-c9 {
  align-items: flex-end;
}

.flx-g-5 {
  gap: 5px;
}

.flx-g-10 {
  gap: 10px;
}

.flx-g-15 {
  gap: 15px;
}

.flx-g-20 {
  gap: 20px;
}

.flx-g-25 {
  gap: 25px;
}

.flx-g-30 {
  gap: 30px;
}

.flx-g-40 {
  gap: 40px;
}

.flx-g-50 {
  gap: 50px;
}

.flx-g-60 {
  gap: 60px;
}

.flx-wrp {
  flex-wrap: wrap;
}

.wdth-100 {
  width: 100% !important;
}

.wdth-90 {
  width: 90%;
}

.wdth-80 {
  width: 80%;
}

.wdth-60 {
  width: 60%;
}

.wdth-50 {
  width: 50%;
}

.txt-nc1 {
  color: #2C2C2C;
}

.txt-nc2 {
  color: #5E4A3F;
}

.txt-pc1 {
  color: #F4E9D8;
}

.txt-sc2 {
  color: #BF5750;
}

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

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

.txt-tny {
  font-size: 0.5em;
}

.txt-smll {
  font-size: 0.8em;
}

.txt-mdm {
  font-size: 1.6em;
}

.txt-lrg {
  font-size: 2em;
}

.txt-itl {
  font-style: italic;
}

.txt-bld {
  font-family: "opensans-semibold";
}

.pdng-5 {
  padding: 5px;
}

.pdng-10 {
  padding: 10px;
}

.pdng-20 {
  padding: 20px;
}

.pdngv-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.lnh-1 {
  line-height: 1;
}

.lnh-1-2 {
  line-height: 1.2;
}

.lnh-1-5 {
  line-height: 1.5;
}

.lnh-2 {
  line-height: 2;
}

.lnh-1-8 {
  line-height: 1.8;
}

.beige-bg1 {
  background-color: rgba(244, 233, 216, 0.5);
}

.beige-bg2 {
  background-color: #EDDDCE;
}

.spacer-xlarge {
  height: 4em !important;
}
@media only screen and (max-width: 480px) {
  .spacer-xlarge {
    height: 2em !important;
  }
}

.spacer-large {
  height: 2em;
}
@media only screen and (max-width: 768px) {
  .spacer-large {
    height: 1.5em;
  }
}

.spacer-medium {
  height: 1.5em;
}

.spacer-small {
  height: 1em;
}

.spacer-tiny {
  height: 0.5em;
}

.dsbld-btn {
  pointer-events: none;
  opacity: 0.4;
}

.page-width {
  padding-left: 80px;
  padding-right: 80px;
  height: inherit;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page-width {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.page-header {
  width: 100%;
  height: 96px;
  position: fixed;
  z-index: 14000;
  /*background-color: $brand-purple;*/
}
@media only screen and (max-width: 768px) {
  .page-header {
    height: 64px;
  }
}
.page-header .header-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #F4E9D8;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.8s ease;
}

.page-footer {
  background-color: #5E4A3F;
  background-image: url("../images/echoes-bg.svg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 650px;
}
.page-footer .page-width {
  background-image: url("../images/thumbprint.png");
  background-position: right 4em;
  background-repeat: no-repeat;
}
.page-footer .ftr-lg {
  width: 210px;
  margin-left: -34px;
}
.page-footer .spacer-ftr {
  height: 8em !important;
}
.page-footer .ftr-col {
  width: 30%;
}
.page-footer .ftr-col:nth-child(2) {
  padding-left: 40px;
}
.page-footer .ftr-cat-itm {
  padding: 0 0 16px 0;
  width: -moz-fit-content;
  width: fit-content;
}
.page-footer .ftr-cat-itm a {
  color: #F4E9D8;
  text-decoration: none;
}
.page-footer .ftr-scl-hdr {
  color: #F4E9D8;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.page-footer .ftr-scl-hdr::after {
  content: "";
  position: absolute;
  background-image: url("../images/rt-dn-arrow.svg");
  background-repeat: no-repeat;
  width: 12px;
  height: 10px;
  top: 50%;
  right: -20px;
}
.page-footer .ftr-scl-ico {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(244, 233, 216, 0.3);
  border-radius: 50%;
  line-height: 0;
}

.page-content {
  padding-top: 80px;
  min-height: 500px;
}
@media only screen and (max-width: 480px) {
  .page-content {
    padding-top: 55px;
  }
}

.mnu-hdr {
  height: 100%;
  position: relative;
}
.mnu-hdr .pg-lg {
  width: -moz-fit-content;
  width: fit-content;
  width: 212px;
  height: 72px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 480px) {
  .mnu-hdr .pg-lg {
    height: 35px;
    margin: unset;
  }
}
.mnu-hdr .pg-lg img {
  margin-top: -5px;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 480px) {
  .mnu-hdr .pg-lg img {
    height: 100%;
    margin-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  .mnu-hdr .mnu-1, .mnu-hdr .mnu-2 {
    display: none;
  }
}

.hdr-n-itm {
  color: #5E4A3F;
  cursor: pointer;
  border: none;
  position: relative;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hdr-n-itm img {
  vertical-align: middle;
  margin-right: 2px;
}
.hdr-n-itm.label {
  font-family: "opensans-semibold";
}
.hdr-n-itm.icon {
  width: 48px;
  background-color: rgba(199, 178, 153, 0.2);
  border-radius: 24px;
}
.hdr-n-itm.icon:hover {
  background-color: rgba(199, 178, 153, 0.4);
}

.chev-holder {
  display: inline-block;
  background-image: url("../images/icons/chevron.svg");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  transition: rotate 0.2s;
}

.hm-hro {
  height: 860px;
  position: relative;
}
.hm-hro .lft-fltr {
  position: absolute;
  width: 50%;
  height: 100%;
  /*background-color:rgba(199, 178, 153, 0.6);*/
  background-color: rgb(221, 209, 194);
  z-index: 3;
}
.hm-hro .rt-fltr {
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: rgb(221, 209, 194);
  z-index: 0;
  opacity: 1;
  transition: opacity 0.8s ease;
}
.hm-hro .rt-fltr.fd {
  opacity: 0;
}
.hm-hro .page-width {
  padding-top: 220px;
  z-index: 5;
}
.hm-hro .hm-hro-lft {
  width: 50%;
}
.hm-hro .hm-hro-rt {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.hm-hro .hpr-img-hldr1, .hm-hro .hpr-img-hldr2, .hm-hro .rhpr-img-hldr {
  width: 240px;
  height: 480px;
  position: absolute;
  left: 50%;
  top: 230px;
  transform: translateX(-50%);
}
.hm-hro .rhpr-img-hldr {
  transform: translateX(-100%);
  transition: transform 1.5s ease;
  z-index: 2;
}
.hm-hro .rhpr-img-hldr img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top right;
     object-position: top right;
}
.hm-hro .rhpr-img-hldr.open {
  transform: translateX(0%);
}
.hm-hro .txt-itl {
  height: 40px;
}
.hm-hro .hpr-img-hldr1 {
  transform: translateX(-100%);
  z-index: 4;
}
.hm-hro .hpr-img-hldr1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top left;
     object-position: top left;
}
.hm-hro .hpr-img-hldr2 {
  transform: translateX(0%);
  z-index: 1;
}
.hm-hro .hpr-img-hldr2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top right;
     object-position: top right;
}
.hm-hro .cat-itms {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
.hm-hro .cat-itms a {
  color: #2C2C2C;
}
.hm-hro .cat-itms .cat-itm {
  display: flex;
  gap: 10px;
  align-items: center;
}
.hm-hro .cat-itms-rt {
  align-items: flex-end;
}

.hm-abt-sc {
  height: 650px;
  background-image: url("../images/hm-abt-sc-bg.webp");
  background-position: calc(50% - 400px) center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 480px) {
  .hm-abt-sc {
    align-items: flex-start !important;
    background-position: bottom;
    background-size: 100%;
    height: 500px;
  }
}
.hm-abt-sc .hm-abt-sc-lft {
  height: 100%;
}
@media only screen and (max-width: 480px) {
  .hm-abt-sc .hm-abt-sc-lft {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .hm-abt-sc .hm-abt-sc-rt {
    width: 100%;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .hm-abt-sc .hm-abt-sc-rt .spacer-large {
    height: 1em;
  }
}
@media only screen and (max-width: 480px) {
  .hm-abt-sc .hm-abt-sc-rt .spacer-medium {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .hm-abt-sc .hm-abt-sc-rt .wdth-80 {
    width: 100%;
  }
}

.archv-sc {
  height: 650px;
  background-image: url("../images/archv-sc-bg.webp");
  background-position: calc(100% - 150px) center;
  background-repeat: no-repeat;
}
.archv-sc .archv-sc-rt {
  height: 100%;
}
.archv-sc {
  /*.archv-sc-rt{
      padding-left: 20px;
  }*/
}

.sub-frm {
  display: flex;
  flex-direction: column;
  padding-top: 5px;
}
.sub-frm input {
  width: 100%;
  background: none;
  border: none;
  padding: 0 10px;
  color: #F4E9D8 !important;
}
.sub-frm input::-moz-placeholder { /* Standard syntax */
  color: #F4E9D8;
  opacity: 0.5; /* Ensures full opacity in Firefox */
}
.sub-frm input::placeholder { /* Standard syntax */
  color: #F4E9D8;
  opacity: 0.5; /* Ensures full opacity in Firefox */
}
.sub-frm .sub-frm-hldr {
  width: 300px;
  background-color: rgba(199, 178, 153, 0.2);
  border-radius: 24px;
  border: 1px solid #F4E9D8;
  height: 48px;
  overflow: hidden;
}
.sub-frm .sub-frm-fld {
  width: calc(100% - 48px);
}
.sub-frm .sub-frm-btn {
  position: relative;
  width: 48px;
  height: 100%;
  border-left: 1px solid #F4E9D8;
  line-height: 0;
  cursor: pointer;
}
.sub-frm .sub-frm-btn:hover {
  background-color: rgba(199, 178, 153, 0.4);
}

.loader {
  display: none;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 30px;
  --b: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 1px;
  background: conic-gradient(rgba(0, 0, 0, 0) 10%, #F4E9D8) content-box;
  -webkit-mask: repeating-conic-gradient(rgba(0, 0, 0, 0) 0deg, #000 1deg 20deg, rgba(0, 0, 0, 0) 21deg 36deg), radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - var(--b) - 1px), #000 calc(100% - var(--b)));
  -webkit-mask-composite: destination-in;
  mask-composite: intersect;
  animation: l4 1s infinite steps(10);
}

@keyframes l4 {
  to {
    transform: rotate(1turn);
  }
}
.frm-scss-msg {
  color: #82C89A;
}

.frm-err-msg {
  color: #BF5750;
}

.tstmnls {
  height: 550px;
}
.tstmnls .tstmnls-carousel {
  overflow: hidden;
  visibility: hidden;
}
.tstmnls .tstmnl-itm {
  position: relative;
  padding-top: 25px;
}
.tstmnls .tstmnl-itm .tstmnl-txt {
  font-size: 1.8em;
  text-align: center;
  line-height: 1.5;
}
.tstmnls .tstmnl-itm::before {
  position: absolute;
  content: "";
  width: 43px;
  height: 33px;
  background-image: url("../images/quote.svg");
  background-repeat: no-repeat;
  top: 0px;
  left: 0;
}
.tstmnls .tstmnl-ftr {
  width: 100%;
}
.tstmnls .tstmnl-ftr .tstmnl-im {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 2.5em;
  /*font-family: $font-semibold-2;*/
  background-color: rgba(91, 14, 65, 0.1);
  color: #5E4A3F;
}
.tstmnls .tstmnl-ftr .tstmnl-nm {
  font-size: 2em;
  font-family: "opensans-semibold";
  line-height: 1;
}

.pc2-btn {
  background-color: #C7B299;
  height: 56px;
  border-radius: 28px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 44px;
  font-size: 1.25em;
  display: flex;
  align-items: center;
  color: #5E4A3F;
  cursor: pointer;
}

.pc2-btn:hover {
  background-color: rgba(199, 178, 153, 0.8);
}

.pc2-btn:active {
  background-color: rgba(199, 178, 153, 0.6);
}

.sc2-btn {
  background-color: #BF5750;
  height: 56px;
  border-radius: 28px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 44px;
  font-size: 1.25em;
  display: flex;
  align-items: center;
  color: #FFF;
  cursor: pointer;
}

.sc2-btn:hover {
  background-color: rgba(191, 87, 80, 0.8);
}

.sc2-btn:active {
  background-color: rgba(191, 87, 80, 0.6);
}

.fdstrs-carousel {
  /*width: 425px;
  visibility: hidden;
  height: 650px;*/
  display: flex;
  gap: 20px;
}
.fdstrs-carousel .fdstrs-itm {
  width: 400px;
  height: 580px;
  padding: 2em;
  background-color: #F4E9D8;
  border-radius: 1em;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.25);
}
.fdstrs-carousel .fdstrs-itm .fdstrs-itm-img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1em;
  overflow: hidden;
}
.fdstrs-carousel .fdstrs-itm .fdstrs-t {
  font-size: 1.375em;
  color: #2C2C2C;
  line-height: 1.2;
  width: calc(100% - 50px);
}
.fdstrs-carousel .fdstrs-itm .fdstrs-t a {
  color: #2C2C2C;
}
.fdstrs-carousel .fdstrs-itm .fdstrs-lnk-img {
  width: 40px;
  height: 40px;
}
.fdstrs-carousel .fdstrs-itm .fdstrs-e {
  font-size: 1em;
}

.dot-sep {
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: #2C2C2C;
  border-radius: 50%;
  margin: 3px;
}

.kpi-sc {
  background-image: url("../images/paper-bg.webp");
  background-size: 100%;
  width: 100%;
  height: 400px;
  padding: 30px 0;
}
.kpi-sc .kpi-hldr {
  background-color: #F4E9D8;
  border-radius: 1em;
  height: 200px;
}
.kpi-sc .kpi-v {
  font-size: 4.5em;
  color: #BF5750;
  font-family: "opensans-semibold";
  line-height: 1;
  font-weight: 900;
}
.kpi-sc .kpi-k {
  font-size: 1.25em;
  color: #5E4A3F;
}

.cstdns .cstdns-hldr {
  border-top: 0.5px solid #2C2C2C;
  background-color: rgba(44, 44, 44, 0.1);
}
.cstdns .cstdns-hldr .cstdns-itm {
  width: 200px;
  height: 225px;
  cursor: pointer;
}
.cstdns .cstdns-hldr .cstdns-itm img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cstdns .cstdns-hldr .cstdns-itm .ci-lft {
  display: block;
  width: 100%;
}
.cstdns .cstdns-hldr .cstdns-itm .ci-rt {
  display: none;
}
.cstdns .cstdns-hldr .cstdns-itm .ci-ttl {
  display: none;
}
.cstdns .cstdns-dtls {
  height: 540px;
}
.cstdns .cstdns-dtls .cstdns-itm {
  width: 100%;
  height: 100%;
}
.cstdns .cstdns-dtls .cstdns-itm img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cstdns .cstdns-dtls .cstdns-itm .ci-lft {
  width: 40%;
}
.cstdns .cstdns-dtls .cstdns-itm .ci-lft-dmy {
  width: 40%;
  background-color: #C7B299;
  opacity: 0.5;
}
.cstdns .cstdns-dtls .cstdns-itm .ci-rt {
  width: 60%;
  display: block;
  padding: 0 2em;
}
.cstdns .cstdns-dtls .cstdns-itm .ci-lnk-img {
  width: 40px;
  height: 40px;
}
.cstdns .cstdns-dtls .cstdns-itm .dmy-fill-50 {
  background-color: #C7B299;
  height: 50px;
  width: 300px;
  margin-bottom: 10px;
  opacity: 0.5;
}
.cstdns .cstdns-dtls .cstdns-itm .dmy-fill-25 {
  background-color: #C7B299;
  height: 25px;
  width: 200px;
  margin-bottom: 5px;
  opacity: 0.5;
}

.variant-btn {
  border: 1px solid #5E4A3F;
  border-radius: 4px;
  padding: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.variant-btn.active {
  background-color: #C7B299;
}

.variant-btn:hover {
  background-color: #C7B299;
}

.variant-btn.disabled,
.variant-tile.disabled {
  opacity: 0.3;
  pointer-events: none;
}/*# sourceMappingURL=main.css.map */