html {
  font-size: 18pt;
}

body {
  min-width: 320px;
  min-height: 100vh;
  line-height: 1.0;
  word-wrap: break-word;
  overflow-x: hidden;
}

body:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  -moz-pointer-events: none;
  -webkit-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background-attachment: scroll;
  background-image: linear-gradient(126deg, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.941) 100%), url('../../assets/img/romza-banner-bg.jpg');
  background-position: 0% 0%, center;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
  background-color: #FFFFFF;
}

body:after {
  display: block;
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 1.5s ease-in-out 0s, visibility 1.5s 0s;
  -webkit-transition: opacity 1.5s ease-in-out 0s, visibility 1.5s 0s;
  -ms-transition: opacity 1.5s ease-in-out 0s, visibility 1.5s 0s;
  transition: opacity 1.5s ease-in-out 0s, visibility 1.5s 0s;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#wrapper {
  -webkit-overflow-scrolling: touch;
  display: flex;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  min-height: 100vh;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

#main {
  display: flex;
  position: relative;
  width: 90%;
  max-width: 30em;
  z-index: 1;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -moz-flex-grow: 0;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  text-align: center;
  -moz-transition: opacity 1.5s ease-in-out 0s;
  -webkit-transition: opacity 1.5s ease-in-out 0s;
  -ms-transition: opacity 1.5s ease-in-out 0s;
  transition: opacity 1.5s ease-in-out 0s;
}

#main > .inner {
  position: relative;
  z-index: 1;
  border-radius: inherit;
  padding: 4rem;
  max-width: 100%;
  width: 40rem;
}

.logo {
  width: 90%;
  max-width: 8rem;
}

#title {
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: 'Raleway', sans-serif;
  font-size: 2rem;
  line-height: 1.375;
  font-weight: 200;
  word-break: keep-all;
}

#divider {
  height: 1.25rem;
  line-height: 1.25rem;
  width: 100%;
  position: relative;
  padding: 0;
  border: 0;
}

#divider::before {
  width: 16%;
  border-top: solid 2px #FFFFFF;
  height: 2px;
}

hr::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
}

.text {
  color: #FFFFFF;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 0.05rem;
  width: calc(100% + 0.05rem);
  font-size: 0.6em;
  line-height: 1.625;
  font-weight: 300;
}

