.block-home-page-hero{width:100%;display:grid;grid-template-columns:[window-start] 1fr [columns-start column-1-start] calc(min(var(--grid-viewport-width, 100vw), 48rem) / 4 - 5rem / 4) [column-1-end column-2-start] calc(min(var(--grid-viewport-width, 100vw), 48rem) / 4 - 5rem / 4) [column-2-end column-3-start] calc(min(var(--grid-viewport-width, 100vw), 48rem) / 4 - 5rem / 4) [column-3-end column-4-start] calc(min(var(--grid-viewport-width, 100vw), 48rem) / 4 - 5rem / 4) [column-4-end columns-end] 1fr [window-end];-webkit-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem;position:relative}@media only screen and (min-width:48em){.block-home-page-hero{width:100%;display:grid;grid-template-columns:[window-start] 1fr [columns-start column-1-start] calc(min(var(--grid-viewport-width, 100vw), 80rem) / 6 - 14rem / 6) [column-1-end column-2-start] calc(min(var(--grid-viewport-width, 100vw), 80rem) / 6 - 14rem / 6) [column-2-end column-3-start] calc(min(var(--grid-viewport-width, 100vw), 80rem) / 6 - 14rem / 6) [column-3-end column-4-start] calc(min(var(--grid-viewport-width, 100vw), 80rem) / 6 - 14rem / 6) [column-4-end column-5-start] calc(min(var(--grid-viewport-width, 100vw), 80rem) / 6 - 14rem / 6) [column-5-end column-6-start] calc(min(var(--grid-viewport-width, 100vw), 80rem) / 6 - 14rem / 6) [column-6-end columns-end] 1fr [window-end];-webkit-column-gap:2rem;-moz-column-gap:2rem;column-gap:2rem}}@media only screen and (min-width:64.0625em){.block-home-page-hero{width:100%;display:grid;grid-template-columns:[window-start] 1fr [columns-start column-1-start] calc(min(var(--grid-viewport-width, 100vw), 93.5rem) / 12 - 26rem / 12) [column-1-end column-2-start] calc(min(var(--grid-viewport-width, 100vw), 93.5rem) / 12 - 26rem / 12) [column-2-end column-3-start] calc(min(var(--grid-viewport-width, 100vw), 93.5rem) / 12 - 26rem / 12) [column-3-end column-4-start] calc(min(var(--grid-viewport-width, 100vw), 93.5rem) / 12 - 26rem / 12) [column-4-end column-5-start] calc(min(var(--grid-viewport-width, 100vw), 93.5rem) / 12 - 26rem / 12) [column-5-end column-6-start] calc(min(var(--grid-viewport-width, 100vw), 93.5rem) / 12 - 26rem / 12) [column-6-end column-7-start] calc(min(var(--grid-viewport-width, 100vw), 93.5rem) / 12 - 26rem / 12) [column-7-end column-8-start] calc(min(var(--grid-viewport-width, 100vw), 93.5rem) / 12 - 26rem / 12) [column-8-end column-9-start] calc(min(var(--grid-viewport-width, 100vw), 93.5rem) / 12 - 26rem / 12) [column-9-end column-10-start] calc(min(var(--grid-viewport-width, 100vw), 93.5rem) / 12 - 26rem / 12) [column-10-end column-11-start] calc(min(var(--grid-viewport-width, 100vw), 93.5rem) / 12 - 26rem / 12) [column-11-end column-12-start] calc(min(var(--grid-viewport-width, 100vw), 93.5rem) / 12 - 26rem / 12) [column-12-end columns-end] 1fr [window-end];-webkit-column-gap:2rem;-moz-column-gap:2rem;column-gap:2rem}}.block-home-page-hero[next-element-class=block-switchback]{background-color:#c2b7b3}@media only screen and (min-width:64.0625em){.block-home-page-hero{margin-bottom:-2.8125rem}}.block-home-page-hero__media{grid-column-start:window-start;grid-column-end:window-end;background-color:#eaeaea;z-index:0}@media only screen and (min-width:48em){.block-home-page-hero__media{margin-bottom:-9.375rem}}@media only screen and (min-width:64.0625em){.block-home-page-hero__media{margin-bottom:-18.125rem}}.block-home-page-hero__inner{background-color:#1a1a1a;padding:2rem 2rem 3rem;border-radius:0 0 0 40px;grid-column-start:window-start;grid-column-end:window-end;color:#fcfcfd;z-index:1}@media only screen and (min-width:48em){.block-home-page-hero__inner{border-radius:0 0 0 80px}}@media only screen and (min-width:64.0625em){.block-home-page-hero__inner{max-width:74.25rem;margin-left:auto;margin-right:auto}}.block-home-page-hero__inner.is-fixed{position:relative;-webkit-transform:none;transform:none;left:0}@media only screen and (min-width:64.0625em){.block-home-page-hero__inner.is-fixed{position:sticky;bottom:0;z-index:9;width:100%}.block-home-page-hero__inner.is-fixed.slide-in-up{bottom:-30px;-webkit-transform:translateX(0) translateY(0);transform:translateX(0) translateY(0)}.block-home-page-hero__inner.is-fixed.slide-in-up--init{bottom:0}}.block-home-page-hero__inner:not(.is-fixed){-webkit-transform:translateX(0) translateY(0);transform:translateX(0) translateY(0);-webkit-transition:none;transition:none;left:0;position:initial}.block-home-page-hero__inner:not(.is-fixed).slide-in-up{-webkit-transform:translateX(0) translateY(1rem);transform:translateX(0) translateY(1rem)}.block-home-page-hero__inner:not(.is-fixed).slide-in-up--init{-webkit-transform:translateX(0) translateY(0);transform:translateX(0) translateY(0)}.block-home-page-hero__inner.slide-in-up{opacity:0;-webkit-transform:translateX(0) translateY(1rem);transform:translateX(0) translateY(1rem);-webkit-transition:opacity .66s cubic-bezier(.55,.085,0,.99),bottom .66s cubic-bezier(.55,.085,0,.99),-webkit-transform .66s cubic-bezier(.55,.085,0,.99);transition:opacity .66s cubic-bezier(.55,.085,0,.99),bottom .66s cubic-bezier(.55,.085,0,.99),-webkit-transform .66s cubic-bezier(.55,.085,0,.99);transition:opacity .66s cubic-bezier(.55,.085,0,.99),transform .66s cubic-bezier(.55,.085,0,.99),bottom .66s cubic-bezier(.55,.085,0,.99);transition:opacity .66s cubic-bezier(.55,.085,0,.99),transform .66s cubic-bezier(.55,.085,0,.99),bottom .66s cubic-bezier(.55,.085,0,.99),-webkit-transform .66s cubic-bezier(.55,.085,0,.99)}@media only screen and (min-width:64.0625em){.block-home-page-hero__inner.slide-in-up{-webkit-transform:translateX(-50%) translateY(1rem);transform:translateX(-50%) translateY(1rem)}}.block-home-page-hero__inner.slide-in-up--init{opacity:1;-webkit-transform:translateX(0) translateY(0);transform:translateX(0) translateY(0)}@media only screen and (min-width:64.0625em){.block-home-page-hero__inner.slide-in-up--init{-webkit-transform:translateX(-50%) translateY(0);transform:translateX(-50%) translateY(0)}}.block-home-page-hero__video-play-pause{display:block;position:absolute;right:1rem;top:-3.75rem;border:0;border-radius:50%;width:2.625rem;height:2.625rem;background-color:#c39f72;-webkit-transition-property:background-color;transition-property:background-color;-webkit-transition-duration:.25s;transition-duration:.25s;cursor:pointer}@media only screen and (min-width:64.0625em){.block-home-page-hero__video-play-pause{right:0;top:-3.75rem}}.block-home-page-hero__video-play-pause:hover,.block-home-page-hero__video-play-pause:focus{background-color:#b6854a}.block-home-page-hero__video-play-pause img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:0;visibility:hidden;-webkit-transition-property:opacity,visibility;transition-property:opacity,visibility;-webkit-transition-duration:.25s;transition-duration:.25s}.block-home-page-hero__video-play-pause[aria-label="pause video"] img.block-home-page-hero__pause-icon{opacity:1;visibility:visible}.block-home-page-hero__video-play-pause[aria-label="play video"] img.block-home-page-hero__play-icon{opacity:1;visibility:visible}.block-home-page-hero__heading{margin-top:1rem;margin-bottom:1rem;font-family:"Libre Caslon Text",serif;font-style:normal;font-weight:400;font-size:2.28875rem;line-height:1.2288367013;margin-top:0;color:#b6854a}@media only screen and (min-width:23.5em){.block-home-page-hero__heading{font-size:2.86125rem;line-height:1.2232415902}}@media only screen and (min-width:48em){.block-home-page-hero__heading{font-size:3.62375rem;line-height:1.2245601932}}@media only screen and (min-width:80em){.block-home-page-hero__content{display:inline-grid;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;grid-template-columns:minmax(0, 1fr) -webkit-max-content;grid-template-columns:minmax(0, 1fr) max-content;-webkit-column-gap:32px;-moz-column-gap:32px;column-gap:32px}}.block-home-page-hero__subheading{margin-top:1rem;margin-bottom:1rem;font-family:"Libre Caslon Text",serif;font-weight:400;font-size:2.28875rem;line-height:1.2288367013}@media only screen and (min-width:48em){.block-home-page-hero__subheading{font-size:2.899375rem;line-height:1.2287130847}}.block-home-page-hero__subheading .h2-gold{color:#b6854a}.u-bg-secondary-light-gray .block-home-page-hero__subheading .h2-gold{color:#a57d40}.block-home-page-hero__summary{margin-top:1rem;margin-bottom:1rem;font-family:"Montserrat",sans-serif;font-weight:400;font-size:1rem;line-height:1.5}.block-home-page-hero__summary figure+h1,.block-home-page-hero__summary figure+h2,.block-home-page-hero__summary figure+h3,.block-home-page-hero__summary figure+h4,.block-home-page-hero__summary figure+h5,.block-home-page-hero__summary figure+h6,.block-home-page-hero__summary figure+blockquote,.block-home-page-hero__summary figure+span.button,.block-home-page-hero__summary figure+q,.block-home-page-hero__summary blockquote+h1,.block-home-page-hero__summary blockquote+h2,.block-home-page-hero__summary blockquote+h3,.block-home-page-hero__summary blockquote+h4,.block-home-page-hero__summary blockquote+h5,.block-home-page-hero__summary blockquote+h6,.block-home-page-hero__summary blockquote+blockquote,.block-home-page-hero__summary blockquote+span.button,.block-home-page-hero__summary blockquote+q,.block-home-page-hero__summary p+h1,.block-home-page-hero__summary p+h2,.block-home-page-hero__summary p+h3,.block-home-page-hero__summary p+h4,.block-home-page-hero__summary p+h5,.block-home-page-hero__summary p+h6,.block-home-page-hero__summary p+blockquote,.block-home-page-hero__summary p+span.button,.block-home-page-hero__summary p+q{margin-top:4rem}.block-home-page-hero__summary>:first-child{margin-top:0}.block-home-page-hero__summary>:last-child{margin-bottom:0}.block-home-page-hero__summary h1{margin-top:1rem;margin-bottom:1rem;font-family:"Libre Caslon Text",serif;font-style:normal;font-weight:400;font-size:2.28875rem;line-height:1.2288367013;color:#fcfcfd}@media only screen and (min-width:23.5em){.block-home-page-hero__summary h1{font-size:2.86125rem;line-height:1.2232415902}}@media only screen and (min-width:48em){.block-home-page-hero__summary h1{font-size:3.62375rem;line-height:1.2245601932}}.block-home-page-hero__summary h2{margin-top:1rem;margin-bottom:1rem;font-family:"Libre Caslon Text",serif;font-weight:400;font-size:2.28875rem;line-height:1.2288367013;color:#fcfcfd}@media only screen and (min-width:48em){.block-home-page-hero__summary h2{font-size:2.899375rem;line-height:1.2287130847}}.block-home-page-hero__summary h2 .h2-gold{color:#b6854a}.u-bg-secondary-light-gray .block-home-page-hero__summary h2 .h2-gold{color:#a57d40}.block-home-page-hero__summary h3{margin-top:1.5rem;margin-bottom:1.5rem;font-family:"Libre Caslon Text",serif;font-weight:400;font-size:1.83125rem;line-height:1.228668942;color:#fcfcfd}@media only screen and (min-width:48em){.block-home-page-hero__summary h3{font-size:2.0625rem;line-height:1.2424242424}}.block-home-page-hero__summary h4{margin-top:1.375rem;margin-bottom:1.375rem;font-family:"Libre Caslon Text",serif;font-weight:400;font-size:1.465rem;line-height:1.2372013652;color:#fcfcfd}@media only screen and (min-width:48em){.block-home-page-hero__summary h4{font-size:1.855625rem;line-height:1.4819804648}}.block-home-page-hero__summary h5{margin-top:1.25rem;margin-bottom:1.25rem;font-family:"Libre Caslon Text",serif;font-weight:500;font-size:1.171875rem;line-height:1.2266666667;color:#fcfcfd}@media only screen and (min-width:48em){.block-home-page-hero__summary h5{font-size:1.484375rem;line-height:1.5578947368}}.block-home-page-hero__summary h6{margin-top:1.125rem;margin-bottom:1.125rem;font-family:"Libre Caslon Text",serif;font-weight:600;font-size:.9375rem;line-height:1.2;text-transform:uppercase;color:#fcfcfd}@media only screen and (min-width:48em){.block-home-page-hero__summary h6{font-size:1.1875rem;line-height:1.2105263158}}.block-home-page-hero__summary p,.block-home-page-hero__summary li{margin-top:1rem;margin-bottom:1rem;font-family:"Montserrat",sans-serif;font-weight:400;font-size:1rem;line-height:1.75;color:#fcfcfd}@media only screen and (min-width:48em){.block-home-page-hero__summary p,.block-home-page-hero__summary li{font-size:1.125rem;line-height:1.7777777778}}.block-home-page-hero__summary a{font-weight:500;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:.25s;transition-duration:.25s;color:#fcfcfd}.block-home-page-hero__summary a[target=_blank]:after{content:"";-webkit-mask-image:url(/wp-content/themes/cohen-placitella-and-roth/assets/external.svg);mask-image:url(/wp-content/themes/cohen-placitella-and-roth/assets/external.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:100%;mask-size:100%;margin-left:.25em;font-size:.75em;background-color:currentColor;-webkit-transition:opacity .4s,visible .1s,height .5s;transition:opacity .4s,visible .1s,height .5s;margin-left:.25rem;display:inline-block;width:.75rem;height:.75rem}.block-home-page-hero__summary a:visited{color:#fcfcfd}.block-home-page-hero__summary a:hover,.block-home-page-hero__summary a:focus{color:#37f}.block-home-page-hero__summary ul li{list-style-type:disc}.block-home-page-hero__summary ul>li{list-style-type:disc}.block-home-page-hero__summary ul>li>ul>li{list-style-type:circle}.block-home-page-hero__summary ul>li>ul>li>ul>li{list-style-type:square}.block-home-page-hero__summary ul>li>ul>li>ul>li ul>li{list-style-type:disc}.block-home-page-hero__summary ul>li>ul>li>ul>li ul>li>ul>li{list-style-type:circle}.block-home-page-hero__summary ul>li>ul>li>ul>li ul>li>ul>li>ul>li{list-style-type:square}.block-home-page-hero__summary ul>li>ul>li>ul>li ul>li>ul>li>ul>li>ul>li{list-style-type:disc}.block-home-page-hero__summary ol li{list-style:decimal}.block-home-page-hero__summary ol>li{list-style:decimal}.block-home-page-hero__summary ol>li>ol>li{list-style:lower-alpha}.block-home-page-hero__summary ol>li>ol>li>ol>li{list-style:lower-roman}.block-home-page-hero__summary ol>li>ol>li>ol>li ol>li{list-style:decimal}.block-home-page-hero__summary ol>li>ol>li>ol>li ol>li>ol>li{list-style:lower-alpha}.block-home-page-hero__summary ol>li>ol>li>ol>li ol>li>ol>li>ol>li{list-style:lower-roman}.block-home-page-hero__summary ol>li>ol>li>ol>li ol>li>ol>li>ol>li>ol>li{list-style:decimal}.block-home-page-hero__summary img{overflow:hidden;border-radius:8px;max-width:100%;height:auto;margin-bottom:1rem}@media only screen and (min-width:48em){.block-home-page-hero__summary img.alignleft{float:left;margin-right:1rem;margin-bottom:1rem}.block-home-page-hero__summary img.alignright{float:right;margin-left:1rem;margin-bottom:1rem}.block-home-page-hero__summary img.aligncenter{margin-left:auto;margin-right:auto;margin-top:1rem;margin-bottom:1rem;display:block}.block-home-page-hero__summary img.alignnone{display:inline;vertical-align:middle;margin-top:1rem;margin-bottom:1rem}}.block-home-page-hero__summary blockquote{position:relative;margin-top:1rem;margin-bottom:1rem;margin-left:0;margin-right:0;padding-left:2rem;padding-right:2rem}.block-home-page-hero__summary blockquote:before{content:"";position:absolute;display:block;top:0;left:0;width:.5rem;height:100%;background-color:#fcfcfd}.block-home-page-hero__summary hr{border:0;height:1px;background-color:#fcfcfd;margin:1rem 0}@media only screen and (min-width:48em){.block-home-page-hero__summary hr{margin:2rem 0}}.block-home-page-hero__summary span.button{display:block;padding:0;border:0;margin:1rem 0}@media only screen and (min-width:48em){.block-home-page-hero__summary span.button{margin:2rem 0}}.block-home-page-hero__summary span.button a{all:unset;outline:revert;display:inline-block;text-transform:uppercase;font-family:"Montserrat",sans-serif;font-weight:600;font-size:1rem;line-height:1.21875;letter-spacing:.679627px;text-decoration:none;position:relative;z-index:0;color:#393939;background-color:#c39f72;-webkit-transition:background-color .23s ease-in-out;transition:background-color .23s ease-in-out;padding:12px 20px;cursor:pointer;text-align:left;padding-right:5.875rem}.block-home-page-hero__summary span.button a .button__label{display:inline-block;margin-right:32px}@media only screen and (min-width:36em){.block-home-page-hero__summary span.button a .button__label{margin-right:74px}}.block-home-page-hero__summary span.button a .button__icon{position:absolute;top:50%;background-color:rgba(0,0,0,0);right:0;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);height:max(100%, 42px);width:42px;border-left:1px solid #333}.block-home-page-hero__summary span.button a .button__icon svg{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:13px;width:13px}.block-home-page-hero__summary span.button a .button__icon svg path{fill:currentColor}@media(hover:hover){.block-home-page-hero__summary span.button a:hover,.block-home-page-hero__summary span.button a:focus{background-color:#b6854a;-webkit-transition-delay:.1s;transition-delay:.1s}.block-home-page-hero__summary span.button a:hover .button__icon,.block-home-page-hero__summary span.button a:focus .button__icon{background-color:rgba(0,0,0,0)}.block-home-page-hero__summary span.button a:hover .button__icon svg path,.block-home-page-hero__summary span.button a:focus .button__icon svg path{fill:currentColor}}.block-home-page-hero__summary span.button a:active{color:#393939}.block-home-page-hero__summary span.button a:after,.block-home-page-hero__summary span.button a[target=_blank]:after{content:"";background-image:var(--wpr-bg-88dbcb3e-6d80-4a8f-9fd4-e39dd3e62fdd);background-repeat:no-repeat;background-position:center;background-size:.75rem;display:inline-block;position:absolute;right:0;top:0;height:max(100%,42px);width:42px;border-left:1px solid #fff;-webkit-mask-image:none;mask-image:none;background-color:rgba(0,0,0,0)}.block-home-page-hero__summary>*{margin-bottom:0}.block-home-page-hero__summary>:last-child{margin-top:0}@media only screen and (min-width:80em){.block-home-page-hero__summary{padding-right:32px;border-right:1px solid #b6854a}}.block-home-page-hero__buttons{list-style-type:none;padding:0;margin-top:1rem}.block-home-page-hero__button-item{list-style-type:none}.block-home-page-hero__button{all:unset;outline:revert;display:inline-block;text-transform:uppercase;font-family:"Montserrat",sans-serif;font-weight:600;font-size:1rem;line-height:1.21875;letter-spacing:.679627px;text-decoration:none;position:relative;z-index:0;color:#393939;background-color:#c39f72;-webkit-transition:background-color .23s ease-in-out;transition:background-color .23s ease-in-out;padding:12px 20px;cursor:pointer;text-align:left}.block-home-page-hero__button .button__label{display:inline-block;margin-right:32px}@media only screen and (min-width:36em){.block-home-page-hero__button .button__label{margin-right:74px}}.block-home-page-hero__button .button__icon{position:absolute;top:50%;background-color:rgba(0,0,0,0);right:0;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);height:max(100%, 42px);width:42px;border-left:1px solid #333}.block-home-page-hero__button .button__icon svg{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:13px;width:13px}.block-home-page-hero__button .button__icon svg path{fill:currentColor}@media(hover:hover){.block-home-page-hero__button:hover,.block-home-page-hero__button:focus{background-color:#b6854a;-webkit-transition-delay:.1s;transition-delay:.1s}.block-home-page-hero__button:hover .button__icon,.block-home-page-hero__button:focus .button__icon{background-color:rgba(0,0,0,0)}.block-home-page-hero__button:hover .button__icon svg path,.block-home-page-hero__button:focus .button__icon svg path{fill:currentColor}}.block-home-page-hero__button:active{color:#393939}