@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  box-sizing: border-box;
}

html {
  margin-left: auto;
  margin-right: auto;
  max-width: 1880px;
  font-family: "Biryani", "OpenSans", sans-serif;
  font-size: 100%;
  font-weight: 300;
  line-height: 2;
  color: #262626;
  background-color: #ffffff;
  -webkit-text-size-adjust: none;
}

body {
  font-size: 1em;
}

h1 {
  font-size: 1.953125em;
}

h2 {
  font-size: 1.5625em;
}

h3 {
  font-size: 1.25em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 0.8em;
}

h6 {
  font-size: 0.64em;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 2em;
}

p {
  margin-bottom: 2em;
  font-size: 0.8125em;
}

ul, ol, dl {
  margin-bottom: 2em;
  font-size: 0.8125em;
}

ul ul, ul ol, ul dl, ol ul, ol ol, ol dl, dl ul, dl ol, dl dl {
  font-size: 1em;
}

ul li, ol li {
  position: relative;
}

ul ol, ul ul, ol ol, ol ul {
  margin-left: 1em;
}

ul li:before {
  content: "•";
  display: inline-block;
  vertical-align: baseline;
  margin-right: 0.5em;
  line-height: 1;
}

ul li ul li:before {
  font-size: 0.75em;
}

ul li {
  padding-left: 0.875em;
}

ul li:before {
  position: absolute;
  left: 0;
  top: 0.2em;
}

ul li ul {
  margin-left: -0.1em;
}

ul li ul li:before {
  top: 0.5em;
}

ol {
  counter-reset: olCounter;
}

ol ol {
  counter-reset: olCounter;
}

ol li:before {
  content: counter(olCounter) ". ";
  counter-increment: olCounter;
}

ol.nestedOl li:before {
  content: counters(olCounter, ".") ". ";
}

ul.checked > li:before, ul.unchecked > li:before {
  font-family: "wenga" !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  line-height: 1;
  text-transform: none !important;
  content: "✓";
  color: #37BC3A;
}

ul.unchecked > li:before {
  font-family: "wenga" !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  line-height: 1;
  text-transform: none !important;
  content: "✘";
  color: #E10D2D;
}

li.checked:before, li.unchecked:before {
  font-family: "wenga" !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  line-height: 1;
  text-transform: none !important;
  content: "✓" !important;
  color: #37BC3A;
}

li.unchecked:before {
  font-family: "wenga" !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  line-height: 1;
  text-transform: none !important;
  content: "✘" !important;
  color: #E10D2D;
}

img {
  max-width: 100%;
  height: auto !important;
}

img.coverImage {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 0 !important;
  padding-top: 100%;
}

img.coverElem {
  object-fit: cover;
  font-family: "'object-fit: cover;'";
}

video {
  max-width: 100%;
  height: auto !important;
}

@media (min-width: 961px) {
  .onMobileMenu {
    display: none !important;
  }
}

@media (max-width: 960px) {
  .onDesktopMenu {
    display: none !important;
  }
}

@media (min-width: 961px) {
  .onMobile {
    display: none !important;
  }
}

@media (max-width: 960px) {
  .onDesktop {
    display: none !important;
  }
}

a {
  color: #d7b56d;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

button,
input[type='button'],
input[type='submit'],
input[type='reset'],
.btn {
  display: inline-block;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  cursor: default;
  font: inherit;
  color: inherit;
  text-align: center;
  text-decoration: none;
  white-space: pre;
  line-height: normal;
  overflow: visible;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-appearance: none;
          appearance: none;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  cursor: pointer;
  border-style: solid;
  line-height: inherit;
  padding: 1.3em 3.75em 1em;
  font-family: "Biryani", "OpenSans", sans-serif;
  font-size: 1em;
}

button::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner,
input[type='reset']::-moz-focus-inner,
.btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button .disabled, button[disabled],
input[type='button'] .disabled,
input[type='button'][disabled],
input[type='submit'] .disabled,
input[type='submit'][disabled],
input[type='reset'] .disabled,
input[type='reset'][disabled],
.btn .disabled,
.btn[disabled] {
  cursor: not-allowed;
}

textarea {
  resize: none;
  height: 7.5em;
  min-height: 7.5em;
  max-height: 12em;
}

.mobileNativeInput {
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
  cursor: pointer !important;
}

@media (max-width: 960px) {
  .mobileNativeInput {
    display: none !important;
  }
}

@media (min-width: 961px) {
  .mobileNativeInput {
    display: none !important;
  }
}

.select2-hidden-accessible {
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
  cursor: pointer !important;
  clip: auto !important;
  z-index: 1 !important;
}

@media (max-width: 960px) {
  .select2-hidden-accessible {
    display: none !important;
  }
}

.hidden {
  display: none !important;
}

.noTransition {
  transition: none !important;
}

.noTransitionAtAll, .noTransitionAtAll:before, .noTransitionAtAll:after, .noTransitionAtAll *, .noTransitionAtAll *:before, .noTransitionAtAll *:after {
  transition: none !important;
}

.formField.captcha {
  text-align: center;
}

.formField.captcha .g-recaptcha {
  display: inline-block;
  vertical-align: top;
}

.region {
  position: relative;
}

.regionWrapper {
  position: relative;
}

#contentMaintainOffsetTop {
  display: none;
}

.region.header {
  position: fixed;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  width: 100%;
  max-width: 1880px;
}

~ .region.content {
  top: 0;
}

#contentMaintainOffsetTop {
  display: block;
}

#contentMaintainOffsetTop ~ .region.content {
  top: 0;
}

html,
body {
  height: 100%;
}

[id="container"] {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}

.region.footer {
  display: table-row;
  height: 1px;
}

.region.footer .regionWrapper {
  max-width: inherit;
  margin-left: auto;
  margin-right: auto;
  padding: inherit;
}

section.hamburgerButton .hamburgerButton__icon {
  display: inline-block;
  vertical-align: top;
  border: none;
  background: none;
  outline: 0;
  cursor: pointer;
  padding: 50% 0;
  color: #d7b56d;
}

section.hamburgerButton .hamburgerButton__layer {
  display: block;
  position: relative;
  width: 38px;
  height: 2px;
  background-color: currentColor;
  border-radius: 3px;
  animation-duration: 300ms;
  animation-timing-function: ease-in-out;
}

section.hamburgerButton .hamburgerButton__layer:before, section.hamburgerButton .hamburgerButton__layer:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  animation: inherit;
}

section.hamburgerButton .hamburgerButton__layer:before {
  top: 400%;
}

section.hamburgerButton .hamburgerButton__layer:after {
  bottom: 400%;
}

section.hamburgerButton .hamburgerButton__icon--to-arrow {
  animation-fill-mode: forwards;
  animation-name: hamburgerButton-slide--to-arrow;
}

section.hamburgerButton .hamburgerButton__icon--to-arrow:before {
  animation-name: hamburgerButton-slide-before--to-arrow;
}

section.hamburgerButton .hamburgerButton__icon--to-arrow:after {
  animation-name: hamburgerButton-slide-after--to-arrow;
}

section.hamburgerButton .hamburgerButton__icon--from-arrow {
  animation-name: hamburgerButton-slide--from-arrow;
}

section.hamburgerButton .hamburgerButton__icon--from-arrow:before {
  animation-name: hamburgerButton-slide-before--from-arrow;
}

section.hamburgerButton .hamburgerButton__icon--from-arrow:after {
  animation-name: hamburgerButton-slide-after--from-arrow;
}

@keyframes hamburgerButton-slide--to-arrow {
  100% {
    transform: rotate(180deg);
  }
}

@keyframes hamburgerButton-slide-before--to-arrow {
  100% {
    transform: rotate(-45deg);
    margin-top: 1.5px;
    margin-left: 37.5%;
    width: 75%;
  }
}

@keyframes hamburgerButton-slide-after--to-arrow {
  100% {
    transform: rotate(45deg);
    margin-bottom: 1.5px;
    margin-left: 37.5%;
    width: 75%;
  }
}

@keyframes hamburgerButton-slide--from-arrow {
  0% {
    transform: rotate(-180deg);
  }
}

@keyframes hamburgerButton-slide-before--from-arrow {
  0% {
    transform: rotate(-45deg);
    margin-top: 1.5px;
    margin-left: 37.5%;
    width: 75%;
  }
}

@keyframes hamburgerButton-slide-after--from-arrow {
  0% {
    transform: rotate(45deg);
    margin-bottom: 1.5px;
    margin-left: 37.5%;
    width: 75%;
  }
}

@media (max-width: 960px) {
  section.hamburgerMenu ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s;
  }
  section.hamburgerMenu ul > li {
    position: static;
    display: block;
  }
  section.hamburgerMenu ul.navigation {
    position: relative;
  }
  section.hamburgerMenu li.visible > ul,
  section.hamburgerMenu.visible ul.navigation {
    max-height: 100vh;
    overflow-y: scroll;
  }
  section.hamburgerMenu .submenuPlus,
  section.hamburgerMenu .submenuTitle,
  section.hamburgerMenu a.getBack {
    display: none;
  }
  section.hamburgerMenu ul {
    background-color: #888;
  }
  section.hamburgerMenu ul > li {
    text-align: center;
  }
  section.hamburgerMenu ul > li > .menuItemHeading {
    margin-bottom: 0;
  }
  section.hamburgerMenu ul > li > .menuItemHeading > .menuItemLabel {
    position: relative;
    display: block;
    padding: 1em 1.7em;
    text-decoration: none;
    text-transform: uppercase;
  }
  section.hamburgerMenu ul > li:hover > .menuItemHeading > .menuItemLabel, section.hamburgerMenu ul > li.active > .menuItemHeading > .menuItemLabel {
    background-color: #000;
  }
  section.hamburgerMenu ul > li.visible:not(.active) > .menuItemHeading > .menuItemLabel {
    background-color: #444;
  }
  section.hamburgerMenu ul.navigation {
    background-color: #fff;
  }
}

section.langSelector {
  position: relative;
  cursor: pointer;
}

section.langSelector .langselectorLinks {
  position: absolute;
  overflow: hidden;
  z-index: 1;
  max-height: 0;
  transition: max-height 0.5s;
}

section.langSelector .langselectorLinks a,
section.langSelector .langselectorLinks span {
  display: block;
}

section.langSelector .langselectorLinks span {
  cursor: default;
}

section.langSelector:hover .langselectorLinks, section.langSelector.visible .langselectorLinks {
  max-height: 10rem;
  transition: max-height 0.25s;
}

.accordion > .title {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: 0.25s;
}

.accordion > .title:hover, .accordion > .title.active {
  color: #e2c995;
}

.accordion > .title > *:first-child:after {
  content: '>';
  transition: transform 0.25s;
}

.accordion > .title.active > *:first-child:after {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}

