

.hover-trigger {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.hover-trigger .popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 9999;
  transition: opacity 0.2s ease;
}

.hover-trigger:hover .popup {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.hover-trigger .popup img {
  display: block;
  max-width: 80vw;
  max-height: 80vh;
  height: auto;
  width: auto;
}


::selection {
	/* color:#0f0; */
}

.popup-container {
  display: none;
  position: fixed;
  top: -0.4vw;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

@font-face {
  font-family: 'Inter';
  font-weight: inherit;
  font-style: normal;
  src: url('https://files.persona.co/71298/InterVariable.woff2') format('woff');
    
}@font-face {
    font-family: 'NanumMyeongjo';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.persona.co/71298/NanumMyeongjo-Regular.ttf') format('woff');
}
@font-face {
    font-family: 'Spectral Extra';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.persona.co/71298/Spectral-ExtraLightItalic.ttf') format('ttf');
}    
@font-face {
    font-family: 'Spectral-Light';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.persona.co/71298/Spectral-Light.ttf') format('ttf');
    }

@font-face {
  font-family: 'NewYork';
  font-weight: normal;
  font-style: normal;
  src: url('https://files.persona.co/71298/NewYork.ttf') format('woff');
}
@font-face {
    font-family: 'SFPro';
    font-weight: normal;
    font-style: Small;
    src: url('https://files.persona.co/71298/SF-Pro-Display-Regular.otf') format('woff');
}

/**
 * Resets
 */


* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

::-moz-selection {
	background-color: #09f;
	color: #fff;
}

::selection {
	background-color: #09f;
	color: #fff;
}

:focus {
	outline: 0;
}

customhtml > * {
	position: relative;
    z-index: 10;
}

/**
 * Global
 */

body,
html {
	min-height: 100vh;
	margin: 0px;
	padding: 0px;
}

html {
	position: relative;
}

body {
	background: #fff;
	color: #000;
}

a:active {
	opacity: 0.7;
}

/**
 * Backdrop
 */

#backdrop {
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 100%;
	z-index: 1;
}

/**
 * Container
 */

main {
	background: #fff;
	clear: both;
	overflow: hidden;
	position: absolute;
	max-width: 100%;
	width: 100%;
	z-index: 2;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

main > div {
	-moz-flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
	width: 100%;
}


.subpage_overlay {
	display: block;
	pointer-events: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

body.homepage .subpage_overlay {
	display: none;
}
/**
 * Content
 */

i, em {
	font-style: italic;
}

b, strong {
	font-weight: bold;
}

ul, ol {
	margin: 0;
	padding: 0 0 0 1em;
}

sup {
	top: -0.4em;
	vertical-align: baseline;
	position: relative;
}

sub {
	top: 0.3em;
	vertical-align: baseline;
	position: relative;
}

s {
	
}

.slideshow-nav { 
	margin-bottom: 0.5em;
    
}

img {
	border: 0;
	padding: 0;
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
	background: rgba(127, 127, 127, 0.2);
	border: 0;
	height: 0.08em;
	display: block;
}

.bodycopy {
	display: none;
}

.container {
	min-height: 100%;
}

.content img {
	float: none;
	margin-bottom: 1em;
}

.clear:after {
	content: "";
	display: table;
	clear: both;
}

.loading[data-loading] {
	display: none;
	position: fixed;
	top: 8px; left: 8px;
	z-index: 100;
}

/**
 * Editor styles
 */

[data-css-presets="true"] main {
	background-color: transparent /*!content_left*/;
	text-align: left /*!text_left*/;
	min-height: 100vh /*!content_stretch*/;
	-webkit-align-items: flex-start /*!vertical_top*/;
	align-items: flex-start /*!vertical_top*/;
	left: 0 /*!content_left*/;
}

[data-css-presets="true"] .content_padded {
	padding: 2rem/*!main_margin*/;
}

[data-css-presets="true"] .content_width {
	width: 100% /*!content_left*/;
}

[data-css-presets="true"] #backdrop {
	width: 100% /*!background_cover*/;
}

[data-predefined-style="true"] main {
	font-size: 1.5rem;
	font-weight: 400;
	color: rgb(0, 0, 0);
	font-family: Georgia, Georgia, serif, Georgia, Social /*!System*/;
	font-style: normal;
	line-height: 1.8;
}

[data-predefined-style="true"] main a {
	color: rgb(0, 0, 0);
    padding-bottom: 0em;
    border-bottom: 0.08em solid rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

[data-predefined-style="true"] main a:hover {
    color: rgb(255, 0, 0)

}

main a.image-link,
main a.icon-link,
main a.image-link:hover,
main a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
	font-family: 'Spectral Extra', "Icons";
	font-style: l;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 1.3rem;
	line-height: 1.8;
	color: rgb(0, 0, 0);
	text-rendering: optimizeLegibility;
    text-decoration: none
       ;
}

[data-predefined-style="true"] h1 a {
	color: rgb(0, 0, 0);
}

[data-predefined-style="true"] h2 {
	font-family: "Spectral"/*!System*/;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: #000;
	font-size: 1.3rem;
	line-height: 1.8;
	text-rendering: optimizeLegibility;
}

[data-predefined-style="true"] h2 a {
	color: rgb(0, 0, 0);
}

[data-predefined-style="true"] small {
  font-family: 'Spectral-Light', "Icons";
  font-style: l;
  font-weight: 450;
  padding: 0;
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.44);
  text-rendering: optimizeLegibility;
}

/* Prevent links inside <small> from shrinking */
[data-predefined-style="true"] small a {
  font-size: inherit;
  color: inherit;
  text-decoration: none;
}


[data-predefined-style="true"] small a {
	color: rgb(139, 139, 139);
	border-bottom-width: 0em;
}


[data-css-presets="true"] .subpage_overlay {
	background-color: transparent/*!subpage_overlay*/;
}
/**
 * Backstage Icon
 */

#backstage_icon {
	display: block;
}

