/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document ========================================================================== */
/** 1. Correct the line height in all browsers. 2. Prevent adjustments of font size after orientation changes in iOS. */
html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ }

/* Sections ========================================================================== */
/** Remove the margin in all browsers. */
body { margin: 0; }

/** Render the `main` element consistently in IE. */
main { display: block; }

/** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */
h1 { font-size: 2em; margin: 0.67em 0; }

/* Grouping content ========================================================================== */
/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr { -webkit-box-sizing: content-box; box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ }

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ }

/* Text-level semantics ========================================================================== */
/** Remove the gray background on active links in IE 10. */
a { background-color: transparent; }

/** 1. Remove the bottom border in Chrome 57- 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ -webkit-text-decoration: underline dotted; text-decoration: underline dotted; /* 2 */ }

/** Add the correct font weight in Chrome, Edge, and Safari. */
b, strong { font-weight: bolder; }

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ }

/** Add the correct font size in all browsers. */
small { font-size: 80%; }

/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sub { bottom: -0.25em; }

sup { top: -0.5em; }

/* Embedded content ========================================================================== */
/** Remove the border on images inside links in IE 10. */
img { border-style: none; }

/* Forms ========================================================================== */
/** 1. Change the font styles in all browsers. 2. Remove the margin in Firefox and Safari. */
button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ }

/** Show the overflow in IE. 1. Show the overflow in Edge. */
button, input { /* 1 */ overflow: visible; }

/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button, select { /* 1 */ text-transform: none; }

/** Correct the inability to style clickable types in iOS and Safari. */
button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; }

/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }

/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }

/** Correct the padding in Firefox. */
fieldset { padding: 0.35em 0.75em 0.625em; }

/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend { -webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ }

/** Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress { vertical-align: baseline; }

/** Remove the default vertical scrollbar in IE 10+. */
textarea { overflow: auto; }

/** 1. Add the correct box sizing in IE 10. 2. Remove the padding in IE 10. */
[type="checkbox"], [type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }

/** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */
[type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ }

/** Remove the inner padding in Chrome and Safari on macOS. */
[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ }

/* Interactive ========================================================================== */
/* Add the correct display in Edge, IE 10+, and Firefox. */
details { display: block; }

/* Add the correct display in all browsers. */
summary { display: list-item; }

/* Misc ========================================================================== */
/** Add the correct display in IE 10+. */
template { display: none; }

/** Add the correct display in IE 10. */
[hidden] { display: none; }

/* Slider */
.slick-slider { position: relative; display: block; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }

.slick-list:focus { outline: none; }

.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto; }

.slick-track:before, .slick-track:after { display: table; content: ''; }

.slick-track:after { clear: both; }

.slick-loading .slick-track { visibility: hidden; }

.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }

[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; }

/** Set up a decent box model on the root element */
html { -webkit-box-sizing: border-box; box-sizing: border-box; }