.tabs > .title {
  font-size: inherit;
  margin-bottom: 0;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.tabs > .title li {
  padding-left: 0;
}

.tabs > .title li:before {
  content: none;
  display: inline;
  margin-right: 0;
}

.tabs > .title ol, .tabs > .title ul {
  margin-left: 0;
  margin-bottom: 0;
}

.tabs > .title ol li:before, .tabs > .title ul li:before {
  content: none;
  font-size: 1em;
}

.tabs > .title > li {
  display: inline-block;
  transition: 0.25s;
}

.tabs > .title > li:hover, .tabs > .title > li.active {
  background-color: inherit;
}

.tabs > .contentWrapper table {
  position: relative;
}

.tabs > .contentWrapper table tr {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.25s;
}

.tabs > .contentWrapper table tr.active {
  position: relative;
  z-index: 0;
  opacity: 1;
}

@media (min-width: 961px) {
  img.pull-left {
    float: left !important;
  }
  img.pull-right {
    float: right !important;
  }
}

@media (min-width: 961px) {
  img.pull-left, img.pull-right {
    margin-bottom: 1em !important;
    max-width: 50% !important;
  }
  img.pull-left {
    max-width: calc(50% - 1rem) !important;
    margin-right: 1em !important;
  }
  img.pull-right {
    max-width: calc(50% - 1rem) !important;
    margin-left: 1em !important;
  }
}

.slick-slider .slick-arrow {
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  z-index: 1;
  width: auto;
  height: auto;
  font-size: 0.9375rem;
  text-transform: uppercase;
  color: #262626;
  background-color: #d7b56d;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  font-size: 0 !important;
}

.slick-slider .slick-arrow:hover, .slick-slider .slick-arrow.hover {
  color: #d7b56d;
  background-color: #262626;
}

.slick-slider .slick-arrow:focus, .slick-slider .slick-arrow.focus {
  background-color: #cca145;
}

.slick-slider .slick-arrow.active {
  background-color: #cca145;
}

.slick-slider .slick-arrow[disabled],
.slick-slider .slick-arrow .disabled {
  color: #262626;
  background-color: #a2a2a2;
}

.slick-slider .slick-arrow:before {
  font-family: "wenga" !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  line-height: 1;
  text-transform: none !important;
  display: inline-block;
  font-size: 3.375rem;
  font-size: 1.2962962963rem;
  font-size: calc(1.8085106383vw + 20px);
  color: inherit;
  padding: 0.05em;
}

.slick-slider .slick-arrow.slick-prev {
  left: 0;
}

.slick-slider .slick-arrow.slick-prev:before {
  content: '\e00a';
}

.slick-slider .slick-arrow.slick-next {
  right: 0;
}

.slick-slider .slick-arrow.slick-next:before {
  content: '\e00b';
}

.slick-slider.slick-dotted {
  margin-bottom: 0;
}

.slick-slider .slick-dots {
  font-size: inherit;
  margin-bottom: 0;
  bottom: 0;
  margin-bottom: 2.75rem;
  margin-bottom: 1.3636363636rem;
  margin-bottom: 2.3404255319vw;
}

.slick-slider .slick-dots li {
  padding-left: 0;
}

.slick-slider .slick-dots li:before {
  content: none;
  display: inline;
  margin-right: 0;
}

.slick-slider .slick-dots ol, .slick-slider .slick-dots ul {
  margin-left: 0;
  margin-bottom: 0;
}

.slick-slider .slick-dots ol li:before, .slick-slider .slick-dots ul li:before {
  content: none;
  font-size: 1em;
}

.slick-slider .slick-dots li button:before {
  font-size: 0.625rem;
  color: #d7b56d;
  opacity: 1;
}

.slick-slider .slick-dots li.slick-active button:before {
  color: #f2f2f2;
}

.slick-slider .video-js:not(.vjs-fullscreen) {
  width: auto;
  height: auto;
}

.slick-slider .video-js:not(.vjs-fullscreen) .vjs-tech {
  position: static;
  top: auto;
  left: auto;
  height: auto;
  width: auto;
}

.slick-lightbox {
  background-color: rgba(38, 38, 38, 0.95);
  background-image: url("/upload/5808850ad8cd7/58205962e918d.svg");
}

.slick-lightbox .slick-lightbox-slick-item-inner {
  max-width: 100%;
  max-height: 100%;
}

.slick-lightbox .slick-lightbox-slick-img {
  max-width: 100%;
  max-height: 100%;
}

.slick-lightbox .slick-dots {
  margin-bottom: 0;
}

.slick-lightbox .slick-lightbox-close {
  top: 10px;
  right: 10px;
  width: auto;
  height: auto;
  font-size: 0.9375rem;
  text-transform: uppercase;
  color: #d7b56d;
  background-color: transparent;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  font-size: 0 !important;
}

.slick-lightbox .slick-lightbox-close:hover, .slick-lightbox .slick-lightbox-close.hover {
  color: #9a762a;
  background-color: transparent;
}

.slick-lightbox .slick-lightbox-close:focus, .slick-lightbox .slick-lightbox-close.focus {
  background-color: rgba(0, 0, 0, 0);
}

.slick-lightbox .slick-lightbox-close.active {
  background-color: rgba(0, 0, 0, 0);
}

.slick-lightbox .slick-lightbox-close[disabled],
.slick-lightbox .slick-lightbox-close .disabled {
  color: #a2a2a2;
  background-color: rgba(0, 0, 0, 0);
}

.slick-lightbox .slick-lightbox-close:before {
  font-family: "wenga" !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  line-height: 1;
  text-transform: none !important;
  display: inline-block;
  font-size: 3.375rem;
  font-size: 1.2962962963rem;
  font-size: calc(1.8085106383vw + 20px);
  color: inherit;
  padding: 0.05em;
}

.slick-lightbox .slick-lightbox-close.slick-lightbox-close:before {
  content: '\e00c';
}

.attachments {
  position: relative;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 3.5em;
  padding-bottom: 1.5em;
  background-color: #f2f2f2;
  max-width: calc(820px + 1.25rem + 1.25rem);
  margin-left: auto;
  margin-right: auto;
  line-height: 2.175;
}

@media (min-width: 820px) {
  .attachments {
    position: relative;
    content: 'fullWidthBgHack';
  }
  .attachments:before {
    content: '';
    display: block;
    position: absolute;
    box-sizing: content-box;
    top: 0;
    left: calc(50% - 50vw);
    width: 100vw;
    height: 100%;
    background: inherit;
    box-shadow: inherit;
    border: inherit;
    z-index: -1;
  }
}

html {
  overflow-x: hidden;
}

.attachments h1, .attachments h2, .attachments h3, .attachments h4, .attachments h5, .attachments h6, .attachments .attachmentsTitle {
  margin-top: -1.5rem;
  margin-bottom: 1em;
  font-family: "PlayfairDisplay", serif;
  font-size: 1.5em;
  color: #d7b56d;
}

.attachments .attachmentsTitle {
  font-size: 1.125em;
}

.attachments ul.navigation {
  font-size: inherit;
  margin-bottom: 0;
}

.attachments ul.navigation li {
  padding-left: 0;
}

.attachments ul.navigation li:before {
  content: none;
  display: inline;
  margin-right: 0;
}

.attachments ul.navigation ol, .attachments ul.navigation ul {
  margin-left: 0;
  margin-bottom: 0;
}

.attachments ul.navigation ol li:before, .attachments ul.navigation ul li:before {
  content: none;
  font-size: 1em;
}

.attachments ul.navigation li:not(:last-of-type) {
  margin-bottom: 1em;
}

.attachments .attachment .thumbnail {
  max-width: 40px;
  vertical-align: middle;
}

.attachments .attachment .date_uploaded,
.attachments .attachment .date_updated {
  display: none;
}

.video-js .vjs-big-play-button {
  background-color: rgba(242, 242, 242, 0.7);
  border-width: 0;
  border-radius: 50%;
  width: 1.75em;
  height: 1.75em;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

.video-js .vjs-big-play-button:before {
  font-family: "wenga" !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  line-height: 1;
  text-transform: none !important;
  content: '\e00b';
  font-size: 1.75em;
  color: #262626;
  transition: inherit;
}

.video-js:hover .vjs-big-play-button {
  background-color: #262626;
}

.video-js:hover .vjs-big-play-button:before {
  color: #d7b56d;
}

.video-js.vjs-controls-disabled:not(.vjs-has-started):not(.vjs-error):not(.vjs-using-native-controls) .vjs-big-play-button {
  display: block;
}

.video-js .vjs-poster {
  background-size: cover;
}

.socialLinks ul {
  font-size: inherit;
  margin-bottom: 0;
  font-size: 0;
  line-height: 1;
}

.socialLinks ul li {
  padding-left: 0;
}

.socialLinks ul li:before {
  content: none;
  display: inline;
  margin-right: 0;
}

.socialLinks ul ol, .socialLinks ul ul {
  margin-left: 0;
  margin-bottom: 0;
}

.socialLinks ul ol li:before, .socialLinks ul ul li:before {
  content: none;
  font-size: 1em;
}

.socialLinks ul > *, .socialLinks ul:before, .socialLinks ul:after {
  font-size: 1rem;
}

.socialLinks ul > li {
  display: inline-block;
  vertical-align: top;
  margin-right: 0.25em;
}

.socialLinks a {
  text-decoration: none;
  color: #d7b56d;
}

.socialLinks a:hover {
  color: #f2f2f2;
}

.socialLinks a:not(.textLink) {
  font-size: 0;
  display: block;
  text-decoration: none;
}

.socialLinks a:not(.textLink) > *, .socialLinks a:not(.textLink):before, .socialLinks a:not(.textLink):after {
  font-size: 1.5rem;
}

.socialLinks a:not(.textLink):before {
  font-family: "wenga" !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  line-height: 1;
  text-transform: none !important;
  display: block;
}

.socialLinks a:not(.textLink)[href*='facebook.com']:before {
  content: '\e000';
}

.socialLinks a:not(.textLink)[href*='instagram.com']:before {
  content: '\e001';
}

.socialLinks a:not(.textLink)[href*='twitter.com']:before {
  content: '\e002';
}

.socialLinks a:not(.textLink)[href*='plus.google.com']:before {
  content: '\e003';
}

.socialLinks a:not(.textLink)[href*='pinterest.com']:before {
  content: '\e004';
}

.socialLinks a:not(.textLink)[href*='youtube.com']:before {
  content: '\e005';
}

.socialLinks a.textLink {
  letter-spacing: 0.2em;
}

.socialLinks.whiteSocialLinks a,
.whiteSocialLinks .socialLinks a {
  color: #f2f2f2;
}

.socialLinks.whiteSocialLinks a:hover,
.whiteSocialLinks .socialLinks a:hover {
  color: #bfbfbf;
}

.shareButtons {
  position: absolute;
  top: 1.75em;
  right: 3.25em;
  display: block;
  padding: 0.25em;
  font-weight: 400;
  color: #f2f2f2;
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 0.15em;
  white-space: nowrap;
}

.shareButtons a {
  text-decoration: none;
}

.shareButtons .title,
.shareButtons ul {
  display: inline-block;
  vertical-align: middle;
}

.shareButtons .title {
  padding-top: 0.3em;
  margin-right: 1.25em;
  font-size: 0.875em;
  letter-spacing: 0.3em;
}

.tiles .entryGroupIndex,
.tiles .searchResultsBody {
  font-size: 0;
}

.tiles .entryGroupIndex > *, .tiles .entryGroupIndex:before, .tiles .entryGroupIndex:after,
.tiles .searchResultsBody > *,
.tiles .searchResultsBody:before,
.tiles .searchResultsBody:after {
  font-size: 1rem;
}

.tiles .groupName:empty {
  display: none;
}

.tiles .tile {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.tiles .tile .tileImages {
  position: relative;
  padding-top: 66.6666666667%;
}

.tiles .tile .tileImages .media {
  object-fit: cover;
  font-family: "'object-fit: cover;'";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}

.tiles .tile .tileImage:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tiles .tile .tileImage .media {
  z-index: -1;
}

.tiles .tile .tileImage video.media {
  z-index: 0;
}

.tiles .tile .tileImage .media.video-js {
  z-index: 0;
}

.tiles .tile .tileImage .media.video-js .vjs-poster {
  z-index: 0;
}

.tiles .tile .tileImage .media.vjs-has-started .vjs-poster {
  display: none;
}

.tiles .tile .tileImages {
  z-index: 0;
}

.tiles .tile .tileImage.defaultAttachment + .defaultAttachment {
  display: none;
}

.tiles .tile .tileContent {
  position: relative;
}

.tiles .tile {
  line-height: 1.5;
  background-color: #f2f2f2;
  transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.tiles .tile:before {
  content: none;
}

.tiles .tile .tileImages {
  overflow: hidden;
}

.tiles .tile .tileImage .media {
  display: block;
  transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  margin-top: -1px;
}

.tiles .tile .tileContent {
  padding: 7.5%;
  padding-top: 5%;
}

.tiles .tile .tileContent p:last-child {
  margin-bottom: 0;
}

.tiles .tile .postEntryHeader {
  max-height: 2.5em;
}

.tiles .tile .postEntryTitle {
  margin-bottom: 0;
  font-family: "PlayfairDisplay", serif;
  font-size: 1.625em;
  color: #d7b56d;
  text-align: left;
  text-transform: none;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tiles .tile .postEntryTitle a {
  text-decoration: none;
  letter-spacing: 0;
}

.tiles .tile .tileText {
  margin-top: 0.5em;
  height: 3.5em;
  overflow: hidden;
}

.tiles .tile .moreLinkWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  color: #262626;
  background-color: #d7b56d;
  text-transform: uppercase;
  transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s, z-index 0s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.5s;
}

.tiles .tile .moreLinkWrapper .moreLink {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  color: inherit;
  text-decoration: none;
}

.tiles .tile .shareButtons {
  top: 0.5em;
  right: 0.5em;
}

.tiles .tile .shareButtons .title {
  display: none;
}

.tiles .tile:hover, .tiles .tile.hover {
  transition: all 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.tiles .tile:hover .tileImage .media, .tiles .tile.hover .tileImage .media {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
  transition: all 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.tiles .tile:hover .tileImage .media.video-js, .tiles .tile.hover .tileImage .media.video-js {
  -ms-transform: none;
      transform: none;
}

.tiles .tile:hover .moreLinkWrapper, .tiles .tile.hover .moreLinkWrapper {
  z-index: 0;
  opacity: 1;
  transition: all 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.tiles:not(.bigTiles) .tile {
  margin-bottom: 4px;
}

.tiles:not(.bigTiles) .tile.slick-slide {
  margin-right: 4px !important;
}

@media (min-width: 1441px) {
  .tiles:not(.bigTiles) .tile {
    width: calc(20% - 3.25px);
    font-size: 1rem;
  }
  .tiles:not(.bigTiles) .tile:not(:last-of-type) {
    margin-right: 4px;
  }
  .tiles:not(.bigTiles) .tile:nth-of-type(5n):not(:last-of-type) {
    margin-right: 0;
  }
  .tiles:not(.bigTiles) .tile:nth-of-type(5n+1):nth-last-of-type(-n+5),
  .tiles:not(.bigTiles) .tile:nth-of-type(5n+1):nth-last-of-type(-n+5) ~ .tile {
    margin-bottom: 0;
  }
}

@media (min-width: 1025px) and (max-width: 1440px) {
  .tiles:not(.bigTiles) .tile {
    width: calc(25% - 3.05px);
    font-size: 1rem;
  }
  .tiles:not(.bigTiles) .tile:not(:last-of-type) {
    margin-right: 4px;
  }
  .tiles:not(.bigTiles) .tile:nth-of-type(4n):not(:last-of-type) {
    margin-right: 0;
  }
  .tiles:not(.bigTiles) .tile:nth-of-type(4n+1):nth-last-of-type(-n+4),
  .tiles:not(.bigTiles) .tile:nth-of-type(4n+1):nth-last-of-type(-n+4) ~ .tile {
    margin-bottom: 0;
  }
}

@media (min-width: 681px) and (max-width: 1024px) {
  .tiles:not(.bigTiles) .tile {
    width: calc(33.3333333333% - 2.7166666667px);
    font-size: 1rem;
  }
  .tiles:not(.bigTiles) .tile:not(:last-of-type) {
    margin-right: 4px;
  }
  .tiles:not(.bigTiles) .tile:nth-of-type(3n):not(:last-of-type) {
    margin-right: 0;
  }
  .tiles:not(.bigTiles) .tile:nth-of-type(3n+1):nth-last-of-type(-n+3),
  .tiles:not(.bigTiles) .tile:nth-of-type(3n+1):nth-last-of-type(-n+3) ~ .tile {
    margin-bottom: 0;
  }
}

@media (min-width: 481px) and (max-width: 680px) {
  .tiles:not(.bigTiles) .tile {
    width: calc(50% - 2.05px);
    font-size: 1rem;
  }
  .tiles:not(.bigTiles) .tile:not(:last-of-type) {
    margin-right: 4px;
  }
  .tiles:not(.bigTiles) .tile:nth-of-type(2n):not(:last-of-type) {
    margin-right: 0;
  }
  .tiles:not(.bigTiles) .tile:nth-of-type(2n+1):nth-last-of-type(-n+2),
  .tiles:not(.bigTiles) .tile:nth-of-type(2n+1):nth-last-of-type(-n+2) ~ .tile {
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  .tiles:not(.bigTiles) .tile {
    width: calc(100% - 0.05px);
    font-size: 1rem;
  }
  .tiles:not(.bigTiles) .tile:not(:last-of-type) {
    margin-right: 4px;
  }
  .tiles:not(.bigTiles) .tile:nth-of-type(1n):not(:last-of-type) {
    margin-right: 0;
  }
  .tiles:not(.bigTiles) .tile:nth-of-type(1n+1):nth-last-of-type(-n+1),
  .tiles:not(.bigTiles) .tile:nth-of-type(1n+1):nth-last-of-type(-n+1) ~ .tile {
    margin-bottom: 0;
  }
}

@media (min-width: 961px) {
  .tiles.bigTiles {
    margin-top: 40px;
    margin-left: 40px;
    margin-right: 40px;
  }
}

.tiles.bigTiles .tile {
  max-width: none;
}

@media (min-width: 961px) {
  .tiles.bigTiles .tile {
    width: calc(50% - 20.05px);
    margin-bottom: 40px;
    font-size: 1rem;
  }
  .tiles.bigTiles .tile:not(:last-of-type) {
    margin-right: 40px;
  }
  .tiles.bigTiles .tile:nth-of-type(2n):not(:last-of-type) {
    margin-right: 0;
  }
}

@media (max-width: 960px) {
  .tiles.bigTiles .tile {
    width: calc(100% - 0.05px);
    margin-bottom: 40px;
    font-size: 1rem;
  }
  .tiles.bigTiles .tile:not(:last-of-type) {
    margin-right: 40px;
  }
  .tiles.bigTiles .tile:nth-of-type(1n):not(:last-of-type) {
    margin-right: 0;
  }
}

@media (max-width: 680px) {
  .tiles.bigTiles .tile {
    width: calc(100% - 0.05px);
    margin-bottom: 1em;
    font-size: 1rem;
  }
  .tiles.bigTiles .tile:not(:last-of-type) {
    margin-right: 0px;
  }
  .tiles.bigTiles .tile:nth-of-type(1n):not(:last-of-type) {
    margin-right: 0;
  }
}

.tiles.bigTiles .tile .tileContent {
  padding-top: 1em;
  padding-bottom: 1.75em;
}

@media (min-width: 681px) {
  .tiles.bigTiles .tile .tileImages {
    padding-top: 44.444%;
  }
  .tiles.bigTiles .tile .tileContent {
    padding-left: 4.5%;
    padding-right: 4.5%;
  }
}

@media (max-width: 960px) {
  .tiles.bigTiles .tile .tileContent {
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
  }
  .tiles.bigTiles .tile .postEntryHeader {
    max-height: none;
  }
  .tiles.bigTiles .tile .postEntryTitle {
    white-space: normal;
    text-align: inherit;
  }
}

.tiles.posts.bigTiles.references .moreLinkWrapper, .tiles.posts.bigTiles.categories .moreLinkWrapper {
  display: none;
}

.tiles.posts.bigTiles.references .postEntryHeader, .tiles.posts.bigTiles.categories .postEntryHeader {
  max-height: none;
}

@media (min-width: 961px) {
  .tiles.posts.bigTiles.references .tileContent, .tiles.posts.bigTiles.categories .tileContent {
    padding-top: 4.5%;
  }
  .tiles.posts.bigTiles.references .tileText, .tiles.posts.bigTiles.categories .tileText {
    margin-top: 0;
  }
  .tiles.posts.bigTiles.references .tileContent, .tiles.posts.bigTiles.categories .tileContent {
    position: static;
  }
  .tiles.posts.bigTiles.references .postEntryHeader, .tiles.posts.bigTiles.categories .postEntryHeader {
    position: absolute;
    top: calc(50% - 3em);
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    width: 100%;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .tiles.posts.bigTiles.references .postEntryHeader .postEntryTitle, .tiles.posts.bigTiles.categories .postEntryHeader .postEntryTitle {
    font-family: "Biryani", "OpenSans", sans-serif;
    font-weight: 800;
    color: #bfbfbf;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.2em;
  }
  .tiles.posts.bigTiles.references .postEntryHeader .postEntryTitle *, .tiles.posts.bigTiles.categories .postEntryHeader .postEntryTitle * {
    color: inherit;
    letter-spacing: inherit;
  }
  .tiles.posts.bigTiles.references .postEntryHeader .postEntryTitle, .tiles.posts.bigTiles.categories .postEntryHeader .postEntryTitle {
    font-size: 1.5625em;
    margin-bottom: 1em;
    font-size: 1.5625em;
    margin-bottom: 0;
  }
}

@media (max-width: 960px) {
  .tiles.posts.bigTiles.references .tileText, .tiles.posts.bigTiles.categories .tileText {
    display: block;
  }
}

.tiles.posts.bigTiles.references .tileImage:before, .tiles.posts.bigTiles.categories .tileImage:before {
  background-color: rgba(51, 51, 51, 0.66);
  background-image: url("/upload/5808850ad8cd7/58205962e918d.svg");
}

.tiles.posts.bigTiles.categories {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  border-bottom-width: 0;
}

.tiles.posts.bigTiles.categories .entryGroup {
  padding-top: 0;
  padding-bottom: 0;
}

.tiles.posts.bigTiles.categories .tile {
  margin-bottom: 0;
}

@media (min-width: 961px) {
  .tiles.posts.bigTiles.categories .tile {
    width: calc(50% - 0.05px);
    font-size: 1rem;
  }
  .tiles.posts.bigTiles.categories .tile:not(:last-of-type) {
    margin-right: 0;
  }
  .tiles.posts.bigTiles.categories .tile:nth-of-type(2n):not(:last-of-type) {
    margin-right: 0;
  }
}

@media (max-width: 960px) {
  .tiles.posts.bigTiles.categories .tile {
    width: calc(100% - 0.05px);
    font-size: 1rem;
  }
  .tiles.posts.bigTiles.categories .tile:not(:last-of-type) {
    margin-right: 0;
  }
  .tiles.posts.bigTiles.categories .tile:nth-of-type(1n):not(:last-of-type) {
    margin-right: 0;
  }
}

@media (min-width: 961px) {
  .tiles.posts.bigTiles.categories .postEntryHeader {
    top: 50%;
  }
  .tiles.posts.bigTiles.categories .tileContent {
    display: none;
  }
}

.allItems {
  padding-top: 40px;
  padding-bottom: 40px;
  border-width: 0;
  border-style: solid;
  border-color: #d7b56d;
  border-bottom-width: 1px;
  position: relative;
  content: 'fullWidthBgHack';
}

.allItems:before {
  content: '';
  display: block;
  position: absolute;
  box-sizing: content-box;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background: inherit;
  box-shadow: inherit;
  border: inherit;
  z-index: -1;
}

html {
  overflow-x: hidden;
}

.allItems p {
  margin-bottom: 0;
}

@media (max-width: 960px) {
  .tiles.posts.bigTiles.categories,
  .allItems {
    display: none;
  }
}

section.google360 {
  position: relative;
  height: 0;
  padding-top: 33.25%;
  border-width: 0;
  border-style: solid;
  border-color: #d7b56d;
  border-bottom-width: 1px;
  position: relative;
  content: 'fullWidthBgHack';
}

section.google360:before {
  content: '';
  display: block;
  position: absolute;
  box-sizing: content-box;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background: inherit;
  box-shadow: inherit;
  border: inherit;
  z-index: -1;
}

html {
  overflow-x: hidden;
}

@media (max-width: 960px) {
  section.google360 {
    padding-top: 66.6666666667%;
  }
}

section.google360 p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.formGroup > legend:first-of-type {
  display: none;
}

.formField {
  position: relative;
  display: block;
  margin-bottom: 1.25em;
  margin-left: 0 !important;
}

.formField > label:after,
.formField > fieldset:after {
  content: '';
  display: block;
  float: none;
  clear: both;
}

.formField > label > span:first-of-type,
.formField > label > legend:first-of-type,
.formField > fieldset > span:first-of-type,
.formField > fieldset > legend:first-of-type {
  float: left;
  clear: left;
  width: 40%;
  padding: 0.75em;
  padding-right: 1em;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
}

.formField input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
.formField select:not(.mobileNativeInput),
.formField textarea,
.formField span.select2 {
  max-width: 60%;
}

.formField > label > span:first-of-type,
.formField > label > legend:first-of-type,
.formField > fieldset > span:first-of-type,
.formField > fieldset > legend:first-of-type {
  display: none;
}

.formField input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
.formField select:not(.mobileNativeInput),
.formField textarea,
.formField span.select2 {
  max-width: none;
}

.formField > fieldset {
  text-align: right;
}

.formField > fieldset > *, .formField > fieldset:before, .formField > fieldset:after {
  text-align: left;
}

.formField > fieldset > label {
  display: inline-block;
  margin-top: 0.5em;
  max-width: 60%;
  width: 100%;
}

.formField.required > span:first-of-type:after {
  content: '*';
  display: inline-block;
  vertical-align: top;
  position: absolute;
  width: 0.5em;
  margin-right: -0.75em;
  padding-left: 0.25em;
  text-align: left;
}

.formField.html > span:first-of-type + div.description {
  float: left;
  max-width: 60%;
  padding: 0.5em;
  padding-right: 1em;
}

.formField.captcha > span:first-of-type + div.captcha {
  float: left;
  max-width: 60%;
}

.formField.longLabel {
  font-size: 0.875em;
}

.formField.longLabel:after {
  content: '';
  display: block;
  float: none;
  clear: both;
}

.formField.longLabel > span:first-of-type,
.formField.longLabel > input[type="checkbox"],
.formField.longLabel > label > span:first-of-type,
.formField.longLabel > label > input[type="checkbox"] {
  float: right !important;
}

.formField.longLabel > span:first-of-type,
.formField.longLabel > label > span:first-of-type {
  width: auto;
  max-width: 60%;
  text-align: left !important;
  text-transform: none !important;
}

.formField.longLabel > input[type="checkbox"],
.formField.longLabel > label > input[type="checkbox"] {
  margin: 0.5em;
  margin-right: 1em;
}

.formField.longLabel + .formField.longLabel {
  margin-top: 0;
}

.formField.descriptionLabel > label {
  float: left;
  margin-right: 1em;
}

.formField.descriptionLabel > label > span:first-of-type {
  display: none;
}

.formField.descriptionLabel > .description {
  cursor: default;
}

.formField.hideLabel > span:first-of-type {
  display: none;
}

.formField.button {
  text-align: center;
}

.formField.button span:first-of-type {
  display: none;
}

ul.errors {
  position: absolute !important;
  top: 0.5em;
  right: 0.5em;
  max-width: 50%;
  padding: 0.25em;
  font-size: 0.75em !important;
  text-align: center;
  border: 1px solid #AB0B17;
  border-radius: 2px;
  background-color: white;
  z-index: 1;
}

ul.errors > li {
  margin-top: 0;
  color: #AB0B17;
}

input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
select:not(.mobileNativeInput),
textarea {
  width: 100%;
  padding: 0.5em 1em;
  font-family: "PlayfairDisplay", serif;
  font-size: 1em;
  color: #262626;
  background-color: #ffffff;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-shadow: 0 0 0 2px currentColor;
  transition: box-shadow 0.15s;
}

input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):-ms-input-placeholder,
select:not(.mobileNativeInput):-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

input:not([type="submit"]):not([type="radio"]):not([type="checkbox"])::placeholder,
select:not(.mobileNativeInput)::placeholder,
textarea::placeholder {
  color: inherit;
  opacity: 1;
}

input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):focus,
select:not(.mobileNativeInput):focus,
textarea:focus {
  box-shadow: 0 0 0 2px #d7b56d;
}

input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):-moz-ui-invalid:not(output),
select:not(.mobileNativeInput):-moz-ui-invalid:not(output),
textarea:-moz-ui-invalid:not(output) {
  box-shadow: 0 0 2px 2px #AB0B17;
}

input:not([type="submit"]):not([type="radio"]):not([type="checkbox"])[readonly],
select:not(.mobileNativeInput)[readonly],
textarea[readonly] {
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  padding: 0.5em;
  padding-right: 1em;
  color: inherit;
  line-height: inherit;
}

input:not([type="submit"]):not([type="radio"]):not([type="checkbox"])[type="number"],
select:not(.mobileNativeInput)[type="number"],
textarea[type="number"] {
  -webkit-appearance: textfield;
          appearance: textfield;
}

select:not(.mobileNativeInput) optgroup,
select:not(.mobileNativeInput) option {
  font-size: 0.875em;
}

select:not(.mobileNativeInput) option {
  padding-bottom: 0.1em;
  background-color: inherit;
}

select:not(.mobileNativeInput) option:disabled {
  display: none;
}

select:not(.mobileNativeInput)::-ms-expand {
  display: none;
}

select:not(.mobileNativeInput):not(:focus) {
  opacity: .8;
}

body:not(:-moz-handler-blocked) select:not(.mobileNativeInput) {
  text-indent: -2px;
}

@media screen\0 {
  select:not(.mobileNativeInput) {
    padding-left: calc(0.5em - 2px);
  }
}

@supports (-ms-accelerator: true) {
  select:not(.mobileNativeInput) {
    padding-left: calc(0.5em - 2px);
  }
}

span.select2 {
  width: 100% !important;
}

section.post.news.postView .postEntry.view > .postEntrySections {
  position: relative;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 3.5em;
  padding-bottom: 1.5em;
  background-color: #f2f2f2;
  max-width: calc(820px + 1.25rem + 1.25rem);
  margin-left: auto;
  margin-right: auto;
  line-height: 2.175;
}

@media (min-width: 820px) {
  section.post.news.postView .postEntry.view > .postEntrySections {
    position: relative;
    content: 'fullWidthBgHack';
  }
  section.post.news.postView .postEntry.view > .postEntrySections:before {
    content: '';
    display: block;
    position: absolute;
    box-sizing: content-box;
    top: 0;
    left: calc(50% - 50vw);
    width: 100vw;
    height: 100%;
    background: inherit;
    box-shadow: inherit;
    border: inherit;
    z-index: -1;
  }
}

html {
  overflow-x: hidden;
}

section.post.news.postView .postEntry.view > .postEntrySections h1, section.post.news.postView .postEntry.view > .postEntrySections h2, section.post.news.postView .postEntry.view > .postEntrySections h3, section.post.news.postView .postEntry.view > .postEntrySections h4, section.post.news.postView .postEntry.view > .postEntrySections h5, section.post.news.postView .postEntry.view > .postEntrySections h6, section.post.news.postView .postEntry.view > .postEntrySections .attachmentsTitle {
  margin-top: -1.5rem;
  margin-bottom: 1em;
  font-family: "PlayfairDisplay", serif;
  font-size: 1.5em;
  color: #d7b56d;
}

section.post.news.postView .postEntry.view > .postEntrySections .attachmentsTitle {
  font-size: 1.125em;
}

section.post.products.posts .entryGroup {
  padding-top: 1.25em;
  padding-bottom: 3.125em;
}

section.post.products.posts .entryGroup:not(:last-child) {
  border-width: 0;
  border-style: solid;
  border-color: #d7b56d;
  border-bottom-width: 1px;
  position: relative;
  content: 'fullWidthBgHack';
}

section.post.products.posts .entryGroup:not(:last-child):before {
  content: '';
  display: block;
  position: absolute;
  box-sizing: content-box;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background: inherit;
  box-shadow: inherit;
  border: inherit;
  z-index: -1;
}

html {
  overflow-x: hidden;
}

section.post.products.posts .groupName {
  font-family: "Biryani", "OpenSans", sans-serif;
  font-weight: 800;
  color: #bfbfbf;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

section.post.products.posts .groupName * {
  color: inherit;
  letter-spacing: inherit;
}

section.post.products.posts .groupName {
  font-size: 1.5625em;
  margin-bottom: 1em;
  letter-spacing: 0.25em;
}

section.post.products.posts .postLoadMore {
  display: inline-block;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  cursor: default;
  font: inherit;
  color: inherit;
  text-align: center;
  text-decoration: none;
  white-space: pre;
  line-height: normal;
  overflow: visible;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-appearance: none;
          appearance: none;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  cursor: pointer;
  border-style: solid;
  line-height: inherit;
  padding: 1.3em 3.75em 1em;
  font-family: "Biryani", "OpenSans", sans-serif;
  font-size: 1em;
  font-size: 0.9375rem;
  text-transform: uppercase;
  color: #262626;
  background-color: #d7b56d;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  white-space: normal;
  margin-top: 2.5em;
  position: relative;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

section.post.products.posts .postLoadMore::-moz-focus-inner {
  border: 0;
  padding: 0;
}

section.post.products.posts .postLoadMore .disabled, section.post.products.posts .postLoadMore[disabled] {
  cursor: not-allowed;
}

section.post.products.posts .postLoadMore:hover, section.post.products.posts .postLoadMore.hover {
  color: #d7b56d;
  background-color: #262626;
}

section.post.products.posts .postLoadMore:focus, section.post.products.posts .postLoadMore.focus {
  background-color: #cca145;
}

section.post.products.posts .postLoadMore.active {
  background-color: #cca145;
}

section.post.products.posts .postLoadMore[disabled],
section.post.products.posts .postLoadMore .disabled {
  color: #262626;
  background-color: #a2a2a2;
}

@media (max-width: 960px) {
  section.post.products.posts:not(.bigTiles) .tileContent {
    padding-top: 2.5%;
    padding-bottom: 5%;
  }
  section.post.products.posts:not(.bigTiles) .tileText {
    display: none;
  }
  section.post.products.posts:not(.bigTiles) .postEntryTitle {
    color: #d7b56d;
    text-align: center;
  }
}

section.post.products.postView .postEntry.view .postEntryImages > .postEntryImage:not(:first-child) {
  display: none;
}

section.post.products.postView .postEntry.view .postEntryImages.slider {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

@media (min-width: 961px) {
  section.post.products.postView .postEntry.view .postEntryImages.slider .slick-slide img,
  section.post.products.postView .postEntry.view .postEntryImages.slider .slick-slide video {
    display: block;
    height: 31.25vw !important;
  }
}

@media (min-width: 961px) and (max-aspect-ratio: 4 / 3) {
  section.post.products.postView .postEntry.view .postEntryImages.slider .slick-slide img,
  section.post.products.postView .postEntry.view .postEntryImages.slider .slick-slide video {
    height: 50vw !important;
  }
}

@media (min-width: 961px) {
  section.post.products.postView .postEntry.view .postEntryImages.slider .slick-slide .vjs-fullscreen video {
    height: auto !important;
  }
}

@media (max-width: 960px) {
  section.post.products.postView .postEntry.view .postEntryImages.slider .slick-slide img,
  section.post.products.postView .postEntry.view .postEntryImages.slider .slick-slide video {
    height: auto !important;
  }
}

@media (max-width: 960px) {
  section.post.products.postView .postEntry.view .postEntryImages.slider {
    background-color: #f2f2f2;
  }
}

section.post.products.postView .postEntry.view .postEntryImages.slider .slick-slide {
  position: relative;
}

section.post.products.postView .postEntry.view .postEntryImages.slider .slick-slide:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.66);
  background-image: url("/upload/5808850ad8cd7/58205962e918d.svg");
  opacity: 0;
  z-index: -1;
  transition: opacity 0.5s ease 0s, z-index 0s ease 0.5s;
}

section.post.products.postView .postEntry.view .postEntryImages.slider .slick-slide:not(.slick-current):before {
  opacity: 1;
  z-index: 1;
  transition: opacity 0.5s ease 0s, z-index 0s ease 0s;
}

@media (min-width: 961px) {
  section.post.products.postView .postEntry.view .postEntryImages.slider .slick-slide {
    margin-right: 2px !important;
  }
}

section.post.products.postView .postEntry.view .postEntryImages.thumbnails {
  font-size: inherit;
  margin-bottom: 0;
  font-size: 0;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2px;
  margin-bottom: 2px;
}

section.post.products.postView .postEntry.view .postEntryImages.thumbnails li {
  padding-left: 0;
}

section.post.products.postView .postEntry.view .postEntryImages.thumbnails li:before {
  content: none;
  display: inline;
  margin-right: 0;
}

section.post.products.postView .postEntry.view .postEntryImages.thumbnails ol, section.post.products.postView .postEntry.view .postEntryImages.thumbnails ul {
  margin-left: 0;
  margin-bottom: 0;
}

section.post.products.postView .postEntry.view .postEntryImages.thumbnails ol li:before, section.post.products.postView .postEntry.view .postEntryImages.thumbnails ul li:before {
  content: none;
  font-size: 1em;
}

section.post.products.postView .postEntry.view .postEntryImages.thumbnails > *, section.post.products.postView .postEntry.view .postEntryImages.thumbnails:before, section.post.products.postView .postEntry.view .postEntryImages.thumbnails:after {
  font-size: 1rem;
}

section.post.products.postView .postEntry.view .postEntryImages.thumbnails .postEntryImage {
  display: inline-block;
  vertical-align: top;
}

section.post.products.postView .postEntry.view .postEntryImages.thumbnails .postEntryImage .thumbnailWrapper {
  position: relative;
  padding-top: 66.6666666667%;
}

section.post.products.postView .postEntry.view .postEntryImages.thumbnails .postEntryImage .thumbnailWrapper .media {
  object-fit: cover;
  font-family: "'object-fit: cover;'";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}

section.post.products.postView .postEntry.view .postEntryImages.thumbnails .postEntryImage.slick-current:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 2px #d7b56d inset;
  z-index: 1;
}

@media (min-width: 961px) {
  section.post.products.postView .postEntry.view .postEntryImages.thumbnails .postEntryImage {
    width: calc(16.6666666667% - 1.7166666667px);
  }
  section.post.products.postView .postEntry.view .postEntryImages.thumbnails .postEntryImage:not(:last-of-type) {
    margin-right: 2px;
  }
  section.post.products.postView .postEntry.view .postEntryImages.thumbnails .postEntryImage:nth-of-type(6n):not(:last-of-type) {
    margin-right: 0;
  }
  section.post.products.postView .postEntry.view .postEntryImages.thumbnails .postEntryImage.slick-slide {
    margin-right: 2px !important;
  }
}

@media (max-width: 960px) {
  section.post.products.postView .postEntry.view .postEntryImages.thumbnails {
    display: none;
  }
}

section.post.products.postView .postEntry.view > .postEntrySections {
  position: relative;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 3.5em;
  padding-bottom: 1.5em;
  background-color: #f2f2f2;
  max-width: calc(820px + 1.25rem + 1.25rem);
  margin-left: auto;
  margin-right: auto;
  line-height: 2.175;
  padding-top: 4.25em;
  padding-bottom: 5em;
}

@media (min-width: 820px) {
  section.post.products.postView .postEntry.view > .postEntrySections {
    position: relative;
    content: 'fullWidthBgHack';
  }
  section.post.products.postView .postEntry.view > .postEntrySections:before {
    content: '';
    display: block;
    position: absolute;
    box-sizing: content-box;
    top: 0;
    left: calc(50% - 50vw);
    width: 100vw;
    height: 100%;
    background: inherit;
    box-shadow: inherit;
    border: inherit;
    z-index: -1;
  }
}

html {
  overflow-x: hidden;
}

section.post.products.postView .postEntry.view > .postEntrySections h1, section.post.products.postView .postEntry.view > .postEntrySections h2, section.post.products.postView .postEntry.view > .postEntrySections h3, section.post.products.postView .postEntry.view > .postEntrySections h4, section.post.products.postView .postEntry.view > .postEntrySections h5, section.post.products.postView .postEntry.view > .postEntrySections h6, section.post.products.postView .postEntry.view > .postEntrySections .attachmentsTitle {
  margin-top: -1.5rem;
  margin-bottom: 1em;
  font-family: "PlayfairDisplay", serif;
  font-size: 1.5em;
  color: #d7b56d;
}

section.post.products.postView .postEntry.view > .postEntrySections .attachmentsTitle {
  font-size: 1.125em;
}

section.post.products.postView .postEntry.view > .postEntrySections .shareButtons {
  color: #d7b56d;
  top: 1.5em;
  right: 1.25em;
  margin-right: calc(50% - 50vw);
}

@media (max-width: 960px) {
  section.post.products.postView .postEntry.view > .postEntrySections .shareButtons {
    top: auto;
    bottom: 1.5em;
  }
}

section.post.products.postView .postEntry.view > .postEntryAttachments {
  margin-top: -5em;
  padding-top: 1em;
  padding-bottom: 5em;
}

section.post.products.postView .postEntry.view > .postEntryAttachments .postEntryAttachmentsTitle {
  font: inherit;
  color: inherit;
  font-size: 0.8125em;
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.5em;
}

section.post.products.postView .postEntry.view > .postEntryAttachments ul.navigation {
  display: inline-block;
}

section.post.products.postView .postEntry.view > .postEntryAttachments ul.navigation li {
  display: inline-block;
  padding-left: 0.5em;
}

section.post.products.postView .postEntry.view > .postEntryAttachments ul.navigation li .thumbnail {
  display: none;
}

section.post.products.postView .postEntry.view > .postEntryAttachments ul.navigation li a.filename {
  font-size: 0;
}

section.post.products.postView .postEntry.view > .postEntryAttachments ul.navigation li a.filename:before {
  content: "";
  width: 2rem;
  height: 2rem;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

section.post.products.postView .postEntry.view > .postEntryAttachments ul.navigation li .postEntryAttachment.FTmax a.filename:before {
  background-image: url("/img/3dDownloadIcons/3dsMaxIcon.png");
}

section.post.products.postView .postEntry.view > .postEntryAttachments ul.navigation li .postEntryAttachment.FTskp a.filename:before {
  background-image: url("/img/3dDownloadIcons/SketchUpIcon.png");
}

section.post.products.postView .postEntry.view > .relatedEntries {
  margin-bottom: 2.5rem;
}

section.post.products.postView .relatedEntries .relatedName {
  font-family: "Biryani", "OpenSans", sans-serif;
  font-weight: 800;
  color: #bfbfbf;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

section.post.products.postView .relatedEntries .relatedName * {
  color: inherit;
  letter-spacing: inherit;
}

section.post.products.postView .relatedEntries .relatedName {
  font-size: 1.5625em;
  margin-bottom: 1em;
  margin-top: 1.25em;
}

section.post.products.postView .relatedEntries .groupName {
  display: none;
}

section.gallery {
  font-size: inherit;
  margin-bottom: 0;
}

section.gallery li {
  padding-left: 0;
}

section.gallery li:before {
  content: none;
  display: inline;
  margin-right: 0;
}

section.gallery ol, section.gallery ul {
  margin-left: 0;
  margin-bottom: 0;
}

section.gallery ol li:before, section.gallery ul li:before {
  content: none;
  font-size: 1em;
}

section.gallery .fileName,
section.gallery .fileMeta {
  display: none;
}

section.gallery.slider .galleryItems > .galleryItem:not(:first-child), section.gallery.hero .galleryItems > .galleryItem:not(:first-child) {
  display: none;
}

section.gallery {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

section.gallery.slider .galleryItemFile {
  padding-top: 33.25%;
  position: relative;
}

section.gallery.slider .galleryItemFile img {
  object-fit: cover;
  font-family: "'object-fit: cover;'";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}

section.gallery.slider .galleryItemFile:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section.gallery.slider .galleryItemFile .media {
  z-index: -1;
}

section.gallery.slider .galleryItemDesc {
  font-family: "PlayfairDisplay", serif;
  line-height: 1.5;
}

@media (min-width: 961px) {
  section.gallery.slider .galleryItemDesc {
    font-size: 1rem;
  }
}

section.gallery.contentSlider .galleryItemFile {
  padding-top: 33.25%;
  position: relative;
}

section.gallery.contentSlider .galleryItemFile img {
  object-fit: cover;
  font-family: "'object-fit: cover;'";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}

section.gallery.contentSlider .galleryItemFile:before {
  background-color: rgba(242, 242, 242, 0.33);
}

section.gallery.contentSlider .galleryItemDesc > h1:first-child, section.gallery.contentSlider .galleryItemDesc > h2:first-child, section.gallery.contentSlider .galleryItemDesc > h3:first-child, section.gallery.contentSlider .galleryItemDesc > h4:first-child, section.gallery.contentSlider .galleryItemDesc > h5:first-child, section.gallery.contentSlider .galleryItemDesc > h6:first-child {
  font-family: "Biryani", "OpenSans", sans-serif;
  font-weight: 800;
  color: #bfbfbf;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

section.gallery.contentSlider .galleryItemDesc > h1:first-child *, section.gallery.contentSlider .galleryItemDesc > h2:first-child *, section.gallery.contentSlider .galleryItemDesc > h3:first-child *, section.gallery.contentSlider .galleryItemDesc > h4:first-child *, section.gallery.contentSlider .galleryItemDesc > h5:first-child *, section.gallery.contentSlider .galleryItemDesc > h6:first-child * {
  color: inherit;
  letter-spacing: inherit;
}

section.gallery.contentSlider .galleryItemDesc > h1:first-child, section.gallery.contentSlider .galleryItemDesc > h2:first-child, section.gallery.contentSlider .galleryItemDesc > h3:first-child, section.gallery.contentSlider .galleryItemDesc > h4:first-child, section.gallery.contentSlider .galleryItemDesc > h5:first-child, section.gallery.contentSlider .galleryItemDesc > h6:first-child {
  font-size: 1.5625em;
  margin-bottom: 1em;
  letter-spacing: 0.25em;
  color: #d7b56d;
}

section.gallery.contentSlider .galleryItemDesc p,
section.gallery.contentSlider .galleryItemDesc ul,
section.gallery.contentSlider .galleryItemDesc ol,
section.gallery.contentSlider .galleryItemDesc dl {
  font-size: 1em;
  color: #333333;
}

section.gallery.contentSlider .galleryItemDesc .btn {
  margin-top: 1em;
}

@media (min-width: 961px) {
  section.gallery.contentSlider .galleryItemDesc {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    width: 100%;
    padding-left: 2em;
    padding-right: 2em;
    max-width: calc(860px + 4em);
    line-height: 1.875;
  }
  section.gallery.contentSlider .galleryItemDesc > h1:first-child, section.gallery.contentSlider .galleryItemDesc > h2:first-child, section.gallery.contentSlider .galleryItemDesc > h3:first-child, section.gallery.contentSlider .galleryItemDesc > h4:first-child, section.gallery.contentSlider .galleryItemDesc > h5:first-child, section.gallery.contentSlider .galleryItemDesc > h6:first-child {
    margin-bottom: 0.75em;
    letter-spacing: 0.25em;
  }
}

@media (max-width: 960px) {
  section.gallery.contentSlider .galleryItemFile {
    padding-top: 66.6666666667%;
  }
  section.gallery.contentSlider .galleryItemDesc {
    margin-top: 1rem;
    padding-left: 1em;
    padding-right: 1em;
  }
  section.gallery.contentSlider .galleryItemDesc > h1:first-child, section.gallery.contentSlider .galleryItemDesc > h2:first-child, section.gallery.contentSlider .galleryItemDesc > h3:first-child, section.gallery.contentSlider .galleryItemDesc > h4:first-child, section.gallery.contentSlider .galleryItemDesc > h5:first-child, section.gallery.contentSlider .galleryItemDesc > h6:first-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    margin-top: 33.3333333333%;
    margin-bottom: 0;
  }
  section.gallery.contentSlider .slick-dots {
    bottom: auto;
    top: 0;
    margin-top: calc(66.6666666667% - 3rem);
  }
}

section.gallery.imageSlider .galleryItemFile:before {
  content: none;
}

section.gallery.hero:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  display: inline-block;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  cursor: default;
  font: inherit;
  color: inherit;
  text-align: center;
  text-decoration: none;
  white-space: pre;
  line-height: normal;
  overflow: visible;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-appearance: none;
          appearance: none;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  cursor: pointer;
  border-style: solid;
  line-height: inherit;
  padding: 1.3em 3.75em 1em;
  font-family: "Biryani", "OpenSans", sans-serif;
  font-size: 1em;
  font-size: 0.9375rem;
  text-transform: uppercase;
  color: #262626;
  background-color: #d7b56d;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  font-family: "wenga" !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  line-height: 1;
  text-transform: none !important;
  content: '\e009';
  font-size: 3.375rem;
  font-size: 1.2962962963rem;
  font-size: calc(1.8085106383vw + 20px);
  padding: 0.05em;
  cursor: default;
}

section.gallery.hero:after::-moz-focus-inner {
  border: 0;
  padding: 0;
}

section.gallery.hero:after .disabled, section.gallery.hero:after[disabled] {
  cursor: not-allowed;
}

section.gallery.hero:after:hover, section.gallery.hero:after.hover {
  color: #d7b56d;
  background-color: #262626;
}

section.gallery.hero:after:focus, section.gallery.hero:after.focus {
  background-color: #cca145;
}

section.gallery.hero:after.active {
  background-color: #cca145;
}

section.gallery.hero:after[disabled],
section.gallery.hero:after .disabled {
  color: #262626;
  background-color: #a2a2a2;
}

section.gallery.hero .slick-dots {
  margin-bottom: 7.5rem;
  margin-bottom: 1.1333333333rem;
  margin-bottom: calc(5.3191489362vw + 20px);
}

section.gallery.hero .galleryItemFile {
  padding-top: 0;
  height: 100vh;
  content: 'viewport-units-buggyfill; height: 100vw;';
}

section.gallery.hero .galleryItemFile:before {
  background-color: rgba(38, 38, 38, 0.3);
  background-image: linear-gradient(rgba(38, 38, 38, 0.75) 0%, rgba(38, 38, 38, 0) 25%, rgba(38, 38, 38, 0) 75%, rgba(38, 38, 38, 0.75));
}

section.gallery.hero .galleryItemDesc {
  text-align: center;
  width: 75%;
}

section.gallery.hero .galleryItemDesc p:last-child,
section.gallery.hero .galleryItemDesc ul:last-child,
section.gallery.hero .galleryItemDesc ol:last-child,
section.gallery.hero .galleryItemDesc dl:last-child {
  margin-bottom: 1em;
}

@media (min-width: 961px) {
  section.gallery.hero .galleryItemDesc {
    position: absolute;
    top: 55%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    font-size: 2.75rem;
  }
}

@media (max-width: 960px) {
  section.gallery.hero .galleryItemDesc {
    position: absolute;
    bottom: 7.5rem;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    font-size: 2rem;
  }
}

@media (max-width: 960px) and (max-width: 1880px) {
  section.gallery.hero .galleryItemDesc {
    bottom: 1.1333333333rem;
    bottom: calc(10.4166666667vw + 20px);
  }
}

@media (max-width: 960px) and (orientation: landscape) {
  section.gallery.hero .galleryItemDesc {
    top: 52.5%;
  }
}

section.gallery.wideVideo .galleryItemFile {
  padding-top: 32.8125%;
  position: relative;
}

section.gallery.wideVideo .galleryItemFile .media {
  object-fit: cover;
  font-family: "'object-fit: cover;'";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}

@media (max-width: 960px) {
  section.gallery.wideVideo .galleryItemFile {
    padding-top: 66.6666666667%;
  }
}

section.gallery.wideVideo .videoFullscreen {
  top: auto;
  right: auto;
  bottom: 1.875em;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  white-space: nowrap;
  font-size: 1em;
}

h1, h2, h3, h4, h5, h6, p, a, span, input, select, textarea {
  letter-spacing: 0.05em;
}

.region.header h1, .region.header h2, .region.header h3, .region.header h4, .region.header h5, .region.header h6, .region.header p, .region.header a, .region.header span, .region.header input, .region.header select, .region.header textarea {
  letter-spacing: 0.2em;
}

html {
  font-weight: 300;
  background-image: url("/upload/5808850ad8cd7/58204bf954faf.svg");
  max-width: none;
}

a {
  color: #d7b56d;
  text-decoration: underline;
  transition: color 0.25s;
}

a:hover, a:focus, a.active {
  text-decoration: none;
  transition: color 0.15s;
}

button,
input[type='button'],
input[type='submit'],
input[type='reset'],
.btn {
  font-size: 0.9375rem;
  text-transform: uppercase;
  color: #262626;
  background-color: #d7b56d;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

button:hover, button.hover,
input[type='button']:hover,
input[type='button'].hover,
input[type='submit']:hover,
input[type='submit'].hover,
input[type='reset']:hover,
input[type='reset'].hover,
.btn:hover,
.btn.hover {
  color: #d7b56d;
  background-color: #262626;
}

button:focus, button.focus,
input[type='button']:focus,
input[type='button'].focus,
input[type='submit']:focus,
input[type='submit'].focus,
input[type='reset']:focus,
input[type='reset'].focus,
.btn:focus,
.btn.focus {
  background-color: #cca145;
}

button.active,
input[type='button'].active,
input[type='submit'].active,
input[type='reset'].active,
.btn.active {
  background-color: #cca145;
}

button[disabled],
button .disabled,
input[type='button'][disabled],
input[type='button'] .disabled,
input[type='submit'][disabled],
input[type='submit'] .disabled,
input[type='reset'][disabled],
input[type='reset'] .disabled,
.btn[disabled],
.btn .disabled {
  color: #262626;
  background-color: #a2a2a2;
}

section .sectionHeader,
section .postEntryHeader {
  margin-bottom: 0;
}

section .sectionHeader .sectionTitle,
section .sectionHeader .postEntryTitle,
section .postEntryHeader .sectionTitle,
section .postEntryHeader .postEntryTitle {
  font-family: "Biryani", "OpenSans", sans-serif;
  font-weight: 800;
  color: #bfbfbf;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

section .sectionHeader .sectionTitle *,
section .sectionHeader .postEntryTitle *,
section .postEntryHeader .sectionTitle *,
section .postEntryHeader .postEntryTitle * {
  color: inherit;
  letter-spacing: inherit;
}

section .sectionHeader .sectionTitle,
section .sectionHeader .postEntryTitle,
section .postEntryHeader .sectionTitle,
section .postEntryHeader .postEntryTitle {
  font-size: 1.5625em;
  margin-bottom: 1em;
}

section.pageTitle .pageTitleHeading,
section .sectionHeader h1.sectionTitle {
  font-family: "Biryani", "OpenSans", sans-serif;
  font-weight: 800;
  color: #bfbfbf;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

section.pageTitle .pageTitleHeading *,
section .sectionHeader h1.sectionTitle * {
  color: inherit;
  letter-spacing: inherit;
}

section.pageTitle .pageTitleHeading,
section .sectionHeader h1.sectionTitle {
  font-size: 1.5625em;
  margin-bottom: 1em;
  margin-top: 1.3em;
  margin-bottom: 1.3em;
}

body.pageTitleNoBorder section.pageTitle:first-child {
  border-bottom-width: 0;
}

.content section:not(.resetFormat) {
  border-width: 0;
  border-style: solid;
  border-color: #d7b56d;
  border-bottom-width: 1px;
  position: relative;
  content: 'fullWidthBgHack';
}

.content section:not(.resetFormat):before {
  content: '';
  display: block;
  position: absolute;
  box-sizing: content-box;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background: inherit;
  box-shadow: inherit;
  border: inherit;
  z-index: -1;
}

html {
  overflow-x: hidden;
}

.content section.noLenia {
  border-bottom-width: 0;
}

.content section.stat:not(.resetFormat) > .statBody {
  position: relative;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 3.5em;
  padding-bottom: 1.5em;
  background-color: #f2f2f2;
  max-width: calc(820px + 1.25rem + 1.25rem);
  margin-left: auto;
  margin-right: auto;
  line-height: 2.175;
}

@media (min-width: 820px) {
  .content section.stat:not(.resetFormat) > .statBody {
    position: relative;
    content: 'fullWidthBgHack';
  }
  .content section.stat:not(.resetFormat) > .statBody:before {
    content: '';
    display: block;
    position: absolute;
    box-sizing: content-box;
    top: 0;
    left: calc(50% - 50vw);
    width: 100vw;
    height: 100%;
    background: inherit;
    box-shadow: inherit;
    border: inherit;
    z-index: -1;
  }
}

html {
  overflow-x: hidden;
}

.content section.stat:not(.resetFormat) > .statBody h1, .content section.stat:not(.resetFormat) > .statBody h2, .content section.stat:not(.resetFormat) > .statBody h3, .content section.stat:not(.resetFormat) > .statBody h4, .content section.stat:not(.resetFormat) > .statBody h5, .content section.stat:not(.resetFormat) > .statBody h6, .content section.stat:not(.resetFormat) > .statBody .attachmentsTitle {
  margin-top: -1.5rem;
  margin-bottom: 1em;
  font-family: "PlayfairDisplay", serif;
  font-size: 1.5em;
  color: #d7b56d;
}

.content section.stat:not(.resetFormat) > .statBody .attachmentsTitle {
  font-size: 1.125em;
}

[id="container"] {
  font-size: 0;
  text-align: center;
}

[id='container'] > *, [id='container']:before, [id='container']:after {
  font-size: 1rem;
  text-align: left;
}

.region.header, .region.footer {
  text-align: center;
}

.region.header > *, .region.header:before, .region.header:after, .region.footer > *, .region.footer:before, .region.footer:after {
  text-align: left;
}

.region.content, .region.left, .region.right {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.region.header {
  color: #262626;
  z-index: 3;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.region.header ul {
  font-size: inherit;
  margin-bottom: 0;
}

.region.header ul li {
  padding-left: 0;
}

.region.header ul li:before {
  content: none;
  display: inline;
  margin-right: 0;
}

.region.header ul ol, .region.header ul ul {
  margin-left: 0;
  margin-bottom: 0;
}

.region.header ul ol li:before, .region.header ul ul li:before {
  content: none;
  font-size: 1em;
}

.region.header a {
  color: inherit;
  text-decoration: none;
}

.region.header a:hover {
  color: #f2f2f2;
}

.region.header section .sectionTitle {
  font-size: inherit;
  font-weight: normal;
  letter-spacing: 0.125em;
  color: inherit;
}

.region.header section.phoneNumber {
  position: relative;
}

.region.header section.phoneNumber ul {
  font-size: 0.875em;
}

.region.header section.phoneNumber li * {
  letter-spacing: 0.125em;
}

.region.header section.langSelector {
  position: relative;
}

.region.header section.langSelector .sectionTitle {
  margin-bottom: 0;
  font-size: 0.875em;
}

.region.header section.langSelector .langselectorLinks {
  position: fixed;
  width: auto;
  top: 3.75rem;
  z-index: 2;
  margin-left: -2em;
  min-width: 12em;
}

.region.header section.langSelector:hover .langselectorLinks, .region.header section.langSelector.visible .langselectorLinks {
  max-height: 12.5rem;
}

.region.header section.langSelector .langselectorLinks {
  font-size: 0.875em;
}

.region.header section.langSelector .langselectorLinks .langselectorLink {
  margin-top: 2px;
  background-color: #4c4c4c;
  transition: all 0.25s;
}

.region.header section.langSelector .langselectorLinks .langselectorLink a,
.region.header section.langSelector .langselectorLinks .langselectorLink span {
  padding-top: 0.5em;
  padding-bottom: 0.2125em;
  padding-left: 2em;
  padding-right: 2em;
  color: #f2f2f2;
}

.region.header section.langSelector .langselectorLinks .langselectorLink:hover, .region.header section.langSelector .langselectorLinks .langselectorLink.active {
  background-color: #d7b56d;
  transition: all 0.15s;
}

.region.header section.langSelector .langselectorLinks .langselectorLink:hover a, .region.header section.langSelector .langselectorLinks .langselectorLink.active a {
  color: #262626;
}

.region.header section.searchForm {
  color: #d7b56d;
}

.region.header section.searchForm input,
.region.header section.searchForm button[type="submit"] {
  background-color: transparent;
  border-width: 0;
  height: auto;
}

.region.header section.searchForm .formGroup {
  position: relative;
}

.region.header section.searchForm .formField > label > span:first-of-type {
  display: none;
}

.region.header section.searchForm .formField._q input {
  padding-right: 2rem;
}

.region.header section.searchForm .formField._submit {
  position: absolute;
  right: 0;
  top: 50%;
  width: 2rem;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.region.header section.searchForm .formField._submit button[type="submit"] {
  font-size: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 4px;
  cursor: pointer;
}

.region.header section.searchForm .formField._submit button[type="submit"] > *, .region.header section.searchForm .formField._submit button[type="submit"]:before, .region.header section.searchForm .formField._submit button[type="submit"]:after {
  font-size: 1rem;
}

@supports (overflow: -webkit-marquee) and (justify-content: inherit) {
  .region.header section.searchForm .formField._submit button[type="submit"] {
    font-size: 0.5px;
  }
}

.region.header section.searchForm .formField._submit button[type="submit"]:after {
  font-family: "wenga" !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  line-height: 1;
  text-transform: none !important;
  content: "";
}

.region.header section.searchForm input,
.region.header section.searchForm button {
  color: inherit;
  font-family: "Biryani", "OpenSans", sans-serif;
  font-weight: 200;
}

.region.header section.searchForm .formField {
  margin-bottom: 0;
}

.region.header section.searchForm .formField._q input {
  padding-top: 0.25em;
  padding-bottom: 0;
  font-size: 0.8125em;
  letter-spacing: 0.05em;
  max-width: 8.5em;
  background-color: #262626;
  box-shadow: none;
  transition: all 0.75s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.region.header section.searchForm .formField._q input:focus {
  max-width: 15em;
  transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.region.header section.socialLinks ul > li:not(:last-child) {
  margin-right: 0.2em;
}

.region.header section.socialLinks a {
  color: #262626;
}

.region.header section.socialLinks a:hover {
  color: #f2f2f2;
}

.region.header section.socialLinks a:before {
  font-size: 1.375rem;
}

@media (min-width: 961px) {
  .region.header {
    content: 'fullWidthBgHack';
    background-size: 0 0;
    background-image: linear-gradient(rgba(31, 31, 31, 0.7) 50%, rgba(38, 38, 38, 0) 50%);
    background-position: 0 -100%;
    transition: background-position 0.5s cubic-bezier(1, 0, 0, 1) 0.6s;
  }
  .region.header .regionWrapper {
    padding-top: 1rem;
    position: relative;
    content: 'fullWidthBgHack';
  }
  .region.header .regionWrapper .gridCol {
    text-align: right;
  }
  .region.header .regionWrapper .gridCol > *, .region.header .regionWrapper .gridCol:before, .region.header .regionWrapper .gridCol:after {
    text-align: left;
  }
  .region.header .regionWrapper:before {
    content: '';
    display: block;
    position: absolute;
    box-sizing: content-box;
    top: 0;
    left: calc(50% - 50vw);
    width: 100vw;
    height: 100%;
    background: inherit;
    box-shadow: inherit;
    border: inherit;
    z-index: -1;
  }
  .region.header .regionWrapper:before {
    background-color: #d7b56d;
    height: 3.75rem;
  }
  html {
    overflow-x: hidden;
  }
  .region.header section.phoneNumber,
  .region.header section.langSelector,
  .region.header section.searchForm,
  .region.header section.socialLinks {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
  }
  .region.header section.phoneNumber,
  .region.header section.langSelector,
  .region.header section.searchForm {
    margin-right: 3.5rem;
  }
}

@media (min-width: 961px) and (max-width: 1880px) {
  .region.header section.phoneNumber,
  .region.header section.langSelector,
  .region.header section.searchForm {
    margin-right: 1.2857142857rem;
    margin-right: calc(3.085106383vw + -2px);
  }
}

@media (min-width: 961px) {
  .region.header section.logo {
    position: relative;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    max-width: 12.8675rem;
    z-index: 1;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 961px) and (max-width: 1880px) {
  .region.header section.logo {
    max-width: 1.0777151739rem;
    max-width: 10.9510638298vw;
  }
}

@media (min-width: 961px) {
  .region.header section.mainmenu {
    position: absolute;
    top: calc(100% - 4.25rem);
    left: 0;
    width: 100%;
  }
  .region.header section.mainmenu ul.navigation li > ul > li {
    max-height: 0;
    overflow: hidden;
    transition: 0.35s ease 0.6s;
  }
  .region.header section.mainmenu ul.navigation li.hover > ul > li, .region.header section.mainmenu ul.navigation li.visible > ul > li {
    max-height: 3rem;
    transition: 0.5s;
  }
  .region.header section.mainmenu ul.navigation li > .menuItemHeading > .menuItemLabel {
    display: block;
    padding: 0 1.1em;
    color: #f2f2f2;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    transition: 0.5s;
  }
  .region.header section.mainmenu ul.navigation li.active > .menuItemHeading > .menuItemLabel, .region.header section.mainmenu ul.navigation li:hover > .menuItemHeading > .menuItemLabel {
    color: #d7b56d;
    transition: 0.25s;
  }
  .region.header section.mainmenu ul.navigation > li {
    position: static;
  }
  .region.header section.mainmenu ul.navigation > li ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    min-width: 100%;
  }
  .region.header section.mainmenu ul.navigation > li ul > li > .menuItemHeading > .menuItemLabel {
    color: #262626;
  }
  .region.header section.mainmenu ul.navigation > li ul > li.active > .menuItemHeading > .menuItemLabel, .region.header section.mainmenu ul.navigation > li ul > li:hover > .menuItemHeading > .menuItemLabel {
    color: #f2f2f2;
  }
  .region.header section.mainmenu ul.navigation > li > ul {
    text-align: justify;
    line-height: 0;
    white-space: normal;
  }
  .region.header section.mainmenu ul.navigation > li > ul > *, .region.header section.mainmenu ul.navigation > li > ul:before, .region.header section.mainmenu ul.navigation > li > ul:after {
    text-align: left;
    line-height: 2;
  }
  .region.header section.mainmenu ul.navigation > li > ul:after {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  .region.header section.mainmenu ul.navigation > li > ul > li {
    display: inline-block;
    vertical-align: top;
  }
  .region.header section.mainmenu ul.navigation > li > ul > li > .menuItemHeading > .menuItemLabel {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    color: #262626;
  }
  .region.header section.mainmenu ul.navigation > li > ul > li:hover > .menuItemHeading > .menuItemLabel, .region.header section.mainmenu ul.navigation > li > ul > li.visible > .menuItemHeading > .menuItemLabel {
    color: #f2f2f2;
  }
}

@media (min-width: 961px) and (max-width: 1160px) {
  .region.header section.mainmenu ul.navigation > li > ul > li:not(:first-of-type) > .menuItemHeading > .menuItemLabel {
    padding-left: 0.25em;
  }
  .region.header section.mainmenu ul.navigation > li > ul > li:not(:last-of-type) > .menuItemHeading > .menuItemLabel {
    padding-right: 0.25em;
  }
}

@media (min-width: 961px) {
  .region.header section.mainmenu ul.navigation > li > li > ul {
    max-height: 0;
  }
  .region.header:before {
    content: '';
    display: block;
    position: absolute;
    box-sizing: content-box;
    top: 0;
    left: calc(50% - 50vw);
    width: 100vw;
    height: 100%;
    background: inherit;
    box-shadow: inherit;
    border: inherit;
    z-index: -1;
  }
  .region.header:before {
    background-size: auto 200%;
  }
  html {
    overflow-x: hidden;
  }
  .region.header.hover {
    background-position: 0 -200%;
    transition: background-position 0.25s cubic-bezier(1, 0, 0, 1);
  }
  .region.header section.mainmenu {
    color: #f2f2f2;
    font-weight: bold;
  }
  .region.header section.mainmenu ul {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
  }
  .region.header section.mainmenu ul > li:first-child {
    text-align: left !important;
  }
  .region.header section.mainmenu ul > li:last-child, .region.header section.mainmenu ul > li:nth-child(4) {
    text-align: right !important;
  }
  .region.header section.mainmenu ul.navigation {
    font-size: 0;
    text-align: justify;
    line-height: 0;
  }
  .region.header section.mainmenu ul.navigation > *, .region.header section.mainmenu ul.navigation:before, .region.header section.mainmenu ul.navigation:after {
    font-size: 1rem;
  }
  .region.header section.mainmenu ul.navigation > *, .region.header section.mainmenu ul.navigation:before, .region.header section.mainmenu ul.navigation:after {
    text-align: left;
    line-height: 2;
  }
  .region.header section.mainmenu ul.navigation:after {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  .region.header section.mainmenu ul.navigation > li {
    display: inline-block;
    vertical-align: top;
  }
  .region.header section.mainmenu ul.navigation > *, .region.header section.mainmenu ul.navigation:before, .region.header section.mainmenu ul.navigation:after {
    font-size: 1rem;
  }
  .region.header section.mainmenu ul.navigation li > .menuItemHeading {
    margin-bottom: 0;
  }
  .region.header section.mainmenu ul.navigation li > .menuItemHeading > .menuItemLabel {
    font-size: 1.125em;
    transition: all 0.5s, padding-bottom 0.5s linear 0.6s;
  }
  .region.header section.mainmenu ul.navigation li.active > .menuItemHeading > .menuItemLabel, .region.header section.mainmenu ul.navigation li.hover > .menuItemHeading > .menuItemLabel {
    transition: all 0.25s, padding-bottom 0.01s;
  }
  .region.header section.mainmenu ul.navigation > li {
    width: 20%;
    text-align: center;
  }
  .region.header section.mainmenu ul.navigation > li.active > .menuItemHeading > .menuItemLabel, .region.header section.mainmenu ul.navigation > li.hover > .menuItemHeading > .menuItemLabel {
    padding-bottom: 2.5rem;
  }
  .region.header section.mainmenu ul.navigation > li:nth-child(2) {
    margin-right: 20%;
  }
}

@media (min-width: 961px) and (max-width: 1024px) {
  .region.header section.mainmenu ul.navigation > li {
    font-size: 0.875rem;
  }
  .region.header section.mainmenu ul.navigation > li:nth-child(1) {
    width: 27.5%;
  }
  .region.header section.mainmenu ul.navigation > li:nth-child(2) {
    width: 12.5%;
  }
}

@media (min-width: 961px) {
  .region.header section.mainmenu ul.navigation > li > ul {
    position: absolute;
    content: 'fullWidthBgHack';
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    width: 100%;
    min-width: 0;
    z-index: -100;
  }
  .region.header section.mainmenu ul.navigation > li > ul:before {
    content: '';
    display: block;
    position: absolute;
    box-sizing: content-box;
    top: 0;
    left: calc(50% - 50vw);
    width: 100vw;
    height: 100%;
    background: inherit;
    box-shadow: inherit;
    border: inherit;
    z-index: -1;
  }
  html {
    overflow-x: hidden;
  }
  .region.header section.mainmenu ul.navigation > li > ul:before {
    background-color: #d7b56d;
    height: 0;
    transition: height 0.5s ease 0.6s;
  }
  .region.header section.mainmenu ul.navigation > li.hover > ul, .region.header section.mainmenu ul.navigation > li.visible > ul {
    z-index: 0;
  }
  .region.header section.mainmenu ul.navigation > li.hover > ul:before, .region.header section.mainmenu ul.navigation > li.visible > ul:before {
    height: 100%;
    transition: height 0.25s;
  }
}

@media (max-width: 960px) {
  .region.header {
    box-shadow: 0 0 0.5em 0 #262626;
    background-image: linear-gradient(rgba(31, 31, 31, 0.7) 50%, rgba(38, 38, 38, 0) 50%);
    background-size: auto 200%;
  }
  .region.header section.phoneNumber,
  .region.header section.langSelector,
  .region.header section.searchForm,
  .region.header section.socialLinks {
    display: none;
  }
  .region.header .regionWrapper .gridCol {
    text-align: justify;
    line-height: 0;
  }
  .region.header .regionWrapper .gridCol > *, .region.header .regionWrapper .gridCol:before, .region.header .regionWrapper .gridCol:after {
    text-align: left;
    line-height: 2;
  }
  .region.header .regionWrapper .gridCol:after {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  .region.header .regionWrapper .gridCol section.hamburgerButton + * {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  .region.header .regionWrapper .gridCol section.logo, .region.header .regionWrapper .gridCol section.hamburgerButton {
    display: inline-block;
    vertical-align: top;
    vertical-align: middle;
  }
  .region.header section.logo {
    position: relative;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    padding-top: 10px;
    width: 50%;
    max-width: 200px;
    background-color: #262626;
    content: 'fullWidthBgHack';
  }
  .region.header section.logo:before {
    content: '';
    display: block;
    position: absolute;
    box-sizing: content-box;
    top: 0;
    left: calc(50% - 50vw);
    width: 100vw;
    height: 100%;
    background: inherit;
    box-shadow: inherit;
    border: inherit;
    z-index: -1;
  }
  html {
    overflow-x: hidden;
  }
  .region.header section.hamburgerButton {
    position: relative;
  }
  .region.header section.hamburgerMenu {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    width: calc(100% + 2.5rem) !important;
  }
  .region.header section.hamburgerMenu ul {
    background-color: transparent;
  }
  .region.header section.hamburgerMenu ul > li > .menuItemHeading > .menuItemLabel {
    font-weight: 400;
    color: #262626;
    background-color: #d7b56d;
    transition: all 0.15s;
  }
  .region.header section.hamburgerMenu ul > li:hover > .menuItemHeading > .menuItemLabel, .region.header section.hamburgerMenu ul > li.active > .menuItemHeading > .menuItemLabel {
    color: #f2f2f2;
    background-color: #262626;
    transition: all 0.1s;
  }
  .region.header section.hamburgerMenu ul.navigation {
    background-color: transparent;
  }
  .region.header section.hamburgerMenu ul.navigation > li > .menuItemHeading > .menuItemLabel, .region.header section.hamburgerMenu ul.navigation > li.visible > .menuItemHeading > .menuItemLabel {
    color: #f2f2f2;
    background-color: transparent;
  }
  .region.header section.hamburgerMenu ul.navigation > li:hover:not(.visible) > .menuItemHeading > .menuItemLabel, .region.header section.hamburgerMenu ul.navigation > li.active:not(.visible) > .menuItemHeading > .menuItemLabel {
    color: #262626;
    background-color: #d7b56d;
  }
}

@media (max-width: 960px) and (orientation: landscape) {
  .region.header section.logo {
    max-width: 125px;
  }
  .region.header section.hamburgerMenu ul.navigation > li > .menuItemHeading > .menuItemLabel {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}

body .region.header .regionWrapper {
  transition: 0.75s;
}

body .region.header .regionWrapper:before {
  transition: 0.25s ease 0.2s;
}

body .region.header section.phoneNumber {
  opacity: 1;
  transition: 0.75s;
}

body .region.header section.langSelector {
  opacity: 1;
  transition: 0.75s;
}

body .region.header section.langSelector .langselectorLinks {
  transition: 0.75s, max-height 0.75s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

body .region.header section.searchForm .formField._q input {
  transition: 0.75s;
}

body .region.header section.logo {
  transition: 0.75s;
}

body .region.header section.mainmenu {
  transition: 0.75s;
}

body.scroll .region.header {
  background-position: 0 -200%;
  color: #f2f2f2;
}

body.scroll .region.header a:hover, body.scroll .region.header a:focus {
  color: #d7b56d;
}

body.scroll .region.header .regionWrapper {
  transition: 0.5s;
}

@media (max-width: 1560px) {
  body.scroll .region.header section.phoneNumber {
    opacity: 0;
    z-index: -1;
    transition: 0.5s, z-index 0s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.5s;
  }
}

body.scroll .region.header section.langSelector .langselectorLinks {
  transition: 0.5s, max-height 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

@media (max-width: 1140px) {
  body.scroll .region.header section.langSelector {
    opacity: 0;
    z-index: -1;
    transition: 0.5s, z-index 0s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.5s;
  }
}

body.scroll .region.header section.searchForm .formField._q input {
  background-color: #f2f2f2;
  transition: 0.5s;
}

body.scroll .region.header section.socialLinks a {
  color: #f2f2f2;
}

body.scroll .region.header section.socialLinks a:hover {
  color: #d7b56d;
}

body.scroll .region.header section.logo {
  transition: 0.5s;
}

body.scroll .region.header section.mainmenu {
  transition: 0.5s;
}

@media (min-width: 961px) {
  body.scroll .region.header .regionWrapper {
    padding-top: 0.5rem;
  }
  body.scroll .region.header .regionWrapper:before {
    height: 100%;
    opacity: 0;
  }
  body.scroll .region.header section.langSelector .langselectorLinks {
    top: 2.75rem;
  }
  body.scroll .region.header section.logo {
    margin-top: -2rem;
    margin-bottom: 0;
    max-width: 80px;
  }
  body.scroll .region.header section.mainmenu {
    top: calc(100% - 3.25rem);
  }
  body.scroll .region.header section.mainmenu ul.navigation > li.active > .menuItemHeading > .menuItemLabel, body.scroll .region.header section.mainmenu ul.navigation > li:hover > .menuItemHeading > .menuItemLabel {
    padding-bottom: 1rem;
  }
}

.region.map, body.contact .region.content,
.region.footer {
  padding-left: 0;
  padding-right: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.region.map .regionWrapper, body.contact .region.content .regionWrapper,
.region.footer .regionWrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1880px;
  padding-top: 1px;
  padding-bottom: 1px;
}

.region.map section.logo, body.contact .region.content section.logo, .region.map section.contacts, body.contact .region.content section.contacts, .region.map section.contactForm, body.contact .region.content section.contactForm, .region.map section.socialLinks, body.contact .region.content section.socialLinks,
.region.footer section.logo,
.region.footer section.contacts,
.region.footer section.contactForm,
.region.footer section.socialLinks {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.region.map section.logo, body.contact .region.content section.logo, .region.map section.contacts, body.contact .region.content section.contacts, .region.map section.contactForm, body.contact .region.content section.contactForm,
.region.footer section.logo,
.region.footer section.contacts,
.region.footer section.contactForm {
  color: #262626;
}

.region.map section.logo, body.contact .region.content section.logo, .region.map section.contacts, body.contact .region.content section.contacts,
.region.footer section.logo,
.region.footer section.contacts {
  margin-bottom: 2.5rem;
}

.region.map section.contacts, body.contact .region.content section.contacts,
.region.footer section.contacts {
  font-size: 1.375rem;
  font-family: "PlayfairDisplay", serif;
}

@media (min-width: 961px) {
  .region.map .regionWrapper .gridCol, body.contact .region.content .regionWrapper .gridCol,
  .region.footer .regionWrapper .gridCol {
    font-size: 0;
  }
  .region.map .regionWrapper .gridCol > *, body.contact .region.content .regionWrapper .gridCol > *, .region.map .regionWrapper .gridCol:before, body.contact .region.content .regionWrapper .gridCol:before, .region.map .regionWrapper .gridCol:after, body.contact .region.content .regionWrapper .gridCol:after,
  .region.footer .regionWrapper .gridCol > *,
  .region.footer .regionWrapper .gridCol:before,
  .region.footer .regionWrapper .gridCol:after {
    font-size: 1rem;
  }
  .region.map section.logo, body.contact .region.content section.logo, .region.map section.contacts, body.contact .region.content section.contacts, .region.map section.contactForm, body.contact .region.content section.contactForm,
  .region.footer section.logo,
  .region.footer section.contacts,
  .region.footer section.contactForm {
    display: inline-block;
    vertical-align: middle;
  }
  .region.map section.contacts, body.contact .region.content section.contacts,
  .region.footer section.contacts {
    margin-bottom: -2.5rem;
  }
  .region.map section.copyright, body.contact .region.content section.copyright,
  .region.footer section.copyright {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 961px) and (max-width: 960px) {
  .region.map section.logo, body.contact .region.content section.logo, .region.map section.contacts, body.contact .region.content section.contacts,
  .region.footer section.logo,
  .region.footer section.contacts {
    width: 50%;
  }
  .region.map section.logo:before, body.contact .region.content section.logo:before, .region.map section.contacts:before, body.contact .region.content section.contacts:before,
  .region.footer section.logo:before,
  .region.footer section.contacts:before {
    left: -50vw;
  }
  .region.map section.logo, body.contact .region.content section.logo,
  .region.footer section.logo {
    padding-right: 2.25em;
  }
  .region.map section.contactForm, body.contact .region.content section.contactForm,
  .region.footer section.contactForm {
    width: 100%;
  }
}

@media (min-width: 961px) and (min-width: 961px) {
  .region.map section.logo, body.contact .region.content section.logo, .region.map section.contacts, body.contact .region.content section.contacts,
  .region.footer section.logo,
  .region.footer section.contacts {
    padding-right: 2.25em;
  }
  .region.map section.logo, body.contact .region.content section.logo,
  .region.footer section.logo {
    width: 24.25%;
  }
  .region.map section.contacts, body.contact .region.content section.contacts,
  .region.footer section.contacts {
    width: 25.75%;
  }
  .region.map section.contactForm, body.contact .region.content section.contactForm,
  .region.footer section.contactForm {
    width: 50%;
    max-width: 800px;
    padding-left: 2.25em;
  }
}

@media (max-width: 960px) {
  .region.map section.map .statBody .shareButtons, body.contact .region.content section.map .statBody .shareButtons,
  .region.footer section.map .statBody .shareButtons {
    right: auto;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }
  .region.map section.contacts, body.contact .region.content section.contacts,
  .region.footer section.contacts {
    text-align: center;
  }
  .region.map section.logo, body.contact .region.content section.logo,
  .region.footer section.logo {
    margin-top: 3.5rem;
  }
}

.region.map section.map, body.contact .region.content section.map,
.region.footer section.map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.region.map section.map .statBody, body.contact .region.content section.map .statBody,
.region.map section.map .statBody p,
body.contact .region.content section.map .statBody p,
.region.map section.map .statBody #map,
body.contact .region.content section.map .statBody #map,
.region.footer section.map .statBody,
.region.footer section.map .statBody p,
.region.footer section.map .statBody #map {
  height: 100%;
}


.region.map section.map .statBody p,
body.contact .region.content section.map .statBody p,
.region.footer section.map .statBody p {
  margin-bottom: 0;
}

.region.map section.map .statBody .shareButtons, body.contact .region.content section.map .statBody .shareButtons,
.region.footer section.map .statBody .shareButtons {
  z-index: 1;
}

.region.map section.map #map, body.contact .region.content section.map #map,
.region.footer section.map #map {
  filter: grayscale(100%);
  transition: filter 0.25s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}

.region.map section.map #map:before, body.contact .region.content section.map #map:before,
.region.footer section.map #map:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(242, 242, 242, 0.8);
  z-index: 1;
  transition: opacity 0.25s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, z-index 0s linear 0s;
}

.region.map section.map ~ section.logo, body.contact .region.content section.map ~ section.logo, .region.map section.map ~ section.contacts, body.contact .region.content section.map ~ section.contacts, .region.map section.map ~ section.contactForm, body.contact .region.content section.map ~ section.contactForm,
.region.footer section.map ~ section.logo,
.region.footer section.map ~ section.contacts,
.region.footer section.map ~ section.contactForm {
  position: relative;
  opacity: 1;
  z-index: 1;
  transition: opacity 0.25s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, z-index 0s linear 0s;
}

.region.map section.map.active #map, body.contact .region.content section.map.active #map,
.region.footer section.map.active #map {
  filter: grayscale(0);
  transition: filter 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}

.region.map section.map.active #map:before, body.contact .region.content section.map.active #map:before,
.region.footer section.map.active #map:before {
  opacity: 0;
  z-index: 0;
  transition: opacity 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, z-index 0s linear 0.5s;
}

.region.map section.map.active ~ section.logo, body.contact .region.content section.map.active ~ section.logo, .region.map section.map.active ~ section.contacts, body.contact .region.content section.map.active ~ section.contacts, .region.map section.map.active ~ section.contactForm, body.contact .region.content section.map.active ~ section.contactForm,
.region.footer section.map.active ~ section.logo,
.region.footer section.map.active ~ section.contacts,
.region.footer section.map.active ~ section.contactForm {
  opacity: 0;
  z-index: -1;
  transition: opacity 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, z-index 0s linear 0.5s;
}

.region.map section.map.active .shareButtons a, body.contact .region.content section.map.active .shareButtons a,
.region.footer section.map.active .shareButtons a {
  transition: color 0.25s, text-shadow 0.25s;
}

.region.map section.map.active .shareButtons a:not(:hover), body.contact .region.content section.map.active .shareButtons a:not(:hover),
.region.footer section.map.active .shareButtons a:not(:hover) {
  color: #262626;
}

.region.map section.logo, body.contact .region.content section.logo,
.region.footer section.logo {
  text-align: center;
}

.region.map section.logo img, body.contact .region.content section.logo img,
.region.footer section.logo img {
  max-width: 203px;
}

.region.map section.contactForm, body.contact .region.content section.contactForm,
.region.footer section.contactForm {
  margin-top: 2.5rem;
  margin-bottom: 5.5rem;
}

@media (min-width: 680px) and (max-width: 960px), (min-width: 1280px) {
  .region.map section.contactForm, body.contact .region.content section.contactForm,
  .region.footer section.contactForm {
    font-size: 0;
  }
  .region.map section.contactForm > *, body.contact .region.content section.contactForm > *, .region.map section.contactForm:before, body.contact .region.content section.contactForm:before, .region.map section.contactForm:after, body.contact .region.content section.contactForm:after,
  .region.footer section.contactForm > *,
  .region.footer section.contactForm:before,
  .region.footer section.contactForm:after {
    font-size: 1rem;
  }
  .region.map section.contactForm .colWrapper, body.contact .region.content section.contactForm .colWrapper,
  .region.footer section.contactForm .colWrapper {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
  }
  .region.map section.contactForm .colWrapper.col1, body.contact .region.content section.contactForm .colWrapper.col1,
  .region.footer section.contactForm .colWrapper.col1 {
    padding-right: 1em;
  }
  .region.map section.contactForm .colWrapper.col2, body.contact .region.content section.contactForm .colWrapper.col2,
  .region.footer section.contactForm .colWrapper.col2 {
    padding-left: 1em;
  }
}

.region.map section.contactForm input, body.contact .region.content section.contactForm input,
.region.map section.contactForm select,
body.contact .region.content section.contactForm select,
.region.map section.contactForm textarea,
body.contact .region.content section.contactForm textarea,
.region.footer section.contactForm input,
.region.footer section.contactForm select,
.region.footer section.contactForm textarea {
  background-color: transparent;
}


.region.map section.contactForm textarea,
body.contact .region.content section.contactForm textarea,
.region.footer section.contactForm textarea {
  height: 12.5em;
  min-height: 12.5em;
  max-height: 12.5em;
}

.region.map section.contactForm .formGroup > .formField.button, body.contact .region.content section.contactForm .formGroup > .formField.button,
.region.map section.contactForm .twoColForm,
body.contact .region.content section.contactForm .twoColForm,
.region.footer section.contactForm .formGroup > .formField.button,
.region.footer section.contactForm .twoColForm {
  margin-top: 3rem;
}

.region.map section.contactForm .sectionHeader, body.contact .region.content section.contactForm .sectionHeader,
.region.footer section.contactForm .sectionHeader {
  margin-top: 3.25rem;
  font-size: 1.125em;
}

.region.map section.contactForm .sectionHeader .sectionTitle, body.contact .region.content section.contactForm .sectionHeader .sectionTitle,
.region.footer section.contactForm .sectionHeader .sectionTitle {
  margin-bottom: 0.75em;
}

.region.footer section.copyright {
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 0.875rem;
  color: #595959;
}

.region.footer section.copyright a {
  color: inherit;
  text-decoration: none;
}

.region.footer section.copyright a img {
  display: inline-block;
  vertical-align: middle;
  max-height: 2.75em;
  margin-left: 0.75em;
}

.region.footer section.copyright ul {
  font-size: inherit;
  margin-bottom: 0;
}

.region.footer section.copyright ul li {
  padding-left: 0;
}

.region.footer section.copyright ul li:before {
  content: none;
  display: inline;
  margin-right: 0;
}

.region.footer section.copyright ul ol, .region.footer section.copyright ul ul {
  margin-left: 0;
  margin-bottom: 0;
}

.region.footer section.copyright ul ol li:before, .region.footer section.copyright ul ul li:before {
  content: none;
  font-size: 1em;
}

.region.footer section.copyright ul > li {
  display: inline-block;
  vertical-align: top;
}

.region.footer section.copyright ul > li:not(:last-child) {
  margin-right: 1.5em;
}

.region.footer section.copyright .statBody {
  margin-top: 0.5rem;
}

.region.footer section.copyright .statBody > ul:first-child + p {
  display: none;
}

@media (min-width: 961px) {
  .region.footer section.copyright .statBody {
    margin-top: 0.25rem;
    text-align: justify;
    line-height: 0;
  }
  .region.footer section.copyright .statBody > *, .region.footer section.copyright .statBody:before, .region.footer section.copyright .statBody:after {
    text-align: left;
    line-height: 0.875rem;
  }
  .region.footer section.copyright .statBody:after {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  .region.footer section.copyright .statBody > ul:first-child, .region.footer section.copyright .statBody > ul:first-child + p + ul {
    display: inline-block;
    vertical-align: top;
    vertical-align: middle;
  }
}

@media (max-width: 960px) {
  .region.footer section.copyright {
    background-color: #1f1f1f;
    position: relative;
    content: 'fullWidthBgHack';
  }
  .region.footer section.copyright:before {
    content: '';
    display: block;
    position: absolute;
    box-sizing: content-box;
    top: 0;
    left: calc(50% - 50vw);
    width: 100vw;
    height: 100%;
    background: inherit;
    box-shadow: inherit;
    border: inherit;
    z-index: -1;
  }
  html {
    overflow-x: hidden;
  }
  .region.footer section.copyright .statBody {
    text-align: center;
  }
  .region.footer section.copyright .statBody > ul:first-child {
    margin-bottom: 1em;
  }
}

.region.footer section.socialLinks .statBody {
  padding-top: 1em;
  padding-bottom: 1em;
}

.region.footer section.socialLinks .statBody > ul {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
  line-height: 0;
}

.region.footer section.socialLinks .statBody > ul > *, .region.footer section.socialLinks .statBody > ul:before, .region.footer section.socialLinks .statBody > ul:after {
  text-align: left;
  line-height: 2;
}

.region.footer section.socialLinks .statBody > ul:after {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.region.footer section.socialLinks .statBody > ul > li {
  display: inline-block;
  vertical-align: top;
}

.region.footer section.socialLinks .statBody > ul > li > a:before {
  font-size: 2.5rem;
}

.region.footer section.socialLinks .statBody > ul > li > a:hover {
  color: #f2f2f2;
}

@media (min-width: 961px) {
  .region.footer section.socialLinks {
    display: none;
  }
}

body.home #contentMaintainOffsetTop {
  display: none;
}

@media (max-width: 960px) {
  body.home .region.content section.hero .galleryItem:before {
    content: '';
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    width: 50%;
    max-width: 200px;
    height: 30vh;
    z-index: 1;
    top: 6rem;
    background-image: url("/upload/5808850ad8cd7/58088592b9143.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}

@media (max-width: 960px) and (max-width: 440px) {
  body.home .region.content section.hero .galleryItem:before {
    top: 1.1666666667rem;
    top: calc(19.5454545455vw + 10px);
  }
}

@media (max-width: 960px) and (orientation: landscape) {
  body.home .region.content section.hero .galleryItem:before {
    top: 4rem;
  }
}

@media (max-width: 960px) and (orientation: landscape) and (max-width: 440px) {
  body.home .region.content section.hero .galleryItem:before {
    top: 1.25rem;
    top: calc(12.2727272727vw + 10px);
  }
}

body.products.ctPostentry .region.content section.pageTitle:first-child {
  display: none;
}

body.products.ctPostentry .region.content section.categories:last-child {
  display: none;
}

body.news.ctPostentry .region.content section.pageTitle:first-child {
  display: none;
}

body.references.ctPostentry .region.content section.pageTitle:first-child {
  display: none;
}

body.contact .region.content section.map {
  border-width: 0;
  border-style: solid;
  border-color: #d7b56d;
  border-bottom-width: 1px;
}