/**
 * Breakpoints
 */

[data-css-presets="true"].mobile #plugin,
[data-css-presets="true"].mobile #backdrop,
.mobile #backdrop,
.mobile #plugin {
	position: relative;
	height: 50vh;
	min-width: 100%;
	width: calc(100% - 80rem) /*!right_fit*/;
	top: 0;
	bottom: auto;
	left: 0 /*!right_fit*/;
}

.mobile main,
[data-css-presets="true"].mobile main {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
}

.mobile main.content_width,
[data-css-presets="true"].mobile main.content_width {
	max-width: 100%;
	width: 100%;
}

.hover-title {
    display: inline;
    pointer-events: auto;
    cursor: pointer;
}

.hover-image {
    visibility: hidden;
}

body:not(.mobile) .hover-title:hover + .hover-image {
    visibility: visible;
    pointer-events: none;
}

.hover-image {
    display: flex;
    position: fixed;
    top: 60%;
    left: 20%;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;

/* Change width and height to scale images */
    width: 90vw;
    height: 90vh;
}

.hover-image img {
    max-width: 50% !important;
    max-height: 50% !important;
    width: auto !important;
    height: auto !important;
    margin-bottom: 0;
}

@media (max-width: 1023px) {
  /* Only affect this page */
  .page-contact .left-side br { display: none; }
  .page-contact .left-side small { display: inline; margin: 0; padding: 0; }

  /* Nuke any stray spacing above the first image */
  .page-contact .right-side { margin-top: 0; padding-top: 0; }
  .page-contact [grid-col] { margin-top: 0; padding-top: 0; }

  /* Make sure the divider isn't adding space on mobile */
  .page-contact .line { display: none; margin: 0; height: 0; }
}
/* Desktop: lock page, scroll only the right side (hide scrollbar) */
@media (min-width: 1024px) {
  html, body {
    height: 100%;
    overflow: hidden; /* stop whole-page scroll on desktop */
    margin: 0;
  }

  .right-side {
    height: 100vh;
    overflow-y: auto;
    padding-bottom: 2rem;

    /* hide scrollbar, keep scroll working */
    -ms-overflow-style: none;  /* IE/Edge */
    scrollbar-width: none;     /* Firefox */
  }
  .right-side::-webkit-scrollbar {
    display: none;             /* Chrome/Safari */
  }
}

/* Mobile & tablet: allow normal page scrolling */
@media (max-width: 1023px) {
  html, body {
    height: auto;
    overflow: auto;
  }
  .right-side {
    height: auto;
    overflow: visible;
    -ms-overflow-style: auto;
    scrollbar-width: auto;
  }
}

/* MOBILE: header on one line + spacing + guaranteed divider (all pages) */
@media (max-width: 1023px) {
  .name-row {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding-bottom: .5rem !important; /* space under header */
  }

  .name-row > [grid-col] {
    flex: 0 1 auto !important;
    width: auto !important;
  }

  .line {
    display: none !important;
  }

  .name-row::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.3px;
    background: gray;

    margin-top: 0.5rem;   /* ⬅ space above the line */
    margin-bottom: .5rem;  /* space below line before content */
  }
}
/* Phones only */
@media (max-width: 768px) {
  /* your .name-row rules */
}
.name-row > [grid-col]:last-child {
  padding-right: 0.5rem; /* adjust this value */
}









