.domino_slidez .domino-video-bg {
  display: flex;
  align-items: center;
}
.domino_slidez .domino-video-bg iframe {
  position: relative !important;
  width: 100%;
  height: 177.7777777778%;
}
@media screen and (min-width: 1024px) {
  .domino_header_buttons {
    z-index: 1000;
    top: 0;
    right: 80px;
    position: fixed;
  }
}
.domino_announcements_rotator {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  background: #010903;
  position: relative;
  z-index: inherit;
  padding: 0;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  width: 100%;
  height: auto;
}
.domino_announcements_rotator .pos-rel {
  position: relative;
}
.domino_announcements_rotator.hidden {
  display: none;
}
.domino_announcements_rotator .title {
  display: none;
  flex: 0 1 auto;
  background-color: rgba(18, 17, 14, 0.3);
  color: rgba(255, 255, 255, 0.9);
  padding: 0.3em 0.5em;
  margin: 0.5em 1em;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.domino_announcements_rotator .entries {
  height: 100%;
  width: 100%;
  display: flex;
  flex: 1;
  padding: 0.5em;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
}
.domino_announcements_rotator article {
  width: 100%;
  position: relative;
  top: auto;
  text-align: left;
}
.domino_announcements_rotator article, .domino_announcements_rotator article p {
  color: #FFF;
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.2em;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.domino_announcements_rotator article .meta {
  color: #FFF;
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 0.8em;
  line-height: 1em;
  font-weight: normal;
  font-style: normal;
}
.domino_announcements_rotator article a {
  color: #A78904;
}
.domino_announcements_rotator article a:hover {
  color: rgba(167, 137, 4, 0.7);
}
.domino_announcements_rotator nav {
  display: flex;
  flex: 0 auto;
  padding: 0.5em 0;
}
.domino_announcements_rotator nav.is-visible {
  display: block;
}
.domino_announcements_rotator nav ul {
  display: flex;
  margin: 0;
  padding: 0;
}
.domino_announcements_rotator nav ul li {
  display: flex;
  list-style: none;
}
.domino_announcements_rotator nav ul li a {
  color: rgba(255, 255, 255, 0.3);
  padding: 3px;
}
.domino_announcements_rotator nav ul li a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.domino_announcements_rotator .close {
  color: rgba(255, 255, 255, 0.3);
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  right: 0;
  margin: 0;
  padding: 1.5em 0.5em;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  font-size: 0.8em;
  line-height: 1em;
  -webkit-transition: all 0.1s Ease-In-Out;
  -moz-transition: all 0.1s Ease-In-Out;
  -o-transition: all 0.1s Ease-In-Out;
  transition: all 0.1s Ease-In-Out;
}
.domino_announcements_rotator .close .icon {
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.6em;
  margin: 0;
  -webkit-transition: all 0.1s Ease-In-Out;
  -moz-transition: all 0.1s Ease-In-Out;
  -o-transition: all 0.1s Ease-In-Out t;
  transition: all 0.1s Ease-In-Out;
}
.domino_announcements_rotator .close .name {
  display: none;
}
.domino_announcements_rotator .close:hover {
  color: rgba(255, 255, 255, 0.8);
}
.domino_announcements_rotator .close:hover .icon {
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 768px) {
  .domino_announcements_rotator {
    flex-flow: row;
  }
  .domino_announcements_rotator .title {
    display: flex;
  }
  .domino_announcements_rotator article {
    text-align: center;
  }
  .domino_announcements_rotator .close .icon {
    margin: 0 5px 0 0;
  }
  .domino_announcements_rotator .close .name {
    display: inline;
  }
}
.dc_domino_block .bgpic {
  position: absolute;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.dc_domino_block .bgpic img {
  display: none;
}
.domino-breadcrumbs-holder, .domino_breadcrumbs-holder {
  background-color: transparent;
  position: absolute;
  top: 50px;
  z-index: 2;
  max-width: 100%;
  overflow: auto;
}
.domino_breadcrumbs {
  background-color: transparent;
  position: relative;
  padding: 0;
  margin: 0;
  top: auto;
  z-index: inherit;
  display: flex;
  clear: both;
  list-style: none;
}
.domino_breadcrumbs li {
  margin: 0;
  float: left;
  color: #04200A;
  font-family: "Playfair Display", serif;
  font-size: 0.8em;
  line-height: 1em;
}
.domino_breadcrumbs li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  display: block;
  color: #eceae6;
  padding: 1em 0.5em;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0.1);
  text-decoration: none;
  -webkit-transition: all 0.3s Ease-In-Out;
  -moz-transition: all 0.3s Ease-In-Out;
  -o-transition: all 0.3s Ease-In-Out;
  transition: all 0.3s Ease-In-Out;
}
.domino_breadcrumbs li a:hover {
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(0, 0, 0, 0.05);
  padding: 1em 1em;
  text-decoration: none;
}
.domino_breadcrumbs li:last-child {
  display: none;
}
.domino_breadcrumbs .arrow {
  color: #04200A;
  margin: 0 0.3em 0 0;
}
@media screen and (min-width: 768px) {
  .domino-breadcrumbs-holder {
    top: 50px;
  }
  .domino_breadcrumbs {
    position: relative;
    padding: 0;
    top: auto;
    z-index: inherit;
  }
  .domino_breadcrumbs li:last-child {
    display: block;
  }
  .domino_breadcrumbs li a {
    max-width: 300px;
  }
}
@media screen and (min-width: 1024px) {
  .domino-breadcrumbs-holder {
    top: 50px;
  }
  .domino_breadcrumbs {
    position: relative;
    padding: 0.5em 0 0 0;
    top: auto;
    z-index: inherit;
  }
  .domino_breadcrumbs li a {
    max-width: 450px;
  }
}
.dc_domino_button {
  padding: 5px 20px;
  width: auto;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.dc_domino_button, .dc_domino_button svg, .dc_domino_button.slide::before, .dc_domino_button::after {
  -webkit-transition: all 0.3s Ease-In-Out;
  -moz-transition: all 0.3s Ease-In-Out;
  -o-transition: all 0.3s Ease-In-Out;
  transition: all 0.3s Ease-In-Out;
}
.dc_domino_button.expanded {
  width: 100%;
  display: flex !important;
}
.dc_domino_button.small {
  padding: 5px 10px;
}
.dc_domino_button.medium {
  padding: 10px 20px;
}
.dc_domino_button.medium {
  padding: 20px 30px;
}
.dc_domino_button.large {
  padding: 20px 30px;
}
.dc_domino_button.round {
  border-radius: 50px;
  -webkit-border-radius: 50px;
}
.dc_domino_button.rounded {
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.dc_domino_button.disabled {
  cursor: default;
}
.dc_domino_button span {
  position: relative;
}
.dc_domino_button svg {
  position: relative;
  height: 0.8em;
  width: auto;
  margin: 0 0.5em 0 0;
}
.dc_domino_button.slide::before, .dc_domino_button.slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.dc_domino_button.slide::before {
  border-radius: 0;
  margin-left: -100%;
}
.dc_domino_button.slide:hover::before {
  margin-left: 0;
}
.glow-on-hover {
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
}
.glow-on-hover:before {
  content: "";
  background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}
.glow-on-hover:active {
  color: #000;
}
.glow-on-hover:active:after {
  background: transparent;
}
.glow-on-hover:hover:before {
  opacity: 1;
}
.glow-on-hover:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #111;
  left: 0;
  top: 0;
  border-radius: 10px;
}
@keyframes glowing {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}
.dc_domino_button {
  background-color: #A78904;
  color: #FFF;
  border: 1px solid #A78904;
}
.dc_domino_button:hover {
  background-color: black;
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid black;
}
.dc_domino_button:hover svg {
  fill: rgba(255, 255, 255, 0.7);
}
.dc_domino_button:active {
  background-color: black;
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid black;
}
.dc_domino_button svg {
  fill: #FFF;
}
.dc_domino_button.slide::before {
  background-color: black;
}
.domino_cookies {
  display: block;
  position: fixed;
  background-color: rgba(4, 32, 10, 0.9);
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 12000;
}
.domino_cookies.pad {
  padding: 2em 1em;
}
.domino_cookies a {
  color: #A78904;
}
.domino_cookies a:hover {
  color: #d9b205;
}
.domino_cookies a.btn {
  padding: 4px 6px;
  white-space: nowrap;
  color: #FFF;
  background-color: #A78904;
  -webkit-border-radius: 2px;
}
.domino_cookies a.btn:hover {
  color: #04200A;
  background-color: #d9b205;
}
.domino_cookies > div {
  position: relative;
  margin: 0 auto;
  font-family: "Playfair Display", serif;
  font-size: 0.8em;
  line-height: 1.1em;
  color: #FFF;
  text-align: center;
  padding: 10px 0;
}
.domino_cookies.move-up {
  animation: domino-cookies-move-up 0.4s ease-in-out forwards;
}
.domino_cookies.move-down {
  animation: domino-cookies-move-down 0.4s ease-in-out forwards;
}
@keyframes domino-cookies-move-up {
  from {
    bottom: -60px;
  }
}
@keyframes domino-cookies-move-down {
  to {
    bottom: -60px;
  }
}
.domino_footer {
  width: 100%;
  background-color: #f0efec;
  position: relative;
  font-family: "Playfair Display", serif;
  font-size: 0.8em;
  line-height: 1em;
  color: #686251;
}
.domino_footer > div {
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
}
.domino_footer a {
  color: #04200A;
}
.domino_footer a:hover {
  color: black;
}
.dc_domino_header {
  background-color: #04200A;
  position: absolute;
  margin-top: 0;
  top: auto;
  z-index: 7;
  width: 100%;
  height: 70px;
  box-shadow: inset 0 -4px 0 0 #a78904;
  -moz-box-shadow: inset 0 -4px 0 0 #a78904;
  -webkit-box-shadow: inset 0 -4px 0 0 #a78904;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.dc_domino_header > .grid-container {
  height: 100%;
}
.dc_domino_header > .grid {
  height: 100%;
  position: relative;
}
.dc_domino_header > .grid > .cell {
  height: 100%;
  position: relative;
}
.dc_domino_header.sticky {
  background-color: rgba(4, 32, 10, 0.8);
  position: fixed;
  height: 70px;
  top: 0;
  -webkit-transition: all 0.3s Ease-In-Out;
  -moz-transition: all 0.3s Ease-In-Out;
  -o-transition: all 0.3s Ease-In-Out;
  transition: all 0.3s Ease-In-Out;
  /*& + .domino_sticky {
			height: $DominoHeader-small-height;
		}*/
}
@media screen and (min-width: 768px) {
  .dc_domino_header {
    background-color: #04200A;
    position: absolute;
    margin-top: 0;
    top: auto;
    z-index: 7;
    height: 70px;
  }
  .dc_domino_header.sticky {
    /*& + .domino_sticky {
				height: $DominoHeader-medium-height;
			}*/
  }
}
@media screen and (min-width: 1024px) {
  .dc_domino_header {
    background-color: #04200A;
    position: absolute;
    margin-top: 0;
    top: auto;
    z-index: 7;
    height: 70px;
  }
  .dc_domino_header.sticky {
    /*& + .domino_sticky {
				height: $DominoHeader-large-height;
			}*/
  }
}
.dc_domino_header_sticky {
  background-color: transparent;
  width: 100%;
  height: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .dc_domino_header_sticky {
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .dc_domino_header_sticky {
    height: auto;
  }
}
.domino_lightbox {
  z-index: 12000;
  background-color: rgba(18, 17, 14, 0.8);
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
}
.domino_lightbox .holder {
  background-color: transparent;
}
.domino_lightbox img {
  max-height: 90%;
  position: absolute;
  max-width: 80%;
  top: 10%;
  left: 10%;
  cursor: pointer;
  -moz-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.7);
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.7);
  -moz-transition: all 1s Ease-In-Out;
  -webkit-transition: all 1s Ease-In-Out;
  transition: all 1s Ease-In-Out;
  animation: imgfadeIn 1s;
}
.domino_lightbox img:empty {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.domino_lightbox img.full {
  animation: imgfadeIn 1s;
  -moz-transition: all 1s Ease-In-Out;
  -webkit-transition: all 1s Ease-In-Out;
  transition: all 1s Ease-In-Out;
  max-width: none;
}
.domino_lightbox a {
  -webkit-transition: all 0.3s Ease-In-Out;
  -moz-transition: all 0.3s Ease-In-Out;
  -o-transition: all 0.3s Ease-In-Out;
  transition: all 0.3s Ease-In-Out;
}
.domino_lightbox .close {
  position: absolute;
  z-index: 59;
  top: 0;
  right: 0;
  padding: 20px;
}
.domino_lightbox .close svg {
  fill: #FFF;
  height: 15px;
}
.domino_lightbox .close:hover svg {
  fill: rgba(255, 255, 255, 0.5);
}
.domino_lightbox .details {
  position: absolute;
  z-index: 60;
  bottom: 10px;
  left: 10px;
}
.domino_lightbox .details h2 {
  font-size: 20px;
  color: #FFF;
}
.domino_lightbox .details h3 {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
}
.domino_lightbox .details p {
  font-size: 12px;
  color: #999;
}
.domino_lightbox .info {
  position: absolute;
  z-index: 60;
  bottom: 10px;
  right: 10px;
  font-size: 13px;
  color: #FFF;
}
.domino_lightbox .arrows {
  position: absolute;
  z-index: 59;
  width: 5%;
  height: 20%;
  top: 40%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.domino_lightbox .arrows svg {
  fill: #FFF;
  width: 20%;
}
.domino_lightbox .arrows.picNext {
  right: 0;
  left: auto;
}
.domino_lightbox .arrows:hover svg {
  fill: rgba(255, 255, 255, 0.7);
}
.domino_lightbox .hidden {
  display: none;
}
@media screen and (orientation: portrait) {
  .domino_lightbox img {
    max-width: 90%;
  }
  .domino_lightbox img.full {
    max-width: none;
  }
}
@media screen and (orientation: landscape) {
  .domino_lightbox img {
    max-height: 90%;
  }
  .domino_lightbox img.full {
    max-height: none;
  }
}
@keyframes imgfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.dc_domino_lists header {
  padding: 2em 0;
}
.dc_domino_lists header ul {
  margin: 0;
  padding: 0 2em;
}
.dc_domino_lists .entries {
  padding: 0;
}
.dc_domino_lists .entries .entry {
  padding: 2em 0;
  box-shadow: inset 0 -1px 0 0 rgba(18, 17, 14, 0.1);
}
.dc_domino_logo {
  width: 70px;
  height: 100%;
  background-color: transparent;
  float: left;
  position: relative;
  top: 0;
  left: 50%;
  margin: 0 0 0 -35px;
  z-index: 2;
  display: block;
  -webkit-transition: all 0.3s Ease-In-Out;
  -moz-transition: all 0.3s Ease-In-Out;
  -o-transition: all 0.3s Ease-In-Out;
  transition: all 0.3s Ease-In-Out;
  border-radius: 0;
  -webkit-border-radius: 0;
}
.dc_domino_logo a {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  -webkit-transition: all 0.3s Ease-In-Out;
  -moz-transition: all 0.3s Ease-In-Out;
  -o-transition: all 0.3s Ease-In-Out;
  transition: all 0.3s Ease-In-Out;
  opacity: 1;
}
.dc_domino_logo a:hover {
  opacity: 0.5;
}
.dc_domino_logo a svg {
  width: 100%;
  height: 40px;
}
.dc_domino_logo a svg .color-1 {
  fill: #A78904;
}
.dc_domino_logo a svg .color-2 {
  fill: #A78904;
}
.dc_domino_logo a svg .color-3 {
  fill: #fff0ea;
}
.dc_domino_logo a svg .color-4 {
  fill: #12110e;
}
.dc_domino_logo a svg .color-5 {
  fill: #FFF;
}
.dc_domino_logo:hover {
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .dc_domino_logo {
    width: 70px;
    height: 100%;
    background-color: transparent;
    position: relative;
    top: 50%;
    left: auto;
    margin: 0 0 0 -35px;
    z-index: 2;
    display: block;
  }
  .dc_domino_logo a {
    background-size: 90%;
  }
  .dc_domino_logo a svg {
    height: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .dc_domino_logo {
    width: 70px;
    height: 100%;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 50%;
    padding: 0;
    margin: 0 0 0 -35px;
    z-index: 2;
    display: block;
  }
  .dc_domino_logo a svg {
    height: 40px;
  }
}
.dc_domino_logo.footer {
  width: 100%;
  height: 80px;
  background-color: transparent;
  float: left;
  position: relative;
  top: 0;
  z-index: 12;
  display: block;
  -webkit-transition: all 0.3s Ease-In-Out;
  -moz-transition: all 0.3s Ease-In-Out;
  -o-transition: all 0.3s Ease-In-Out;
  transition: all 0.3s Ease-In-Out;
}
.dc_domino_logo.footer a {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  -webkit-transition: all 0.3s Ease-In-Out;
  -moz-transition: all 0.3s Ease-In-Out;
  -o-transition: all 0.3s Ease-In-Out;
  transition: all 0.3s Ease-In-Out;
  opacity: 1;
}
.dc_domino_logo.footer a:hover {
  opacity: 0.7;
}
.dc_domino_logo.footer a svg {
  width: 100%;
  height: 90%;
}
.dc_domino_logo.footer a svg .color-1 {
  fill: #A78904;
}
.dc_domino_logo.footer a svg .color-2 {
  fill: #A78904;
}
.dc_domino_logo.footer a svg .color-3 {
  fill: #fff0ea;
}
.dc_domino_logo.footer a svg .color-4 {
  fill: #12110e;
}
.dc_domino_logo.footer a svg .color-5 {
  fill: #FFF;
}
.dc_domino_logo.footer:hover {
  background-color: rgba(18, 17, 14, 0.05);
}
@media screen and (min-width: 768px) {
  .dc_domino_logo.footer {
    width: 100%;
    height: 150px;
    position: relative;
    top: 0;
    z-index: 2;
    display: flex;
  }
  .dc_domino_logo.footer a {
    background-size: contain;
  }
}
@media screen and (min-width: 1024px) {
  .dc_domino_logo.footer {
    width: 100%;
    height: 150px;
    position: relative;
    top: 0;
    z-index: 2;
    display: flex;
  }
  .dc_domino_logo.footer a {
    background-size: contain;
  }
}
.dc_domino_menu {
  background-color: transparent;
  width: auto;
  height: 100%;
  display: block;
  flex-flow: column;
  justify-content: left;
  overflow: inherit;
  position: relative;
  top: auto;
  z-index: inherit;
}
.dc_domino_menu a {
  -webkit-transition: all 0.3s Ease-In-Out;
  -moz-transition: all 0.3s Ease-In-Out;
  -o-transition: all 0.3s Ease-In-Out;
  transition: all 0.3s Ease-In-Out;
}
.dc_domino_menu > ul {
  background-color: transparent;
  display: none;
  width: 100%;
  height: auto;
  top: auto;
  left: auto;
  overflow: auto;
  list-style: none;
  position: initial;
  margin: 0;
  padding: 0;
}
.dc_domino_menu > ul.display {
  display: block;
}
.dc_domino_menu > ul > li {
  background-color: rgba(18, 17, 14, 0.98);
  display: inline-block;
  float: left;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.2s Ease-In-Out;
  -moz-transition: all 0.2s Ease-In-Out;
  -o-transition: all 0.2s Ease-In-Out;
  transition: all 0.2s Ease-In-Out;
}
.dc_domino_menu > ul > li .arrow {
  color: #FFF;
  background-color: rgba(18, 17, 14, 0.2);
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 2;
  font-size: 1em;
  line-height: 1.4em;
  padding: 10px;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.dc_domino_menu > ul > li .arrow svg {
  height: 20px;
  fill: #FFF;
}
.dc_domino_menu > ul > li .arrow:hover {
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(18, 17, 14, 0.4);
}
.dc_domino_menu > ul > li .arrow:hover svg {
  fill: rgba(255, 255, 255, 0.7);
}
.dc_domino_menu > ul > li .arrow.icon-arrow_down svg {
  transform: rotate(-90deg);
}
.dc_domino_menu > ul > li:first-child > a {
  box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0.1);
}
.dc_domino_menu > ul > li > a {
  color: #FFF !important;
  background-color: transparent !important;
  -moz-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.05);
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  width: 100%;
  font-family: "Playfair Display", serif;
  font-size: 1em;
  line-height: 20px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  padding: 20px 20px 20px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.2s Ease-In-Out;
  -moz-transition: all 0.2s Ease-In-Out;
  -o-transition: all 0.2s Ease-In-Out;
  transition: all 0.2s Ease-In-Out;
  /*&:target + ul, &:target + div {
          display: none;
        }*/
}
.dc_domino_menu > ul > li > a:hover {
  color: rgba(255, 255, 255, 0.6) !important;
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.dc_domino_menu > ul > li > a.active {
  color: #04200A !important;
  background-color: rgba(0, 0, 0, 0.2) !important;
}
@media screen and (min-width: 768px) {
  .dc_domino_menu {
    top: auto;
  }
  > ul {
    margin: 60px 0 0 0;
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .dc_domino_menu {
    background-color: transparent;
    width: auto;
    height: 100%;
    display: flex;
    position: relative;
    top: auto;
    z-index: inherit;
  }
  .dc_domino_menu > ul {
    background-color: transparent;
    display: flex;
    justify-content: end;
    width: 70%;
    height: 100%;
    top: 0;
    left: 0;
    position: initial;
    margin: 0 0 0 20%;
    padding: 0;
    overflow: initial;
  }
  .dc_domino_menu > ul > li {
    background-color: transparent;
    width: auto;
    height: 100%;
    position: relative;
    text-align: center;
    margin: 0 10px 0 0;
  }
  .dc_domino_menu > ul > li .arrow {
    display: none;
  }
  .dc_domino_menu > ul > li:first-child > a {
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.1);
  }
  .dc_domino_menu > ul > li > a {
    color: #A78904 !important;
    background-color: transparent !important;
    -moz-box-shadow: inset 0px 0 0 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0px 0 0 0 rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px 0 0 0 rgba(0, 0, 0, 0.05);
    padding: 10px 10px;
    margin: 15px 0 0 0;
    font-family: "Playfair Display", serif;
    font-size: 1em;
    line-height: 20px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    border-radius: 40px;
  }
  .dc_domino_menu > ul > li > a:hover {
    color: rgba(167, 137, 4, 0.7) !important;
    background-color: rgba(0, 0, 0, 0.3) !important;
  }
  .dc_domino_menu > ul > li > a.active {
    color: #A78904 !important;
    background-color: rgba(0, 0, 0, 0.3) !important;
  }
}
.dc_domino_menu.container {
  background-color: transparent;
  width: auto;
  height: auto;
  display: flex;
  flex-flow: column;
  justify-content: left;
  overflow: inherit;
  position: relative;
  top: auto;
  z-index: inherit;
}
.dc_domino_menu.container a {
  -webkit-transition: all 0.3s Ease-In-Out;
  -moz-transition: all 0.3s Ease-In-Out;
  -o-transition: all 0.3s Ease-In-Out;
  transition: all 0.3s Ease-In-Out;
}
.dc_domino_menu.container > ul {
  background-color: transparent;
  display: block;
  width: 100%;
  height: auto;
  top: auto;
  left: auto;
  overflow: auto;
  list-style: none;
  position: initial;
  margin: 60px 0 0 0;
  padding: 0;
}
.dc_domino_menu.container > ul.display {
  display: block;
}
.dc_domino_menu.container > ul > li {
  background-color: rgba(18, 17, 14, 0.98);
  display: inline-block;
  float: left;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.2s Ease-In-Out;
  -moz-transition: all 0.2s Ease-In-Out;
  -o-transition: all 0.2s Ease-In-Out;
  transition: all 0.2s Ease-In-Out;
}
.dc_domino_menu.container > ul > li .arrow {
  color: #FFF;
  background-color: rgba(18, 17, 14, 0.2);
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 2;
  font-size: 1em;
  line-height: 1.4em;
  padding: 10px;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.dc_domino_menu.container > ul > li .arrow svg {
  height: 20px;
  fill: #FFF;
}
.dc_domino_menu.container > ul > li .arrow:hover {
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(18, 17, 14, 0.4);
}
.dc_domino_menu.container > ul > li .arrow:hover svg {
  fill: rgba(255, 255, 255, 0.7);
}
.dc_domino_menu.container > ul > li .arrow.icon-arrow_down svg {
  transform: rotate(-90deg);
}
.dc_domino_menu.container > ul > li:first-child > a {
  box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0.1);
}
.dc_domino_menu.container > ul > li > a {
  color: #FFF !important;
  background-color: transparent !important;
  -moz-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.05);
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.05);
  width: 100%;
  font-family: "Playfair Display", serif;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  padding: 20px 20px 20px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.2s Ease-In-Out;
  -moz-transition: all 0.2s Ease-In-Out;
  -o-transition: all 0.2s Ease-In-Out;
  transition: all 0.2s Ease-In-Out;
  /*&:target + ul, &:target + div {
          display: none;
        }*/
}
.dc_domino_menu.container > ul > li > a:hover {
  color: rgba(255, 255, 255, 0.6) !important;
  background-color: rgba(18, 17, 14, 0.05) !important;
}
.dc_domino_menu.container > ul > li > a.active {
  color: #000 !important;
  background-color: white !important;
}
@media screen and (min-width: 768px) {
  .dc_domino_menu.container {
    top: auto;
  }
  > ul {
    margin: 60px 0 0 0;
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .dc_domino_menu.container {
    background-color: transparent;
    width: auto;
    display: flex;
    position: relative;
    top: auto;
    z-index: inherit;
  }
  .dc_domino_menu.container > ul {
    background-color: transparent;
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    position: initial;
    margin: 0;
    padding: 0;
    overflow: initial;
  }
  .dc_domino_menu.container > ul > li {
    background-color: transparent;
    width: auto;
    position: relative;
    text-align: center;
  }
  .dc_domino_menu.container > ul > li .arrow {
    display: none;
  }
  .dc_domino_menu.container > ul > li:first-child > a {
    box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0.1);
  }
  .dc_domino_menu.container > ul > li > a {
    color: #FFF !important;
    background-color: transparent !important;
    -moz-box-shadow: inset -1px 0 0 0 rgba(255, 255, 255, 0.05);
    -webkit-box-shadow: inset -1px 0 0 0 rgba(255, 255, 255, 0.05);
    box-shadow: inset -1px 0 0 0 rgba(255, 255, 255, 0.05);
    padding: 30px 20px;
    font-family: "Playfair Display", serif;
    font-size: 2em;
    line-height: 1.4em;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    display: block;
    width: 100%;
  }
  .dc_domino_menu.container > ul > li > a:hover {
    color: rgba(255, 255, 255, 0.5) !important;
    background-color: rgba(18, 17, 14, 0.05) !important;
  }
  .dc_domino_menu.container > ul > li > a.active {
    color: #000 !important;
    background-color: white !important;
  }
}
.dc_domino_menu.footer {
  background-color: transparent;
  width: auto;
  height: auto;
  display: flex;
  flex-flow: row;
  justify-content: left;
  overflow: hidden;
  position: relative;
  top: auto;
  z-index: inherit;
}
.dc_domino_menu.footer a {
  -webkit-transition: all 0.3s Ease-In-Out;
  -moz-transition: all 0.3s Ease-In-Out;
  -o-transition: all 0.3s Ease-In-Out;
  transition: all 0.3s Ease-In-Out;
}
.dc_domino_menu.footer > ul {
  background-color: transparent;
  display: block;
  width: 100%;
  height: auto;
  top: auto;
  left: auto;
  overflow: auto;
  list-style: none;
  position: initial;
  margin: 10px 0 0 0;
  padding: 0;
}
.dc_domino_menu.footer > ul.display {
  display: block;
}
.dc_domino_menu.footer > ul > li {
  background-color: rgba(18, 17, 14, 0.98);
  display: inline-block;
  float: left;
  width: auto;
  position: relative;
  -webkit-transition: all 0.2s Ease-In-Out;
  -moz-transition: all 0.2s Ease-In-Out;
  -o-transition: all 0.2s Ease-In-Out;
  transition: all 0.2s Ease-In-Out;
}
.dc_domino_menu.footer > ul > li .arrow {
  color: #fff0ea;
  background-color: rgba(18, 17, 14, 0.2);
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 2;
  font-size: 1em;
  line-height: 1.4em;
  padding: 10px;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.dc_domino_menu.footer > ul > li .arrow svg {
  height: 20px;
  fill: #fff0ea;
}
.dc_domino_menu.footer > ul > li .arrow:hover {
  color: rgba(255, 240, 234, 0.7);
  background-color: rgba(18, 17, 14, 0.4);
}
.dc_domino_menu.footer > ul > li .arrow:hover svg {
  fill: rgba(255, 240, 234, 0.7);
}
.dc_domino_menu.footer > ul > li .arrow.icon-arrow_down svg {
  transform: rotate(-90deg);
}
.dc_domino_menu.footer > ul > li:first-child > a {
  box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0.1);
}
.dc_domino_menu.footer > ul > li > a {
  color: #fff0ea !important;
  background-color: transparent !important;
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
  width: 100%;
  font-family: "Playfair Display", serif;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  padding: 10px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.2s Ease-In-Out;
  -moz-transition: all 0.2s Ease-In-Out;
  -o-transition: all 0.2s Ease-In-Out;
  transition: all 0.2s Ease-In-Out;
  /*&:target + ul, &:target + div {
          display: none;
        }*/
}
.dc_domino_menu.footer > ul > li > a:hover {
  color: rgba(255, 240, 234, 0.6) !important;
  background-color: rgba(18, 17, 14, 0.05) !important;
}
.dc_domino_menu.footer > ul > li > a.active {
  color: #FFF !important;
  background-color: rgba(0, 0, 0, 0.1) !important;
}
@media screen and (min-width: 768px) {
  .dc_domino_menu.footer {
    top: auto;
  }
  > ul {
    margin: 10px 0 0 0;
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .dc_domino_menu.footer {
    background-color: transparent;
    width: auto;
    display: flex;
    flex-flow: column;
    position: relative;
    top: auto;
    z-index: inherit;
  }
  .dc_domino_menu.footer > ul {
    background-color: transparent;
    display: block;
    width: auto;
    top: 0;
    left: 0;
    position: initial;
    margin: 10px 0 0 0;
    padding: 0;
    overflow: initial;
  }
  .dc_domino_menu.footer > ul > li {
    background-color: transparent;
    width: auto;
    position: relative;
    text-align: center;
  }
  .dc_domino_menu.footer > ul > li .arrow {
    display: none;
  }
  .dc_domino_menu.footer > ul > li:first-child > a {
    box-shadow: inset 0 0 0 0 rgba(18, 17, 14, 0.05);
  }
  .dc_domino_menu.footer > ul > li > a {
    color: #A78904 !important;
    background-color: transparent !important;
    -moz-box-shadow: inset 1px 0 0 0 rgba(18, 17, 14, 0.05);
    -webkit-box-shadow: inset 1px 0 0 0 rgba(18, 17, 14, 0.05);
    box-shadow: inset 1px 0 0 0 rgba(18, 17, 14, 0.05);
    padding: 10px 20px;
    margin: 0;
    font-family: "Playfair Display", serif;
    font-size: 1em;
    line-height: 1.4em;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    display: block;
    align-items: center;
    width: 100%;
    height: auto;
    border-radius: 0;
  }
  .dc_domino_menu.footer > ul > li > a:hover {
    color: rgba(167, 137, 4, 0.5) !important;
    background-color: rgba(18, 17, 14, 0.05) !important;
  }
  .dc_domino_menu.footer > ul > li > a.active {
    color: #FFF !important;
    background-color: rgba(0, 0, 0, 0.1) !important;
  }
}
.dc_domino_menu.side {
  background-color: transparent;
  width: 100%;
  height: auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
  overflow: hidden;
  position: relative;
  top: auto;
  z-index: inherit;
}
.dc_domino_menu.side a {
  -webkit-transition: all 0.3s Ease-In-Out;
  -moz-transition: all 0.3s Ease-In-Out;
  -o-transition: all 0.3s Ease-In-Out;
  transition: all 0.3s Ease-In-Out;
}
.dc_domino_menu.side > ul {
  background-color: transparent;
  display: none;
  width: 100%;
  height: auto;
  top: auto;
  left: auto;
  overflow: auto;
  list-style: none;
  position: initial;
  margin: 60px 0 0 0;
  padding: 0;
}
.dc_domino_menu.side > ul.display {
  display: block;
}
.dc_domino_menu.side > ul > li {
  background-color: rgba(18, 17, 14, 0.98);
  display: inline-block;
  float: left;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.2s Ease-In-Out;
  -moz-transition: all 0.2s Ease-In-Out;
  -o-transition: all 0.2s Ease-In-Out;
  transition: all 0.2s Ease-In-Out;
}
.dc_domino_menu.side > ul > li .arrow {
  color: #FFF;
  background-color: rgba(18, 17, 14, 0.2);
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 2;
  font-size: 1em;
  line-height: 1.4em;
  padding: 10px;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.dc_domino_menu.side > ul > li .arrow svg {
  height: 20px;
  fill: #FFF;
}
.dc_domino_menu.side > ul > li .arrow:hover {
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(18, 17, 14, 0.4);
}
.dc_domino_menu.side > ul > li .arrow:hover svg {
  fill: rgba(255, 255, 255, 0.7);
}
.dc_domino_menu.side > ul > li .arrow.icon-arrow_down svg {
  transform: rotate(-90deg);
}
.dc_domino_menu.side > ul > li:first-child > a {
  box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0.1);
}
.dc_domino_menu.side > ul > li > a {
  color: #FFF !important;
  background-color: transparent !important;
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
  width: 100%;
  font-family: "Playfair Display", serif;
  font-size: 1.5em;
  line-height: 1.4em;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  padding: 10px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.2s Ease-In-Out;
  -moz-transition: all 0.2s Ease-In-Out;
  -o-transition: all 0.2s Ease-In-Out;
  transition: all 0.2s Ease-In-Out;
  /*&:target + ul, &:target + div {
          display: none;
        }*/
}
.dc_domino_menu.side > ul > li > a:hover {
  color: rgba(255, 255, 255, 0.6) !important;
  background-color: rgba(18, 17, 14, 0.05) !important;
}
.dc_domino_menu.side > ul > li > a.active {
  color: #000 !important;
  background-color: white !important;
}
@media screen and (min-width: 768px) {
  .dc_domino_menu.side {
    top: auto;
  }
  > ul {
    margin: 60px 0 0 0;
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .dc_domino_menu.side {
    background-color: transparent;
    width: auto;
    display: flex;
    flex-flow: column;
    position: relative;
    top: auto;
    z-index: inherit;
  }
  .dc_domino_menu.side > ul {
    background-color: transparent;
    display: block;
    width: auto;
    top: 0;
    left: 0;
    position: initial;
    margin: 0;
    padding: 0;
    overflow: initial;
  }
  .dc_domino_menu.side > ul > li {
    background-color: transparent;
    width: 100%;
    position: relative;
    text-align: left;
  }
  .dc_domino_menu.side > ul > li .arrow {
    display: none;
  }
  .dc_domino_menu.side > ul > li:first-child > a {
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.1);
  }
  .dc_domino_menu.side > ul > li > a {
    color: #686251 !important;
    background-color: transparent !important;
    -moz-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.05);
    padding: 10px 20px;
    font-family: "Playfair Display", serif;
    font-size: 1em;
    line-height: 1em;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    display: block;
    width: 100%;
  }
  .dc_domino_menu.side > ul > li > a:hover {
    color: #cac6bb !important;
    background-color: rgba(18, 17, 14, 0.05) !important;
  }
  .dc_domino_menu.side > ul > li > a.active {
    color: #04200A !important;
    background-color: rgba(18, 17, 14, 0.05) !important;
  }
}
.dc_domino_menu.sub {
  background-color: transparent;
  width: 100%;
  height: auto;
  display: none;
  flex-flow: column;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  top: 120px;
  z-index: 5;
}
.dc_domino_menu.sub a {
  -webkit-transition: all 0.3s Ease-In-Out;
  -moz-transition: all 0.3s Ease-In-Out;
  -o-transition: all 0.3s Ease-In-Out;
  transition: all 0.3s Ease-In-Out;
}
.dc_domino_menu.sub > ul {
  background-color: transparent;
  display: none;
  width: 100%;
  height: auto;
  top: auto;
  left: auto;
  overflow: auto;
  list-style: none;
  position: initial;
  margin: 60px 0 0 0;
  padding: 0;
}
.dc_domino_menu.sub > ul.display {
  display: block;
}
.dc_domino_menu.sub > ul > li {
  background-color: rgba(18, 17, 14, 0.98);
  display: inline-block;
  float: left;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.2s Ease-In-Out;
  -moz-transition: all 0.2s Ease-In-Out;
  -o-transition: all 0.2s Ease-In-Out;
  transition: all 0.2s Ease-In-Out;
}
.dc_domino_menu.sub > ul > li .arrow {
  color: #FFF;
  background-color: rgba(18, 17, 14, 0.2);
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 2;
  font-size: 1em;
  line-height: 1.4em;
  padding: 10px;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.dc_domino_menu.sub > ul > li .arrow svg {
  height: 20px;
  fill: #FFF;
}
.dc_domino_menu.sub > ul > li .arrow:hover {
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(18, 17, 14, 0.4);
}
.dc_domino_menu.sub > ul > li .arrow:hover svg {
  fill: rgba(255, 255, 255, 0.7);
}
.dc_domino_menu.sub > ul > li .arrow.icon-arrow_down svg {
  transform: rotate(-90deg);
}
.dc_domino_menu.sub > ul > li:first-child > a {
  box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0.1);
}
.dc_domino_menu.sub > ul > li > a {
  color: #FFF !important;
  background-color: transparent !important;
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
  width: 100%;
  font-family: "Playfair Display", serif;
  font-size: 1.5em;
  line-height: 1.4em;
  font-weight: bold;
  font-style: normal;
  text-transform: normal;
  padding: 10px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.2s Ease-In-Out;
  -moz-transition: all 0.2s Ease-In-Out;
  -o-transition: all 0.2s Ease-In-Out;
  transition: all 0.2s Ease-In-Out;
  /*&:target + ul, &:target + div {
          display: none;
        }*/
}
.dc_domino_menu.sub > ul > li > a:hover {
  color: rgba(255, 255, 255, 0.6) !important;
  background-color: rgba(18, 17, 14, 0.05) !important;
}
.dc_domino_menu.sub > ul > li > a.active {
  color: #000 !important;
  background-color: white !important;
}
@media screen and (min-width: 768px) {
  .dc_domino_menu.sub {
    top: auto;
  }
  > ul {
    margin: 60px 0 0 0;
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .dc_domino_menu.sub {
    background-color: transparent;
    width: auto;
    display: flex;
    flex-flow: row;
    position: absolute;
    top: 100px;
    z-index: 5;
  }
  .dc_domino_menu.sub > ul {
    background-color: transparent;
    display: block;
    width: auto;
    top: 0;
    left: 0;
    position: initial;
    margin: 0;
    padding: 0;
    overflow: initial;
  }
  .dc_domino_menu.sub > ul > li {
    background-color: transparent;
    width: auto;
    position: relative;
    text-align: center;
  }
  .dc_domino_menu.sub > ul > li .arrow {
    display: none;
  }
  .dc_domino_menu.sub > ul > li:first-child > a {
    box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0.1);
  }
  .dc_domino_menu.sub > ul > li > a {
    color: #FFF !important;
    background-color: transparent !important;
    -moz-box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 0 0 0 rgba(0, 0, 0, 0.05);
    padding: 10px 10px;
    font-family: "Playfair Display", serif;
    font-size: 0.9em;
    line-height: 1em;
    font-weight: normal;
    font-style: normal;
    text-transform: normal;
    display: block;
    width: 100%;
  }
  .dc_domino_menu.sub > ul > li > a:hover {
    color: rgba(255, 255, 255, 0.5) !important;
    background-color: rgba(0, 0, 0, 0.05) !important;
  }
  .dc_domino_menu.sub > ul > li > a.active {
    color: #04200A !important;
    background-color: rgba(0, 0, 0, 0.1) !important;
  }
}
.dc_domino_menu .dropdown {
  position: relative;
  /*&:hover > ul {
      display: block;
    }*/
}
.dc_domino_menu .dropdown ul:not(.list) {
  background-color: transparent;
  list-style: none;
  left: 0;
  min-width: 260px;
  padding: 0;
  margin: 0;
  display: none;
}
.dc_domino_menu .dropdown ul:not(.list).show {
  display: block;
}
.dc_domino_menu .dropdown ul:not(.list) li {
  position: relative;
}
.dc_domino_menu .dropdown ul:not(.list) li a {
  color: #FFF !important;
  background-color: transparent !important;
  -moz-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.05);
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.05);
  font-family: "Playfair Display", serif;
  font-size: 0.9em;
  line-height: 1.2em;
  font-weight: normal;
  font-style: normal;
  display: block;
  width: 100%;
  padding: 15px 20px 15px 30px;
}
.dc_domino_menu .dropdown ul:not(.list) li a:hover {
  color: rgba(255, 255, 255, 0.6) !important;
  background-color: rgba(18, 17, 14, 0.05) !important;
}
.dc_domino_menu .dropdown ul:not(.list) li a.active {
  color: #A78904 !important;
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.dc_domino_menu .dropdown ul:not(.list) li ul {
  top: 0;
  left: auto;
}
@media screen and (min-width: 1024px) {
  .dc_domino_menu .dropdown {
    text-align: left;
  }
  .dc_domino_menu .dropdown ul:not(.list) {
    background-color: rgba(18, 17, 14, 0.9);
    backdrop-filter: none;
    display: none;
    position: absolute;
    z-index: 10;
  }
  .dc_domino_menu .dropdown ul:not(.list) li a {
    color: #FFF !important;
    background-color: transparent !important;
    -moz-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.05);
    -webkit-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.05);
    padding: 15px 20px 15px 20px;
    text-align: left;
  }
  .dc_domino_menu .dropdown ul:not(.list) li a:hover {
    color: rgba(255, 255, 255, 0.7) !important;
    background-color: rgba(0, 0, 0, 0.2) !important;
  }
  .dc_domino_menu .dropdown ul:not(.list) li a.active {
    color: #A78904 !important;
    background-color: rgba(0, 0, 0, 0.2) !important;
  }
  .dc_domino_menu .dropdown ul:not(.list) li ul {
    left: 100%;
  }
}
.dc_domino_menu.side .dropdown {
  position: relative;
  /*&:hover > ul {
      display: block;
    }*/
}
.dc_domino_menu.side .dropdown ul:not(.list) {
  background-color: transparent;
  list-style: none;
  left: 0;
  min-width: 260px;
  padding: 0;
  margin: 0;
  display: none;
}
.dc_domino_menu.side .dropdown ul:not(.list).show {
  display: block;
}
.dc_domino_menu.side .dropdown ul:not(.list) li {
  position: relative;
}
.dc_domino_menu.side .dropdown ul:not(.list) li a {
  color: #FFF !important;
  background-color: transparent !important;
  -moz-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.05);
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.05);
  font-family: "Playfair Display", serif;
  font-size: 0.9em;
  line-height: 1.2em;
  font-weight: normal;
  font-style: normal;
  display: block;
  width: 100%;
  padding: 15px 20px 15px 30px;
}
.dc_domino_menu.side .dropdown ul:not(.list) li a:hover {
  color: rgba(255, 255, 255, 0.6) !important;
  background-color: rgba(18, 17, 14, 0.05) !important;
}
.dc_domino_menu.side .dropdown ul:not(.list) li a.active {
  color: #A78904 !important;
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.dc_domino_menu.side .dropdown ul:not(.list) li ul {
  top: 0;
  left: auto;
}
@media screen and (min-width: 1024px) {
  .dc_domino_menu.side .dropdown {
    text-align: left;
  }
  .dc_domino_menu.side .dropdown ul:not(.list) {
    background-color: transparent;
    backdrop-filter: none;
    display: block;
    position: relative;
    z-index: 10;
  }
  .dc_domino_menu.side .dropdown ul:not(.list) li a {
    color: #686251 !important;
    background-color: rgba(0, 0, 0, 0) !important;
    -moz-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.05);
    -webkit-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.05);
    padding: 10px 10px 10px 30px;
    text-align: left;
  }
  .dc_domino_menu.side .dropdown ul:not(.list) li a:hover {
    color: #857d67 !important;
    background-color: rgba(0, 0, 0, 0.05) !important;
  }
  .dc_domino_menu.side .dropdown ul:not(.list) li a.active {
    color: #fff0ea !important;
    background-color: rgba(0, 0, 0, 0.05) !important;
  }
  .dc_domino_menu.side .dropdown ul:not(.list) li ul {
    left: 100%;
  }
}
.dc_domino_menu li.mega > div {
  background-color: rgba(18, 17, 14, 0.9);
  backdrop-filter: none;
  padding: 40px 0;
  display: none;
  min-height: 100%;
  width: 100%;
}
.dc_domino_menu li.mega > div.full {
  position: relative;
  left: 0;
  width: 100%;
}
.dc_domino_menu li.mega > div.show {
  display: block;
}
.dc_domino_menu li.mega > div h4 {
  color: #FFF;
  background-color: transparent;
  -moz-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.05);
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.05);
  font-family: "Playfair Display", serif;
  font-size: 0.9em;
  line-height: 1.4em;
  font-weight: normal;
  font-style: normal;
  display: block;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 10px 0;
  text-transform: normal;
}
.dc_domino_menu li.mega > div h4 a {
  color: #FFF;
}
.dc_domino_menu li.mega > div h4 a:hover {
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(18, 17, 14, 0.1);
}
.dc_domino_menu li.mega > div h4:hover {
  -moz-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.05);
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.05);
}
.dc_domino_menu li.mega > div .module article h2 {
  padding: 1em 0 0 0;
  font-family: "Playfair Display", serif;
  font-size: 1.4em;
  line-height: 1.2em;
  font-weight: normal;
  font-style: normal;
}
.dc_domino_menu li.mega > div .module article h2 a {
  color: #FFF;
  padding: 0;
  margin: 0 0 0.5em 0;
}
.dc_domino_menu li.mega > div .module article h2 a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.dc_domino_menu li.mega > div .module h3 {
  font-size: 16px;
  line-size: 22px;
  color: rgba(255, 255, 255, 0.7);
  padding: 0;
  margin: 0;
}
.dc_domino_menu li.mega > div .list {
  width: 100%;
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}
.dc_domino_menu li.mega > div .list > li > a {
  color: #FFF;
  background-color: transparent;
  -moz-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.05);
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.05);
  display: block;
  width: 100%;
  font-family: "Playfair Display", serif;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: normal;
  font-style: normal;
  padding: 10px 20px 10px 10px;
}
.dc_domino_menu li.mega > div .list > li > a:hover {
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(18, 17, 14, 0.05);
}
.dc_domino_menu li.mega > div .list > li ul {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 1024px) {
  .dc_domino_menu li.mega {
    text-align: left;
  }
  .dc_domino_menu li.mega > div {
    min-width: 450px;
    width: auto;
    position: absolute;
    min-height: auto;
  }
  .dc_domino_menu li.mega > div.full {
    position: fixed;
    left: 0;
    width: 100%;
  }
  .dc_domino_menu li.mega.full > div {
    position: absolute;
    left: 0;
    right: 0;
    min-width: 450px;
  }
}
.dc_domino_menu_button {
  color: #A78904;
  background-color: rgba(18, 17, 14, 0);
  height: 100%;
  width: 60px;
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 12;
  left: auto;
  right: 0;
  top: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s Ease-In-Out;
  -moz-transition: all 0.3s Ease-In-Out;
  -o-transition: all 0.3s Ease-In-Out;
  transition: all 0.3s Ease-In-Out;
}
.dc_domino_menu_button:hover {
  color: rgba(18, 17, 14, 0.6);
  background-color: rgba(18, 17, 14, 0);
}
.dc_domino_menu_button:hover span {
  background-color: #a78904;
}
.dc_domino_menu_button i {
  top: 26px;
  width: 40%;
  position: relative;
}
.dc_domino_menu_button i span {
  background-color: #a78904;
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.dc_domino_menu_button i span:nth-child(1) {
  top: 0px;
}
.dc_domino_menu_button i span:nth-child(2) {
  top: 5px;
}
.dc_domino_menu_button i span:nth-child(3) {
  top: 10px;
}
.dc_domino_menu_button.open {
  background-color: rgba(18, 17, 14, 0);
}
.dc_domino_menu_button.open span {
  background-color: #a78904;
}
.dc_domino_menu_button.open span:nth-child(1) {
  top: 4px;
  transform: rotate(135deg);
}
.dc_domino_menu_button.open span:nth-child(2) {
  opacity: 0;
  left: -20px;
}
.dc_domino_menu_button.open span:nth-child(3) {
  top: 4px;
  transform: rotate(-135deg);
}
@media screen and (min-width: 768px) {
  .dc_domino_menu_button {
    display: flex;
    left: auto;
    right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .dc_domino_menu_button {
    display: none;
    left: 240px;
    margin: 0;
    right: auto;
  }
}
.dc_domino_menu_button.container {
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(18, 17, 14, 0);
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  position: fixed;
  z-index: 12;
  left: auto;
  right: 0;
  top: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s Ease-In-Out;
  -moz-transition: all 0.3s Ease-In-Out;
  -o-transition: all 0.3s Ease-In-Out;
  transition: all 0.3s Ease-In-Out;
}
.dc_domino_menu_button.container:hover {
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(18, 17, 14, 0);
}
.dc_domino_menu_button.container:hover span {
  background-color: white;
}
.dc_domino_menu_button.container i {
  top: 24px;
  width: 40%;
  position: relative;
}
.dc_domino_menu_button.container i span {
  background-color: white;
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.dc_domino_menu_button.container i span:nth-child(1) {
  top: 0px;
}
.dc_domino_menu_button.container i span:nth-child(2) {
  top: 5px;
}
.dc_domino_menu_button.container i span:nth-child(3) {
  top: 10px;
}
.dc_domino_menu_button.container.open {
  background-color: rgba(18, 17, 14, 0);
}
.dc_domino_menu_button.container.open span {
  background-color: white;
}
.dc_domino_menu_button.container.open span:nth-child(1) {
  top: 4px;
  transform: rotate(135deg);
}
.dc_domino_menu_button.container.open span:nth-child(2) {
  opacity: 0;
  left: -20px;
}
.dc_domino_menu_button.container.open span:nth-child(3) {
  top: 4px;
  transform: rotate(-135deg);
}
@media screen and (min-width: 768px) {
  .dc_domino_menu_button.container {
    left: auto;
    right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .dc_domino_menu_button.container {
    left: 50%;
    margin: 0 0 0 -30px;
    right: auto;
  }
}
.dc_domino_menu_button.side {
  background-color: transparent;
  height: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: inherit;
  top: auto;
  overflow: hidden;
}
.dc_domino_menu_button.side i {
  position: relative;
}
.dc_domino_menu_button.side i span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.dc_domino_menu_button.side i span:nth-child(1) {
  top: 0px;
}
.dc_domino_menu_button.side i span:nth-child(2) {
  top: 5px;
}
.dc_domino_menu_button.side i span:nth-child(3) {
  top: 10px;
}
.dc_domino_menu_button.side.open span:nth-child(1) {
  top: 4px;
  transform: rotate(135deg);
}
.dc_domino_menu_button.side.open span:nth-child(2) {
  opacity: 0;
  left: -20px;
}
.dc_domino_menu_button.side.open span:nth-child(3) {
  top: 4px;
  transform: rotate(-135deg);
}
@media screen and (min-width: 1024px) {
  .dc_domino_menu_button.side {
    display: flex;
    position: relative;
    z-index: inherit;
  }
}
.dc_domino_menu_button.sub {
  color: white;
  background-color: rgba(255, 255, 255, 0.05);
  height: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: inherit;
  left: auto;
  right: auto;
  top: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s Ease-In-Out;
  -moz-transition: all 0.3s Ease-In-Out;
  -o-transition: all 0.3s Ease-In-Out;
  transition: all 0.3s Ease-In-Out;
}
.dc_domino_menu_button.sub:hover {
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.1);
}
.dc_domino_menu_button.sub:hover span {
  background-color: white;
}
.dc_domino_menu_button.sub i {
  top: 24px;
  width: 30px;
  position: relative;
}
.dc_domino_menu_button.sub i span {
  background-color: white;
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.dc_domino_menu_button.sub i span:nth-child(1) {
  top: 0px;
}
.dc_domino_menu_button.sub i span:nth-child(2) {
  top: 5px;
}
.dc_domino_menu_button.sub i span:nth-child(3) {
  top: 10px;
}
.dc_domino_menu_button.sub.open {
  background-color: rgba(255, 255, 255, 0.1);
}
.dc_domino_menu_button.sub.open span {
  background-color: white;
}
.dc_domino_menu_button.sub.open span:nth-child(1) {
  top: 4px;
  transform: rotate(135deg);
}
.dc_domino_menu_button.sub.open span:nth-child(2) {
  opacity: 0;
  left: -20px;
}
.dc_domino_menu_button.sub.open span:nth-child(3) {
  top: 4px;
  transform: rotate(-135deg);
}
@media screen and (min-width: 768px) {
  .dc_domino_menu_button.sub {
    display: flex;
    left: auto;
    right: auto;
  }
}
@media screen and (min-width: 1024px) {
  .dc_domino_menu_button.sub {
    display: none;
    left: auto;
    margin: 0;
    right: auto;
  }
}
.dc_domino_menu_container {
  background-color: rgba(18, 17, 14, 0.95);
  display: flex;
  opacity: 1;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 12;
  left: -100%;
  top: 0;
  padding: 0;
  overflow: auto;
  -webkit-transition: all 0.4s Ease-In-Out;
  -moz-transition: all 0.4s Ease-In-Out;
  -o-transition: all 0.4s Ease-In-Out;
  transition: all 0.4s Ease-In-Out;
}
.dc_domino_menu_container.display {
  display: flex;
  left: 0;
  top: 0;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .dc_domino_menu_container {
    overflow: auto;
  }
}
@media screen and (min-width: 1024px) {
  .dc_domino_menu_container {
    overflow: hidden;
  }
}
@keyframes domino_menu_container_slideLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.domino-module, .dc_domino_module {
  width: 100%;
}
.domino-module > header, .dc_domino_module > header {
  background-color: transparent;
  -moz-box-shadow: inset 0 -1px 0 0 #686251;
  -webkit-box-shadow: inset 0 -1px 0 0 #686251;
  box-shadow: inset 0 -1px 0 0 #686251;
  padding: 1em 0;
  margin-bottom: 0.5em;
}
.domino-module > header h2, .dc_domino_module > header h2 {
  color: #04200A;
  padding: 0 !important;
  margin: 0 !important;
  font-family: "Playfair Display", serif;
  font-size: 1em;
  line-height: 1em;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.domino-module > footer, .dc_domino_module > footer {
  background-color: transparent;
  -moz-box-shadow: inset 0 -1px 0 0 transparent;
  -webkit-box-shadow: inset 0 -1px 0 0 transparent;
  box-shadow: inset 0 -1px 0 0 transparent;
  padding: 1em 0;
  margin-bottom: 0.5em;
}
.domino-module .side-icon, .dc_domino_module .side-icon {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.domino-module .side-icon svg, .dc_domino_module .side-icon svg {
  width: 15px;
  max-height: 15px;
  margin-right: 5px;
}
.domino-module > .body, .dc_domino_module > .body {
  position: relative;
}
.domino-module article, .domino-module address, .dc_domino_module article, .dc_domino_module address {
  background-color: transparent;
  width: 100%;
}
.domino-module article .label, .domino-module address .label, .dc_domino_module article .label, .dc_domino_module address .label {
  margin-left: 10px;
  font-size: 16px;
  line-height: 16px;
  padding: 2px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.domino-module article header, .domino-module address header, .dc_domino_module article header, .dc_domino_module address header {
  background-color: transparent;
  padding: 0;
  margin: 0 0 0.5em 0;
  -moz-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
}
.domino-module article footer, .domino-module address footer, .dc_domino_module article footer, .dc_domino_module address footer {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.domino-module article.box, .domino-module address.box, .dc_domino_module article.box, .dc_domino_module address.box {
  background-color: transparent;
  -moz-box-shadow: inset 0 -1px 0 0 rgba(18, 17, 14, 0.1);
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(18, 17, 14, 0.1);
  box-shadow: inset 0 -1px 0 0 rgba(18, 17, 14, 0.1);
  -webkit-transition: "";
  -moz-transition: "";
  -o-transition: "";
  transition: "";
}
.domino-module article.box:nth-child(even), .domino-module address.box:nth-child(even), .dc_domino_module article.box:nth-child(even), .dc_domino_module address.box:nth-child(even) {
  background-color: transparent;
}
.domino-module article.box:hover, .domino-module address.box:hover, .dc_domino_module article.box:hover, .dc_domino_module address.box:hover {
  background-color: rgba(18, 17, 14, 0.01);
}
.domino-module article.box:hover:nth-child(even), .domino-module address.box:hover:nth-child(even), .dc_domino_module article.box:hover:nth-child(even), .dc_domino_module address.box:hover:nth-child(even) {
  background-color: rgba(18, 17, 14, 0.01);
}
.domino-module article.small h2, .domino-module address.small h2, .dc_domino_module article.small h2, .dc_domino_module address.small h2 {
  font-size: 1.2em;
}
.domino-module article.small h3, .domino-module address.small h3, .dc_domino_module article.small h3, .dc_domino_module address.small h3 {
  font-size: 1em;
}
.domino-module article:last-child, .domino-module address:last-child, .dc_domino_module article:last-child, .dc_domino_module address:last-child {
  margin-bottom: 0;
}
.domino-module article.padding, .domino-module address.padding, .dc_domino_module article.padding, .dc_domino_module address.padding {
  padding-top: 1em;
  padding-bottom: 1em;
}
.domino-module .profile-pic, .dc_domino_module .profile-pic {
  position: relative;
  width: 100%;
  display: flex;
}
.domino-module .profile-pic, .domino-module .profile-pic:hover, .domino-module .profile-pic img, .domino-module .profile-pic:hover img, .dc_domino_module .profile-pic, .dc_domino_module .profile-pic:hover, .dc_domino_module .profile-pic img, .dc_domino_module .profile-pic:hover img {
  -webkit-transition: all 0.2s Ease-In-Out;
  -moz-transition: all 0.2s Ease-In-Out;
  -o-transition: all 0.2s Ease-In-Out;
  transition: all 0.2s Ease-In-Out;
}
.domino-module .profile-pic:hover, .dc_domino_module .profile-pic:hover {
  opacity: 0.7;
}
.domino-module .profile-pic:hover.cover img, .domino-module .profile-pic:hover.ratio img, .dc_domino_module .profile-pic:hover.cover img, .dc_domino_module .profile-pic:hover.ratio img {
  transform: scale(1.1);
}
.domino-module .profile-pic.round, .dc_domino_module .profile-pic.round {
  border-radius: 1000px;
  overflow: hidden;
}
.domino-module .profile-pic.ratio img, .dc_domino_module .profile-pic.ratio img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.domino-module .profile-pic.cover img, .dc_domino_module .profile-pic.cover img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: 50% 50%;
}
.domino-module .profile-pic.contain img, .dc_domino_module .profile-pic.contain img {
  object-fit: contain;
  object-position: 50% 50%;
}
.domino-module .bg-pic, .dc_domino_module .bg-pic {
  height: 120px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
  margin-bottom: 1px;
}
.domino-module .bg-pic a, .dc_domino_module .bg-pic a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.domino-module .bg-pic a img, .dc_domino_module .bg-pic a img {
  display: none;
}
.domino-module.grid, .dc_domino_module.grid {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.domino-module.grid article, .dc_domino_module.grid article {
  background-color: transparent;
  position: relative;
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.domino-module.grid article.margin, .dc_domino_module.grid article.margin {
  margin-bottom: 1em;
}
.domino-module.grid article.portrait, .dc_domino_module.grid article.portrait {
  height: 450px;
}
.domino-module.grid article.contain, .dc_domino_module.grid article.contain {
  background-size: contain;
}
.domino-module.grid article .collage-logo, .dc_domino_module.grid article .collage-logo {
  background-color: rgba(18, 17, 14, 0.7);
  position: absolute;
  left: 0;
  bottom: 0;
  height: 150px;
  width: 100%;
  display: block;
  z-index: 999;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.domino-module.grid article .overlay, .dc_domino_module.grid article .overlay {
  z-index: 1000;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent;
}
.domino-module.grid article .overlay:hover, .dc_domino_module.grid article .overlay:hover {
  background-color: rgba(18, 17, 14, 0.3);
}
.domino-module.grid article .overlay:hover + .collage-logo, .dc_domino_module.grid article .overlay:hover + .collage-logo {
  height: 160px;
  background-color: rgba(18, 17, 14, 0.5);
}
.domino-module.grid article div, .dc_domino_module.grid article div {
  background-color: rgba(153, 153, 153, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: 1em;
  -webkit-transition: all 0.3s Ease-In-Out;
  -moz-transition: all 0.3s Ease-In-Out;
  -o-transition: all 0.3s Ease-In-Out;
  transition: all 0.3s Ease-In-Out;
  text-align: center;
}
.domino-module .pane, .dc_domino_module .pane {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.domino-module .pane .overlay, .dc_domino_module .pane .overlay {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent;
}
.domino-module .pane .overlay:hover, .dc_domino_module .pane .overlay:hover {
  background-color: rgba(18, 17, 14, 0.3);
}
.domino-module .pane .overlay:hover ~ .header, .dc_domino_module .pane .overlay:hover ~ .header {
  padding: 1em 1em 2em 1em;
}
.domino-module .pane .overlay:hover ~ .pic img, .dc_domino_module .pane .overlay:hover ~ .pic img {
  transform: scale(1.1);
}
.domino-module .pane .header, .dc_domino_module .pane .header {
  background-color: rgba(153, 153, 153, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  z-index: 2;
  padding: 1em;
  text-align: center;
}
.domino-module .pane .pic, .dc_domino_module .pane .pic {
  background-color: transparent;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.domino-module .pane .pic img, .dc_domino_module .pane .pic img {
  position: absolute;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.domino-module address, .dc_domino_module address {
  font-style: inherit !important;
}
.domino-module.margin, .domino-module .margin, .dc_domino_module.margin, .dc_domino_module .margin {
  margin-bottom: 2em;
}
.domino-module .card, .dc_domino_module .card {
  background-color: !important;
  overflow: hidden;
}
.domino-module .card:hover, .dc_domino_module .card:hover {
  background-color: !important;
}
@media screen and (min-width: 768px) {
  .domino-module {
    /*&.grid {

        article {
            height: $DominoModuleGrid-medium-block-height;

            &.portrait {
                height: $DominoModuleGrid-medium-block-portrait-height;
            }
        }

    }*/
  }
}
@media screen and (min-width: 1024px) {
  .domino-module {
    /*&.grid {
        article {
            height: $DominoModuleGrid-large-block-height;

            &.portrait {
                height: $DominoModuleGrid-large-block-portrait-height;
            }
        }
    }*/
  }
}
.domino-module-pagination {
  background-color: transparent;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
}
.domino-module-pagination > div {
  padding-top: 1em;
  padding-bottom: 1em;
}
.domino-module-pagination p {
  margin: 0;
  padding: 0;
  font-family: "Playfair Display", serif !important;
  font-size: 0.8em !important;
  line-height: 1em !important;
  margin-bottom: 0 !important;
}
.domino-module-pagination .pages {
  font-family: "Playfair Display", serif;
  font-size: 0.8em;
  line-height: 1em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.domino-module-pagination .paginate {
  color: #857d67 !important;
  background-color: #e0ded8;
  margin: 0 2px 0 0;
  padding: 4px 7px 4px 7px;
  cursor: pointer;
}
.domino-module-pagination .paginate:hover {
  color: !important;
  background-color: #cac6bb;
}
.domino-module-pagination .paginate:hover .arrow {
  border: solid;
  display: inline-block;
  border-width: 0 2px 2px 0;
  padding: 2px;
}
.domino-module-pagination .paginate.active {
  color: #e0ded8 !important;
  background-color: #2f2c24;
  cursor: default;
  font-weight: bold;
}
.domino-module-pagination .paginate.active .arrow {
  border: solid #e0ded8;
  display: inline-block;
  border-width: 0 2px 2px 0;
  padding: 2px;
}
.domino-module-pagination .paginate .arrow {
  border: solid #857d67;
  display: inline-block;
  border-width: 0 2px 2px 0;
  padding: 2px;
  margin: 0 0 2px 0;
  transition: all 0.2s ease-out;
}
.domino-module-pagination .paginate .arrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.domino-module-pagination .paginate .arrow.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.domino-module-pagination .buttons {
  display: inline;
}
.domino-module-pagination span.pagination-current, .domino-module-pagination span.pagination-all, .domino-module-pagination span.pagination-entries {
  font-weight: bold;
}
.dc_domino_module .filter-bar {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  background-color: transparent;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 10px 10px 0 0;
  padding-top: 0.5em;
  padding-bottom: 0;
}
.dc_domino_module .filter-bar header {
  margin: 0 0 10px 0;
  border-bottom: 1px solid #d5d2c9;
}
.dc_domino_module .filter-bar header h2 {
  color: #4b473b;
  padding: 5px 0 5px 0;
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: 0.8em;
  font-weight: normal;
  font-style: normal;
  line-height: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dc_domino_module .filter-bar .cell {
  padding-top: 0;
  padding-bottom: 0.5em;
}
.dc_domino_module .filter-bar .cell.right {
  margin-left: auto;
}
.dc_domino_module .filter-bar .col {
  flex: 1 1 0;
  width: auto;
  min-height: 0;
  min-width: 0;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
}
.dc_domino_module .filter-bar input {
  margin-bottom: 0;
}
.dc_domino_module .filter-bar a {
  color: #04200A;
  background-color: transparent;
  font-family: "Playfair Display", serif;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  line-height: 1em;
  padding: 0;
  margin: 0;
  background-position: center top;
  display: inline-block;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}
.dc_domino_module .filter-bar a:hover {
  color: #04200A;
  background-color: transparent;
}
.dc_domino_module .filter-bar a span {
  color: #04200A;
  padding: 0;
  background-position: center top;
  display: inline-block;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}
.dc_domino_module .filter-bar a.is-active {
  color: #04200A;
  background-color: transparent;
}
.dc_domino_module .filter-bar a.is-active:hover {
  color: #04200A;
  background-color: transparent;
}
.dc_domino_module .filter-bar.right {
  margin-left: auto;
}
.dc_domino_module .filter-bar .text {
  color: #12110e;
  font-family: "Playfair Display", serif;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  line-height: 1em;
  margin: 0;
}
.dc_domino_module .filter-bar input {
  font-family: "Playfair Display", serif;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  line-height: 1em;
}
@media screen and (min-width: 768px) {
  .dc_domino_module .filter-bar {
    padding-top: 1em;
    padding-bottom: 0;
  }
  .dc_domino_module .filter-bar .cell {
    padding-top: 0;
    padding-bottom: 1em;
  }
}
.domino_editor .domino_editor_subactions_sort button {
  display: block;
  width: 28px;
  height: 20px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.3);
  transition: all 0.2s Ease-In-Out;
  -webkit-transition: all 0.2s Ease-In-Out;
  cursor: pointer;
  border-radius: 2px;
  margin: 0 0 4px 0;
}
.domino_editor .domino_editor_subactions_sort button:hover {
  background-color: rgba(4, 32, 10, 0.7);
}
.domino_editor .domino_editor_subactions_sort button.active {
  background-color: #04200a;
}
.domino_editor .domino_editor_subactions_sort button.active.sort-asc span {
  border-bottom: 10px solid #FFF;
}
.domino_editor .domino_editor_subactions_sort button.active.sort-desc span {
  border-top: 10px solid #FFF;
}
.domino_editor .domino_editor_subactions_sort button span {
  width: 0;
  position: absolute;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  top: 5px;
  left: 6px;
}
.domino_editor .domino_editor_subactions_sort button.sort-asc span {
  border-bottom: 10px solid #4b473b;
}
.domino_editor .domino_editor_subactions_sort button.sort-asc:hover span {
  border-bottom: 10px solid rgba(255, 255, 255, 0.8);
}
.domino_editor .domino_editor_subactions_sort button.sort-desc span {
  border-top: 10px solid #4b473b;
}
.domino_editor .domino_editor_subactions_sort button.sort-desc:hover span {
  border-top: 10px solid rgba(255, 255, 255, 0.8);
}
.dc_domino_module > .body .dc_domino_module_processing {
  position: absolute !important;
}
.dc_domino_module_processing {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.domino_editor_actions_processing_side {
  position: fixed;
  bottom: 1em;
  left: 1em;
  z-index: 10000;
}
.domino_editor_actions_processing {
  position: relative;
  display: block;
  padding: 20px 0;
  font-size: 14px;
  text-align: center;
}
.domino_editor_actions_processing .title {
  padding: 20px;
  color: #4b473b;
  font: 14px/14px "Playfair Display", serif;
}
.domino_editor_actions_processing .ctnr {
  display: flex;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.domino_editor_actions_processing .ldr {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin: auto;
  width: 20px;
  height: 20px;
}
.domino_editor_actions_processing .ldr.medium {
  width: 30px;
  height: 30px;
}
.domino_editor_actions_processing .ldr.large {
  width: 40px;
  height: 40px;
}
.domino_editor_actions_processing .ldr-blk {
  height: 35%;
  width: 35%;
  animation: domino_editor_actions_processing_pulse 0.75s ease-in infinite alternate;
  background-color: #04200A;
}
.domino_editor_actions_processing .an_delay {
  animation-delay: 0.75s;
}
@keyframes domino_editor_actions_processing_pulse {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (min-width: 768px) {
  .dc_domino_module > .body .dc_domino_module_processing {
    border-radius: 5px;
  }
}
.domino-pic {
  background-color: white;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  vertical-align: middle;
  text-align: center;
  height: 200px;
  line-height: 160px;
  position: relative;
}
.domino-pic > img {
  padding: 20px;
  max-height: 100%;
  box-sizing: border-box;
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  height: 100%;
}
.domino-pic a {
  padding: 20px;
  box-sizing: border-box;
  display: block;
  height: 100%;
  width: 100%;
  transition: all 200ms ease-out;
  background-color: transparent;
}
.domino-pic a:hover {
  background-color: transparent;
  opacity: 0.7;
}
.domino-pic a:hover img {
  box-shadow: 0 0 6px 1px rgba(18, 17, 14, 0);
}
.domino-pic a img {
  transition: all 200ms ease-out;
  max-height: 100%;
  box-sizing: border-box;
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  width: auto;
}
.domino-pic.slidr {
  height: 200px;
  line-height: 160px;
}
.domino-pic.stack-margin, .domino-pic.margin-bottom, .domino-pic-bg.stack-margin, .domino-pic-bg.margin-bottom, .domino-pic-touch.stack-margin, .domino-pic-touch.margin-bottom, .domino-pic-full.stack-margin, .domino-pic-full.margin-bottom {
  margin-bottom: 10px;
}
.domino-pic.skew25 img, .domino-pic-bg.skew25 img, .domino-pic-touch.skew25 img, .domino-pic-full.skew25 img {
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
.domino-pic.skew15 img, .domino-pic-bg.skew15 img, .domino-pic-touch.skew15 img, .domino-pic-full.skew15 img {
  clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  -webkit-clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
}
.domino-pic.micro, .domino-pic-bg.micro, .domino-pic-full.micro {
  height: 60px;
}
.domino-pic.small, .domino-pic-bg.small, .domino-pic-full.small {
  height: 100px;
  line-height: 80px;
}
.domino-pic.medium, .domino-pic-bg.medium, .domino-pic-full.medium {
  height: 150px;
  line-height: 120px;
}
.domino-pic.large, .domino-pic-bg.large, .domino-pic-full.large {
  height: 250px;
}
.domino-pic.xlarge, .domino-pic-bg.xlarge, .domino-pic-full.xlarge {
  height: 350px;
}
.domino-pic.contain, .domino-pic-bg.contain, .domino-pic-full.contain {
  background-size: contain !important;
}
.domino-pic.size50p, .domino-pic-bg.size50p, .domino-pic-full.size50p {
  background-size: 50% !important;
}
.domino-pic.micro img, .domino-pic-touch.micro img, .domino-pic-full.micro img {
  height: 60px;
}
.domino-pic.small img, .domino-pic-touch.small img, .domino-pic-full.small img {
  height: 100px;
  line-height: 80px;
}
.domino-pic.small img a, .domino-pic-touch.small img a, .domino-pic-full.small img a {
  padding: 10px;
}
.domino-pic.medium img, .domino-pic-touch.medium img, .domino-pic-full.medium img {
  height: 150px;
  line-height: 120px;
}
.domino-pic.medium img a, .domino-pic-touch.medium img a, .domino-pic-full.medium img a {
  padding: 15px;
}
.domino-pic.large img, .domino-pic-touch.large img, .domino-pic-full.large img {
  height: 250px;
}
.domino-pic.xlarge img, .domino-pic-touch.xlarge img, .domino-pic-full.xlarge img {
  height: 350px;
}
.domino-pic-bg {
  background-color: white;
  height: 200px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: all 200ms ease-out;
}
.domino-pic-bg.border {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.domino-pic-bg.square {
  width: 100%;
  height: auto !important;
  background-size: !important;
}
.domino-pic-bg.square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.domino-pic-bg img {
  position: relative;
  display: none;
}
.domino-pic-bg a {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  transition: all 200ms ease-out;
}
.domino-pic-bg a:hover {
  background-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 6px 1px rgba(18, 17, 14, 0);
}
.domino-pic-full {
  background-color: white;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.domino-pic-full a {
  opacity: 1;
  -webkit-transition: all 0.3s Ease-In-Out;
  -moz-transition: all 0.3s Ease-In-Out;
  -o-transition: all 0.3s Ease-In-Out;
  transition: all 0.3s Ease-In-Out;
}
.domino-pic-full a:hover {
  opacity: 0.7;
}
.domino-pic-full a img {
  width: 100%;
}
.domino-pic-full p {
  margin-top: 10px;
  font-size: 15px;
  line-height: 20px;
}
.domino-pic-touch {
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
.domino-pic-touch div, .domino-pic-touch article, .domino-pic-touch img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.domino-pic-touch:hover div, .domino-pic-touch:focus div, .domino-pic-touch:hover article, .domino-pic-touch:focus article, .domino-pic-touch img:hover, .domino-pic-touch img:focus {
  opacity: 0.85;
  -ms-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -webkit-transform: scale(1.01);
  -o-transform: scale(1.01);
  transform: scale(1.01);
}
@media screen and (min-width: 768px) {
  .domino-pic.stack-margin, .domino-pic-bg.stack-margin, .domino-pic-full.stack-margin {
    margin-bottom: 0;
  }
  .domino-pic.large, .domino-pic-bg.large, .domino-pic-full.large {
    height: 50vh;
  }
  .domino-pic.xlarge, .domino-pic-bg.xlarge, .domino-pic-full.xlarge {
    height: 100vh;
  }
}
img[data-src] {
  opacity: 0;
}
img {
  opacity: 1;
  transition: opacity 1s;
}
.dc_domino_search {
  background-color: transparent;
  width: 100%;
  height: auto;
  position: initial;
  top: auto;
  z-index: 10;
}
.dc_domino_search a, .dc_domino_search svg {
  -webkit-transition: all 0.3s Ease-In-Out;
  -moz-transition: all 0.3s Ease-In-Out;
  -o-transition: all 0.3s Ease-In-Out;
  transition: all 0.3s Ease-In-Out;
}
.dc_domino_search a.btn {
  color: rgba(18, 17, 14, 0.8);
  background-color: transparent;
  height: 100%;
  position: absolute;
  display: flex;
  right: 50px;
  top: 0;
  padding: 20px 15px;
  align-items: center;
}
.dc_domino_search a.btn svg {
  height: 15px;
  fill: #04200A;
}
.dc_domino_search a.btn:hover {
  color: rgba(18, 17, 14, 0.5);
  background-color: rgba(18, 17, 14, 0.05);
}
.dc_domino_search a.btn:hover svg {
  fill: rgba(4, 32, 10, 0.5);
}
.dc_domino_search .results {
  background-color: rgba(4, 32, 10, 0.9);
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 10;
  width: 100%;
  top: 100%;
  right: 0;
}
.dc_domino_search .results .search-holder {
  background-color: transparent;
  padding: 10px;
}
.dc_domino_search .results .results-title {
  background-color: transparent;
  color: #FFF;
  padding: 0.5em 1em;
  font-family: "Playfair Display", serif;
  font-size: 0.8em;
  line-height: 1em;
  font-weight: normal;
  font-style: normal;
  text-transform: normal;
  display: block;
  width: 100%;
}
.dc_domino_search .results .entries {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
}
.dc_domino_search .results .entries li {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .dc_domino_search {
    background-color: transparent;
    width: 100%;
    height: auto;
    position: initial;
    top: auto;
    z-index: 10;
  }
  .dc_domino_search .results {
    width: 100%;
    top: 100%;
  }
  .dc_domino_search a.btn {
    display: flex;
    right: 50px;
    top: 0;
    padding: 20px 15px;
  }
}
@media screen and (min-width: 1024px) {
  .dc_domino_search {
    background-color: transparent;
    width: 100%;
    height: auto;
    position: initial;
    top: auto;
    z-index: 10;
  }
  .dc_domino_search .results {
    width: 100%;
    top: 100%;
  }
  .dc_domino_search a.btn {
    display: flex;
    right: 50px;
    top: 0;
    padding: 20px 15px;
  }
}
.domino-site-index-blocks {
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  z-index: 1;
  margin-bottom: 0;
}
.domino-site-index-blocks div[view="Domino.App.Block.Bit"] {
  display: contents;
}
.domino-site-index-blocks .fs-large {
  font-size: 2em;
}
.domino-site-index-blocks .ta-c ul, .domino-site-index-blocks .ta-r ul {
  list-style-position: inside;
  margin-left: 0;
}
.domino-site-index-blocks .bg-height {
  height: 300px !important;
}
.domino-site-index-blocks .bg-cover {
  display: block;
  position: absolute;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.domino-site-index-blocks .bg-cover img {
  display: none;
  position: relative;
}
.domino-site-index-blocks .pic-center {
  width: auto;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.domino-site-index-blocks .icon-big {
  max-width: 100px;
}
.domino-site-index-blocks.hover:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.domino-site-index-blocks > .overlay {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.domino-site-index-blocks .columns-header {
  margin-bottom: 1.5em;
}
.domino-site-index-blocks.h2-margin h2 {
  margin-bottom: 1em;
}
.domino-site-index-blocks.h3-margin h3 {
  margin-bottom: 1em;
}
.domino-site-index-blocks .ico {
  box-sizing: border-box;
  padding: 0 30%;
  height: 100px;
  margin: 0 0 1em 0;
}
.domino-site-index-blocks .ico svg {
  height: 100% !important;
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  .domino-site-index-blocks .bg-height {
    height: auto !important;
  }
}
.bg-fixed {
  background-attachment: fixed;
}
[type="text"], [type="password"], [type="date"], [type="datetime"], [type="datetime-local"], [type="month"], [type="week"], [type="email"], [type="number"], [type="search"], [type="tel"], [type="time"], [type="url"], [type="color"], select, textarea, button, .button {
  font-family: "Playfair Display", serif;
  font-size: 1em;
  font-weight: normal;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  overflow: visible;
  border-radius: 0;
  -webkit-border-radius: 0;
  padding: 1em;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
}
[type="text"]:focus, [type="password"]:focus, [type="date"]:focus, [type="datetime"]:focus, [type="datetime-local"]:focus, [type="month"]:focus, [type="week"]:focus, [type="email"]:focus, [type="number"]:focus, [type="search"]:focus, [type="tel"]:focus, [type="time"]:focus, [type="url"]:focus, [type="color"]:focus, select:focus, textarea:focus, button:focus, .button:focus {
  outline: none;
}
[type="text"].margin, [type="password"].margin, [type="date"].margin, [type="datetime"].margin, [type="datetime-local"].margin, [type="month"].margin, [type="week"].margin, [type="email"].margin, [type="number"].margin, [type="search"].margin, [type="tel"].margin, [type="time"].margin, [type="url"].margin, [type="color"].margin, select.margin, textarea.margin, button.margin, .button.margin {
  margin: 0 0 1em 0;
}
[type="text"].round, [type="password"].round, [type="date"].round, [type="datetime"].round, [type="datetime-local"].round, [type="month"].round, [type="week"].round, [type="email"].round, [type="number"].round, [type="search"].round, [type="tel"].round, [type="time"].round, [type="url"].round, [type="color"].round, select.round, textarea.round, button.round, .button.round {
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
[type="text"].round-left, [type="password"].round-left, [type="date"].round-left, [type="datetime"].round-left, [type="datetime-local"].round-left, [type="month"].round-left, [type="week"].round-left, [type="email"].round-left, [type="number"].round-left, [type="search"].round-left, [type="tel"].round-left, [type="time"].round-left, [type="url"].round-left, [type="color"].round-left, select.round-left, textarea.round-left, button.round-left, .button.round-left {
  border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
}
[type="text"].round-right, [type="password"].round-right, [type="date"].round-right, [type="datetime"].round-right, [type="datetime-local"].round-right, [type="month"].round-right, [type="week"].round-right, [type="email"].round-right, [type="number"].round-right, [type="search"].round-right, [type="tel"].round-right, [type="time"].round-right, [type="url"].round-right, [type="color"].round-right, select.round-right, textarea.round-right, button.round-right, .button.round-right {
  border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0 10px 10px 0;
}
[type="text"]:disabled, [type="text"].disabled, [type="password"]:disabled, [type="password"].disabled, [type="date"]:disabled, [type="date"].disabled, [type="datetime"]:disabled, [type="datetime"].disabled, [type="datetime-local"]:disabled, [type="datetime-local"].disabled, [type="month"]:disabled, [type="month"].disabled, [type="week"]:disabled, [type="week"].disabled, [type="email"]:disabled, [type="email"].disabled, [type="number"]:disabled, [type="number"].disabled, [type="search"]:disabled, [type="search"].disabled, [type="tel"]:disabled, [type="tel"].disabled, [type="time"]:disabled, [type="time"].disabled, [type="url"]:disabled, [type="url"].disabled, [type="color"]:disabled, [type="color"].disabled, select:disabled, select.disabled, textarea:disabled, textarea.disabled, button:disabled, button.disabled, .button:disabled, .button.disabled {
  cursor: default;
}
[type="text"].expanded, [type="password"].expanded, [type="date"].expanded, [type="datetime"].expanded, [type="datetime-local"].expanded, [type="month"].expanded, [type="week"].expanded, [type="email"].expanded, [type="number"].expanded, [type="search"].expanded, [type="tel"].expanded, [type="time"].expanded, [type="url"].expanded, [type="color"].expanded, select.expanded, textarea.expanded, button.expanded, .button.expanded {
  width: 100%;
}
[type="text"].small, [type="password"].small, [type="date"].small, [type="datetime"].small, [type="datetime-local"].small, [type="month"].small, [type="week"].small, [type="email"].small, [type="number"].small, [type="search"].small, [type="tel"].small, [type="time"].small, [type="url"].small, [type="color"].small, select.small, textarea.small, button.small, .button.small {
  padding: 0.5em;
}
[type="text"].medium, [type="password"].medium, [type="date"].medium, [type="datetime"].medium, [type="datetime-local"].medium, [type="month"].medium, [type="week"].medium, [type="email"].medium, [type="number"].medium, [type="search"].medium, [type="tel"].medium, [type="time"].medium, [type="url"].medium, [type="color"].medium, select.medium, textarea.medium, button.medium, .button.medium {
  padding: 1em;
}
[type="text"].large, [type="password"].large, [type="date"].large, [type="datetime"].large, [type="datetime-local"].large, [type="month"].large, [type="week"].large, [type="email"].large, [type="number"].large, [type="search"].large, [type="tel"].large, [type="time"].large, [type="url"].large, [type="color"].large, select.large, textarea.large, button.large, .button.large {
  padding: 1.5em;
}
select, [type="text"], [type="password"], [type="date"], [type="datetime"], [type="datetime-local"], [type="month"], [type="week"], [type="email"], [type="number"], [type="search"], [type="tel"], [type="time"], [type="url"], [type="color"], textarea {
  color: #12110e;
  background-color: #FFF;
  border: 0;
  box-shadow: inset 0 0 0 rgba(18, 17, 14, 0.1);
  -webkit-box-shadow: inset 0 0 0 rgba(18, 17, 14, 0.1);
  width: 100%;
}
select:focus, [type="text"]:focus, [type="password"]:focus, [type="date"]:focus, [type="datetime"]:focus, [type="datetime-local"]:focus, [type="month"]:focus, [type="week"]:focus, [type="email"]:focus, [type="number"]:focus, [type="search"]:focus, [type="tel"]:focus, [type="time"]:focus, [type="url"]:focus, [type="color"]:focus, textarea:focus {
  color: #2f2c24;
  background-color: #eceae6;
  border: 0px solid #12110e;
}
input[type="text"]:disabled, button:disabled, input[type="submit"]:disabled {
  color: #9d9682;
  background-color: #e0ded8;
  border: 0;
  box-shadow: 0;
  -webkit-box-shadow: 0;
}
[type="checkbox"], [type="radio"] {
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
textarea {
  height: auto;
  min-height: 50px;
  overflow: auto;
}
label {
  color: #12110e;
  margin: 0 0 5px 0;
  font-weight: bold;
}
label > input, label > textarea, label > select {
  margin: 0.5em 0 1em 0 !important;
}
label.is-invalid-label {
  color: #C00 !important;
}
label.is-valid-label {
  color: #390 !important;
}
label .is-invalid-input {
  border: 1px solid #C00 !important;
}
label .is-valid-input {
  border: 1px solid #390 !important;
}
label .form-error {
  display: none;
  margin-top: 5px;
  font-weight: bold;
  font-size: 14px;
}
label .form-error.is-visible {
  display: block;
}
fieldset, .fieldset {
  border: 1px solid #cac6bb;
}
fieldset.margin, .fieldset.margin {
  margin: 0 0 1em 0;
}
fieldset legend, .fieldset legend {
  color: #12110e;
  font-family: "Playfair Display", serif;
  font-size: 1em;
  line-height: 1em;
  font-weight: bold;
  font-style: normal;
  text-transform: normal;
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
button, .button {
  color: #FFF;
  background-color: #04200A;
  border: 0;
  width: auto;
  cursor: pointer;
  outline: none;
}
button, button svg, button.slide::before, button::after, .button, .button svg, .button.slide::before, .button::after {
  -webkit-transition: all 0.3s Ease-In-Out;
  -moz-transition: all 0.3s Ease-In-Out;
  -o-transition: all 0.3s Ease-In-Out;
  transition: all 0.3s Ease-In-Out;
}
button svg, .button svg {
  position: relative;
  height: 0.8em;
  width: auto;
  margin: 0 0.5em 0 0;
}
button:hover, .button:hover {
  color: rgba(255, 255, 255, 0.7);
  background-color: black;
  border: 0;
}
button.slide, .button.slide {
  position: relative;
  overflow: hidden;
}
button.slide::before, .button.slide::before {
  background-color: black;
  z-index: -1;
}
button.slide::before, button.slide::after, .button.slide::before, .button.slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
button.slide::before, .button.slide::before {
  border-radius: 0;
  margin-left: -100%;
}
button.slide:hover::before, .button.slide:hover::before {
  margin-left: 0;
}
[data-whatinput="mouse"] button {
  outline: 0;
}
button, .button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/* ==================================================================== */
/* CHECKBOX TYPE 8 ---------------------------------------------------- */
/* ==================================================================== */
.switch-input[type="checkbox"] {
  display: none;
}
.switch-input[type="checkbox"] + label.switch-paddle {
  cursor: pointer;
  font-size: 1em;
}
.switch-input + label.switch-paddle {
  box-sizing: unset;
  background-color: #FFF;
  padding: 9px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  margin-right: 30px;
  width: 40px;
  height: 15px;
}
.switch-input + label.switch-paddle:after {
  content: " ";
  position: absolute;
  background: #CCC;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
}
.switch-input + label.switch-paddle:before {
  content: " ";
  position: absolute;
  background: white;
  top: 2px;
  left: 2px;
  z-index: 99999;
  width: 29px;
  height: 29px;
  border-radius: 100px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5), inset 0 -18px 15px -10px rgba(0, 0, 0, 0.05);
}
.switch-input + label.switch-paddle:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.switch-input:checked + label.switch-paddle:before {
  content: " ";
  position: absolute;
  left: 27px;
  border-radius: 100px;
}
.switch-input + label.switch-paddle {
  overflow: hidden;
}
.switch-input:checked + label.switch-paddle:after {
  content: " ";
  font-size: 1.5em;
  position: absolute;
  background: #63C99C;
}
.switch-input + label.switch-paddle:after, .switch-input + label.switch-paddle:before, .switch-input label.switch-paddle {
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
/* ==================================================================== */
/* CHECKBOX TYPE 11 ---------------------------------------------------- */
/* ==================================================================== */
[id^="checkbox-11-"] + label {
  background-color: #FFF;
  padding: 11px 9px;
  border-radius: 7px;
  display: inline-block;
  position: relative;
  margin-right: 30px;
  width: 55px;
  height: 10px;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1), 0 0 10px rgba(245, 146, 146, 0.4);
}
[id^="checkbox-11-"] + label:before {
  content: " ";
  position: absolute;
  background: #FFF;
  top: 0px;
  z-index: 99999;
  left: 0px;
  width: 24px;
  color: #FFF;
  height: 32px;
  border-radius: 7px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
}
[id^="checkbox-11-"] + label:after {
  content: "OFF";
  position: absolute;
  top: 7px;
  left: 37px;
  font-size: 1.2em;
  color: white;
  font-weight: bold;
  padding: 5px;
  border-radius: 100px;
}
[id^="checkbox-11-"]:checked + label {
  background: #67A5DF;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1), 0 0 10px rgba(146, 196, 245, 0.4);
}
[id^="checkbox-11-"]:checked + label:after {
  content: "ON";
  left: 6px;
}
[id^="checkbox-11-"]:checked + label:before {
  content: " ";
  position: absolute;
  z-index: 99999;
  left: 49px;
}
[id^="checkbox-11-"] + label:after {
  left: 35px;
}
#checkbox-11-3 + label:before {
  width: 21px;
  height: 22px;
  top: 3px;
  left: 3px;
}
#checkbox-11-3:checked + label:before {
  left: 49px;
}
#checkbox-11-2 + label:after, #checkbox-11-2 + label:before, #checkbox label {
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
body {
  background-color: #FFF;
  background-image: none;
  color: #12110e;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
  font-family: "Playfair Display", serif;
}
@media screen and (min-width: 576px) {
  body {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  body {
    font-size: 16px;
  }
}
.grid-container {
  max-width: 1340px;
  margin: 0 auto;
  position: relative;
}
.grid-container.left {
  margin: inherit !important;
}
.grid-unmargin {
  margin-left: -1em;
  margin-right: -1em;
}
.grid {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}
.grid > .shrink {
  width: auto;
}
.grid.align-center {
  justify-content: center;
}
.grid.align-right {
  justify-content: right;
}
.grid.box {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  -moz-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.07);
}
.grid.grid-padding > .cell {
  padding-left: 1em;
  padding-right: 1em;
  box-sizing: border-box;
}
.grid.grid-padding > .cell.unpadding {
  padding-left: 0;
  padding-right: 0;
}
.grid-padding > .cell {
  padding-left: 1em;
  padding-right: 1em;
}
.grid-unpadding > .cell {
  padding-left: 0;
  padding-right: 0;
}
.grid > .cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.grid > .cell.shrink {
  flex: 0 0 auto;
}
.grid > .cell .small-unpadding {
  padding-left: 0;
  padding-right: 0;
}
.grid > .cell.small-auto {
  flex: 1 1 0;
  width: auto;
}
.grid > .cell.small-1 {
  width: 8.3333333333%;
}
.grid > .cell.small-2 {
  width: 16.6666666667%;
}
.grid > .cell.small-3 {
  width: 25%;
}
.grid > .cell.small-4 {
  width: 33.3333333333%;
}
.grid > .cell.small-5 {
  width: 41.6666666667%;
}
.grid > .cell.small-6 {
  width: 50%;
}
.grid > .cell.small-7 {
  width: 58.3333333333%;
}
.grid > .cell.small-8 {
  width: 66.6666666667%;
}
.grid > .cell.small-9 {
  width: 75%;
}
.grid > .cell.small-10 {
  width: 83.3333333333%;
}
.grid > .cell.small-11 {
  width: 91.6666666667%;
}
.grid > .cell.small-12 {
  width: 100%;
}
.grid > .cell.small-order-1 {
  order: 1;
}
.grid > .cell.small-order-2 {
  order: 2;
}
.grid > .cell.small-order-3 {
  order: 3;
}
.grid > .cell.small-order-4 {
  order: 4;
}
.grid > .cell.small-order-5 {
  order: 5;
}
.grid > .cell.small-order-6 {
  order: 6;
}
.grid > .cell.small-order-7 {
  order: 7;
}
.grid > .cell.small-order-8 {
  order: 8;
}
.grid > .cell.small-order-9 {
  order: 9;
}
.grid > .cell.small-order-10 {
  order: 10;
}
.grid > .cell.small-order-11 {
  order: 11;
}
.grid > .cell.small-order-12 {
  order: 12;
}
.grid > .cell.offset-0 {
  margin-left: 0;
}
.grid > .cell.offset-1 {
  margin-left: 8.3333333333%;
}
.grid > .cell.offset-2 {
  margin-left: 16.6666666667%;
}
.grid > .cell.offset-3 {
  margin-left: 25%;
}
.grid > .cell.offset-4 {
  margin-left: 33.3333333333%;
}
.grid > .cell.offset-5 {
  margin-left: 41.6666666667%;
}
.grid > .cell.offset-6 {
  margin-left: 50%;
}
.grid > .cell.offset-7 {
  margin-left: 58.3333333333%;
}
.grid > .cell.offset-8 {
  margin-left: 66.6666666667%;
}
.grid > .cell.offset-9 {
  margin-left: 75%;
}
.grid > .cell.offset-10 {
  margin-left: 83.3333333333%;
}
.grid > .cell.offset-11 {
  margin-left: 91.6666666667%;
}
.grid > .cell.offset-12 {
  margin-left: 100%;
}
@media screen and (min-width: 768px) {
  .hide-for-small-only {
    display: revert !important;
  }
  .grid > .cell.medium-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid > .cell .medium-unpadding {
    padding-left: 0;
    padding-right: 0;
  }
  .grid > .cell.medium-1 {
    width: 8.3333333333%;
  }
  .grid > .cell.medium-2 {
    width: 16.6666666667%;
  }
  .grid > .cell.medium-3 {
    width: 25%;
  }
  .grid > .cell.medium-4 {
    width: 33.3333333333%;
  }
  .grid > .cell.medium-5 {
    width: 41.6666666667%;
  }
  .grid > .cell.medium-6 {
    width: 50%;
  }
  .grid > .cell.medium-7 {
    width: 58.3333333333%;
  }
  .grid > .cell.medium-8 {
    width: 66.6666666667%;
  }
  .grid > .cell.medium-9 {
    width: 75%;
  }
  .grid > .cell.medium-10 {
    width: 83.3333333333%;
  }
  .grid > .cell.medium-11 {
    width: 91.6666666667%;
  }
  .grid > .cell.medium-12 {
    width: 100%;
  }
  .grid > .cell.medium-order-1 {
    order: 1;
  }
  .grid > .cell.medium-order-2 {
    order: 2;
  }
  .grid > .cell.medium-order-3 {
    order: 3;
  }
  .grid > .cell.medium-order-4 {
    order: 4;
  }
  .grid > .cell.medium-order-5 {
    order: 5;
  }
  .grid > .cell.medium-order-6 {
    order: 6;
  }
  .grid > .cell.medium-order-7 {
    order: 7;
  }
  .grid > .cell.medium-order-8 {
    order: 8;
  }
  .grid > .cell.medium-order-9 {
    order: 9;
  }
  .grid > .cell.medium-order-10 {
    order: 10;
  }
  .grid > .cell.medium-order-11 {
    order: 11;
  }
  .grid > .cell.medium-order-12 {
    order: 12;
  }
  .grid > .cell.medium-offset-0 {
    margin-left: 0;
  }
  .grid > .cell.medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid > .cell.medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid > .cell.medium-offset-3 {
    margin-left: 25%;
  }
  .grid > .cell.medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid > .cell.medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid > .cell.medium-offset-6 {
    margin-left: 50%;
  }
  .grid > .cell.medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid > .cell.medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid > .cell.medium-offset-9 {
    margin-left: 75%;
  }
  .grid > .cell.medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid > .cell.medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid > .cell.medium-offset-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .grid > .cell.large-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid > .cell .large-unpadding {
    padding-left: 0;
    padding-right: 0;
  }
  .grid > .cell.large-1 {
    width: 8.3333333333%;
  }
  .grid > .cell.large-2 {
    width: 16.6666666667%;
  }
  .grid > .cell.large-3 {
    width: 25%;
  }
  .grid > .cell.large-4 {
    width: 33.3333333333%;
  }
  .grid > .cell.large-5 {
    width: 41.6666666667%;
  }
  .grid > .cell.large-6 {
    width: 50%;
  }
  .grid > .cell.large-7 {
    width: 58.3333333333%;
  }
  .grid > .cell.large-8 {
    width: 66.6666666667%;
  }
  .grid > .cell.large-9 {
    width: 75%;
  }
  .grid > .cell.large-10 {
    width: 83.3333333333%;
  }
  .grid > .cell.large-11 {
    width: 91.6666666667%;
  }
  .grid > .cell.large-12 {
    width: 100%;
  }
  .grid > .cell.large-order-1 {
    order: 1;
  }
  .grid > .cell.large-order-2 {
    order: 2;
  }
  .grid > .cell.large-order-3 {
    order: 3;
  }
  .grid > .cell.large-order-4 {
    order: 4;
  }
  .grid > .cell.large-order-5 {
    order: 5;
  }
  .grid > .cell.large-order-6 {
    order: 6;
  }
  .grid > .cell.large-order-7 {
    order: 7;
  }
  .grid > .cell.large-order-8 {
    order: 8;
  }
  .grid > .cell.large-order-9 {
    order: 9;
  }
  .grid > .cell.large-order-10 {
    order: 10;
  }
  .grid > .cell.large-order-11 {
    order: 11;
  }
  .grid > .cell.large-order-12 {
    order: 12;
  }
  .grid > .cell.large-offset-0 {
    margin-left: 0;
  }
  .grid > .cell.large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid > .cell.large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid > .cell.large-offset-3 {
    margin-left: 25%;
  }
  .grid > .cell.large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid > .cell.large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid > .cell.large-offset-6 {
    margin-left: 50%;
  }
  .grid > .cell.large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid > .cell.large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid > .cell.large-offset-9 {
    margin-left: 75%;
  }
  .grid > .cell.large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid > .cell.large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid > .cell.large-offset-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .grid > .cell.xlarge-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid > .cell .xlarge-unpadding {
    padding-left: 0;
    padding-right: 0;
  }
  .grid > .cell.xlarge-1 {
    width: 8.3333333333%;
  }
  .grid > .cell.xlarge-2 {
    width: 16.6666666667%;
  }
  .grid > .cell.xlarge-3 {
    width: 25%;
  }
  .grid > .cell.xlarge-4 {
    width: 33.3333333333%;
  }
  .grid > .cell.xlarge-5 {
    width: 41.6666666667%;
  }
  .grid > .cell.xlarge-6 {
    width: 50%;
  }
  .grid > .cell.xlarge-7 {
    width: 58.3333333333%;
  }
  .grid > .cell.xlarge-8 {
    width: 66.6666666667%;
  }
  .grid > .cell.xlarge-9 {
    width: 75%;
  }
  .grid > .cell.xlarge-10 {
    width: 83.3333333333%;
  }
  .grid > .cell.xlarge-11 {
    width: 91.6666666667%;
  }
  .grid > .cell.xlarge-12 {
    width: 100%;
  }
  .grid > .cell.xlarge-order-1 {
    order: 1;
  }
  .grid > .cell.xlarge-order-2 {
    order: 2;
  }
  .grid > .cell.xlarge-order-3 {
    order: 3;
  }
  .grid > .cell.xlarge-order-4 {
    order: 4;
  }
  .grid > .cell.xlarge-order-5 {
    order: 5;
  }
  .grid > .cell.xlarge-order-6 {
    order: 6;
  }
  .grid > .cell.xlarge-order-7 {
    order: 7;
  }
  .grid > .cell.xlarge-order-8 {
    order: 8;
  }
  .grid > .cell.xlarge-order-9 {
    order: 9;
  }
  .grid > .cell.xlarge-order-10 {
    order: 10;
  }
  .grid > .cell.xlarge-order-11 {
    order: 11;
  }
  .grid > .cell.xlarge-order-12 {
    order: 12;
  }
  .grid > .cell.xlarge-offset-0 {
    margin-left: 0;
  }
  .grid > .cell.large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid > .cell.large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid > .cell.large-offset-3 {
    margin-left: 25%;
  }
  .grid > .cell.large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid > .cell.large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid > .cell.large-offset-6 {
    margin-left: 50%;
  }
  .grid > .cell.large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid > .cell.large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid > .cell.large-offset-9 {
    margin-left: 75%;
  }
  .grid > .cell.large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid > .cell.large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid > .cell.large-offset-12 {
    margin-left: 100%;
  }
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *::before, *::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
ul {
  padding-inline-start: 20px;
}
figure {
  margin: 0;
}
img {
  display: block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
details {
  display: block;
}
summary {
  display: list-item;
}
menu {
  display: block;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
object {
  max-width: none !important;
}
pre {
  overflow: auto;
}
table {
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
table .nowrap {
  white-space: nowrap;
}
table.head-nowrap thead tr th {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
table.body-nowrap tbody tr td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
table th {
  text-align: left;
}
table td {
  text-align: left;
}
table th.grow, table td.grow {
  width: 100%;
}
h1, h2, h3, h4, h5 {
  font-weight: normal;
  margin-top: 0;
}
h1 {
  margin: 0;
  padding: 0;
  color: #04200A;
  font-family: "Playfair Display", serif;
  font-size: 3rem;
  line-height: 1em;
}
h3 {
  margin: 0;
  padding: 0;
  color: #04200A;
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  line-height: 1em;
}
h4 {
  margin: 0;
  padding: 0;
  color: #04200A;
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  line-height: 1em;
}
h5 {
  margin: 0;
  padding: 0;
  color: #04200A;
  font-family: "Playfair Display", serif;
  font-size: 1rem;
  line-height: 1em;
}
h6 {
  margin: 0;
  padding: 0;
  color: #04200A;
  font-family: "Playfair Display", serif;
  font-size: 1rem;
  line-height: 1em;
}
small {
  display: block;
}
p {
  color: #12110e;
  font-size: 1em;
  line-height: 1em;
  font-family: "Playfair Display", serif;
}
a {
  color: #ffded1;
  text-decoration: none;
}
a:hover {
  color: #ffb99e;
}
.text-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.hide-for-small-only {
  display: none !important;
}
.text-balance {
  text-wrap: balance;
}
.ovf-h {
  overflow: hidden;
}
.hide {
  display: none;
}
.bg-fixed {
  background-attachment: fixed;
}
.visually-hidden {
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 - a 0 height clip, off to the bottom right of the visible 1px box */
  clip: rect(1px, 1px, 1px, 1px);
  /*maybe deprecated but we need to support legacy browsers */
  clip-path: inset(50%);
  /*modern browsers, clip-path works inwards from each corner*/
  white-space: nowrap;
  /* added line to stop words getting smushed together (as they go onto seperate lines and some screen readers do not understand line feeds as a space */
}
@media screen and (min-width: 768px) {
  .hide-for-small-only {
    display: unset !important;
  }
}
@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-o-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fadeOutToNone {
  0% {
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@-moz-keyframes fadeOutToNone {
  0% {
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@-o-keyframes fadeOutToNone {
  0% {
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes fadeOutToNone {
  0% {
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
/*
 * Vertical align
 * */
.d-n {
  display: none;
}
.d-b {
  display: block;
}
.d-f {
  display: flex;
}
/*
 * Sizes
 * */
.fs-xs {
  font-size: 0.5em !important;
}
.fs-s {
  font-size: 0.75em !important;
}
.fs-m {
  font-size: 1em !important;
}
.fs-l {
  font-size: 1.25em !important;
}
.fs-xl {
  font-size: 1.5em !important;
}
.fs-xxl {
  font-size: 1.75em !important;
}
/*
 * Font family
 * */
.ff-h1 {
  font-family: "Playfair Display", serif !important;
}
.ff-sh {
  font-family: "Playfair Display", serif !important;
}
.ff-tl {
  font-family: "Playfair Display", serif !important;
}
.ff-st {
  font-family: "Playfair Display", serif !important;
}
.ff-tx {
  font-family: "Playfair Display", serif !important;
}
/*
 * Font weight
 * */
.fw-b {
  font-weight: bold !important;
}
/*
 * Border radius
 * */
.br-5 {
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
}
.br-10 {
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
}
/*
 * Rations
 * */
.ar-1x2 {
  padding-bottom: 200%;
}
.ar-2x3 {
  padding-bottom: 150%;
}
.ar-3x4 {
  padding-bottom: 133.3333333333%;
}
.ar-1x1 {
  padding-bottom: 100%;
}
.ar-4x3 {
  padding-bottom: 75%;
}
.ar-3x2 {
  padding-bottom: 66.6666666667%;
}
.ar-16x9 {
  padding-bottom: 56.25%;
}
.ar-2x1 {
  padding-bottom: 50%;
}
.ar-5x2 {
  padding-bottom: 40%;
}
.ar-3x1 {
  padding-bottom: 33.3333333333%;
}
.ar-4x1 {
  padding-bottom: 25%;
}
.ar-5x1 {
  padding-bottom: 20%;
}
.ar-8x1 {
  padding-bottom: 12.5%;
}
.ar-10x1 {
  padding-bottom: 10%;
}
/*
 * Widths
 * */
.w-u {
  width: unset !important;
}
.w-a {
  width: auto !important;
}
.w-50 {
  width: 50px !important;
}
.w-100 {
  width: 100px !important;
}
.w-30pc {
  width: 30% !important;
}
.w-50pc {
  width: 50% !important;
}
.w-70pc {
  width: 70% !important;
}
.w-100pc {
  width: 100% !important;
}
/*
 * Heights
 * */
.h-u {
  height: unset !important;
}
.h-a {
  height: auto !important;
}
.h-50 {
  height: 50px !important;
}
.h-100 {
  height: 100px !important;
}
.h-200 {
  height: 200px !important;
}
.h-300 {
  height: 300px !important;
}
.h-100pc {
  height: 100% !important;
}
.h-100vh {
  height: 100vh !important;
}
.h-80vh {
  height: 80vh !important;
}
.h-75vh {
  height: 75vh !important;
}
.h-50vh {
  height: 50vh !important;
}
.h-40vh {
  height: 40vh !important;
}
.h-30vh {
  height: 30vh !important;
}
.h-20vh {
  height: 20vh !important;
}
/*
 * Position
 * */
.p-r {
  position: relative !important;
}
.p-a {
  position: absolute !important;
}
.p-f {
  position: fixed !important;
}
/*
 * lines
 * */
.line-clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.lc-1 {
  -webkit-line-clamp: 1;
}
.lc-2 {
  -webkit-line-clamp: 2;
}
.lc-3 {
  -webkit-line-clamp: 3;
}
.lc-4 {
  -webkit-line-clamp: 4;
}
.lc-5 {
  -webkit-line-clamp: 5;
}
/*
 * Paddings
 * */
.p-0 {
  padding: 0em;
}
.pt-0 {
  padding-top: 0em;
}
.pb-0 {
  padding-bottom: 0em;
}
.ptb-0 {
  padding-top: 0em;
  padding-bottom: 0em;
}
.pl-0 {
  padding-left: 0em;
  padding-right: 0em;
}
.pr-0 {
  padding-left: 0em;
  padding-right: 0em;
}
.plr-0 {
  padding-left: 0em;
  padding-right: 0em;
}
.p-05 {
  padding: 0.5em;
}
.pt-05 {
  padding-top: 0.5em;
}
.pb-05 {
  padding-bottom: 0.5em;
}
.ptb-05 {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.pl-05 {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.pr-05 {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.plr-05 {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.p-1 {
  padding: 1em;
}
.pt-1 {
  padding-top: 1em;
}
.pb-1 {
  padding-bottom: 1em;
}
.ptb-1 {
  padding-top: 1em;
  padding-bottom: 1em;
}
.pl-1 {
  padding-left: 1em;
  padding-right: 1em;
}
.pr-1 {
  padding-left: 1em;
  padding-right: 1em;
}
.plr-1 {
  padding-left: 1em;
  padding-right: 1em;
}
.p-2 {
  padding: 2em;
}
.pt-2 {
  padding-top: 2em;
}
.pb-2 {
  padding-bottom: 2em;
}
.ptb-2 {
  padding-top: 2em;
  padding-bottom: 2em;
}
.pl-2 {
  padding-left: 2em;
  padding-right: 2em;
}
.pr-2 {
  padding-left: 2em;
  padding-right: 2em;
}
.plr-2 {
  padding-left: 2em;
  padding-right: 2em;
}
.p-5 {
  padding: 5em;
}
.pt-5 {
  padding-top: 5em;
}
.pb-5 {
  padding-bottom: 5em;
}
.ptb-5 {
  padding-top: 5em;
  padding-bottom: 5em;
}
.pl-5 {
  padding-left: 5em;
  padding-right: 5em;
}
.pr-5 {
  padding-left: 5em;
  padding-right: 5em;
}
.plr-5 {
  padding-left: 5em;
  padding-right: 5em;
}
.p-10 {
  padding: 10em;
}
.pt-10 {
  padding-top: 10em;
}
.pb-10 {
  padding-bottom: 10em;
}
.ptb-10 {
  padding-top: 10em;
  padding-bottom: 10em;
}
.pl-10 {
  padding-left: 10em;
  padding-right: 10em;
}
.pr-10 {
  padding-left: 10em;
  padding-right: 10em;
}
.plr-10 {
  padding-left: 10em;
  padding-right: 10em;
}
.p-20pc {
  padding: 20%;
}
.pt-20pc {
  padding-top: 20%;
}
.pb-20pc {
  padding-bottom: 20%;
}
.ptb-20pc {
  padding-top: 20%;
  padding-bottom: 20%;
}
.pl-20pc {
  padding-left: 20%;
  padding-right: 20%;
}
.pr-20pc {
  padding-left: 20%;
  padding-right: 20%;
}
.plr-20pc {
  padding-left: 20%;
  padding-right: 20%;
}
.p-30pc {
  padding: 30%;
}
.pt-30pc {
  padding-top: 30%;
}
.pb-30pc {
  padding-bottom: 30%;
}
.ptb-30pc {
  padding-top: 30%;
  padding-bottom: 30%;
}
.pl-30pc {
  padding-left: 30%;
  padding-right: 30%;
}
.pr-30pc {
  padding-left: 30%;
  padding-right: 30%;
}
.plr-30pc {
  padding-left: 30%;
  padding-right: 30%;
}
.p-40pc {
  padding: 40%;
}
.pt-40pc {
  padding-top: 40%;
}
.pb-40pc {
  padding-bottom: 40%;
}
.ptb-40pc {
  padding-top: 40%;
  padding-bottom: 40%;
}
.pl-40pc {
  padding-left: 40%;
  padding-right: 40%;
}
.pr-40pc {
  padding-left: 40%;
  padding-right: 40%;
}
.plr-40pc {
  padding-left: 40%;
  padding-right: 40%;
}
/*
 * Margins
 * */
.m-a {
  margin: auto;
}
.mt-a {
  margin-top: auto;
}
.mb-a {
  margin-bottom: auto;
}
.mtb-a {
  margin-top: auto;
  margin-bottom: auto;
}
.mlr-a {
  margin-left: auto;
  margin-right: auto;
}
.m-0 {
  margin: 0em;
}
.mt-0 {
  margin-top: 0em;
}
.mb-0 {
  margin-bottom: 0em;
}
.mtb-0 {
  margin-top: 0em;
  margin-bottom: 0em;
}
.mlr-0 {
  margin-left: 0em;
  margin-right: 0em;
}
.m-1 {
  margin: 1em;
}
.mt-1 {
  margin-top: 1em;
}
.mb-1 {
  margin-bottom: 1em;
}
.mtb-1 {
  margin-top: 1em;
  margin-bottom: 1em;
}
.mlr-1 {
  margin-left: 1em;
  margin-right: 1em;
}
.m-2 {
  margin: 2em;
}
.mt-2 {
  margin-top: 2em;
}
.mb-2 {
  margin-bottom: 2em;
}
.mtb-2 {
  margin-top: 2em;
  margin-bottom: 2em;
}
.mlr-2 {
  margin-left: 2em;
  margin-right: 2em;
}
.m-5 {
  margin: 5em;
}
.mt-5 {
  margin-top: 5em;
}
.mb-5 {
  margin-bottom: 5em;
}
.mtb-5 {
  margin-top: 5em;
  margin-bottom: 5em;
}
.mlr-5 {
  margin-left: 5em;
  margin-right: 5em;
}
.m-10 {
  margin: 10em;
}
.mt-10 {
  margin-top: 10em;
}
.mb-10 {
  margin-bottom: 10em;
}
.mtb-10 {
  margin-top: 10em;
  margin-bottom: 10em;
}
.mlr-10 {
  margin-left: 10em;
  margin-right: 10em;
}
/*
 * Text align
 * */
.ta-l {
  text-align: left;
}
.ta-r {
  text-align: right;
}
.ta-c {
  text-align: center;
}
.ta-j {
  text-align: justify;
}
/*
 * Justify-content
 * */
.jc-l {
  justify-content: left;
}
.jc-c {
  justify-content: center;
}
.jc-r {
  justify-content: flex-end;
}
/*
 * Vertical align
 * */
.va-t {
  display: flex;
  align-items: start;
}
.va-c {
  display: flex;
  align-items: center;
}
.va-b {
  display: flex;
  align-items: flex-end;
}
/*
 * Overflow
 * */
.of-s {
  overflow: scroll;
}
.of-h {
  overflow: hidden;
}
/*
 * Text transform
 * */
.tt-u {
  text-transform: uppercase;
}
/*
 * Text shadow
 * */
.ts-s30 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.ts-m30 {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}
.ts-l30 {
  text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 300px) {
  .xs_d-n {
    display: none;
  }
  .xs_d-b {
    display: block;
  }
  .xs_d-f {
    display: flex;
  }
  .xs_ar-1x2 {
    padding-bottom: 200% !important;
  }
  .xs_ar-2x3 {
    padding-bottom: 150% !important;
  }
  .xs_ar-3x4 {
    padding-bottom: 133.3333333333% !important;
  }
  .xs_ar-1x1 {
    padding-bottom: 100% !important;
  }
  .xs_ar-4x3 {
    padding-bottom: 75% !important;
  }
  .xs_ar-3x2 {
    padding-bottom: 66.6666666667% !important;
  }
  .xs_ar-16x9 {
    padding-bottom: 56.25% !important;
  }
  .xs_ar-2x1 {
    padding-bottom: 50% !important;
  }
  .xs_ar-5x2 {
    padding-bottom: 40% !important;
  }
  .xs_ar-3x1 {
    padding-bottom: 33.3333333333% !important;
  }
  .xs_ar-4x1 {
    padding-bottom: 25% !important;
  }
  .xs_ar-5x1 {
    padding-bottom: 20% !important;
  }
  .xs_ar-8x1 {
    padding-bottom: 12.5% !important;
  }
  .xs_ar-10x1 {
    padding-bottom: 10% !important;
  }
  .xs_lc-1 {
    -webkit-line-clamp: 1;
  }
  .xs_lc-2 {
    -webkit-line-clamp: 2;
  }
  .xs_lc-3 {
    -webkit-line-clamp: 3;
  }
  .xs_lc-4 {
    -webkit-line-clamp: 4;
  }
  .xs_lc-5 {
    -webkit-line-clamp: 5;
  }
  .xs_w-u {
    width: unset !important;
  }
  .xs_w-a {
    width: auto !important;
  }
  .xs_w-50 {
    width: 50px !important;
  }
  .xs_w-100 {
    width: 100px !important;
  }
  .xs_w-30pc {
    width: 30% !important;
  }
  .xs_w-50pc {
    width: 50% !important;
  }
  .xs_w-70pc {
    width: 70% !important;
  }
  .xs_w-100pc {
    width: 100% !important;
  }
  .xs_h-u {
    height: unset !important;
  }
  .xs_h-a {
    height: auto !important;
  }
  .xs_h-50 {
    height: 50px !important;
  }
  .xs_h-100 {
    height: 100px !important;
  }
  .xs_h-200 {
    height: 200px !important;
  }
  .xs_h-300 {
    height: 300px !important;
  }
  .xs_h-100pc {
    height: 100% !important;
  }
  .xs_h-100vh {
    height: 100vh !important;
  }
  .xs_h-80vh {
    height: 80vh !important;
  }
  .xs_h-75vh {
    height: 75vh !important;
  }
  .xs_h-50vh {
    height: 50vh !important;
  }
  .xs_h-40vh {
    height: 40vh !important;
  }
  .xs_h-30vh {
    height: 30vh !important;
  }
  .xs_h-20vh {
    height: 20vh !important;
  }
  .xs_pt-0 {
    padding-top: 0em !important;
  }
  .xs_pb-0 {
    padding-bottom: 0em !important;
  }
  .xs_ptb-0 {
    padding-top: 0em !important;
    padding-bottom: 0em !important;
  }
  .xs_pl-0 {
    padding-left: 0em !important;
  }
  .xs_pr-0 {
    padding-right: 0em !important;
  }
  .xs_plr-0 {
    padding-left: 0em !important;
    padding-right: 0em !important;
  }
  .xs_plr-0 {
    padding-left: 0em !important;
    padding-right: 0em !important;
  }
  .xs_pt-05 {
    padding-top: 0.5em !important;
  }
  .xs_pb-05 {
    padding-bottom: 0.5em !important;
  }
  .xs_ptb-05 {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
  }
  .xs_pl-05 {
    padding-left: 0.5em !important;
  }
  .xs_pr-05 {
    padding-right: 0.5em !important;
  }
  .xs_plr-05 {
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
  }
  .xs_plr-05 {
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
  }
  .xs_pt-1 {
    padding-top: 1em !important;
  }
  .xs_pb-1 {
    padding-bottom: 1em !important;
  }
  .xs_ptb-1 {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }
  .xs_pl-1 {
    padding-left: 1em !important;
  }
  .xs_pr-1 {
    padding-right: 1em !important;
  }
  .xs_plr-1 {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
  .xs_plr-1 {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
  .xs_pt-2 {
    padding-top: 2em !important;
  }
  .xs_pb-2 {
    padding-bottom: 2em !important;
  }
  .xs_ptb-2 {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
  }
  .xs_pl-2 {
    padding-left: 2em !important;
  }
  .xs_pr-2 {
    padding-right: 2em !important;
  }
  .xs_plr-2 {
    padding-left: 2em !important;
    padding-right: 2em !important;
  }
  .xs_plr-2 {
    padding-left: 2em !important;
    padding-right: 2em !important;
  }
  .xs_pt-5 {
    padding-top: 5em !important;
  }
  .xs_pb-5 {
    padding-bottom: 5em !important;
  }
  .xs_ptb-5 {
    padding-top: 5em !important;
    padding-bottom: 5em !important;
  }
  .xs_pl-5 {
    padding-left: 5em !important;
  }
  .xs_pr-5 {
    padding-right: 5em !important;
  }
  .xs_plr-5 {
    padding-left: 5em !important;
    padding-right: 5em !important;
  }
  .xs_plr-5 {
    padding-left: 5em !important;
    padding-right: 5em !important;
  }
  .xs_pt-10 {
    padding-top: 10em !important;
  }
  .xs_pb-10 {
    padding-bottom: 10em !important;
  }
  .xs_ptb-10 {
    padding-top: 10em !important;
    padding-bottom: 10em !important;
  }
  .xs_pl-10 {
    padding-left: 10em !important;
  }
  .xs_pr-10 {
    padding-right: 10em !important;
  }
  .xs_plr-10 {
    padding-left: 10em !important;
    padding-right: 10em !important;
  }
  .xs_plr-10 {
    padding-left: 10em !important;
    padding-right: 10em !important;
  }
  .xs_pt-20pc {
    padding-top: 20% !important;
  }
  .xs_pb-20pc {
    padding-bottom: 20% !important;
  }
  .xs_ptb-20pc {
    padding-top: 20% !important;
    padding-bottom: 20% !important;
  }
  .xs_pl-20pc {
    padding-left: 20% !important;
  }
  .xs_pr-20pc {
    padding-right: 20% !important;
  }
  .xs_plr-20pc {
    padding-left: 20% !important;
    padding-right: 20% !important;
  }
  .xs_plr-20pc {
    padding-left: 20% !important;
    padding-right: 20% !important;
  }
  .xs_pt-30pc {
    padding-top: 30% !important;
  }
  .xs_pb-30pc {
    padding-bottom: 30% !important;
  }
  .xs_ptb-30pc {
    padding-top: 30% !important;
    padding-bottom: 30% !important;
  }
  .xs_pl-30pc {
    padding-left: 30% !important;
  }
  .xs_pr-30pc {
    padding-right: 30% !important;
  }
  .xs_plr-30pc {
    padding-left: 30% !important;
    padding-right: 30% !important;
  }
  .xs_plr-30pc {
    padding-left: 30% !important;
    padding-right: 30% !important;
  }
  .xs_pt-40pc {
    padding-top: 40% !important;
  }
  .xs_pb-40pc {
    padding-bottom: 40% !important;
  }
  .xs_ptb-40pc {
    padding-top: 40% !important;
    padding-bottom: 40% !important;
  }
  .xs_pl-40pc {
    padding-left: 40% !important;
  }
  .xs_pr-40pc {
    padding-right: 40% !important;
  }
  .xs_plr-40pc {
    padding-left: 40% !important;
    padding-right: 40% !important;
  }
  .xs_plr-40pc {
    padding-left: 40% !important;
    padding-right: 40% !important;
  }
  .xs_mt-a {
    margin-top: auto !important;
  }
  .xs_mb-a {
    margin-bottom: auto !important;
  }
  .xs_mtb-a {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .xs_ml-a {
    margin-left: auto !important;
  }
  .xs_mr-a {
    margin-right: auto !important;
  }
  .xs_mlr-a {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .xs_mlr-a {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .xs_mt-0 {
    margin-top: 0em !important;
  }
  .xs_mb-0 {
    margin-bottom: 0em !important;
  }
  .xs_mtb-0 {
    margin-top: 0em !important;
    margin-bottom: 0em !important;
  }
  .xs_ml-0 {
    margin-left: 0em !important;
  }
  .xs_mr-0 {
    margin-right: 0em !important;
  }
  .xs_mlr-0 {
    margin-left: 0em !important;
    margin-right: 0em !important;
  }
  .xs_mlr-0 {
    margin-left: 0em !important;
    margin-right: 0em !important;
  }
  .xs_mt-1 {
    margin-top: 1em !important;
  }
  .xs_mb-1 {
    margin-bottom: 1em !important;
  }
  .xs_mtb-1 {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
  }
  .xs_ml-1 {
    margin-left: 1em !important;
  }
  .xs_mr-1 {
    margin-right: 1em !important;
  }
  .xs_mlr-1 {
    margin-left: 1em !important;
    margin-right: 1em !important;
  }
  .xs_mlr-1 {
    margin-left: 1em !important;
    margin-right: 1em !important;
  }
  .xs_mt-2 {
    margin-top: 2em !important;
  }
  .xs_mb-2 {
    margin-bottom: 2em !important;
  }
  .xs_mtb-2 {
    margin-top: 2em !important;
    margin-bottom: 2em !important;
  }
  .xs_ml-2 {
    margin-left: 2em !important;
  }
  .xs_mr-2 {
    margin-right: 2em !important;
  }
  .xs_mlr-2 {
    margin-left: 2em !important;
    margin-right: 2em !important;
  }
  .xs_mlr-2 {
    margin-left: 2em !important;
    margin-right: 2em !important;
  }
  .xs_mt-5 {
    margin-top: 5em !important;
  }
  .xs_mb-5 {
    margin-bottom: 5em !important;
  }
  .xs_mtb-5 {
    margin-top: 5em !important;
    margin-bottom: 5em !important;
  }
  .xs_ml-5 {
    margin-left: 5em !important;
  }
  .xs_mr-5 {
    margin-right: 5em !important;
  }
  .xs_mlr-5 {
    margin-left: 5em !important;
    margin-right: 5em !important;
  }
  .xs_mlr-5 {
    margin-left: 5em !important;
    margin-right: 5em !important;
  }
  .xs_mt-10 {
    margin-top: 10em !important;
  }
  .xs_mb-10 {
    margin-bottom: 10em !important;
  }
  .xs_mtb-10 {
    margin-top: 10em !important;
    margin-bottom: 10em !important;
  }
  .xs_ml-10 {
    margin-left: 10em !important;
  }
  .xs_mr-10 {
    margin-right: 10em !important;
  }
  .xs_mlr-10 {
    margin-left: 10em !important;
    margin-right: 10em !important;
  }
  .xs_mlr-10 {
    margin-left: 10em !important;
    margin-right: 10em !important;
  }
  .xs_va-t {
    display: flex;
    align-items: start;
  }
  .xs_va-c {
    display: flex;
    align-items: center;
  }
  .xs_va-b {
    display: flex;
    align-items: flex-end;
  }
  .xs_ta-l {
    text-align: left !important;
  }
  .xs_ta-r {
    text-align: right !important;
  }
  .xs_ta-c {
    text-align: center !important;
  }
  .xs_ta-j {
    text-align: justify !important;
  }
  .xs_p-r {
    position: relative !important;
  }
  .xs_p-a {
    position: absolute !important;
  }
  .xs_p-f {
    position: fixed !important;
  }
  .xs_fs-xs {
    font-size: 0.5em !important;
  }
  .xs_fs-s {
    font-size: 0.75em !important;
  }
  .xs_fs-m {
    font-size: 1em !important;
  }
  .xs_fs-l {
    font-size: 1.25em !important;
  }
  .xs_fs-xl {
    font-size: 1.5em !important;
  }
  .xs_fs-xxl {
    font-size: 1.75em !important;
  }
}
@media screen and (min-width: 576px) {
  .s_d-n {
    display: none;
  }
  .s_d-b {
    display: block;
  }
  .s_d-f {
    display: flex;
  }
  .s_ar-1x2 {
    padding-bottom: 200% !important;
  }
  .s_ar-2x3 {
    padding-bottom: 150% !important;
  }
  .s_ar-3x4 {
    padding-bottom: 133.3333333333% !important;
  }
  .s_ar-1x1 {
    padding-bottom: 100% !important;
  }
  .s_ar-4x3 {
    padding-bottom: 75% !important;
  }
  .s_ar-3x2 {
    padding-bottom: 66.6666666667% !important;
  }
  .s_ar-16x9 {
    padding-bottom: 56.25% !important;
  }
  .s_ar-2x1 {
    padding-bottom: 50% !important;
  }
  .s_ar-5x2 {
    padding-bottom: 40% !important;
  }
  .s_ar-3x1 {
    padding-bottom: 33.3333333333% !important;
  }
  .s_ar-4x1 {
    padding-bottom: 25% !important;
  }
  .s_ar-5x1 {
    padding-bottom: 20% !important;
  }
  .s_ar-8x1 {
    padding-bottom: 12.5% !important;
  }
  .s_ar-10x1 {
    padding-bottom: 10% !important;
  }
  .s_lc-1 {
    -webkit-line-clamp: 1;
  }
  .s_lc-2 {
    -webkit-line-clamp: 2;
  }
  .s_lc-3 {
    -webkit-line-clamp: 3;
  }
  .s_lc-4 {
    -webkit-line-clamp: 4;
  }
  .s_lc-5 {
    -webkit-line-clamp: 5;
  }
  .s_w-u {
    width: unset !important;
  }
  .s_w-a {
    width: auto !important;
  }
  .s_w-50 {
    width: 50px !important;
  }
  .s_w-100 {
    width: 100px !important;
  }
  .s_w-30pc {
    width: 30% !important;
  }
  .s_w-50pc {
    width: 50% !important;
  }
  .s_w-70pc {
    width: 70% !important;
  }
  .s_w-100pc {
    width: 100% !important;
  }
  .s_h-u {
    height: unset !important;
  }
  .s_h-a {
    height: auto !important;
  }
  .s_h-50 {
    height: 50px !important;
  }
  .s_h-100 {
    height: 100px !important;
  }
  .s_h-200 {
    height: 200px !important;
  }
  .s_h-300 {
    height: 300px !important;
  }
  .s_h-100pc {
    height: 100% !important;
  }
  .s_h-100vh {
    height: 100vh !important;
  }
  .s_h-80vh {
    height: 80vh !important;
  }
  .s_h-75vh {
    height: 75vh !important;
  }
  .s_h-50vh {
    height: 50vh !important;
  }
  .s_h-40vh {
    height: 40vh !important;
  }
  .s_h-30vh {
    height: 30vh !important;
  }
  .s_h-20vh {
    height: 20vh !important;
  }
  .s_pt-0 {
    padding-top: 0em !important;
  }
  .s_pb-0 {
    padding-bottom: 0em !important;
  }
  .s_ptb-0 {
    padding-top: 0em !important;
    padding-bottom: 0em !important;
  }
  .s_pl-0 {
    padding-left: 0em !important;
  }
  .s_pr-0 {
    padding-right: 0em !important;
  }
  .s_plr-0 {
    padding-left: 0em !important;
    padding-right: 0em !important;
  }
  .s_plr-0 {
    padding-left: 0em !important;
    padding-right: 0em !important;
  }
  .s_pt-05 {
    padding-top: 0.5em !important;
  }
  .s_pb-05 {
    padding-bottom: 0.5em !important;
  }
  .s_ptb-05 {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
  }
  .s_pl-05 {
    padding-left: 0.5em !important;
  }
  .s_pr-05 {
    padding-right: 0.5em !important;
  }
  .s_plr-05 {
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
  }
  .s_plr-05 {
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
  }
  .s_pt-1 {
    padding-top: 1em !important;
  }
  .s_pb-1 {
    padding-bottom: 1em !important;
  }
  .s_ptb-1 {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }
  .s_pl-1 {
    padding-left: 1em !important;
  }
  .s_pr-1 {
    padding-right: 1em !important;
  }
  .s_plr-1 {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
  .s_plr-1 {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
  .s_pt-2 {
    padding-top: 2em !important;
  }
  .s_pb-2 {
    padding-bottom: 2em !important;
  }
  .s_ptb-2 {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
  }
  .s_pl-2 {
    padding-left: 2em !important;
  }
  .s_pr-2 {
    padding-right: 2em !important;
  }
  .s_plr-2 {
    padding-left: 2em !important;
    padding-right: 2em !important;
  }
  .s_plr-2 {
    padding-left: 2em !important;
    padding-right: 2em !important;
  }
  .s_pt-5 {
    padding-top: 5em !important;
  }
  .s_pb-5 {
    padding-bottom: 5em !important;
  }
  .s_ptb-5 {
    padding-top: 5em !important;
    padding-bottom: 5em !important;
  }
  .s_pl-5 {
    padding-left: 5em !important;
  }
  .s_pr-5 {
    padding-right: 5em !important;
  }
  .s_plr-5 {
    padding-left: 5em !important;
    padding-right: 5em !important;
  }
  .s_plr-5 {
    padding-left: 5em !important;
    padding-right: 5em !important;
  }
  .s_pt-10 {
    padding-top: 10em !important;
  }
  .s_pb-10 {
    padding-bottom: 10em !important;
  }
  .s_ptb-10 {
    padding-top: 10em !important;
    padding-bottom: 10em !important;
  }
  .s_pl-10 {
    padding-left: 10em !important;
  }
  .s_pr-10 {
    padding-right: 10em !important;
  }
  .s_plr-10 {
    padding-left: 10em !important;
    padding-right: 10em !important;
  }
  .s_plr-10 {
    padding-left: 10em !important;
    padding-right: 10em !important;
  }
  .s_pt-20pc {
    padding-top: 20% !important;
  }
  .s_pb-20pc {
    padding-bottom: 20% !important;
  }
  .s_ptb-20pc {
    padding-top: 20% !important;
    padding-bottom: 20% !important;
  }
  .s_pl-20pc {
    padding-left: 20% !important;
  }
  .s_pr-20pc {
    padding-right: 20% !important;
  }
  .s_plr-20pc {
    padding-left: 20% !important;
    padding-right: 20% !important;
  }
  .s_plr-20pc {
    padding-left: 20% !important;
    padding-right: 20% !important;
  }
  .s_pt-30pc {
    padding-top: 30% !important;
  }
  .s_pb-30pc {
    padding-bottom: 30% !important;
  }
  .s_ptb-30pc {
    padding-top: 30% !important;
    padding-bottom: 30% !important;
  }
  .s_pl-30pc {
    padding-left: 30% !important;
  }
  .s_pr-30pc {
    padding-right: 30% !important;
  }
  .s_plr-30pc {
    padding-left: 30% !important;
    padding-right: 30% !important;
  }
  .s_plr-30pc {
    padding-left: 30% !important;
    padding-right: 30% !important;
  }
  .s_pt-40pc {
    padding-top: 40% !important;
  }
  .s_pb-40pc {
    padding-bottom: 40% !important;
  }
  .s_ptb-40pc {
    padding-top: 40% !important;
    padding-bottom: 40% !important;
  }
  .s_pl-40pc {
    padding-left: 40% !important;
  }
  .s_pr-40pc {
    padding-right: 40% !important;
  }
  .s_plr-40pc {
    padding-left: 40% !important;
    padding-right: 40% !important;
  }
  .s_plr-40pc {
    padding-left: 40% !important;
    padding-right: 40% !important;
  }
  .s_mt-a {
    margin-top: auto !important;
  }
  .s_mb-a {
    margin-bottom: auto !important;
  }
  .s_mtb-a {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .s_ml-a {
    margin-left: auto !important;
  }
  .s_mr-a {
    margin-right: auto !important;
  }
  .s_mlr-a {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .s_mlr-a {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .s_mt-0 {
    margin-top: 0em !important;
  }
  .s_mb-0 {
    margin-bottom: 0em !important;
  }
  .s_mtb-0 {
    margin-top: 0em !important;
    margin-bottom: 0em !important;
  }
  .s_ml-0 {
    margin-left: 0em !important;
  }
  .s_mr-0 {
    margin-right: 0em !important;
  }
  .s_mlr-0 {
    margin-left: 0em !important;
    margin-right: 0em !important;
  }
  .s_mlr-0 {
    margin-left: 0em !important;
    margin-right: 0em !important;
  }
  .s_mt-1 {
    margin-top: 1em !important;
  }
  .s_mb-1 {
    margin-bottom: 1em !important;
  }
  .s_mtb-1 {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
  }
  .s_ml-1 {
    margin-left: 1em !important;
  }
  .s_mr-1 {
    margin-right: 1em !important;
  }
  .s_mlr-1 {
    margin-left: 1em !important;
    margin-right: 1em !important;
  }
  .s_mlr-1 {
    margin-left: 1em !important;
    margin-right: 1em !important;
  }
  .s_mt-2 {
    margin-top: 2em !important;
  }
  .s_mb-2 {
    margin-bottom: 2em !important;
  }
  .s_mtb-2 {
    margin-top: 2em !important;
    margin-bottom: 2em !important;
  }
  .s_ml-2 {
    margin-left: 2em !important;
  }
  .s_mr-2 {
    margin-right: 2em !important;
  }
  .s_mlr-2 {
    margin-left: 2em !important;
    margin-right: 2em !important;
  }
  .s_mlr-2 {
    margin-left: 2em !important;
    margin-right: 2em !important;
  }
  .s_mt-5 {
    margin-top: 5em !important;
  }
  .s_mb-5 {
    margin-bottom: 5em !important;
  }
  .s_mtb-5 {
    margin-top: 5em !important;
    margin-bottom: 5em !important;
  }
  .s_ml-5 {
    margin-left: 5em !important;
  }
  .s_mr-5 {
    margin-right: 5em !important;
  }
  .s_mlr-5 {
    margin-left: 5em !important;
    margin-right: 5em !important;
  }
  .s_mlr-5 {
    margin-left: 5em !important;
    margin-right: 5em !important;
  }
  .s_mt-10 {
    margin-top: 10em !important;
  }
  .s_mb-10 {
    margin-bottom: 10em !important;
  }
  .s_mtb-10 {
    margin-top: 10em !important;
    margin-bottom: 10em !important;
  }
  .s_ml-10 {
    margin-left: 10em !important;
  }
  .s_mr-10 {
    margin-right: 10em !important;
  }
  .s_mlr-10 {
    margin-left: 10em !important;
    margin-right: 10em !important;
  }
  .s_mlr-10 {
    margin-left: 10em !important;
    margin-right: 10em !important;
  }
  .s_va-t {
    display: flex;
    align-items: start;
  }
  .s_va-c {
    display: flex;
    align-items: center;
  }
  .s_va-b {
    display: flex;
    align-items: flex-end;
  }
  .s_ta-l {
    text-align: left !important;
  }
  .s_ta-r {
    text-align: right !important;
  }
  .s_ta-c {
    text-align: center !important;
  }
  .s_ta-j {
    text-align: justify !important;
  }
  .s_p-r {
    position: relative !important;
  }
  .s_p-a {
    position: absolute !important;
  }
  .s_p-f {
    position: fixed !important;
  }
  .s_fs-xs {
    font-size: 0.5em !important;
  }
  .s_fs-s {
    font-size: 0.75em !important;
  }
  .s_fs-m {
    font-size: 1em !important;
  }
  .s_fs-l {
    font-size: 1.25em !important;
  }
  .s_fs-xl {
    font-size: 1.5em !important;
  }
  .s_fs-xxl {
    font-size: 1.75em !important;
  }
}
@media screen and (min-width: 768px) {
  .m_d-n {
    display: none;
  }
  .m_d-b {
    display: block;
  }
  .m_d-f {
    display: flex;
  }
  .m_ar-1x2 {
    padding-bottom: 200% !important;
  }
  .m_ar-2x3 {
    padding-bottom: 150% !important;
  }
  .m_ar-3x4 {
    padding-bottom: 133.3333333333% !important;
  }
  .m_ar-1x1 {
    padding-bottom: 100% !important;
  }
  .m_ar-4x3 {
    padding-bottom: 75% !important;
  }
  .m_ar-3x2 {
    padding-bottom: 66.6666666667% !important;
  }
  .m_ar-16x9 {
    padding-bottom: 56.25% !important;
  }
  .m_ar-2x1 {
    padding-bottom: 50% !important;
  }
  .m_ar-5x2 {
    padding-bottom: 40% !important;
  }
  .m_ar-3x1 {
    padding-bottom: 33.3333333333% !important;
  }
  .m_ar-4x1 {
    padding-bottom: 25% !important;
  }
  .m_ar-5x1 {
    padding-bottom: 20% !important;
  }
  .m_ar-8x1 {
    padding-bottom: 12.5% !important;
  }
  .m_ar-10x1 {
    padding-bottom: 10% !important;
  }
  .m_lc-1 {
    -webkit-line-clamp: 1;
  }
  .m_lc-2 {
    -webkit-line-clamp: 2;
  }
  .m_lc-3 {
    -webkit-line-clamp: 3;
  }
  .m_lc-4 {
    -webkit-line-clamp: 4;
  }
  .m_lc-5 {
    -webkit-line-clamp: 5;
  }
  .m_w-u {
    width: unset !important;
  }
  .m_w-a {
    width: auto !important;
  }
  .m_w-50 {
    width: 50px !important;
  }
  .m_w-100 {
    width: 100px !important;
  }
  .m_w-30pc {
    width: 30% !important;
  }
  .m_w-50pc {
    width: 50% !important;
  }
  .m_w-70pc {
    width: 70% !important;
  }
  .m_w-100pc {
    width: 100% !important;
  }
  .m_h-u {
    height: unset !important;
  }
  .m_h-a {
    height: auto !important;
  }
  .m_h-50 {
    height: 50px !important;
  }
  .m_h-100 {
    height: 100px !important;
  }
  .m_h-200 {
    height: 200px !important;
  }
  .m_h-300 {
    height: 300px !important;
  }
  .m_h-100pc {
    height: 100% !important;
  }
  .m_h-100vh {
    height: 100vh !important;
  }
  .m_h-80vh {
    height: 80vh !important;
  }
  .m_h-75vh {
    height: 75vh !important;
  }
  .m_h-50vh {
    height: 50vh !important;
  }
  .m_h-40vh {
    height: 40vh !important;
  }
  .m_h-30vh {
    height: 30vh !important;
  }
  .m_h-20vh {
    height: 20vh !important;
  }
  .m_pt-0 {
    padding-top: 0em !important;
  }
  .m_pb-0 {
    padding-bottom: 0em !important;
  }
  .m_ptb-0 {
    padding-top: 0em !important;
    padding-bottom: 0em !important;
  }
  .m_pl-0 {
    padding-left: 0em !important;
  }
  .m_pr-0 {
    padding-right: 0em !important;
  }
  .m_plr-0 {
    padding-left: 0em !important;
    padding-right: 0em !important;
  }
  .m_plr-0 {
    padding-left: 0em !important;
    padding-right: 0em !important;
  }
  .m_pt-05 {
    padding-top: 0.5em !important;
  }
  .m_pb-05 {
    padding-bottom: 0.5em !important;
  }
  .m_ptb-05 {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
  }
  .m_pl-05 {
    padding-left: 0.5em !important;
  }
  .m_pr-05 {
    padding-right: 0.5em !important;
  }
  .m_plr-05 {
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
  }
  .m_plr-05 {
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
  }
  .m_pt-1 {
    padding-top: 1em !important;
  }
  .m_pb-1 {
    padding-bottom: 1em !important;
  }
  .m_ptb-1 {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }
  .m_pl-1 {
    padding-left: 1em !important;
  }
  .m_pr-1 {
    padding-right: 1em !important;
  }
  .m_plr-1 {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
  .m_plr-1 {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
  .m_pt-2 {
    padding-top: 2em !important;
  }
  .m_pb-2 {
    padding-bottom: 2em !important;
  }
  .m_ptb-2 {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
  }
  .m_pl-2 {
    padding-left: 2em !important;
  }
  .m_pr-2 {
    padding-right: 2em !important;
  }
  .m_plr-2 {
    padding-left: 2em !important;
    padding-right: 2em !important;
  }
  .m_plr-2 {
    padding-left: 2em !important;
    padding-right: 2em !important;
  }
  .m_pt-5 {
    padding-top: 5em !important;
  }
  .m_pb-5 {
    padding-bottom: 5em !important;
  }
  .m_ptb-5 {
    padding-top: 5em !important;
    padding-bottom: 5em !important;
  }
  .m_pl-5 {
    padding-left: 5em !important;
  }
  .m_pr-5 {
    padding-right: 5em !important;
  }
  .m_plr-5 {
    padding-left: 5em !important;
    padding-right: 5em !important;
  }
  .m_plr-5 {
    padding-left: 5em !important;
    padding-right: 5em !important;
  }
  .m_pt-10 {
    padding-top: 10em !important;
  }
  .m_pb-10 {
    padding-bottom: 10em !important;
  }
  .m_ptb-10 {
    padding-top: 10em !important;
    padding-bottom: 10em !important;
  }
  .m_pl-10 {
    padding-left: 10em !important;
  }
  .m_pr-10 {
    padding-right: 10em !important;
  }
  .m_plr-10 {
    padding-left: 10em !important;
    padding-right: 10em !important;
  }
  .m_plr-10 {
    padding-left: 10em !important;
    padding-right: 10em !important;
  }
  .m_pt-20pc {
    padding-top: 20% !important;
  }
  .m_pb-20pc {
    padding-bottom: 20% !important;
  }
  .m_ptb-20pc {
    padding-top: 20% !important;
    padding-bottom: 20% !important;
  }
  .m_pl-20pc {
    padding-left: 20% !important;
  }
  .m_pr-20pc {
    padding-right: 20% !important;
  }
  .m_plr-20pc {
    padding-left: 20% !important;
    padding-right: 20% !important;
  }
  .m_plr-20pc {
    padding-left: 20% !important;
    padding-right: 20% !important;
  }
  .m_pt-30pc {
    padding-top: 30% !important;
  }
  .m_pb-30pc {
    padding-bottom: 30% !important;
  }
  .m_ptb-30pc {
    padding-top: 30% !important;
    padding-bottom: 30% !important;
  }
  .m_pl-30pc {
    padding-left: 30% !important;
  }
  .m_pr-30pc {
    padding-right: 30% !important;
  }
  .m_plr-30pc {
    padding-left: 30% !important;
    padding-right: 30% !important;
  }
  .m_plr-30pc {
    padding-left: 30% !important;
    padding-right: 30% !important;
  }
  .m_pt-40pc {
    padding-top: 40% !important;
  }
  .m_pb-40pc {
    padding-bottom: 40% !important;
  }
  .m_ptb-40pc {
    padding-top: 40% !important;
    padding-bottom: 40% !important;
  }
  .m_pl-40pc {
    padding-left: 40% !important;
  }
  .m_pr-40pc {
    padding-right: 40% !important;
  }
  .m_plr-40pc {
    padding-left: 40% !important;
    padding-right: 40% !important;
  }
  .m_plr-40pc {
    padding-left: 40% !important;
    padding-right: 40% !important;
  }
  .m_mt-a {
    margin-top: auto !important;
  }
  .m_mb-a {
    margin-bottom: auto !important;
  }
  .m_mtb-a {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .m_ml-a {
    margin-left: auto !important;
  }
  .m_mr-a {
    margin-right: auto !important;
  }
  .m_mlr-a {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .m_mlr-a {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .m_mt-0 {
    margin-top: 0em !important;
  }
  .m_mb-0 {
    margin-bottom: 0em !important;
  }
  .m_mtb-0 {
    margin-top: 0em !important;
    margin-bottom: 0em !important;
  }
  .m_ml-0 {
    margin-left: 0em !important;
  }
  .m_mr-0 {
    margin-right: 0em !important;
  }
  .m_mlr-0 {
    margin-left: 0em !important;
    margin-right: 0em !important;
  }
  .m_mlr-0 {
    margin-left: 0em !important;
    margin-right: 0em !important;
  }
  .m_mt-1 {
    margin-top: 1em !important;
  }
  .m_mb-1 {
    margin-bottom: 1em !important;
  }
  .m_mtb-1 {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
  }
  .m_ml-1 {
    margin-left: 1em !important;
  }
  .m_mr-1 {
    margin-right: 1em !important;
  }
  .m_mlr-1 {
    margin-left: 1em !important;
    margin-right: 1em !important;
  }
  .m_mlr-1 {
    margin-left: 1em !important;
    margin-right: 1em !important;
  }
  .m_mt-2 {
    margin-top: 2em !important;
  }
  .m_mb-2 {
    margin-bottom: 2em !important;
  }
  .m_mtb-2 {
    margin-top: 2em !important;
    margin-bottom: 2em !important;
  }
  .m_ml-2 {
    margin-left: 2em !important;
  }
  .m_mr-2 {
    margin-right: 2em !important;
  }
  .m_mlr-2 {
    margin-left: 2em !important;
    margin-right: 2em !important;
  }
  .m_mlr-2 {
    margin-left: 2em !important;
    margin-right: 2em !important;
  }
  .m_mt-5 {
    margin-top: 5em !important;
  }
  .m_mb-5 {
    margin-bottom: 5em !important;
  }
  .m_mtb-5 {
    margin-top: 5em !important;
    margin-bottom: 5em !important;
  }
  .m_ml-5 {
    margin-left: 5em !important;
  }
  .m_mr-5 {
    margin-right: 5em !important;
  }
  .m_mlr-5 {
    margin-left: 5em !important;
    margin-right: 5em !important;
  }
  .m_mlr-5 {
    margin-left: 5em !important;
    margin-right: 5em !important;
  }
  .m_mt-10 {
    margin-top: 10em !important;
  }
  .m_mb-10 {
    margin-bottom: 10em !important;
  }
  .m_mtb-10 {
    margin-top: 10em !important;
    margin-bottom: 10em !important;
  }
  .m_ml-10 {
    margin-left: 10em !important;
  }
  .m_mr-10 {
    margin-right: 10em !important;
  }
  .m_mlr-10 {
    margin-left: 10em !important;
    margin-right: 10em !important;
  }
  .m_mlr-10 {
    margin-left: 10em !important;
    margin-right: 10em !important;
  }
  .m_va-t {
    display: flex;
    align-items: start;
  }
  .m_va-c {
    display: flex;
    align-items: center;
  }
  .m_va-b {
    display: flex;
    align-items: flex-end;
  }
  .m_ta-l {
    text-align: left !important;
  }
  .m_ta-r {
    text-align: right !important;
  }
  .m_ta-c {
    text-align: center !important;
  }
  .m_ta-j {
    text-align: justify !important;
  }
  .m_p-r {
    position: relative !important;
  }
  .m_p-a {
    position: absolute !important;
  }
  .m_p-f {
    position: fixed !important;
  }
  .m_fs-xs {
    font-size: 0.5em !important;
  }
  .m_fs-s {
    font-size: 0.75em !important;
  }
  .m_fs-m {
    font-size: 1em !important;
  }
  .m_fs-l {
    font-size: 1.25em !important;
  }
  .m_fs-xl {
    font-size: 1.5em !important;
  }
  .m_fs-xxl {
    font-size: 1.75em !important;
  }
}
@media screen and (min-width: 1024px) {
  .l_d-n {
    display: none;
  }
  .l_d-b {
    display: block;
  }
  .l_d-f {
    display: flex;
  }
  .l_ar-1x2 {
    padding-bottom: 200% !important;
  }
  .l_ar-2x3 {
    padding-bottom: 150% !important;
  }
  .l_ar-3x4 {
    padding-bottom: 133.3333333333% !important;
  }
  .l_ar-1x1 {
    padding-bottom: 100% !important;
  }
  .l_ar-4x3 {
    padding-bottom: 75% !important;
  }
  .l_ar-3x2 {
    padding-bottom: 66.6666666667% !important;
  }
  .l_ar-16x9 {
    padding-bottom: 56.25% !important;
  }
  .l_ar-2x1 {
    padding-bottom: 50% !important;
  }
  .l_ar-5x2 {
    padding-bottom: 40% !important;
  }
  .l_ar-3x1 {
    padding-bottom: 33.3333333333% !important;
  }
  .l_ar-4x1 {
    padding-bottom: 25% !important;
  }
  .l_ar-5x1 {
    padding-bottom: 20% !important;
  }
  .l_ar-8x1 {
    padding-bottom: 12.5% !important;
  }
  .l_ar-10x1 {
    padding-bottom: 10% !important;
  }
  .l_lc-1 {
    -webkit-line-clamp: 1;
  }
  .l_lc-2 {
    -webkit-line-clamp: 2;
  }
  .l_lc-3 {
    -webkit-line-clamp: 3;
  }
  .l_lc-4 {
    -webkit-line-clamp: 4;
  }
  .l_lc-5 {
    -webkit-line-clamp: 5;
  }
  .l_w-u {
    width: unset !important;
  }
  .l_w-a {
    width: auto !important;
  }
  .l_w-50 {
    width: 50px !important;
  }
  .l_w-100 {
    width: 100px !important;
  }
  .l_w-30pc {
    width: 30% !important;
  }
  .l_w-50pc {
    width: 50% !important;
  }
  .l_w-70pc {
    width: 70% !important;
  }
  .l_w-100pc {
    width: 100% !important;
  }
  .l_h-u {
    height: unset !important;
  }
  .l_h-a {
    height: auto !important;
  }
  .l_h-50 {
    height: 50px !important;
  }
  .l_h-100 {
    height: 100px !important;
  }
  .l_h-200 {
    height: 200px !important;
  }
  .l_h-300 {
    height: 300px !important;
  }
  .l_h-100pc {
    height: 100% !important;
  }
  .l_h-100vh {
    height: 100vh !important;
  }
  .l_h-80vh {
    height: 80vh !important;
  }
  .l_h-75vh {
    height: 75vh !important;
  }
  .l_h-50vh {
    height: 50vh !important;
  }
  .l_h-40vh {
    height: 40vh !important;
  }
  .l_h-30vh {
    height: 30vh !important;
  }
  .l_h-20vh {
    height: 20vh !important;
  }
  .l_pt-0 {
    padding-top: 0em !important;
  }
  .l_pb-0 {
    padding-bottom: 0em !important;
  }
  .l_ptb-0 {
    padding-top: 0em !important;
    padding-bottom: 0em !important;
  }
  .l_pl-0 {
    padding-left: 0em !important;
  }
  .l_pr-0 {
    padding-right: 0em !important;
  }
  .l_plr-0 {
    padding-left: 0em !important;
    padding-right: 0em !important;
  }
  .l_plr-0 {
    padding-left: 0em !important;
    padding-right: 0em !important;
  }
  .l_pt-05 {
    padding-top: 0.5em !important;
  }
  .l_pb-05 {
    padding-bottom: 0.5em !important;
  }
  .l_ptb-05 {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
  }
  .l_pl-05 {
    padding-left: 0.5em !important;
  }
  .l_pr-05 {
    padding-right: 0.5em !important;
  }
  .l_plr-05 {
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
  }
  .l_plr-05 {
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
  }
  .l_pt-1 {
    padding-top: 1em !important;
  }
  .l_pb-1 {
    padding-bottom: 1em !important;
  }
  .l_ptb-1 {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }
  .l_pl-1 {
    padding-left: 1em !important;
  }
  .l_pr-1 {
    padding-right: 1em !important;
  }
  .l_plr-1 {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
  .l_plr-1 {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
  .l_pt-2 {
    padding-top: 2em !important;
  }
  .l_pb-2 {
    padding-bottom: 2em !important;
  }
  .l_ptb-2 {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
  }
  .l_pl-2 {
    padding-left: 2em !important;
  }
  .l_pr-2 {
    padding-right: 2em !important;
  }
  .l_plr-2 {
    padding-left: 2em !important;
    padding-right: 2em !important;
  }
  .l_plr-2 {
    padding-left: 2em !important;
    padding-right: 2em !important;
  }
  .l_pt-5 {
    padding-top: 5em !important;
  }
  .l_pb-5 {
    padding-bottom: 5em !important;
  }
  .l_ptb-5 {
    padding-top: 5em !important;
    padding-bottom: 5em !important;
  }
  .l_pl-5 {
    padding-left: 5em !important;
  }
  .l_pr-5 {
    padding-right: 5em !important;
  }
  .l_plr-5 {
    padding-left: 5em !important;
    padding-right: 5em !important;
  }
  .l_plr-5 {
    padding-left: 5em !important;
    padding-right: 5em !important;
  }
  .l_pt-10 {
    padding-top: 10em !important;
  }
  .l_pb-10 {
    padding-bottom: 10em !important;
  }
  .l_ptb-10 {
    padding-top: 10em !important;
    padding-bottom: 10em !important;
  }
  .l_pl-10 {
    padding-left: 10em !important;
  }
  .l_pr-10 {
    padding-right: 10em !important;
  }
  .l_plr-10 {
    padding-left: 10em !important;
    padding-right: 10em !important;
  }
  .l_plr-10 {
    padding-left: 10em !important;
    padding-right: 10em !important;
  }
  .l_pt-20pc {
    padding-top: 20% !important;
  }
  .l_pb-20pc {
    padding-bottom: 20% !important;
  }
  .l_ptb-20pc {
    padding-top: 20% !important;
    padding-bottom: 20% !important;
  }
  .l_pl-20pc {
    padding-left: 20% !important;
  }
  .l_pr-20pc {
    padding-right: 20% !important;
  }
  .l_plr-20pc {
    padding-left: 20% !important;
    padding-right: 20% !important;
  }
  .l_plr-20pc {
    padding-left: 20% !important;
    padding-right: 20% !important;
  }
  .l_pt-30pc {
    padding-top: 30% !important;
  }
  .l_pb-30pc {
    padding-bottom: 30% !important;
  }
  .l_ptb-30pc {
    padding-top: 30% !important;
    padding-bottom: 30% !important;
  }
  .l_pl-30pc {
    padding-left: 30% !important;
  }
  .l_pr-30pc {
    padding-right: 30% !important;
  }
  .l_plr-30pc {
    padding-left: 30% !important;
    padding-right: 30% !important;
  }
  .l_plr-30pc {
    padding-left: 30% !important;
    padding-right: 30% !important;
  }
  .l_pt-40pc {
    padding-top: 40% !important;
  }
  .l_pb-40pc {
    padding-bottom: 40% !important;
  }
  .l_ptb-40pc {
    padding-top: 40% !important;
    padding-bottom: 40% !important;
  }
  .l_pl-40pc {
    padding-left: 40% !important;
  }
  .l_pr-40pc {
    padding-right: 40% !important;
  }
  .l_plr-40pc {
    padding-left: 40% !important;
    padding-right: 40% !important;
  }
  .l_plr-40pc {
    padding-left: 40% !important;
    padding-right: 40% !important;
  }
  .l_mt-a {
    margin-top: auto !important;
  }
  .l_mb-a {
    margin-bottom: auto !important;
  }
  .l_mtb-a {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .l_ml-a {
    margin-left: auto !important;
  }
  .l_mr-a {
    margin-right: auto !important;
  }
  .l_mlr-a {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .l_mlr-a {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .l_mt-0 {
    margin-top: 0em !important;
  }
  .l_mb-0 {
    margin-bottom: 0em !important;
  }
  .l_mtb-0 {
    margin-top: 0em !important;
    margin-bottom: 0em !important;
  }
  .l_ml-0 {
    margin-left: 0em !important;
  }
  .l_mr-0 {
    margin-right: 0em !important;
  }
  .l_mlr-0 {
    margin-left: 0em !important;
    margin-right: 0em !important;
  }
  .l_mlr-0 {
    margin-left: 0em !important;
    margin-right: 0em !important;
  }
  .l_mt-1 {
    margin-top: 1em !important;
  }
  .l_mb-1 {
    margin-bottom: 1em !important;
  }
  .l_mtb-1 {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
  }
  .l_ml-1 {
    margin-left: 1em !important;
  }
  .l_mr-1 {
    margin-right: 1em !important;
  }
  .l_mlr-1 {
    margin-left: 1em !important;
    margin-right: 1em !important;
  }
  .l_mlr-1 {
    margin-left: 1em !important;
    margin-right: 1em !important;
  }
  .l_mt-2 {
    margin-top: 2em !important;
  }
  .l_mb-2 {
    margin-bottom: 2em !important;
  }
  .l_mtb-2 {
    margin-top: 2em !important;
    margin-bottom: 2em !important;
  }
  .l_ml-2 {
    margin-left: 2em !important;
  }
  .l_mr-2 {
    margin-right: 2em !important;
  }
  .l_mlr-2 {
    margin-left: 2em !important;
    margin-right: 2em !important;
  }
  .l_mlr-2 {
    margin-left: 2em !important;
    margin-right: 2em !important;
  }
  .l_mt-5 {
    margin-top: 5em !important;
  }
  .l_mb-5 {
    margin-bottom: 5em !important;
  }
  .l_mtb-5 {
    margin-top: 5em !important;
    margin-bottom: 5em !important;
  }
  .l_ml-5 {
    margin-left: 5em !important;
  }
  .l_mr-5 {
    margin-right: 5em !important;
  }
  .l_mlr-5 {
    margin-left: 5em !important;
    margin-right: 5em !important;
  }
  .l_mlr-5 {
    margin-left: 5em !important;
    margin-right: 5em !important;
  }
  .l_mt-10 {
    margin-top: 10em !important;
  }
  .l_mb-10 {
    margin-bottom: 10em !important;
  }
  .l_mtb-10 {
    margin-top: 10em !important;
    margin-bottom: 10em !important;
  }
  .l_ml-10 {
    margin-left: 10em !important;
  }
  .l_mr-10 {
    margin-right: 10em !important;
  }
  .l_mlr-10 {
    margin-left: 10em !important;
    margin-right: 10em !important;
  }
  .l_mlr-10 {
    margin-left: 10em !important;
    margin-right: 10em !important;
  }
  .l_va-t {
    display: flex;
    align-items: start;
  }
  .l_va-c {
    display: flex;
    align-items: center;
  }
  .l_va-b {
    display: flex;
    align-items: flex-end;
  }
  .l_ta-l {
    text-align: left !important;
  }
  .l_ta-r {
    text-align: right !important;
  }
  .l_ta-c {
    text-align: center !important;
  }
  .l_ta-j {
    text-align: justify !important;
  }
  .l_p-r {
    position: relative !important;
  }
  .l_p-a {
    position: absolute !important;
  }
  .l_p-f {
    position: fixed !important;
  }
  .l_fs-xs {
    font-size: 0.5em !important;
  }
  .l_fs-s {
    font-size: 0.75em !important;
  }
  .l_fs-m {
    font-size: 1em !important;
  }
  .l_fs-l {
    font-size: 1.25em !important;
  }
  .l_fs-xl {
    font-size: 1.5em !important;
  }
  .l_fs-xxl {
    font-size: 1.75em !important;
  }
}
@media screen and (min-width: 1280px) {
  .xl_d-n {
    display: none;
  }
  .xl_d-b {
    display: block;
  }
  .xl_d-f {
    display: flex;
  }
  .xl_ar-1x2 {
    padding-bottom: 200% !important;
  }
  .xl_ar-2x3 {
    padding-bottom: 150% !important;
  }
  .xl_ar-3x4 {
    padding-bottom: 133.3333333333% !important;
  }
  .xl_ar-1x1 {
    padding-bottom: 100% !important;
  }
  .xl_ar-4x3 {
    padding-bottom: 75% !important;
  }
  .xl_ar-3x2 {
    padding-bottom: 66.6666666667% !important;
  }
  .xl_ar-16x9 {
    padding-bottom: 56.25% !important;
  }
  .xl_ar-2x1 {
    padding-bottom: 50% !important;
  }
  .xl_ar-5x2 {
    padding-bottom: 40% !important;
  }
  .xl_ar-3x1 {
    padding-bottom: 33.3333333333% !important;
  }
  .xl_ar-4x1 {
    padding-bottom: 25% !important;
  }
  .xl_ar-5x1 {
    padding-bottom: 20% !important;
  }
  .xl_ar-8x1 {
    padding-bottom: 12.5% !important;
  }
  .xl_ar-10x1 {
    padding-bottom: 10% !important;
  }
  .xl_lc-1 {
    -webkit-line-clamp: 1;
  }
  .xl_lc-2 {
    -webkit-line-clamp: 2;
  }
  .xl_lc-3 {
    -webkit-line-clamp: 3;
  }
  .xl_lc-4 {
    -webkit-line-clamp: 4;
  }
  .xl_lc-5 {
    -webkit-line-clamp: 5;
  }
  .xl_w-u {
    width: unset !important;
  }
  .xl_w-a {
    width: auto !important;
  }
  .xl_w-50 {
    width: 50px !important;
  }
  .xl_w-100 {
    width: 100px !important;
  }
  .xl_w-30pc {
    width: 30% !important;
  }
  .xl_w-50pc {
    width: 50% !important;
  }
  .xl_w-70pc {
    width: 70% !important;
  }
  .xl_w-100pc {
    width: 100% !important;
  }
  .xl_h-u {
    height: unset !important;
  }
  .xl_h-a {
    height: auto !important;
  }
  .xl_h-50 {
    height: 50px !important;
  }
  .xl_h-100 {
    height: 100px !important;
  }
  .xl_h-200 {
    height: 200px !important;
  }
  .xl_h-300 {
    height: 300px !important;
  }
  .xl_h-100pc {
    height: 100% !important;
  }
  .xl_h-100vh {
    height: 100vh !important;
  }
  .xl_h-80vh {
    height: 80vh !important;
  }
  .xl_h-75vh {
    height: 75vh !important;
  }
  .xl_h-50vh {
    height: 50vh !important;
  }
  .xl_h-40vh {
    height: 40vh !important;
  }
  .xl_h-30vh {
    height: 30vh !important;
  }
  .xl_h-20vh {
    height: 20vh !important;
  }
  .xl_pt-0 {
    padding-top: 0em !important;
  }
  .xl_pb-0 {
    padding-bottom: 0em !important;
  }
  .xl_ptb-0 {
    padding-top: 0em !important;
    padding-bottom: 0em !important;
  }
  .xl_pl-0 {
    padding-left: 0em !important;
  }
  .xl_pr-0 {
    padding-right: 0em !important;
  }
  .xl_plr-0 {
    padding-left: 0em !important;
    padding-right: 0em !important;
  }
  .xl_plr-0 {
    padding-left: 0em !important;
    padding-right: 0em !important;
  }
  .xl_pt-05 {
    padding-top: 0.5em !important;
  }
  .xl_pb-05 {
    padding-bottom: 0.5em !important;
  }
  .xl_ptb-05 {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
  }
  .xl_pl-05 {
    padding-left: 0.5em !important;
  }
  .xl_pr-05 {
    padding-right: 0.5em !important;
  }
  .xl_plr-05 {
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
  }
  .xl_plr-05 {
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
  }
  .xl_pt-1 {
    padding-top: 1em !important;
  }
  .xl_pb-1 {
    padding-bottom: 1em !important;
  }
  .xl_ptb-1 {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }
  .xl_pl-1 {
    padding-left: 1em !important;
  }
  .xl_pr-1 {
    padding-right: 1em !important;
  }
  .xl_plr-1 {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
  .xl_plr-1 {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
  .xl_pt-2 {
    padding-top: 2em !important;
  }
  .xl_pb-2 {
    padding-bottom: 2em !important;
  }
  .xl_ptb-2 {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
  }
  .xl_pl-2 {
    padding-left: 2em !important;
  }
  .xl_pr-2 {
    padding-right: 2em !important;
  }
  .xl_plr-2 {
    padding-left: 2em !important;
    padding-right: 2em !important;
  }
  .xl_plr-2 {
    padding-left: 2em !important;
    padding-right: 2em !important;
  }
  .xl_pt-5 {
    padding-top: 5em !important;
  }
  .xl_pb-5 {
    padding-bottom: 5em !important;
  }
  .xl_ptb-5 {
    padding-top: 5em !important;
    padding-bottom: 5em !important;
  }
  .xl_pl-5 {
    padding-left: 5em !important;
  }
  .xl_pr-5 {
    padding-right: 5em !important;
  }
  .xl_plr-5 {
    padding-left: 5em !important;
    padding-right: 5em !important;
  }
  .xl_plr-5 {
    padding-left: 5em !important;
    padding-right: 5em !important;
  }
  .xl_pt-10 {
    padding-top: 10em !important;
  }
  .xl_pb-10 {
    padding-bottom: 10em !important;
  }
  .xl_ptb-10 {
    padding-top: 10em !important;
    padding-bottom: 10em !important;
  }
  .xl_pl-10 {
    padding-left: 10em !important;
  }
  .xl_pr-10 {
    padding-right: 10em !important;
  }
  .xl_plr-10 {
    padding-left: 10em !important;
    padding-right: 10em !important;
  }
  .xl_plr-10 {
    padding-left: 10em !important;
    padding-right: 10em !important;
  }
  .xl_pt-20pc {
    padding-top: 20% !important;
  }
  .xl_pb-20pc {
    padding-bottom: 20% !important;
  }
  .xl_ptb-20pc {
    padding-top: 20% !important;
    padding-bottom: 20% !important;
  }
  .xl_pl-20pc {
    padding-left: 20% !important;
  }
  .xl_pr-20pc {
    padding-right: 20% !important;
  }
  .xl_plr-20pc {
    padding-left: 20% !important;
    padding-right: 20% !important;
  }
  .xl_plr-20pc {
    padding-left: 20% !important;
    padding-right: 20% !important;
  }
  .xl_pt-30pc {
    padding-top: 30% !important;
  }
  .xl_pb-30pc {
    padding-bottom: 30% !important;
  }
  .xl_ptb-30pc {
    padding-top: 30% !important;
    padding-bottom: 30% !important;
  }
  .xl_pl-30pc {
    padding-left: 30% !important;
  }
  .xl_pr-30pc {
    padding-right: 30% !important;
  }
  .xl_plr-30pc {
    padding-left: 30% !important;
    padding-right: 30% !important;
  }
  .xl_plr-30pc {
    padding-left: 30% !important;
    padding-right: 30% !important;
  }
  .xl_pt-40pc {
    padding-top: 40% !important;
  }
  .xl_pb-40pc {
    padding-bottom: 40% !important;
  }
  .xl_ptb-40pc {
    padding-top: 40% !important;
    padding-bottom: 40% !important;
  }
  .xl_pl-40pc {
    padding-left: 40% !important;
  }
  .xl_pr-40pc {
    padding-right: 40% !important;
  }
  .xl_plr-40pc {
    padding-left: 40% !important;
    padding-right: 40% !important;
  }
  .xl_plr-40pc {
    padding-left: 40% !important;
    padding-right: 40% !important;
  }
  .xl_mt-a {
    margin-top: auto !important;
  }
  .xl_mb-a {
    margin-bottom: auto !important;
  }
  .xl_mtb-a {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .xl_ml-a {
    margin-left: auto !important;
  }
  .xl_mr-a {
    margin-right: auto !important;
  }
  .xl_mlr-a {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .xl_mlr-a {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .xl_mt-0 {
    margin-top: 0em !important;
  }
  .xl_mb-0 {
    margin-bottom: 0em !important;
  }
  .xl_mtb-0 {
    margin-top: 0em !important;
    margin-bottom: 0em !important;
  }
  .xl_ml-0 {
    margin-left: 0em !important;
  }
  .xl_mr-0 {
    margin-right: 0em !important;
  }
  .xl_mlr-0 {
    margin-left: 0em !important;
    margin-right: 0em !important;
  }
  .xl_mlr-0 {
    margin-left: 0em !important;
    margin-right: 0em !important;
  }
  .xl_mt-1 {
    margin-top: 1em !important;
  }
  .xl_mb-1 {
    margin-bottom: 1em !important;
  }
  .xl_mtb-1 {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
  }
  .xl_ml-1 {
    margin-left: 1em !important;
  }
  .xl_mr-1 {
    margin-right: 1em !important;
  }
  .xl_mlr-1 {
    margin-left: 1em !important;
    margin-right: 1em !important;
  }
  .xl_mlr-1 {
    margin-left: 1em !important;
    margin-right: 1em !important;
  }
  .xl_mt-2 {
    margin-top: 2em !important;
  }
  .xl_mb-2 {
    margin-bottom: 2em !important;
  }
  .xl_mtb-2 {
    margin-top: 2em !important;
    margin-bottom: 2em !important;
  }
  .xl_ml-2 {
    margin-left: 2em !important;
  }
  .xl_mr-2 {
    margin-right: 2em !important;
  }
  .xl_mlr-2 {
    margin-left: 2em !important;
    margin-right: 2em !important;
  }
  .xl_mlr-2 {
    margin-left: 2em !important;
    margin-right: 2em !important;
  }
  .xl_mt-5 {
    margin-top: 5em !important;
  }
  .xl_mb-5 {
    margin-bottom: 5em !important;
  }
  .xl_mtb-5 {
    margin-top: 5em !important;
    margin-bottom: 5em !important;
  }
  .xl_ml-5 {
    margin-left: 5em !important;
  }
  .xl_mr-5 {
    margin-right: 5em !important;
  }
  .xl_mlr-5 {
    margin-left: 5em !important;
    margin-right: 5em !important;
  }
  .xl_mlr-5 {
    margin-left: 5em !important;
    margin-right: 5em !important;
  }
  .xl_mt-10 {
    margin-top: 10em !important;
  }
  .xl_mb-10 {
    margin-bottom: 10em !important;
  }
  .xl_mtb-10 {
    margin-top: 10em !important;
    margin-bottom: 10em !important;
  }
  .xl_ml-10 {
    margin-left: 10em !important;
  }
  .xl_mr-10 {
    margin-right: 10em !important;
  }
  .xl_mlr-10 {
    margin-left: 10em !important;
    margin-right: 10em !important;
  }
  .xl_mlr-10 {
    margin-left: 10em !important;
    margin-right: 10em !important;
  }
  .xl_va-t {
    display: flex;
    align-items: start;
  }
  .xl_va-c {
    display: flex;
    align-items: center;
  }
  .xl_va-b {
    display: flex;
    align-items: flex-end;
  }
  .xl_ta-l {
    text-align: left !important;
  }
  .xl_ta-r {
    text-align: right !important;
  }
  .xl_ta-c {
    text-align: center !important;
  }
  .xl_ta-j {
    text-align: justify !important;
  }
  .xl_p-r {
    position: relative !important;
  }
  .xl_p-a {
    position: absolute !important;
  }
  .xl_p-f {
    position: fixed !important;
  }
  .xl_fs-xs {
    font-size: 0.5em !important;
  }
  .xl_fs-s {
    font-size: 0.75em !important;
  }
  .xl_fs-m {
    font-size: 1em !important;
  }
  .xl_fs-l {
    font-size: 1.25em !important;
  }
  .xl_fs-xl {
    font-size: 1.5em !important;
  }
  .xl_fs-xxl {
    font-size: 1.75em !important;
  }
}
.domino-site-index-blocks {
  background-color: #FFF;
}
.domino-site-index-blocks p {
  color: #111;
  font-family: "Playfair Display", serif;
  font-size: 1em;
  line-height: 1.7em;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 1em;
}
.domino-site-index-blocks div {
  color: #111;
  font-family: "Playfair Display", serif;
  font-size: 1em;
  line-height: 1.7em;
  font-style: normal;
  font-weight: normal;
}
.domino-site-index-blocks h1 {
  color: #111;
  font-family: "Playfair Display", serif;
  font-size: 2.6em;
  line-height: 1em;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 0.1em;
  text-transform: uppercase;
}
.domino-site-index-blocks h2 {
  color: #222;
  font-family: "Playfair Display", serif;
  font-size: 2.2em;
  line-height: 1em;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 0.2em;
  text-transform: uppercase;
}
.domino-site-index-blocks h3 {
  color: #333;
  font-family: "Playfair Display", serif;
  font-size: 1.3em;
  line-height: 1.1em;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 0.4em;
}
.domino-site-index-blocks h4 {
  color: #444;
  font-family: "Playfair Display", serif;
  font-size: 1.1em;
  line-height: 1.1em;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 0.4em;
}
.domino-site-index-blocks h5 {
  color: #555;
  font-family: "Playfair Display", serif;
  font-size: 1em;
  line-height: 1em;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 0.4em;
}
.domino-site-index-blocks h6 {
  color: #666;
  font-family: "Playfair Display", serif;
  font-size: 0.9em;
  line-height: 1em;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 0.4em;
}
.domino-site-index-blocks footer {
  color: #777;
  font-family: "Playfair Display", serif;
  font-size: 0.9em;
  line-height: 1em;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 0.4em;
}
.domino-site-index-blocks .meta {
  color: #777;
  font-family: "Playfair Display", serif;
  font-size: 0.9em;
  line-height: 1em;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 0.4em;
}
.domino-site-index-blocks .icon {
  color: #666;
}
.domino-site-index-blocks.nobg {
  background-color: transparent;
}
.domino-site-index-blocks.bg {
  background-color: #FFF;
}
.domino-site-index-blocks a:not(.button):not(.dc_domino_button):not(.btn) {
  color: #666;
}
.domino-site-index-blocks a:not(.button):not(.dc_domino_button):not(.btn):hover {
  color: #999;
}
.domino-site-index-blocks a:not(.button):not(.dc_domino_button):not(.btn):active {
  color: #444;
}
.domino-site-index-blocks.overlay, .domino-site-index-blocks > .overlay {
  background-color: rgba(255, 255, 255, 0.8);
}
.domino-site-index-blocks > .bg {
  background-color: #FFF;
}
.domino-site-index-blocks.hover:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.domino-site-index-blocks .ico svg, .domino-site-index-blocks .side-icon svg {
  fill: #666;
}
.domino-site-index-blocks .ico a:hover svg, .domino-site-index-blocks .side-icon a:hover svg {
  fill: #999;
}
.domino-site-index-blocks span[class^="icon-"] {
  color: #666;
}
.domino-site-index-blocks table thead {
  color: #04200A;
  background-color: transparent;
}
.domino-site-index-blocks table thead tr {
  border-bottom: 1px solid #04200A;
}
.domino-site-index-blocks table tbody {
  color: #12110e;
  background-color: transparent;
}
.domino-site-index-blocks table tbody tr {
  background-color: transparent;
  border-bottom: 1px solid rgba(18, 17, 14, 0.2);
}
.domino-site-index-blocks table tbody tr:nth-child(even) {
  background-color: transparent;
}
.domino-site-index-blocks table th {
  background-color: transparent;
}
.domino-site-index-blocks table td {
  background-color: transparent;
}
.domino-site-index-blocks .dc_domino_module > header {
  background-color: transparent;
  -moz-box-shadow: inset 0 -1px 0 0 #04200A;
  -webkit-box-shadow: inset 0 -1px 0 0 #04200A;
  box-shadow: inset 0 -1px 0 0 #04200A;
}
.domino-site-index-blocks .dc_domino_module > header h2 {
  color: #686251;
}
.domino-site-index-blocks .dc_domino_module .card {
  background-color: !important;
  overflow: hidden;
}
.domino-site-index-blocks .dc_domino_module .card:hover {
  background-color: !important;
}
.domino-site-index-blocks .domino-module-pagination {
  background-color: transparent;
}
.domino-site-index-blocks .domino-module-pagination .paginate {
  color: #857d67 !important;
  background-color: #e0ded8;
}
.domino-site-index-blocks .domino-module-pagination .paginate:hover {
  color: !important;
  background-color: #cac6bb;
}
.domino-site-index-blocks .domino-module-pagination .paginate.active {
  color: #e0ded8 !important;
  background-color: #2f2c24;
}
.domino-site-index-blocks .domino-module-pagination .paginate span {
  color: #857d67 !important;
}
.domino-site-index-blocks.black {
  background-color: #1d1c17;
}
.domino-site-index-blocks.black p {
  color: #e0ded8;
}
.domino-site-index-blocks.black div {
  color: #e0ded8;
}
.domino-site-index-blocks.black h1 {
  color: #A78904;
}
.domino-site-index-blocks.black h2 {
  color: #A78904;
}
.domino-site-index-blocks.black h3 {
  color: rgba(255, 255, 255, 0.5);
}
.domino-site-index-blocks.black h4 {
  color: #cac6bb;
}
.domino-site-index-blocks.black h5 {
  color: #b4ae9e;
}
.domino-site-index-blocks.black h6 {
  color: #b4ae9e;
}
.domino-site-index-blocks.black footer {
  color: #b4ae9e;
}
.domino-site-index-blocks.black .meta {
  color: #b4ae9e;
}
.domino-site-index-blocks.black .icon {
  color: #FFF;
}
.domino-site-index-blocks.black.nobg {
  background-color: transparent;
}
.domino-site-index-blocks.black.bg {
  background-color: #1d1c17;
}
.domino-site-index-blocks.black .line-top {
  box-shadow: inset 0 1px 0 0 #04200A;
  -webkit-box-shadow: inset 0 1px 0 0 #04200A;
}
.domino-site-index-blocks.black .line-bottom {
  box-shadow: inset 0 -1px 0 0 #04200A;
  -webkit-box-shadow: inset 0 -1px 0 0 #04200A;
}
.domino-site-index-blocks.black a:not(.button):not(.dc_domino_button):not(.btn) {
  color: #fff0ea;
}
.domino-site-index-blocks.black a:not(.button):not(.dc_domino_button):not(.btn):hover {
  color: rgba(255, 240, 234, 0.7);
}
.domino-site-index-blocks.black a:not(.button):not(.dc_domino_button):not(.btn):active {
  color: #b4ae9e;
}
.domino-site-index-blocks.black.overlay, .domino-site-index-blocks.black > .overlay {
  background-color: rgba(0, 0, 0, 0.7);
}
.domino-site-index-blocks.black > .bg {
  background-color: #1d1c17;
}
.domino-site-index-blocks.black.hover:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.domino-site-index-blocks.black .ico svg, .domino-site-index-blocks.black .side-icon svg {
  fill: #FFF;
}
.domino-site-index-blocks.black .ico a:hover svg, .domino-site-index-blocks.black .side-icon a:hover svg {
  fill: rgba(255, 255, 255, 0.7);
}
.domino-site-index-blocks.black span[class^="icon-"] {
  color: #FFF;
}
.domino-site-index-blocks.black table thead {
  color: #04200A;
  background-color: transparent;
}
.domino-site-index-blocks.black table thead tr {
  border-bottom: 1px solid #04200A;
}
.domino-site-index-blocks.black table tbody {
  color: #e0ded8;
  background-color: transparent;
}
.domino-site-index-blocks.black table tbody tr {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.domino-site-index-blocks.black table tbody tr:nth-child(even) {
  background-color: transparent;
}
.domino-site-index-blocks.black table th {
  background-color: transparent;
}
.domino-site-index-blocks.black table td {
  background-color: transparent;
}
.domino-site-index-blocks.black .dc_domino_module > header {
  background-color: transparent;
  -moz-box-shadow: inset 0 -1px 0 0 #04200A;
  -webkit-box-shadow: inset 0 -1px 0 0 #04200A;
  box-shadow: inset 0 -1px 0 0 #04200A;
}
.domino-site-index-blocks.black .dc_domino_module > header h2 {
  color: #A78904;
}
.domino-site-index-blocks.black .dc_domino_module .card {
  background-color: !important;
  overflow: hidden;
}
.domino-site-index-blocks.black .dc_domino_module .card:hover {
  background-color: !important;
}
.domino-site-index-blocks.black .dc_domino_module .pane .header {
  background-color: rgba(4, 32, 10, 0.9);
}
.domino-site-index-blocks.black .dc_domino_module .pane .header h2 {
  color: #FFF;
}
.domino-site-index-blocks.black .dc_domino_module .pane .header h3 {
  color: rgba(255, 255, 255, 0.7);
}
.domino-site-index-blocks.black .dc_domino_module .pane .header h4, .domino-site-index-blocks.black .dc_domino_module .pane .header .meta {
  color: rgba(255, 255, 255, 0.5);
}
.domino-site-index-blocks.black .domino-module-pagination .paginate {
  color: !important;
}
.domino-site-index-blocks.black .domino-module-pagination .paginate:hover {
  color: !important;
}
.domino-site-index-blocks.black .domino-module-pagination .paginate.active {
  color: !important;
}
.domino-site-index-blocks.black .domino-module-pagination .paginate span {
  color: !important;
}
.domino-site-index-blocks.dark {
  background-color: #292720;
}
.domino-site-index-blocks.dark p {
  color: #e0ded8;
}
.domino-site-index-blocks.dark div {
  color: #e0ded8;
}
.domino-site-index-blocks.dark h1 {
  color: #e0ded8;
}
.domino-site-index-blocks.dark h2 {
  color: #cac6bb;
}
.domino-site-index-blocks.dark h3 {
  color: #cac6bb;
}
.domino-site-index-blocks.dark h4 {
  color: #cac6bb;
}
.domino-site-index-blocks.dark h5 {
  color: #b4ae9e;
}
.domino-site-index-blocks.dark h6 {
  color: #b4ae9e;
}
.domino-site-index-blocks.dark footer {
  color: #b4ae9e;
}
.domino-site-index-blocks.dark .meta {
  color: #b4ae9e;
}
.domino-site-index-blocks.dark .icon {
  color: #FFF;
}
.domino-site-index-blocks.dark.nobg {
  background-color: transparent;
}
.domino-site-index-blocks.dark.bg {
  background-color: #292720;
}
.domino-site-index-blocks.dark a:not(.button):not(.dc_domino_button):not(.btn) {
  color: #fff0ea;
}
.domino-site-index-blocks.dark a:not(.button):not(.dc_domino_button):not(.btn):hover {
  color: rgba(255, 240, 234, 0.7);
}
.domino-site-index-blocks.dark a:not(.button):not(.dc_domino_button):not(.btn):active {
  color: #b4ae9e;
}
.domino-site-index-blocks.dark.overlay, .domino-site-index-blocks.dark > .overlay {
  background-color: rgba(0, 0, 0, 0.7);
}
.domino-site-index-blocks.dark > .bg {
  background-color: #292720;
}
.domino-site-index-blocks.dark.hover:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.domino-site-index-blocks.dark .ico svg, .domino-site-index-blocks.dark .side-icon svg {
  fill: #FFF;
}
.domino-site-index-blocks.dark .ico a:hover svg, .domino-site-index-blocks.dark .side-icon a:hover svg {
  fill: rgba(255, 255, 255, 0.7);
}
.domino-site-index-blocks.dark span[class^="icon-"] {
  color: #FFF;
}
.domino-site-index-blocks.dark table thead {
  color: #04200A;
  background-color: transparent;
}
.domino-site-index-blocks.dark table thead tr {
  border-bottom: 1px solid #04200A;
}
.domino-site-index-blocks.dark table tbody {
  color: #e0ded8;
  background-color: transparent;
}
.domino-site-index-blocks.dark table tbody tr {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.domino-site-index-blocks.dark table tbody tr:nth-child(even) {
  background-color: transparent;
}
.domino-site-index-blocks.dark table th {
  background-color: transparent;
}
.domino-site-index-blocks.dark table td {
  background-color: transparent;
}
.domino-site-index-blocks.dark .dc_domino_module > header {
  background-color: transparent;
  -moz-box-shadow: inset 0 -1px 0 0 rgba(FFF, 0.1);
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(FFF, 0.1);
  box-shadow: inset 0 -1px 0 0 rgba(FFF, 0.1);
}
.domino-site-index-blocks.dark .dc_domino_module > header h2 {
  color: #A78904;
}
.domino-site-index-blocks.dark .dc_domino_module .card {
  background-color: !important;
  overflow: hidden;
}
.domino-site-index-blocks.dark .dc_domino_module .card:hover {
  background-color: !important;
}
.domino-site-index-blocks.dark .dc_domino_module .pane .header {
  background-color: rgba(4, 32, 10, 0.9);
}
.domino-site-index-blocks.dark .dc_domino_module .pane .header h2 {
  color: #FFF;
}
.domino-site-index-blocks.dark .dc_domino_module .pane .header h3 {
  color: rgba(255, 255, 255, 0.7);
}
.domino-site-index-blocks.dark .dc_domino_module .pane .header h4, .domino-site-index-blocks.dark .dc_domino_module .pane .header .meta {
  color: rgba(255, 255, 255, 0.5);
}
.domino-site-index-blocks.dark .domino-module-pagination .paginate {
  color: !important;
}
.domino-site-index-blocks.dark .domino-module-pagination .paginate:hover {
  color: !important;
}
.domino-site-index-blocks.dark .domino-module-pagination .paginate.active {
  color: !important;
}
.domino-site-index-blocks.dark .domino-module-pagination .paginate span {
  color: !important;
}
.domino-site-index-blocks.dark .dc_domino_button {
  background-color: transparent;
  color: #FFF;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.domino-site-index-blocks.dark .dc_domino_button:hover {
  background-color: transparent;
  color: #12110e;
  border: 1px solid #FFF;
}
.domino-site-index-blocks.dark .dc_domino_button:hover svg {
  fill: #12110e;
}
.domino-site-index-blocks.dark .dc_domino_button svg {
  fill: rgba(255, 255, 255, 0.3);
}
.domino-site-index-blocks.dark .dc_domino_button.slide::before {
  background-color: #FFF;
}
.domino-site-index-blocks.light {
  background-color: #e5e3dd;
}
.domino-site-index-blocks.light p {
  color: #4b473b;
}
.domino-site-index-blocks.light div {
  color: #12110e;
}
.domino-site-index-blocks.light h1 {
  color: #04200a;
}
.domino-site-index-blocks.light h2 {
  color: #4b473b;
}
.domino-site-index-blocks.light h3 {
  color: #857d67;
}
.domino-site-index-blocks.light h4 {
  color: #686251;
}
.domino-site-index-blocks.light h5 {
  color: #857d67;
}
.domino-site-index-blocks.light h6 {
  color: #857d67;
}
.domino-site-index-blocks.light footer {
  color: #9d9682;
}
.domino-site-index-blocks.light .meta {
  color: #686251;
}
.domino-site-index-blocks.light .icon {
  color: #04200A;
}
.domino-site-index-blocks.light.nobg {
  background-color: transparent;
}
.domino-site-index-blocks.light.bg {
  background-color: #e5e3dd;
}
.domino-site-index-blocks.light a:not(.button):not(.dc_domino_button):not(.btn) {
  color: #0a4d18;
}
.domino-site-index-blocks.light a:not(.button):not(.dc_domino_button):not(.btn):hover {
  color: #433702;
}
.domino-site-index-blocks.light a:not(.button):not(.dc_domino_button):not(.btn):active {
  color: #120e00;
}
.domino-site-index-blocks.light.overlay, .domino-site-index-blocks.light > .overlay {
  background-color: rgba(18, 17, 14, 0.8);
}
.domino-site-index-blocks.light > .bg {
  background-color: #e5e3dd;
}
.domino-site-index-blocks.light.hover:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.domino-site-index-blocks.light .ico svg, .domino-site-index-blocks.light .side-icon svg {
  fill: #04200A;
}
.domino-site-index-blocks.light .ico a:hover svg, .domino-site-index-blocks.light .side-icon a:hover svg {
  fill: rgba(4, 32, 10, 0.7);
}
.domino-site-index-blocks.light span[class^="icon-"] {
  color: #04200A;
}
.domino-site-index-blocks.light table thead {
  color: #04200A;
  background-color: transparent;
}
.domino-site-index-blocks.light table thead tr {
  border-bottom: 1px solid #04200A;
}
.domino-site-index-blocks.light table tbody {
  color: #12110e;
  background-color: transparent;
}
.domino-site-index-blocks.light table tbody tr {
  background-color: transparent;
  border-bottom: 1px solid rgba(18, 17, 14, 0.2);
}
.domino-site-index-blocks.light table tbody tr:nth-child(even) {
  background-color: transparent;
}
.domino-site-index-blocks.light table th {
  background-color: transparent;
}
.domino-site-index-blocks.light table td {
  background-color: transparent;
}
.domino-site-index-blocks.light .dc_domino_module > header {
  background-color: transparent;
  -moz-box-shadow: inset 0 -1px 0 0 #b4ae9e;
  -webkit-box-shadow: inset 0 -1px 0 0 #b4ae9e;
  box-shadow: inset 0 -1px 0 0 #b4ae9e;
}
.domino-site-index-blocks.light .dc_domino_module > header h2 {
  color: #857d67;
}
.domino-site-index-blocks.light .dc_domino_module .card {
  background-color: !important;
  overflow: hidden;
}
.domino-site-index-blocks.light .dc_domino_module .card:hover {
  background-color: !important;
}
.domino-site-index-blocks.light .dc_domino_module .pane .header {
  background-color: rgba(0, 0, 0, 0.9);
}
.domino-site-index-blocks.light .dc_domino_module .pane .header h2 {
  color: #FFF;
}
.domino-site-index-blocks.light .dc_domino_module .pane .header h3 {
  color: rgba(255, 255, 255, 0.7);
}
.domino-site-index-blocks.light .dc_domino_module .pane .header h4, .domino-site-index-blocks.light .dc_domino_module .pane .header .meta {
  color: rgba(255, 255, 255, 0.5);
}
.domino-site-index-blocks.light .domino-module-pagination {
  background-color: transparent;
}
.domino-site-index-blocks.light .domino-module-pagination .paginate {
  color: #857d67 !important;
  background-color: #e0ded8;
}
.domino-site-index-blocks.light .domino-module-pagination .paginate:hover {
  color: !important;
  background-color: #cac6bb;
}
.domino-site-index-blocks.light .domino-module-pagination .paginate.active {
  color: #e0ded8 !important;
  background-color: #2f2c24;
}
.domino-site-index-blocks.light .domino-module-pagination .paginate span {
  color: #857d67 !important;
}
.domino-site-index-blocks.primary {
  background-color: #04200A;
}
.domino-site-index-blocks.primary p {
  color: #FFF;
}
.domino-site-index-blocks.primary div {
  color: #FFF;
}
.domino-site-index-blocks.primary h1 {
  color: #cac6bb;
}
.domino-site-index-blocks.primary h2 {
  color: #cac6bb;
}
.domino-site-index-blocks.primary h3 {
  color: #f9d018;
}
.domino-site-index-blocks.primary h4 {
  color: #1bd543;
}
.domino-site-index-blocks.primary h5 {
  color: #15a835;
}
.domino-site-index-blocks.primary h6 {
  color: black;
}
.domino-site-index-blocks.primary footer {
  color: black;
}
.domino-site-index-blocks.primary .meta {
  color: #15a835;
}
.domino-site-index-blocks.primary .icon {
  color: #6aec86;
}
.domino-site-index-blocks.primary.nobg {
  background-color: transparent;
}
.domino-site-index-blocks.primary.bg {
  background-color: #04200A;
}
.domino-site-index-blocks.primary a:not(.button):not(.dc_domino_button):not(.btn) {
  color: #6aec86;
}
.domino-site-index-blocks.primary a:not(.button):not(.dc_domino_button):not(.btn):hover {
  color: #1bd543;
}
.domino-site-index-blocks.primary a:not(.button):not(.dc_domino_button):not(.btn):active {
  color: black;
}
.domino-site-index-blocks.primary.overlay, .domino-site-index-blocks.primary > .overlay {
  background-color: rgba(4, 32, 10, 0.8);
}
.domino-site-index-blocks.primary > .bg {
  background-color: #04200A;
}
.domino-site-index-blocks.primary.hover:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.domino-site-index-blocks.primary .ico svg, .domino-site-index-blocks.primary .side-icon svg {
  fill: #6aec86;
}
.domino-site-index-blocks.primary .ico a:hover svg, .domino-site-index-blocks.primary .side-icon a:hover svg {
  fill: #1bd543;
}
.domino-site-index-blocks.primary span[class^="icon-"] {
  color: #6aec86;
}
.domino-site-index-blocks.primary table thead {
  color: #FFF;
  background-color: transparent;
}
.domino-site-index-blocks.primary table thead tr {
  border-bottom: 1px solid #FFF;
}
.domino-site-index-blocks.primary table tbody {
  color: #FFF;
  background-color: transparent;
}
.domino-site-index-blocks.primary table tbody tr {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.domino-site-index-blocks.primary table tbody tr:nth-child(even) {
  background-color: transparent;
}
.domino-site-index-blocks.primary table th {
  background-color: transparent;
}
.domino-site-index-blocks.primary table td {
  background-color: transparent;
}
.domino-site-index-blocks.primary .dc_domino_module > header {
  background-color: transparent;
  -moz-box-shadow: inset 0 -1px 0 0 #04200A;
  -webkit-box-shadow: inset 0 -1px 0 0 #04200A;
  box-shadow: inset 0 -1px 0 0 #04200A;
}
.domino-site-index-blocks.primary .dc_domino_module > header h2 {
  color: #686251;
}
.domino-site-index-blocks.primary .dc_domino_module .card {
  background-color: !important;
  overflow: hidden;
}
.domino-site-index-blocks.primary .dc_domino_module .card:hover {
  background-color: !important;
}
.domino-site-index-blocks.primary .dc_domino_module .pane .header {
  background-color: rgba(18, 17, 14, 0.9);
}
.domino-site-index-blocks.primary .dc_domino_module .pane .header h2 {
  color: #04200A;
}
.domino-site-index-blocks.primary .dc_domino_module .pane .header h3 {
  color: rgba(255, 255, 255, 0.7);
}
.domino-site-index-blocks.primary .dc_domino_module .pane .header h4, .domino-site-index-blocks.primary .dc_domino_module .pane .header .meta {
  color: rgba(255, 255, 255, 0.5);
}
.domino-site-index-blocks.primary .domino-module-pagination .paginate {
  color: !important;
}
.domino-site-index-blocks.primary .domino-module-pagination .paginate:hover {
  color: !important;
}
.domino-site-index-blocks.primary .domino-module-pagination .paginate.active {
  color: !important;
}
.domino-site-index-blocks.primary .domino-module-pagination .paginate span {
  color: !important;
}
.domino-site-index-blocks.primary .dc_domino_button {
  background-color: transparent;
  color: #FFF;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.domino-site-index-blocks.primary .dc_domino_button:hover {
  background-color: transparent;
  color: #12110e;
  border: 1px solid #FFF;
}
.domino-site-index-blocks.primary .dc_domino_button:hover svg {
  fill: #12110e;
}
.domino-site-index-blocks.primary .dc_domino_button svg {
  fill: rgba(255, 255, 255, 0.3);
}
.domino-site-index-blocks.primary .dc_domino_button.slide::before {
  background-color: #FFF;
}
.domino-site-index-blocks.white {
  background-color: #eeede9;
}
.domino-site-index-blocks.white p {
  color: #4b473b;
}
.domino-site-index-blocks.white div {
  color: #4b473b;
}
.domino-site-index-blocks.white h1 {
  color: #073711;
}
.domino-site-index-blocks.white h2 {
  color: #073711;
}
.domino-site-index-blocks.white h3 {
  color: #857d67;
}
.domino-site-index-blocks.white h4 {
  color: #6aec86;
}
.domino-site-index-blocks.white h5 {
  color: #9d9682;
}
.domino-site-index-blocks.white h6 {
  color: #b4ae9e;
}
.domino-site-index-blocks.white footer {
  color: #b4ae9e;
}
.domino-site-index-blocks.white .meta {
  color: #857d67;
}
.domino-site-index-blocks.white .icon {
  color: #9d9682;
}
.domino-site-index-blocks.white.nobg {
  background-color: transparent;
}
.domino-site-index-blocks.white.bg {
  background-color: #eeede9;
}
.domino-site-index-blocks.white .line-top {
  box-shadow: inset 0 1px 0 0 #e0ded8;
  -webkit-box-shadow: inset 0 1px 0 0 #e0ded8;
}
.domino-site-index-blocks.white .line-bottom {
  box-shadow: inset 0 -1px 0 0 #e0ded8;
  -webkit-box-shadow: inset 0 -1px 0 0 #e0ded8;
}
.domino-site-index-blocks.white a:not(.button):not(.dc_domino_button):not(.btn) {
  color: #0a4d18;
}
.domino-site-index-blocks.white a:not(.button):not(.dc_domino_button):not(.btn):hover {
  color: #686251;
}
.domino-site-index-blocks.white a:not(.button):not(.dc_domino_button):not(.btn):active {
  color: #4b473b;
}
.domino-site-index-blocks.white.overlay, .domino-site-index-blocks.white > .overlay {
  background-color: rgba(238, 237, 233, 0.8);
}
.domino-site-index-blocks.white > .bg {
  background-color: #eeede9;
}
.domino-site-index-blocks.white.hover:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.domino-site-index-blocks.white .ico svg, .domino-site-index-blocks.white .side-icon svg {
  fill: #9d9682;
}
.domino-site-index-blocks.white .ico a:hover svg, .domino-site-index-blocks.white .side-icon a:hover svg {
  fill: #4b473b;
}
.domino-site-index-blocks.white span[class^="icon-"] {
  color: #9d9682;
}
.domino-site-index-blocks.white table thead {
  color: #04200A;
  background-color: transparent;
}
.domino-site-index-blocks.white table thead tr {
  border-bottom: 1px solid #04200A;
}
.domino-site-index-blocks.white table tbody {
  color: #12110e;
  background-color: transparent;
}
.domino-site-index-blocks.white table tbody tr {
  background-color: transparent;
  border-bottom: 1px solid rgba(18, 17, 14, 0.2);
}
.domino-site-index-blocks.white table tbody tr:nth-child(even) {
  background-color: transparent;
}
.domino-site-index-blocks.white table th {
  background-color: transparent;
}
.domino-site-index-blocks.white table td {
  background-color: transparent;
}
.domino-site-index-blocks.white .dc_domino_module > header {
  background-color: transparent;
  -moz-box-shadow: inset 0 0 0 0 #04200A;
  -webkit-box-shadow: inset 0 0 0 0 #04200A;
  box-shadow: inset 0 0 0 0 #04200A;
}
.domino-site-index-blocks.white .dc_domino_module > header h2 {
  color: #857d67;
}
.domino-site-index-blocks.white .dc_domino_module .card {
  background-color: !important;
  overflow: hidden;
}
.domino-site-index-blocks.white .dc_domino_module .card:hover {
  background-color: !important;
}
.domino-site-index-blocks.white .dc_domino_module .pane .header {
  background-color: rgba(0, 0, 0, 0.9);
}
.domino-site-index-blocks.white .dc_domino_module .pane .header h2 {
  color: #FFF;
}
.domino-site-index-blocks.white .dc_domino_module .pane .header h3 {
  color: rgba(255, 255, 255, 0.7);
}
.domino-site-index-blocks.white .dc_domino_module .pane .header h4, .domino-site-index-blocks.white .dc_domino_module .pane .header .meta {
  color: rgba(255, 255, 255, 0.5);
}
.domino-site-index-blocks.white .domino-module-pagination {
  background-color: transparent;
}
.domino-site-index-blocks.white .domino-module-pagination .paginate {
  color: #857d67 !important;
  background-color: #e0ded8;
}
.domino-site-index-blocks.white .domino-module-pagination .paginate:hover {
  color: !important;
  background-color: #cac6bb;
}
.domino-site-index-blocks.white .domino-module-pagination .paginate.active {
  color: #e0ded8 !important;
  background-color: #2f2c24;
}
.domino-site-index-blocks.white .domino-module-pagination .paginate span {
  color: #857d67 !important;
}
.domino-site-index-blocks.white .dc_domino_button {
  background-color: transparent;
  color: #04200A;
  border: 1px solid #04200A;
}
.domino-site-index-blocks.white .dc_domino_button:hover {
  background-color: transparent;
  color: #FFF;
  border: 1px solid #04200A;
}
.domino-site-index-blocks.white .dc_domino_button:hover svg {
  fill: #FFF;
}
.domino-site-index-blocks.white .dc_domino_button svg {
  fill: #04200A;
}
.domino-site-index-blocks.white .dc_domino_button.slide::before {
  background-color: #04200A;
}
/**
 * filename: scss/_FooterSettings.scss
 * developer: Domino
 * item: Footer
 * version: v1.0.0
 * date: 5. 6. 17
 */
/**
 * filename: scss/Error.scss
 * developer: Domino
 * item: Error
 * version: v1.0.0
 * date: 14. 7. 17
 */
.domino-error {
  width: 100%;
  background-color: #F3F3F3;
  height: 100vh;
}
.domino-error h1 {
  color: #444;
  font-size: 4em;
}
.domino-error p {
  color: #666;
  font-size: 1.1em;
  line-height: 1.4em;
}
.domino-error > div {
  font-family: Arial, Helvetica, sans-serif;
  color: #999;
  font-size: 0.8em;
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
  height: 100%;
  align-items: center;
}
.domino-error .footer-link:link, .domino-error .footer-link:visited {
  color: #666;
}
.domino-error .footer-link:hover {
  color: #333;
}
.dc_domino_moreless .minimize-overview .content {
  overflow: auto;
  overflow-y: hidden;
  height: auto;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  -webkit-line-clamp: none;
  -webkit-box-orient: vertical;
}
.dc_domino_moreless .minimize-overview .content.hidden {
  -webkit-line-clamp: 3;
}
.dc_domino_moreless .gradient {
  position: relative;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0);
  /* IE6-9 */
  height: 27px;
  margin-top: -27px;
}
.dc_domino_moreless .gradient.hidden {
  height: 0;
  margin-top: 0;
}
.dc_domino_moreless .more {
  padding: 10px 0;
}
.dc_domino_moreless .more small {
  cursor: pointer;
}
.dc_domino_slideshow {
  background-color: #eeede9;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  z-index: 1;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: inherit;
  -webkit-transition: all 1s Ease-In-Out;
  -moz-transition: all 1s Ease-In-Out;
  -o-transition: all 1s Ease-In-Out;
  transition: all 1s Ease-In-Out;
  overflow: hidden;
}
.dc_domino_slideshow.nobg {
  background-color: transparent;
}
.dc_domino_slideshow .overlink {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s Ease-In-Out;
  -moz-transition: all 1s Ease-In-Out;
  -o-transition: all 1s Ease-In-Out;
  transition: all 1s Ease-In-Out;
}
.dc_domino_slideshow .template {
  background-position: 50% 100.5%;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 2 !important;
}
.dc_domino_slideshow .template .view {
  position: absolute;
  height: 100%;
  width: 100%;
  animation: viewFadeIn 1s Ease-In-Out;
}
.dc_domino_slideshow .template .view.view-hide {
  height: auto;
  width: auto;
}
.dc_domino_slideshow .template .view.hide {
  transition: all 1s Ease-In-Out;
  opacity: 0;
}
.dc_domino_slideshow .template .dc_domino_block {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: auto;
}
.dc_domino_slideshow .container {
  position: relative;
  width: 100%;
  z-index: 1;
  transition: all 1s Ease-In-Out;
}
.dc_domino_slideshow .container .slide, .dc_domino_slideshow .container .slide .sld {
  position: absolute;
  height: 100%;
  width: 100%;
}
@keyframes viewFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.dc_domino_slideshow .buttons {
  width: 100%;
  -webkit-transition: all 0.3s Ease-In-Out;
  -moz-transition: all 0.3s Ease-In-Out;
  -o-transition: all 0.3s Ease-In-Out;
  transition: all 0.3s Ease-In-Out;
}
.dc_domino_slideshow .buttons .side {
  position: absolute;
  z-index: 16;
  width: 0;
  height: 100%;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dc_domino_slideshow .buttons .side.other {
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
}
.dc_domino_slideshow .buttons .side.other a {
  margin: 0 0 0 80px;
}
.dc_domino_slideshow .buttons.show a {
  -webkit-animation: dc_domino_slideshow_buttons-show 0.5s forwards ease-in-out;
  -o-animation: dc_domino_slideshow_buttons-show 0.5s forwards ease-in-out;
  -moz-animation: dc_domino_slideshow_buttons-show 0.5s forwards ease-in-out;
  animation: dc_domino_slideshow_buttons-show 0.5s forwards ease-in-out;
}
.dc_domino_slideshow .buttons.show .other a {
  -webkit-animation: dc_domino_slideshow_buttons-show-2 0.5s forwards ease-in-out;
  -o-animation: dc_domino_slideshow_buttons-show-2 0.5s forwards ease-in-out;
  -moz-animation: dc_domino_slideshow_buttons-show-2 0.5s forwards ease-in-out;
  animation: dc_domino_slideshow_buttons-show-2 0.5s forwards ease-in-out;
}
.dc_domino_slideshow .buttons.hid a {
  -webkit-animation: dc_domino_slideshow_buttons-hide 0.5s forwards ease-in-out;
  -o-animation: dc_domino_slideshow_buttons-hide 0.5s forwards ease-in-out;
  -moz-animation: dc_domino_slideshow_buttons-hide 0.5s forwards ease-in-out;
  animation: dc_domino_slideshow_buttons-hide 0.5s forwards ease-in-out;
}
.dc_domino_slideshow .buttons.hid .other a {
  -webkit-animation: dc_domino_slideshow_buttons-hide-2 0.5s forwards ease-in-out;
  -o-animation: dc_domino_slideshow_buttons-hide-2 0.5s forwards ease-in-out;
  -moz-animation: dc_domino_slideshow_buttons-hide-2 0.5s forwards ease-in-out;
  animation: dc_domino_slideshow_buttons-hide-2 0.5s forwards ease-in-out;
}
.dc_domino_slideshow .buttons a {
  margin: 0 0 0 -80px;
  padding: 5px;
}
.dc_domino_slideshow .buttons a svg {
  height: 40px;
  width: auto;
  fill: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.3s Ease-In-Out;
  -moz-transition: all 0.3s Ease-In-Out;
  -o-transition: all 0.3s Ease-In-Out;
  transition: all 0.3s Ease-In-Out;
}
.dc_domino_slideshow .buttons a:hover svg, .dc_domino_slideshow .buttons a.active svg {
  fill: rgba(255, 255, 255, 0.4);
}
.dc_domino_slideshow .buttons.next {
  right: 0;
  left: auto;
}
.dc_domino_slideshow .buttons:hover span {
  color: !important;
}
@media screen and (min-width: 768px) {
  .dc_domino_slideshow .buttons {
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
  }
  .dc_domino_slideshow .buttons .side.other a {
    margin: 0 0 0 40px;
  }
  .dc_domino_slideshow .buttons a {
    margin: 0 0 0 -40px;
    padding: 5px;
  }
}
@media screen and (min-width: 1024px) {
  .dc_domino_slideshow .buttons {
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
  }
  .dc_domino_slideshow .buttons .side.other a {
    margin: 0 0 0 40px;
  }
  .dc_domino_slideshow .buttons a {
    margin: 0 0 0 -40px;
    padding: 5px;
  }
}
@-webkit-keyframes dc_domino_slideshow_buttons-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(60px);
  }
}
@-webkit-keyframes dc_domino_slideshow_buttons-hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(-60px);
  }
}
@-webkit-keyframes dc_domino_slideshow_buttons-show-2 {
  0% {
    opacity: 0;
    transform: rotate(180deg);
  }
  100% {
    opacity: 1;
    transform: translateX(-60px) rotate(180deg);
  }
}
@-webkit-keyframes dc_domino_slideshow_buttons-hide-2 {
  0% {
    opacity: 1;
    transform: translateX(-60px) rotate(180deg);
  }
  100% {
    opacity: 0;
    transform: translateX(60px) rotate(180deg);
  }
}
.dc_domino_slideshow_loader {
  display: block;
  position: absolute;
  z-index: 15;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  color: #FFF;
  font-size: 5px;
  margin: 40px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  text-indent: -9999em;
  opacity: 1;
  animation-delay: 1s;
  -webkit-animation: domino-slideshow-loader-appear 1s ease-in-out, domino-slideshow-loader-spin 1.3s infinite linear;
  animation: domino-slideshow-loader-appear 1s ease-in-out, domino-slideshow-loader-spin 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.dc_domino_slideshow_loader.hide {
  opacity: 1;
  animation-delay: 0s;
  -webkit-animation: domino-slideshow-loader-hide 2s ease-in-out;
  animation: domino-slideshow-loader-hide 2s ease-in-out;
}
@-webkit-keyframes domino-slideshow-loader-appear {
  0% {
    opacity: 0;
  }
}
@keyframes domino-slideshow-loader-appear {
  0% {
    opacity: 0;
  }
}
@-webkit-keyframes domino-slideshow-loader-hide {
  100% {
    opacity: 0;
  }
}
@keyframes domino-slideshow-loader-hide {
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes domino-slideshow-loader-spin {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes domino-slideshow-loader-spin {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
.dc_domino_slideshow .more {
  width: 100%;
  display: flex;
  position: absolute;
  z-index: 15;
  opacity: 0;
  bottom: -40px;
  left: 0;
  justify-content: center;
  transition: all 1s Ease-In-Out;
  -webkit-transition: all 1s Ease-In-Out;
}
.dc_domino_slideshow .more.show {
  -webkit-animation: dc_domino_slideshow_more-show 1s forwards ease-in-out;
  -o-animation: dc_domino_slideshow_more-show 1s forwards ease-in-out;
  -moz-animation: dc_domino_slideshow_more-show 1s forwards ease-in-out;
  animation: dc_domino_slideshow_more-show 1s forwards ease-in-out;
}
.dc_domino_slideshow .more.hide {
  -webkit-animation: dc_domino_slideshow_more-hide 1s forwards ease-in-out;
  -o-animation: dc_domino_slideshow_more-hide 1s forwards ease-in-out;
  -moz-animation: dc_domino_slideshow_more-hide 1s forwards ease-in-out;
  animation: dc_domino_slideshow_more-hide 1s forwards ease-in-out;
}
.dc_domino_slideshow .more a svg {
  fill: #4b473b;
  height: 40px;
  -webkit-animation: dc_domino_slideshow_more-bounce 3s infinite ease-in-out;
  -o-animation: dc_domino_slideshow_more-bounce 3s infinite ease-in-out;
  -moz-animation: dc_domino_slideshow_more-bounce 3s infinite ease-in-out;
  animation: dc_domino_slideshow_more-bounce 3s infinite ease-in-out;
}
.dc_domino_slideshow .more a:hover .svg {
  fill: #857d67;
}
@-webkit-keyframes dc_domino_slideshow_more-show {
  0% {
    opacity: 0;
    bottom: -40px;
  }
  100% {
    opacity: 1;
    bottom: 20px;
  }
}
@-webkit-keyframes dc_domino_slideshow_more-hide {
  0% {
    opacity: 1;
    bottom: 20px;
  }
  100% {
    opacity: 0;
    bottom: -40px;
  }
}
@-webkit-keyframes dc_domino_slideshow_more-bounce {
  0% {
    -webkit-transform: scale(0.9);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.9);
    opacity: 0.7;
  }
}
@keyframes dc_domino_slideshow_more-bounce {
  0% {
    transform: scale(0.9);
    opacity: 0.7;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.7;
  }
}
.dc_domino_slideshow .nav {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: initial;
  flex-flow: initial;
  position: absolute;
  z-index: 15;
  top: auto;
  bottom: -45px;
  left: auto;
  right: 0;
  margin: 0 0 20px 0;
  -webkit-transition: all 0.3s Ease-In-Out;
  -moz-transition: all 0.3s Ease-In-Out;
  -o-transition: all 0.3s Ease-In-Out;
  transition: all 0.3s Ease-In-Out;
}
.dc_domino_slideshow .nav.show {
  -webkit-animation: dc_domino_slideshow_buttons-nav-show 1s forwards ease-in-out;
  -o-animation: dc_domino_slideshow_buttons-nav-show 1s forwards ease-in-out;
  -moz-animation: dc_domino_slideshow_buttons-nav-show 1s forwards ease-in-out;
  animation: dc_domino_slideshow_buttons-nav-show 1s forwards ease-in-out;
}
.dc_domino_slideshow .nav.hid {
  -webkit-animation: dc_domino_slideshow_buttons-nav-hide 1s forwards ease-in-out;
  -o-animation: dc_domino_slideshow_buttons-nav-hide 1s forwards ease-in-out;
  -moz-animation: dc_domino_slideshow_buttons-nav-hide 1s forwards ease-in-out;
  animation: dc_domino_slideshow_buttons-nav-hide 1s forwards ease-in-out;
}
.dc_domino_slideshow .nav a {
  margin: 0;
  padding: 5px;
}
.dc_domino_slideshow .nav a i svg {
  display: none;
}
.dc_domino_slideshow .nav a svg {
  height: 15px;
  width: auto;
  fill: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s Ease-In-Out;
  -moz-transition: all 0.3s Ease-In-Out;
  -o-transition: all 0.3s Ease-In-Out;
  transition: all 0.3s Ease-In-Out;
}
.dc_domino_slideshow .nav a:hover svg {
  fill: rgba(255, 255, 255, 0.6);
}
.dc_domino_slideshow .nav a.active b svg {
  display: none;
}
.dc_domino_slideshow .nav a.active i svg {
  display: inline;
}
.dc_domino_slideshow .nav a.active svg {
  fill: rgba(255, 255, 255, 0.7);
}
.dc_domino_slideshow .nav:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .dc_domino_slideshow .nav {
    right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .dc_domino_slideshow .nav {
    right: 0;
  }
}
@-webkit-keyframes dc_domino_slideshow_buttons-nav-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(-45px);
  }
}
@-webkit-keyframes dc_domino_slideshow_buttons-nav-hide {
  0% {
    opacity: 1;
    transform: translateY(-45px);
  }
  100% {
    opacity: 0;
  }
}
.dc_domino_slideshow .nav.side {
  width: auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  position: absolute;
  z-index: 15;
  top: 0;
  bottom: auto;
  left: auto;
  right: 45px;
  margin: 0;
  -webkit-transition: all 0.3s Ease-In-Out;
  -moz-transition: all 0.3s Ease-In-Out;
  -o-transition: all 0.3s Ease-In-Out;
  transition: all 0.3s Ease-In-Out;
}
.dc_domino_slideshow .nav.side.show {
  -webkit-animation: dc_domino_slideshow_buttons-nav-show 1s forwards ease-in-out;
  -o-animation: dc_domino_slideshow_buttons-nav-show 1s forwards ease-in-out;
  -moz-animation: dc_domino_slideshow_buttons-nav-show 1s forwards ease-in-out;
  animation: dc_domino_slideshow_buttons-nav-show 1s forwards ease-in-out;
}
.dc_domino_slideshow .nav.side.hid {
  -webkit-animation: dc_domino_slideshow_buttons-nav-hide 1s forwards ease-in-out;
  -o-animation: dc_domino_slideshow_buttons-nav-hide 1s forwards ease-in-out;
  -moz-animation: dc_domino_slideshow_buttons-nav-hide 1s forwards ease-in-out;
  animation: dc_domino_slideshow_buttons-nav-hide 1s forwards ease-in-out;
}
.dc_domino_slideshow .nav.side a {
  margin: 0;
  padding: 0px;
}
.dc_domino_slideshow .nav.side a i svg {
  display: none;
}
.dc_domino_slideshow .nav.side a svg {
  height: auto;
  width: 15px;
  fill: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s Ease-In-Out;
  -moz-transition: all 0.3s Ease-In-Out;
  -o-transition: all 0.3s Ease-In-Out;
  transition: all 0.3s Ease-In-Out;
}
.dc_domino_slideshow .nav.side a:hover svg {
  fill: rgba(255, 255, 255, 0.6);
}
.dc_domino_slideshow .nav.side a.active b svg {
  display: none;
}
.dc_domino_slideshow .nav.side a.active i svg {
  display: inline;
}
.dc_domino_slideshow .nav.side a.active svg {
  fill: rgba(255, 255, 255, 0.7);
}
.dc_domino_slideshow .nav.side:hover {
  opacity: 1;
}
@-webkit-keyframes dc_domino_slideshow_buttons-nav-show.side {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(-45px);
  }
}
@-webkit-keyframes dc_domino_slideshow_buttons-nav-hide.side {
  0% {
    opacity: 1;
    transform: translateX(-45px);
  }
  100% {
    opacity: 0;
  }
}
.dc_domino_slideshow .nav.side_bottom {
  width: auto;
  height: 95%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-flow: column;
  position: absolute;
  z-index: 15;
  top: 0;
  bottom: auto;
  left: auto;
  right: 10px;
  margin: 0;
  -webkit-transition: all 0.3s Ease-In-Out;
  -moz-transition: all 0.3s Ease-In-Out;
  -o-transition: all 0.3s Ease-In-Out;
  transition: all 0.3s Ease-In-Out;
}
.dc_domino_slideshow .nav.side_bottom.show {
  -webkit-animation: dc_domino_slideshow_buttons-nav-show 1s forwards ease-in-out;
  -o-animation: dc_domino_slideshow_buttons-nav-show 1s forwards ease-in-out;
  -moz-animation: dc_domino_slideshow_buttons-nav-show 1s forwards ease-in-out;
  animation: dc_domino_slideshow_buttons-nav-show 1s forwards ease-in-out;
}
.dc_domino_slideshow .nav.side_bottom.hid {
  -webkit-animation: dc_domino_slideshow_buttons-nav-hide 1s forwards ease-in-out;
  -o-animation: dc_domino_slideshow_buttons-nav-hide 1s forwards ease-in-out;
  -moz-animation: dc_domino_slideshow_buttons-nav-hide 1s forwards ease-in-out;
  animation: dc_domino_slideshow_buttons-nav-hide 1s forwards ease-in-out;
}
.dc_domino_slideshow .nav.side_bottom a {
  margin: 0;
  padding: 0px;
}
.dc_domino_slideshow .nav.side_bottom a i svg {
  display: none;
}
.dc_domino_slideshow .nav.side_bottom a svg {
  height: auto;
  width: 15px;
  fill: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s Ease-In-Out;
  -moz-transition: all 0.3s Ease-In-Out;
  -o-transition: all 0.3s Ease-In-Out;
  transition: all 0.3s Ease-In-Out;
}
.dc_domino_slideshow .nav.side_bottom a:hover svg {
  fill: rgba(255, 255, 255, 0.6);
}
.dc_domino_slideshow .nav.side_bottom a.active b svg {
  display: none;
}
.dc_domino_slideshow .nav.side_bottom a.active i svg {
  display: inline;
}
.dc_domino_slideshow .nav.side_bottom a.active svg {
  fill: rgba(255, 255, 255, 0.7);
}
.dc_domino_slideshow .nav.side_bottom:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .dc_domino_slideshow .nav.side_bottom {
    right: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .dc_domino_slideshow .nav.side_bottom {
    right: 40px;
  }
}
@-webkit-keyframes dc_domino_slideshow_buttons-nav-show.side_bottom {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(-45px);
  }
}
@-webkit-keyframes dc_domino_slideshow_buttons-nav-hide.side_bottom {
  0% {
    opacity: 1;
    transform: translateX(-45px);
  }
  100% {
    opacity: 0;
  }
}
.dc_domino_slideshow_slides_ads {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: transparent;
  -webkit-transition: all 1s Ease-In-Out;
  -moz-transition: all 1s Ease-In-Out;
  -o-transition: all 1s Ease-In-Out;
  transition: all 1s Ease-In-Out;
  opacity: 1;
}
.dc_domino_slideshow_slides_ads .ads, .dc_domino_slideshow_slides_ads .block {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  z-index: auto;
}
.dc_domino_slideshow_slides_ads.hide {
  opacity: 0;
}
.dc_domino_slideshow_slides_ads.hdVer .slides {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.dc_domino_slideshow_slides_ads article {
  background-color: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: display-article 1s both;
  animation: display-article 1s both;
}
.dc_domino_slideshow_slides_ads article .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.dc_domino_slideshow_slides_ads article .title {
  position: absolute;
  background-color: transparent;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  top: 5%;
  bottom: auto;
  left: 5%;
  right: auto;
  padding: 20px;
  margin: 0 auto;
  text-align: left;
  max-width: 400px;
}
.dc_domino_slideshow_slides_ads article .title h2 {
  color: #FFF;
  font-size: 30px;
  line-height: 1em;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}
.dc_domino_slideshow_slides_ads article .title h3 {
  color: #FFF;
  font-size: 20px;
  line-height: 1em;
  font-family: "Playfair Display", serif;
  font-weight: normal;
  padding: 0;
  margin: 0 0 0 0;
}
@-webkit-keyframes display-article {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes display-article {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes hide-article {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hide-article {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.dc_domino_socialsites {
  padding: 1em 0 1em 0;
  margin: 0;
  display: flex;
  justify-content: end;
  align-items: center;
  position: absolute;
  top: 0;
  right: 70px;
  bottom: auto;
  left: auto;
  width: 10%;
  height: 100%;
}
.dc_domino_socialsites a {
  padding: 10px 15px 10px 0;
  line-height: 0;
}
.dc_domino_socialsites a, .dc_domino_socialsites a svg {
  -moz-transition: all 0.2s Ease-In-Out;
  -o-transition: all 0.2s Ease-In-Out;
  transition: all 0.2s Ease-In-Out;
}
.dc_domino_socialsites a svg {
  fill: #A78904;
  height: 20px;
  max-width: 20px;
}
.dc_domino_socialsites a:hover svg {
  fill: rgba(167, 137, 4, 0.7);
}
@media screen and (min-width: 768px) {
  .dc_domino_socialsites {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: end;
    align-items: center;
    position: absolute;
    top: 0;
    right: 80px;
    bottom: auto;
    left: auto;
    width: 10%;
    height: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .dc_domino_socialsites {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: end;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    width: 10%;
    height: 100%;
  }
}
