@charset "UTF-8";
/* COMMONS TO IFRAME AND GALLERY */
@font-face {
  font-family: "icons";
  src: url("../../icons/icons.eot?460d18aabc6e0eb8619904593dcf04b5");
  src: url("../../icons/icons.eot?460d18aabc6e0eb8619904593dcf04b5#iefix") format("embedded-opentype"), url("../../icons/icons.woff?460d18aabc6e0eb8619904593dcf04b5") format("woff"), url("../../icons/icons.ttf?460d18aabc6e0eb8619904593dcf04b5") format("truetype"), url("../../icons/icons.svg?460d18aabc6e0eb8619904593dcf04b5#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "icons";
  display: inline-block;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-desktop:before {
  content: "\f101";
}

.icon-mobile:before {
  content: "\f102";
}

.icon-tv:before {
  content: "\f103";
}

.icon-apple:before {
  content: "\f104";
}

.icon-android:before {
  content: "\f105";
}

.icon-arrow:before {
  content: "\f106";
}

.icon-arrow-nav:before {
  content: "\f107";
}

.icon-rotate:before {
  content: "\f108";
}

.icon-image:before {
  content: "\f109";
}

.icon-play-btn:before {
  content: "\f10a";
}

.icon-pause-btn:before {
  content: "\f10b";
}

/* GALLERY STYLES */
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;
}

/* HTML5 display-role reset for older browsers */
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;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, -45px, 0);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: visible;
    transform: translate3d(0, -45px, 0);
  }
}
html {
  box-sizing: border-box;
  height: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 62.5%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

/* BACKGROUND */
body {
  z-index: 0;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  background: #3c778a;
  height: 100%;
}
body:before {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.9;
  background: -moz-linear-gradient(45deg, #3c778a 33%, #83b93b 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #3c778a 33%, #83b93b 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #3c778a 33%, #83b93b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  content: "";
}
body:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("../../images/background.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  content: "";
}
body #wrapper {
  z-index: 2;
  position: relative;
}
body .too-small {
  display: none;
}

#wrapper {
  width: 100%;
  height: 100%;
}
#wrapper > div {
  display: table;
}
#wrapper header,
#wrapper section,
#wrapper article,
#wrapper nav {
  display: none;
  position: absolute;
}
#wrapper header,
#wrapper section,
#wrapper article,
#wrapper nav {
  right: 0;
  left: 0;
}
#wrapper section:not(.home),
#wrapper article {
  display: block;
}
#wrapper section.home {
  display: table;
}
#wrapper header,
#wrapper nav {
  display: flex;
  height: 178px;
}
#wrapper header {
  top: 0;
}
#wrapper section {
  top: 160px;
  height: calc(100% - 320px);
}
#wrapper article {
  bottom: 160px;
  height: calc(100% - 160px);
}
#wrapper nav {
  bottom: 0;
}

@media screen and (max-device-width: 768px) and (orientation: portrait) {
  body .too-small {
    display: table;
  }
  body #wrapper {
    display: none;
  }
}
@media screen and (max-device-width: 768px) {
  #wrapper header {
    top: -160px;
  }
  #wrapper section {
    top: 40px;
    height: calc(100% - 200px);
  }
}
/* WHAT IS DISPLAY */
body [class*=summary],
body [class*=demo] {
  visibility: hidden;
  opacity: 0;
}
body.desktop-summary .home,
body.desktop-summary [class*=summary],
body.desktop-summary [class*=demo] {
  visibility: hidden;
  opacity: 0;
}
body.desktop-summary .desktop.summary {
  visibility: visible;
  opacity: 1;
}
body.mobile-summary .home,
body.mobile-summary [class*=summary],
body.mobile-summary [class*=demo] {
  visibility: hidden;
  opacity: 0;
}
body.mobile-summary .mobile.summary {
  visibility: visible;
  opacity: 1;
}
body.tv-summary .home,
body.tv-summary [class*=summary],
body.tv-summary [class*=demo] {
  visibility: hidden;
  opacity: 0;
}
body.tv-summary .tv.summary {
  visibility: visible;
  opacity: 1;
}
body.desktop-demo .home,
body.desktop-demo [class*=summary],
body.desktop-demo [class*=demo] {
  visibility: hidden;
  opacity: 0;
}
body.desktop-demo .desktop.demo {
  visibility: visible;
  opacity: 1;
}
body.desktop-demo #wrapper header {
  top: -160px;
}
body.desktop-demo .slick-dots {
  opacity: 1;
  left: calc((100% - 320px) * 10 / 100 + 200px);
}
body.mobile-demo .home,
body.mobile-demo [class*=summary],
body.mobile-demo [class*=demo] {
  visibility: hidden;
  opacity: 0;
}
body.mobile-demo .mobile.demo {
  visibility: visible;
  opacity: 1;
}
body.mobile-demo #wrapper header {
  top: -160px;
}
body.mobile-demo .slick-dots {
  opacity: 1;
  left: calc((100% - 320px) * 22 / 100 + 200px);
}
body.tv-demo .home,
body.tv-demo [class*=summary],
body.tv-demo [class*=demo] {
  visibility: hidden;
  opacity: 0;
}
body.tv-demo .tv.demo {
  visibility: visible;
  opacity: 1;
}
body.tv-demo #wrapper header {
  top: -160px;
}
body.tv-demo .slick-dots {
  opacity: 1;
  left: calc((100% - 320px) * 36 / 100 + 200px);
}