.gallery {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.gallery > .inner > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.thumbnail {
  background-image: none;
  background-size: 100% 100%;
  background-position: left top;
  background-repeat: no-repeat;
  border-radius: 0;
  display: block;
  position: relative;
}

.thumbnail-img {
  border-radius: 0;
  display: block;
  width: 100%;
}

/*#main > .inner {position: relative;z-index: 1;border-radius: inherit;padding: 6rem 4rem;max-width: 100%;width: 40rem;}*/
/*#main > .inner > * {margin-top: 1.5rem;margin-bottom: 1.5rem;}*/
/*#main > .inner > :first-child {margin-top: 0 !important;}*/
/*#main > .inner > :last-child {margin-bottom: 0 !important;}*/
/*#main > .inner > .full {margin-left: calc(-4rem);width: calc(100% + 8rem + 0.4725px);max-width: calc(100% + 8rem + 0.4725px);}*/
/*#main > .inner > .full:first-child {margin-top: -6rem !important;border-top-left-radius: inherit;border-top-right-radius: inherit;}*/
/*#main > .inner > .full:last-child {margin-bottom: -6rem !important;border-bottom-left-radius: inherit;border-bottom-right-radius: inherit;}*/
/*#main > .inner > .full.screen {width: 100vw;max-width: 100vw;position: relative;border-radius: 0 !important;left: 50%;right: auto;margin-left: -50vw;}*/


/*html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}body{-webkit-text-size-adjust:none}mark{background-color:transparent;color:inherit}input::-moz-focus-inner{border:0;padding:0}input[type="text"],input[type="email"],select,textarea{-moz-appearance:none;-webkit-appearance:none;-ms-appearance:none;appearance:none}*, *:before, *:after {box-sizing: border-box;}body {min-width: 320px;min-height: 100vh;line-height: 1.0;word-wrap: break-word;overflow-x: hidden;}u {text-decoration: underline;}strong {color: inherit;font-weight: bolder;}em {font-style: italic;}code {font-family: 'Lucida Console', 'Courier New', monospace;font-weight: normal;text-indent: 0;letter-spacing: 0;font-size: 0.9em;margin: 0 0.25em;padding: 0.25em 0.5em;background-color: rgba(144,144,144,0.25);border-radius: 0.25em;}mark {background-color: rgba(144,144,144,0.25);}a {-moz-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;-webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;-ms-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;color: inherit;text-decoration: underline;}s {text-decoration: line-through;}*/

/*body.is-loading:after {opacity: 1;visibility: visible;}html {font-size: 18pt;}*/

/*
#wrapper {-webkit-overflow-scrolling: touch;display: flex;-moz-flex-direction: column;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;-moz-align-items: center;-webkit-align-items: center;-ms-align-items: center;align-items: center;-moz-justify-content: flex-start;-webkit-justify-content: flex-start;-ms-justify-content: flex-start;justify-content: flex-start;min-height: 100vh;position: relative;z-index: 2;overflow: hidden;}#main {display: flex;position: relative;max-width: 100%;z-index: 1;-moz-align-items: center;-webkit-align-items: center;-ms-align-items: center;align-items: center;-moz-justify-content: center;-webkit-justify-content: center;-ms-justify-content: center;justify-content: center;-moz-flex-grow: 0;-webkit-flex-grow: 0;-ms-flex-grow: 0;flex-grow: 0;-moz-flex-shrink: 0;-webkit-flex-shrink: 0;-ms-flex-shrink: 0;flex-shrink: 0;text-align: center;-moz-transition: opacity 1.5s ease-in-out 0s;-webkit-transition: opacity 1.5s ease-in-out 0s;-ms-transition: opacity 1.5s ease-in-out 0s;transition: opacity 1.5s ease-in-out 0s;}
#main > .inner {position: relative;z-index: 1;border-radius: inherit;padding: 6rem 4rem;max-width: 100%;width: 40rem;}
#main > .inner > * {margin-top: 1.5rem;margin-bottom: 1.5rem;}
#main > .inner > :first-child {margin-top: 0 !important;}
#main > .inner > :last-child {margin-bottom: 0 !important;}
#main > .inner > .full {margin-left: calc(-4rem);width: calc(100% + 8rem + 0.4725px);max-width: calc(100% + 8rem + 0.4725px);}
#main > .inner > .full:first-child {margin-top: -6rem !important;border-top-left-radius: inherit;border-top-right-radius: inherit;}
#main > .inner > .full:last-child {margin-bottom: -6rem !important;border-bottom-left-radius: inherit;border-bottom-right-radius: inherit;}
#main > .inner > .full.screen {width: 100vw;max-width: 100vw;position: relative;border-radius: 0 !important;left: 50%;right: auto;margin-left: -50vw;}

body.is-loading #main {opacity: 0;}body.is-instant #main, body.is-instant #main > .inner > *,body.is-instant #main > .inner > section > * {-moz-transition: none !important;-webkit-transition: none !important;-ms-transition: none !important;transition: none !important;}body.is-instant:after {display: none !important;-moz-transition: none !important;-webkit-transition: none !important;-ms-transition: none !important;transition: none !important;}@-moz-keyframes deferred-spinner {0% {-moz-transform: rotate(0deg);-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);}100% {-moz-transform: rotate(360deg);-webkit-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg);}}@-webkit-keyframes deferred-spinner {0% {-moz-transform: rotate(0deg);-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);}100% {-moz-transform: rotate(360deg);-webkit-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg);}}@-ms-keyframes deferred-spinner {0% {-moz-transform: rotate(0deg);-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);}100% {-moz-transform: rotate(360deg);-webkit-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg);}}@keyframes deferred-spinner {0% {-moz-transform: rotate(0deg);-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);}100% {-moz-transform: rotate(360deg);-webkit-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg);}}.deferred:before {content: '';display: block;width: 4rem;height: 4rem;position: absolute;top: 50%;left: 50%;margin: -2rem 0 0 -2rem;-moz-animation: deferred-spinner 1s infinite linear;-webkit-animation: deferred-spinner 1s infinite linear;-ms-animation: deferred-spinner 1s infinite linear;animation: deferred-spinner 1s infinite linear;transition: opacity 0.25s ease;transition-delay: 0.5s;opacity: 0;z-index: -1;background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTZweCIgaGVpZ2h0PSI5NnB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5jaXJjbGUge2ZpbGw6IHRyYW5zcGFyZW50OyBzdHJva2U6ICNmZmY7IHN0cm9rZS13aWR0aDogMS41cHg7IH08L3N0eWxlPjxkZWZzPjxjbGlwUGF0aCBpZD0iY29ybmVyIj48cG9seWdvbiBwb2ludHM9IjAsMCA0OCwwIDQ4LDQ4IDk2LDQ4IDk2LDk2IDAsOTYiIC8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2Nvcm5lcikiPjxjaXJjbGUgY3g9IjQ4IiBjeT0iNDgiIHI9IjMyIi8+PC9nPjwvc3ZnPg==');background-position: center;background-repeat: no-repeat;background-size: 3rem;}.deferred.loading:before {opacity: 0.25;z-index: 0;}.image {position: relative;overflow: hidden;max-width: 100%;display: block;}.image a, .image span {position: relative;max-width: 100%;display: inline-block;vertical-align: top;}.image a img, .image span img {display: block;}.image img {width: 100%;max-width: 100%;display: inline-block;vertical-align: top;}.image.full img {display: block;}.image.full:first-child img {border-top-left-radius: inherit;border-top-right-radius: inherit;}.image.full:last-child img {border-bottom-left-radius: inherit;border-bottom-right-radius: inherit;}.image.full a, .image.full span {display: block;}#image01 {margin-top: 2.5rem !important;margin-bottom: 2.5rem !important;}#image01 img {width: 5rem;}h1 br + br, h2 br + br, h3 br + br, p br + br {display: block;content: ' ';}h1 .li, h2 .li, h3 .li, p .li {display: list-item;padding-left: 0.5em;margin: 0.75em 0 0 1em;}#text02 br + br {margin-top: 0.825rem;}#text02 {text-transform: uppercase;color: #FFFFFF;font-family: 'Oswald', sans-serif;letter-spacing: 0.75rem;width: calc(100% + 0.75rem);font-size: 3.125em;line-height: 1.375;font-weight: 200;}#text01 br + br {margin-top: 0.975rem;}#text01 {color: #FFFFFF;font-family: 'Source Sans Pro', sans-serif;letter-spacing: 0.05rem;width: calc(100% + 0.05rem);font-size: 1em;line-height: 1.625;font-weight: 300;}hr {width: 100%;position: relative;padding: 0;border: 0;}hr:before {content: '';display: inline-block;vertical-align: middle;}#divider01 {height: 1.25rem;line-height: 1.25rem;}#divider01:before {width: 16%;border-top: solid 2px #FFFFFF;height: 2px;}.gallery .inner {display: inline-block;max-width: 100%;vertical-align: middle;}.gallery ul li a, .gallery ul li span {position: relative;}.gallery ul li img {width: auto;max-width: 100%;margin: 0;vertical-align: top;}@-moz-keyframes gallery-modal-spinner {0% {-moz-transform: rotate(0deg);-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);}100% {-moz-transform: rotate(360deg);-webkit-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg);}}@-webkit-keyframes gallery-modal-spinner {0% {-moz-transform: rotate(0deg);-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);}100% {-moz-transform: rotate(360deg);-webkit-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg);}}@-ms-keyframes gallery-modal-spinner {0% {-moz-transform: rotate(0deg);-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);}100% {-moz-transform: rotate(360deg);-webkit-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg);}}@keyframes gallery-modal-spinner {0% {-moz-transform: rotate(0deg);-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);}100% {-moz-transform: rotate(360deg);-webkit-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg);}}.gallery-modal {position: fixed;top: 0;left: 0;width: 100%;height: 100%;outline: 0;-webkit-tap-highlight-color: rgba(0,0,0,0);display: flex;-moz-flex-direction: column;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;-moz-align-items: center;-webkit-align-items: center;-ms-align-items: center;align-items: center;-moz-justify-content: center;-webkit-justify-content: center;-ms-justify-content: center;justify-content: center;background-color: rgba(10,10,10,0.85);visibility: hidden;opacity: 0;-moz-transition: opacity 0.5s ease, visibility 0.5s, z-index 0.5s;-webkit-transition: opacity 0.5s ease, visibility 0.5s, z-index 0.5s;-ms-transition: opacity 0.5s ease, visibility 0.5s, z-index 0.5s;transition: opacity 0.5s ease, visibility 0.5s, z-index 0.5s;z-index: 0;-moz-pointer-events: none;-webkit-pointer-events: none;-ms-pointer-events: none;pointer-events: none;-moz-user-select: none;-webkit-user-select: none;-ms-user-select: none;user-select: none;}.gallery-modal:before {content: '';display: block;width: 4rem;height: 4rem;position: absolute;top: 50%;left: 50%;margin: -2rem 0 0 -2rem;-moz-animation: gallery-modal-spinner 1s infinite linear;-webkit-animation: gallery-modal-spinner 1s infinite linear;-ms-animation: gallery-modal-spinner 1s infinite linear;animation: gallery-modal-spinner 1s infinite linear;-moz-transition: opacity 0.25s ease;-webkit-transition: opacity 0.25s ease;-ms-transition: opacity 0.25s ease;transition: opacity 0.25s ease;-moz-transition-delay: 0.5s;-webkit-transition-delay: 0.5s;-ms-transition-delay: 0.5s;transition-delay: 0.5s;opacity: 0;background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTZweCIgaGVpZ2h0PSI5NnB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5jaXJjbGUge2ZpbGw6IHRyYW5zcGFyZW50OyBzdHJva2U6ICNmZmY7IHN0cm9rZS13aWR0aDogMS41cHg7IH08L3N0eWxlPjxkZWZzPjxjbGlwUGF0aCBpZD0iY29ybmVyIj48cG9seWdvbiBwb2ludHM9IjAsMCA0OCwwIDQ4LDQ4IDk2LDQ4IDk2LDk2IDAsOTYiIC8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2Nvcm5lcikiPjxjaXJjbGUgY3g9IjQ4IiBjeT0iNDgiIHI9IjMyIi8+PC9nPjwvc3ZnPg==');background-position: center;background-repeat: no-repeat;background-size: 4rem;}.gallery-modal .inner {opacity: 0;transform: translateY(0.75em);transition: all 0.5s ease;}.gallery-modal .inner img {display: block;max-width: 80vw;max-height: 85vh;box-shadow: 0 1em 3em 0 rgba(0,0,0,0.35);}.gallery-modal .nav {position: fixed;top: 30%;width: 8rem;max-width: 10vw;height: 40%;min-height: 6rem;cursor: pointer;background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5saW5lIHtzdHJva2U6ICNmZmY7c3Ryb2tlLXdpZHRoOiAxLjVweDt9PC9zdHlsZT48bGluZSB4MT0iMjQiIHkxPSI4IiB4Mj0iNDgiIHkyPSIzMiIgLz48bGluZSB4MT0iMjQiIHkxPSI1NiIgeDI9IjQ4IiB5Mj0iMzIiIC8+PC9zdmc+');background-position: center;background-repeat: no-repeat;background-size: 3rem;opacity: 0.25;-moz-transition: opacity 0.25s ease;-webkit-transition: opacity 0.25s ease;-ms-transition: opacity 0.25s ease;transition: opacity 0.25s ease;}.gallery-modal .nav:hover {opacity: 1;}.gallery-modal .nav.next {right: 0;}.gallery-modal .nav.previous {left: 0;transform: scaleX(-1);}.gallery-modal .close {position: absolute;top: 0;right: 0;width: 6rem;height: 6rem;display: block;cursor: pointer;background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5saW5lIHtzdHJva2U6ICNmZmY7c3Ryb2tlLXdpZHRoOiAxLjVweDt9PC9zdHlsZT48bGluZSB4MT0iMjAiIHkxPSIyMCIgeDI9IjQ0IiB5Mj0iNDQiIC8+PGxpbmUgeDE9IjIwIiB5MT0iNDQiIHgyPSI0NCIgeTI9IjIwIiAvPjwvc3ZnPg==');background-position: top 1rem right 1rem;background-repeat: no-repeat;background-size: 3rem;opacity: 0.25;transition: opacity 0.25s ease;}.gallery-modal .close:hover {opacity: 1;}.gallery-modal.visible {visibility: visible;opacity: 1;z-index: 10000;-moz-pointer-events: auto;-webkit-pointer-events: auto;-ms-pointer-events: auto;pointer-events: auto;}.gallery-modal.visible:before {opacity: 1;}.gallery-modal.loaded:before {opacity: 0 !important;-moz-transition-delay: 0s !important;-webkit-transition-delay: 0s !important;-ms-transition-delay: 0s !important;transition-delay: 0s !important;}.gallery-modal.loaded .inner {opacity: 1;-moz-transform: translateY(0);-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);}.gallery-modal.switching .inner {-moz-transition: opacity 0.375s ease, transform 0.5s ease;-webkit-transition: opacity 0.375s ease, transform 0.5s ease;-ms-transition: opacity 0.375s ease, transform 0.5s ease;transition: opacity 0.375s ease, transform 0.5s ease;}#gallery01 {margin-top: 5rem !important;margin-bottom: 5rem !important;}#gallery01 .inner {max-width: 100%;width: 100%;}#gallery01 ul li a, #gallery01 ul li span {border-radius: 0rem;display: block;}#gallery01 ul li img {border-radius: 0rem;display: block;width: 100%;}#gallery01 ul li {margin: 0rem 0;}#gallery01 ul li:first-child {margin-top: 0;}#gallery01 ul li:last-child {margin-bottom: 0;}.icons {cursor: default;padding: 0;letter-spacing: 0;}.icons li {display: inline-block;vertical-align: middle;position: relative;z-index: 1;}.icons li a {display: flex;-moz-align-items: center;-webkit-align-items: center;-ms-align-items: center;align-items: center;-moz-justify-content: center;-webkit-justify-content: center;-ms-justify-content: center;justify-content: center;}.icons li a svg {display: block;position: relative;-moz-transition: fill 0.25s ease;-webkit-transition: fill 0.25s ease;-ms-transition: fill 0.25s ease;transition: fill 0.25s ease;}.icons li a + svg {display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: -1;-moz-pointer-events: none;-webkit-pointer-events: none;-ms-pointer-events: none;pointer-events: none;-moz-transition: fill 0.25s ease, stroke 0.25s ease;-webkit-transition: fill 0.25s ease, stroke 0.25s ease;-ms-transition: fill 0.25s ease, stroke 0.25s ease;transition: fill 0.25s ease, stroke 0.25s ease;}.icons li a .label {display: none;}#icons01 {font-size: 1.5em;width: calc(100% + 1.5rem);margin-left: -0.75rem;}#icons01 li {margin: 0.75rem;}#icons01 li a {border-radius: 100%;width: 2em;height: 2em;}#icons01 li a svg {width: 60%;height: 60%;}#icons01 a svg {fill: #FFFFFF;}#icons01 a {border: solid 1px #FFFFFF;}#icons01 .n01:hover {border-color: #81DEEB !important;}#icons01 .n01:hover svg {fill: #81DEEB !important;}#icons01 .n02:hover {border-color: #FAA0F6 !important;}#icons01 .n02:hover svg {fill: #FAA0F6 !important;}#icons01 .n03:hover {border-color: #96FACA !important;}#icons01 .n03:hover svg {fill: #96FACA !important;}#icons01 .n04:hover {border-color: #FFC8A1 !important;}#icons01 .n04:hover svg {fill: #FFC8A1 !important;}@media (orientation: portrait) {.gallery-modal .inner img {max-width: 100vw;}.gallery-modal .nav {width: 8rem;max-width: 35%;background-image: none;opacity: 1;}.gallery-modal .nav:before {content: '';display: block;width: 3rem;height: 3rem;position: absolute;top: calc(50% - 1.5rem);right: 1rem;background-color: rgba(144,144,144,0.5);background-size: 1.5rem;background-position: center;background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5saW5lIHtzdHJva2U6ICNmZmY7c3Ryb2tlLXdpZHRoOiAzcHg7fTwvc3R5bGU+PGxpbmUgeDE9IjI0IiB5MT0iOCIgeDI9IjQ4IiB5Mj0iMzIiIC8+PGxpbmUgeDE9IjI0IiB5MT0iNTYiIHgyPSI0OCIgeTI9IjMyIiAvPjwvc3ZnPg==');background-repeat: no-repeat;border-radius: 3rem;}}@media (max-width: 1680px) {html {font-size: 13pt;}}@media (max-width: 1280px) {html {font-size: 13pt;}.gallery-modal .nav {opacity: 1;}.gallery-modal .close {opacity: 1;}}@media (max-width: 980px) {html {font-size: 11pt;}}@media (max-width: 736px) {html {font-size: 11pt;}#main > .inner {padding: 3.5rem 2rem;}#main > .inner > * {margin-top: 1.5rem;margin-bottom: 1.5rem;}#main > .inner > .full {margin-left: calc(-2rem);width: calc(100% + 4rem + 0.4725px);max-width: calc(100% + 4rem + 0.4725px);}#main > .inner > .full:first-child {margin-top: -3.5rem !important;}#main > .inner > .full:last-child {margin-bottom: -3.5rem !important;}#main > .inner > .full.screen {margin-left: -50vw;}#image01 {margin-top: 1.875rem !important;margin-bottom: 1.875rem !important;}#image01 img {width: 5rem;}#text02 {letter-spacing: 0.65625rem;width: calc(100% + 0.65625rem);font-size: 3em;line-height: 1.375;}#text01 {letter-spacing: 0.04375rem;width: calc(100% + 0.04375rem);font-size: 1em;line-height: 1.625;}#divider01 {height: 1.25rem;line-height: 1.25rem;}.gallery-modal .close {background-position: top 0.5rem right 0.5rem;}#gallery01 {margin-top: 2.625rem !important;margin-bottom: 2.625rem !important;}}@media (max-width: 480px) {#main > .inner > * {margin-top: 1.3125rem;margin-bottom: 1.3125rem;}}@media (max-width: 360px) {#main > .inner {padding: 2.625rem 1.5rem;}#main > .inner > * {margin-top: 1.125rem;margin-bottom: 1.125rem;}#main > .inner > .full {margin-left: calc(-1.5rem);width: calc(100% + 3rem + 0.4725px);max-width: calc(100% + 3rem + 0.4725px);}#main > .inner > .full:first-child {margin-top: -2.625rem !important;}#main > .inner > .full:last-child {margin-bottom: -2.625rem !important;}#main > .inner > .full.screen {margin-left: -50vw;}#text02 {font-size: 3em;}#text01 {font-size: 1em;}#gallery01 ul li {margin: 0rem 0;}#icons01 {width: calc(100% + 1.125rem);margin-left: -0.5625rem;}#icons01 li {margin: 0.5625rem;}}*/