/** Make all elements from the DOM inherit from the parent box-sizing Since `*` has a specificity of 0, it does not override the `html` value making all elements inheriting from the root box-sizing value See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*, *::before, *::after { -webkit-box-sizing: inherit; box-sizing: inherit; }

/** Basic styles for links */
a { color: #2c3439; text-decoration: none; }

a:hover, a:active, a:focus { color: #2c3439; text-decoration: underline; }

a:focus, button:focus, *:focus { outline: transparent dashed 1px; outline-offset: 1px; text-decoration: none; outline-color: transparent !important; }

[tabindex="-1"]:focus:not(:focus-visible) { outline: 0 !important; }

textarea { resize: vertical; }

button:focus { outline-width: 1px; outline-style: dotted; outline-color: inherit; }

img { border: 0; height: auto; max-width: 100%; vertical-align: middle; }

/** Clear inner floats */
.clearfix::after { clear: both; content: ''; display: table; }

/** Hide text while making it readable for screen readers 1. Needed in WebKit-based browsers because of an implementation bug; See: https://code.google.com/p/chromium/issues/detail?id=457146 */
.hide-text { overflow: hidden; padding: 0; /* 1 */ text-indent: 101%; white-space: nowrap; position: absolute; height: 0; }

/** Hide element while making it readable for screen readers Shamelessly borrowed from HTML5Boilerplate: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133 */
.visually-hidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

body { font-family: "Brown", sans-serif; line-height: 1.4; color: #2c3439; font-size: 18px; font-weight: 400; -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: "RF Rufo", serif; font-weight: 700; color: #2c3439; margin-top: 0; text-transform: uppercase; font-size: 76px; }

@font-face { font-family: 'Brown'; font-weight: 400; src: url("../fonts/Brown-Regular.otf") format("opentype"), url("../fonts/BrownLLSub-RegularSubset.woff2") format("woff2"), url("../fonts/BrownLLSub-RegularSubset.woff") format("woff"); }

@font-face { font-family: 'Brown'; font-weight: 400; font-style: italic; src: url("../fonts/Brown-Regular-Italic.otf") format("opentype"), url("../fonts/BrownLLSub-ItalicSubset.woff2") format("woff2"), url("../fonts/BrownLLSub-ItalicSubset.woff") format("woff"); }

@font-face { font-family: 'Brown'; font-weight: 700; font-style: normal; src: url("../fonts/Brown-Bold.otf") format("opentype"), url("../fonts/BrownLLSub-BoldSubset.woff2") format("woff2"), url("../fonts/BrownLLSub-BoldSubset.woff") format("woff"); }

@font-face { font-family: 'Brown'; font-weight: 700; font-style: italic; src: url("../fonts/Brown-Bold-Italic.otf") format("opentype"); }

@font-face { font-family: 'Brown'; font-weight: 300; font-style: normal; src: url("../fonts/Brown-Light.otf") format("opentype"); }

@font-face { font-family: 'Brown'; font-weight: 300; font-style: italic; src: url("../fonts/Brown-Light-Italic.otf") format("opentype"); }

@font-face { font-family: 'RF Rufo'; font-weight: 700; font-style: normal; src: url("../fonts/RFRufo-Bold.otf") format("opentype"), url("../fonts/RFRufoBold.woff2") format("woff2"), url("../fonts/RFRufoBold.woff") format("woff"); }

@font-face { font-family: 'RF Rufo'; font-weight: 600; font-style: normal; src: url("../fonts/RFRufo-Semibold.otf") format("opentype"), url("../fonts/RFRufoSemibold.woff2") format("woff2"), url("../fonts/RFRufoSemibold.woff") format("woff"); }

a.yellow-btn { background-color: #fff364; display: inline-block; padding: 17px 14px 12px 14px; max-width: 100%; min-width: 293px; cursor: pointer; text-decoration: none; font: 700 17px "Brown", sans-serif; letter-spacing: 1.7px; text-align: center; text-transform: uppercase; -webkit-transition: all 0.5s; transition: all 0.5s; border: 1px solid #fff364; }

@media (max-width: 767px) { a.yellow-btn { font-size: 15px; min-width: 202px; } }

a.yellow-btn[href^="#"] { pointer-events: none; }

html.system a.yellow-btn:hover { border-color: white; background: white; }

a.gold-btn, .news .news-wrapper .wp-pagenavi a, .news-details .news-wrapper .wp-pagenavi a { background-color: #fbb02a; display: inline-block; padding: 17px 14px 12px 14px; max-width: 100%; min-width: 293px; cursor: pointer; text-decoration: none; font: 700 17px "Brown", sans-serif; letter-spacing: 1.7px; text-align: center; text-transform: uppercase; -webkit-transition: all 0.5s; transition: all 0.5s; border: 1px solid #fbb02a; }

@media (max-width: 767px) { a.gold-btn, .news .news-wrapper .wp-pagenavi a, .news-details .news-wrapper .wp-pagenavi a { font-size: 15px; min-width: 140px; } }

html.system a.gold-btn:hover, html.system .news .news-wrapper .wp-pagenavi a:hover, .news .news-wrapper .wp-pagenavi html.system a:hover, html.system .news-details .news-wrapper .wp-pagenavi a:hover, .news-details .news-wrapper .wp-pagenavi html.system a:hover { border-color: #fbb02a; background: none; }

a.read-btn { position: relative; overflow: hidden; margin-top: 0.5em; font-size: 15px; letter-spacing: 1.35px; text-transform: uppercase; border: 1px solid #2c3439; display: inline-block; padding: 8px 30px; -webkit-transition: all 0.5s; transition: all 0.5s; z-index: 1; }

a.read-btn:after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #2c3439; opacity: 0; -webkit-transition: all ease 1s; transition: all ease 1s; }

a.read-btn:active, a.read-btn:focus { text-decoration: none; }

html.system a.read-btn:hover:after { opacity: 1; }

a.read-btn em { content: ''; position: absolute; overflow: hidden; left: var(--x); top: var(--y); width: 0; height: 0; background: #2c3439; border-radius: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

a.read-btn:hover { text-decoration: none; }

html.system a.read-btn:hover { color: #ffffff; text-decoration: none; }

html.system a.read-btn:hover em { -webkit-transition: width .5s, height .5s; transition: width .5s, height .5s; width: 500px; height: 500px; }

a.read-btn span { position: relative; z-index: 1; top: 2px; }

.block-content { position: relative; z-index: 1; }

.block-bg { position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 0; background: currentColor; }

.block-bg:after { content: ' '; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; color: inherit; background: currentColor; -webkit-clip-path: polygon(0% 0%, 100% 0%, 0% 100%); clip-path: polygon(0% 0%, 100% 0%, 0% 100%); }

@media (max-width: 991px) { .block-bg:after { height: 200px; bottom: 0; top: auto; -webkit-clip-path: polygon(0% -1%, 100% 0%, 0% 100%); clip-path: polygon(0% -1%, 100% 0%, 0% 100%); } }

.block-bg.flip:after { -webkit-clip-path: polygon(0% 100%, 100% 0%, 100% 100%); clip-path: polygon(0% 100%, 100% 0%, 100% 100%); }

@media (max-width: 991px) { .block-bg.flip:after { -webkit-clip-path: polygon(0% 0%, 100% 0%, 0% 100%); clip-path: polygon(0% 0%, 100% 0%, 0% 100%); } }

.block-bg .block-gradient { opacity: 0.65; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-image: linear-gradient(72deg, #fff 22%, rgba(255, 255, 255, 0) 100%); }

@media (max-width: 991px) { .block-bg .block-gradient { height: 200px; top: auto; bottom: 0; } }

.disable-link { pointer-events: none; }

#infscr-loading { width: 100%; text-align: center; }

.bg-block { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; z-index: 0; }

.bg-block .block-inner { position: relative; display: block; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; overflow: hidden; background-color: currentColor; }

.bg-block .block-inner.flip .block-cover:before { -webkit-clip-path: polygon(0% 100%, 100% 0%, 100% 100%); clip-path: polygon(0% 100%, 100% 0%, 100% 100%); }

.bg-block .gradient-block { display: block; position: absolute; bottom: 0; width: 100%; height: 100%; opacity: 0.65; background-image: linear-gradient(72deg, #fff 22%, rgba(255, 255, 255, 0) 100%); }

.bg-block .block-cover { display: block; position: absolute; z-index: 1; top: 0; left: 0; min-width: 100%; width: auto; height: 100%; padding: 0; -webkit-aspect-ratio: 16/7; -moz-aspect-ratio: 16/7; aspect-ratio: 16/7; }

.bg-block .block-cover:before { content: ' '; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; color: inherit; background: currentColor; -webkit-clip-path: polygon(0% 0%, 100% 0%, 0% 100%); clip-path: polygon(0% 0%, 100% 0%, 0% 100%); }

.slider-block.slick-slider .slide { display: block !important; }

@media (min-width: 992px) { header { display: -ms-grid; display: grid; -ms-grid-columns: 20% auto 600px; grid-template-columns: 20% auto 600px; } }

@media (min-width: 992px) and (max-width: 1199px) { header { -ms-grid-columns: 30% auto 400px; grid-template-columns: 30% auto 400px; } }

@media (min-width: 992px) { header { min-height: 80vh; } }

@media (max-width: 991px) { header { margin-top: 80px; } }

@media (max-width: 767px) { header { margin-top: 86px; } }

.single-page header { min-height: 0; margin-top: 0; }

.side-header { padding: 35px 50px; padding-bottom: 25px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; position: relative; }

.single-page .side-header { display: none; }

@media (max-width: 991px) { .side-header { width: 100%; padding: 20px 30px; position: fixed; top: 0; left: 0; z-index: 10; background: #fff; } }

@media (max-width: 767px) { .side-header { padding: 15px 25px 35px 25px; } }

.hamburger-btn { font-size: 0; background: none; border: 0; padding: 5px; cursor: pointer; position: absolute; right: 30px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 60px; height: 35px; z-index: 11; }

@media (min-width: 992px) { .hamburger-btn { display: none; } }

@media (max-width: 767px) { .hamburger-btn { right: 22px; top: 40%; } }

.hamburger-btn div { position: relative; height: 100%; }

.hamburger-btn span { width: 100%; height: 3px; background: #1A1818; display: block; position: absolute; left: 0; -webkit-transition: all ease-in-out .25s; transition: all ease-in-out .25s; }

.hamburger-btn span:nth-child(2) { top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }

.menu-open .hamburger-btn span:nth-child(2) { opacity: 0; }

.hamburger-btn span:nth-child(1) { top: 0; }

.menu-open .hamburger-btn span:nth-child(1) { -webkit-transform: rotate(150deg); transform: rotate(150deg); top: 11px; }

.hamburger-btn span:nth-child(3) { bottom: 0; }

.menu-open .hamburger-btn span:nth-child(3) { -webkit-transform: rotate(-150deg); transform: rotate(-150deg); bottom: 11px; }

.header-logo { margin-bottom: 65px; }

@media (max-width: 991px) { .header-logo { width: 200px; margin-bottom: 0; } }

@media (max-width: 767px) { .header-logo { width: 180px; } }

.header-logo img { width: 100%; }

.top-nav { font-size: 14px; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; }

@media (min-width: 992px) { .top-nav { padding-left: 5%; } }

@media (max-width: 991px) { .top-nav { opacity: 0; visibility: hidden; -webkit-transition: all ease .2s; transition: all ease .2s; position: absolute; left: 0; width: 100%; height: calc(100vh - 66px); top: 66px; z-index: 10; padding: 30px; padding-bottom: 100px; background: #fff; overflow-y: auto; 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; }
  .menu-open .top-nav { opacity: 1; visibility: visible; } }

.top-nav a { color: #1A1818; position: relative; display: inline-block; }

.top-nav a:hover, .top-nav a:active, .top-nav a:focus { text-decoration: none; }

.top-nav > ul { 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: start; -ms-flex-align: start; align-items: flex-start; }

.top-nav ul.menu > li > a, .top-nav ul.menu > li > span > a { height: 20px; line-height: 1; }

@media not all and (min-resolution: 0.001dpcm) { @supports (-webkit-appearance: none) and (stroke-color: transparent) { .top-nav ul.menu > li > a, .top-nav ul.menu > li > span > a { line-height: 24px; } } }

.top-nav ul.menu > li > a:after, .top-nav ul.menu > li > span > a:after { content: ""; width: 100%; bottom: 0; height: 2px; background: #1a1818; left: 0; position: absolute; opacity: 0; -webkit-transition: all ease .2s; transition: all ease .2s; }

.top-nav ul.menu > li:hover a:after, .top-nav ul.menu > li.current-menu-item a:after, .top-nav ul.menu > li.current-menu-parent a:after, .top-nav ul.menu > li > span:hover a:after, .top-nav ul.menu > li > span.current-menu-item a:after, .top-nav ul.menu > li > span.current-menu-parent a:after { opacity: 1; }

.top-nav ul { padding: 0; margin: 0; list-style: none; }

.top-nav li { margin-bottom: 20px; position: relative; }

.top-nav li span { display: inline-block; position: relative; height: 20px; }

.top-nav li:hover > a:after, .top-nav li:hover span > a:after { opacity: 1; }

@media (min-width: 1200px) { .top-nav li:hover ul, .top-nav li:hover span ul { max-height: 250px; margin-top: 15px; visibility: visible; opacity: 1; } }

.top-nav li.open span a:after { opacity: 1; }

@media (max-width: 1199px) { .top-nav li.open ul { max-height: 250px; margin-top: 15px; visibility: visible; opacity: 1; } }

.top-nav li ul { margin-top: 0; padding-left: 35px; list-style-type: none; max-height: 0; overflow: hidden; visibility: hidden; opacity: 0; -webkit-transition: all 0.3s; transition: all 0.3s; }

.top-nav li ul li { margin-bottom: 15px; }

.top-nav li ul li.current-menu-item a { color: #9d9494; }

.top-nav li ul li a:hover, .top-nav li ul li a:active, .top-nav li ul li a:focus { color: #9d9494; }

.sub-toggle { width: 30px; height: 14px; padding: 0; font-size: 0; position: absolute; border: 0; margin-left: 2px; top: 50%; background: url(../images/icons/plus.svg) no-repeat center; background-size: contain; -webkit-transform: translateY(-50%); transform: translateY(-50%); cursor: pointer; }

@media (min-width: 1200px) { .sub-toggle { display: none; } }

.open .sub-toggle { background: url(../images/icons/minus.svg) no-repeat center; background-size: contain; }

.header-icons { margin-top: 50px; }

@media (min-width: 992px) { .header-icons { display: none; } }

.header-icons a { display: inline-block; margin-right: 20px; }

.menu-building { margin-top: auto; }

@media (max-width: 991px) { .menu-building { display: none; } }

.menu-building img { width: 167px; }

.header-img-block { position: relative; padding: 45% 0 0; }

@media (max-width: 991px) { .header-img-block { padding: 80% 0 0; } }

@media (max-width: 991px) and (orientation: landscape) { .header-img-block { padding: 50% 0 0; } }

@media (max-width: 767px) and (orientation: landscape) { .header-img-block { padding: 70% 0 0; } }

.header-img-block > img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: 50% 50%; object-position: 50% 50%; }

.header-title-block { display: -ms-grid; display: grid; height: 100%; position: relative; }

@media (max-width: 991px) { .header-title-block { width: 50%; height: 50vh; } }

@media (max-width: 767px) { .header-title-block { height: 40vh; } }

@media (max-width: 991px) and (orientation: landscape) { .header-title-block { height: 100vh; } }

.header-title-block .ht-block { position: relative; background: currentColor; }

.header-title-block .ht-block:after { content: ' '; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; color: inherit; background: currentColor; -webkit-clip-path: polygon(0% 0%, 100% 0%, 0% 100%); clip-path: polygon(0% 0%, 100% 0%, 0% 100%); }

.header-title-block .ht-block .ht-gradient { opacity: 0.75; position: absolute; left: 0; top: 0; width: 100%; height: 100%; }

.home-page .header-title-block .b1 { color: #f36f3a; }

.home-page .header-title-block .b1 .ht-gradient { background-image: linear-gradient(72deg, #bed8e2 22%, #f36f3a 100%); }

.home-page .header-title-block .b2 { color: #bed8e2; }

.home-page .header-title-block .b2 .ht-gradient { background-image: linear-gradient(72deg, #fff 22%, #bed8e2 100%); }

.home-page .header-title-block .b3 { color: #bed8e2; }

.home-page .header-title-block .b3 .ht-gradient { background-image: linear-gradient(72deg, #fff 22%, #bed8e2 100%); }

.work .header-title-block .b1 { color: #f0ece7; }

.work .header-title-block .b1 .ht-gradient { background-image: linear-gradient(72deg, #ffffff 22%, #f0ece7 100%); }

.work .header-title-block .b2 { color: #f0ece7; }

.work .header-title-block .b2 .ht-gradient { background-image: linear-gradient(72deg, #fff 0%, #f0ece7 32%); }

.work .header-title-block .b2:after { -webkit-clip-path: polygon(0% 100%, 100% 0%, 100% 100%); clip-path: polygon(0% 100%, 100% 0%, 100% 100%); }

.work .header-title-block .b3 { color: #f0ece7; }

.work .header-title-block .b3 .ht-gradient { background-image: -webkit-gradient(linear, right top, left top, color-stop(22%, #fff), to(#f0ece7)); background-image: linear-gradient(270deg, #fff 22%, #f0ece7 100%); }

.work .header-title-block .b3:after { -webkit-clip-path: polygon(30% 100%, 100% 25%, 100% 100%); clip-path: polygon(30% 100%, 100% 25%, 100% 100%); }

.gallery .header-title-block .b1 { color: #bed8e2; }

.gallery .header-title-block .b1 .ht-gradient { background-image: linear-gradient(72deg, #ffffff 22%, #bed8e2 100%); }

.gallery .header-title-block .b2 { color: #bed8e2; }

.gallery .header-title-block .b2 .ht-gradient { background-image: -webkit-gradient(linear, right top, left top, color-stop(30%, #fff), color-stop(85%, #bed8e2)); background-image: linear-gradient(270deg, #fff 30%, #bed8e2 85%); }

.gallery .header-title-block .b2:after { -webkit-clip-path: polygon(0% 100%, 100% 0%, 100% 100%); clip-path: polygon(0% 100%, 100% 0%, 100% 100%); }

.gallery .header-title-block .b3 { color: #ffffff; }

.gallery .header-title-block .b3 .ht-gradient { background-image: -webkit-gradient(linear, right top, left top, color-stop(22%, #fff), to(#bed8e2)); background-image: linear-gradient(270deg, #fff 22%, #bed8e2 100%); }

.news .header-title-block .b1 { color: #bed8e2; }

.news .header-title-block .b1 .ht-gradient { background-image: linear-gradient(72deg, #ffffff 22%, #bed8e2 100%); }

.news .header-title-block .b2 { color: #bed8e2; }

.news .header-title-block .b2 .ht-gradient { background-image: -webkit-gradient(linear, right top, left top, color-stop(30%, #fff), color-stop(85%, #bed8e2)); background-image: linear-gradient(270deg, #fff 30%, #bed8e2 85%); }

.news .header-title-block .b2:after { -webkit-clip-path: polygon(0% 100%, 100% 0%, 100% 100%); clip-path: polygon(0% 100%, 100% 0%, 100% 100%); }

.news .header-title-block .b3 { color: #ffffff; }

.news .header-title-block .b3 .ht-gradient { background-image: -webkit-gradient(linear, right top, left top, color-stop(22%, #fff), to(#bed8e2)); background-image: linear-gradient(270deg, #fff 22%, #bed8e2 100%); }

.news-details .header-title-block .b1, .error-page .header-title-block .b1 { color: #f36f3a; }

.news-details .header-title-block .b1 .ht-gradient, .error-page .header-title-block .b1 .ht-gradient { background-image: linear-gradient(72deg, #ffffff 22%, #f36f3a 100%); }

.news-details .header-title-block .b2, .error-page .header-title-block .b2 { color: #f36f3a; }

.news-details .header-title-block .b2 .ht-gradient, .error-page .header-title-block .b2 .ht-gradient { background-image: linear-gradient(72deg, #fff 5%, #f36f3a 55%); }

.news-details .header-title-block .b2:after, .error-page .header-title-block .b2:after { -webkit-clip-path: polygon(0% 100%, 100% 0%, 100% 100%); clip-path: polygon(0% 100%, 100% 0%, 100% 100%); }

.news-details .header-title-block .b3, .error-page .header-title-block .b3 { color: #f36f3a; }

.news-details .header-title-block .b3 .ht-gradient, .error-page .header-title-block .b3 .ht-gradient { background-image: -webkit-gradient(linear, right top, left top, color-stop(30%, #fff), color-stop(85%, #f36f3a)); background-image: linear-gradient(270deg, #fff 30%, #f36f3a 85%); }

.news-details .header-title-block .b3:after, .error-page .header-title-block .b3:after { -webkit-clip-path: polygon(0% 100%, 100% 0%, 100% 100%); clip-path: polygon(0% 100%, 100% 0%, 100% 100%); }

@media (max-width: 991px) { .error-page .header-title-block .b2, .error-page .header-title-block .b3 { color: #f36f3a; }
  .error-page .header-title-block .b2 .ht-gradient, .error-page .header-title-block .b3 .ht-gradient { background-image: linear-gradient(72deg, #ffffff 22%, #f36f3a 100%); }
  .error-page .header-title-block .b2:after, .error-page .header-title-block .b3:after { -webkit-clip-path: polygon(0% 0%, 100% 0%, 0% 100%); clip-path: polygon(0% 0%, 100% 0%, 0% 100%); } }

.experience .header-title-block .b1 { color: #389070; }

.experience .header-title-block .b1 .ht-gradient { background-image: linear-gradient(72deg, #ffffff 22%, #389070 100%); opacity: 1; }

.experience .header-title-block .b2 { color: #ffffff; }

.experience .header-title-block .b2 .ht-gradient { background-image: linear-gradient(72deg, #389070 18%, #ffffff 100%); }

.experience .header-title-block .b2:after { -webkit-clip-path: polygon(0% 100%, 100% 0%, 100% 100%); clip-path: polygon(0% 100%, 100% 0%, 100% 100%); }

.experience .header-title-block .b3 { color: #389070; }

.experience .header-title-block .b3 .ht-gradient { background-image: -webkit-gradient(linear, right top, left top, color-stop(22%, #fff), to(#389070)); background-image: linear-gradient(270deg, #fff 22%, #389070 100%); }

.experience .header-title-block .b3:after { -webkit-clip-path: polygon(30% 100%, 100% 25%, 100% 100%); clip-path: polygon(30% 100%, 100% 25%, 100% 100%); }

.live-page .header-title-block .b1 { color: #bed8e2; }

.live-page .header-title-block .b1 .ht-gradient { background-image: linear-gradient(72deg, #ffffff 22%, #bed8e2 100%); opacity: 1; }

.live-page .header-title-block .b2 { color: #ffffff; }

.live-page .header-title-block .b2 .ht-gradient { background-image: -webkit-gradient(linear, right top, left top, color-stop(30%, #fff), color-stop(85%, #bed8e2)); background-image: linear-gradient(270deg, #fff 30%, #bed8e2 85%); }

.live-page .header-title-block .b2:after { -webkit-clip-path: polygon(0% 100%, 100% 0%, 100% 100%); clip-path: polygon(0% 100%, 100% 0%, 100% 100%); }

.live-page .header-title-block .b3 { color: #bed8e2; }

.live-page .header-title-block .b3 .ht-gradient { background-image: -webkit-gradient(linear, right top, left top, color-stop(22%, #ffffff), to(#bed8e2)); background-image: linear-gradient(270deg, #ffffff 22%, #bed8e2 100%); }

.live-page .header-title-block .b3:after { -webkit-clip-path: polygon(30% 100%, 100% 25%, 100% 100%); clip-path: polygon(30% 100%, 100% 25%, 100% 100%); }

.header-title-text { letter-spacing: 2.8px; font-weight: 700; font-size: 35px; text-transform: uppercase; position: absolute; z-index: 1; top: 100%; -webkit-transform: translateY(-41%); transform: translateY(-41%); left: 0; width: 100%; 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; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #2c3439; font-size: calc(32px + (36 - 32) * ((100vw - 768px) / (1920 - 768))); }

@media (max-width: 767px) { .header-title-text { letter-spacing: 2px; font-size: calc(16px + (30 - 16) * ((100vw - 320px) / (767 - 320))); } }

@media (max-width: 575px) { .header-title-text { letter-spacing: 1.44px; -webkit-transform: translateY(-40%); transform: translateY(-40%); } }

@media (min-width: 1920px) { .header-title-text { font-size: calc(36px + (52 - 36) * ((100vw - 1920px) / (3000 - 1920))); } }

.header-title-text span { margin: 5px 0; }

@media (max-width: 767px) { .header-title-text span { margin: 8px 0; } }

.building_popup { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(37, 45, 49, 0.9); z-index: 100; opacity: 0; visibility: hidden; -webkit-transition: all ease .2s; transition: all ease .2s; overflow-y: auto; }

.building_popup.show { opacity: 1; visibility: visible; }

.building_popup .interactive_map_container { height: auto; }

.building_popup .interactive_map { background: none; }

.bpop_close { position: absolute; width: 50px; height: 50px; padding: 0; border: 0; background: url(../images/map/close.svg) center no-repeat; background-size: contain; right: 30px; top: 30px; z-index: 10; font-size: 0; cursor: pointer; }

.sticky-header { position: fixed; background: #fff; top: 0; left: 0; width: 100%; z-index: 10; display: -webkit-box; display: -ms-flexbox; display: flex; padding: 20px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; opacity: 0; visibility: hidden; -webkit-transition: all ease .2s; transition: all ease .2s; -webkit-transform: translateY(-50px); transform: translateY(-50px); }

.single-page .sticky-header { opacity: 1; visibility: visible; -webkit-transform: none; transform: none; }

@media (max-width: 991px) { .sticky-header { display: none; }
  .single-page .sticky-header { display: block; } }

.sticky-header.show { opacity: 1; visibility: visible; -webkit-transform: none; transform: none; }

.sticky-logo img { height: 40px; }

.sticky-nav { margin-left: auto; }

.single-page .sticky-nav { display: none; }

.sticky-nav .menu { padding: 0; margin: 0; list-style: none; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; }

.sticky-nav .menu > li { display: inline-block; position: relative; margin-left: 35px; }

.sticky-nav .menu > li span { display: inline-block; position: relative; height: 20px; }

.system .sticky-nav .menu > li:hover .sub-menu { opacity: 1; visibility: visible; }

.device .sticky-nav .menu > li.open .sub-menu { opacity: 1; visibility: visible; }

.sticky-nav ul.menu > li > a, .sticky-nav ul.menu > li > span > a { height: 20px; line-height: 1; }

@media not all and (min-resolution: 0.001dpcm) { @supports (-webkit-appearance: none) and (stroke-color: transparent) { .sticky-nav ul.menu > li > a, .sticky-nav ul.menu > li > span > a { line-height: 24px; } } }

.sticky-nav ul.menu > li > a:after, .sticky-nav ul.menu > li > span > a:after { content: ""; width: 100%; bottom: 0; height: 2px; background: #1a1818; left: 0; position: absolute; opacity: 0; -webkit-transition: all ease .2s; transition: all ease .2s; }

.sticky-nav ul.menu > li:hover a, .sticky-nav ul.menu > li.current-menu-item a, .sticky-nav ul.menu > li.current-menu-parent a, .sticky-nav ul.menu > li > span:hover a, .sticky-nav ul.menu > li > span.current-menu-item a, .sticky-nav ul.menu > li > span.current-menu-parent a { text-decoration: none; }

.sticky-nav ul.menu > li:hover a:after, .sticky-nav ul.menu > li.current-menu-item a:after, .sticky-nav ul.menu > li.current-menu-parent a:after, .sticky-nav ul.menu > li > span:hover a:after, .sticky-nav ul.menu > li > span.current-menu-item a:after, .sticky-nav ul.menu > li > span.current-menu-parent a:after { opacity: 1; }

.sticky-nav .sub-menu { padding: 0; margin: 0; list-style: none; position: absolute; width: 230px; background: #fff; padding: 15px; padding-top: 35px; opacity: 0; visibility: hidden; }

.sticky-nav .sub-menu li { display: block; padding: 5px 0; }

.sticky-nav .sub-menu li.current-menu-item a { color: #9d9494; }

.sticky-nav .sub-menu li a { padding: 0; display: block; }

.sticky-nav .sub-menu li a:hover, .sticky-nav .sub-menu li a:active, .sticky-nav .sub-menu li a:focus { text-decoration: none; color: #9d9494; }

.footer-newsletter { position: relative; padding: 110px 25px; text-align: center; color: #fff; }

.footer-newsletter .block-inner { background-color: #f36f3a; }

.footer-newsletter .block-cover { color: #f36f3a; }

.footer-newsletter .gradient-block { background-image: linear-gradient(72deg, #fbb02a 22%, rgba(255, 255, 255, 0) 100%); }

.footer-newsletter h2 { color: #fff; margin-bottom: .4em; }

@media (min-width: 768px) { .footer-newsletter h2 { font-size: 88px; } }

.footer-newsletter .mc4wp-response { padding-top: 20px; display: block; }

.footer-newsletter .mc4wp-response p { font-size: 14px; }

.footer-newsletter label.error { padding-bottom: 20px; display: block; font-size: 14px; }

.footer-newsletter p { font-size: 27px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.62px; max-width: 610px; margin: auto; line-height: 1.2; }

@media (max-width: 991px) { .footer-newsletter p { max-width: 100%; } }

.newsletter-textfield { font-size: 34px; font-weight: 700; letter-spacing: 0.34px; border: 0; border-top: 1px solid white; border-bottom: 1px solid white; background: none; padding: 5px 15px 10px 15px; font-family: "RF Rufo", serif; text-align: center; color: #fff; margin: 25px 0; outline: none; -webkit-transition: all ease .2s; transition: all ease .2s; border-radius: 0; }

@media (max-width: 991px) { .newsletter-textfield { width: 100%; } }

@media (max-width: 767px) { .newsletter-textfield { font-size: 26px; padding-left: 5px; padding-right: 5px; width: 100%; border-radius: 0px !important; } }

.newsletter-textfield::-webkit-input-placeholder { color: white; }

.newsletter-textfield:-ms-input-placeholder { color: white; }

.newsletter-textfield::-ms-input-placeholder { color: white; }

.newsletter-textfield::placeholder { color: white; }

.newsletter-textfield:focus::-webkit-input-placeholder { color: white; }

.newsletter-textfield:focus:-ms-input-placeholder { color: white; }

.newsletter-textfield:focus::-ms-input-placeholder { color: white; }

.newsletter-textfield:focus::placeholder { color: white; }

.newsletter-submit { width: 117px; height: 117px; border: 0; border-radius: 50%; background: #fff364; color: #1A1818; font-family: "RF Rufo", serif; letter-spacing: 0.58px; font-weight: 700; font-size: 29px; text-transform: uppercase; cursor: pointer; -webkit-transition: all ease-in-out .3s; transition: all ease-in-out .3s; padding: 0; padding-bottom: 5px; padding-left: 3px; }

.newsletter-submit:hover { -webkit-transform: scale(0.9); transform: scale(0.9); }

@media (max-width: 767px) { .newsletter-submit { width: 95px; height: 95px; font-size: 24px; } }

.footer-leasing { background: #fff364; padding: 100px; position: relative; }

@media (max-width: 1199px) { .footer-leasing { padding: 75px 50px; } }

@media (max-width: 767px) { .footer-leasing { padding: 50px 40px; } }

.footer-leasing h3 { font-size: 42px; letter-spacing: 0.42px; }

@media (max-width: 767px) { .footer-leasing h3 { font-size: 36px; margin-bottom: 20px; } }

.footer-leasing .block-inner { color: #fff364; }

.footer-leasing ul { list-style: none; padding: 0; margin: 0; word-break: break-word; overflow-wrap: break-word; }

@media (min-width: 768px) { .footer-leasing ul.two-column { -webkit-column-count: 2; column-count: 2; -webkit-column-gap: 25px; column-gap: 25px; padding-right: 25px; } }

.footer-leasing ul li { display: block; font-size: 18px; letter-spacing: 0.25px; margin-bottom: 45px; }

.footer-leasing ul li p { margin: 0; font-family: "RF Rufo", serif; font-weight: 700; letter-spacing: 0.72px; }

.footer-leasing ul li h4 { font-family: "Brown", sans-serif; font-size: 20px; margin-bottom: 5px; letter-spacing: 1.3px; }

.fl-wrapper { max-width: 1230px; margin: auto; padding: 0 20px; display: -webkit-box; display: -ms-flexbox; display: flex; position: relative; z-index: 1; }

@media (max-width: 767px) { .fl-wrapper { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 0; } }

.fl-block-left { width: 66%; }

@media (max-width: 767px) { .fl-block-left { width: 100%; } }

.fl-block-right { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

footer { background: #2c3439; }

footer a { color: #fff; }

.footer-wrap { padding: 0 20px; margin: auto; }

@media (min-width: 992px) { .footer-wrap { padding: 0 55px; } }

.footer-logo { margin-left: -10px; }

.footer-top { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; padding-top: 45px; padding-bottom: 105px; }

@media (max-width: 767px) { .footer-top { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding-bottom: 35px; } }

.footer-logo img { width: 200px; }

.footer-tr { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-left: auto; }

@media (max-width: 767px) { .footer-tr { width: 100%; } }

.footer-social { display: -webkit-box; display: -ms-flexbox; display: flex; }

@media (max-width: 767px) { .footer-social { margin-top: 25px; } }

.footer-social a { display: -webkit-box; display: -ms-flexbox; display: flex; width: 30px; height: 30px; border: 1px solid #fff; border-radius: 50%; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-transition: all ease-in-out .2s; transition: all ease-in-out .2s; }

.footer-social a[href^="#"] { pointer-events: none; }

.footer-social a path { -webkit-transition: all ease-in-out .2s; transition: all ease-in-out .2s; }

.footer-social a:not(:last-child) { margin-right: 20px; }

.footer-social a:hover, .footer-social a:active, .footer-social a:focus { background: white; }

.footer-social a:hover path, .footer-social a:active path, .footer-social a:focus path { fill: #2c3439; }

@media (max-width: 767px) { .footer-nav { display: none; } }

.footer-nav ul { display: -webkit-box; display: -ms-flexbox; display: flex; list-style: none; margin: 0; padding: 0; }

.footer-nav ul li { margin-right: 45px; text-transform: uppercase; letter-spacing: 1.12px; font-size: 14px; font-weight: 700; }

@media (max-width: 991px) { .footer-nav ul li { margin-right: 20px; } }

.footer-nav ul li a { position: relative; }

.footer-nav ul li a:after { content: ""; position: absolute; width: 100%; height: 1px; background: #1A1818; left: 0; bottom: -3px; opacity: 0; }

.footer-nav ul li a:hover, .footer-nav ul li a:active, .footer-nav ul li a:focus { color: #fff; text-decoration: none; }

.footer-nav ul li a:hover::after, .footer-nav ul li a:active::after, .footer-nav ul li a:focus::after { opacity: 1; }

.footer-bottom { display: -webkit-box; display: -ms-flexbox; display: flex; padding-bottom: 40px; }

@media (min-width: 768px) { .footer-bottom { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; } }

@media (max-width: 767px) { .footer-bottom { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; position: relative; } }

.fnav { font-size: 13px; font-weight: 400; letter-spacing: 0.16px; }

@media (max-width: 767px) { .fnav { font-size: 12px; } }

.fnav ul { display: -webkit-box; display: -ms-flexbox; display: flex; list-style: none; margin: 0; padding: 0; }

.fnav ul li { margin-right: 40px; }

@media (max-width: 767px) { .fnav ul li { margin-right: 15px; } }

.fnav ul li a { text-decoration: underline; }

.fnav ul li a:hover, .fnav ul li a:active, .fnav ul li a:focus { color: #fff; text-decoration: none; }

.footer-br { display: -webkit-box; display: -ms-flexbox; display: flex; }

@media (min-width: 768px) { .footer-br { margin-left: auto; } }

@media (max-width: 767px) { .footer-br { width: 100%; margin-top: 45px; margin-bottom: 25px; } }

@media (max-width: 767px) { .ficons { position: absolute; z-index: 1; top: 0; right: 20px; } }

.ficons a { display: inline-block; }

.ficons a:not(:last-child) { margin-right: 20px; }

@media (max-width: 767px) { .ficons a:not(:last-child) { margin-right: 15px; } }

.map-buildings { position: relative; z-index: 2; }

.popup-container { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-59%, -50%); transform: translate(-59%, -50%); z-index: 10; pointer-events: none; }

.popup-container .map_tooltip { pointer-events: all; }

.popup-container .one_halley_rise { padding-top: 70px; max-width: 520px; padding-right: 150px; right: 6%; bottom: -43%; }

@media (max-width: 1499px) { .popup-container .one_halley_rise { right: 6%; bottom: -43%; } }

@media (max-width: 1399px) { .popup-container .one_halley_rise { right: 6%; bottom: -55%; } }

@media (max-width: 1199px) { .popup-container .one_halley_rise { right: -5%; bottom: -61%; } }

.popup-container .two_halley_rise { padding-top: 50px; padding-left: 50px; max-width: 370px; left: 10%; top: 95%; }

@media (max-width: 1499px) { .popup-container .two_halley_rise { left: 10%; top: 91%; } }

@media (max-width: 1399px) { .popup-container .two_halley_rise { left: 10%; top: 90%; max-width: 440px; } }

@media (max-width: 1199px) { .popup-container .two_halley_rise { left: 18%; bottom: -150px; top: auto; } }

.popup-container .five_halley_rise { padding-bottom: 50px; top: -35%; left: 23%; }

@media (max-width: 1499px) { .popup-container .five_halley_rise { top: -37%; left: 23%; } }

@media (max-width: 1399px) { .popup-container .five_halley_rise { top: -46%; left: 23%; } }

@media (max-width: 1199px) { .popup-container .five_halley_rise { top: -49%; left: 23%; } }

.popup-container .three_halley_rise { padding-bottom: 31px; max-width: 520px; padding-left: 150px; left: 42%; bottom: 70%; }

@media (max-width: 1499px) { .popup-container .three_halley_rise { left: 38%; bottom: 70%; } }

@media (max-width: 1399px) { .popup-container .three_halley_rise { left: 38%; bottom: 70%; } }

@media (max-width: 1199px) { .popup-container .three_halley_rise { padding-left: 70px; left: 42%; bottom: 70%; } }

.popup-container .four_halley_rise { padding-bottom: 60px; max-width: 400px; left: 48%; bottom: 70%; }

@media (max-width: 1499px) { .popup-container .four_halley_rise { left: 48%; bottom: 70%; } }

@media (max-width: 1399px) { .popup-container .four_halley_rise { left: 48%; bottom: 70%; } }

@media (max-width: 1199px) { .popup-container .four_halley_rise { left: 48%; bottom: 62%; } }

.popup-container .edmund { padding-bottom: 50px; right: auto; bottom: 47%; left: 67%; }

@media (max-width: 1499px) { .popup-container .edmund { right: 2%; bottom: 55%; } }

@media (max-width: 1399px) { .popup-container .edmund { right: auto; bottom: 47%; left: 67%; } }

@media (max-width: 1199px) { .popup-container .edmund { right: auto; bottom: 47%; left: 66%; } }

.popup-container .timber { padding-bottom: 10px; padding-top: 40px; max-width: 400px; left: 40%; top: 80%; }

@media (max-width: 1499px) { .popup-container .timber { left: 38%; top: 80%; } }

@media (max-width: 1399px) { .popup-container .timber { left: 36%; top: 75%; } }

@media (max-width: 1199px) { .popup-container .timber { left: 32%; top: 75%; } }

.popup-container .future_residenetial1 { right: 77%; top: 10%; white-space: nowrap; }

@media (max-width: 1499px) { .popup-container .future_residenetial1 { top: 6%; } }

.popup-container .future_residenetial2 { top: 6%; left: 41%; }

@media (max-width: 1499px) { .popup-container .future_residenetial2 { top: 3%; } }

@media (max-width: 1399px) { .popup-container .future_residenetial2 { top: 4%; } }

@media (max-width: 1199px) { .popup-container .future_residenetial2 { top: -2%; } }

.popup-container .future_residenetial3 { padding-left: 40px; right: auto; left: 90%; white-space: nowrap; bottom: 35%; margin-left: 5px; }

@media (max-width: 1499px) { .popup-container .future_residenetial3 { margin-left: 5px; } }

@media (max-width: 1399px) { .popup-container .future_residenetial3 { margin-left: -5px; } }

@media (max-width: 1199px) { .popup-container .future_residenetial3 { margin-left: -9px; } }

@media (max-width: 1199px) { .popup-group { display: none; } }

.popup-group .one_halley_rise { padding-top: 70px; bottom: 90px; right: 580px; max-width: 520px; padding-right: 150px; }

.popup-group .two_halley_rise { padding-top: 50px; padding-left: 50px; top: 890px; left: 240px; max-width: 370px; }

.popup-group .five_halley_rise { padding-bottom: 31px; top: 255px; left: 508px; }

.popup-group .three_halley_rise { padding-bottom: 31px; top: 275px; left: 848px; max-width: 520px; padding-left: 150px; }

.popup-group .four_halley_rise { padding-bottom: 60px; top: 265px; left: 800px; max-width: 400px; }

.popup-group .edmund { right: 590px; top: 400px; padding-bottom: 50px; }

.popup-group .timber { right: 895px; top: 760px; padding-top: 90px; max-width: 330px; }

.popup-group .future_residenetial1 { left: 280px; top: 420px; }

.popup-group .future_residenetial2 { left: 720px; top: 410px; }

.popup-group .future_residenetial3 { right: 220px; top: 700px; padding-left: 40px; }

.int_map_img { position: absolute; z-index: 1; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); top: 50%; left: 50%; width: 1484px; max-width: none; margin-top: -79px; }

@media (max-width: 1200px) and (min-width: 992px) { .int_map_img { width: 1224px; margin-top: -64px; } }

.map-outlines { position: absolute; z-index: 2; top: 50%; left: 50%; -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); margin-top: 155px; margin-left: -31px; }

@media (max-width: 1200px) and (min-width: 992px) { .map-outlines { width: 1121px; margin-top: 128px; margin-left: -29px; } }

.interactive_map { width: 100%; padding: 0px; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; overflow: hidden; background-color: #252D31; background-size: cover; background-position: center; }

.interactive_map .map_tooltip_warp { position: absolute; height: 100%; width: 100%; max-width: 52.3%; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: -1; }

.interactive_map .map_tooltip_warp .map_content1 { visibility: hidden; }

.interactive_map path#Path_426:hover .map_content1 { visibility: visible; }

.interactive_map_container { width: 100%; position: relative; z-index: 9; }

.interactive_map_container svg { display: block; margin: 0px auto; width: 100%; }

.interactive_map_container .content-box { position: absolute; }

.interactive_map_container .content-box p { color: #ffffff; font-weight: 700; font-size: 14px; letter-spacing: 1.93px; }

.interactive_map_container .content-box.pos1 { top: 28%; left: -70px; }

.interactive_map_container .content-box.pos2 { bottom: 18%; left: 45%; -webkit-transform: translateX(-50%); transform: translateX(-50%); }

.map_building path, .map_building rect { fill: #bed8e2; -webkit-transition: all ease .2s; transition: all ease .2s; }

.map_building:hover path, .map_building:hover rect, .map_building.current path, .map_building.current rect { fill: #fbb02a; }

.summit-area path { -webkit-transition: all ease .2s; transition: all ease .2s; }

.summit-area:hover path { fill: #fff364; }

.summit-area:hover + #summit_logo { opacity: 1; visibility: visible; }

#summit_logo { -webkit-transition: all ease .2s; transition: all ease .2s; pointer-events: none; opacity: 0; visibility: hidden; }

.map_tooltip { color: #fff; max-width: 370px; padding: 20px; position: absolute; opacity: 0; visibility: hidden; z-index: 9; -webkit-transition: all ease .2s; transition: all ease .2s; pointer-events: none; }

.map_tooltip.show { opacity: 1; visibility: visible; pointer-events: all; }

.map_tooltip h3 { color: #fff; font-size: 28px; letter-spacing: 1px; margin-bottom: 15px; }

.map_tooltip p { margin: 0; font-size: 15px; font-weight: 300; line-height: 1.2; margin-bottom: 20px; letter-spacing: .5px; }

@media (max-width: 1199px) { .map_tooltip p { font-size: 14px; margin-bottom: 10px; } }

.map_b_logo { margin-bottom: 20px; }

.map_b_logo img { max-width: 200px; }

@media (max-width: 1199px) { .map_b_logo img { max-width: 150px; } }

@media (max-width: 1199px) { .map_b_logo { margin-bottom: 10px; } }

.map_b_btn a { display: inline-block; text-transform: uppercase; border: 1px solid #fff; color: #fff; font-size: 13px; padding: 12px 15px; letter-spacing: 2.5px; -webkit-transition: all ease .2s; transition: all ease .2s; }

.map_b_btn a[href^="#"] { pointer-events: none; }

.map_b_btn a:hover, .map_b_btn a:active, .map_b_btn a:focus { text-decoration: none; background: #fff; color: #2c3439; }

.slider-section { position: relative; }

.slider-section .slider-block .slider-image::before { content: ""; display: block; padding-bottom: 65%; }

.slider-section .slider-block.slick-dotted { margin-bottom: 100px; }

@media (max-width: 767px) { .slider-section .slider-block.slick-dotted { margin-bottom: 80px; } }

.slider-section .slider-block.slick-dotted ul.slick-dots { list-style-type: none; text-align: center; margin-top: 40px; padding: 0; }

.slider-section .slider-block.slick-dotted li.slick-active button { opacity: 0.5; }

.slider-section .slider-block.slick-dotted .slick-dots li { position: relative; display: inline-block; width: 12px; height: 12px; margin: 0 10px; padding: 0; cursor: pointer; }

.slider-section .slider-block.slick-dotted .slick-dots li button { position: absolute; left: 0px; top: 0px; font-size: 0px; height: 12px; width: 12px; background: #2c3439; border: 0px; border-radius: 50%; line-height: 0; padding: 0px; }

@media (max-width: 767px) { .slider-section .slider-block.slick-dotted .slick-dots li button { background: #fff364 !important; height: 8px; width: 8px; }
  .slider-section .slider-block.slick-dotted .slick-dots li.slick-active button { background: #2c3439 !important; opacity: 1; } }

.slider-section .direction-arrows { position: absolute; top: 0; bottom: 0; left: 0; right: 0; display: -webkit-box; display: -ms-flexbox; display: flex; z-index: 1; }

@media (max-width: 1199px) { .slider-section .direction-arrows { display: none; } }

@media (max-width: 767px) { .slider-section .direction-arrows { top: auto; bottom: 30px; } }

.slider-section .direction-arrows ul { margin: 0; padding: 0; display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; }

@media (max-width: 767px) { .slider-section .direction-arrows ul { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } }

.slider-section .direction-arrows ul li { list-style: none; }

.slider-section .direction-arrows button { -webkit-appearance: none; -moz-appearance: none; appearance: none; border: 0; border-radius: 0; cursor: pointer; height: 60px; width: 60px; }

@media (max-width: 767px) { .slider-section .direction-arrows button { width: 40px; height: 40px; } }

.slider-section .direction-arrows .prev { width: 50%; }

@media (max-width: 767px) { .slider-section .direction-arrows .prev { width: 100px; } }

.slider-section .direction-arrows .prev .prev-arrow { margin: 15px 0 0 20px; display: none; }

.slider-section .direction-arrows .next { width: 50%; text-align: right; }

@media (max-width: 767px) { .slider-section .direction-arrows .next { width: 100px; } }

.slider-section .direction-arrows .next .next-arrow { margin: 15px 20px 0 auto; display: none; }

.slider-section .direction-arrows .cursor-left { cursor: url("../images/icons/slider-arrow-left.svg") 6 6, w-resize; }

.slider-section .direction-arrows .cursor-right { cursor: url("../images/icons//slider-arrow-right.svg") 6 6, e-resize; }

.slider-section .direction-arrows .cursor-left.left-click { cursor: url("../images/icons/slider-arrow-left-click.svg") 6 6, w-resize; }

.slider-section .direction-arrows .cursor-right.right-click { cursor: url("../images/icons/slider-arrow-right-click.svg") 6 6, e-resize; }

.full-column-content { position: relative; padding: 60px 0px; 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 (min-width: 992px) { .full-column-content { min-height: 40vw; } }

@media (min-width: 1500px) { .full-column-content { min-height: 30vw; } }

@media (max-width: 991px) { .full-column-content { padding: 55px 0px; min-height: 60vw; } }

@media (max-width: 767px) { .full-column-content { padding: 50px 0px; } }

.full-column-content .block-inner { color: #bed8e2; }

.full-column-content .block-inner .gradient-block { background-image: linear-gradient(72deg, #fff 22%, rgba(255, 255, 255, 0) 100%); }

.full-column-content .block-inner:after { background: #bed8e2; }

.full-column-content .block-inner.block-bg-gold { color: #fbb02a; }

.full-column-content .block-inner.block-bg-gold:after { background: #fbb02a; }

.full-column-content .block-inner.block-bg-yellow { color: #fff364; }

.full-column-content .block-inner.block-bg-yellow:after { background: #fff364; }

.full-column-content .block-inner.block-bg-white { color: #fff; }

.full-column-content .block-inner.block-bg-white .gradient-block { background-image: linear-gradient(72deg, #bed8e2 0%, #bed8e2 25%, rgba(255, 255, 255, 0) 90%); }

.full-column-content .block-inner.block-bg-white:after { background: #fff; }

.full-column-content .content-wrapper { position: relative; z-index: 9; text-align: center; }

.full-column-content .content-wrapper .content-box { max-width: 755px; margin: 0px auto; padding: 0px 30px; }

.full-column-content .content-wrapper span { position: relative; top: 6px; text-transform: uppercase; font: 700 25px/22px "Brown", sans-serif; letter-spacing: 2.5px; }

.full-column-content .content-wrapper span .fw-normal { font-weight: normal; }

@media (max-width: 767px) { .full-column-content .content-wrapper span { top: 0px; font-size: 18px; } }

@media (max-width: 575px) { .full-column-content .content-wrapper span { font-size: 14px; font-weight: 400; } }

.full-column-content .content-wrapper h2 { margin-bottom: 25px; line-height: 0.9; letter-spacing: -1.14px; margin-top: 10px; }

@media (max-width: 767px) { .full-column-content .content-wrapper h2 { font-size: 44px; line-height: 38px; letter-spacing: 0px; } }

.full-column-content .content-wrapper p { margin-bottom: 10px; }

@media (max-width: 767px) { .full-column-content .content-wrapper a { margin-top: 10px; } }

.full-column-content.four-column .block-bg { background: #ffffff; }

.full-column-content.four-column .block-bg:after { background: #ffffff; }

.full-column-content.four-column .block-bg .block-gradient { background-image: linear-gradient(72deg, #bed8e2 22%, white 100%); }

.full-column-content.four-column .four-column-wrap { 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; padding-top: 40px; }

@media (max-width: 767px) { .full-column-content.four-column .four-column-wrap { padding-top: 35px; } }

.full-column-content.four-column .four-column-wrap .column-box { margin: 0px 10px; margin-bottom: 20px; width: calc(100% / 4 - 20px); }

@media (max-width: 991px) { .full-column-content.four-column .four-column-wrap .column-box { margin: 0px 20px; width: calc(100% / 2 - 40px); margin-bottom: 20px; } }

@media (max-width: 767px) { .full-column-content.four-column .four-column-wrap .column-box { margin: 0px 28px; margin-bottom: 35px; width: calc(100% / 2 - 56px); } }

.full-column-content.four-column .four-column-wrap .column-box h4 { font-size: 42px; margin-bottom: 45px; position: relative; }

@media (min-width: 992px) and (max-width: 1199px) { .full-column-content.four-column .four-column-wrap .column-box h4 { font-size: 36px; } }

@media (max-width: 991px) { .full-column-content.four-column .four-column-wrap .column-box h4 { font-size: 38px; margin-bottom: 35px; } }

@media (max-width: 767px) { .full-column-content.four-column .four-column-wrap .column-box h4 { font-size: 20px; margin-bottom: 27px; } }

.full-column-content.four-column .four-column-wrap .column-box h4:after { position: absolute; content: ""; background: #2c3439; width: 76px; height: 2px; bottom: -19px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); }

@media (max-width: 991px) { .full-column-content.four-column .four-column-wrap .column-box h4:after { width: 48px; bottom: -17px; } }

.full-column-content.four-column .four-column-wrap .column-box .icon-box { margin-bottom: 15px; }

@media (max-width: 767px) { .full-column-content.four-column .four-column-wrap .column-box .icon-box { margin-bottom: 10px; } }

.full-column-content.four-column .four-column-wrap .column-box .icon-box img { max-width: 38px; }

.full-column-content.four-column .four-column-wrap .column-box h5 { font-size: 24px; margin-bottom: 4px; margin-left: auto; margin-right: auto; letter-spacing: 1.92px; line-height: 25px; font-family: "Brown", sans-serif; }

.full-column-content.four-column .four-column-wrap .column-box h5 span { display: block; }

@media (min-width: 992px) and (max-width: 1199px) { .full-column-content.four-column .four-column-wrap .column-box h5 { font-size: 20px; line-height: 21px; } }

@media (max-width: 767px) { .full-column-content.four-column .four-column-wrap .column-box h5 { font-size: 14px; letter-spacing: 0.6px; line-height: 19px; } }

.full-column-content.four-column .four-column-wrap .column-box p { font-size: 15px; margin-bottom: 0px; letter-spacing: 0.96px; margin-top: 0; }

@media (max-width: 767px) { .full-column-content.four-column .four-column-wrap .column-box p { font-size: 12px; } }

.full-column-content.three-column { padding-top: 0; }

.full-column-content.three-column .content-box { position: relative; text-align: center; height: 100%; 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; padding: 50px 0px; padding-top: 110px; }

@media (max-width: 991px) { .full-column-content.three-column .content-box { width: 100%; padding-top: 60px; } }

.full-column-content.three-column .content-box .content-box-wrap { padding: 0px 30px; margin: 0px auto; position: relative; z-index: 9; }

.full-column-content.three-column .content-box .block-inner { color: #389070; }

.full-column-content.three-column .content-box .block-inner::after { background: #389070; }

.full-column-content.three-column .content-box h2 { margin-bottom: 20px; }

@media (max-width: 767px) { .full-column-content.three-column .content-box h2 { font-size: 44px; line-height: 1.2; } }

.full-column-content.three-column .content-box p { margin-bottom: 65px; }

@media (max-width: 767px) { .full-column-content.three-column .content-box p { margin-bottom: 15px; margin-top: 0px; } }

.full-column-content.three-column .content-box-wrap { max-width: 1000px; }

.full-column-content.three-column .content-box-wrap h2, .full-column-content.three-column .content-box-wrap p { color: #edf4f7; }

.full-column-content.three-column .content-box-wrap p { max-width: 600px; margin: 0 auto; }

.full-column-content.three-column .block-bg { background: #389070; }

.full-column-content.three-column .block-bg::after { background: #389070; }

.full-column-content.three-column .three-column-wrap { 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; padding-top: 110px; }

@media (max-width: 991px) { .full-column-content.three-column .three-column-wrap { padding-top: 35px; } }

.full-column-content.three-column .three-column-wrap .column-box { margin: 0px 80px; margin-bottom: 20px; }

.full-column-content.three-column .three-column-wrap .column-box h4 { font-size: 42px; margin-bottom: 45px; position: relative; }

@media (max-width: 767px) { .full-column-content.three-column .three-column-wrap .column-box h4 { font-size: 20px; } }

.full-column-content.three-column .three-column-wrap .column-box h4:after { position: absolute; content: ""; background: #2c3439; width: 76px; height: 2px; bottom: -19px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); }

.full-column-content.three-column .three-column-wrap .column-box .icon-box { margin-bottom: 10px; }

.full-column-content.three-column .three-column-wrap .column-box .icon-box img { max-width: 38px; }

.full-column-content.three-column .three-column-wrap .column-box h5 { font-size: 24px; margin-bottom: 10px; }

@media (max-width: 767px) { .full-column-content.three-column .three-column-wrap .column-box h5 { font-size: 14px; margin-bottom: 5px; } }

.full-column-content.three-column .three-column-wrap .column-box p { font-size: 15px; margin-bottom: 0px; }

@media (max-width: 767px) { .full-column-content.three-column .three-column-wrap .column-box p { font-size: 12px; margin-top: 0; } }

.two-column-content { position: relative; display: -ms-grid; display: grid; -ms-grid-columns: 65% 35%; grid-template-columns: 65% 35%; }

@media (max-width: 767px) { .two-column-content { -ms-grid-columns: 50% 50%; grid-template-columns: 50% 50%; } }

@media (max-width: 991px) { .two-column-content { display: block; } }

.two-column-content .block-inner { color: #fff364; }

.two-column-content .block-inner .gradient-block { background-image: linear-gradient(72deg, #ffffff 0%, #ffffff 21%, rgba(243, 248, 250, 0.18) 51%, rgba(255, 255, 255, 0) 100%); }

.two-column-content .block-inner:after { background: #fff364; }

.two-column-content .content-box { position: relative; text-align: center; height: 100%; 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; padding: 50px 0px; }

@media (max-width: 991px) { .two-column-content .content-box { width: 100%; } }

.two-column-content .content-box .content-box-wrap { max-width: 600px; padding: 0px 30px; margin: 0px auto; position: relative; z-index: 9; }

.two-column-content .content-box h2 { margin-bottom: 20px; }

@media (max-width: 767px) { .two-column-content .content-box h2 { font-size: 44px; line-height: 1.2; } }

.two-column-content .content-box p { margin-bottom: 65px; }

@media (max-width: 767px) { .two-column-content .content-box p { margin-bottom: 15px; } }

.two-column-content .image-box { min-height: 480px; background-size: cover; background-repeat: no-repeat; background-position: center center; }

@media (max-width: 991px) { .two-column-content .image-box { width: 100%; } }

.two-column-content .image-box a { display: -webkit-box; display: -ms-flexbox; display: flex; height: 100%; width: 100%; }

.experience .two-column-content { -ms-grid-columns: 100% 100%; grid-template-columns: 100% 100%; }

@media (max-width: 767px) { .experience .two-column-content { -ms-grid-columns: 50% 50%; grid-template-columns: 50% 50%; } }

.home-page .header-title-text span:nth-child(1) { text-indent: -1.5em; }

.home-page .header-title-text span:nth-child(2) { text-indent: -1.5em; }

.home-page .header-title-text span:nth-child(3) { text-indent: 1.5em; }

@media (max-width: 767px) { .home-page .header-title-block { width: 50%; } }

.home-page .full-column-content { padding: 60px 25px; }

@media (min-width: 992px) { .home-page .full-column-content { min-height: 45vw; } }

@media (min-width: 1500px) { .home-page .full-column-content { min-height: 35vw; } }

.home-page .full-column-content .content-wrapper h2 { font-size: 23px; letter-spacing: 0.69px; line-height: 18px; margin-bottom: 35px; }

.home-page .full-column-content .content-wrapper p { font-size: 37px; font-weight: 700; letter-spacing: 0.22px; line-height: 1.2; margin: 0; }

@media (max-width: 1199px) { .home-page .full-column-content .content-wrapper p { font-size: 30px; } }

.home-page .full.footer-newsletter { display: none; }

.top-block-grid { display: -ms-grid; display: grid; -ms-grid-columns: 20% 22.5% 22.5% auto; grid-template-columns: 20% 22.5% 22.5% auto; width: 100%; height: 18vw; position: relative; }

@media (max-width: 991px) { .top-block-grid { height: 300px; -ms-grid-columns: 100% 22.5% 22.5% auto; grid-template-columns: 100% 22.5% 22.5% auto; } }

.top-block-column { position: relative; }

.top-block-one { color: #fbb02a; 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 (min-width: 768px) { .top-block-one .block-bg:after { -webkit-clip-path: polygon(0% 0%, 250% 0%, 0% 100%); clip-path: polygon(0% 0%, 250% 0%, 0% 100%); } }

.top-block-one h2 { color: #fff; position: relative; z-index: 1; font-size: 50px; font-weight: 700; margin: 0; line-height: .9; }

@media (min-width: 768px) { .top-block-one h2 span { display: block; } }

@media (max-width: 991px) { .top-block-one h2 { text-align: center; font-size: 65px; line-height: 1; } }

@media (max-width: 767px) { .top-block-one h2 { font-size: 50px; } }

@media (max-width: 991px) { .top-block-two { position: absolute; width: 50%; height: 50vh; top: -50vh; right: 0; } }

@media (max-width: 767px) { .top-block-two { top: -40vh; height: 40vh; } }

@media (max-width: 991px) and (orientation: landscape) { .top-block-two { top: -100vh; height: 100vh; } }

.top-img-block { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.top-img-block img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.top-block-three { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

@media (max-width: 991px) { .top-block-three, .top-block-four { display: none; } }

.top-block-01, .top-block-02 { position: relative; height: 50%; }

.top-block-01 { color: #389070; }

.top-block-02 { color: #fff; }

.top-block-02 .bg-block .gradient-block { background-image: linear-gradient(72deg, #389070 22%, rgba(255, 255, 255, 0) 100%); }

.home-gallery-grid { display: -ms-grid; display: grid; -ms-grid-columns: 65% auto; grid-template-columns: 65% auto; }

@media (max-width: 991px) { .home-gallery-grid { -ms-grid-columns: 100%; grid-template-columns: 100%; } }

.home-gallery-grid .slider-section .slider-block.slick-dotted { margin-bottom: 75px; }

@media (min-width: 992px) { .home-gallery-grid .slider-section .slider-block.slick-dotted { margin-bottom: 0; } }

@media (max-width: 767px) { .home-gallery-grid .slider-section .slider-block.slick-dotted { margin-bottom: 20px; } }

.home-gallery-grid .slider-section .slider-block.slick-dotted ul.slick-dots { margin-top: 25px; }

.home-gallery-grid .slider-section .slider-block.slick-dotted .slick-dots li.slick-active button { background: #1A1818; opacity: 1; }

.home-gallery-grid .slider-section .slider-block.slick-dotted .slick-dots li button { background: #fff364; }

@media (min-width: 992px) { .home-gallery-grid .slick-dots { display: none !important; } }

.home-gallery-right { 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; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 35px 5vw; }

@media (min-width: 992px) { .home-gallery-right { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } }

@media (max-width: 991px) { .home-gallery-right { padding: 35px 50px; } }

.home-gallery-text h2 { font-size: 57px; line-height: .9; letter-spacing: 0.28px; }

.home-gallery-text p { font-size: 17px; }

@media (min-width: 992px) { .home-gallery-text p { max-width: 280px; } }

.home-carousel { max-width: 1260px; margin: auto; padding: 115px 0 75px 0; }

@media (max-width: 991px) { .home-carousel { padding: 75px 0; } }

@media (max-width: 991px) { .home-carousel .slick-list { padding-right: 20%; } }

.hc-slide { padding: 0 15px; }

.hc-image { padding-bottom: 120%; position: relative; }

.hc-image img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: 50% 50%; object-position: 50% 50%; }

.hc-title { text-align: center; position: relative; padding-top: 50px; }

.hc-title:after { content: ' '; display: block; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background-image: linear-gradient(72deg, #fbb02a 0%, #fbb02a 5%, rgba(251, 176, 42, 0) 70%); -webkit-clip-path: polygon(0% 100%, 100% 0%, 100% calc(100% + 0.5px), 0% calc(100% + 0.5px)); clip-path: polygon(0% 100%, 100% 0%, 100% calc(100% + 0.5px), 0% calc(100% + 0.5px)); opacity: .6; }

.hc-title span { font-size: 16px; letter-spacing: 1.28px; text-transform: uppercase; display: block; margin-bottom: .3em; position: relative; z-index: 1; }

@media (max-width: 991px) { .hc-title span { font-size: 14px; } }

.hc-title h3 { font-size: 76px; letter-spacing: -1.14px; line-height: .85; margin-bottom: .4em; position: relative; z-index: 1; }

@media (max-width: 991px) { .hc-title h3 { font-size: 60px; } }

.hc-content { text-align: center; font-size: 17px; line-height: 1.4; max-width: 320px; margin: auto; }

@media (max-width: 991px) { .hc-content { 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; min-height: 210px; } }

.hc-btn { margin-top: 0.5em; font-size: 15px; letter-spacing: 1.35px; text-transform: uppercase; border: 1px solid #2c3439; display: inline-block; padding: 8px 30px 4px 30px; }

.hc-btn:hover, .hc-btn:active, .hc-btn:focus { text-decoration: none; }

.home-features { overflow: hidden; position: relative; background-color: #f0ece7; padding: 60px 0; height: 95vw; }

@media (max-width: 1700px) { .home-features { height: 100vw; } }

@media (max-width: 1499px) { .home-features { height: 1600px; } }

@media (max-width: 1199px) { .home-features { height: 1575px; } }

@media (max-width: 1199px) and (orientation: landscape) { .home-features { height: 1355px; } }

@media (max-width: 991px) { .home-features { height: 220vw; } }

@media (max-width: 767px) { .home-features { height: 235vw; } }

@media (max-width: 575px) { .home-features { height: 295vw; } }

@media (max-width: 359px) { .home-features { height: 315vw; } }

@media (max-width: 767px) and (orientation: landscape) { .home-features { height: 1580px; } }

.home-features h2 { position: absolute; top: 46%; left: 50%; max-width: 15em; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); font-size: 122px; text-align: center; line-height: .8; letter-spacing: normal; margin: 0; }

@media (max-width: 1199px) { .home-features h2 { top: 53%; } }

@media (max-width: 991px) { .home-features h2 { top: 62%; } }

@media (max-width: 767px) { .home-features h2 { font-size: 70px; top: 60%; letter-spacing: -1.05px; } }

.home-features h2 span { font-size: 25px; letter-spacing: 2.5px; display: block; font-family: "Brown", sans-serif; }

@media (max-width: 767px) { .home-features h2 span { font-size: 20px; letter-spacing: 2px; } }

.home-feat-block { position: absolute; }

.home-feat-img img { width: 100%; }

.home-feat-img01 { top: 140px; left: -8%; }

@media (max-width: 767px) { .home-feat-img01 { top: 85px; } }

.home-feat-img01 .home-feat-img { width: 40vw; }

@media (max-width: 1499px) { .home-feat-img01 .home-feat-img { width: 45vw; } }

@media (max-width: 991px) { .home-feat-img01 .home-feat-img { width: 65vw; } }

.home-feat-img01 .home-feat-txt { right: 70px; top: -60px; }

@media (max-width: 991px) { .home-feat-img01 .home-feat-txt { right: 30px; top: -45px; } }

@media (max-width: 767px) { .home-feat-img01 .home-feat-txt { right: -15px; } }

.home-feat-img02 { left: 42%; top: 310px; }

@media (max-width: 991px) { .home-feat-img02 { left: auto; right: 5%; top: 150px; } }

@media (max-width: 767px) { .home-feat-img02 { top: 100px; } }

@media (max-width: 991px) { .home-feat-img02 .home-feat-img { width: 200px; } }

@media (max-width: 767px) { .home-feat-img02 .home-feat-img { width: 28vw; } }

.home-feat-img02 .home-feat-txt { right: -80px; top: -70px; }

@media (max-width: 1199px) { .home-feat-img02 .home-feat-txt { right: 40px; } }

@media (max-width: 991px) { .home-feat-img02 .home-feat-txt { top: auto; bottom: -80px; right: 50%; -webkit-transform: translateX(50%); transform: translateX(50%); } }

.home-feat-img03 { right: -4%; top: 50px; }

@media (max-width: 991px) { .home-feat-img03 { right: -10%; top: 30%; } }

@media (max-width: 767px) { .home-feat-img03 { top: 28%; } }

.home-feat-img03 .home-feat-img { width: 33vw; }

@media (max-width: 991px) { .home-feat-img03 .home-feat-img { width: 60vw; } }

@media (max-width: 767px) { .home-feat-img03 .home-feat-img { width: 65vw; } }

.home-feat-img03 .home-feat-txt { bottom: -100px; right: 50%; }

@media (max-width: 991px) { .home-feat-img03 .home-feat-txt { bottom: 50%; right: auto; left: -190px; } }

@media (max-width: 767px) { .home-feat-img03 .home-feat-txt { left: -130px; } }

.home-feat-img04 { bottom: 6%; right: 17%; }

@media (max-width: 991px) { .home-feat-img04 { right: auto; left: -10px; bottom: 5%; } }

.home-feat-img04 .home-feat-txt { top: 50%; left: -45%; }

@media (max-width: 991px) { .home-feat-img04 .home-feat-txt { left: 116%; } }

@media (max-width: 1199px) { .home-feat-img04 .home-feat-img { width: 35vw; } }

@media (max-width: 767px) { .home-feat-img04 .home-feat-img { width: 40vw; } }

.home-feat-img05 { bottom: 30%; left: 20%; }

@media (max-width: 1499px) { .home-feat-img05 { bottom: 30%; } }

@media (max-width: 1399px) { .home-feat-img05 { left: 10%; bottom: 30%; } }

@media (max-width: 1199px) { .home-feat-img05 { left: 45px; bottom: auto; top: 50%; } }

@media (max-width: 991px) { .home-feat-img05 { top: 45%; } }

@media (max-width: 767px) { .home-feat-img05 { left: 16px; top: 42%; } }

@media (max-width: 1199px) { .home-feat-img05 .home-feat-img { width: 25vw; } }

@media (max-width: 767px) { .home-feat-img05 .home-feat-img { width: 30vw; } }

.home-feat-img06 { bottom: 33%; right: 3%; }

@media (max-width: 1199px) { .home-feat-img06 { bottom: 38%; } }

@media (max-width: 991px) { .home-feat-img06 { bottom: 14%; right: -5%; } }

@media (max-width: 767px) { .home-feat-img06 { bottom: 17%; } }

.home-feat-img06 .home-feat-txt { display: none; }

@media (max-width: 1199px) { .home-feat-img06 .home-feat-img { width: 24vw; } }

@media (max-width: 991px) { .home-feat-img06 .home-feat-img { width: 45vw; } }

@media (max-width: 767px) { .home-feat-img06 .home-feat-img { width: 48vw; } }

.home-feat-txt { position: absolute; font-size: 18px; font-weight: 400; letter-spacing: 1.62px; text-transform: uppercase; color: #3d464a; text-align: center; }

@media (max-width: 767px) { .home-feat-txt { font-size: 15px; } }

.home-two-col-section { display: -webkit-box; display: -ms-flexbox; display: flex; }

@media (max-width: 991px) { .home-two-col-section { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; } }

@media (max-width: 991px) { .home-two-col-section .footer-newsletter { padding: 40px 25px; } }

@media (min-width: 768px) { .home-two-col-section .footer-newsletter .block-bg:after { -webkit-clip-path: polygon(0% 0%, 200% 0%, 0% 100%); clip-path: polygon(0% 0%, 200% 0%, 0% 100%); } }

.home-two-col-section .footer-newsletter .block-content p span { display: inline-block; }

.home-tcs-left { position: relative; }

@media (min-width: 1200px) { .home-tcs-left { width: 60%; } }

@media (min-width: 992px) { .home-tcs-left { width: 55%; } }

@media (min-width: 992px) { .home-tcs-left img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: 50% 50%; object-position: 50% 50%; } }

.home-tcs-right { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -ms-flexbox; display: flex; }

.home-tcs-right .footer-newsletter { width: 100%; }

.home-tcs-right .footer-newsletter h2 { font-size: 88px; }

.home-tcs-right .footer-newsletter p { max-width: 400px; margin: auto; }

@media (max-width: 991px) { .home-tcs-right .footer-newsletter p { max-width: 100%; } }

.home-full-grid { position: relative; }

.home-full-grid h2 { font-size: 42px; letter-spacing: 0.42px; line-height: .9; position: absolute; top: 20%; left: 9.5%; }

@media (max-width: 1199px) { .home-full-grid h2 { font-size: 35px; left: 9.8%; } }

@media (min-width: 992px) { .home-full-grid h2 span { display: block; } }

@media (max-width: 991px) { .home-full-grid h2 { font-size: 36px; top: 5%; text-align: center; width: 100%; left: 0; padding: 0 10px; z-index: 9; } }

@media (max-width: 767px) { .home-full-grid h2 { font-size: 21px; } }

.home-full-grid img { width: 100%; }

@media (max-width: 991px) { .home-siteplan-desk { display: none; } }

@media (min-width: 992px) { .home-siteplan-mob { display: none; } }

.home-about { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 75px 25px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

@media (max-width: 767px) { .home-about { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 60px 35px; } }

.home-about h2 { font-size: 42px; letter-spacing: 0.42px; line-height: 0.9; margin: 0; }

.home-about p { margin: 0; margin-bottom: 1.4em; }

.home-about a { display: inline-block; text-decoration: underline; }

.home-about a:hover, .home-about a:active, .home-about a:focus { font-weight: 700; }

.home-about .ha-right { padding-left: 50px; max-width: 980px; }

@media (max-width: 767px) { .home-about .ha-right { padding-left: 0; padding-top: 30px; } }

.pinch-zoom-parent { width: 100%; }

@media (min-width: 992px) { .pinch-zoom-parent { display: none; } }

.pinch-zoom-parent img { height: auto; }

.work .header-title-text { -webkit-transform: translateY(-21%); transform: translateY(-21%); }

@media (max-width: 575px) { .work .header-title-text { -webkit-transform: translateY(-20%); transform: translateY(-20%); } }

@media (max-width: 480px) { .work .header-title-text { margin-left: 4vw; } }

.work .header-title-text span:nth-child(1) { text-indent: -5em; }

@media (max-width: 1199px) and (min-width: 992px) { .work .header-title-text span:nth-child(1) { text-indent: -3em; } }

@media (max-width: 991px) and (min-width: 481px) { .work .header-title-text span:nth-child(1) { text-indent: -3.7em; } }

.work .header-title-text span:nth-child(2) { text-indent: 0.6em; }

.work .header-title-text span:nth-child(3) { text-indent: -1.7em; }

@media (max-width: 1199px) and (min-width: 992px) { .work .header-title-text span:nth-child(3) { text-indent: 0.3em; } }

@media (max-width: 991px) and (min-width: 481px) { .work .header-title-text span:nth-child(3) { text-indent: -0.5em; } }

@media (max-width: 991px) { .work .interactive_map { display: none; } }

.work .two-column-content .image-box a { pointer-events: none; }

@media (max-width: 991px) { .work .two-column-content .image-box { position: absolute; width: 50%; height: 50vh; top: -50vh; right: 0; min-height: auto; } }

@media (max-width: 991px) and (max-width: 767px) { .work .two-column-content .image-box { top: -40vh; height: 40vh; } }

@media (max-width: 991px) and (max-width: 991px) and (orientation: landscape) { .work .two-column-content .image-box { top: -100vh; height: 100vh; } }

.work .map-slider { display: none; padding: 50px 0px; }

@media (max-width: 991px) { .work .map-slider { display: block; } }

.work .map-slider .slick-list { padding-right: 20%; }

.work .map-slider .map-slider-wrap .map-slider-box { width: 300px; margin-right: 20px; }

.work .map-slider .map-slider-wrap .map-slider-box .image { width: 100%; padding-bottom: 120%; background-repeat: no-repeat; background-size: cover; position: relative; }

.work .map-slider .map-slider-wrap .map-slider-box .image::before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, 0.4); }

.work .map-slider .map-slider-wrap .map-slider-box .image img { max-width: 200px; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 1; }

.work .map-slider .map-slider-wrap .map-slider-box .content { padding: 20px; }

.work .slider-section .slider-block.slick-dotted { margin-bottom: 0px; }

.work .slider-section .slider-block.slick-dotted .slick-dots { position: relative; z-index: 2; display: block; padding: 30px; background: #bed8e2; margin: 0px; }

@media (max-width: 767px) { .work .slider-section .slider-block.slick-dotted .slick-dots { padding: 15px; } }

@media (max-width: 991px) { .work .full-column-content { padding: 55px 0px 105px; } }

@media (max-width: 767px) { .work .full-column-content { padding: 35px 0px 105px; } }

.work .full-column-content.office-space { margin-top: -1px; }

.work .full-column-content.office-space .content-wrapper span { font-weight: normal; }

@media (min-width: 768px) { .work .full-column-content.office-space .content-wrapper h2 { margin-top: 10px; margin-bottom: 35px; } }

.work .full-column-content.office-space .content-wrapper p { margin-bottom: 30px; }

@media (min-width: 768px) { .work .full-column-content.office-space .content-wrapper p { margin-bottom: 60px; } }

@media (max-width: 991px) { .work .full-column-content.office-space { padding: 55px 0px 75px; } }

.work .full-column-content.four-column { padding: 110px 0; }

@media (max-width: 767px) { .work .full-column-content.four-column .block-bg { height: 200px; bottom: 0px; top: auto; } }

.work .full-column-content.four-column .block-inner { color: #fff; }

.work .full-column-content.four-column .block-inner .gradient-block { background-image: linear-gradient(72deg, #bed8e2 22%, white 100%); }

.work .full-column-content.four-column .content-wrapper span { font-weight: normal; }

.gallery .header-title-text span:nth-child(1) { text-indent: -1.5em; }

.gallery .header-title-text span:nth-child(2) { text-indent: -1.5em; }

.gallery .header-title-text span:nth-child(3) { text-indent: 1.5em; }

.gallery .two-column-content { display: none; }

@media (max-width: 991px) { .gallery .two-column-content { display: block; }
  .gallery .two-column-content .image-box { position: absolute; width: 50%; height: 50vh; top: -50vh; right: 0; min-height: auto; } }

@media (max-width: 991px) and (max-width: 767px) { .gallery .two-column-content .image-box { top: -40vh; height: 40vh; } }

@media (max-width: 991px) and (max-width: 991px) and (orientation: landscape) { .gallery .two-column-content .image-box { top: -100vh; height: 100vh; } }

.gallery .gallery-wrapper { background: #f0ece7; padding: 150px 0px 100px 0px; }

@media (max-width: 767px) { .gallery .gallery-wrapper { padding: 80px 0px 100px 0px; } }

.gallery .gallery-wrapper .gallery-container { width: 90%; margin: 0px auto; }

@media (max-width: 767px) { .gallery .gallery-wrapper .gallery-container { width: 100%; } }

.gallery .gallery-wrapper .gallery-tabs { 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; }

.gallery .gallery-wrapper .gallery-tabs ul { list-style-type: none; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 0px; }

@media (max-width: 767px) { .gallery .gallery-wrapper .gallery-tabs ul { display: none; } }

.gallery .gallery-wrapper .gallery-tabs ul li { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background: #ffffff; padding: 12px 0px 10px 0px; min-width: 193px; cursor: pointer; margin: 0px 15px; margin-bottom: 20px; }

.gallery .gallery-wrapper .gallery-tabs ul li a { text-decoration: none; line-height: normal; letter-spacing: 2.1px; font-size: 14px; font-weight: bold; }

html.system .gallery .gallery-wrapper .gallery-tabs ul li:hover { background: #2c3439; }

html.system .gallery .gallery-wrapper .gallery-tabs ul li:hover a { color: #ffffff; }

.gallery .gallery-wrapper .gallery-tabs ul li.active { background: #2c3439; }

.gallery .gallery-wrapper .gallery-tabs ul li.active a { color: #ffffff; }

.gallery .gallery-wrapper .gallery-box { padding-top: 50px; }

.gallery .gallery-wrapper .gallery-box h2 { text-align: center; max-width: 600px; margin: 0px auto; margin-bottom: 20px; padding: 0px 30px; }

@media (max-width: 767px) { .gallery .gallery-wrapper .gallery-box h2 { font-size: 44px; } }

.gallery .gallery-wrapper .gallery-box p { text-align: center; max-width: 600px; margin: 0px auto; padding: 0px 30px; padding-bottom: 20px; }

.gallery .gallery-wrapper .gallery-box .gallery-slider { max-width: 869px; width: 100%; margin: 0px auto; padding-top: 40px; }

.gallery .gallery-wrapper .gallery-box .gallery-slider .slider-count p { font-size: 15px; letter-spacing: 1.5px; color: #1A1818; }

.gallery .gallery-wrapper .gallery-box .gallery-slider .slider-for, .gallery .gallery-wrapper .gallery-box .gallery-slider .slider-nav { display: none; }

.gallery .gallery-wrapper .gallery-box .gallery-slider .slider-for.slick-initialized, .gallery .gallery-wrapper .gallery-box .gallery-slider .slider-nav.slick-initialized { display: block; }

.gallery .gallery-wrapper .gallery-box .gallery-slider .slider-caption { position: relative; background: #f0ece7; width: 100%; padding: 20px 7px 10px 7px; text-align: center; }

.gallery .gallery-wrapper .gallery-box .gallery-slider .slider-caption h5 { font: 400 10px/14px "Brown", sans-serif; letter-spacing: 0.62px; margin-bottom: 0; }

.gallery .gallery-wrapper .gallery-box .gallery-slider button.slick-prev.slick-arrow { font-size: 0; border: 0; height: 47px; width: 35px; background: url(../images/icons/slider-arrow.svg) no-repeat center center; top: 43%; position: absolute; left: -80px; cursor: pointer; -webkit-transform: translateY(-50%); transform: translateY(-50%); }

@media (max-width: 1199px) { .gallery .gallery-wrapper .gallery-box .gallery-slider button.slick-prev.slick-arrow { left: -50px; } }

@media (max-width: 991px) { .gallery .gallery-wrapper .gallery-box .gallery-slider button.slick-prev.slick-arrow { left: -35px; } }

@media (max-width: 767px) { .gallery .gallery-wrapper .gallery-box .gallery-slider button.slick-prev.slick-arrow { display: none !important; } }

.gallery .gallery-wrapper .gallery-box .gallery-slider button.slick-next.slick-arrow { font-size: 0; border: 0; height: 47px; width: 35px; background: url(../images/icons/slider-arrow.svg) no-repeat center center; -webkit-transform: translateY(-50%) rotate(180deg); transform: translateY(-50%) rotate(180deg); top: 43%; position: absolute; right: -80px; cursor: pointer; }

@media (max-width: 1199px) { .gallery .gallery-wrapper .gallery-box .gallery-slider button.slick-next.slick-arrow { right: -50px; } }

@media (max-width: 991px) { .gallery .gallery-wrapper .gallery-box .gallery-slider button.slick-next.slick-arrow { right: -35px; } }

@media (max-width: 767px) { .gallery .gallery-wrapper .gallery-box .gallery-slider button.slick-next.slick-arrow { display: none !important; } }

.gallery .gallery-wrapper .gallery-box .gallery-slider .slider-nav .slick-slide { opacity: 0.3; cursor: pointer; margin-right: 13px; width: 100px; height: 68px; }

.gallery .gallery-wrapper .gallery-box .gallery-slider .slider-nav .slick-slide.slick-selected, .gallery .gallery-wrapper .gallery-box .gallery-slider .slider-nav .slick-slide.slick-current { opacity: 1; }

.gallery .gallery-wrapper .gallery-box .gallery-slider .slider.slider-nav { overflow: hidden; }

.gallery .gallery-wrapper .gallery-box .gallery-slider .image-wrap-box { height: 505px; }

@media (max-width: 767px) { .gallery .gallery-wrapper .gallery-box .gallery-slider .image-wrap-box { height: 300px; } }

.gallery .gallery-wrapper .gallery-box .gallery-slider .slider.slider-nav { padding: 10px 0 0; }

.gallery .gallery-wrapper .gallery-box .gallery-slider .slider-nav .slick-slide.thumbnail-image .thumbImg { max-width: 110px; height: 68px; margin: 0 auto; border: 1px solid #EBEBEB; }

.gallery .gallery-wrapper .gallery-box .gallery-slider .slider-banner-image img, .gallery .gallery-wrapper .gallery-box .gallery-slider .slider-nav .slick-slide.thumbnail-image .thumbImg img { height: 100%; width: 100%; -o-object-fit: cover; object-fit: cover; }

.gallery .gallery-wrapper .gallery-box .gallery-slider .slick-vertical .slick-slide:active, .gallery .gallery-wrapper .gallery-box .gallery-slider .slick-vertical .slick-slide:focus, .gallery .gallery-wrapper .gallery-box .gallery-slider .slick-arrow:hover, .gallery .gallery-wrapper .gallery-box .gallery-slider .slick-arrow:focus { border: 0; outline: 0; }

.gallery .selectivo { position: relative; display: none; background: white; }

@media (max-width: 767px) { .gallery .selectivo { display: inline-block; } }

.gallery .selectivo__label, .gallery .selectivo__option { display: block; width: 100%; 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; padding: 12px 0px 10px 0px; border: 0; background: transparent; min-width: 193px; color: inherit; white-space: nowrap; text-transform: uppercase; cursor: pointer; outline: none; line-height: normal; letter-spacing: 2.1px; font-size: 14px; font-weight: bold; }

.gallery .selectivo__option { padding: 12px 0px 12px 0px; }

.gallery .selectivo__option:first-child { padding: 24px 0px 12px 0px; }

.gallery .selectivo__option:last-child { padding: 12px 0px 24px 0px; }

.gallery .selectivo__label:focus, .gallery .selectivo__option:focus { outline: 1px dotted gray; }

.gallery .selectivo__label::-moz-focus-inner, .gallery .selectivo__option::-moz-focus-inner { border: 0; }

.gallery .selectivo__label:after { position: absolute; content: ''; height: 10px; width: 13px; right: 18px; top: 16px; background: url("../images/icons/drop-arrow.svg") no-repeat; }

.gallery .selectivo__label, .gallery .selectivo__dropdown { border: 1px solid #E3E3E3; }

.gallery .selectivo__dropdown { display: none; position: absolute; z-index: 1; top: 35; left: 0; right: 0; overflow: hidden; background: white; }

.gallery .selectivo--open .selectivo__dropdown { display: block; }

.news .header-title-text, .news-details .header-title-text { -webkit-transform: translateY(-21%); transform: translateY(-21%); }

@media (max-width: 575px) { .news .header-title-text, .news-details .header-title-text { -webkit-transform: translateY(-20%); transform: translateY(-20%); } }

.news .header-title-text span:nth-child(1), .news-details .header-title-text span:nth-child(1) { text-indent: -1.5em; }

.news .header-title-text span:nth-child(2), .news-details .header-title-text span:nth-child(2) { text-indent: -1.5em; }

.news .header-title-text span:nth-child(3), .news-details .header-title-text span:nth-child(3) { text-indent: 1.5em; }

.news .two-column-content, .news-details .two-column-content { display: none; }

@media (max-width: 991px) { .news .two-column-content, .news-details .two-column-content { display: block; }
  .news .two-column-content .image-box, .news-details .two-column-content .image-box { position: absolute; width: 50%; height: 50vh; top: -50vh; right: 0; min-height: auto; } }

@media (max-width: 991px) and (max-width: 767px) { .news .two-column-content .image-box, .news-details .two-column-content .image-box { top: -40vh; height: 40vh; } }

@media (max-width: 991px) and (max-width: 991px) and (orientation: landscape) { .news .two-column-content .image-box, .news-details .two-column-content .image-box { top: -100vh; height: 100vh; } }

.news .news-wrapper, .news-details .news-wrapper { background-color: #f0ece7; padding: 100px 0px; }

@media (max-width: 1199px) { .news .news-wrapper, .news-details .news-wrapper { padding: 50px 0px 70px 0px; } }

.news .news-wrapper .news-box-container, .news-details .news-wrapper .news-box-container { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 90%; margin: 0px auto; }

.news .news-wrapper .news-box-container h2, .news-details .news-wrapper .news-box-container h2 { width: 100%; text-align: center; }

@media (max-width: 767px) { .news .news-wrapper .news-box-container h2, .news-details .news-wrapper .news-box-container h2 { font-size: 44px; margin-bottom: 20px; } }

.news .news-wrapper .news-box-container .news-box, .news-details .news-wrapper .news-box-container .news-box { width: calc(100% / 3 - 40px); background: #ffffff; margin: 30px 20px; padding: 80px 40px 150px 40px; text-align: center; position: relative; }

@media (max-width: 991px) { .news .news-wrapper .news-box-container .news-box, .news-details .news-wrapper .news-box-container .news-box { width: calc(100% / 2 - 40px); } }

@media (max-width: 767px) { .news .news-wrapper .news-box-container .news-box, .news-details .news-wrapper .news-box-container .news-box { width: 100%; padding: 80px 40px 80px 40px; } }

.news .news-wrapper .news-box-container .news-box:after, .news-details .news-wrapper .news-box-container .news-box:after { content: ' '; display: block; position: absolute; bottom: 0; left: 0; width: 100%; height: 40%; background-image: linear-gradient(72deg, #fbb02a 0%, #fbb02a 5%, rgba(251, 176, 42, 0) 70%); -webkit-clip-path: polygon(0% 100%, 100% 0%, 100% calc(100% + 0.5px), 0% calc(100% + 0.5px)); clip-path: polygon(0% 100%, 100% 0%, 100% calc(100% + 0.5px), 0% calc(100% + 0.5px)); opacity: .6; }

.news .news-wrapper .news-box-container .news-box h4, .news-details .news-wrapper .news-box-container .news-box h4 { font-size: 42px; line-height: 37px; position: relative; padding-bottom: 35px; margin-bottom: 35px; }

.news .news-wrapper .news-box-container .news-box h4:after, .news-details .news-wrapper .news-box-container .news-box h4:after { position: absolute; content: ''; height: 1px; width: 70px; background: #2c3439; bottom: 0px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); }

.news .news-wrapper .news-box-container .news-box h4 a, .news-details .news-wrapper .news-box-container .news-box h4 a { color: inherit; }

.news .news-wrapper .news-box-container .news-box h4 a:hover, .news-details .news-wrapper .news-box-container .news-box h4 a:hover { text-decoration: none; }

@media (min-width: 768px) { .news .news-wrapper .news-box-container .news-box a.read-btn, .news-details .news-wrapper .news-box-container .news-box a.read-btn { position: absolute; bottom: 90px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); background: #ffffff; } }

.news .news-wrapper .news-box-container .news-box p, .news-details .news-wrapper .news-box-container .news-box p { padding-bottom: 20px; line-height: 1.4; }

.news .news-wrapper .news-box-container .load-news, .news-details .news-wrapper .news-box-container .load-news { width: 100%; text-align: center; padding-top: 30px; }

.news .news-wrapper .wp-pagenavi, .news-details .news-wrapper .wp-pagenavi { width: 90%; text-align: center; margin: 0px auto; padding-top: 70px; }

.news .news-details-wrap, .news-details .news-details-wrap { background-color: #f0ece7; padding-top: 100px; }

.news .news-details-wrap .news-details-box, .news-details .news-details-wrap .news-details-box { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 90%; margin: 0px auto; background: #ffffff; padding: 100px 0px 40px 0px; }

@media (max-width: 767px) { .news .news-details-wrap .news-details-box, .news-details .news-details-wrap .news-details-box { padding: 40px 0px 140px 0px; } }

.news .news-details-wrap .news-details-box .news-title, .news-details .news-details-wrap .news-details-box .news-title { width: 100%; padding: 0px 40px 100px 40px; text-align: center; }

.news .news-details-wrap .news-details-box .news-title h2, .news-details .news-details-wrap .news-details-box .news-title h2 { max-width: 700px; margin: 0px auto; line-height: 62px; margin-bottom: 40px; }

@media (max-width: 767px) { .news .news-details-wrap .news-details-box .news-title h2, .news-details .news-details-wrap .news-details-box .news-title h2 { font-size: 42px; margin-bottom: 25px; line-height: 1.2; } }

.news .news-details-wrap .news-details-box .news-title p, .news-details .news-details-wrap .news-details-box .news-title p { max-width: 700px; margin: 0px auto; margin-bottom: 20px; }

@media (max-width: 767px) { .news .news-details-wrap .news-details-box .news-title span, .news-details .news-details-wrap .news-details-box .news-title span { position: relative; display: block; padding-bottom: 20px; }
  .news .news-details-wrap .news-details-box .news-title span:after, .news-details .news-details-wrap .news-details-box .news-title span:after { position: absolute; content: ''; background: #2c3439; width: 76px; height: 1px; bottom: -19px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); } }

.news .news-details-wrap .news-details-box .news-image, .news-details .news-details-wrap .news-details-box .news-image { width: 50%; }

.news .news-details-wrap .news-details-box .news-image img, .news-details .news-details-wrap .news-details-box .news-image img { width: 100%; }

@media (max-width: 767px) { .news .news-details-wrap .news-details-box .news-image, .news-details .news-details-wrap .news-details-box .news-image { width: 100%; margin-bottom: 40px; } }

.news .news-details-wrap .news-details-box .news-content, .news-details .news-details-wrap .news-details-box .news-content { width: 50%; padding-right: 7vw; padding-left: 7vw; }

@media (max-width: 767px) { .news .news-details-wrap .news-details-box .news-content, .news-details .news-details-wrap .news-details-box .news-content { width: 100%; padding: 0px 7vw; } }

.news .news-details-wrap .news-details-box .news-content p, .news-details .news-details-wrap .news-details-box .news-content p { margin: 0px; padding-bottom: 30px; }

.one-halley header, .work-detail header { -ms-grid-columns: 20% 80% auto; grid-template-columns: 20% 80% auto; }

@media (min-width: 992px) and (max-width: 1199px) { .one-halley header, .work-detail header { -ms-grid-columns: 30% 70% auto; grid-template-columns: 30% 70% auto; } }

@media (max-width: 991px) { .one-halley header, .work-detail header { min-height: 0; } }

.one-halley .header-img-block, .work-detail .header-img-block { padding: 0; position: relative; 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 (max-width: 991px) { .one-halley .header-img-block, .work-detail .header-img-block { height: 50vh; } }

@media (max-width: 991px) and (orientation: landscape) { .one-halley .header-img-block, .work-detail .header-img-block { height: 40vw; } }

@media (max-width: 767px) { .one-halley .header-img-block, .work-detail .header-img-block { height: 40vh; } }

@media (max-width: 767px) and (orientation: landscape) { .one-halley .header-img-block, .work-detail .header-img-block { height: 75vh; } }

.one-halley .header-img-block::after, .work-detail .header-img-block::after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.35); }

.header-img-title { position: relative; z-index: 1; text-align: center; }

@media (max-width: 991px) { .header-img-title img { width: 75%; } }

.work-description { position: relative; }

.work-description .block-inner { color: #fff; }

.work-description .block-inner .gradient-block { background-image: linear-gradient(72deg, #bed8e2 22%, white 100%); }

.work-description .block-inner::after { background: #fff; }

.work-desc-content { text-align: center; max-width: 750px; padding: 0 25px; margin: auto; position: relative; z-index: 1; }

.work-desc-content h2 { font-size: 70px; font-weight: 700; letter-spacing: -1.14px; text-transform: uppercase; margin-bottom: 0; line-height: 1.2; }

@media (max-width: 767px) { .work-desc-content h2 { font-size: 44px; line-height: 1.2; letter-spacing: 0px; } }

.work-desc-content p { margin-top: 10px; letter-spacing: 1.96px; }

@media (max-width: 767px) { .work-desc-content p { font-size: 18px; letter-spacing: 0px; max-width: 285px; margin-left: auto; margin-right: auto; } }

.work-desc-detail { padding: 75px 20px 100px 20px; max-width: 1230px; margin: auto; display: -webkit-box; display: -ms-flexbox; display: flex; position: relative; z-index: 1; }

@media (max-width: 767px) { .work-desc-detail { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 40px 30px 60px; } }

.work-desc-detail .col-left { width: 40%; text-align: center; }

@media (max-width: 767px) { .work-desc-detail .col-left { width: 100%; } }

.work-desc-detail .col-left h3 { font-size: 42px; letter-spacing: 0.42px; text-transform: uppercase; position: relative; margin-top: -13px; }

@media (max-width: 767px) { .work-desc-detail .col-left h3 { font-size: 24px; letter-spacing: 0.6px; margin-top: 0px; } }

.work-desc-detail .col-left h3::after { content: ""; position: absolute; height: 2px; width: 80px; background: #1A1818; left: 50%; bottom: -15px; -webkit-transform: translateX(-50%); transform: translateX(-50%); }

.work-desc-detail .col-left p { font-size: 37px; text-transform: uppercase; line-height: 1.1; }

@media (max-width: 767px) { .work-desc-detail .col-left p { font-size: 18px; letter-spacing: 1.12px; font-weight: 700; padding-top: 9px; } }

.work-desc-detail .col-left p span { display: block; }

.work-desc-detail .col-right { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

@media (max-width: 767px) { .work-desc-detail .col-right { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-top: 25px; } }

.work-desc-detail .col-right ul { margin: 0; padding: 0; list-style: none; }

.work-desc-detail .col-right ul:not(:last-child) { padding-right: 25px; }

@media (min-width: 1200px) { .work-desc-detail .col-right ul:not(:last-child) { padding-right: 60px; } }

.work-desc-detail .col-right ul li { position: relative; -webkit-column-break-inside: avoid; break-inside: avoid; }

.work-desc-detail .col-right ul li:not(:last-child) { padding-bottom: 65px; }

.work-desc-detail .col-right ul li:not(:last-child)::before { content: ""; position: absolute; bottom: 45px; left: 0; height: 2px; width: 15px; background: #1A1818; }

.work-desc-detail .col-right ul li a { color: #145076; text-decoration: underline; }

.work-desc-btngrp { position: relative; z-index: 1; padding: 0 25px; text-align: center; padding-bottom: 70px; }

.error-page .header-title-text { -webkit-transform: translateY(-35%); transform: translateY(-35%); }

.error-page .header-title-text span:nth-child(1) { margin-left: -50%; }

@media (min-width: 992px) { .error-page .two-column-content { display: none; } }

.error-page .two-column-content .image-box { position: absolute; width: 50%; height: 50vh; top: -50vh; right: 0; min-height: auto; }

@media (max-width: 767px) { .error-page .two-column-content .image-box { top: -40vh; height: 40vh; } }

@media (max-width: 991px) and (orientation: landscape) { .error-page .two-column-content .image-box { top: -100vh; height: 100vh; } }

.live-page .header-title-text { margin-top: 25px; padding-left: 5vw; -webkit-transform: translateY(-35%); transform: translateY(-35%); }

.live-page .header-title-text span:first-child, .live-page .header-title-text span:last-child { -ms-flex-item-align: start; align-self: flex-start; }

.live-page .two-column-content { -ms-grid-columns: 20% 80%; grid-template-columns: 20% 80%; }

.live-page .two-column-content .image-box a { pointer-events: none; }

.live-page .two-column-content .block-inner { color: #fbb02a; }

.live-page .two-column-content h2 { margin-bottom: 0.4em; }

.live-page .two-column-content p { margin-bottom: 20px; }

@media (min-width: 992px) and (max-width: 1199px) { .live-page .two-column-content { -ms-grid-columns: 30% 70%; grid-template-columns: 30% 70%; } }

@media (max-width: 991px) { .live-page .two-column-content .image-box { position: absolute; width: 50%; height: 50vh; top: -50vh; right: 0; min-height: auto; } }

@media (max-width: 991px) and (max-width: 767px) { .live-page .two-column-content .image-box { top: -40vh; height: 40vh; } }

@media (max-width: 991px) and (max-width: 991px) and (orientation: landscape) { .live-page .two-column-content .image-box { top: -100vh; height: 100vh; } }

@media (min-width: 992px) and (max-width: 1199px) { .live-page .slider-section .slider-block .slider-image::before { padding-bottom: 50%; } }

.live-page .slider-section .slider-block.slick-dotted { margin-bottom: 0; }

.live-page .slider-section .slider-block.slick-dotted .slick-dots { margin-top: 22px; }

.live-page .slider-section .slider-block.slick-dotted .slick-dots li button { background: #EAE9E4 !important; }

.live-page .slider-section .slider-block.slick-dotted .slick-dots li.slick-active button { background: #2c3439 !important; }

@media (min-width: 992px) { .live-page .slider-section .slider-block.slick-dotted .slick-dots { display: none !important; } }

.live-page .slider-section .direction-arrows .cursor-left { cursor: url("../images/live/slider-arrow-left.svg") 6 6, w-resize; }

.live-page .slider-section .direction-arrows .cursor-right { cursor: url("../images/live//slider-arrow-right.svg") 6 6, e-resize; }

.live-page .slider-section .direction-arrows .cursor-left.left-click { cursor: url("../images/live/slider-arrow-left-click.svg") 6 6, w-resize; }

.live-page .slider-section .direction-arrows .cursor-right.right-click { cursor: url("../images/live/slider-arrow-right-click.svg") 6 6, e-resize; }

.circle-wrap { position: relative; }

.circle-wrap::before { content: ""; position: absolute; top: 5vw; bottom: 5vw; left: 5vw; right: 5vw; background: url(../images/ellipse.svg) center no-repeat; background-size: contain; z-index: 10; pointer-events: none; opacity: 0.6; }

@media (max-width: 1399px) { .circle-wrap::before { top: -5vw; } }

@media (min-width: 992px) and (max-width: 1199px) { .circle-wrap::before { top: 0; bottom: 0; left: 3vw; right: 3vw; } }

@media (max-width: 991px) { .circle-wrap::before { display: none; } }

.welcome-block { background: #2c3439; padding: 200px 20px 100px 20px; color: #fff; text-align: center; }

@media (min-width: 992px) and (max-width: 1199px) { .welcome-block { padding-top: 145px; } }

@media (max-width: 991px) { .welcome-block { padding: 120px 20px 60px; } }

@media (max-width: 767px) { .welcome-block { padding: 80px 20px 60px; } }

@media (max-width: 767px) { .welcome-block img { max-width: 220px; } }

.welcome-block h2 { color: #fff; font-size: 30px; font-family: "Brown", sans-serif; font-weight: 600; max-width: 515px; margin: auto; letter-spacing: 3.1px; margin-top: 1.9em; line-height: 1.2; }

@media (max-width: 767px) { .welcome-block h2 { font-size: 20px; max-width: 280px; line-height: 1.4; } }

.welcome-block p { font-size: 23px; font-family: "RF Rufo", serif; font-weight: 500; margin-top: 0; letter-spacing: 0.69px; margin-bottom: 1.9em; }

@media (max-width: 767px) { .welcome-block p { font-size: 20px; } }

.welcome-block .btn { display: inline-block; min-height: 34px; border: 1px solid #fff; padding: 8px 35px 0 20px; color: #fff; font-size: 13px; letter-spacing: 1.79px; -webkit-transition: all ease .2s; transition: all ease .2s; position: relative; }

.welcome-block .btn:after { content: ""; position: absolute; height: 11px; width: 20px; background: url(../images/arrow-white.svg) no-repeat; background-size: contain; right: 3px; top: 11px; }

.welcome-block .btn:hover, .welcome-block .btn:active, .welcome-block .btn:focus { text-decoration: none; background: #fff; color: #2c3439; }

.welcome-block .btn:hover::after, .welcome-block .btn:active::after, .welcome-block .btn:focus::after { background: url(../images/arrow-black.svg) no-repeat; background-size: contain; }

.experience .header-title-text { -webkit-transform: translateY(-16%); transform: translateY(-16%); }

@media (max-width: 575px) { .experience .header-title-text { -webkit-transform: translateY(-15%); transform: translateY(-15%); } }

@media (min-width: 768px) and (max-width: 1400px) { .experience .header-title-text { padding-left: 0; } }

@media (max-width: 480px) { .experience .header-title-text { margin-left: 4vw; } }

.experience .header-title-text span:nth-child(1) { text-indent: 0.5em; }

.experience .header-title-text span:nth-child(2) { text-indent: -2.5em; }

.experience .header-title-text span:nth-child(3) { text-indent: 3.5em; }

.experience .header-title-text span:nth-child(4) { text-indent: -1.5em; }

.experience .slider-section .slider-block.slick-dotted, .experience .slider-section_arts .slider-block.slick-dotted { margin-bottom: 0px; }

.experience .slider-section .slider-block.slick-dotted .slick-dots, .experience .slider-section_arts .slider-block.slick-dotted .slick-dots { display: none !important; }

@media (max-width: 767px) { .experience .slider-section .slider-block.slick-dotted .slick-dots, .experience .slider-section_arts .slider-block.slick-dotted .slick-dots { display: block !important; padding: 15px; background: #bed8e2; margin: 0px; } }

@media (max-width: 991px) { .experience .slider-section { display: none; } }

@media (max-width: 991px) { .experience .arts .slider-section { display: block; } }

.experience .arts .slider-section .slick-dots { background: #ffffff !important; }

.experience .two-column-content .image-box a { pointer-events: none; }

@media (min-width: 992px) { .experience .two-column-content .image-box { display: none; } }

@media (max-width: 991px) { .experience .two-column-content .image-box { position: absolute; width: 50%; height: 50vh; top: -50vh; right: 0; min-height: auto; background-position: 30% center; } }

@media (max-width: 991px) and (max-width: 767px) { .experience .two-column-content .image-box { top: -40vh; height: 40vh; } }

@media (max-width: 991px) and (max-width: 991px) and (orientation: landscape) { .experience .two-column-content .image-box { top: -100vh; height: 100vh; } }

.experience .home-full-grid h2 { text-align: left; }

@media (max-width: 991px) { .experience .home-full-grid h2 { display: none; } }

.experience .map-section { background-color: #f0ece7; text-align: center; padding-bottom: 90px; }

@media (max-width: 991px) { .experience .map-section { padding-bottom: 75px; } }

.experience .map-section .two-column-content .content-box { padding: 0; padding: 90px 0 0; }

@media (max-width: 991px) { .experience .map-section .two-column-content .content-box { padding: 60px 0 0; } }

.experience .map-section .two-column-content .content-box p { margin-bottom: 40px; }

@media (max-width: 991px) { .experience .map-section .two-column-content .content-box p { margin-bottom: 30px; } }

.experience .map-section .two-column-content .block-bg { background: #f0ece7; }

.experience .map-section .two-column-content .block-bg::after { background: #f0ece7; }

.experience .map-section .two-column-content .block-bg .block-gradient { background-image: none; }

.experience .map-section a.yellow-btn { margin-top: 20px; pointer-events: none; }

@media (max-width: 991px) { .experience .map-section a.yellow-btn { margin-top: 65px; } }

.experience .arts .content-box { position: relative; text-align: center; height: 100%; 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; padding: 50px 0px; padding-top: 0; }

@media (max-width: 991px) { .experience .arts .content-box { width: 100%; } }

.experience .arts .content-box .content-box-wrap { max-width: 755px; padding: 0px 30px; margin: 0px auto; position: relative; z-index: 9; }

@media (max-width: 991px) { .experience .arts .content-box .content-box-wrap { padding-right: 40px; } }

.experience .arts .content-box .block-bg { background: #ffffff; }

.experience .arts .content-box .block-bg::after { background: #ffffff; }

.experience .arts .content-box .block-bg .block-gradient { background-image: none; }

.experience .arts .content-box h2 { margin-bottom: 20px; }

@media (max-width: 767px) { .experience .arts .content-box h2 { font-size: 44px; line-height: 1.2; } }

.experience .arts .content-box p { margin-bottom: 65px; }

@media (max-width: 991px) { .experience .arts .content-box p { margin-bottom: 15px; } }

.experience .sustainability.full-column-content.three-column .content-box h2 { line-height: .9; }

@media (max-width: 991px) { .experience .sustainability.full-column-content.three-column .content-box h2 { margin-bottom: 35px; } }

.experience .sustainability .innovation { width: 33.333%; padding: 0 25px; }

@media (min-width: 1500px) { .experience .sustainability .innovation { padding: 0 55px; } }

@media (max-width: 991px) { .experience .sustainability .innovation { width: 100%; } }

@media (min-width: 768px) and (max-width: 1199px) { .experience .sustainability .innovation { padding: 0 25px; } }

.experience .sustainability .bg-block .block-cover::before { -webkit-clip-path: polygon(0% 0%, 125% 0%, 0% 100%); clip-path: polygon(0% 0%, 125% 0%, 0% 100%); }

.experience .sustainability .innovation-image { position: relative; height: 313px; width: 313px; margin: 0 auto; }

@media (max-width: 1199px) { .experience .sustainability .innovation-image { background-size: contain !important; height: 273px; width: 273px; } }

@media (max-width: 991px) { .experience .sustainability .innovation-image { height: 290px; width: 290px; background-size: contain !important; } }

@media (max-width: 359px) { .experience .sustainability .innovation-image { height: 250px; width: 250px; } }

.experience .sustainability .innovation-image img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: 50% 50%; object-position: 50% 50%; }

.experience .sustainability .innovation-title { text-align: center; position: relative; padding-top: 50px; }

.experience .sustainability .innovation-title span { font-size: 16px; letter-spacing: 1.28px; text-transform: uppercase; display: block; margin-bottom: .3em; position: relative; z-index: 1; color: #EDF4F7; font-weight: 400; }

@media (max-width: 991px) { .experience .sustainability .innovation-title span { font-size: 14px; margin-bottom: -5px; } }

.experience .sustainability .innovation-title h3 { font-size: 76px; letter-spacing: -1.14px; line-height: .85; margin-bottom: .4em; position: relative; z-index: 1; color: #EDF4F7; }

@media (max-width: 1199px) { .experience .sustainability .innovation-title h3 { font-size: 48px; } }

@media (max-width: 767px) { .experience .sustainability .innovation-title h3 { font-size: 44px; line-height: 1.2; } }

.experience .sustainability .innovation-content { text-align: center; font-size: 17px; line-height: 1.4; max-width: 320px; margin: auto; color: #EDF4F7; }

@media (max-width: 991px) { .experience .sustainability .innovation-content { 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; min-height: 210px; } }

.ret-exp { background-color: #f0ece7; text-align: center; position: relative; padding: 20px 35px; height: 1300px; overflow: hidden; }

@media (max-width: 1499px) { .ret-exp { height: 1150px; } }

@media (max-width: 1399px) { .ret-exp { height: 1040px; } }

@media (max-width: 1199px) { .ret-exp { height: 950px; } }

@media (max-width: 991px) { .ret-exp { height: auto; padding-top: 60px; padding-right: 0; padding-left: 0; } }

.ret-exp-text { max-width: 500px; text-align: center; margin: auto; }

@media (min-width: 992px) { .ret-exp-text { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } }

@media (max-width: 991px) { .ret-exp-text { padding: 0 35px; } }

.ret-exp-text h2 { font-size: 110px; line-height: .8; margin-bottom: .3em; }

@media (max-width: 1199px) { .ret-exp-text h2 { font-size: 90px; } }

@media (max-width: 991px) { .ret-exp-text h2 { font-size: 80px; } }

@media (max-width: 767px) { .ret-exp-text h2 { font-size: 40px; } }

.ret-exp-text p { font-size: 17px; margin-bottom: 1.2em; }

@media (max-width: 991px) { .ret-exp-text a.yellow-btn { position: absolute; bottom: 60px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); } }

@media (max-width: 767px) { .ret-exp-text a.yellow-btn { padding-top: 9px; padding-bottom: 6px; } }

@media (max-width: 991px) { .ret-exp-circle-wrap { position: relative; height: 180vw; } }

@media (max-width: 767px) { .ret-exp-circle-wrap { height: 210vw; } }

.ret-exp-circle { position: absolute; border-radius: 50%; overflow: hidden; }

.ret-exp-circle img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: 50% 50%; object-position: 50% 50%; }

.ret-exp-circle.circle-1 { width: 28vw; height: 28vw; right: 6%; top: 40px; }

@media (max-width: 991px) { .ret-exp-circle.circle-1 { width: 68vw; height: 68vw; right: -5%; } }

.ret-exp-circle.circle-2 { width: 35vw; height: 35vw; left: -6%; top: 200px; }

@media (max-width: 991px) { .ret-exp-circle.circle-2 { width: 50vw; height: 50vw; top: 62vw; } }

@media (max-width: 767px) { .ret-exp-circle.circle-2 { top: 70vw; } }

.ret-exp-circle.circle-3 { width: 18vw; height: 18vw; left: 12%; bottom: 50px; }

@media (max-width: 1399px) { .ret-exp-circle.circle-3 { width: 20vw; height: 20vw; } }

@media (max-width: 1199px) { .ret-exp-circle.circle-3 { width: 25vw; height: 25vw; bottom: 5%; } }

@media (max-width: 991px) { .ret-exp-circle.circle-3 { width: 45vw; height: 45vw; left: auto; right: 3%; bottom: 30%; } }

.ret-exp-circle.circle-4 { width: 14vw; height: 14vw; right: 20%; bottom: 200px; }

@media (max-width: 1199px) { .ret-exp-circle.circle-4 { width: 19vw; height: 19vw; right: 10%; } }

@media (max-width: 991px) { .ret-exp-circle.circle-4 { width: 30vw; height: 30vw; right: auto; left: 10%; } }

@media (max-width: 767px) { .ret-exp-circle.circle-4 { bottom: 18%; width: 35vw; height: 35vw; } }

body.single-page { padding-top: 100px; }

.single-content { padding: 0 20.83333%; width: 100%; min-height: 50vh; padding-bottom: 35px; }

@media (max-width: 991px) { .single-content { padding-left: 30px; padding-right: 30px; } }

.single-content h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }

.single-content h3 { font-size: 3.0rem; line-height: 1.3; letter-spacing: -.1rem; }

.single-content h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }

.single-content h5 { font-size: 1.8rem; line-height: 1.5; letter-spacing: -.05rem; }

.single-content h6 { font-size: 1.5rem; line-height: 1.6; letter-spacing: 0; }

.single-content a { text-decoration: underline; }
.fnav ul li.privacy-choice a {display: flex;}
.fnav ul li.privacy-choice a img {height: 16px;margin-left: 2px;}
@media screen and (max-width: 480px) {
  .fnav ul {
    flex-flow: column;
  }
  .fnav ul li {
    margin-bottom: 5px;
  }
}
/*# sourceMappingURL=main.css.map */
