.elementor-kit-5{--e-global-color-primary:#B8975A;--e-global-color-secondary:#1A1816;--e-global-color-text:#5C5248;--e-global-color-accent:#FAF7F2;--e-global-color-161a952:#D4AF72;--e-global-color-74f88e7:#F5EDD8;--e-global-color-51b739e:#252220;--e-global-color-770e1f5:#5C5248;--e-global-color-97941b1:#8A7E74;--e-global-color-c979763:#F0EAE0;--e-global-color-d5a7f61:#E8DFD3;--e-global-color-9213bd0:#EDEAE3;--e-global-color-ee1b744:#F0F0F0;--e-global-color-7db9098:#FFFFFF;--e-global-color-4fab8e9:#000000;--e-global-typography-primary-font-family:"Cormorant Garamond";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"DM Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Cormorant Garamond";--e-global-typography-accent-font-weight:500;color:#5C5248;font-family:"DM Sans", Sans-serif;font-size:16px;font-weight:300;line-height:1.6px;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:#B8975A;font-family:"DM Sans", Sans-serif;font-size:13px;font-weight:500;text-transform:uppercase;color:#000000;border-style:none;border-radius:1px 1px 1px 1px;padding:16px 38px 16px 38px;}.elementor-kit-5 button:hover,.elementor-kit-5 button:focus,.elementor-kit-5 input[type="button"]:hover,.elementor-kit-5 input[type="button"]:focus,.elementor-kit-5 input[type="submit"]:hover,.elementor-kit-5 input[type="submit"]:focus,.elementor-kit-5 .elementor-button:hover,.elementor-kit-5 .elementor-button:focus{background-color:var( --e-global-color-161a952 );color:#000000;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:#5C5248;}.elementor-kit-5 a:hover{color:#B8975A;}.elementor-kit-5 h1{color:#1A1816;font-family:"Cormorant Garamond", Sans-serif;font-size:64px;font-weight:300;}.elementor-kit-5 h2{color:#1A1816;font-family:"Cormorant Garamond", Sans-serif;font-size:54px;font-weight:400;line-height:1.15em;}.elementor-kit-5 h3{color:#1A1816;font-family:"Cormorant Garamond", Sans-serif;font-size:24px;font-weight:500;}.elementor-kit-5 h4{color:#1A1816;font-family:"DM Sans", Sans-serif;font-size:15px;font-weight:500;}.elementor-kit-5 h5{color:#8A7E74;font-family:"DM Sans", Sans-serif;font-size:11px;font-weight:500;line-height:1.5em;}.elementor-kit-5 h6{color:#B8975A;font-family:"DM Sans", Sans-serif;font-size:11px;font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */:root{
  --gold:#B8975A;
  --gold-l:#D4AF72;
  --gold-pale:#F5EDD8;
  --dark:#1A1816;
  --dark2:#252220;
  --mid:#5C5248;
  --light:#8A7E74;
  --cream:#FAF7F2;
  --cream2:#F0EAE0;
  --cream3:#E8DFD3;
  --sage:#EDEAE3;
  --white:#FFFFFF;
  --wa:#25D366;
  --serif:'Cormorant Garamond',Georgia,serif;
  --sans:'DM Sans',system-ui,sans-serif;
  --nav:68px;
  --max:1140px;
}

*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

body{
  font-family:var(--sans);
  background:var(--cream);
  color:var(--dark);
  overflow-x:hidden;
}

img{
  width:100%;
  display:block;
}

.section{
  padding:90px 20px;
}

.section-inner{
  max-width:1140px;
  margin:auto;
}

.section-label{
  font-size:12px;
  letter-spacing:3px;
  text-transform:uppercase;
  color:var(--gold);
  margin-bottom:15px;
  display:block;
}

.section-title{
  font-family:var(--serif);
  font-size:52px;
  line-height:1.1;
  margin-bottom:20px;
  font-weight:400;
}

.section-title em{
  color:var(--gold);
}

.section-body{
  color:var(--mid);
  line-height:1.8;
  font-size:17px;
}

.gold-rule{
  width:50px;
  height:1px;
  background:var(--gold);
  margin:20px 0;
}

@media(max-width:768px){

.section{
  padding:70px 20px;
}

.section-title{
  font-size:36px;
}

}/* End custom CSS */