/* ANIMATIONS */
body section,
body article {
  transition: 0.8s opacity ease-in-out;
}
body header {
  transition: 0.8s top ease-in-out;
}

body > .too-small {
  font-size: 4rem;
  font-weight: 300;
  color: white;
  text-align: center;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 0 4rem;
}
body > .too-small h3 {
  font-size: 6rem;
}
body > .too-small div {
  display: table-cell;
  vertical-align: middle;
}
body > .too-small strong {
  font-weight: 600;
}
body > .too-small ul {
  background: rgba(255, 255, 255, 0.4);
  padding: 3rem;
  padding-left: 6rem;
  margin: 3rem 0;
  text-align: left;
  border-radius: 4px;
  list-style-type: disc;
}
body > .too-small ul li + li {
  margin-top: 2rem;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.description-wrapper {
  font-size: 0;
  color: white;
}
.description-wrapper > div {
  max-height: calc(100vh - 160px);
  overflow-y: auto;
  overflow-x: hidden;
  padding-left: 10px;
}
.description-wrapper h1,
.description-wrapper h2 {
  display: inline-block;
}
.description-wrapper h1 {
  font-size: 3.4rem;
  font-weight: 300;
}
.description-wrapper h1 + h2 {
  margin-left: 1rem;
}
.description-wrapper h2 {
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
}
.description-wrapper h2 + p {
  margin-top: 3rem;
}
.description-wrapper h3 {
  margin-top: 3rem;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
}
.description-wrapper ul.tag {
  display: flex;
  flex-wrap: wrap;
}
.description-wrapper ul.tag li {
  margin: 0.2rem;
  margin-top: 0.4rem;
  padding: 0.1rem 1rem;
  font-size: 1.1rem;
  line-height: 1.6rem;
  color: #3c778a;
  background: white;
  border-radius: 0.8rem;
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  -ms-border-radius: 0.8rem;
  -o-border-radius: 0.8rem;
}
.description-wrapper ul.shortcut {
  display: flex;
  width: 100%;
  height: 9rem;
  padding-top: 1rem;
  flex-wrap: nowrap;
}
.description-wrapper ul.shortcut li {
  display: flex;
  position: relative;
  margin: auto;
  transition: background 0.35s ease;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 8rem;
  height: 100%;
  border-radius: 4rem;
  -webkit-border-radius: 4rem;
  -moz-border-radius: 4rem;
  -ms-border-radius: 4rem;
  -o-border-radius: 4rem;
}
.description-wrapper ul.shortcut li:before {
  font-size: 5rem;
  color: white;
  margin: auto;
}
.description-wrapper ul.shortcut li:hover {
  background: rgba(255, 255, 255, 0.2);
}
.description-wrapper ul.shortcut li.active {
  background: rgba(255, 255, 255, 0.4);
}
.description-wrapper ul.shortcut li.hidden {
  visibility: hidden;
}
.description-wrapper ul.shortcut a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.description-wrapper ul.shortcut li:focus,
.description-wrapper ul.shortcut a:focus {
  outline: none;
}
.description-wrapper ul.environment li {
  display: inline-block;
}
.description-wrapper ul.environment span {
  display: inline-block;
  margin: 0.4rem;
}
.description-wrapper ul.environment span:before {
  font-size: 3rem;
  color: white;
  text-align: center;
}
.description-wrapper ul.environment li + li {
  margin-left: 2rem;
}
.description-wrapper ul li[data-tooltip] {
  position: relative;
}
.description-wrapper ul li[data-tooltip]:before, .description-wrapper ul li[data-tooltip]:after {
  opacity: 0;
  transition: all 0.5s ease;
  visibility: hidden;
}
.description-wrapper ul li[data-tooltip]:before {
  position: absolute;
  top: -4rem;
  left: 50%;
  padding: 0 1.4rem;
  font-size: 12px;
  font-weight: 600;
  line-height: 3rem;
  color: white;
  background: rgba(0, 0, 0, 0.7);
  content: attr(data-tooltip);
  transform: translateX(-50%);
  white-space: nowrap;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.35);
  -ms-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.35);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.description-wrapper ul li[data-tooltip]:after {
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  content: "";
  height: 0;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
}
.description-wrapper ul li[data-tooltip]:hover:before, .description-wrapper ul li[data-tooltip]:hover:after {
  opacity: 1;
  visibility: visible;
}
.description-wrapper ul li:first-child[data-tooltip]:before {
  left: 155%;
}
.description-wrapper p {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.4rem;
  text-align: justify;
}
.description-wrapper p strong {
  font-weight: 700;
}
.description-wrapper .tooltip {
  margin: 1rem auto;
  position: relative;
}
.description-wrapper .tooltip.expanded div {
  animation: fadeInDown 0.3s;
  opacity: 1;
  visibility: visible;
}
.description-wrapper .tooltip.closed div {
  visibility: hidden;
  animation: fadeOutUp 0.3s;
  opacity: 0;
}
.description-wrapper .tooltip button {
  width: 80%;
  cursor: pointer;
  margin: 0 auto;
  height: 2.6rem;
  display: block;
  border-radius: 1.3rem;
  font-size: 1.4rem;
  border: 1px solid white;
  background: rgba(255, 255, 255, 0.35);
  color: white;
  position: relative;
}
.description-wrapper .tooltip button:after {
  content: "";
  border: 4px solid transparent;
  border-top: 6px solid white;
  position: absolute;
  top: calc(50% - 2px);
  right: 12px;
}
.description-wrapper .tooltip button:focus {
  outline: none;
}
.description-wrapper .tooltip > div {
  z-index: 5;
  width: calc(100% - 30px);
  margin: 0 15px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 46px;
  padding-top: 0.8rem;
  font-size: 0;
  background: white;
  border-radius: 4px;
  text-align: center;
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.3);
}
.description-wrapper .tooltip > div:after {
  content: "";
  border: 6px solid transparent;
  border-bottom: 4px solid white;
  position: absolute;
  top: -10px;
  right: calc(50% - 5px);
}
.description-wrapper .tooltip > div div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.description-wrapper .tooltip h4 {
  text-align: center;
  color: #3c778a;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0.8rem auto 0.8rem;
}
.description-wrapper .tooltip a {
  text-decoration: none;
  color: #3c778a;
  font-weight: 600;
  font-size: 1.3rem;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.3);
  line-height: 2.6rem;
  border-radius: 1.4rem;
  flex-basis: calc(50% - 18px);
  margin-top: 6px;
  margin-bottom: 6px;
}
.description-wrapper .tooltip footer {
  background: rgba(60, 119, 138, 0.15);
  font-size: 12px;
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 600;
  padding: 10px;
}

