.ss-main{position:relative;display:inline-block;user-select:none;color:#666;width:100%}.ss-main .ss-single-selected{display:flex;cursor:pointer;width:100%;height:30px;padding:6px;border:1px solid #dcdee2;border-radius:4px;background-color:#fff;outline:0;box-sizing:border-box;transition:background-color .2s}.ss-main .ss-single-selected.ss-disabled{background-color:#dcdee2;cursor:not-allowed}.ss-main .ss-single-selected.ss-open-above{border-top-left-radius:0;border-top-right-radius:0}.ss-main .ss-single-selected.ss-open-below{border-bottom-left-radius:0;border-bottom-right-radius:0}.ss-main .ss-single-selected .placeholder{flex:1 1 100%;text-align:left;width:calc(100% - 30px);line-height:1em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ss-main .ss-single-selected .placeholder,.ss-main .ss-single-selected .placeholder *{display:flex;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ss-main .ss-single-selected .placeholder *{width:auto}.ss-main .ss-single-selected .placeholder .ss-disabled{color:#dedede}.ss-main .ss-single-selected .ss-deselect{display:flex;align-items:center;justify-content:flex-end;flex:0 1 auto;margin:0 6px;font-weight:700}.ss-main .ss-single-selected .ss-deselect.ss-hide{display:none}.ss-main .ss-single-selected .ss-arrow{display:flex;align-items:center;justify-content:flex-end;flex:0 1 auto;margin:0 6px}.ss-main .ss-single-selected .ss-arrow span{border:solid #666;border-width:0 2px 2px 0;display:inline-block;padding:3px;transition:transform .2s,margin .2s}.ss-main .ss-single-selected .ss-arrow span.arrow-up{transform:rotate(-135deg);margin:3px 0 0}.ss-main .ss-single-selected .ss-arrow span.arrow-down{transform:rotate(45deg);margin:-3px 0 0}.ss-main .ss-multi-selected{display:flex;flex-direction:row;cursor:pointer;min-height:30px;width:100%;padding:0 0 0 3px;border:1px solid #dcdee2;border-radius:4px;background-color:#fff;outline:0;box-sizing:border-box;transition:background-color .2s}.ss-main .ss-multi-selected.ss-disabled{background-color:#dcdee2;cursor:not-allowed}.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-disabled{color:#666}.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-value .ss-value-delete{cursor:not-allowed}.ss-main .ss-multi-selected.ss-open-above{border-top-left-radius:0;border-top-right-radius:0}.ss-main .ss-multi-selected.ss-open-below{border-bottom-left-radius:0;border-bottom-right-radius:0}.ss-main .ss-multi-selected .ss-values{display:flex;flex-wrap:wrap;justify-content:flex-start;flex:1 1 100%;width:calc(100% - 30px)}.ss-main .ss-multi-selected .ss-values .ss-disabled{display:flex;padding:4px 5px;margin:2px 0;line-height:1em;align-items:center;width:100%;color:#dedede;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes scaleOut{0%{transform:scale(1);opacity:1}to{transform:scale(0);opacity:0}}.ss-main .ss-multi-selected .ss-values .ss-value{display:flex;user-select:none;align-items:center;font-size:12px;padding:3px 5px;margin:3px 5px 3px 0;color:#fff;background-color:#5897fb;border-radius:4px;animation-name:scaleIn;animation-duration:.2s;animation-timing-function:ease-out;animation-fill-mode:both}.ss-main .ss-multi-selected .ss-values .ss-value.ss-out{animation-name:scaleOut;animation-duration:.2s;animation-timing-function:ease-out}.ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete{margin:0 0 0 5px;cursor:pointer}.ss-main .ss-multi-selected .ss-add{display:flex;flex:0 1 3px;margin:9px 12px 0 5px}.ss-main .ss-multi-selected .ss-add .ss-plus{display:flex;justify-content:center;align-items:center;background:#666;position:relative;height:10px;width:2px;transition:transform .2s}.ss-main .ss-multi-selected .ss-add .ss-plus:after{background:#666;content:"";position:absolute;height:2px;width:10px;left:-4px;top:4px}.ss-main .ss-multi-selected .ss-add .ss-plus.ss-cross{transform:rotate(45deg)}.ss-content{position:absolute;width:100%;margin:-1px 0 0;box-sizing:border-box;border:1px solid #dcdee2;z-index:1010;background-color:#fff;transform-origin:center top;transition:transform .2s,opacity .2s;opacity:0;transform:scaleY(0)}.ss-content.ss-open{display:block;opacity:1;transform:scaleY(1)}.ss-content .ss-search{display:flex;flex-direction:row;padding:8px 8px 6px}.ss-content .ss-search.ss-hide,.ss-content .ss-search.ss-hide input{height:0;opacity:0;padding:0;margin:0}.ss-content .ss-search input{display:inline-flex;font-size:inherit;line-height:inherit;flex:1 1 auto;width:100%;min-width:0;height:30px;padding:6px 8px;margin:0;border:1px solid #dcdee2;border-radius:4px;background-color:#fff;outline:0;text-align:left;box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-appearance:textfield}.ss-content .ss-search input::placeholder{color:#8a8a8a;vertical-align:middle}.ss-content .ss-search input:focus{box-shadow:0 0 5px #5897fb}.ss-content .ss-search .ss-addable{display:inline-flex;justify-content:center;align-items:center;cursor:pointer;font-size:22px;font-weight:700;flex:0 0 30px;height:30px;margin:0 0 0 8px;border:1px solid #dcdee2;border-radius:4px;box-sizing:border-box}.ss-content .ss-addable{padding-top:0}.ss-content .ss-list{max-height:200px;overflow-x:hidden;overflow-y:auto;text-align:left}.ss-content .ss-list .ss-optgroup .ss-optgroup-label{padding:6px 10px;font-weight:700}.ss-content .ss-list .ss-optgroup .ss-option{padding:6px 6px 6px 25px}.ss-content .ss-list .ss-optgroup-label-selectable{cursor:pointer}.ss-content .ss-list .ss-optgroup-label-selectable:hover{color:#fff;background-color:#5897fb}.ss-content .ss-list .ss-option{padding:6px 10px;user-select:none}.ss-content .ss-list .ss-option *{display:inline-block}.ss-content .ss-list .ss-option.ss-highlighted,.ss-content .ss-list .ss-option:hover{color:#fff;background-color:#5897fb}.ss-content .ss-list .ss-option.ss-disabled{cursor:not-allowed;color:#dedede;background-color:#fff}.ss-content .ss-list .ss-option:not(.ss-disabled).ss-option-selected{color:#666;background-color:rgba(88,151,251,.1)}.ss-content .ss-list .ss-option.ss-hide{display:none}.ss-content .ss-list .ss-option .ss-search-highlight{background-color:#fffb8c}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure{display:block}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}main{display:block}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}input{overflow:visible}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;display:table;max-width:100%;padding:0;color:inherit;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}details{display:block}summary{display:list-item}menu{display:block}canvas{display:inline-block}[hidden],template{display:none}.slick-slider{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translateZ(0);transform:translateZ(0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}html{-webkit-box-sizing:border-box;box-sizing:border-box;height:100%}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}body{background:url(../images/main-light-texture-bg.webp);background-repeat:repeat;background-color:#fff;color:#3e3428;font-family:"Source Serif Pro",Helvetica,Arial,sans-serif;font-weight:400;font-size:16px;line-height:1.2;height:100%}a{color:rgba(62,52,40,.8);text-decoration:none}a:active,a:hover{color:rgba(0,0,0,.8)}img{max-width:100%;height:auto;vertical-align:middle}section{position:relative}.wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.content{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.page-container{max-width:1780px;width:100%;margin-left:auto;margin-right:auto;padding-left:30px;padding-right:30px}@media screen and (max-width:767px){.page-container{padding-left:20px;padding-right:20px}}.page-container--header{padding-left:15px;padding-right:15px;max-width:1920px}.page-container--full{padding-left:0;padding-right:0;max-width:1920px}.icon{display:inline-block}.text-center{text-align:center}.slick-slide{outline:0 none}.hide{display:none!important}.no-scroll{overflow:hidden}.pdt-50{padding-top:50px}.header-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:hsla(0,0%,9%,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;visibility:hidden;-webkit-transition:.3s;transition:.3s;z-index:10}.header-overlay.open{opacity:.8;visibility:visible}.fadein{opacity:0;-webkit-transition:opacity 1.5s;transition:opacity 1.5s}body.loaded .fadein{opacity:1}.list-select-wrap .nf-field-label{display:none}input:-webkit-autofill{-webkit-background-clip:text!important}.admin-bar .page-header{top:32px}@media screen and (max-width:782px){.admin-bar .page-header{top:46px}}@media screen and (max-width:600px){.admin-bar .page-header.sticky{top:0}}@font-face{font-family:"Source Serif Pro";font-weight:400;src:local("SourceSerifPro"),local("SourceSerifPro-Regular");src:url(../fonts/SourceSerifPro-Regular.eot);src:url(../fonts/SourceSerifPro-Regular.eot?#iefix) format("embedded-opentype"),url(../fonts/SourceSerifPro-Regular.woff) format("woff"),url(../fonts/SourceSerifPro-Regular.ttf) format("truetype"),url(../fonts/SourceSerifPro-Regular.svg#SourceSerifPro-Regular) format("svg")}@font-face{font-family:"Source Serif Pro";font-weight:600;src:local("SourceSerifPro"),local("SourceSerifPro-SemiBold");src:url(../fonts/SourceSerifPro-SemiBold.eot);src:url(../fonts/SourceSerifPro-SemiBold.eot?#iefix) format("embedded-opentype"),url(../fonts/SourceSerifPro-SemiBold.woff) format("woff"),url(../fonts/SourceSerifPro-SemiBold.ttf) format("truetype"),url(../fonts/SourceSerifPro-SemiBold.svg#SourceSerifPro-SemiBold) format("svg")}@font-face{font-family:Gotham Pro;font-weight:400;src:local("GothamPro"),local("GothamPro-Regular");src:url(../fonts/GothamPro-Regular.eot);src:url(../fonts/GothamPro-Regular.eot?#iefix) format("embedded-opentype"),url(../fonts/GothamPro-Regular.woff) format("woff"),url(../fonts/GothamPro-Regular.ttf) format("truetype"),url(../fonts/GothamPro-Regular.svg#GothamPro-Regular) format("svg")}@font-face{font-family:Gotham Pro;font-weight:300;src:local("GothamPro"),local("GothamPro-Light");src:url(../fonts/GothamPro-Light.eot);src:url(../fonts/GothamPro-Light.eot?#iefix) format("embedded-opentype"),url(../fonts/GothamPro-Light.woff) format("woff"),url(../fonts/GothamPro-Light.ttf) format("truetype"),url(../fonts/GothamPro-Light.svg#GothamPro-Light) format("svg")}@font-face{font-family:Gotham Pro;font-weight:700;src:local("GothamPro"),local("GothamPro-Bold");src:url(../fonts/GothamPro-Bold.eot);src:url(../fonts/GothamPro-Bold.eot?#iefix) format("embedded-opentype"),url(../fonts/GothamPro-Bold.woff) format("woff"),url(../fonts/GothamPro-Bold.ttf) format("truetype"),url(../fonts/GothamPro-Bold.svg#GothamPro-Bold) format("svg")}@font-face{font-family:Gotham Pro;font-weight:900;src:local("GothamPro"),local("GothamPro-Black");src:url(../fonts/GothamPro-Black.eot);src:url(../fonts/GothamPro-Black.eot?#iefix) format("embedded-opentype"),url(../fonts/GothamPro-Black.woff) format("woff"),url(../fonts/GothamPro-Black.ttf) format("truetype"),url(../fonts/GothamPro-Black.svg#GothamPro-Black) format("svg")}h1,h2,h3,h4,h5{margin:0;font-family:Gotham Pro,Helvetica,Arial,sans-serif}h1{font-size:42px}@media screen and (max-width:1440px){h1{font-size:calc(.37037vw + 36.66667px)}}h2{font-size:36px}@media screen and (max-width:1440px){h2{font-size:calc(.37037vw + 30.66667px)}}h3{font-size:28px}@media screen and (max-width:1440px){h3{font-size:calc(.18519vw + 25.33333px)}}h4{font-size:18px}h5{font-size:16px}.section-heading{font-size:70px;font-weight:900;line-height:63px;color:#d1aa3d}@media screen and (max-width:1440px){.section-heading{font-size:calc(2.97619vw + 27.14286px);line-height:calc(2.67857vw + 24.42857px)}}@media screen and (max-width:768px){.section-heading{font-size:calc(4.41176vw + 16.11765px);line-height:calc(3.18627vw + 20.52941px)}}.section-subheading{margin-top:2px;display:block;font-size:18px;line-height:22px;letter-spacing:.3em;color:#d1aa3d}@media screen and (max-width:1440px){.section-subheading{font-size:calc(.29762vw + 13.71429px);line-height:calc(.44643vw + 15.57143px)}}@media screen and (max-width:768px){.section-subheading{font-size:16px;line-height:19px}}.decor-text{color:rgba(62,52,40,.05);font-size:400px;font-weight:900;line-height:360px;text-transform:uppercase;white-space:nowrap;background:url(../images/light-texture-bg.webp),#fff;background-repeat:repeat;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.decor-text{background:none}}@media screen and (max-width:1440px){.decor-text{font-size:calc(29.7619vw - 28.57143px);line-height:calc(26.78571vw - 25.71429px)}}@media screen and (max-width:768px){.decor-text{font-size:calc(19.60784vw + 49.41176px);line-height:calc(17.64706vw + 44.47059px)}}.alignleft{display:inline;float:left;margin-right:1.5em}.alignright{display:inline;float:right;margin-left:1.5em}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto}.widget{margin:0 0 1.5em}.widget>select{max-width:100%}.sticky{display:block}.hentry{margin:0 0 1.5em}.byline,.updated:not(.published){display:none}.group-blog>.byline,.single>.byline{display:inline}.entry-content,.entry-summary,.page-content{margin:1.5em 0 0}.page-links{clear:both;margin:0 0 1.5em}.comment-content>a{word-wrap:break-word}.bypostauthor{display:block}.comment-content>.wp-smiley,.entry-content>.wp-smiley,.page-content>.wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.wp-caption,embed,iframe,object{max-width:100%}.wp-caption{margin-bottom:1.5em}.wp-caption>img[class*=wp-image-]{display:block;margin-left:auto;margin-right:auto}.wp-caption-text{text-align:center}.wp-caption>.wp-caption-text{margin:.875em 0}.gallery{margin-bottom:1.5em}.gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%}.gallery-columns-2>.gallery-item{max-width:50%}.gallery-columns-3>.gallery-item{max-width:33.33%}.gallery-columns-4>.gallery-item{max-width:25%}.gallery-columns-5>.gallery-item{max-width:20%}.gallery-columns-6>.gallery-item{max-width:16.66%}.gallery-columns-7>.gallery-item{max-width:14.28%}.gallery-columns-8>.gallery-item{max-width:12.5%}.gallery-columns-9>.gallery-item{max-width:11.11%}.gallery-caption{display:block}input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{font-family:Gotham Pro,Helvetica,Arial,sans-serif;font-size:20px;font-weight:700;width:100%;max-width:100%;background:none;outline:0 none;border:none;border-bottom:1px solid rgba(62,52,40,.2);padding:10px;color:#3e3428;background-color:transparent;margin-top:8px;margin-bottom:0;text-align:center}@media screen and (max-width:1440px){input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{font-size:calc(.29762vw + 15.71429px)}}@media screen and (max-width:768px){input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{font-size:calc(.4902vw + 14.23529px)}}input[type=email]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,select:focus,textarea:focus{border-bottom:1px solid #3e3428}textarea{max-height:84px;resize:none;margin-top:15px!important}@media screen and (max-width:1440px){textarea{max-height:calc(2.52976vw + 47.57143px)}}@media screen and (max-width:767px){textarea{max-height:71px}}input[type=button]{display:inline-block;font-family:Gotham Pro,Helvetica,Arial,sans-serif;border:2px solid #d1aa3d;padding:13px 26px;background-color:transparent;border-radius:0;color:#d1aa3d;cursor:pointer;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}@media screen and (max-width:768px){input[type=button]{padding:9px 23px}}input[type=button]:hover{background-color:#d1aa3d;color:#fff;-webkit-box-shadow:inset 0 0 0 3px #fff;box-shadow:inset 0 0 0 3px #fff;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}button,input[type=button]:focus{outline:0 none}.search-panel__form{width:100%;max-width:844px;margin:0 auto;position:relative}@media screen and (max-width:1440px){.search-panel__form{max-width:calc(52.38095vw + 89.71429px)}}@media screen and (max-width:480px){.search-panel__form{max-width:100%}}.search-panel__form input{margin:0;padding:10px 10px 10px 40px;background:transparent;border:none;border-bottom:1px solid hsla(0,0%,100%,.2);color:hsla(0,0%,100%,.6);font-family:Gotham Pro,Helvetica,Arial,sans-serif;font-size:20px;font-weight:700;text-align:left}@media screen and (max-width:1440px){.search-panel__form input{font-size:calc(.37037vw + 14.66667px)}}.search-panel__form input:focus{border-bottom:1px solid #fff;color:#fff}.search-panel__form input:focus::-webkit-input-placeholder{color:#fff}.search-panel__form input:focus::-moz-placeholder{color:#fff}.search-panel__form input:focus::-ms-input-placeholder{color:#fff}.search-panel__form input::-webkit-input-placeholder{color:hsla(0,0%,100%,.6)}.search-panel__form input::-moz-placeholder{color:hsla(0,0%,100%,.6)}.search-panel__form input::-ms-input-placeholder{color:hsla(0,0%,100%,.6)}.search-panel__form button{padding:0;position:absolute;bottom:6px;left:0;background:transparent;border:none;cursor:pointer}@media screen and (max-width:768px){.search-panel__form button>svg{width:24px;height:24px}}.ss-main{display:inline-block!important;border-bottom:1px solid rgba(62,52,40,.2)}.ss-main .ss-single-selected{height:44px;background:transparent;border:none;text-align:center}@media screen and (max-width:1440px){.ss-main .ss-single-selected{height:calc(.46296vw + 37.33333px)}}.ss-main .ss-single-selected .placeholder{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:rgba(62,52,40,.6);font-size:20px;font-weight:700;line-height:1}@media screen and (max-width:1440px){.ss-main .ss-single-selected .placeholder{font-size:calc(.29762vw + 15.71429px)}}@media screen and (max-width:768px){.ss-main .ss-single-selected .placeholder{font-size:calc(.4902vw + 14.23529px)}}.ss-main .ss-single-selected .arrow-down,.ss-main .ss-single-selected .arrow-top{border-color:rgba(62,52,40,.6)!important}.ss-main .option-label{width:100%;position:absolute;top:10px;left:50%;z-index:1;-webkit-transform:translateX(-50%);transform:translateX(-50%);color:rgba(62,52,40,.6);font-family:Gotham Pro,Helvetica,Arial,sans-serif;font-size:20px;font-weight:700;line-height:1;-webkit-transition:all .5s ease;transition:all .5s ease}@media screen and (max-width:1440px){.ss-main .option-label{font-size:calc(.29762vw + 15.71429px)}}@media screen and (max-width:768px){.ss-main .option-label{font-size:calc(.4902vw + 14.23529px)}}.ss-main .option-label.active{font-size:14px;top:-8px}.ss-content .ss-list{display:inline-block!important;width:100%;max-height:100%}.ss-content .ss-list .ss-option{display:block!important;cursor:pointer;font-size:14px;font-weight:400;line-height:40px;list-style:none;min-height:40px;outline:none;padding:0 29px 0 18px;color:#3e3428;text-align:left;-webkit-transition:all .2s;transition:all .2s}.ss-content .ss-list .ss-option:hover{color:#3e3428;background-color:#f6f6f6}.ninja-forms-form-wrap{text-align:center}.nf-form-content label,.ninja-forms-form-wrap{font-family:Gotham Pro,Helvetica,Arial,sans-serif}.nf-form-content label{width:100%;position:absolute;top:10px;left:50%;z-index:1;-webkit-transform:translateX(-50%);transform:translateX(-50%);color:rgba(62,52,40,.6);font-size:20px;font-weight:700;line-height:1;-webkit-transition:all .5s ease;transition:all .5s ease}@media screen and (max-width:1440px){.nf-form-content label{font-size:calc(.29762vw + 15.71429px)}}@media screen and (max-width:768px){.nf-form-content label{font-size:calc(.4902vw + 14.23529px)}}.nf-form-content label span{display:none}.nf-form-content label:hover{cursor:text}.nf-form-content .focus label,.nf-form-content .full label{top:-4px;font-size:14px}.nf-form-content .nf-field-container{margin-bottom:34px}.nf-form-content .textarea-container{margin-bottom:26px}@media screen and (max-width:768px){.nf-form-content .textarea-container{margin-bottom:16px}}.nf-form-content .submit-container{margin-bottom:0}.nf-form-content .nf-error{font-family:Gotham Pro,Helvetica,Arial,sans-serif;font-size:12px;font-weight:700;line-height:1}.nf-form-content .nf-error .ninja-forms-field{border:none;border-bottom:1px solid red}.nf-form-content .nf-after-field .nf-error-msg{margin-right:0}.nf-after-form-content .nf-error-msg{margin-top:15px}.btn{display:inline-block;vertical-align:middle;background:none;outline:none;border-radius:0;padding:12px 27px;background-color:#d1aa3d;font-family:Gotham Pro,Helvetica,Arial,sans-serif;font-size:16px;text-transform:capitalize;color:#fff;border:2px solid #d1aa3d;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;cursor:pointer;text-align:center}@media screen and (max-width:768px){.btn{padding:8.5px 23.5px}}.btn:hover{color:#fff;-webkit-box-shadow:inset 0 0 0 3px #3e3428;box-shadow:inset 0 0 0 3px #3e3428;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.btn:focus{outline:0 none}.btn--light{background-color:transparent;color:#d1aa3d}.btn--light:hover{background-color:#d1aa3d;color:#fff}.btn--light-bg:hover,.btn--light:hover{-webkit-box-shadow:inset 0 0 0 3px #fff;box-shadow:inset 0 0 0 3px #fff}.btn--play{max-width:126px;padding:9px 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:transparent;color:#d1aa3d}@media screen and (max-width:768px){.btn--play{max-width:113px;padding:5.5px 23.5px}}.btn--play svg{margin-right:5px;-ms-flex-negative:0;flex-shrink:0}.btn--play svg path{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.btn--play:hover{background-color:#d1aa3d;color:#fff;-webkit-box-shadow:inset 0 0 0 3px #fff;box-shadow:inset 0 0 0 3px #fff}.btn--play:hover path{fill:#fff;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.btn--play-light{color:#fff}.btn--play-light path{fill:#fff}.btn--testimonial{padding:37px;background:url(../images/light-texture-bg.webp),#fff;position:absolute;top:50px;bottom:50px;z-index:1;border:none}@media screen and (max-width:1440px){.btn--testimonial{padding:calc(2.97619vw - 5.85714px)}}@media screen and (max-width:767px){.btn--testimonial{display:none!important}}.btn--testimonial:before{content:"";display:block;width:100%;height:100%;position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;z-index:1;background-color:#d1aa3d;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.btn--testimonial svg{position:relative;z-index:1}.btn--testimonial:hover{-webkit-box-shadow:none;box-shadow:none}.btn--testimonial:hover:before{opacity:1;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.btn--testimonial:hover path{fill:#fff}.btn--testimonial-prev{left:50px}@media screen and (max-width:1279px){.btn--testimonial-prev{left:0}}.btn--testimonial-next{right:50px}@media screen and (max-width:1279px){.btn--testimonial-next{right:0}}.btn--arrow-btn{width:40px;height:40px;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:transparent;border:2px solid transparent}.btn--arrow-btn:hover{border:2px solid #d1aa3d;-webkit-box-shadow:none;box-shadow:none}.btn--arrow-prev-btn{margin-right:9px}.btn--arrow-next-btn{margin-left:9px}.main-nav ul{list-style:none;margin:0;padding:0}.main-nav__list>.menu-item{display:inline-block;margin-right:20px;position:relative}@media screen and (max-width:767px){.main-nav__list>.menu-item{display:block;margin-right:0;margin-bottom:30px}.main-nav__list>.menu-item:last-of-type{margin-bottom:0}}.main-nav__list>.menu-item>a{display:inline-block;position:relative;padding:6px 7px;font-family:Gotham Pro,Helvetica,Arial,sans-serif;font-weight:400;font-size:16px;line-height:1;color:#fff;opacity:.6;-webkit-transition:.4s;transition:.4s}@media screen and (max-width:480px){.main-nav__list>.menu-item>a{font-size:20px}}.main-nav__list>.menu-item>a:hover{color:#fff;opacity:1}.main-nav__list>.menu-item.current-menu-item>a,.main-nav__list>.menu-item.current-menu-parent>a,.main-nav__list>.menu-item.current-page-ancestor>a{color:#fff;opacity:1;font-weight:700;border:1px solid hsla(0,0%,100%,.1)}.main-nav__list>.menu-item.current-menu-parent{display:inline-block;border:1px solid hsla(0,0%,100%,.1)}.main-nav__list>.menu-item.current-menu-parent>a{padding-right:2px;border:none}@media screen and (max-width:768px){.footer-nav .main-nav__list>.menu-item{margin-bottom:5px;display:inline-block}}@media screen and (max-width:480px){.footer-nav .main-nav__list a{padding:6px;font-size:16px}}.main-nav .sub-menu{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0;padding:10px 35px;font-family:Gotham Pro,Helvetica,Arial,sans-serif;text-align:center}@media screen and (min-width:768px){.main-nav .sub-menu{margin-top:0;padding:20px;position:absolute;left:50%;top:31px;z-index:100;-webkit-box-shadow:0 12px 38px rgba(101,109,117,.23);box-shadow:0 12px 38px rgba(101,109,117,.23);background-color:#fff;opacity:0;visibility:hidden;-webkit-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:.4s;transition:.4s}}.main-nav .sub-menu a{display:inline-block;font-size:14px;line-height:1;letter-spacing:.47px;color:#fff;opacity:.6;-webkit-transition:.4s;transition:.4s;white-space:nowrap;padding:10px 0;background-color:transparent}@media screen and (min-width:768px){.main-nav .sub-menu a{color:#3e3428;opacity:.8}}.main-nav .sub-menu a:hover{color:#fff;opacity:1}@media screen and (min-width:768px){.main-nav .sub-menu a:hover{color:#3e3428}}.main-nav .menu-item-has-children:hover .sub-menu{opacity:1;visibility:visible}.main-nav .menu-item-has-children:hover path{fill-opacity:1;-webkit-transition:.4s;transition:.4s}.main-nav .current-menu-item>a{font-weight:700}.footer-nav .sub-menu{margin-top:0;padding:20px;position:absolute;left:50%;top:auto;bottom:31px;z-index:99;-webkit-box-shadow:0 12px 38px rgba(101,109,117,.23);box-shadow:0 12px 38px rgba(101,109,117,.23);background-color:#fff;opacity:0;visibility:hidden;-webkit-transform:translateX(-50%);transform:translateX(-50%);-webkit-transition:.4s;transition:.4s}@media screen and (max-width:480px){.footer-nav .sub-menu{left:auto;right:0;-webkit-transform:none;transform:none}}.footer-nav .sub-menu a{color:#3e3428;opacity:.8}.sub-menu-btn{margin-right:6px;display:inline-block}.sub-menu-btn.rotate{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.hero-popup,.request-consultation-popup,.team-popup,.video-popup{position:fixed;top:0;bottom:0;left:0;right:0;z-index:110;background:hsla(0,0%,9%,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:none}.hero-popup__inner,.request-consultation-popup__inner,.team-popup__inner,.video-popup__inner{width:100%;height:auto;max-width:1137px;background-color:#fff;color:#fff;-webkit-box-shadow:0 30px 100px hsla(0,0%,9%,.7);box-shadow:0 30px 100px hsla(0,0%,9%,.7);position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);overflow:hidden}@media screen and (max-width:1200px){.hero-popup__inner,.request-consultation-popup__inner,.team-popup__inner,.video-popup__inner{width:calc(100% - 60px)}}@media screen and (max-width:480px){.hero-popup__inner,.request-consultation-popup__inner,.team-popup__inner,.video-popup__inner{width:calc(100% - 40px)}}.hero-popup__inner-content,.request-consultation-popup__inner-content,.team-popup__inner-content,.video-popup__inner-content{height:94%;overflow:auto}@media screen and (max-width:768px){.hero-popup__content,.request-consultation-popup__content,.team-popup__content,.video-popup__content{height:100%}}.hero-popup .popup-close,.request-consultation-popup .popup-close,.team-popup .popup-close,.video-popup .popup-close{width:60px;height:60px;background-color:#d1aa3d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;top:0;right:0;z-index:10;cursor:pointer;border:2px solid #d1aa3d;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}@media screen and (max-width:1440px){.hero-popup .popup-close,.request-consultation-popup .popup-close,.team-popup .popup-close,.video-popup .popup-close{width:calc(2.97619vw + 17.14286px);height:calc(2.97619vw + 17.14286px)}}.hero-popup .popup-close:hover,.request-consultation-popup .popup-close:hover,.team-popup .popup-close:hover,.video-popup .popup-close:hover{-webkit-box-shadow:inset 0 0 0 3px #fff;box-shadow:inset 0 0 0 3px #fff}.hero-popup .popup-close-lines,.request-consultation-popup .popup-close-lines,.team-popup .popup-close-lines,.video-popup .popup-close-lines{width:26px;height:26px;position:relative}@media screen and (max-width:1440px){.hero-popup .popup-close-lines,.request-consultation-popup .popup-close-lines,.team-popup .popup-close-lines,.video-popup .popup-close-lines{width:calc(.89286vw + 13.14286px);height:calc(.89286vw + 13.14286px)}}.hero-popup .popup-close span,.request-consultation-popup .popup-close span,.team-popup .popup-close span,.video-popup .popup-close span{display:block;width:100%;height:2px;background:#fff;position:absolute;top:50%;left:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.hero-popup .popup-close span:last-of-type,.request-consultation-popup .popup-close span:last-of-type,.team-popup .popup-close span:last-of-type,.video-popup .popup-close span:last-of-type{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.video-popup__inner-content{max-height:778px}@media screen and (max-width:1680px){.video-popup__inner-content{max-height:90vh}}.video-popup__heading{position:relative}.video-popup__heading iframe,.video-popup__heading video{width:100%;height:600px}@media screen and (max-width:1366px){.video-popup__heading iframe,.video-popup__heading video{height:calc(15.71906vw + 235.27759px)}}@media screen and (max-width:768px){.video-popup__heading iframe,.video-popup__heading video{height:calc(41.42157vw + 37.88235px)}}.video-popup__heading video{-o-object-fit:cover;object-fit:cover}.video-popup__heading video:focus{outline:0 none}.video-popup__heading .youtube{display:none}.video-popup__heading .video-controls{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;cursor:pointer;background-repeat:no-repeat;background-size:cover;background-position:50%}.video-popup__heading .video-controls .default-svg{width:60px;height:60px;position:absolute;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}@media screen and (max-width:768px){.video-popup__heading .video-controls .default-svg{width:50px;height:50px}}.video-popup__heading .video-controls .hovered-svg{position:absolute;opacity:0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}@media screen and (max-width:768px){.video-popup__heading .video-controls .hovered-svg{width:50px;height:50px}}.video-popup__heading .video-controls:hover .default-svg{visibility:hidden;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.video-popup__heading .video-controls:hover .hovered-svg{opacity:1;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.video-popup__main-part{padding:37px 60px}@media screen and (max-width:1440px){.video-popup__main-part{padding:calc(2.52976vw + .57143px) calc(5.95238vw - 25.71429px)}}@media screen and (max-width:768px){.video-popup__main-part{padding:20px}}@media screen and (max-width:480px){.video-popup__main-part{padding:16px 20px}}.video-popup__title{color:#3e3428;margin-bottom:20px;font-family:Gotham Pro,Helvetica,Arial,sans-serif;font-weight:700;font-size:30px;line-height:30px}@media screen and (max-width:1440px){.video-popup__title{font-size:calc(.89286vw + 17.14286px);line-height:calc(.89286vw + 17.14286px)}}@media screen and (max-width:768px){.video-popup__title{margin-bottom:10px;font-size:calc(.98039vw + 16.47059px);line-height:calc(.98039vw + 16.47059px)}}.hero-popup__inner{max-height:600px}@media screen and (max-width:1440px){.hero-popup__inner{max-height:calc(18.75vw + 330px)}}@media screen and (max-width:768px){.hero-popup__inner{max-height:calc(44.36275vw + 133.29412px)}}.hero-popup__content{height:100%;overflow:hidden}@media screen and (max-width:1680px){.hero-popup__content{max-height:90vh}}.hero-popup__heading{position:relative}.hero-popup__heading iframe,.hero-popup__heading video{width:100%;height:600px}.hero-popup__heading iframe:focus,.hero-popup__heading video:focus{outline:0 none}@media screen and (max-width:1440px){.hero-popup__heading iframe,.hero-popup__heading video{height:calc(18.75vw + 330px)}}@media screen and (max-width:768px){.hero-popup__heading iframe,.hero-popup__heading video{height:calc(44.36275vw + 133.29412px)}}.hero-popup__heading .video-controls{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;cursor:pointer;background-repeat:no-repeat;background-size:cover;background-position:50%}.hero-popup__heading .video-controls .default-svg{width:60px;height:60px;position:absolute;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}@media screen and (max-width:768px){.hero-popup__heading .video-controls .default-svg{width:50px;height:50px}}.hero-popup__heading .video-controls .hovered-svg{width:60px;height:60px;position:absolute;opacity:0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}@media screen and (max-width:768px){.hero-popup__heading .video-controls .hovered-svg{width:50px;height:50px}}.hero-popup__heading .video-controls:hover .default-svg{visibility:hidden;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.hero-popup__heading .video-controls:hover .hovered-svg{opacity:1;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.team-popup__inner-content{max-height:750px}@media screen and (max-width:1680px){.team-popup__inner-content{max-height:90vh}}@media screen and (max-width:768px){.team-popup__inner-content{max-height:750px}}@media screen and (max-width:767px){.team-popup__inner-content{max-height:90vh}}.team-popup__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}@media screen and (max-width:640px){.team-popup__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.team-popup__avatar{width:44%;max-width:500px;min-height:750px;background-size:cover;background-repeat:no-repeat;background-position:50%;position:fixed;top:0;bottom:0;left:0}@media screen and (max-width:1680px){.team-popup__avatar{min-height:auto}}@media screen and (max-width:768px){.team-popup__avatar{width:31%}}@media screen and (max-width:640px){.team-popup__avatar{width:100%;max-width:100%;min-height:210px;position:relative}}.team-popup__avatar:after{content:"";width:100%;height:100%;display:block;position:absolute;top:0;left:0;right:0;bottom:0;background:-webkit-gradient(linear,left bottom,left top,from(rgba(241,245,254,.2)),to(rgba(241,245,254,.2)));background:linear-gradient(0deg,rgba(241,245,254,.2),rgba(241,245,254,.2))}.team-popup__info{width:55%;max-width:637px;padding:90px 50px 50px;margin-left:auto;color:#3e3428}@media screen and (max-width:1440px){.team-popup__info{padding-top:calc(6.54762vw - 4.28571px);padding-left:calc(2.82738vw + 9.28571px);padding-right:calc(2.82738vw + 9.28571px)}}@media screen and (max-width:768px){.team-popup__info{width:68%;padding:calc(3.92157vw + 15.88235px) 20px calc(4.90196vw + 12.35294px)}}@media screen and (max-width:640px){.team-popup__info{width:100%;max-width:100%}}.team-popup__full-name{font-family:Gotham Pro,Helvetica,Arial,sans-serif;font-weight:700;font-size:30px}@media screen and (max-width:1440px){.team-popup__full-name{font-size:calc(.89286vw + 17.14286px)}}@media screen and (max-width:768px){.team-popup__full-name{font-size:calc(.98039vw + 16.47059px)}}.team-popup__position{margin-top:5px;line-height:16px;letter-spacing:.3em}@media screen and (max-width:768px){.team-popup__position{margin-top:0}}.team-popup__biography{margin-top:28px;margin-left:30px;font-size:18px;line-height:25px;color:rgba(62,52,40,.8)}@media screen and (max-width:1440px){.team-popup__biography{font-size:calc(.29762vw + 13.71429px);line-height:calc(.44643vw + 18.57143px)}}@media screen and (max-width:768px){.team-popup__biography{margin-top:20px;font-size:16px;line-height:22px}}@media screen and (max-width:767px){.team-popup__biography{margin-left:0}}.team-popup__biography h1,.team-popup__biography h2{margin-top:30px;margin-bottom:25px;font-size:28px;line-height:1}@media screen and (max-width:1440px){.team-popup__biography h1,.team-popup__biography h2{margin-top:calc(.27778vw + 26px);margin-bottom:calc(.18519vw + 22.33333px);font-size:calc(.89286vw + 15.14286px)}}@media screen and (max-width:768px){.team-popup__biography h1,.team-popup__biography h2{font-size:calc(.98039vw + 14.47059px)}}.team-popup__biography h3{margin-bottom:5px;font-size:22px;line-height:1}@media screen and (max-width:1440px){.team-popup__biography h3{font-size:calc(.29762vw + 17.71429px)}}@media screen and (max-width:768px){.team-popup__biography h3{font-size:calc(.73529vw + 14.35294px)}}.team-popup__biography h4,.team-popup__biography h5,.team-popup__biography h6{margin-bottom:5px;font-size:20px;line-height:1}@media screen and (max-width:1440px){.team-popup__biography h4,.team-popup__biography h5,.team-popup__biography h6{font-size:calc(.29762vw + 15.71429px)}}@media screen and (max-width:768px){.team-popup__biography h4,.team-popup__biography h5,.team-popup__biography h6{font-size:calc(.4902vw + 14.23529px)}}.team-popup__biography>p{margin-top:0}.team-popup__biography>p:last-of-type{margin-bottom:0}.team-popup__biography ol,.team-popup__biography ul{padding-left:20px}.team-popup__biography a{color:#3e3428}.team-popup__biography a,.team-popup__biography a:hover{-webkit-transition:color .2s ease-in-out;transition:color .2s ease-in-out}.team-popup__biography a:hover{color:rgba(62,52,40,.8)}.request-consultation-popup__inner{background:url(../images/main-light-texture-bg.webp);background-repeat:repeat;background-color:#fff;color:#3e3428}.request-consultation-popup__inner-content{max-height:668px;padding:60px 45px}@media screen and (max-width:1680px){.request-consultation-popup__inner-content{max-height:95vh;padding-top:calc(3.83772vw - 14.47368px);padding-bottom:calc(3.83772vw - 14.47368px)}}@media screen and (max-width:768px){.request-consultation-popup__inner-content{padding:15px calc(6.12745vw - 2.05882px)}}.request-consultation-popup__content{width:100%;max-width:554px;margin:0 auto}@media screen and (max-width:1680px){.request-consultation-popup__content .nf-form-content .nf-field-container{margin-bottom:25px}}.request-consultation-popup__title{color:#3e3428;margin-bottom:30px;font-family:Gotham Pro,Helvetica,Arial,sans-serif;font-weight:700;font-size:30px;line-height:30px;text-align:center}@media screen and (max-width:1440px){.request-consultation-popup__title{font-size:calc(.89286vw + 17.14286px);line-height:calc(.89286vw + 17.14286px)}}@media screen and (max-width:768px){.request-consultation-popup__title{margin-bottom:30px;font-size:calc(.98039vw + 16.47059px);line-height:calc(.98039vw + 16.47059px)}}.page-header{padding:15px 0;background:transparent;color:#fff;position:fixed;top:0;left:0;right:0;z-index:100;-webkit-transition:padding .5s ease;transition:padding .5s ease;-webkit-animation:smoothScrollUp 1s forwards;animation:smoothScrollUp 1s forwards}@-webkit-keyframes smoothScrollUp{0%{-webkit-transform:translateY(-75px);transform:translateY(-75px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes smoothScrollUp{0%{-webkit-transform:translateY(-75px);transform:translateY(-75px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@media screen and (max-width:768px){.page-header{padding-top:13px}}.page-header.sticky{padding:13px 0;background:url(../images/decor-bg.webp),-webkit-gradient(linear,left bottom,left top,from(#3e3428),to(#3e3428)),#c4c4c4;background:url(../images/decor-bg.webp),linear-gradient(0deg,#3e3428,#3e3428),#c4c4c4;border-bottom:1px solid rgba(0,0,0,.2);-webkit-animation:smoothScroll 1s forwards;animation:smoothScroll 1s forwards}@-webkit-keyframes smoothScroll{0%{-webkit-transform:translateY(-75px);transform:translateY(-75px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes smoothScroll{0%{-webkit-transform:translateY(-75px);transform:translateY(-75px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}.page-header.sticky .main-nav{display:none}@media screen and (max-width:768px){.page-header.sticky .hamburger-menu{width:20px;height:15px}}.page-header.sticky .hamburger-menu>span:nth-child(2),.page-header.sticky .hamburger-menu>span:nth-child(3){top:9px}@media screen and (max-width:768px){.page-header.sticky .hamburger-menu>span:nth-child(2),.page-header.sticky .hamburger-menu>span:nth-child(3){top:6px}}.page-header.sticky .hamburger-menu>span:nth-child(4){top:17px}@media screen and (max-width:768px){.page-header.sticky .hamburger-menu>span:nth-child(4){top:12px}}@media screen and (max-width:768px){.page-header.sticky .page-header__menu{width:40px;height:40px}}.page-header.sticky .page-header__logo{display:block}.page-header.sticky .page-header__logo rect{fill-opacity:0;fill:transparent;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.page-header.sticky .page-header__logo:hover rect{fill-opacity:1;fill:#d1aa3d;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.page-header.sticky .page-header__general-logo{opacity:0;visibility:hidden;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.page-header.sticky .page-header__main-nav,.page-header.sticky .page-header__mini-logo{display:none}.page-header.sticky .page-header__cta{display:block}@media screen and (max-width:767px){.page-header.sticky .page-header__cta{display:none}}@media screen and (max-width:768px){.page-header.sticky .page-header__info-icon{width:40px;height:40px}}@media screen and (max-width:992px){.page-header.sticky .page-header__info-link{display:none}}.page-header__wrapper{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative}.page-header__menu-wrap,.page-header__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.page-header__menu-wrap--search{position:absolute;top:15px;right:15px}.page-header__menu-wrap--search .close-text{display:block!important;color:#fff}.page-header__menu-wrap .menu-text{display:block;margin:0 15px;font-family:Gotham Pro,Helvetica,Arial,sans-serif;font-size:18px;line-height:1;color:#fff}@media screen and (max-width:480px){.page-header__menu-wrap .menu-text{display:none}}.page-header__main-nav{padding-left:9vw}@media screen and (max-width:1279px){.page-header__main-nav{display:none}}.page-header__main-nav--general{display:none}.page-header__main-nav--general.open-menu{display:block}@media screen and (max-width:1279px){.page-header__main-nav--general.open-menu{display:none}}.page-header__menu{width:48px;height:48px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #d1aa3d;cursor:pointer;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.page-header__menu:hover{-webkit-box-shadow:inset 0 0 0 5px #3e3428;box-shadow:inset 0 0 0 5px #3e3428;background-color:#d1aa3d}.page-header__logo{display:none;position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}@media screen and (max-width:1279px){.page-header__logo{position:static;left:auto;-webkit-transform:none;transform:none}}.page-header__logo svg{width:100%;max-width:70px}@media screen and (max-width:768px){.page-header__logo svg{max-width:58px}}.page-header__general-logo{position:absolute;top:15px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);opacity:1;visibility:visible}.page-header__general-logo,.page-header__general-logo rect{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.page-header__general-logo rect{fill-opacity:0;fill:transparent}.page-header__general-logo:hover rect{fill-opacity:1;fill:#d1aa3d;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.page-header__general-logo.open-menu{display:none}@media screen and (max-width:1279px){.page-header__general-logo{display:none}}.page-header__mini-logo{display:none}@media screen and (max-width:1279px){.page-header__mini-logo{display:block}}.page-header__mini-logo svg{max-width:58px}.page-header__info{display:-webkit-box;display:-ms-flexbox;display:flex}.page-header__info-block{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:20px}@media screen and (max-width:768px){.page-header__info-block{margin-left:10px}}.page-header__info-block:first-of-type{margin-left:0}.page-header__info-link{margin-right:20px;font-family:Gotham Pro,Helvetica,Arial,sans-serif;font-size:18px;color:#fff;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.page-header__info-link:after{content:"";width:0;height:1px;display:block;background:#fff;-webkit-transition:.3s;transition:.3s}@media screen and (max-width:768px){.page-header__info-link{font-size:16px}}@media screen and (max-width:480px){.page-header__info-link{display:none}}.page-header__info-link:hover{color:#fff}.page-header__info-link:hover:after{width:100%}.page-header__info-icon{width:48px;height:48px;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #d1aa3d;background:transparent;cursor:pointer;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.page-header__info-icon:hover{-webkit-box-shadow:inset 0 0 0 5px #3e3428;box-shadow:inset 0 0 0 5px #3e3428;background-color:#d1aa3d}.page-header__info-icon svg{width:100%;max-width:26px}@media screen and (max-width:768px){.page-header__info-icon svg{max-width:20px}}.page-header__cta{margin-left:20px;display:none}.search-panel{display:none;padding:100px 0;background:url(../images/decor-bg.webp),-webkit-gradient(linear,left bottom,left top,from(#3e3428),to(#3e3428)),#c4c4c4;background:url(../images/decor-bg.webp),linear-gradient(0deg,#3e3428,#3e3428),#c4c4c4;position:fixed;top:0;left:0;right:0;z-index:101;-webkit-box-shadow:0 30px 100px hsla(0,0%,9%,.7);box-shadow:0 30px 100px hsla(0,0%,9%,.7)}@media screen and (max-width:1440px){.search-panel{padding-top:calc(1.85185vw + 73.33333px);padding-bottom:calc(1.85185vw + 73.33333px)}}@media screen and (max-width:768px){.search-panel.sticky .page-header__menu{width:40px;height:40px}}@media screen and (max-width:768px){.search-panel.sticky .hamburger-menu{width:20px;height:15px}}.search-panel.sticky .hamburger-menu>span:nth-child(2),.search-panel.sticky .hamburger-menu>span:nth-child(3){top:9px}@media screen and (max-width:768px){.search-panel.sticky .hamburger-menu>span:nth-child(2),.search-panel.sticky .hamburger-menu>span:nth-child(3){top:6px}}.search-panel.sticky .hamburger-menu>span:nth-child(4){top:17px}@media screen and (max-width:768px){.search-panel.sticky .hamburger-menu>span:nth-child(4){top:12px}}.search-panel__form-wrap{padding-left:20px;padding-right:20px}.header-panel{display:none;padding:104px 0 30px;background:url(../images/decor-bg.webp),-webkit-gradient(linear,left bottom,left top,from(#3e3428),to(#3e3428)),#c4c4c4;background:url(../images/decor-bg.webp),linear-gradient(0deg,#3e3428,#3e3428),#c4c4c4;position:fixed;top:0;left:0;right:0;z-index:99;-webkit-box-shadow:0 30px 100px hsla(0,0%,9%,.7);box-shadow:0 30px 100px hsla(0,0%,9%,.7)}@media screen and (max-width:768px){.header-panel{padding-bottom:40px}}@media screen and (max-width:767px){.header-panel{height:100vh;padding-bottom:120px;overflow-y:auto}}.header-panel.sticky .header-panel__menu{margin-bottom:100px;display:block;text-align:center}@media screen and (max-width:812px){.header-panel.sticky .header-panel__menu{margin-bottom:60px}}@media screen and (max-width:480px){.header-panel.sticky .header-panel__menu{margin-bottom:44px}}.header-panel__menu{display:none}@media screen and (max-width:1279px){.header-panel__menu{display:block;margin-bottom:100px;text-align:center}}@media screen and (max-width:812px){.header-panel__menu{margin-bottom:60px}}@media screen and (max-width:480px){.header-panel__menu{margin-bottom:44px}}.header-panel__row{width:100%;max-width:1051px;margin:0 auto}@media screen and (max-width:1440px){.header-panel__row{max-width:calc(75vw - 80px)}}@media screen and (max-width:1279px){.header-panel__row{max-width:100%}}.header-panel__row-inner{margin-left:-108px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}@media screen and (max-width:1279px){.header-panel__row-inner{margin-left:0}}@media screen and (max-width:812px){.header-panel__row-inner{-ms-flex-wrap:wrap;flex-wrap:wrap}}.header-panel__item{text-align:center}@media screen and (max-width:812px){.header-panel__item{width:100%;margin-bottom:30px}.header-panel__item:last-of-type{margin-bottom:0}}.header-panel__title{margin-bottom:10px;font-family:Gotham Pro,Helvetica,Arial,sans-serif;font-size:20px;font-weight:700;color:#d1aa3d}@media screen and (max-width:480px){.header-panel__title{font-size:18px}}.header-panel__link{color:hsla(0,0%,100%,.6);font-size:16px;letter-spacing:.3em;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media screen and (max-width:320px){.header-panel__link{font-size:15px}}.header-panel__link:hover{color:#fff}.hamburger-menu{width:26px;height:20px;z-index:104;position:relative;-webkit-transition:.7s;transition:.7s;cursor:pointer;overflow:hidden}.hamburger-menu,.hamburger-menu>span{display:block;-webkit-transform:rotate(0);transform:rotate(0)}.hamburger-menu>span{position:absolute;height:2px;width:100%;background-color:#fff;opacity:1;left:0;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}.hamburger-menu>span:first-child{top:0}.hamburger-menu>span:nth-child(2),.hamburger-menu>span:nth-child(3){top:9px}.hamburger-menu>span:nth-child(4){top:17px}.hamburger-menu.open span:first-child{top:37px;width:0;left:50%;opacity:0}.hamburger-menu.open span:nth-child(2){-webkit-transform:rotate(45deg);transform:rotate(45deg)}.hamburger-menu.open span:nth-child(3){-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.hamburger-menu.open span:nth-child(4){top:8px;width:0;left:50%;opacity:0}.page-footer{background:url(../images/decor-bg.webp),-webkit-gradient(linear,left bottom,left top,from(#3e3428),to(#3e3428)),#c4c4c4;background:url(../images/decor-bg.webp),linear-gradient(0deg,#3e3428,#3e3428),#c4c4c4;position:relative;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;text-align:center}.page-footer__top{padding:30px 0}@media screen and (max-width:480px){.page-footer__top{padding-top:20px;padding-bottom:40px}}.page-footer__row{width:100%;max-width:1051px;margin:94px auto 0}@media screen and (max-width:1440px){.page-footer__row{max-width:calc(75vw - 80px);margin-top:calc(5.05952vw + 21.14286px)}}@media screen and (max-width:1279px){.page-footer__row{max-width:100%}}@media screen and (max-width:768px){.page-footer__row{margin-top:50px}}.page-footer__row-inner{margin-left:-108px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}@media screen and (max-width:1279px){.page-footer__row-inner{margin-left:0}}.page-footer__item{text-align:center}@media screen and (max-width:992px){.page-footer__item{width:100%;margin-bottom:30px}.page-footer__item:last-of-type{margin-bottom:0}}.page-footer__title{margin-bottom:10px;font-family:Gotham Pro,Helvetica,Arial,sans-serif;font-size:20px;font-weight:700;color:#d1aa3d}.page-footer__link{color:hsla(0,0%,100%,.6);font-size:16px;letter-spacing:.3em;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media screen and (max-width:320px){.page-footer__link{font-size:15px}}.page-footer__link:hover{color:#fff}.page-footer__bottom{padding:14px 0;border-top:1px solid rgba(0,0,0,.2);font-family:Gotham Pro,Helvetica,Arial,sans-serif;font-size:14px;color:hsla(0,0%,100%,.3)}.page-footer__bottom .copyright{margin:0;display:inline-block}.page-footer__policy-link{margin-left:30px;color:hsla(0,0%,100%,.3);-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.page-footer__policy-link:hover{color:#fff}@media (max-width:424px){.page-footer__policy-link{margin-left:0;margin-top:15px;display:block}}.hero-section{min-height:950px;padding-top:82px;padding-bottom:80px;background:url(../images/decor-bg.webp),-webkit-gradient(linear,left bottom,left top,from(#3e3428),to(#3e3428)),#c4c4c4;background:url(../images/decor-bg.webp),linear-gradient(0deg,#3e3428,#3e3428),#c4c4c4;color:#fff;overflow:hidden}@media screen and (max-width:1440px){.hero-section{min-height:calc(27.82738vw + 549.28571px)}}@media screen and (max-width:768px){.hero-section{min-height:calc(50.73529vw + 373.35294px);padding-top:calc(2.94118vw + 59.41176px)}}@media screen and (max-width:480px){.hero-section{padding-bottom:0}}.hero-section--small{min-height:664px}@media screen and (max-width:768px){.hero-section--small{min-height:calc(26.47059vw + 460.70588px)}}@media screen and (max-width:480px){.hero-section .page-container{padding-left:0;padding-right:0}}.hero-section__decor{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.hero-section__decor svg{width:1720px;height:500px}@media screen and (max-width:1440px){.hero-section__decor svg{height:calc(31.54762vw + 45.71429px)}}.hero-section__decor--small svg{width:1428px;height:415px}@media screen and (max-width:1440px){.hero-section__decor--small svg{height:calc(18.89881vw + 142.85714px)}}@media screen and (max-width:480px){.hero-section__decor{display:none}}.hero-section__poster{width:100%;max-width:846px;min-height:790px;margin:0 auto;background-size:cover;background-repeat:no-repeat;background-position:50%;text-align:center;position:relative}@media screen and (max-width:1440px){.hero-section__poster{max-width:calc(38.83929vw + 286.71429px);min-height:calc(27.82738vw + 389.28571px)}}@media screen and (max-width:768px){.hero-section__poster{min-height:calc(28.67647vw + 382.76471px)}}.hero-section__poster--small{min-height:504px}@media screen and (max-width:768px){.hero-section__poster--small{min-height:calc(4.41176vw + 470.11765px)}}.hero-section__poster video{width:100%;height:100%;position:absolute;top:0;left:0;border:0;-o-object-fit:cover;object-fit:cover}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.hero-section__poster video{height:auto}}.hero-section__poster:after{content:"";width:100%;height:100%;display:block;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.75)),to(hsla(0,0%,76.9%,0)));background-image:linear-gradient(180deg,rgba(0,0,0,.75),hsla(0,0%,76.9%,0));position:absolute;top:0;left:0;right:0;bottom:0}@media screen and (-webkit-min-device-pixel-ratio:0){.hero-section__poster:after{background-image:url(../images/dark-texture-bg.webp);opacity:.5}}.hero-section__poster-content{height:100%;padding:40px 29px;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:center;-ms-flex-align:center;align-items:center;position:absolute;top:0;bottom:0;left:0;right:0;z-index:1}@media screen and (max-width:1440px){.hero-section__poster-content{padding-top:calc(1.78571vw + 14.28571px);padding-bottom:calc(1.78571vw + 14.28571px)}}@media screen and (max-width:768px){.hero-section__poster-content{padding-top:calc(4.90196vw - 9.64706px);padding-left:calc(1.71569vw + 15.82353px);padding-right:calc(1.71569vw + 15.82353px)}}@media screen and (max-width:767px){.hero-section__poster-content{padding-bottom:28px}}@media screen and (max-width:320px){.hero-section__poster-content{padding-left:10px;padding-right:10px}}.hero-section__logo{display:inline}.hero-section__logo svg{width:100%;max-width:262px}@media screen and (max-width:1440px){.hero-section__logo svg{max-width:calc(6.25vw + 172px)}}@media screen and (max-width:768px){.hero-section__logo svg{max-width:calc(12.7451vw + 122.11765px)}}.hero-section__logo rect{fill-opacity:0;fill:transparent}.hero-section__logo:hover rect,.hero-section__logo rect{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.hero-section__logo:hover rect{fill-opacity:1;fill:#d1aa3d}.hero-section__title{margin-top:140px;margin-bottom:17px;font-size:100px;font-weight:900;line-height:1}@media screen and (max-width:1440px){.hero-section__title{margin-top:calc(9.97024vw - 3.57143px);margin-bottom:calc(1.04167vw + 2px);font-size:calc(5.95238vw + 14.28571px)}}@media screen and (max-width:768px){.hero-section__title{margin-top:calc(3.18627vw + 48.52941px);font-size:calc(4.90196vw + 22.35294px)}}.hero-section__title--small{margin-top:25px}@media screen and (max-width:768px){.hero-section__title--small{margin-top:84px}}.hero-section__title--big{margin-top:159px}@media screen and (max-width:1440px){.hero-section__title--big{margin-top:calc(11.0119vw + .42857px)}}@media screen and (max-width:768px){.hero-section__title--big{margin-top:calc(4.90196vw + 47.35294px)}}.hero-section__title--full-width{max-width:1428px;margin-left:-320px;margin-right:-320px}@media screen and (max-width:480px){.hero-section__title--full-width{width:100%;margin-left:0;margin-right:0}}.hero-section__subtitle{display:block;font-size:20px;line-height:28px;letter-spacing:.3em}@media screen and (max-width:1440px){.hero-section__subtitle{font-size:calc(.59524vw + 11.42857px);line-height:calc(.89286vw + 15.14286px)}}@media screen and (max-width:768px){.hero-section__subtitle{font-size:16px}}.hero-section__btns{margin-top:auto;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:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:480px){.hero-section__btns{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.hero-section__cta{white-space:nowrap}.hero-section__play-btn{min-width:126px;margin-left:10px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}@media screen and (max-width:480px){.hero-section__play-btn{margin-left:0;margin-top:10px}}.hero-single-post{min-height:665px;padding-left:15px;padding-right:15px;padding-bottom:15px}@media screen and (max-width:768px){.hero-single-post{padding-left:10px;padding-right:10px;padding-bottom:10px;min-height:calc(43.87255vw + 328.05882px)}}@media screen and (max-width:480px){.hero-single-post{padding-left:0;padding-right:0;padding-bottom:0}}.hero-single-post__inner{width:100%;min-height:569px;max-width:1890px;margin-right:auto;margin-left:auto;padding:40px 12px;background-size:cover;background-repeat:no-repeat;background-position:50%;position:relative}@media screen and (max-width:768px){.hero-single-post__inner{padding-top:33px;padding-bottom:33px;min-height:calc(20.34314vw + 412.76471px);padding-top:calc(5.88235vw - 12.17647px)}}.hero-single-post__inner:after{content:"";width:100%;height:100%;display:block;position:absolute;top:0;bottom:0;left:0;right:0;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.75)),to(hsla(0,0%,76.9%,0)));background:linear-gradient(180deg,rgba(0,0,0,.75),hsla(0,0%,76.9%,0))}.hero-single-post__content{width:80vw;max-width:720px;margin:0 auto;position:relative;z-index:1;text-align:center}@media screen and (max-width:480px){.hero-single-post__content{width:100%}}.hero-single-post__title{margin-top:94px;margin-bottom:6px;font-weight:900;font-size:70px;line-height:1}@media screen and (max-width:1440px){.hero-single-post__title{font-size:calc(1.4881vw + 48.57143px)}}@media screen and (max-width:768px){.hero-single-post__title{margin-top:87px}}@media screen and (max-width:767px){.hero-single-post__title{font-size:calc(3.4398vw + 23.61671px)}}@media screen and (max-width:480px){.hero-single-post__title{margin-top:80px}}.hero-single-post__date{font-size:14px;line-height:1;letter-spacing:.3em}.hero-search{min-height:390px;padding-top:226px;padding-bottom:30px}@media screen and (max-width:1440px){.hero-search{min-height:calc(21.42857vw + 81.42857px);padding-top:calc(17.41071vw - 24.71429px)}}@media screen and (max-width:768px){.hero-search{min-height:calc(10.04902vw + 168.82353px);padding-top:calc(4.90196vw + 71.35294px);padding-bottom:25px}}@media screen and (max-width:480px){.hero-search{padding-bottom:20px}}.hero-search__search-result{margin-top:66px;padding:0 20px;text-align:center}@media screen and (max-width:1440px){.hero-search__search-result{margin-top:calc(2.38095vw + 31.71429px)}}@media screen and (max-width:768px){.hero-search__search-result{margin-top:calc(3.43137vw + 23.64706px)}}.hero-search__search-text{font-family:Gotham Pro,Helvetica,Arial,sans-serif;font-size:20px;font-weight:700}@media screen and (max-width:1440px){.hero-search__search-text{font-size:calc(.29762vw + 15.71429px)}}@media screen and (max-width:768px){.hero-search__search-text{font-size:calc(.4902vw + 14.23529px)}}.hero-search__search-text span{margin-left:10px;color:#fff;font-weight:300;opacity:.6}@media screen and (max-width:768px){.hero-search__search-text span{margin-left:17px}}@media screen and (max-width:480px){.hero-search__search-text span{margin-left:13px}}.hero-simple{min-height:390px;padding-top:80px;padding-bottom:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:1440px){.hero-simple{min-height:calc(27.52976vw - 6.42857px)}}.core-values{padding:142px 0 214px}@media screen and (max-width:1440px){.core-values{padding-top:calc(10.11905vw - 3.71429px);padding-bottom:calc(23.95833vw - 101px)}}@media screen and (max-width:768px){.core-values{padding-top:calc(3.43137vw + 47.64706px);padding-bottom:calc(8.08824vw + 20.88235px)}}.core-values__row{width:100%;max-width:1455px;margin:156px auto 0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}@media screen and (max-width:1440px){.core-values__row{margin-top:calc(14.28571vw - 49.71429px)}}@media screen and (max-width:768px){.core-values__row{margin-top:calc(4.90196vw + 22.35294px)}}@media screen and (max-width:480px){.core-values__row{-ms-flex-wrap:wrap;flex-wrap:wrap}}.core-values__item{width:25%;min-height:198px;margin-bottom:30px;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-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}@media screen and (max-width:1440px){.core-values__item{min-height:calc(7.7381vw + 86.57143px)}}@media screen and (max-width:480px){.core-values__item{width:50%}}.core-values__icon{width:100%;max-width:140px;max-height:140px}@media screen and (max-width:1440px){.core-values__icon{max-width:calc(5.95238vw + 54.28571px);max-height:calc(5.95238vw + 54.28571px)}}@media screen and (max-width:768px){.core-values__icon{max-width:calc(4.90196vw + 62.35294px);max-height:calc(4.90196vw + 62.35294px)}}.core-values__label{margin-top:32px;color:#d1aa3d;font-family:Gotham Pro,Helvetica,Arial,sans-serif;font-size:18px;font-weight:900}@media screen and (max-width:1440px){.core-values__label{font-size:calc(.29762vw + 13.71429px)}}@media screen and (max-width:768px){.core-values__label{margin-top:calc(3.67647vw + 3.76471px)}}.practice-areas{padding-bottom:115px;overflow:hidden}@media screen and (max-width:767px){.practice-areas{padding-bottom:calc(9.82801vw + 39.61916px)}}.practice-areas__list{margin:47.5px -2.5px -2.5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}@media screen and (max-width:768px){.practice-areas__list{margin-top:30px}}@media screen and (max-width:480px){.practice-areas__list{margin:16px 2px 2px}}@media screen and (max-width:1279px){.practice-areas__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.practice-areas__item{width:calc(12.5% - 5px);min-width:100px;height:650px;margin:2.5px;padding:50px 41px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;background-size:cover;background-position:50%;background-repeat:no-repeat;position:relative;cursor:pointer;overflow:hidden;-webkit-transition:all .5s cubic-bezier(.25,.1,.54,.66);transition:all .5s cubic-bezier(.25,.1,.54,.66)}@media screen and (max-width:1279px){.practice-areas__item{width:100%;max-width:676px;height:auto;min-height:78px;margin-left:auto;margin-right:auto;padding-top:calc(4.10959vw - 2.56164px);padding-bottom:calc(4.10959vw - 2.56164px);-webkit-transition:all .3s;transition:all .3s}}@media screen and (max-width:768px){.practice-areas__item{margin-right:0;padding-left:calc(10.31941vw - 17.14988px);padding-right:calc(10.31941vw - 17.14988px)}}@media screen and (max-width:480px){.practice-areas__item{min-height:54px;margin:2px;padding-top:17px;padding-bottom:18px}}.practice-areas__item:after{content:"";width:100%;height:100%;display:block;background-image:url(../images/light-transparent-texture-bg.webp);background-size:cover;background-position:50%;background-repeat:no-repeat;position:absolute;top:0;bottom:0;left:0;right:0;opacity:1;z-index:1;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}@media screen and (max-width:1279px){.practice-areas__item:after{background-image:url(../images/light-transparent-texture-bg-rotate.webp)}}@media screen and (max-width:480px){.practice-areas__item:after{background-image:url(data:image/webp;base64,UklGRkYOAABXRUJQVlA4TDoOAAAvP0ENEK+goG0bJtX4I34ZDIRp28am/1/cbkaYtm1s+v/F7WaFbdu2uSTdw3L2bpu7bf37X1EBALaICvjWB4gKkAUA4CgW979rJh4SZNut26b5x3YS2wKw/70muBdwVxDRfwgCgESRJlNEdEuOgNoPREZmRGRWx0dG62VWRuKofmntCiNxXf0Kcricyn4D7dKq2k1VRq/7HdVfL6Nww3HguB93Hrf7jcf1duXxc/357bXj++f7t9ePLxyXr4sc5/P5cm7HSY5PHh+fHzje/+p+vL2/8Xh9e+Xx8vrSj+eXZxxPz0/9+NeOtuGyiZUV/QQvMvpRnTGppNUxFVmt7pfYWQwmd4Z3YcDtRJ+avN0jj8ApiFuvBbDCswPAfHcIwLnjAQni87fuUK8H6A09+b3x9PIyAP860Pc2u4BWRUcmth3MquKuZ0aoQlSXa0gydKj0Qsl7UYIMakpFHBkZv7/otMddio2x9Obq7dBcLn/n16WdvSWG5eH2HZC0UhEi5tmqimobHxVqIKL6XvflxEjQShQMC1mZRZnOaCoA7eh46E4SAg+jso8mu4TaKQiBh0oKq16kK83p3DAsHw7I2Svp9EbboTz3fi8ZhAO2shvPLIg318bGE9mNAc2n8KYzFkuLCa4IsTlJHBl6RAPuNuD9XeXw13f/Oc1Z0CcFZGRuCEl/qF6nAUBSRBozaCqCpjOSAFpYBuh/l/fheUcbK+wqUZZu0SEmciuESHTcb78nCSYSQo74YkcwQixNxwmaFVvpsiF6rAA89UGpuoHAnptRjWZPKKSV4G2I2RRlaIoiuhNC1xlLoZCl7bojeld+t8PbO8+hdbTA3zLcWw6cbOBzQH/i91s+CA24Byr2pRKhzqoun5mJDYZotycRt5oSDKZWCDf5R2gpIrtIJO4tMSaKkL0l3IZ7Oyz6H7psvwzr1TiR7fs4sJ22nPncIUyTHY0K21cwiw8hE/PEMz2CJjqDakCTQiNUEHdqBQlgdCoEJwOdwidqXw+BFsBZy0kqgj4iC+36rPo5+J1aRVFssZcZsuGZ6UY2yB8IcSvgYqcq3kBrUu4mIuBcJJ930IUjYjgHz1264nZeO67BP/tKZg5laGXiZqnXP/wwTRp2HN2xxaUhxtXNyGAxcUXV+RhF2W6XUnxAgVeMf7pG9esGXcIYB4AjWMTp5MhVmx+uesVCQyWFjY6eB7SRDG7nUGnzeNzTDWbfZlOAostJbRfrAgshTIKJ7QYkoBC0sP3JRzshHBTNOXqPFQEf97V8cG6HzoDGTPYFtXDcB0Cq18fjnsgos4rc6OQTCfvd3QAqRpI3IXKdjCA5JJaCrO4riVmqHotqdddDRx6YNvjtsuhAvMA94LUL9S5uVLd9rCDf1Umx65VFO4qtjugAFCRVfKkRuIEqGhnKOs0zNAs6Q14y7JYBCbwVICRxo87Uxvz2Ie6WaRZ2y0JCvExcCDyghqrvnuxzf1L38IcKTyvRXXRVfrAzYUqj+nPP9KdrFC61iipRVcyUHDHEjUPYM3jtw8SBkl7nlkSgbeD97h1FS8uJvuqALuh3QCrpCEQFWrIlOKZmpjjVzWtAm6gFg43BIC1TSt7i8L4fGnb3iY6SxI8MDM0ArOKej12H1Trv8+TT/HEC7xysEukFXUXpdaXoSCR1JEBUmbwNcp/3V0XDHc3tPNJJOiwTpe+tdIa4cQkNgaOUD2vnisDguM/VUNoOgx1w26tSNrkiRcpxdnlN2hNaV9J1+20XIXKO1qxMm9dhonrgc1fIqbzzs8n7GMl5SPzIRGk/F3GPRz1ED247Kyns8Ej47LAQ4ngXDASWIaoJd3UhxzK8XiaFqogtsUbdwFA56ojkyIC+T0Hj0Ax5M8bdaxL59ZHTOMJuh4bAZ1+NYfc/kUh54IAlIUYBKbSghJMUQty1huF1l+sMMbOE5bYkQOqapmkzz9tyygBdh2njxMt2IQEEEr99IFz6naRcVn1apO1hZEl6izsuu5zB/ac4Z1BPYEl7tGlSIMyHhYHT0I32H1nEQb9zwMiq+rt62D1UQ+JsqDTrOLx3WZBId+93Cloa62QNkhw0ExXVNzvkoGZ0HvMB1Z1zeSCB19FtD/6AqlEPAPp92O8w3P02dGWmVL7Qb+8yNv3XIUWfprh7bB/wO5fVP1bp5iA1/utHpQ1S2lPEm/nIfhUSQvZJxqOIoH5VxxY4fFi5H8v3VsM0PQZ0HxtGBr9zgHyhlds++J3idg557yHu6fJo6UGIMoSUbOVcPJZoD8QiZAhDqT1MBJtqJVULvX5H67Bx4blL4MNV6LdvuzvXXfpDJV2ZORMOidsh7ukSDikVsuDOFve4KLRdwGUl2f3MCuVHyfNd3LA+P0SbumwcqfA8cDWEkAjxA+iH8o5EKlrKojNkLfZoiCFtJAf7vgdtSBfgIq2JL6xsdSNcGYIU65pQrBC+g+WNIg9vhkWvt/m11dZx5zk47qulBszQvC3T3kMZGo+7aQJhCaoJbSTNSN/ukG7Y/kcztOLn02RHl++GAmn3UXldXSlojDu6VQoO3dsqa6bob+Z9LouJJ1vVEz+L9gG3U/rPL+u8o8iuCLTYTzYQ0ui6TzOqYg1z3bHVOSx5TLIwsoKGCLfwdw6Jb4F9qSFvtmiGyHvx4kBPI1yhFXBCCXw2gaPnHWEmzAWnOaFOcKupJtkPjkk2vP+CCyZk22xQ8Ja6FuG7keFcLTSgpeFao98+QAvKnd/+ppNfR799mbaV9l9COvs2Vn/49CU7HZGU4yoaGRQIMw/8FVjvqIyqPio2uKgj/pO454aV70Nf0d8D5CMSdaNz8s5AOSw0LPXAgMCSuJCFYCeT5hE00bdeWlGMRAaxGC4WzUuJTONqEvdFelEDsn3wOodGTzkGp1PQD8w8n1evrZZ++1BZX1oZkFH5FewhyWkvqAjwgCqRKKNm0LaKOXCzIM94Wadoj+hh9PZvrZymDe1t3TywlFRD2P25RUva4oG4Z/HefpH3oZmleFPJW6dsCZoKK5mV0jQmSpjEP5NkYtl4SKf43kqGxe/siDlrdl2EPfK7DO/tHxgZprnfvoi716/tp7xj29/KIb+I5zw56OKbnZnYdvMlqSowOyl/I5sJEnsSNEHkukwbKKelbvhJnysTIQsR4c150UhnKEMlh7WL934k4R72Hc6+9/QlXVYX+VrwCIoQvbI4J2q+OlonIfWTQTc7MjaAUlZh4xdp5Ri+W1pWH5tK3tu73ynQ/N1NFgWy+nZKjMytDmFWyTLiGYkJBSv6tWGmMEhUqitQ16MjWy+ExBNnNw986LdLd2g2JHPa+z8sZJ77NvFN1BO7krcN2X5LM/R9F9MZaaEPZbdHPMat5Ju8rgTdCNOGCFfJT3uoLdKO+2nqt+ucYcAIfab0CT2Qt5C+QP+h4s8kvZtSWALLZleKtY0Imk8hibLLiQq4mwEXXrREHFnqRmtDSTqtTBg+XDLCbyNcVecpc7vorPJmHjg+8OJ+CHxY9Y2mFHdmBWU1Tc+hD4lYu+sJzQotS3+6U9grgvKdRdMUQUxE/xNBzLHKmzlm9NyHVYe0xWKtZSMjUr3vvfahGuJuGMoiBSwldrrAzSIDAxwy61DgCVkjD6ugNaY56TqBa6FIHMN7K7z286ytoq/W9/L9zTkTKA1nP5x43Mc9hF92ece+t1XJEdlZzINRHmwKeYJcB40OUbAwpVwuCYpwg7yFI2KZtWDraFnI/fZt3nFGD2mL9Xdfw8QH0ON3DzSmqfPFClAP+sXAblaIbaDTqVdOO925wyie7miaTe/acESiHFMRQgKe9ZGxgXIX+JzOy4XYruLuBTCgpRJ0BZS80yeFlU+iwvSoklxiRMJHJXskV9QRFABhEUWBegANOXLhti/eugjNIu+zcTx3TjvK7rvr5Xfry3/bcXgY4JOkaCCzCqpflFIkK4SzGRRkleigu2py3mrxrWhukjfZfiHtMfzfxO69laD93OUtfFwOOecPr9lZtOK6P0vee0HSdRlWsMs1d7kiBEpuulwSDU4ntcyYGp3OG4FpW5j2rt71tDf7w2nDi7hbJjvhWSLvIW+xWOuBr9a3ny0p6HGj7G3fZ9lgsSH2HAucbCOp/5gsNifIV1qg6vJO8ojqt2gdlOMmVDLxxqBxrggO/QFavLga/Pbld6/b7rNXz9qBmNKhLgHEONKpyuI6WDco5x2qznC4okUeQ6k6I3FKmuQId9sl7vaZNj7EPT8bEvlwWLvDzKGRz76GjsSNQv26pJRKzCGlk3ttfyAp0mYSuugyt9swYGLRTvSpkcU7MLOUONODnuM4ZIpXnjqTskjcXnrqbEF4WpT9d6/LwHH12fU4TRhEUQ2ykbI54wKdirQQKZ21RVFg1pIiEJFqzisEJu2xcDyHsNGXGhrPmg2vraTfF0Hee78QcQ++th9IbCe5/d1OULOZre50yItV/0eBFlwH/fPedF0Qg8NbIlOLgtFJf38Zgh4GFyh5byVeu1ccGhMXw8CiWry3WrfPU9ztcU/1XR0shJiESNlhCnWIZhhdRjIlKeoB7eh9qkiGqVm/sYOB4w0Dx83P6/TiZQPv0haXeWTRX8Q9w1pLwufnZeXfrYssJmxwdENc4pRi20NTs+R372HJ4hUWw/bMEgZSAPoZw0RBSytpbwG+fSGHh88ehhf3Evd8NJLlh0sysJ2J5mlcii60yDYf2BBM4YaxNTSi1jg9iIou7crQHnVTJXB2S3NEHrEIfIYXV9LxVk4nW7w2GOIe/cedxSmdB9DSrL9bF3KR8mQkQyGnkTDJDuRhwV2oQyJSCmGj2dpKsBfUKf83MWTOVm/9hqHBb/9my7LLm51kRAYWndWADK9f3AM=)}}.practice-areas__item:hover .practice-areas__label path{fill:#d1aa3d;fill-opacity:1;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.practice-areas__item.active{width:100%;min-width:985px;padding:50px;cursor:default}@media screen and (max-width:1920px){.practice-areas__item.active{min-width:calc(77.5vw - 503px)}}@media screen and (max-width:1279px){.practice-areas__item.active{min-width:auto;max-width:676px;min-height:376px;padding:40px 60px;-webkit-transition:all .3s;transition:all .3s}}@media screen and (max-width:768px){.practice-areas__item.active{min-height:calc(29.90196vw + 146.35294px);padding:calc(7.35294vw - 16.47059px) calc(9.80392vw - 15.29412px)}}.practice-areas__item.active:after{opacity:0}.practice-areas__item.active .practice-areas__inner{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;opacity:1}@media screen and (max-width:1440px){.practice-areas__item.active .practice-areas__inner{padding-left:calc(5.95238vw - 15.71429px)}}@media screen and (max-width:1279px){.practice-areas__item.active .practice-areas__inner{padding-top:30px;padding-bottom:46px;padding-left:70px;display:-webkit-box;display:-ms-flexbox;display:flex}}@media screen and (max-width:480px){.practice-areas__item.active .practice-areas__inner{padding-top:28px;padding-left:20px;padding-bottom:30px}}.practice-areas__item.active .practice-areas__inner:before{opacity:1}@media screen and (max-width:1279px){.practice-areas__item.active .practice-areas__inner:before{-webkit-transition:none;transition:none}}.practice-areas__item.active .practice-areas__inner button{display:-webkit-box;display:-ms-flexbox;display:flex}.practice-areas__item.active .practice-areas__label{opacity:0;-webkit-transition:none;transition:none}@media screen and (max-width:1279px){.practice-areas__item.active .practice-areas__label{display:none}}.practice-areas__item.active .practice-areas__label svg{display:none}.practice-areas__item.active .practice-areas__content{opacity:1}@media screen and (max-width:1279px){.practice-areas__item.active .practice-areas__content{display:block}}.practice-areas__item.active .practice-areas__btns button{visibility:visible}.practice-areas__item.active .practice-areas__learn-more{visibility:visible;display:inline-block}.practice-areas__inner{padding:0;position:relative;z-index:2}.practice-areas__inner,.practice-areas__inner:before{width:100%;height:100%;-webkit-transition:opacity .3s cubic-bezier(.4,0,1,1);transition:opacity .3s cubic-bezier(.4,0,1,1);opacity:0}.practice-areas__inner:before{content:"";max-width:287px;display:none;background:url(../images/light-texture-bg.webp);position:absolute;top:0;bottom:0;left:0;right:0}@media screen and (max-width:768px){.practice-areas__inner:before{max-width:calc(21.07843vw + 111.11765px)}}.practice-areas__content{width:100%;max-width:441px;position:absolute;top:50%;left:70px;-webkit-transform:translateY(-50%);transform:translateY(-50%);opacity:0;-webkit-transition:opacity .3s cubic-bezier(.4,0,1,1);transition:opacity .3s cubic-bezier(.4,0,1,1)}@media screen and (max-width:1440px){.practice-areas__content{max-width:315px}}@media screen and (max-width:1279px){.practice-areas__content{position:relative;display:none;-webkit-transform:none;transform:none;left:auto}}.practice-areas__btns{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.practice-areas__btns button{margin-top:10px;color:#fff;visibility:hidden;background-color:rgba(0,0,0,.2);-webkit-box-shadow:0 3px 10px rgba(0,0,0,.25);box-shadow:0 3px 10px rgba(0,0,0,.25);text-shadow:1px 0 0 rgba(0,0,0,.25),0 -1px 0 rgba(0,0,0,.25),0 1px 0 rgba(0,0,0,.25),-1px 0 0 rgba(0,0,0,.25)}.practice-areas__btns button:hover{-webkit-box-shadow:0 3px 10px rgba(0,0,0,.25),inset 0 0 0 3px #fff;box-shadow:0 3px 10px rgba(0,0,0,.25),inset 0 0 0 3px #fff;text-shadow:none;-webkit-transition:all .2s ease;transition:all .2s ease}.practice-areas__btns button:hover svg{-webkit-filter:none;filter:none;-webkit-transition:all .2s ease;transition:all .2s ease}.practice-areas__btns button svg{-webkit-filter:drop-shadow(3px 3px 2px rgba(0,0,0,.25));filter:drop-shadow(3px 3px 2px rgba(0,0,0,.25));-webkit-transition:all .2s ease;transition:all .2s ease}.practice-areas__label{opacity:1;font-family:Gotham Pro,Helvetica,Arial,sans-serif;font-weight:900;font-size:20px;line-height:18px;white-space:nowrap;color:#d1aa3d;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);position:absolute;left:0;right:0;bottom:90px;z-index:2;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;-webkit-transition-delay:.4s;transition-delay:.4s}@media screen and (max-width:1279px){.practice-areas__label{-webkit-transform:none;transform:none;position:static;display:block}}@media screen and (max-width:768px){.practice-areas__label{font-size:calc(.98039vw + 12.47059px)}}.practice-areas__label>svg{margin-right:13px;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.practice-areas__title{margin-bottom:50px;font-size:70px;line-height:63px;font-weight:900;color:#d1aa3d;text-shadow:1px 0 0 rgba(0,0,0,.25),0 -1px 0 rgba(0,0,0,.25),0 1px 0 rgba(0,0,0,.25),-1px 0 0 rgba(0,0,0,.25);-webkit-transition:none;transition:none}@media screen and (max-width:1440px){.practice-areas__title{margin-bottom:calc(2.23214vw + 17.85714px);font-size:calc(2.97619vw + 27.14286px);line-height:calc(2.67857vw + 24.42857px)}}@media screen and (max-width:768px){.practice-areas__title{font-size:calc(4.41176vw + 16.11765px);line-height:calc(3.18627vw + 20.52941px)}}@media screen and (max-width:480px){.practice-areas__title{margin-bottom:20px}}.practice-areas__learn-more{-webkit-box-shadow:0 3px 10px rgba(0,0,0,.25);box-shadow:0 3px 10px rgba(0,0,0,.25);visibility:hidden}.practice-areas__learn-more:hover{-webkit-box-shadow:0 3px 10px rgba(0,0,0,.25),inset 0 0 0 3px #fff;box-shadow:0 3px 10px rgba(0,0,0,.25),inset 0 0 0 3px #fff}.testimonial__headline{display:inline-block;position:relative;z-index:2;-webkit-transform:translate(235px,186px);transform:translate(235px,186px)}@media screen and (max-width:1279px){.testimonial__headline{-webkit-transform:translate(96px,214px);transform:translate(96px,214px)}}@media screen and (max-width:992px){.testimonial__headline{max-width:676px;margin:0 auto;display:block;-webkit-transform:none;transform:none}}@media screen and (max-width:768px){.testimonial__headline{padding-left:46px}}@media screen and (max-width:767px){.testimonial__headline{padding-left:0}}@media screen and (max-width:1440px){.testimonial__subheading{max-width:350px}}@media screen and (max-width:992px){.testimonial__subheading{max-width:100%;margin-bottom:30px}}@media screen and (max-width:480px){.testimonial__subheading{margin-bottom:20px}}.testimonial__row-wrap{position:relative}@media screen and (max-width:767px){.testimonial__row-wrap{padding:0 20px}}.testimonial__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.testimonial__item,.testimonial__row{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.testimonial__item{padding-left:170px;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:1440px){.testimonial__item{padding-left:0}}@media screen and (max-width:640px){.testimonial__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.testimonial__avatar{width:40%;max-width:500px;margin-right:-360px;position:relative;z-index:1}@media screen and (max-width:1440px){.testimonial__avatar{max-width:calc(42.2619vw - 108.57143px);margin-right:calc(-53.72024vw + 413.57143px)}}@media screen and (max-width:768px){.testimonial__avatar{max-width:216px;margin-right:0}}@media screen and (max-width:640px){.testimonial__avatar{width:100%;max-width:500px}}.testimonial__avatar:before{content:"";width:100%;height:100%;display:block;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.75)),color-stop(60%,hsla(0,0%,76.9%,0)));background:linear-gradient(180deg,rgba(0,0,0,.75),hsla(0,0%,76.9%,0) 60%);position:absolute;top:0;left:0;right:0}@media screen and (max-width:992px){.testimonial__avatar img{min-height:496px;-o-object-fit:cover;object-fit:cover}}@media screen and (max-width:640px){.testimonial__avatar img{width:100%;min-height:100%;max-height:calc(35.71429vw + 121.42857px)}}.testimonial__info{width:60%;max-width:990px;min-height:750px;padding:95px 100px 100px 422px;background:url(../images/light-texture-bg.webp),#fff;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-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width:1440px){.testimonial__info{max-width:calc(92.55952vw - 342.85714px);min-height:calc(43.75vw + 120px);padding:calc(8.18452vw - 22.85714px) calc(12.05357vw - 73.57143px) calc(8.92857vw - 28.57143px) calc(58.33333vw - 418px)}}@media screen and (max-width:768px){.testimonial__info{max-width:368px;padding:30px 20px}}@media screen and (max-width:640px){.testimonial__info{width:100%}}@media screen and (max-width:480px){.testimonial__info{max-width:280px;margin-top:-70px;margin-left:auto;margin-right:auto;position:relative;z-index:1}}.testimonial__name{font-family:Gotham Pro,Helvetica,Arial,sans-serif;font-weight:700;font-size:30px}@media screen and (max-width:1440px){.testimonial__name{font-size:calc(.29762vw + 25.71429px)}}@media screen and (max-width:768px){.testimonial__name{font-size:calc(.98039vw + 20.47059px)}}.testimonial__position{margin-top:5px;line-height:16px;letter-spacing:.3em}@media screen and (max-width:480px){.testimonial__position{margin-top:-4px}}.testimonial__desc{width:100%;max-width:446px;margin-top:28px;margin-left:30px;font-size:18px;line-height:25px;color:rgba(62,52,40,.8)}@media screen and (max-width:1440px){.testimonial__desc{font-size:calc(.29762vw + 13.71429px)}}@media screen and (max-width:768px){.testimonial__desc{max-width:276px;margin-top:20px;line-height:22px}}@media screen and (max-width:767px){.testimonial__desc{font-size:16px}}@media screen and (max-width:640px){.testimonial__desc{margin-left:0}}.testimonial__status{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:140px;font-family:Gotham Pro,Helvetica,Arial,sans-serif;font-size:12px;color:rgba(62,52,40,.4)}@media screen and (max-width:1440px){.testimonial__status{margin-top:calc(16.36905vw - 95.71429px)}}@media screen and (max-width:768px){.testimonial__status{margin-top:30px}}@media screen and (max-width:480px){.testimonial__status{display:none}}.testimonial__status strong{font-size:16px;line-height:26px;font-weight:700;color:#d1aa3d}.testimonial__status--mobile{display:none;margin-top:17px;text-align:center}@media screen and (max-width:480px){.testimonial__status--mobile{width:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.testimonial__image-next,.testimonial__image-prev{width:50px;background-size:cover;background-position:50%;background-repeat:no-repeat;position:absolute;top:50px;bottom:50px;z-index:1;opacity:0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}@media screen and (max-width:1279px){.testimonial__image-next,.testimonial__image-prev{display:none}}.testimonial__image-prev{left:0}.testimonial__image-next{right:0}.how-we-think{padding:200px 0 150px}@media screen and (max-width:1440px){.how-we-think{padding-top:calc(12.05357vw + 26.42857px);padding-bottom:calc(9.375vw + 15px)}}@media screen and (max-width:767px){.how-we-think{padding-top:calc(10.31941vw + 39.85012px)}}@media screen and (max-width:640px){.how-we-think{padding-bottom:115px}}.how-we-think__headline{padding-left:145px;padding-right:162px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:1280px){.how-we-think__headline{padding-left:0;padding-right:11px}}.how-we-think__headings{padding-right:30px}.how-we-think__btns{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:Gotham Pro,Helvetica,Arial,sans-serif;font-size:12px;line-height:1;color:rgba(62,52,40,.4)}@media screen and (max-width:640px){.how-we-think__btns{position:absolute;left:50%;bottom:80px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.how-we-think__btns strong{font-size:16px;line-height:1;font-weight:700;color:#d1aa3d}.how-we-think__posts{margin-top:54px}@media screen and (max-width:1440px){.how-we-think__posts{margin-top:calc(3.57143vw + 2.57143px)}}@media screen and (max-width:767px){.how-we-think__posts{margin-top:20px}}.how-we-think__posts .slick-list{width:100%}.how-we-think__posts-item{width:100%;margin:-2.5px -2.5px -50px;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:812px){.how-we-think__posts-item{margin:-4px 0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.text{padding-top:192px}@media screen and (max-width:1440px){.text{padding-top:calc(8.92857vw + 63.42857px)}}@media screen and (max-width:768px){.text{padding-top:calc(15.19608vw + 15.29412px)}}.text .page-container{width:92vw;max-width:1488px}@media screen and (max-width:480px){.text .page-container{width:100%}}.text__bg-text{position:absolute;top:30px;left:auto;z-index:-1}@media screen and (max-width:768px){.text__bg-text{top:41px}}@media screen and (max-width:480px){.text__bg-text{top:21px}}.text__heading{width:100%;max-width:699px;margin-bottom:56px}@media screen and (max-width:1440px){.text__heading{margin-bottom:calc(3.42262vw + 6.71429px)}}@media screen and (max-width:768px){.text__heading{max-width:488px}}.text__content{width:100%;max-width:991px;font-size:18px;line-height:25px;opacity:.8}@media screen and (max-width:1440px){.text__content{font-size:calc(.29762vw + 13.71429px);line-height:calc(.44643vw + 18.57143px)}}@media screen and (max-width:768px){.text__content{font-size:16px;line-height:22px}}.text__content p{margin-top:0;margin-bottom:25px}@media screen and (max-width:768px){.text__content p{margin-bottom:22px}}.text__content p:last-of-type{margin-bottom:0}.text__content ol,.text__content ul{margin-top:30px;margin-bottom:0;padding-left:16px}@media screen and (max-width:768px){.text__content ol,.text__content ul{margin-top:38px}}@media screen and (max-width:480px){.text__content ol,.text__content ul{margin-top:20px}}.text__content ol li,.text__content ul li{margin-bottom:6px;list-style:none;position:relative;font-weight:600}@media screen and (max-width:768px){.text__content ol li,.text__content ul li{margin-bottom:5px}}.text__content ol li:last-of-type,.text__content ul li:last-of-type{margin-bottom:0}.text__content ol li:before,.text__content ul li:before{color:#d1aa3d;position:absolute;left:-16px}.text__content ul li:before{content:"•‎"}.text__content ol li{counter-increment:li}.text__content ol li:before{content:counter(li) "."}.team{padding-bottom:152px}@media screen and (max-width:1440px){.team{padding-bottom:calc(10.71429vw - 2.28571px)}}@media screen and (max-width:768px){.team{padding-bottom:100px}}.team__headline{width:88vw;max-width:1428px;margin:150px auto 50px}@media screen and (max-width:1440px){.team__headline{margin-top:calc(7.44048vw + 42.85714px);margin-bottom:calc(2.97619vw + 7.14286px)}}@media screen and (max-width:768px){.team__headline{margin-top:calc(4.90196vw + 62.35294px)}}@media screen and (max-width:480px){.team__headline{width:100%}}.team__list{margin:-2.5px -2.5px -47px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width:768px){.team__list{margin-bottom:-35px}}@media screen and (max-width:480px){.team__list{margin-bottom:-20px}}.team__item{width:calc(33.33333% - 5px);max-width:570px;margin:2.5px 2.5px 47px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media screen and (max-width:992px){.team__item{width:calc(50% - 5px)}}@media screen and (max-width:768px){.team__item{margin-bottom:35px}}@media screen and (max-width:640px){.team__item{width:100%}}@media screen and (max-width:480px){.team__item{margin-bottom:20px}}.team__item-img-wrap{position:relative}.team__item-img-default-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:-webkit-gradient(linear,left bottom,left top,from(rgba(241,245,254,.2)),to(rgba(241,245,254,.2)));background:linear-gradient(0deg,rgba(241,245,254,.2),rgba(241,245,254,.2))}.team__item-img-overlay{position:relative;overflow:hidden;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.team__item-img-overlay:after{content:"";width:100%;height:100%;background:hsla(0,0%,9%,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;position:absolute;top:0;bottom:0;left:0;right:0}.team__item-img-overlay:after,.team__item-img-overlay:hover .team__item-biography{display:block;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media screen and (max-width:1280px){.team__item-img-overlay:hover .team__item-biography{display:none}}.team__item-img-overlay:hover:after{opacity:1}@media screen and (max-width:1280px){.team__item-img-overlay:hover:after{opacity:0}}.team__item-biography{display:none;padding:60px 60px 100px;position:absolute;top:0;bottom:0;left:0;right:0;z-index:1;color:#fff;font-size:18px;line-height:25px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media screen and (max-width:1680px){.team__item-biography{padding:40px 40px 100px}}@media screen and (max-width:1679px){.team__item-biography{padding:20px 25px 100px;font-size:16px}}@media screen and (max-width:1440px){.team__item-biography{padding:20px 20px 100px}}@media screen and (max-width:1366px){.team__item-biography{padding:15px 15px 100px;font-size:15px}}@media screen and (max-width:1280px){.team__item-biography{display:none}}.team__item-content{opacity:.8}.team__item-content a{color:#fff;-webkit-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out}.team__item-content a:hover{opacity:.8}.team__item-info{width:100%;max-width:510px;margin:-65px auto 0;padding:30px 45px;background:url(../images/light-texture-bg.webp),#fff;position:relative}@media screen and (max-width:1440px){.team__item-info{margin-top:-41px;padding:calc(1.4881vw + 8.57143px) calc(3.72024vw - 8.57143px)}}@media screen and (max-width:992px){.team__item-info{width:88%;padding:20px}}@media screen and (max-width:480px){.team__item-info{margin-top:-48px}}.team__item-name{margin-bottom:5px;font-family:Gotham Pro,Helvetica,Arial,sans-serif;font-size:30px;font-weight:700;line-height:1;color:#3e3428}@media screen and (max-width:1440px){.team__item-name{font-size:calc(.89286vw + 17.14286px)}}@media screen and (max-width:768px){.team__item-name{margin-bottom:0;font-size:24px}}.team__item-position{font-size:16px;line-height:1;letter-spacing:.3em;opacity:.8}.team__item-btn{display:inline-block;margin-top:30px}@media screen and (max-width:1679px){.team__item-btn{margin-top:15px}}@media screen and (max-width:1366px){.team__item-btn{margin-top:10px;padding-top:9px;padding-bottom:9px}}@media screen and (max-width:1365px){.team__item-btn{display:none}}.team__item-btn--mobile{display:none}@media screen and (max-width:1365px){.team__item-btn--mobile{max-width:180px;display:block;margin:20px auto 0;padding-top:12px;padding-bottom:12px}}@media screen and (max-width:768px){.team__item-btn--mobile{max-width:168px;padding-top:8.5px;padding-bottom:8.5px}}@media screen and (max-width:480px){.team__item-btn--mobile{margin-top:10px}}.services-taxes{padding:280px 0 150px;overflow:hidden}@media screen and (max-width:1440px){.services-taxes{padding-top:calc(23.3631vw - 56.42857px);padding-bottom:calc(3.72024vw + 96.42857px)}}@media screen and (max-width:768px){.services-taxes{padding-top:calc(4.41176vw + 89.11765px);padding-bottom:calc(9.31373vw + 53.47059px)}}.services-taxes .page-container{position:relative}.services-taxes__bg-text{position:absolute;top:-215px;left:-562px;z-index:-1}@media screen and (max-width:1440px){.services-taxes__bg-text{top:calc(-13.39286vw - 22.14286px)}}@media screen and (max-width:768px){.services-taxes__bg-text{top:calc(-12.2549vw - 30.88235px)}}@media screen and (max-width:480px){.services-taxes__bg-text{left:-360px}}.services-taxes__headline{width:92vw;max-width:1480px;margin-left:auto;margin-right:auto;margin-bottom:67px}@media screen and (max-width:1440px){.services-taxes__headline{margin-bottom:calc(5.20833vw - 8px)}}@media screen and (max-width:768px){.services-taxes__headline{margin-bottom:calc(2.69608vw + 11.29412px)}}@media screen and (max-width:480px){.services-taxes__headline{width:100%}}.services-taxes__heading{width:100%;max-width:699px}@media screen and (max-width:768px){.services-taxes__heading{max-width:491px}}.services-taxes__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.services-taxes__item-wrap{width:50%;position:relative}@media screen and (max-width:767px){.services-taxes__item-wrap{width:100%;margin-bottom:50px}.services-taxes__item-wrap:last-of-type{margin-bottom:0}}.services-taxes__item-wrap--1-3{width:33.33%}.services-taxes__item-wrap--1-3 .services-taxes__item-title{width:91%;max-width:100%}@media screen and (max-width:992px){.services-taxes__item-wrap--1-3{width:100%;margin-bottom:0;padding-left:30px;padding-right:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.services-taxes__item-wrap--1-3:last-of-type{margin-bottom:0}.services-taxes__item-wrap--1-3 .services-taxes__item-title{width:100%;max-width:100%;padding-left:60px;position:static;left:auto;-webkit-transform:none;transform:none;text-align:left}.services-taxes__item-wrap--1-3 .services-taxes__item{width:100%;margin-right:-30px;z-index:-1}}@media screen and (max-width:768px){.services-taxes__item-wrap--1-3 .services-taxes__item{max-width:339px}}@media screen and (max-width:767px){.services-taxes__item-wrap--1-3{padding-left:20px;padding-right:20px}}@media screen and (max-width:640px){.services-taxes__item-wrap--1-3{margin-bottom:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;padding-right:0}.services-taxes__item-wrap--1-3 .services-taxes__item{max-width:100%;margin-right:0;z-index:unset}.services-taxes__item-wrap--1-3 .services-taxes__item-title{width:94%;max-width:445px;padding-left:20px;text-align:center}.services-taxes__item-wrap--1-3 .services-taxes__item-content{-webkit-transform:translateY(-30px);transform:translateY(-30px);margin-bottom:-30px}}.services-taxes__item{height:100%;min-height:500px;background-size:cover;background-repeat:no-repeat;background-position:50%;position:relative;-webkit-transition:.5s ease;transition:.5s ease}@media screen and (max-width:1440px){.services-taxes__item{min-height:calc(37.20238vw - 35.71429px)}}@media screen and (max-width:768px){.services-taxes__item{min-height:calc(3.43137vw + 223.64706px)}}.services-taxes__item:hover .services-taxes__item-overlay:after{opacity:1;-webkit-transition:.5s ease;transition:.5s ease}.services-taxes__item:hover .services-taxes__item-description{opacity:.8;-webkit-transition:1s;transition:1s;-webkit-transition-delay:.1s;transition-delay:.1s;-webkit-transform:translateY(0);transform:translateY(0)}.services-taxes__item-title{width:70%;max-width:445px;margin:0 auto;padding:30px;background:url(../images/light-texture-bg.webp),#fff;background-repeat:no-repeat;font-size:20px;line-height:22px;text-align:center;position:absolute;left:50%;bottom:-40px;z-index:2;-webkit-transform:translateX(-50%);transform:translateX(-50%);overflow:hidden}@media screen and (max-width:1440px){.services-taxes__item-title{padding:calc(1.4881vw + 8.57143px);font-size:calc(.29762vw + 15.71429px);line-height:calc(.29762vw + 17.71429px);bottom:calc(-1.4881vw - 18.57143px)}}@media screen and (max-width:768px){.services-taxes__item-title{padding:20px;font-size:18px;line-height:20px;bottom:-30px}}.services-taxes__item-overlay{height:100%;overflow:hidden}.services-taxes__item-overlay:after{content:"";width:100%;height:100%;display:block;background:hsla(0,0%,9%,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;position:absolute;top:0;bottom:0;left:0;right:0;-webkit-transition:.5s ease;transition:.5s ease}@media screen and (max-width:992px){.services-taxes__item-overlay.no-mobile .services-taxes__item-description{display:none}}@media screen and (max-width:640px){.services-taxes__item-overlay.no-mobile .services-taxes__item-description{display:-webkit-box;display:-ms-flexbox;display:flex}}@media screen and (max-width:992px){.services-taxes__item-overlay.no-mobile:after{opacity:0}}.services-taxes__item-description{width:100%;max-width:440px;height:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;padding:10px 10px 40px;opacity:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;font-size:18px;line-height:25px;text-align:center;position:relative;z-index:1;-webkit-transition:1s;transition:1s;-webkit-transform:translateY(30px);transform:translateY(30px)}@media screen and (max-width:1440px){.services-taxes__item-description{font-size:calc(.29762vw + 13.71429px)}}@media screen and (max-width:768px){.services-taxes__item-description{font-size:calc(.4902vw + 12.23529px);line-height:22px}}@media screen and (max-width:640px){.services-taxes__item-description{line-height:20px}}.services-taxes__item-description--1-3{display:none}@media screen and (max-width:992px){.services-taxes__item-description--1-3{padding-left:89px;padding-right:0;display:block;opacity:1;visibility:visible;color:#3e3428;text-align:left}}@media screen and (max-width:640px){.services-taxes__item-description--1-3{display:none}}.services-taxes__item-content{width:100%}.difference{padding-top:85px;padding-bottom:150px}@media screen and (max-width:1440px){.difference{padding-top:calc(12.5vw - 95px);padding-bottom:calc(6.69643vw + 53.57143px)}}@media screen and (max-width:768px){.difference{padding-top:0;padding-bottom:85px}}.difference .page-container{width:92vw;max-width:1488px}@media screen and (max-width:480px){.difference .page-container{width:100%}}.difference__headline{width:100%;max-width:699px;margin-bottom:110px;position:relative;z-index:1}@media screen and (max-width:1440px){.difference__headline{margin-bottom:calc(5.20833vw + 35px)}}@media screen and (max-width:768px){.difference__headline{margin-bottom:calc(3.67647vw + 46.76471px)}}@media screen and (max-width:767px){.difference__subheading{font-size:14px;line-height:17px}}.difference__list{margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.difference__item{width:50%;max-width:735px;padding-left:167px;position:relative;list-style:none}@media screen and (max-width:1440px){.difference__item{padding-left:calc(4.46429vw + 102.71429px)}}@media screen and (max-width:992px){.difference__item{width:100%}}@media screen and (max-width:768px){.difference__item{padding-left:calc(29.90196vw - 92.64706px)}}.difference__item:nth-of-type(2n){padding:190px 0 165px 37px;-ms-flex-item-align:end;align-self:flex-end}@media screen and (max-width:1440px){.difference__item:nth-of-type(2n){padding-top:calc(14.1369vw - 13.57143px);padding-bottom:calc(15.625vw - 60px)}}@media screen and (max-width:768px){.difference__item:nth-of-type(2n){padding-top:calc(8.57843vw + 29.11765px);padding-bottom:64px}}@media screen and (max-width:992px){.difference__item:nth-of-type(2n){width:auto;margin-left:auto}}@media screen and (max-width:640px){.difference__item:nth-of-type(2n){padding-left:15px}}@media screen and (max-width:480px){.difference__item:nth-of-type(2n){width:100%;padding-left:calc(29.16667vw - 90px)}}.difference__item:nth-of-type(2n) .difference__item-count{left:-130px}@media screen and (max-width:480px){.difference__item:nth-of-type(2n) .difference__item-count{top:20px;left:0}}.difference__item:last-of-type{padding-bottom:0}.difference__item-count{display:block;font-family:Gotham Pro,Helvetica,Arial,sans-serif;font-size:300px;font-weight:900;line-height:270px;color:rgba(62,52,40,.05);background:url(../images/light-texture-bg.webp),#fff;background-repeat:repeat;-webkit-background-clip:text;-webkit-text-fill-color:transparent;position:absolute;top:50%;left:0;z-index:-1;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.difference__item-count{background:none}}@media screen and (max-width:1440px){.difference__item-count{font-size:calc(14.88095vw + 85.71429px);line-height:calc(13.39286vw + 77.14286px)}}@media screen and (max-width:768px){.difference__item-count{font-size:calc(24.5098vw + 11.76471px);line-height:calc(22.05882vw + 10.58824px)}}@media screen and (max-width:480px){.difference__item-count{top:-40px;-webkit-transform:none;transform:none}}.difference__item-title{margin-bottom:30px;font-size:30px;line-height:1;position:relative}@media screen and (max-width:1440px){.difference__item-title{margin-bottom:calc(1.4881vw + 8.57143px);font-size:calc(.89286vw + 17.14286px)}}@media screen and (max-width:768px){.difference__item-title{font-size:calc(1.47059vw + 12.70588px)}}@media screen and (max-width:480px){.difference__item-title{margin-bottom:8px}}.difference__item-title:before{content:"‎";width:6px;height:6px;display:block;background:#d1aa3d;border-radius:50%;position:absolute;top:50%;left:-16px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.difference__item-description{width:100%;max-width:537px;padding-left:30px;font-size:18px;line-height:25px;color:rgba(62,52,40,.8);position:relative;z-index:1}@media screen and (max-width:1440px){.difference__item-description{max-width:calc(20.98214vw + 234.85714px);font-size:calc(.29762vw + 13.71429px);line-height:calc(.44643vw + 18.57143px)}}@media screen and (max-width:768px){.difference__item-description{padding-left:20px;font-size:16px;line-height:22px}}@media screen and (max-width:640px){.difference__item-description{padding-left:0}}.how-work{padding-top:194px;padding-bottom:115px}@media screen and (max-width:1440px){.how-work{padding-top:calc(10.56548vw + 41.85714px)}}@media screen and (max-width:768px){.how-work{padding-bottom:calc(8.57843vw + 49.11765px)}}.how-work__headline{width:92vw;max-width:1488px;margin-bottom:56px}@media screen and (max-width:1440px){.how-work__headline{margin-bottom:calc(3.86905vw + .28571px)}}@media screen and (max-width:640px){.how-work__headline{margin-bottom:21px}}@media screen and (max-width:480px){.how-work__headline{width:100%}}.how-work__heading{width:100%;max-width:687px}@media screen and (max-width:480px){.how-work__heading{width:100%}}.how-work__list{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;list-style:none;margin:0;padding:0}.how-work__item,.how-work__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal}.how-work__item{width:100%;margin-bottom:100px;-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:1440px){.how-work__item{margin-bottom:calc(10.41667vw - 50px)}}@media screen and (max-width:640px){.how-work__item{margin-bottom:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.how-work__item:nth-of-type(2n){-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media screen and (max-width:640px){.how-work__item:nth-of-type(2n){-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.how-work__item:nth-of-type(2n) .how-work__item-content{padding:135px 100px 135px 0}@media screen and (max-width:640px){.how-work__item:nth-of-type(2n) .how-work__item-content{padding:20px 0 20px 37px}}.how-work__item:nth-of-type(2n) .how-work__item-count{left:auto;right:-150px}@media screen and (max-width:1440px){.how-work__item:nth-of-type(2n) .how-work__item-count{right:calc(-14.1369vw + 53.57143px)}}@media screen and (max-width:640px){.how-work__item:nth-of-type(2n) .how-work__item-count{left:0;right:auto}}@media screen and (max-width:1440px){.how-work__item:nth-of-type(2n) .how-work__item-content{padding-top:calc(11.90476vw - 36.42857px);padding-bottom:calc(11.90476vw - 36.42857px);padding-right:calc(10.11905vw - 45.71429px)}}@media screen and (max-width:640px){.how-work__item:nth-of-type(2n) .how-work__item-content{padding:20px 0 7px 37px}}.how-work__item:last-of-type{margin-bottom:0}.how-work__item-image{width:80%;max-width:1024px;min-height:683px;background-size:cover;background-position:50%;background-repeat:no-repeat;position:relative;z-index:1}@media screen and (max-width:1440px){.how-work__item-image{width:50%;min-height:calc(59.97024vw - 180.57143px)}}@media screen and (max-width:768px){.how-work__item-image{width:35%;min-height:calc(36.76471vw - 2.35294px)}}@media screen and (max-width:640px){.how-work__item-image{width:100%}}.how-work__item-content{width:42%;padding:135px 0 135px 100px;position:relative}@media screen and (max-width:1440px){.how-work__item-content{width:50%;padding-top:calc(11.90476vw - 36.42857px);padding-bottom:calc(11.90476vw - 36.42857px);padding-left:calc(10.11905vw - 45.71429px)}}@media screen and (max-width:768px){.how-work__item-content{width:65%}}@media screen and (max-width:640px){.how-work__item-content{width:100%;padding:20px 0 7px 37px}}.how-work__item-count{display:block;font-family:Gotham Pro,Helvetica,Arial,sans-serif;font-size:500px;font-weight:900;line-height:450px;color:rgba(62,52,40,.05);background:url(../images/light-texture-bg.webp),#fff;background-repeat:repeat;-webkit-background-clip:text;-webkit-text-fill-color:transparent;position:absolute;top:50%;left:-150px;z-index:-1;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.how-work__item-count{background:none}}@media screen and (max-width:1440px){.how-work__item-count{font-size:calc(44.64286vw - 142.85714px);line-height:calc(40.17857vw - 128.57143px);left:calc(-8.92857vw - 21.42857px)}}@media screen and (max-width:768px){.how-work__item-count{font-size:calc(24.5098vw + 11.76471px);line-height:calc(22.05882vw + 10.58824px)}}@media screen and (max-width:640px){.how-work__item-count{left:0;top:-30px;-webkit-transform:none;transform:none}}.how-work__item-title{margin-bottom:30px;font-size:30px;position:relative}@media screen and (max-width:1440px){.how-work__item-title{margin-bottom:calc(2.97619vw - 12.85714px);font-size:calc(1.78571vw + 4.28571px)}}@media screen and (max-width:768px){.how-work__item-title{margin-bottom:10px;font-size:18px}}.how-work__item-description{width:100%;max-width:566px;padding-left:30px;font-size:18px;line-height:25px;color:rgba(62,52,40,.8);position:relative}@media screen and (max-width:1440px){.how-work__item-description{font-size:calc(.59524vw + 9.42857px);line-height:calc(.74405vw + 14.28571px)}}@media screen and (max-width:768px){.how-work__item-description{padding-left:20px;font-size:14px}}@media screen and (max-width:640px){.how-work__item-description{padding-left:0}}.process-slider{padding-top:194px;padding-bottom:115px}@media screen and (max-width:1440px){.process-slider{padding-top:calc(13.9881vw - 7.42857px)}}@media screen and (max-width:768px){.process-slider{padding-top:calc(2.03704vw + 70.66667px);padding-bottom:calc(3.24074vw + 68.33333px)}}.process-slider__headline{width:92vw;max-width:1488px;margin-bottom:56px}@media screen and (max-width:1440px){.process-slider__headline{margin-bottom:calc(3.86905vw + .28571px)}}@media screen and (max-width:767px){.process-slider__headline{margin-bottom:23px}}@media screen and (max-width:480px){.process-slider__headline{width:100%}}.process-slider__heading{width:100%;max-width:699px}.process-slider__wrap{list-style:none;margin:0;padding:0}.process-slider__slide{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;counter-increment:li}@media screen and (max-width:640px){.process-slider__slide{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.process-slider__image{width:50%;max-width:788px;min-height:600px;background-size:cover;background-position:50%;background-repeat:no-repeat;position:relative;z-index:1}@media screen and (max-width:1440px){.process-slider__image{min-height:calc(34.22619vw + 107.14286px)}}@media screen and (max-width:768px){.process-slider__image{width:36%;min-height:calc(43.51852vw - 26.66667px)}}@media screen and (max-width:640px){.process-slider__image{width:calc(100% - 40px)}}.process-slider__content{width:50%;position:relative}@media screen and (max-width:768px){.process-slider__content{width:64%}}@media screen and (max-width:640px){.process-slider__content{width:100%}}.process-slider__content-inner{padding:83px 30px 83px 100px;position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media screen and (max-width:1440px){.process-slider__content-inner{padding-left:calc(10.11905vw - 45.71429px)}}@media screen and (max-width:767px){.process-slider__content-inner{padding-right:20px}}@media screen and (max-width:640px){.process-slider__content-inner{padding:16px 20px 46px 57px;position:static;-webkit-transform:none;transform:none}}.process-slider__content-inner:before{content:counter(li,decimal-leading-zero);display:block;font-family:Gotham Pro,Helvetica,Arial,sans-serif;font-size:500px;font-weight:900;line-height:450px;color:rgba(62,52,40,.05);background:url(../images/light-texture-bg.webp),#fff;background-repeat:repeat;-webkit-background-clip:text;-webkit-text-fill-color:transparent;position:absolute;top:50%;left:-100px;z-index:-1;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.process-slider__content-inner:before{background:none}}@media screen and (max-width:1440px){.process-slider__content-inner:before{font-size:calc(44.64286vw - 142.85714px);line-height:calc(40.17857vw - 128.57143px)}}@media screen and (max-width:768px){.process-slider__content-inner:before{font-size:calc(24.5098vw + 11.76471px);line-height:calc(22.05882vw + 10.58824px)}}@media screen and (max-width:640px){.process-slider__content-inner:before{top:-30px;left:20px;-webkit-transform:none;transform:none}}.process-slider__item-title{width:100%;max-width:640px;margin-bottom:30px;font-size:30px;position:relative}@media screen and (max-width:1440px){.process-slider__item-title{margin-bottom:calc(2.97619vw - 12.85714px);font-size:calc(1.78571vw + 4.28571px)}}@media screen and (max-width:768px){.process-slider__item-title{margin-bottom:9px;font-size:18px}}.process-slider__item-description{width:100%;max-width:610px;padding-left:30px;font-size:18px;line-height:25px;color:rgba(62,52,40,.8)}@media screen and (max-width:1440px){.process-slider__item-description{font-size:calc(.59524vw + 9.42857px);line-height:calc(.74405vw + 14.28571px)}}@media screen and (max-width:768px){.process-slider__item-description{font-size:14px}}@media screen and (max-width:640px){.process-slider__item-description{padding-left:0}}.process-slider__status{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-family:Gotham Pro,Helvetica,Arial,sans-serif;font-size:12px;color:rgba(62,52,40,.4);position:absolute;left:100px;bottom:0}@media screen and (max-width:1440px){.process-slider__status{left:calc(10.11905vw - 45.71429px)}}@media screen and (max-width:640px){.process-slider__status{left:57px}}@media screen and (max-width:480px){.process-slider__status{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.process-slider__status strong{font-size:16px;line-height:26px;font-weight:700;color:#d1aa3d}.how-help{padding-top:200px;padding-bottom:107px}@media screen and (max-width:1440px){.how-help{padding-top:calc(14.88095vw - 14.28571px)}}@media screen and (max-width:768px){.how-help{padding-top:calc(4.90196vw + 62.35294px);padding-bottom:calc(6.61765vw + 56.17647px)}}.how-help__headline{width:92vw;max-width:1488px;margin-bottom:56px}@media screen and (max-width:1440px){.how-help__headline{margin-bottom:calc(4.6131vw - 10.42857px)}}@media screen and (max-width:767px){.how-help__headline{margin-bottom:20px}}@media screen and (max-width:480px){.how-help__headline{width:100%}}.how-help__heading{width:100%;max-width:699px}.how-help__bg{min-height:400px;background-size:cover;background-repeat:no-repeat;background-position:50%}@media screen and (max-width:1440px){.how-help__bg{min-height:calc(38.69048vw - 157.14286px)}}@media screen and (max-width:767px){.how-help__bg{min-height:130px}}.how-help__lists{width:92vw;max-width:1488px;padding-top:45px;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;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media screen and (max-width:1440px){.how-help__lists{padding-top:calc(1.04167vw + 30px)}}@media screen and (max-width:768px){.how-help__lists{width:96vw;padding-top:calc(2.69608vw + 17.29412px)}}@media screen and (max-width:480px){.how-help__lists{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.how-help__list-part{width:50%;max-width:553px}@media screen and (max-width:768px){.how-help__list-part{width:45.5%}}@media screen and (max-width:480px){.how-help__list-part{width:100%}}@media screen and (max-width:480px){.how-help__list-part:not(:last-of-type){margin-bottom:27px}}.how-help__list{list-style:none;margin:0;padding:0 0 0 16px}.how-help__list-title{margin-bottom:30px;font-size:30px}@media screen and (max-width:1440px){.how-help__list-title{margin-bottom:calc(1.78571vw + 4.28571px);font-size:calc(.89286vw + 17.14286px)}}@media screen and (max-width:768px){.how-help__list-title{margin-bottom:calc(1.96078vw + 2.94118px);font-size:calc(1.47059vw + 12.70588px)}}.how-help__list-item{margin-bottom:6px;list-style:none;position:relative;font-size:18px;font-weight:600;line-height:25px;color:rgba(62,52,40,.8)}@media screen and (max-width:1440px){.how-help__list-item{font-size:calc(.29762vw + 13.71429px);line-height:calc(.89286vw + 12.14286px)}}@media screen and (max-width:768px){.how-help__list-item{font-size:16px;line-height:19px}}@media screen and (max-width:480px){.how-help__list-item{margin-bottom:8px}}.how-help__list-item:last-of-type{margin-bottom:0}.how-help__list-item:before{content:"•‎";color:#d1aa3d;position:absolute;left:-16px}.contact{padding:186px 0 201px;text-align:center}@media screen and (max-width:1440px){.contact{padding-top:calc(11.16071vw + 25.28571px);padding-bottom:calc(12.05357vw + 27.42857px)}}@media screen and (max-width:768px){.contact{padding-top:calc(15.19608vw - 5.70588px);padding-bottom:calc(14.70588vw + 7.05882px)}}.contact__phone-row{margin-bottom:45px}@media screen and (max-width:1440px){.contact__phone-row{margin-bottom:calc(2.23214vw + 12.85714px)}}@media screen and (max-width:768px){.contact__phone-row{margin-bottom:calc(2.45098vw + 11.17647px)}}.contact__phone{font-family:Gotham Pro,Helvetica,Arial,sans-serif}.contact__phone,.contact__phone:hover{-webkit-transition:color .2s ease-in-out;transition:color .2s ease-in-out}.contact__phone:hover{color:#3e3428}.contact-form{padding:84px 0 145px}@media screen and (max-width:1440px){.contact-form{padding-top:calc(1.4881vw + 62.57143px);padding-bottom:calc(10.41667vw - 5px)}}@media screen and (max-width:767px){.contact-form{padding-bottom:75px}}.contact-form__inner{width:100%;max-width:554px;margin:0 auto}@media screen and (max-width:1440px){.contact-form__inner{max-width:calc(13.69048vw + 356.85714px)}}.archive-posts-row{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:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.thinking-posts{padding:100px 0}@media screen and (max-width:1440px){.thinking-posts{padding-top:calc(4.16667vw + 40px)}}@media screen and (max-width:767px){.thinking-posts{padding-top:calc(5.15971vw + 35.42506px);padding-bottom:calc(14.49631vw - 11.18673px)}}.post-item{width:calc(33.33333% - 5px);max-width:570px;margin:2.5px 2.5px 50px;position:relative;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media screen and (max-width:812px){.post-item{width:100%;max-width:100%;margin:4px 0}}.post-item__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;position:relative;text-align:center}@media screen and (max-width:812px){.post-item__inner{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media screen and (max-width:767px){.post-item__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.post-item__link:focus{outline:0 none}.post-item__link:hover .post-item__title{color:#d1aa3d;-webkit-transition:color .2s ease-in-out;transition:color .2s ease-in-out}.post-item__link:hover~.post-item__content .post-item__title{color:#d1aa3d}.post-item__thumb{width:100%;height:463px;background-size:cover;background-position:50%;background-repeat:no-repeat;position:relative}@media screen and (max-width:1440px){.post-item__thumb{height:calc(33.77976vw - 23.42857px)}}@media screen and (max-width:812px){.post-item__thumb{max-width:462px;-ms-flex-negative:0;flex-shrink:0}}@media screen and (max-width:767px){.post-item__thumb{height:calc(13.75921vw + 130.46683px);margin:0 auto}}.post-item__content{width:100%}@media screen and (max-width:812px){.post-item__content{margin-left:-77px}}@media screen and (max-width:767px){.post-item__content{margin-left:0}}.post-item__heading{width:100%;max-width:510px;min-height:128px;margin:-65px auto 53px;padding:29px 30px 25px;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-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background:url(../images/light-texture-bg.webp),#fff;position:relative;z-index:1;text-align:left}@media screen and (max-width:1440px){.post-item__heading{margin-bottom:calc(4.91071vw - 17.71429px)}}@media screen and (max-width:812px){.post-item__heading{margin-top:30px;padding:30px 20px 24px}}@media screen and (max-width:767px){.post-item__heading{min-height:calc(9.33661vw + 56.38821px);margin-top:-50px;margin-bottom:10px;max-width:420px}}@media screen and (max-width:480px){.post-item__heading{width:93%;padding:16px 20px 13px}}.post-item__heading--not-thumbnail{margin-top:0}.post-item__title{width:100%;max-width:250px;margin-bottom:10px;color:#3e3428;font-size:20px;font-weight:700;line-height:24px;-webkit-transition:color .2s ease-in-out;transition:color .2s ease-in-out}@media screen and (max-width:1440px){.post-item__title{max-width:220px;font-size:calc(.29762vw + 15.71429px);line-height:calc(.59524vw + 15.42857px)}}@media screen and (max-width:768px){.post-item__title{max-width:190px;font-size:calc(.4902vw + 14.23529px);line-height:calc(.4902vw + 16.23529px)}}.post-item__date{font-size:14px;letter-spacing:.3em;color:rgba(62,52,40,.8)}.post-item__btn{margin-top:auto}@media screen and (max-width:767px){.post-item__btn{margin-bottom:12px}}.post-pagination{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-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:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width:812px){.post-pagination{margin-top:30px}}@media screen and (max-width:480px){.post-pagination{margin-top:10px}}.post-pagination .page-numbers{padding:11px 19px;line-height:21px;background-color:#fff;color:#000;outline:1px solid rgba(222,230,242,.72);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:.5s;transition:.5s;text-align:center}.post-pagination .page-numbers:hover{background-color:#d1aa3d;color:#fff}@media screen and (max-width:480px){.post-pagination .page-numbers{padding:7px 15px}}.post-pagination .page-numbers.current{background-color:#d1aa3d;color:#fff}.post-pagination .page-numbers.next,.post-pagination .page-numbers.prev{display:none}.page-template-page-service main,.page-template-page-who-we main{overflow:hidden}.single-post article{margin-bottom:0}.single-post .page-container-single-post{width:92vw;max-width:1196px;padding-top:100px;padding-bottom:100px}@media screen and (max-width:1440px){.single-post .page-container-single-post{padding-top:calc(5.95238vw + 14.28571px);padding-bottom:calc(2.97619vw + 57.14286px)}}@media screen and (max-width:768px){.single-post .page-container-single-post{padding-top:60px;padding-bottom:60px}}@media screen and (max-width:480px){.single-post .page-container-single-post{width:100%}}.single-post .content-single{color:rgba(62,52,40,.8)}.single-post .content-single h1,.single-post .content-single h2,.single-post .content-single h3,.single-post .content-single h4,.single-post .content-single h5,.single-post .content-single h6{margin-bottom:25px;color:#3e3428}@media screen and (max-width:480px){.single-post .content-single h1,.single-post .content-single h2,.single-post .content-single h3,.single-post .content-single h4,.single-post .content-single h5,.single-post .content-single h6{margin-top:20px}}.single-post .content-single p{margin:0 0 25px;font-size:18px;line-height:25px;color:rgba(62,52,40,.8)}@media screen and (max-width:1440px){.single-post .content-single p{font-size:calc(.29762vw + 13.71429px);line-height:calc(.44643vw + 18.57143px)}}@media screen and (max-width:768px){.single-post .content-single p{font-size:16px;line-height:22px}}@media screen and (max-width:480px){.single-post .content-single p{margin-bottom:20px}}.single-post .content-single p:last-of-type{margin-bottom:0}.single-post .content-single ol,.single-post .content-single ul{padding-left:19px;margin:25px 0}@media screen and (max-width:480px){.single-post .content-single ol,.single-post .content-single ul{margin:20px 0}}.single-post .content-single li{margin-bottom:15px}.single-post .content-single li:last-of-type{margin-bottom:0}.single-post .content-single blockquote{margin:25px 0;padding-left:40px;border-left:1px solid #d1aa3d}@media screen and (max-width:1440px){.single-post .content-single blockquote{padding-left:calc(1.38889vw + 20px)}}@media screen and (max-width:480px){.single-post .content-single blockquote{margin:20px 0}}.single-post .content-single img{margin:50px 0}@media screen and (max-width:1440px){.single-post .content-single img{margin-top:calc(3.72024vw - 3.57143px);margin-bottom:calc(3.72024vw - 3.57143px)}}@media screen and (max-width:480px){.single-post .content-single img{margin-top:20px;margin-bottom:20px}}.single-post .content-single__btn{max-width:173px;margin:50px auto 0;display:block}@media screen and (max-width:1440px){.single-post .content-single__btn{margin-top:calc(3.125vw + 5px)}}@media screen and (max-width:768px){.single-post .content-single__btn{max-width:164px}}@media screen and (max-width:480px){.single-post .content-single__btn{margin-top:20px}}.search .page-content-container{width:88.29vw;max-width:1322px;margin:0 auto;padding:20px 20px 30px}@media screen and (max-width:480px){.search .page-content-container{width:100%}}.search .no-results{padding-top:50px;padding-bottom:70px}@media screen and (max-width:1440px){.search .no-results{padding-top:calc(2.97619vw + 7.14286px);padding-bottom:calc(2.97619vw + 27.14286px)}}@media screen and (max-width:768px){.search .no-results{padding-top:30px;padding-bottom:50px}}.search .navigation h2{display:none;font-size:20px}.search .navigation .nav-links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:320px){.search .navigation .nav-links{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width:320px){.search .navigation .nav-previous{margin-bottom:10px}}.search .navigation .nav-next{margin-left:auto}.search .navigation a{min-width:150px;display:inline-block;vertical-align:middle;background:none;outline:none;border-radius:0;padding:12px 27px;background-color:#d1aa3d;font-family:Gotham Pro,Helvetica,Arial,sans-serif;font-size:16px;text-transform:capitalize;color:#fff;border:2px solid #d1aa3d;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;cursor:pointer;text-align:center}@media screen and (max-width:768px){.search .navigation a{padding:8.5px 23.5px}}.search .navigation a:hover{color:#fff;-webkit-box-shadow:inset 0 0 0 3px #fff;box-shadow:inset 0 0 0 3px #fff}.search .navigation a:focus{outline:0 none}.search .search-item{margin-bottom:0;padding:50px 0;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;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:2px solid rgba(62,52,40,.05)}@media screen and (max-width:768px){.search .search-item{padding:37px 0}}@media screen and (max-width:640px){.search .search-item{-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}}@media screen and (max-width:480px){.search .search-item{padding:30px 0}}.search .search-item:last-of-type{border-bottom:none}.search .search-item .entry-content{margin:0;padding-right:60px}@media screen and (max-width:640px){.search .search-item .entry-content{padding-right:0}}@media screen and (max-width:640px){.search .search-item .entry-btn{margin-top:20px;-ms-flex-item-align:center;align-self:center}}.search .search-item .page-title{margin-bottom:10px;color:#3e3428;font-size:30px}@media screen and (max-width:1440px){.search .search-item .page-title{font-size:calc(.89286vw + 17.14286px)}}@media screen and (max-width:768px){.search .search-item .page-title{margin-bottom:6px;font-size:24px}}.search .search-item .page-title-link{color:#3e3428;-webkit-transition:color .2s ease-in-out;transition:color .2s ease-in-out}.search .search-item .page-title-link:hover{color:#d1aa3d}.search .search-item .page-content{font-size:18px;line-height:25px}@media screen and (max-width:1440px){.search .search-item .page-content{font-size:calc(.29762vw + 13.71429px);line-height:calc(.44643vw + 18.57143px)}}@media screen and (max-width:768px){.search .search-item .page-content{font-size:16px;line-height:22px}}.search .search-item .entry-date{font-size:14px;letter-spacing:.3em;color:rgba(62,52,40,.8)}.search .search-item .entry-summary{width:100%;max-width:845px;margin-top:20px;font-size:18px;line-height:25px;color:rgba(62,52,40,.8)}@media screen and (max-width:1440px){.search .search-item .entry-summary{font-size:calc(.29762vw + 13.71429px);line-height:calc(.44643vw + 18.57143px)}}@media screen and (max-width:768px){.search .search-item .entry-summary{margin-top:15px;font-size:16px;line-height:22px}}.page-template-default .page-content{width:88.29vw;max-width:1322px;margin:0 auto;padding:20px 20px 30px;color:rgba(62,52,40,.8)}@media screen and (max-width:480px){.page-template-default .page-content{width:100%}}.page-template-default .page-content h1,.page-template-default .page-content h2,.page-template-default .page-content h3,.page-template-default .page-content h4,.page-template-default .page-content h5,.page-template-default .page-content h6{margin-bottom:25px;color:#3e3428}@media screen and (max-width:480px){.page-template-default .page-content h1,.page-template-default .page-content h2,.page-template-default .page-content h3,.page-template-default .page-content h4,.page-template-default .page-content h5,.page-template-default .page-content h6{margin-top:20px}}.page-template-default .page-content p{margin:0 0 25px;font-size:18px;line-height:25px;color:rgba(62,52,40,.8)}@media screen and (max-width:1440px){.page-template-default .page-content p{font-size:calc(.29762vw + 13.71429px);line-height:calc(.44643vw + 18.57143px)}}@media screen and (max-width:768px){.page-template-default .page-content p{font-size:16px;line-height:22px}}@media screen and (max-width:480px){.page-template-default .page-content p{margin-bottom:20px}}.page-template-default .page-content p:last-of-type{margin-bottom:0}.page-template-default .page-content ol,.page-template-default .page-content ul{padding-left:19px;margin:25px 0;font-size:18px;line-height:25px}@media screen and (max-width:1440px){.page-template-default .page-content ol,.page-template-default .page-content ul{font-size:calc(.29762vw + 13.71429px);line-height:calc(.44643vw + 18.57143px)}}@media screen and (max-width:768px){.page-template-default .page-content ol,.page-template-default .page-content ul{font-size:16px;line-height:22px}}@media screen and (max-width:480px){.page-template-default .page-content ol,.page-template-default .page-content ul{margin:20px 0}}.page-template-default .page-content li{margin-bottom:15px}.page-template-default .page-content li:last-of-type{margin-bottom:0}.page-template-default .page-content blockquote{margin:25px 0;padding-left:40px;border-left:1px solid #d1aa3d}@media screen and (max-width:1440px){.page-template-default .page-content blockquote{padding-left:calc(1.38889vw + 20px)}}@media screen and (max-width:480px){.page-template-default .page-content blockquote{margin:20px 0}}.page-template-default .page-content img{margin:50px 0}@media screen and (max-width:1440px){.page-template-default .page-content img{margin-top:calc(3.72024vw - 3.57143px);margin-bottom:calc(3.72024vw - 3.57143px)}}@media screen and (max-width:480px){.page-template-default .page-content img{margin-top:20px;margin-bottom:20px}}.page-template-default .page-content a{color:#d1aa3d;text-decoration:underline}.page-template-default .page-content a:hover{color:rgba(0,0,0,.8)}.error404 .not-found{height:100vh;background:url(../images/decor-bg.webp);color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;overflow:hidden}.error404 .not-found__decor{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.error404 .not-found__decor svg{width:910px;height:500px}@media screen and (max-width:1440px){.error404 .not-found__decor svg{width:calc(28.27381vw + 502.85714px);height:calc(15.625vw + 275px)}}@media screen and (max-width:768px){.error404 .not-found__decor svg{width:calc(42.64706vw + 392.47059px);height:calc(49.01961vw + 123.52941px)}}.error404 .not-found .page-container{position:relative}.error404 .not-found__404{font-family:Gotham Pro,Helvetica,Arial,sans-serif;font-size:300px;font-weight:900;line-height:1}@media screen and (max-width:1440px){.error404 .not-found__404{font-size:calc(14.88095vw + 85.71429px)}}@media screen and (max-width:768px){.error404 .not-found__404{font-size:calc(19.60784vw + 49.41176px)}}.error404 .not-found__title{font-family:"Source Serif Pro",Helvetica,Arial,sans-serif;font-size:20px;font-weight:400;letter-spacing:.3em}@media screen and (max-width:1440px){.error404 .not-found__title{font-size:calc(.29762vw + 15.71429px)}}@media screen and (max-width:768px){.error404 .not-found__title{margin-top:10px;font-size:calc(.4902vw + 14.23529px)}}.error404 .not-found__description{width:100%;max-width:600px;margin:47px auto 25px;font-size:18px;line-height:25px;color:hsla(0,0%,100%,.8)}@media screen and (max-width:1440px){.error404 .not-found__description{max-width:calc(14.88095vw + 385.71429px);font-size:calc(.29762vw + 13.71429px);line-height:calc(.44643vw + 18.57143px)}}@media screen and (max-width:768px){.error404 .not-found__description{max-width:calc(60.29412vw + 36.94118px);margin-top:calc(4.16667vw + 5px);margin-bottom:0;font-size:16px;line-height:22px}}.error404 .not-found__btn{position:fixed;left:0;right:0;bottom:50px}@media screen and (max-width:768px){.error404 .not-found__btn{bottom:60px}}@media screen and (max-width:375px){.error404 .not-found__btn{bottom:40px}}@media screen and (max-width:360px){.error404 .not-found__btn{bottom:60px}}.error404 footer{display:none}.flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.flex-row{-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-row,.flex-row-reverse{-webkit-box-orient:horizontal!important}.flex-row-reverse{-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-col{-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-col,.flex-col-reverse{-webkit-box-orient:vertical!important}.flex-col-reverse{-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-wrap-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-no-wrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.justify-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.justify-evenly{-webkit-box-pack:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.justify-stretch{-webkit-box-pack:stretch!important;-ms-flex-pack:stretch!important;justify-content:stretch!important}.items-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.items-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.items-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.items-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.hidden{display:none!important}