/* COMMONS TO IFRAME AND GALLERY */
.demo .slick-prev,
.demo .slick-next {
  z-index: 3;
  position: absolute;
  top: calc(50% - 4rem);
  width: 8rem;
  height: 8rem;
  padding: 0;
  font-size: 0;
  line-height: 8rem;
  color: rgba(0, 0, 0, 0.2);
  border: none;
  background: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
.demo .slick-prev:focus,
.demo .slick-next:focus {
  outline: none;
}
.demo .slick-prev:hover,
.demo .slick-next:hover {
  color: rgba(0, 0, 0, 0.5);
}
.demo .slick-slide:focus {
  outline: none;
}
.demo .slick-prev {
  left: 0;
  transform: rotate(180deg);
}
.demo .slick-prev:before {
  font-size: 8rem;
  font-family: "icons";
  content: "\f107";
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.demo .slick-next {
  right: 0;
}
.demo .slick-next:before {
  font-size: 8rem;
  font-family: "icons";
  content: "\f107";
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.demo .slick-dots {
  z-index: 3;
  position: absolute;
  right: 0;
  bottom: calc(-16rem + 16px);
  left: 0;
  height: 8rem;
  font-size: 0;
  opacity: 0;
}
.demo .slick-dots li {
  position: relative;
  display: inline-block;
  height: 1.4rem;
  cursor: pointer;
  vertical-align: top;
}
.demo .slick-dots li:before {
  position: absolute;
  right: -2rem;
  width: 1.4rem;
  height: 1.4rem;
  border: 3px solid #3c778a;
  background: white;
  content: "";
  border-radius: 0.7rem;
  -webkit-border-radius: 0.7rem;
  -moz-border-radius: 0.7rem;
  -ms-border-radius: 0.7rem;
  -o-border-radius: 0.7rem;
}
.demo .slick-dots li:after {
  z-index: -1;
  position: absolute;
  right: -2rem;
  width: 1.4rem;
  height: 1.4rem;
  opacity: 0;
  background: rgba(255, 255, 255, 0.4);
  content: "";
  transition: all 0.35s ease-in-out;
  transform: scale(1);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.demo .slick-dots li + li {
  margin-left: 5rem;
}
.demo .slick-dots a {
  position: absolute;
  top: 4.5rem;
  left: -7rem;
  display: block;
  width: 8rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  transform: rotate(-45deg);
  text-align: right;
  white-space: nowrap;
  text-decoration: none;
}
.demo .slick-dots a:focus {
  outline: none;
}
.demo .slick-dots li.slick-active a {
  color: white;
}
.demo .slick-dots li.slick-active:before {
  border-color: white;
}
.demo .slick-dots li.slick-active:after {
  opacity: 1;
  transform: scale(1.8);
}
.demo .slick-dots li:hover a {
  color: white;
}

.slide-wrapper {
  position: relative;
  display: table;
  height: calc(100vh - 160px);
  padding: 1rem 10rem 0;
  width: 100%;
  table-layout: fixed;
}
.slide-wrapper > div {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.slide-wrapper > div.device-wrapper {
  max-width: 700px;
}
.slide-wrapper > div.description-wrapper {
  width: 30%;
}

@media screen and (orientation: portrait) {
  .slide-wrapper {
    display: block;
  }
  .slide-wrapper > div {
    display: block;
    vertical-align: middle;
  }
  .slide-wrapper > div.device-wrapper {
    width: 100%;
    height: 66%;
  }
  .slide-wrapper > div.device-wrapper .fake-mobile .wrapper {
    height: 100%;
  }
  .slide-wrapper > div.device-wrapper .fake-desktop .wrapper,
  .slide-wrapper > div.device-wrapper .fake-tv .wrapper {
    height: 66%;
    margin-top: 17%;
  }
  .slide-wrapper > div.description-wrapper {
    width: 100%;
    height: 34%;
    padding-top: 2rem;
  }
  .slide-wrapper > div.description-wrapper > div {
    max-height: 100%;
  }
}
.fake-desktop {
  height: 100%;
  text-align: center;
}
.fake-desktop .wrapper {
  position: relative;
  display: inline-block;
  height: calc(100vh - 190px);
  max-width: 900px;
}
.fake-desktop img {
  height: 100%;
  max-width: 100%;
}
.fake-desktop .content {
  position: absolute;
  top: 2.5075987842%;
  left: 4.95%;
  overflow-y: auto;
  width: 89.55%;
  height: 88.221884498%;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.fake-desktop .content iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fake-mobile {
  height: 100%;
  text-align: center;
}
.fake-mobile .wrapper {
  position: relative;
  display: inline-block;
  height: calc(100vh - 190px);
}
.fake-mobile img {
  height: 100%;
  max-width: 100%;
}
.fake-mobile .content {
  position: absolute;
  top: 10.2%;
  left: 5.237633365%;
  overflow-y: auto;
  width: 89.8157129%;
  height: 79.65%;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.fake-mobile .content iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fake-mobile.landscape img {
  transform: rotate(90deg);
}
.fake-mobile.landscape .content {
  top: 26.95%;
  left: -27.35208535%;
  width: 154.51018428%;
  height: 46.3%;
}

@media screen and (max-width: 1350px) {
  .fake-mobile .wrapper {
    height: calc(100vh - 290px);
    top: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .fake-mobile .wrapper {
    height: calc(100vh - 390px);
    top: 75px;
  }
}
@media screen and (max-width: 1000px) {
  .fake-mobile .wrapper {
    height: calc(100vh - 490px);
  }
}
.fake-tv {
  height: 100%;
  text-align: center;
}
.fake-tv .wrapper {
  position: relative;
  display: inline-block;
  height: calc(100vh - 210px);
}
.fake-tv img {
  height: 100%;
  max-width: 100%;
}
.fake-tv .content {
  position: absolute;
  top: 5.8025621703%;
  left: 5.9%;
  overflow-y: auto;
  width: 88%;
  height: 76.412961567%;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.fake-tv .content iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.home {
  display: table;
  width: 80%;
  text-align: center;
}
.home > div {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.home > div h1 {
  margin-bottom: 4rem;
  font-size: 7rem;
  font-weight: 300;
  line-height: 8rem;
  color: white;
  text-transform: uppercase;
}
.home > div h1 strong {
  font-weight: 400;
}
.home > div > strong {
  font-size: 2rem;
  font-weight: 300;
  line-height: 3rem;
  color: white;
}

/* COMMONS TO IFRAME AND GALLERY */
nav {
  position: relative;
  display: flex;
  flex-direction: row;
  padding: 0 10%;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
}
nav:before {
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  left: 0;
  height: 2px;
  border-top: 2px dotted white;
  content: "";
}
nav:after {
  position: absolute;
  right: 0;
  bottom: 0.2rem;
  left: 0;
  font-size: 1.1rem;
  font-weight: 600;
  opacity: 0.5;
  color: black;
  content: "© 2026 FreeWheel Media Inc.";
  text-align: center;
}
nav a {
  z-index: 4;
  position: relative;
  display: block;
  width: 8rem;
  height: 8rem;
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: #9195a0;
  background: white;
  background: white;
  transition: all 0.5s ease-in-out;
  transform: translateZ(0);
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
nav a:before {
  display: block;
  position: relative;
  top: 1rem;
  height: 5.4rem;
  font-size: 4.4rem;
  font-weight: 400;
  color: #3c778a;
}
nav a.desktop:before {
  font-family: "icons";
  content: "\f101";
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
nav a.mobile:before {
  font-family: "icons";
  content: "\f102";
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
nav a.tv:before {
  font-family: "icons";
  content: "\f103";
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
nav a:after {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(255, 255, 255, 0.4);
  content: "";
  transition: all 0.35s ease-in-out;
  transform: scale(1);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
nav a.active:after {
  opacity: 1;
  transform: scale(1.3);
}
nav a.open {
  margin-right: 60%;
}
nav a.open:after {
  content: "";
}

@media screen and (max-width: 1180px) {
  nav a.open {
    margin-right: 0;
  }
  .demo ul.slick-dots {
    width: 0;
    height: 0;
    visibility: hidden;
  }
}
/* COMMONS TO IFRAME AND GALLERY */
/* STYLE */
section:not(.home) {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
section:not(.home) h1 {
  position: absolute;
  left: 0;
  top: -3.5rem;
  font-size: 4rem;
  font-weight: 300;
  opacity: 0.2;
}
section:not(.home) h2 {
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-size: 2.2rem;
  margin-bottom: 3rem;
  height: 2.2rem;
  font-weight: 400;
}
section:not(.home) strong {
  position: relative;
  color: white;
  padding-left: 6rem;
  font-size: 2rem;
  display: inline-block;
  font-weight: 300;
  line-height: 3rem;
  padding-top: 2rem;
}
section:not(.home) strong:before {
  position: absolute;
  left: 0;
  font-size: 5rem;
}
section:not(.home) li {
  height: 4rem;
}
section:not(.home) li a {
  background: white;
  display: block;
  position: relative;
  line-height: 4rem;
  padding: 0 2.4rem;
  height: 100%;
  width: 100%;
  text-decoration: none;
  font-size: 1.6rem;
  color: #3c778a;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
}
section:not(.home) li a:before,
section:not(.home) li a:after {
  position: absolute;
  font-size: 1.8rem;
  content: "";
  top: 0;
  bottom: 0;
  color: #83b93b;
  font-family: "icons";
  content: "\f107";
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
section:not(.home) li a:before {
  right: 1.4rem;
}
section:not(.home) li a:after {
  right: 2rem;
}

/* STRUCTURE */
section {
  margin: 0 6%;
  position: relative;
  /* STRUCTURE GENERAL */
}
section > div {
  width: 100%;
  height: 100%;
  padding: 4% 0;
  table-layout: fixed;
}
section > div > div {
  float: left;
  font-size: 0;
  padding: 0 4%;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  width: 33%;
  min-width: 250px;
}
section {
  /* SECONDARY STRUCTURE */
}
section > div {
  display: flex;
  overflow-y: auto;
}
section > div > div ul {
  text-align: left;
  height: calc(100% - 5.2rem);
  overflow-y: auto;
}
section > div > div ul li {
  display: inline-block;
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
  width: 70%;
  min-width: 180px;
}

header {
  display: flex;
  flex-direction: row;
  padding: 0 4%;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
header div a {
  position: relative;
  font-size: 1.3rem;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}
header div a + a {
  margin-left: 4rem;
}
header div a:after {
  position: absolute;
  bottom: -0.6rem;
  left: 50%;
  width: 0;
  height: 0.2rem;
  background: white;
  content: "";
  transition: 0.35s all ease;
  transform: translateX(-50%);
}
header div a:hover:after {
  width: 100%;
}
/*# sourceMappingURL=gallery.css.map */