
/* Landing pages variables */
/* 320px — 480px */
/* 481px — 768px */
/* 769px — 1024px (small screen: laptops) */
/* 1025px — 1200px (desktops) */
/* above 1600px*/
html,
body {
  font: 16px/1.5em 'Open Sans', 'OpenSans', sans-serif;
  margin: 0;
  padding: 0;
  color: #fff;
  background: #382b68;
}
html {
  overflow-x: hidden;
  overflow-y: auto;
}
header {
  margin-bottom: 14em;
}
h1,
h2,
h3,
h4,
h5,
th,
.button {
  font-family: 'AlbertSans', 'Albert Sans', 'Open Sans', 'OpenSans', sans-serif;
}
h1 {
  color: #fff;
  font-size: 2em;
  line-height: 1.5em;
  text-transform: uppercase;
}
h1 sup {
  font-size: 0.6em;
  display: inline-block;
  vertical-align: 0.4em;
}
h2 {
  font-size: 2em;
  line-height: 1em;
  color: #f7ab51;
}
h3 {
  font-size: 1.5em;
  line-height: 1em;
  color: #d27762;
}
h3.h3button {
  text-align: center;
}
h4 {
  font-size: 1.2em;
  color: #77c0b5;
  margin: 1em 0 0.2em 0;
}
h4 + p {
  margin-top: 0;
}
a:link,
a:visited {
  color: #c4bd50;
}
a:active,
a:hover {
  color: #77c0b5;
}
ul {
  padding: 0;
}
ul li {
  list-style-position: outside;
  list-style-type: circle;
  margin: 0 0.25em 0.25em 1em;
}
ul li::marker {
  color: #b47f99;
}
.button {
  background: #c4bd50;
  text-decoration: none;
  padding: 0.5em 1em;
  border-radius: 2em;
  display: inline-block;
}
.button,
.button:link,
.button:visited {
  color: #382b68;
}
.button:active,
.button:hover {
  background: #77c0b5;
}
.pc-chair.picture {
  width: 10em;
  margin: 0 auto 1em auto;
  display: block;
}
.scrollx {
  overflow-x: auto;
}
.scrollx table {
  min-width: 60em;
}
#header a {
  text-decoration: none;
}
#header a:link,
#header a:visited {
  color: #fff;
}
#header a:hover,
#header a:active,
#header a.current-link {
  color: #77c0b5;
}
#header .logo-int {
  position: absolute;
  top: 0.75em;
  left: 4.5em;
}
#header .logo-int img {
  width: 35em;
}
#header .circle-int {
  opacity: 0.1;
  position: absolute;
  right: -10em;
  top: 0;
  width: 40%;
}
#header .circle-int img {
  animation: rotate 120s infinite;
  display: inline-block;
  margin-left: -0.55em;
  width: 60%;
}
#header .circle-int img:first-child {
  animation: rotate 80s infinite;
  margin-left: 0;
  vertical-align: top;
  width: 40%;
}
#header .first-org {
  background: #1a1338;
  border-top: 1px solid #fff;
  border-bottom: 0.5em solid #fff;
  height: 3em;
  left: 0;
  position: relative;
  padding: 0.8em 0 0.2em 0;
  text-align: left;
  top: 0;
  width: 100%;
  z-index: 100;
}
#header .firstcon {
  display: block;
  width: 10em;
  margin: 0 0.5em 0 2.5em;
  height: 3em;
  overflow-x: hidden;
  overflow-y: hidden;
  position: absolute;
  z-index: 102;
}
#header .firstcon a {
  background: #fff;
  height: 2.5em;
  left: 0;
  padding: 0 !important;
  position: absolute;
  top: 0.15em;
  width: 80%;
  mask: url(/_/e/firstcon25/firstcon25-hashtag.svg) no-repeat left / contain;
  -webkit-mask: url(/_/e/firstcon25/firstcon25-hashtag.svg) no-repeat left / contain;
}
#header .firstcon a:hover,
#header .firstcon a:active {
  background-color: #77c0b5 !important;
}
#header ul,
#header li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  max-width: inherit;
}
#header .nav {
  border-bottom: none;
  display: inline-block;
  max-width: 20em;
  min-width: auto;
  padding-left: 0;
  text-transform: uppercase;
  top: 100%;
  z-index: 101;
}
#header .nav > .subnav {
  text-align: center;
  line-height: 1.5em;
  font-size: 2em;
  display: block;
  width: 1.5em;
  height: 1.5em;
}
#header .nav > .subnav:before {
  font-family: 'first-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f05e";
  color: #fff;
}
#header .nav > .subnav:hover:before,
#header .nav > .subnav.active:before {
  color: #77c0b5;
}
#header .nav ul {
  border-top: none;
}
#header .nav ul ul {
  background: #5d678d;
  border-radius: 0 0 30px 30px;
  -moz-border-radius: 0 0 30px;
  -webkit-border-radius: 0 0 30px 30px;
  z-index: 1;
}
#header .nav ul.navbar {
  background: #2a1f4d;
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
}
#header .nav ul.navbar:before,
#header .nav ul.navbar:after {
  display: none;
  content: '';
}
#header .nav ul.navbar ul {
  height: 0;
  left: 50%;
  display: block;
  margin-left: -8em;
  margin-top: 11px;
  opacity: 0;
  position: relative;
  top: 100%;
  width: 16em;
  white-space: normal;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#header .nav ul.navbar ul > li:hover {
  background: #77c0b5;
}
#header .nav ul.navbar ul > li > a {
  color: #fff !important;
  padding: 0.55em;
}
#header .nav ul.navbar ul > li > a:hover {
  color: #2a1f4d !important;
}
#header .nav ul.navbar li:hover > ul,
#header .nav ul.navbar li:active > ul,
#header .nav ul.navbar .active > ul {
  display: block;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  height: auto;
  opacity: 1;
}
#header .nav ul.navbar li {
  position: relative;
  display: block;
}
#header .nav ul.navbar a {
  width: 16em;
  height: auto;
  text-decoration: none;
  display: block;
  line-height: 1.5em;
  padding: 0.75em 1em;
}
#header .nav ul.navbar a.subnav {
  height: 1.25em;
  position: absolute;
  right: 0;
  top: 0;
  width: 1em;
}
#header .nav ul.navbar a.subnav:before {
  font-family: 'first-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f05b";
  color: #77c0b5;
  opacity: 0.5;
}
#header .nav ul.navbar a.subnav:hover:before,
#header .nav ul.navbar a.subnav:active:before,
#header .nav ul.navbar a.subnav.active:before,
#header .nav ul.navbar a.subnav.current-link:before {
  opacity: 1;
  color: #5d678d;
}
#header .nav:hover ul.navbar,
#header .nav.active ul.navbar,
#header .nav > .subnav.active + ul.navbar {
  display: block;
}
#header .nav li:hover > .subnav,
#header .menu li:hover > .subnav {
  background: transparent;
}
#header .nav li:hover > .subnav:before,
#header .menu li:hover > .subnav:before {
  color: #77c0b5;
}
#navbar,
#sidebar {
  display: none;
}
#navbar a:after,
#sidebar a:after {
  display: none;
}
#navbar img,
#sidebar img {
  max-width: 100%;
  display: block;
  margin: 1em auto;
}
#navbar blockquote,
#sidebar blockquote {
  margin: -0.8em 0 0 0;
  padding: 0 0.5em;
}
#navbar blockquote strong:first-child,
#sidebar blockquote strong:first-child {
  color: #fff;
}
#navbar blockquote img,
#sidebar blockquote img {
  margin: 0.2222em 0 -0.56667em 0;
}
.no-sidebar {
  display: none;
}
.no-thumbnail .thumbnails,
.no-thumbnails .thumbnails,
.no-thumbnail .thumbnail,
.no-thumbnails .thumbnail {
  display: none;
}
.full #header .nav,
.full .logo {
  display: none;
}
a [title]:after {
  display: none;
}
a [class^="icon-"]:before,
a [class*=" icon-"]:before {
  opacity: 0.5;
  display: inline-block;
  margin: 0 0.25em;
}
a:hover [class^="icon-"]:before,
a:active [class^="icon-"]:before,
a:hover [class*=" icon-"]:before,
a:active [class*=" icon-"]:before {
  opacity: 1;
}
a [href^='http://']:after,
a [href^='https://']:after {
  font-family: 'first-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f07f";
  display: inline-block;
  margin: 0 0.25em;
  opacity: 0.5;
}
a [href^='http://']:hover:after,
a [href^='https://']:hover:after,
a [href^='http://']:active:after,
a [href^='https://']:active:after {
  opacity: 1;
}
a [href^='https://www.first.org']:after {
  display: none;
}
a [href^='https://www.first.org']:hover:after,
a [href^='https://www.first.org']:active:after {
  opacity: 1;
}
a [href^='mailto:']:after {
  font-family: 'first-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f03b";
  display: inline-block;
  margin: 0 0 0 0.25em;
  opacity: 0.5;
}
a [href^='mailto:']:hover:after,
a [href^='mailto:']:active:after {
  opacity: 1;
}
a [href$='.pdf']:after,
a [href$='.doc']:after,
a [href$='.zip']:after {
  font-family: 'first-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00b";
  display: inline-block;
  margin: 0 0.25em;
  opacity: 0.5;
}
a [href$='.pdf']:hover:after,
a [href$='.doc']:hover:after,
a [href$='.zip']:hover:after,
a [href$='.pdf']:active:after,
a [href$='.doc']:active:after,
a [href$='.zip']:active:after {
  opacity: 1;
}
a [href$='.mp3']:after {
  font-family: 'first-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e910";
  display: inline-block;
  margin: 0 0.25em;
  opacity: 0.5;
}
a [href$='.mp3']:hover:after,
a [href$='.mp3']:active:after {
  opacity: 1;
}
.tlp-white a[href$='#secure']:after {
  font-family: 'first-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91a";
  display: inline-block;
  margin: 0 0.25em;
  opacity: 0.5;
}
.tlp-white a[href$='#secure']:hover:after,
.tlp-white a[href$='#secure']:active:after {
  opacity: 1;
}
.clickable {
  cursor: pointer;
}
.t-bigger {
  display: table;
  /*margin: 0 auto;*/
  margin-top: 0.5em;
  text-align: center;
}
#socialnetworks {
  float: right;
  margin-right: 1.5em;
  margin-top: 0.5em;
  position: relative;
  z-index: 102;
}
#socialnetworks a {
  font-size: 1.2em;
  line-height: 1.5em;
  margin: 0;
  padding: 0.25em 0.25em;
  text-decoration: none;
}
#socialnetworks a:after {
  display: none;
}
.conf-logo > p {
  margin: 0 0;
}
.conf-logo .circle {
  position: absolute;
  display: inline-block;
  top: -10em;
  top: -6vw;
  left: -15%;
  width: 65%;
  max-width: 100em;
}
.conf-logo .circle:after {
  content: ' ';
  position: absolute;
  left: -0.6em;
  top: 0.1em;
  right: 0.2em;
  bottom: 0;
  background: url(/_/e/firstcon25/h-left-circle.svg) no-repeat 100% 100%;
  animation: rotate 120s infinite;
}
.conf-logo .circle img {
  width: 100%;
  border-radius: 50%;
}
.conf-logo .logo {
  position: relative;
  z-index: 1;
  padding: 4em 0 2em 0;
  width: 85%;
  margin: auto;
}
.conf-logo .logo.mobile-only {
  padding: 0 0 !important;
  margin: -20px 0 20px 0;
  width: 100%;
}
.conf-logo .logo.mobile-only img {
  width: 100%;
}
.desktop-only {
  display: none !important;
}
.mobile-only {
  display: block;
}
#content {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  z-index: 20;
}
#body {
  min-height: 70vh;
  padding-bottom: 10em;
  text-align: left;
  width: calc(100vw - 2em);
  margin: 0 auto;
}
.d2025-index header {
  margin-bottom: 0;
}
.d2025-index .circle-int {
  display: none;
}
.d2025-index .firstcon {
  margin-left: 1.5em !important;
}
.d2025-index .logo-int {
  display: none !important;
}
.d2025-index #body {
  padding-bottom: 0;
}
#body > div,
#footer > div,
.body-center {
  position: relative;
  max-width: 100em;
  margin: 0 auto;
}
#body > div.full-width,
#footer > div.full-width,
.body-center.full-width {
  max-width: inherit;
  margin: 0 -2em 0 -1em;
  background-size: cover;
  background-position: 50% 50%;
}
#body > div.full-width h1,
#footer > div.full-width h1,
.body-center.full-width h1 {
  max-width: 50em;
  margin: 1.2em auto 0 auto;
}
#body > div.full-width p,
#footer > div.full-width p,
.body-center.full-width p {
  max-width: 100em;
  margin: 1em auto;
}
footer {
  position: relative;
}
footer::after {
  content: "";
  background: url(/_/e/firstcon25/h-left-circle.svg) no-repeat;
  background-size: 320px 320px;
  bottom: 0;
  height: 300px;
  opacity: 0.1;
  position: absolute;
  right: 0;
  width: 300px;
}
#footer {
  background: #2a1f4d;
  bottom: 4em;
  min-height: 6em;
  position: absolute;
  width: 100%;
  z-index: 22;
}
#footer > div {
  background: #2a1f4d;
  min-height: 6em;
  z-index: 5;
}
#footer .content {
  position: relative;
}
#footer p {
  padding: 1em 1em 1em 10em;
  margin: 0;
}
#footer a:after {
  display: none;
}
#footer .first-logo {
  position: absolute;
  left: 0;
  top: 0em;
  width: 10em;
}
#footer .first-logo img {
  width: 100%;
  margin: 0;
}
/** Countdown/Link YouTube Channel section */
.count-banner {
  height: 5em;
  margin-bottom: 4em !important;
  position: relative;
}
.count-banner img {
  height: 5em;
  position: absolute;
  top: 0.7em;
}
.count-banner .mega-button {
  display: inline-block;
  margin-left: 5em;
}
.count-banner .countdown {
  display: flex;
  font-family: "AlbertSans";
  font-size: 2.5em;
  margin-left: -45px;
  padding: 0 0 0 1.5em;
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 1;
  /*span:nth-child(7) {
      display: inline-block;
      text-align: right;
      margin-left: -0.4em;
      width: 1.4em;
    }*/
}
.count-banner .countdown hr {
  background: #fff;
  border: none;
  height: 3px;
  left: 0;
  position: absolute;
  top: 30px;
  width: 10em;
}
.count-banner .countdown div:nth-child(2) {
  width: auto !important;
}
.count-banner .countdown div {
  color: #77c0b5;
  display: inline-block;
  line-height: 1em;
  margin: 0 0.2em;
  padding: 0.2cm 0 0 0;
  text-align: center;
  width: 1.5em;
}
.count-banner .countdown div span,
.count-banner .countdown div em {
  display: block;
}
.count-banner .countdown div em {
  font-style: normal;
  font-weight: 400;
  font-size: 0.35em;
  text-align: center;
}
.count-banner .countdown.end {
  display: none;
}
.count-banner .countdown .count-sep {
  color: #77c0b5;
  padding-top: 0.3em;
}
/* END countdown section */
.section1,
.section2,
.section3 {
  border-top: 0.8em solid #fff;
  color: #000;
  min-height: 35em;
}
.section1 > div,
.section2 > div,
.section3 > div {
  height: 20em;
  background-color: rgba(255, 255, 255, 0.7);
  border: 0.6em solid #fff;
  border-radius: 50%;
  padding: 5em;
  position: absolute;
  text-align: center;
  top: -5px;
  width: 20em;
}
.section1 h1,
.section2 h1,
.section3 h1 {
  line-height: 1.5em;
}
.section1 h1 a,
.section2 h1 a,
.section3 h1 a {
  text-decoration: none !important;
}
.section1 {
  background: #b47f99 url(/_/e/firstcon25/call-for-speakers-img.jpg) no-repeat left top;
}
.section1 h1 {
  color: #a86992;
}
.section1 h1 a {
  color: #a86992;
}
.section1 h1 a:hover {
  color: #382b68;
}
.section1 > div {
  left: 14em;
}
.section1 > div:last-of-type {
  left: 44.8em;
  height: 14em;
  width: 20em;
  padding: 5em 2em;
}
.section2 {
  background: #b47f99;
  border-top: none;
  color: #fff;
  min-height: 15em;
  padding-top: 2em;
  padding-bottom: 1em;
}
.section2:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 18em;
  height: 18em;
  opacity: 0.1;
  background-image: url('/_/e/firstcon25/h-left-circle.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -2em -6em;
}
.section2:after {
  content: ' ';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 24em;
  height: 24em;
  opacity: 0.1;
  background-image: url('/_/e/firstcon25/h-right-circle.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 4em -2em;
}
.section2 h1 {
  color: #fff;
}
.section2 h1 a {
  color: #fff;
}
.section2 h1 a:hover {
  color: #f7ab51;
}
.section3 {
  background: #5d678d url(/_/e/firstcon25/things-to-do-img.jpg) no-repeat left top;
}
.section3 h1 {
  color: #5d678d;
}
.section3 h1 a {
  color: #5d678d;
}
.section3 h1 a:hover {
  color: #b47f99;
}
.section3 > div {
  right: 14em;
}
.sponsorship p:last-of-type > img {
  margin-top: -5em;
}
.sponsor-highlight {
  background-color: #5d678d;
  padding: 0.5em 1.5em 0 1.5em !important;
  overflow: hidden;
}
.sponsor-highlight > * {
  position: relative;
  z-index: 2;
}
.sponsor-highlight h1 {
  color: #c4bd50 !important;
  margin-bottom: 0;
  margin-top: 1em;
}
.sponsor-highlight p {
  color: #c4bd50;
  margin: 0 auto !important;
  position: relative;
}
.sponsor-highlight > p:last-child {
  margin: 0 0 !important;
}
.sponsor-highlight .circle {
  animation: rotate 180s infinite;
  background: url(/_/e/firstcon25/h-left-circle.svg) no-repeat fixed center;
  bottom: -40em;
  height: 80em;
  left: 0;
  opacity: 0.1;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.sponsor-list {
  margin-bottom: 10em;
}
.sponsor-list h1 ~ h2 {
  padding: 0.75em 0 !important;
  text-align: center;
  margin-bottom: 0 !important;
}
.sponsor-list h4 {
  color: #d27762;
}
.sponsor-list h4#Diamond {
  color: #7196ce;
}
.sponsor-list h4#Platinum {
  color: #b47f99;
}
.sponsor-list h4#Gold {
  color: #f7ab51;
}
.sponsor-list h4#Silver {
  color: #9d9d9c;
}
.sponsor-list ul {
  margin: 2em auto;
  padding: 0;
  position: relative;
  text-align: center;
  z-index: 10;
}
.sponsor-list ul > li {
  height: 14em;
  background-color: rgba(255, 255, 255, 0.8);
  border: 0.6em solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0 1em 1em 1em;
  padding: 0 0 0.5em 0;
  position: relative;
  text-align: center;
  text-indent: 0 !important;
  vertical-align: top;
  width: 14em;
}
.sponsor-list ul > li p {
  margin: 0;
}
.sponsor-list ul > li h4 {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.25em;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 1.75em;
  width: 100%;
}
.sponsor-list ul > li h4 ~ p,
.sponsor-list ul > li h3,
.sponsor-list ul > li h3 ~ p {
  display: none;
}
.sponsor-list ul > li img {
  display: inline-block;
  width: 100%;
  margin-top: 0.25em;
}
.sponsorship-team .sponsor-list h2 {
  background: url('/_/e/firstcon25/icon-transparent.png') no-repeat left center;
  color: #fff;
  text-align: left !important;
  padding: 0 0 50px 100px !important;
}
.sponsorship-team .sponsor-list h2#Local-Host {
  background-image: url('/_/e/firstcon25/local-host.png');
}
.sponsorship-team .sponsor-list h2#Diamond {
  background-image: url('/_/e/firstcon25/diamond.png');
}
.sponsorship-team .sponsor-list h2#Platinum {
  background-image: url('/_/e/firstcon25/platinum.png');
}
.sponsorship-team .sponsor-list h2#Gold {
  background-image: url('/_/e/firstcon25/gold.png');
}
.sponsorship-team .sponsor-list h2#Silver {
  background-image: url('/_/e/firstcon25/silver.png');
}
.sponsorship-team .sponsor-list h2#Bronze {
  background-image: url('/_/e/firstcon25/bronze.png');
}
.sponsorship-team .sponsor-list h2#OUR-EXHIBITORS {
  background-image: url('/_/e/firstcon25/others-exibithors.png');
}
/** POPUP Styles */
.overlay {
  opacity: 0;
  position: fixed !important;
  max-width: 100vw !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 105;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.overlay iframe {
  margin: 5%;
  width: 90%;
  height: 90%;
  max-height: 45vw;
  border: none;
}
.overlay a.button.z-i--close {
  background: transparent;
  flex: 0;
  /*height: 5em !important;*/
  margin: 0;
  /*min-width: 5em;*/
  padding: 1em;
  position: absolute;
  right: -1%;
  top: 0;
  /*width: 5em !important;*/
  z-index: 100;
}
.overlay a.button.z-i--close:before {
  font-family: 'FontAwesome';
  content: '\f057';
  display: block;
  text-align: center;
  font-size: 2.5em;
  color: #c4bd50;
}
.overlay a.button.z-i--close:hover:before {
  color: #77c0b5;
}
.overlay a.button.z-i--close:hover,
.overlay a.button.z-i--close:active {
  background-color: transparent !important;
}
.overlay .pc-member,
.overlay .pc-sponsor {
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.overlay .video-preview {
  width: 90%;
  height: 0;
  padding-bottom: 50%;
  position: relative;
}
.overlay .video-preview iframe {
  margin: 0;
  width: 100%;
  height: 100%;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
}
.overlay .video-preview .button.z-i--close::before {
  color: #f7ab51;
  font-size: 1.25em;
  text-shadow: 0.15em 0.15em 0.5em rgba(0, 0, 0, 0.5);
}
.overlay .image-preview {
  background: rgba(0, 0, 0, 0.4);
  /*border-radius: 20% 20%;*/
  color: #2a1f4d;
  position: relative;
}
.overlay .image-preview img {
  /*border-radius: 20% 20%;*/
  display: inline-block;
  max-width: 95vw;
  max-height: 95vh;
}
.overlay .image-preview p.legend {
  position: absolute;
  bottom: 0;
  padding: 0.5em;
  margin: 0;
  left: 0;
  width: 100%;
  width: calc(100% - 1em);
  white-space: pre-line;
  display: none;
  background: rgba(0, 0, 0, 0.7);
  color: #f7ab51;
}
.overlay .image-preview .button.z-i--close::before {
  color: #f7ab51;
  font-size: 1.25em;
  text-shadow: 0.15em 0.15em 0.5em rgba(0, 0, 0, 0.5);
}
img.pc-chair.picture {
  float: right;
  height: 15em;
  margin: -10px 1.5em 1.5em 1.5em;
  width: 15em;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pre-popup {
  max-width: calc(85% - 18em);
  min-width: 30%;
  max-height: 90vh;
  min-height: 15em;
  padding-right: 0;
  position: relative;
}
.pop-content {
  background-color: rgba(255, 255, 255, 0.92);
  border: 0.6em solid #fff;
  border-radius: 20em;
  color: #000;
  min-height: 18em;
  overflow-y: auto;
  padding: 2em 5em 2em 18em;
  text-align: left;
}
.pop-content .button.z-i--close,
.pop-content .button.s-api--close {
  top: 1.25em !important;
  right: 1em !important;
  opacity: 0.5;
}
.pop-content .button.z-i--close:hover,
.pop-content .button.s-api--close:hover,
.pop-content .button.z-i--close:active,
.pop-content .button.s-api--close:active {
  opacity: 1;
}
.pop-content p {
  padding: 0;
  margin-bottom: 1em;
}
.pop-content h4 {
  display: none;
}
.pop-content h3 {
  clear: none;
  font-weight: 400;
  margin-top: 0;
  text-align: left;
}
.pop-content h3 strong {
  font-weight: 700;
}
.pop-content > p:first-child {
  align-items: center;
  display: flex;
  height: 80%;
  justify-content: center;
  left: 2em;
  position: absolute;
  top: 1em;
  width: 15em;
}
.pop-content img {
  position: absolute;
  width: 15em !important;
  height: 15em;
  left: 1em;
  top: 0.75em;
}
.pop-content.sponsor {
  min-height: 12em;
}
.pop-content .pc-member {
  margin: 0 2em 0 5em;
}
.pop-content .pc-member h4 {
  display: block;
  color: #f7ab51;
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}
.pop-content .pc-member h4 strong {
  font-weight: 700;
}
.pop-content .pc-member ~ span.frame-picture {
  left: 6em;
  top: 4em;
  width: 16em;
  height: 16em;
  position: absolute;
}
.pop-content .pc-member ~ span.frame-picture::before {
  content: ' ';
  width: 14em;
  height: 14em;
  border-radius: 50% 50%;
  background: transparent;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border: 8px solid rgba(255, 255, 255, 0.5);
}
.pop-content .pc-member ~ span.frame-picture img.picture {
  border-radius: 50% 50%;
  position: absolute;
  height: 14.75em !important;
  left: 0.2em;
  top: 0.2em;
  width: 14.75em !important;
}
/* END POPUP Styles */
/** Paginate Styles */
.no-page-control.items1 .search-item:nth-child(1n+3),
.no-page-control.items2 .search-item:nth-child(1n+4),
.no-page-control.items3 .search-item:nth-child(1n+5),
.no-page-control.items4 .search-item:nth-child(1n+6),
.no-page-control.items5 .search-item:nth-child(1n+7),
.no-page-control.items10 .search-item:nth-child(1n+12) {
  display: none;
}
.paginate .next-page,
.no-page-control .page-control {
  display: none;
}
.page-control {
  text-align: center;
  margin-top: -1em;
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}
.page-control a {
  background-color: #c4bd50;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  color: #2a1f4d !important;
  cursor: pointer;
  display: inline-block;
  font-family: Montserrat, 'Fira Sans', 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.3em;
  margin: 1em;
  min-width: 15em;
  max-height: 3em;
  padding: 0.4em 1em 0.2em 1em;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: background 0.1s ease-in;
  -moz-transition: background 0.1s ease-in;
  transition: background 0.1s ease-in;
  /*&:link,
    &:visited {
      color: #fff !important;
    }*/
}
.page-control a:hover,
.page-control a:active {
  background-color: #77c0b5 !important;
  /*color: #fff !important;*/
}
.page-control a.full {
  display: block;
  margin-top: -0.75em;
  padding: 0.5em 1em 0.7em 1em;
}
.page-control a span {
  display: block;
  position: relative;
}
.page-control li {
  display: inline-block;
  padding: 0 !important;
  background: none !important;
  margin: 0 !important;
  border: none !important;
}
.page-control.hidden {
  display: none;
}
/* END Paginate */
.sponsorship-table table tbody {
  color: #000;
  background-color: #fff;
}
.sponsorship-table table th,
.sponsorship-table table td {
  padding: 0 0.25em 0 0.5em;
}
.sponsorship-table table th a,
.sponsorship-table table td a {
  color: #382b68;
  text-decoration: none;
}
.sponsorship-table table th a:hover,
.sponsorship-table table td a:hover {
  color: #77c0b5;
}
.sponsorship-table table thead th:nth-child(2) {
  background: #b47f99;
}
.sponsorship-table table tbody td:nth-child(2) {
  background: hsla(330.56603774, 26.10837438%, 60.19607843%, 0.2);
}
.sponsorship-table table thead th:nth-child(3) {
  background: #f7ab51;
}
.sponsorship-table table tbody td:nth-child(3) {
  background: hsla(32.53012048, 91.20879121%, 64.31372549%, 0.2);
}
.sponsorship-table table thead th:nth-child(4) {
  background: #c4bd50;
}
.sponsorship-table table tbody td:nth-child(4) {
  background: hsla(56.37931034, 49.57264957%, 54.11764706%, 0.2);
}
.sponsorship-table table thead th:nth-child(5) {
  background: #589884;
}
.sponsorship-table table tbody td:nth-child(5) {
  background: hsla(161.25, 26.66666667%, 47.05882353%, 0.2);
}
.sponsorship-table table thead th:nth-child(6) {
  background: #77c0b5;
}
.sponsorship-table table tbody td:nth-child(6) {
  background: hsla(170.95890411, 36.68341709%, 60.98039216%, 0.2);
}
.sponsorship-table table thead th:nth-child(7) {
  background: #7196ce;
}
.sponsorship-table table tbody td:nth-child(7) {
  background: hsla(216.12903226, 48.69109948%, 62.54901961%, 0.2);
}
.sponsorship-table table thead th:nth-child(8) {
  background: #5d678d;
}
.sponsorship-table table tbody td:nth-child(8) {
  background: hsla(227.5, 20.51282051%, 45.88235294%, 0.2);
}
.sponsorship-table table tbody tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.2);
}
.sponsorship-table table tbody td[colspan] {
  background: none !important;
}
table.data-preview,
table.list,
.data-preview table {
  background: #382b68;
}
.numbers-table table,
.sponsorship-table table,
.additional-programming table,
html.program table,
table.tbl-program,
.tbl-program table {
  background: #382b68;
  border-spacing: 2px;
  border-collapse: separate;
  min-width: 60em;
  width: 100%;
}
.numbers-table table thead th,
.sponsorship-table table thead th,
.additional-programming table thead th,
html.program table thead th,
table.tbl-program thead th,
.tbl-program table thead th {
  font-size: 1em;
  padding: 0.5em 0.5em 0.25em 0.5em !important;
  vertical-align: bottom;
  text-align: center;
  text-transform: uppercase;
  border-bottom: none;
  color: #fff;
  background: #2a1f4d;
}
.numbers-table table thead th a:link,
.sponsorship-table table thead th a:link,
.additional-programming table thead th a:link,
html.program table thead th a:link,
table.tbl-program thead th a:link,
.tbl-program table thead th a:link,
.numbers-table table thead th a:visited,
.sponsorship-table table thead th a:visited,
.additional-programming table thead th a:visited,
html.program table thead th a:visited,
table.tbl-program thead th a:visited,
.tbl-program table thead th a:visited {
  color: #ccc;
}
.numbers-table table thead th .details,
.sponsorship-table table thead th .details,
.additional-programming table thead th .details,
html.program table thead th .details,
table.tbl-program thead th .details,
.tbl-program table thead th .details {
  font-weight: 400;
  color: #eee;
}
.numbers-table table tr:nth-child(odd),
.sponsorship-table table tr:nth-child(odd),
.additional-programming table tr:nth-child(odd),
html.program table tr:nth-child(odd),
table.tbl-program tr:nth-child(odd),
.tbl-program table tr:nth-child(odd) {
  background-color: rgba(42, 31, 77, 0.15);
}
.numbers-table table tr:nth-child(even),
.sponsorship-table table tr:nth-child(even),
.additional-programming table tr:nth-child(even),
html.program table tr:nth-child(even),
table.tbl-program tr:nth-child(even),
.tbl-program table tr:nth-child(even) {
  background-color: rgba(42, 31, 77, 0.08);
}
.numbers-table table td,
.sponsorship-table table td,
.additional-programming table td,
html.program table td,
table.tbl-program td,
.tbl-program table td {
  vertical-align: middle;
}
.numbers-table table p,
.sponsorship-table table p,
.additional-programming table p,
html.program table p,
table.tbl-program p,
.tbl-program table p {
  padding: 0;
}
.numbers-table table p + p,
.sponsorship-table table p + p,
.additional-programming table p + p,
html.program table p + p,
table.tbl-program p + p,
.tbl-program table p + p {
  margin-top: 0.5em;
}
.numbers-table table .tlp,
.sponsorship-table table .tlp,
.additional-programming table .tlp,
html.program table .tlp,
table.tbl-program .tlp,
.tbl-program table .tlp {
  font-size: 0.8em;
  padding: 0.1em 0.15em 0.2em 0.15em;
  line-height: 1em;
  margin-bottom: 0.5em;
}
.numbers-table table p.presenter ~ .tlp,
.sponsorship-table table p.presenter ~ .tlp,
.additional-programming table p.presenter ~ .tlp,
html.program table p.presenter ~ .tlp,
table.tbl-program p.presenter ~ .tlp,
.tbl-program table p.presenter ~ .tlp {
  position: relative;
  top: -1em;
  margin-bottom: 0;
}
.wide {
  max-width: inherit !important;
}
#d197001010000,
#d19700101,
html.program ul#toc-overview li:first-child {
  display: none;
}
.tlp {
  display: inline-block;
  padding: 0.1em 0.15em 0.2em 0.15em;
  line-height: 1em;
  font-weight: bold;
}
strong.tlp-clear,
span.tlp-clear,
.tlp.tlp-clear,
.tlp-clear .tlp,
.tlp-clear .tlp:before {
  color: #fff;
  background: #000;
}
strong.tlp-red,
span.tlp-red,
.tlp.tlp-red,
.tlp-red .tlp,
.tlp-red .tlp:before {
  color: #ff0033 !important;
  background: #000;
}
strong.tlp-amber,
span.tlp-amber,
.tlp.tlp-amber,
.tlp-amber .tlp,
.tlp-amber .tlp:before {
  color: #ffc000 !important;
  background: #000;
}
strong.tlp-green,
span.tlp-green,
.tlp.tlp-green,
.tlp-green .tlp,
.tlp-green .tlp:before {
  color: #33ff00 !important;
  background: #000;
}
.tlp-clear a[href$='#secure']:after {
  font-family: 'first-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91a";
  display: inline-block;
  margin: 0 0.25em;
  opacity: 0.5;
}
.tlp-clear a[href$='#secure']:hover:after,
.tlp-clear a[href$='#secure']:active:after {
  opacity: 1;
}
.additional-programming .overview {
  display: none;
}
html.program table,
.additional-programming table {
  width: 100%;
}
html.program table tbody,
.additional-programming table tbody {
  color: #000;
  background-color: #fff;
}
html.program table th,
.additional-programming table th,
html.program table td,
.additional-programming table td {
  padding: 0 0.25em 0 0.5em;
}
html.program table th a,
.additional-programming table th a,
html.program table td a,
.additional-programming table td a {
  color: #382b68;
  text-decoration: none;
}
html.program table th a:hover,
.additional-programming table th a:hover,
html.program table td a:hover,
.additional-programming table td a:hover {
  color: #77c0b5;
}
html.program table tbody td[colspan],
.additional-programming table tbody td[colspan] {
  background: none !important;
}
html.program table thead th,
.additional-programming table thead th,
html.program table tbody td,
.additional-programming table tbody td {
  vertical-align: top;
}
html.program table th span.details,
.additional-programming table th span.details {
  font-weight: normal;
}
html.program table tbody td,
.additional-programming table tbody td {
  padding: 0.15em 0.15em 0.15em 0.5em;
}
html.program table thead th.sess0,
.additional-programming table thead th.sess0,
html.program table thead th.sess7,
.additional-programming table thead th.sess7 {
  background: #b47f99;
}
html.program table tbody td.sess0,
.additional-programming table tbody td.sess0,
html.program table tbody td.sess7,
.additional-programming table tbody td.sess7 {
  background: hsla(330.56603774, 26.10837438%, 60.19607843%, 0.2);
}
html.program table thead th.sess1,
.additional-programming table thead th.sess1,
html.program table thead th.sess8,
.additional-programming table thead th.sess8 {
  background: #f7ab51;
}
html.program table tbody td.sess1,
.additional-programming table tbody td.sess1,
html.program table tbody td.sess8,
.additional-programming table tbody td.sess8 {
  background: hsla(32.53012048, 91.20879121%, 64.31372549%, 0.2);
}
html.program table thead th.sess2,
.additional-programming table thead th.sess2,
html.program table thead th.sess9,
.additional-programming table thead th.sess9 {
  background: #c4bd50;
}
html.program table tbody td.sess2,
.additional-programming table tbody td.sess2,
html.program table tbody td.sess9,
.additional-programming table tbody td.sess9 {
  background: hsla(56.37931034, 49.57264957%, 54.11764706%, 0.2);
}
html.program table thead th.sess3,
.additional-programming table thead th.sess3,
html.program table thead th.sess10,
.additional-programming table thead th.sess10 {
  background: #589884;
}
html.program table tbody td.sess3,
.additional-programming table tbody td.sess3,
html.program table tbody td.sess10,
.additional-programming table tbody td.sess10 {
  background: hsla(161.25, 26.66666667%, 47.05882353%, 0.2);
}
html.program table thead th.sess4,
.additional-programming table thead th.sess4,
html.program table thead th.sess11,
.additional-programming table thead th.sess11 {
  background: #77c0b5;
}
html.program table tbody td.sess4,
.additional-programming table tbody td.sess4,
html.program table tbody td.sess11,
.additional-programming table tbody td.sess11 {
  background: hsla(170.95890411, 36.68341709%, 60.98039216%, 0.2);
}
html.program table thead th.sess5,
.additional-programming table thead th.sess5,
html.program table thead th.sess12,
.additional-programming table thead th.sess12 {
  background: #7196ce;
}
html.program table tbody td.sess5,
.additional-programming table tbody td.sess5,
html.program table tbody td.sess12,
.additional-programming table tbody td.sess12 {
  background: hsla(216.12903226, 48.69109948%, 62.54901961%, 0.2);
}
html.program table tbody td.empty,
.additional-programming table tbody td.empty {
  background: none !important;
}
html.program table td.not-empty,
.additional-programming table td.not-empty {
  position: relative;
}
html.program table .flags,
.additional-programming table .flags {
  transform: scale(0.75);
  float: right;
  white-space: nowrap;
}
html.program table .flags .flag,
.additional-programming table .flags .flag {
  display: inline-block;
  color: #444;
  margin-left: 0.5em;
  width: 32px;
  white-space: nowrap;
  overflow-x: hidden;
}
html.program table p,
.additional-programming table p {
  margin: 0;
}
html.program table .presenter,
.additional-programming table .presenter {
  margin-bottom: 1em;
}
html.program table .schedule,
.additional-programming table .schedule {
  color: #444;
  font-style: oblique;
}
html.program table a,
.additional-programming table a {
  font-weight: bold;
  color: #555;
}
html.program table a:link,
.additional-programming table a:link {
  color: #345;
  text-decoration: none;
}
html.program table a:visited,
.additional-programming table a:visited {
  color: #645;
  text-decoration: none;
}
html.program table th:nth-child(1),
.additional-programming table th:nth-child(1),
html.program table td:nth-child(1),
.additional-programming table td:nth-child(1) {
  width: 10%;
  min-width: 6.5em;
}
html.program table.cols7 th:nth-child(1n+2),
.additional-programming table.cols7 th:nth-child(1n+2),
html.program table.cols7 td:nth-child(1n+2),
.additional-programming table.cols7 td:nth-child(1n+2) {
  width: 15%;
}
html.program table.cols6 th:nth-child(1n+2),
.additional-programming table.cols6 th:nth-child(1n+2),
html.program table.cols6 td:nth-child(1n+2),
.additional-programming table.cols6 td:nth-child(1n+2) {
  width: 18%;
}
html.program table.cols5 th:nth-child(1n+2),
.additional-programming table.cols5 th:nth-child(1n+2),
html.program table.cols5 td:nth-child(1n+2),
.additional-programming table.cols5 td:nth-child(1n+2) {
  width: 22.5%;
}
html.program table.cols4 th:nth-child(1n+2),
.additional-programming table.cols4 th:nth-child(1n+2),
html.program table.cols4 td:nth-child(1n+2),
.additional-programming table.cols4 td:nth-child(1n+2) {
  width: 30%;
}
html.program table.cols3 th:nth-child(1n+2),
.additional-programming table.cols3 th:nth-child(1n+2),
html.program table.cols3 td:nth-child(1n+2),
.additional-programming table.cols3 td:nth-child(1n+2) {
  width: 45%;
}
html.program .data-preview h4:after {
  display: none;
}
html.program div.program {
  min-width: 40em;
  margin-bottom: 1.7em;
}
html.program div.program table {
  margin-bottom: 0 !important;
}
#toc-overview {
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  padding: 0em 1em 1em 1em;
  margin-bottom: 1em;
  background: transparent;
  background-color: hsla(254.34782609, 42.59259259%, 21.17647059%, 0.2);
  border: 0.1em solid #fff;
  border-spacing: 2px;
  border-collapse: separate;
}
#toc-overview a {
  text-decoration: none;
  font-weight: 1.4em;
  margin: 0.5em 0;
  display: block;
}
#toc-overview a:hover {
  text-decoration: underline;
}
#toc-overview li {
  text-indent: inherit !important;
}
#toc-overview li:before {
  display: none !important;
}
.wide .data-preview h4,
.additional-programming .data-preview h4 {
  font-family: Montserrat, 'Fira Sans', 'Open Sans', sans-serif;
  font-size: 2em;
  font-weight: 400;
  margin-bottom: 0.4em;
}
.wide .data-preview h4 .backtop,
.additional-programming .data-preview h4 .backtop {
  float: right;
  font-size: 0.75em;
  text-decoration: none;
}
.paper-files {
  list-style: none;
  padding: 0 0;
}
.paper-files summary::-webkit-details-marker {
  display: none;
}
.paper-files summary:focus,
.paper-files summary:active {
  outline: none;
}
.paper-files > li {
  list-style-type: none;
  position: relative;
  border: none;
  margin: 0;
  clear: both;
}
.paper-files > li:before {
  content: '' !important;
  display: none !important;
}
.paper-files > li,
.paper-files > li p {
  text-indent: inherit !important;
}
.paper-files > li .tlp {
  float: right;
  display: block;
  margin-top: 2.35em;
  opacity: 0.8;
  font-size: 0.8em;
  font-weight: bold;
  padding: 0.1em 0.25em 0.2em 0.25em;
}
.paper-files > li .backtop {
  text-decoration: none;
  position: absolute;
  right: 1.5em;
  margin-top: 0;
}
.paper-files > li:hover .tlp,
.paper-files > li:active .tlp {
  opacity: 1;
}
.paper-files > li li {
  clear: none;
}
.paper-files > li .flags {
  position: absolute;
  top: 0;
  right: -0.4em;
  transform: scale(0.75);
  display: block;
  white-space: nowrap;
}
.paper-files > li .flags .flag {
  margin-left: 0.5em;
  width: 2em;
  overflow-x: hidden;
  display: inline-block;
}
.paper-files > li .flags ~ h3 {
  padding-right: 3em;
}
.paper-files > li h2 {
  padding: 0.1em 0;
  color: #060;
  border-bottom: 0.1em solid #00801a;
}
.paper-files > li .p-pictures {
  display: block;
  text-align: center;
}
.paper-files > li .p-pictures .p-picture {
  display: inline-block;
  width: 150px;
  text-align: center;
  margin: 0 1em 1em 0;
  vertical-align: top;
}
.paper-files > li .p-pictures img {
  width: 150px;
  height: 150px;
  border-radius: 75px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.1);
}
.paper-files > li .p-pictures img:before {
  color: #fff;
  display: inline-block;
  max-width: 100px;
  margin-top: 3em;
  vertical-align: middle;
}
.paper-files li:first-child {
  border-top: none;
}
.paper-files ul li > p {
  margin: 0 !important;
}
.paper-files ol {
  list-style: decimal outside;
  padding-left: 0 !important;
  margin-bottom: 1em;
}
.paper-files ol > li {
  font-weight: 400;
  color: #444;
  margin-left: 1em;
  background: none;
  padding-bottom: 0;
}
.paper-files ul > li ol {
  list-style: lower-alpha inside;
  padding-left: 0.25em !important;
}
.paper-files .p-speaker {
  font-style: oblique;
  padding: 0;
}
.paper-files .p-speaker .p-picture {
  color: #f7ab51;
}
.paper-files .p-abstract {
  margin-top: 10px;
  margin-bottom: 10px;
}
.paper-files .p-abstract p {
  padding: 0 0 0.5em 0;
  margin: 0;
}
.paper-files .p-abstract summary,
.paper-files .p-abstract blockquote {
  display: block;
  border-left: 0.5em solid #1a1338;
  padding: 0 0.5em;
  background: #2a1f4d;
  margin-bottom: 1.25em;
}
.paper-files .p-abstract summary p,
.paper-files .p-abstract blockquote p {
  font-style: italic;
  color: #77c0b5;
}
.paper-files .p-abstract summary p:last-child,
.paper-files .p-abstract blockquote p:last-child {
  margin-bottom: 0;
}
.paper-files .p-abstract summary .summary,
.paper-files .p-abstract blockquote .summary {
  background: none;
  padding: 0;
  margin: 0;
}
.paper-files .p-abstract summary h2,
.paper-files .p-abstract blockquote h2 {
  font-size: 1em;
  border: none;
  padding: 0;
  color: #000;
}
.paper-files .p-abstract blockquote {
  margin: 0 0 1.25em 0;
  padding: 0.5em;
}
.paper-files .notes {
  margin: 1em 0;
  font-size: 0.8em;
  line-height: 1.25em;
  color: #999;
}
.paper-files .notes a,
.paper-files .notes strong {
  font-size: 1.25em;
}
.paper-files .notes strong a,
.paper-files .notes a strong {
  font-size: 1em;
}
.cards ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.cards ul li {
  padding: 0;
  margin: 0 0 1.5em 0;
  display: inline-block;
  position: relative;
  width: 24em;
  height: 18em;
  text-indent: 0 !important;
  display: flex;
  float: left;
  align-items: center;
}
.cards ul li:before {
  display: none !important;
}
.cards ul li:hover:before,
.cards ul li:active:before,
.cards ul li:focus:before {
  left: 0%;
  top: 0%;
  width: 100% !important;
  padding-bottom: 66.6%;
}
.cards ul li a {
  flex: 1;
  text-decoration: none;
  font-family: Montserrat, 'Fira Sans', 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.8em;
  line-height: 0.75em;
}
.cards ul li a:before {
  flex: none;
  position: absolute;
  content: ' ';
  left: 0;
  top: 0;
  width: 100%;
  height: 90%;
}
.cards ul li a:after {
  display: none;
}
.cards ul li a strong {
  font-weight: 700;
  display: block;
}
.cards ul li a:link,
.cards ul li a:visited {
  color: #fff;
}
.cards ul:after {
  content: ' ';
  display: block;
  clear: left;
  height: 1px;
}
.cards.pop-list ul li:before {
  background: none;
  box-shadow: none;
}
.cards.pop-list li {
  overflow-x: hidden;
  overflow-y: hidden;
}
.cards.pop-list img {
  flex: none;
  position: absolute;
  display: block;
  left: 16px;
  top: 2px;
  width: 14.9em;
  z-index: -1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.cards.c4 ul li {
  width: 18.75em;
  height: 14em;
}
.cards.c6 ul li {
  width: 16.65em;
  height: 14em;
}
.cards.no-pc ul li {
  overflow-x: visible;
  overflow-y: visible;
  height: 22.8em;
}
.cards.no-pc ul li:before {
  box-shadow: 0 3px 10px #fff;
  padding-bottom: 85%;
  background: #aaa;
  z-index: 2;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6) 80%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6) 80%);
  background: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6) 80%);
}
.cards.no-pc ul li .role,
.cards.no-pc ul li .biography {
  display: none;
}
.cards.no-pc .frame-picture::before {
  content: ' ';
  width: 14em;
  height: 14em;
  border-radius: 50% 50%;
  background: transparent;
  display: block;
  position: absolute;
  top: 0;
  left: 1em;
  z-index: 2;
  border: 8px solid rgba(255, 255, 255, 0.5);
}
.cards.no-pc .frame-picture img {
  z-index: 1;
  border-radius: 50% 50%;
}
.cards.no-pc .pc-member {
  bottom: 0;
  color: #fff;
  height: 7em;
  left: 1.2em;
  padding: 0.3em 1em;
  position: absolute;
  text-align: center;
  vertical-align: middle;
  width: 65%;
  z-index: 11;
}
.cards.no-pc h4 {
  color: #fff;
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
.cards.no-pc p.host {
  color: #f7ab51;
  margin-bottom: 0.5em;
  overflow: hidden !important;
  padding-bottom: 2em;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.cards.no-pc p.host span {
  display: block;
}
.cards.no-pc p.host span i {
  position: absolute;
  bottom: 0;
  left: calc(50% - 15px);
}
.text-highlight {
  background-color: fuchsia;
}
/** Medias **/
@media only screen and (min-width: 1024px) {
  .desktop-only {
    display: block !important;
  }
  .mobile-only {
    display: none !important;
  }
  .conf-logo {
    margin: 0 auto;
    max-width: 80em;
    position: relative;
    width: calc(100% - 4em);
  }
  .conf-logo .circle {
    top: -10em;
    width: 50%;
    left: -20%;
  }
  .conf-logo .circle.right {
    left: inherit;
    top: -2vw;
    right: -42%;
    width: 70%;
  }
  .conf-logo .circle.right:after {
    background-image: url(/_/e/firstcon25/h-right-circle.svg);
    animation: rotate 180s infinite;
    left: 0.6em;
    top: -0.3em;
    right: -1em;
    bottom: -0.4em;
  }
  .pc-chair.picture {
    float: right;
    margin: 0 0 1em 1em;
  }
}
@media only screen and (min-width: 1200px) {
  #header .firstcon {
    margin: 0 0.5em 0 1.5em;
  }
  #header .logo-int {
    left: 5%;
    left: calc(10% - 4em);
  }
  #header .nav {
    float: none;
    position: absolute;
    left: 50vw;
    width: 0;
    text-align: center;
    top: 0.8em;
    max-width: inherit;
  }
  #header .nav > .subnav {
    display: none;
    width: 20px;
  }
  #header .nav ul.navbar {
    background: transparent;
    display: block;
    margin-left: -50vw;
    width: 100vw;
    white-space: pre;
    position: relative;
  }
  #header .nav ul.navbar a {
    width: auto;
  }
  #header .nav ul.navbar a.subnav {
    z-index: 1;
    right: -1.25em;
  }
  #header .nav ul.navbar > li,
  #header .nav ul.navbar > li > a {
    display: inline-block;
  }
  #header .nav ul.navbar ul {
    white-space: normal;
    position: absolute;
    top: 100%;
    width: 16em;
    left: 50%;
    margin-left: -8em;
    display: block;
    padding-bottom: 30px;
    opacity: 0;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #header .first-org {
    text-align: center;
  }
  #navbar ul.navbar.fixed h3,
  .floating.fixed h3 {
    background: #fff;
    padding-top: 1em;
    margin-top: 0 !important;
  }
  #navbar ul.navbar.fixed h3 + .box,
  .floating.fixed h3 + .box {
    margin-top: 0 !important;
  }
}
@media only screen and (min-width: 1350px) {
  .paper-files > li {
    padding-left: 175px;
  }
  .paper-files > li .p-pictures {
    position: absolute;
    left: 0;
    width: 150px;
  }
  .paper-files > li.pictures.p2 {
    min-height: 400px;
  }
  .paper-files > li.pictures.p3 {
    min-height: 600px;
  }
  .paper-files > li.pictures.p4 {
    min-height: 800px;
  }
  .paper-files > li.pictures.p5 {
    min-height: 1000px;
  }
  .paper-files > li.pictures.p6 {
    min-height: 1200px;
  }
  .paper-files > li.pictures.p7 {
    min-height: 1400px;
  }
  .paper-files > li.pictures.p8 {
    min-height: 1600px;
  }
  .paper-files > li.pictures.p9 {
    min-height: 1800px;
  }
  .paper-files > li.pictures.p10 {
    min-height: 2000px;
  }
}
@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 1.5em;
    line-height: 1.2em !important;
  }
  h2 {
    font-size: 1.5em;
  }
  h3 {
    font-size: 1.2em;
  }
  h4 {
    font-size: 1em;
  }
  .d2025-index .firstcon {
    margin-left: 3em !important;
  }
  .d2025-index footer::after {
    display: none;
  }
  .d2025-index #footer {
    bottom: 2em !important;
  }
  .numbers-table table,
  .sponsorship-table table,
  .additional-programming table,
  html.program table,
  table.tbl-program,
  .tbl-program table {
    font-size: 0.8em;
    line-height: 1.4em;
  }
  .d2025-registration .sponsorship-table table:last-of-type {
    min-width: 80vw;
    width: 90vw;
  }
  #header .firstcon {
    margin-left: 3em;
  }
  #header .logo-int {
    top: 2.5em;
    left: 0;
    width: 100%;
    z-index: -1;
  }
  #header .logo-int img {
    width: 100%;
  }
  #header .nav ul.navbar {
    left: 0;
  }
  #header #socialnetworks {
    margin-right: 1em;
  }
  .count-banner img {
    height: 4em;
    top: 1.2em;
  }
  .count-banner .mega-button {
    margin-top: 0.6em;
  }
  .count-banner .mega-button .countdown {
    font-size: 2em;
    padding-left: 1.2em;
  }
  .count-banner .mega-button .countdown hr {
    top: 24px;
  }
  .pre-popup {
    max-width: calc(100vw - 6em);
    max-height: 90vh;
    min-height: 70vh;
    padding-right: 0;
  }
  .pop-content {
    border-radius: 4em;
    max-height: 80vh;
    min-height: 65vh;
    min-width: 60vw;
    padding-bottom: 2em;
    padding-left: 2em;
    padding-right: 2em;
    text-align: left;
    overflow: hidden;
  }
  .pop-content p:first-child {
    position: relative;
    top: auto;
    left: 0;
  }
  .pop-content img {
    position: relative;
    left: auto;
    top: auto;
  }
  .pop-content .pc-member {
    margin: 18em 0.5em 2em 0.5em;
  }
  .pop-content .pc-member ~ span.frame-picture {
    left: auto;
    top: 2em;
  }
  .overlay .pc-sponsor,
  .overlay .pc-member {
    max-height: 50vh;
  }
  .overlay a.button.z-i--close {
    top: -1em;
    right: -3em;
  }
  #body {
    margin-bottom: 5em;
  }
  .section1,
  .section2,
  .section3 {
    margin-top: -1em;
    max-width: 90vw !important;
    padding-bottom: 2em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .section1 h1,
  .section2 h1,
  .section3 h1 {
    margin-top: 0.5em !important;
  }
  .section1 > div,
  .section2 > div,
  .section3 > div {
    height: 14em;
    padding: 2.5em;
    width: 14em;
    left: 0.8em;
  }
  .section1 > div:last-of-type {
    height: 10em;
    width: 10em;
    left: 8em;
    top: 19em;
    padding: 2em;
  }
  .section3 {
    min-height: 25em !important;
  }
  .section3 > div {
    left: auto !important;
    right: 1.5em;
  }
  .sponsor-highlight {
    padding-left: 1.5em;
    padding-right: 1.5em;
    max-width: 90vw !important;
  }
  .sponsor-highlight h1 {
    margin-top: 1em !important;
  }
  .sponsor-highlight .sponsor-list {
    padding-top: 1em;
    margin-bottom: 15em !important;
  }
  .sponsor-highlight .sponsor-list ul {
    margin-top: 0;
  }
  .cards ul li {
    display: block;
    margin: 0 auto;
    float: none;
  }
  .cards.pop-list img {
    left: 2em;
  }
  .cards.no-pc .frame-picture::before {
    left: 2em;
  }
  .cards.no-pc .pc-member {
    left: 2em;
  }
  .sponsorship p:last-of-type > img.mobile-only {
    margin-top: 0;
    width: 100vw;
  }
  img.pc-chair.picture {
    float: none !important;
    margin: 1.5em auto !important;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
/* Marcellus SC @font-face kit */
@font-face {
  font-family: 'AlbertSans';
  src: url('/_/font/AlbertSans/AlbertSans-Light.ttf');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'AlbertSans';
  src: url('/_/font/AlbertSans/AlbertSans-Medium.ttf');
  font-weight: 700;
  font-style: normal;
}
/* Open Sans @font-face kit */
/*
@font-face {
  font-family: 'Open Sans';
  src: url('@{OpenSansPath}/Light/OpenSans-Light.eot');
  src: url('@{OpenSansPath}/Light/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
       url('@{OpenSansPath}/Light/OpenSans-Light.woff') format('woff'),
       url('@{OpenSansPath}/Light/OpenSans-Light.ttf') format('truetype'),
       url('@{OpenSansPath}/Light/OpenSans-Light.svg#OpenSansLight') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('@{OpenSansPath}/LightItalic/OpenSans-LightItalic.eot');
  src: url('@{OpenSansPath}/LightItalic/OpenSans-LightItalic.eot?#iefix') format('embedded-opentype'),
       url('@{OpenSansPath}/LightItalic/OpenSans-LightItalic.woff') format('woff'),
       url('@{OpenSansPath}/LightItalic/OpenSans-LightItalic.ttf') format('truetype'),
       url('@{OpenSansPath}/LightItalic/OpenSans-LightItalic.svg#OpenSansLightItalic') format('svg');
  font-weight: 300;
  font-style: italic;
}
*/
@font-face {
  font-family: 'Open Sans';
  src: url('/_/font/open-sans/Regular/OpenSans-Regular.eot');
  src: url('/_/font/open-sans/Regular/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('/_/font/open-sans/Regular/OpenSans-Regular.woff') format('woff'), url('/_/font/open-sans/Regular/OpenSans-Regular.ttf') format('truetype'), url('/_/font/open-sans/Regular/OpenSans-Regular.svg#OpenSansRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/_/font/open-sans/Italic/OpenSans-Italic.eot');
  src: url('/_/font/open-sans/Italic/OpenSans-Italic.eot?#iefix') format('embedded-opentype'), url('/_/font/open-sans/Italic/OpenSans-Italic.woff') format('woff'), url('/_/font/open-sans/Italic/OpenSans-Italic.ttf') format('truetype'), url('/_/font/open-sans/Italic/OpenSans-Italic.svg#OpenSansItalic') format('svg');
  font-weight: normal;
  font-style: italic;
}
/*
@font-face {
  font-family: 'Open Sans';
  src: url('@{OpenSansPath}/Semibold/OpenSans-Semibold.eot');
  src: url('@{OpenSansPath}/Semibold/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
       url('@{OpenSansPath}/Semibold/OpenSans-Semibold.woff') format('woff'),
       url('@{OpenSansPath}/Semibold/OpenSans-Semibold.ttf') format('truetype'),
       url('@{OpenSansPath}/Semibold/OpenSans-Semibold.svg#OpenSansSemibold') format('svg');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('@{OpenSansPath}/SemiboldItalic/OpenSans-SemiboldItalic.eot');
  src: url('@{OpenSansPath}/SemiboldItalic/OpenSans-SemiboldItalic.eot?#iefix') format('embedded-opentype'),
       url('@{OpenSansPath}/SemiboldItalic/OpenSans-SemiboldItalic.woff') format('woff'),
       url('@{OpenSansPath}/SemiboldItalic/OpenSans-SemiboldItalic.ttf') format('truetype'),
       url('@{OpenSansPath}/SemiboldItalic/OpenSans-SemiboldItalic.svg#OpenSansSemiboldItalic') format('svg');
  font-weight: 600;
  font-style: italic;
}
*/
@font-face {
  font-family: 'Open Sans';
  src: url('/_/font/open-sans/Bold/OpenSans-Bold.eot');
  src: url('/_/font/open-sans/Bold/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('/_/font/open-sans/Bold/OpenSans-Bold.woff') format('woff'), url('/_/font/open-sans/Bold/OpenSans-Bold.ttf') format('truetype'), url('/_/font/open-sans/Bold/OpenSans-Bold.svg#OpenSansBold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/_/font/open-sans/BoldItalic/OpenSans-BoldItalic.eot');
  src: url('/_/font/open-sans/BoldItalic/OpenSans-BoldItalic.eot?#iefix') format('embedded-opentype'), url('/_/font/open-sans/BoldItalic/OpenSans-BoldItalic.woff') format('woff'), url('/_/font/open-sans/BoldItalic/OpenSans-BoldItalic.ttf') format('truetype'), url('/_/font/open-sans/BoldItalic/OpenSans-BoldItalic.svg#OpenSansBoldItalic') format('svg');
  font-weight: bold;
  font-style: italic;
}
/*
@font-face {
  font-family: 'Open Sans';
  src: url('@{OpenSansPath}/ExtraBold/OpenSans-ExtraBold.eot');
  src: url('@{OpenSansPath}/ExtraBold/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
       url('@{OpenSansPath}/ExtraBold/OpenSans-ExtraBold.woff') format('woff'),
       url('@{OpenSansPath}/ExtraBold/OpenSans-ExtraBold.ttf') format('truetype'),
       url('@{OpenSansPath}/ExtraBold/OpenSans-ExtraBold.svg#OpenSansExtrabold') format('svg');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('@{OpenSansPath}/ExtraBoldItalic/OpenSans-ExtraBoldItalic.eot');
  src: url('@{OpenSansPath}/ExtraBoldItalic/OpenSans-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),
       url('@{OpenSansPath}/ExtraBoldItalic/OpenSans-ExtraBoldItalic.woff') format('woff'),
       url('@{OpenSansPath}/ExtraBoldItalic/OpenSans-ExtraBoldItalic.ttf') format('truetype'),
       url('@{OpenSansPath}/ExtraBoldItalic/OpenSans-ExtraBoldItalic.svg#OpenSansExtraboldItalic') format('svg');
  font-weight: 800;
  font-style: italic;
}
*/
.flag:before,
[class^="flag-"]:before,
[class*=" flag-"]:before {
  content: ' ';
  display: inline-block;
  width: 30px;
  height: 25px;
  padding: 0;
  vertical-align: top;
  background: url('/_/img/flags.png?20190902') 30px 25px no-repeat transparent;
}
.flag.right,
[class^="flag-"].right,
[class*=" flag-"].right {
  float: right;
}
.flag-af:before {
  background-position: 0px 0px;
}
.flag-al:before {
  background-position: -30px 0px;
}
.flag-ae:before {
  background-position: -60px 0px;
}
.flag-ad:before {
  background-position: -90px 0px;
}
.flag-ao:before {
  background-position: -120px 0px;
}
.flag-ag:before {
  background-position: -150px 0px;
}
.flag-ar:before {
  background-position: -180px 0px;
}
.flag-am:before {
  background-position: -210px 0px;
}
.flag-au:before {
  background-position: -240px 0px;
}
.flag-at:before {
  background-position: -270px 0px;
}
.flag-az:before {
  background-position: -300px 0px;
}
.flag-ax:before {
  background-position: -330px 0px;
}
.flag-ai:before {
  background-position: -360px 0px;
}
.flag-xx:before {
  background-position: -390px 0px;
}
.flag-aw:before {
  background-position: -420px 0px;
}
.flag-as:before {
  background-position: -450px 0px;
}
.flag-bs:before {
  background-position: 0px -25px;
}
.flag-bd:before {
  background-position: -30px -25px;
}
.flag-bb:before {
  background-position: -60px -25px;
}
.flag-bi:before {
  background-position: -90px -25px;
}
.flag-be:before {
  background-position: -120px -25px;
}
.flag-bj:before {
  background-position: -150px -25px;
}
.flag-bt:before {
  background-position: -180px -25px;
}
.flag-ba:before {
  background-position: -210px -25px;
}
.flag-bz:before {
  background-position: -240px -25px;
}
.flag-by:before {
  background-position: -270px -25px;
}
.flag-bo:before {
  background-position: -300px -25px;
}
.flag-bw:before {
  background-position: -330px -25px;
}
.flag-br:before {
  background-position: -360px -25px;
}
.flag-bh:before {
  background-position: -390px -25px;
}
.flag-bn:before {
  background-position: -420px -25px;
}
.flag-bg:before {
  background-position: -450px -25px;
}
.flag-bf:before {
  background-position: -480px -25px;
}
.flag-bm:before {
  background-position: -510px -25px;
}
.flag-cf:before {
  background-position: 0px -50px;
}
.flag-ca:before {
  background-position: -30px -50px;
}
.flag-cg:before {
  background-position: -60px -50px;
}
.flag-ch:before {
  background-position: -90px -50px;
}
.flag-cl:before {
  background-position: -120px -50px;
}
.flag-cn:before {
  background-position: -150px -50px;
}
.flag-ci:before {
  background-position: -180px -50px;
}
.flag-cm:before {
  background-position: -210px -50px;
}
.flag-cd:before {
  background-position: -240px -50px;
}
.flag-co:before {
  background-position: -270px -50px;
}
.flag-xx:before {
  background-position: -300px -50px;
}
.flag-cv:before {
  background-position: -330px -50px;
}
.flag-cr:before {
  background-position: -360px -50px;
}
.flag-cu:before {
  background-position: -390px -50px;
}
.flag-cy:before {
  background-position: -420px -50px;
}
.flag-cz:before {
  background-position: -450px -50px;
}
.flag-cw:before {
  background-position: -480px -50px;
}
.flag-dk:before {
  background-position: 0px -75px;
}
.flag-dj:before {
  background-position: -30px -75px;
}
.flag-dm:before {
  background-position: -60px -75px;
}
.flag-do:before {
  background-position: -90px -75px;
}
.flag-dz:before {
  background-position: -120px -75px;
}
.flag-de:before {
  background-position: -150px -75px;
}
.flag-ec:before {
  background-position: 0px -100px;
}
.flag-eg:before {
  background-position: -30px -100px;
}
.flag-er:before {
  background-position: -60px -100px;
}
.flag-xx:before {
  background-position: -90px -100px;
}
.flag-es:before {
  background-position: -120px -100px;
}
.flag-ee:before {
  background-position: -150px -100px;
}
.flag-et:before {
  background-position: -180px -100px;
}
.flag-fi:before {
  background-position: 0px -125px;
}
.flag-fr:before {
  background-position: -30px -125px;
}
.flag-fm:before {
  background-position: -60px -125px;
}
.flag-fj:before {
  background-position: -90px -125px;
}
.flag-fk:before {
  background-position: -120px -125px;
}
.flag-ga:before {
  background-position: 0px -150px;
}
.flag-gm:before {
  background-position: -30px -150px;
}
.flag-gb:before {
  background-position: -60px -150px;
}
.flag-uk:before {
  background-position: -60px -150px;
}
.flag-gw:before {
  background-position: -90px -150px;
}
.flag-ge:before {
  background-position: -120px -150px;
}
.flag-gq:before {
  background-position: -150px -150px;
}
.flag-gh:before {
  background-position: -180px -150px;
}
.flag-gr:before {
  background-position: -210px -150px;
}
.flag-gt:before {
  background-position: -240px -150px;
}
.flag-gn:before {
  background-position: -270px -150px;
}
.flag-gd:before {
  background-position: -300px -150px;
}
.flag-gy:before {
  background-position: -330px -150px;
}
.flag-gg:before {
  background-position: -360px -150px;
}
.flag-gi:before {
  background-position: -390px -150px;
}
.flag-ht:before {
  background-position: 0px -175px;
}
.flag-hk:before {
  background-position: -30px -175px;
}
.flag-hn:before {
  background-position: -60px -175px;
}
.flag-hu:before {
  background-position: -90px -175px;
}
.flag-hr:before {
  background-position: -120px -175px;
}
.flag-id:before {
  background-position: 0px -200px;
}
.flag-in:before {
  background-position: -30px -200px;
}
.flag-ir:before {
  background-position: -60px -200px;
}
.flag-ie:before {
  background-position: -90px -200px;
}
.flag-iq:before {
  background-position: -120px -200px;
}
.flag-is:before {
  background-position: -150px -200px;
}
.flag-il:before {
  background-position: -180px -200px;
}
.flag-it:before {
  background-position: -210px -200px;
}
.flag-im:before {
  background-position: -240px -200px;
}
.flag-jm:before {
  background-position: 0px -225px;
}
.flag-jo:before {
  background-position: -30px -225px;
}
.flag-jp:before {
  background-position: -60px -225px;
}
.flag-je:before {
  background-position: -90px -225px;
}
.flag-kz:before {
  background-position: 0px -250px;
}
.flag-ke:before {
  background-position: -30px -250px;
}
.flag-kg:before {
  background-position: -60px -250px;
}
.flag-kr:before {
  background-position: -90px -250px;
}
.flag-sa:before {
  background-position: -120px -250px;
}
.flag-kw:before {
  background-position: -150px -250px;
}
.flag-kh:before {
  background-position: -180px -250px;
}
.flag-kp:before {
  background-position: -210px -250px;
}
.flag-kn:before {
  background-position: -240px -250px;
}
.flag-ky:before {
  background-position: -270px -250px;
}
.flag-xk:before {
  background-position: -300px -250px;
}
.flag-la:before {
  background-position: 0px -275px;
}
.flag-lv:before {
  background-position: -30px -275px;
}
.flag-ly:before {
  background-position: -60px -275px;
}
.flag-lr:before {
  background-position: -90px -275px;
}
.flag-lc:before {
  background-position: -120px -275px;
}
.flag-ls:before {
  background-position: -150px -275px;
}
.flag-lb:before {
  background-position: -180px -275px;
}
.flag-li:before {
  background-position: -210px -275px;
}
.flag-lt:before {
  background-position: -240px -275px;
}
.flag-lu:before {
  background-position: -270px -275px;
}
.flag-lk:before {
  background-position: -300px -275px;
}
.flag-mg:before {
  background-position: 0px -300px;
}
.flag-ma:before {
  background-position: -30px -300px;
}
.flag-my:before {
  background-position: -60px -300px;
}
.flag-mw:before {
  background-position: -90px -300px;
}
.flag-md:before {
  background-position: -120px -300px;
}
.flag-mv:before {
  background-position: -150px -300px;
}
.flag-mx:before {
  background-position: -180px -300px;
}
.flag-mn:before {
  background-position: -210px -300px;
}
.flag-mk:before {
  background-position: -240px -300px;
}
.flag-ml:before {
  background-position: -270px -300px;
}
.flag-mt:before {
  background-position: -300px -300px;
}
.flag-me:before {
  background-position: -330px -300px;
}
.flag-mc:before {
  background-position: -360px -300px;
}
.flag-mz:before {
  background-position: -390px -300px;
}
.flag-mu:before {
  background-position: -420px -300px;
}
.flag-mr:before {
  background-position: -450px -300px;
}
.flag-mm:before {
  background-position: -480px -300px;
}
.flag-mo:before {
  background-position: -510px -300px;
}
.flag-ms:before {
  background-position: -540px -300px;
}
.flag-na:before {
  background-position: 0px -325px;
}
.flag-nl:before {
  background-position: -30px -325px;
}
.flag-ng:before {
  background-position: -60px -325px;
}
.flag-ne:before {
  background-position: -90px -325px;
}
.flag-no:before {
  background-position: -120px -325px;
}
.flag-np:before {
  background-position: -150px -325px;
}
.flag-nz:before {
  background-position: -180px -325px;
}
.flag-ni:before {
  background-position: -210px -325px;
}
.flag-om:before {
  background-position: 0px -350px;
}
.flag-pk:before {
  background-position: 0px -375px;
}
.flag-pa:before {
  background-position: -30px -375px;
}
.flag-py:before {
  background-position: -60px -375px;
}
.flag-pe:before {
  background-position: -90px -375px;
}
.flag-ph:before {
  background-position: -120px -375px;
}
.flag-pw:before {
  background-position: -150px -375px;
}
.flag-pg:before {
  background-position: -180px -375px;
}
.flag-pl:before {
  background-position: -210px -375px;
}
.flag-pt:before {
  background-position: -240px -375px;
}
.flag-pr:before {
  background-position: -270px -375px;
}
.flag-pf:before {
  background-position: -300px -375px;
}
.flag-qa:before {
  background-position: 0px -400px;
}
.flag-ro:before {
  background-position: 0px -425px;
}
.flag-ru:before {
  background-position: -30px -425px;
}
.flag-rw:before {
  background-position: -60px -425px;
}
.flag-rs:before {
  background-position: -90px -425px;
}
.flag-sn:before {
  background-position: 0px -450px;
}
.flag-sg:before {
  background-position: -30px -450px;
}
.flag-sl:before {
  background-position: -60px -450px;
}
.flag-si:before {
  background-position: -90px -450px;
}
.flag-sm:before {
  background-position: -120px -450px;
}
.flag-st:before {
  background-position: -150px -450px;
}
.flag-sd:before {
  background-position: -180px -450px;
}
.flag-sr:before {
  background-position: -210px -450px;
}
.flag-se:before {
  background-position: -300px -450px;
}
.flag-sk:before {
  background-position: -270px -450px;
}
.flag-sy:before {
  background-position: -330px -450px;
}
.flag-sb:before {
  background-position: -360px -450px;
}
.flag-sc:before {
  background-position: -390px -450px;
}
.flag-sz:before {
  background-position: -420px -450px;
}
.flag-tz:before {
  background-position: 0px -475px;
}
.flag-to:before {
  background-position: -30px -475px;
}
.flag-th:before {
  background-position: -60px -475px;
}
.flag-tj:before {
  background-position: -90px -475px;
}
.flag-tl:before {
  background-position: -120px -475px;
}
.flag-tn:before {
  background-position: -210px -475px;
}
.flag-tr:before {
  background-position: -240px -475px;
}
.flag-tw:before {
  background-position: -270px -475px;
}
.flag-tt:before {
  background-position: -180px -475px;
}
.flag-tm:before {
  background-position: -330px -475px;
}
.flag-tc:before {
  background-position: -300px -475px;
}
.flag-ug:before {
  background-position: 0px -500px;
}
.flag-ua:before {
  background-position: -30px -500px;
}
.flag-uy:before {
  background-position: -60px -500px;
}
.flag-us:before {
  background-position: -90px -500px;
}
.flag-uz:before {
  background-position: -120px -500px;
}
.flag-ve:before {
  background-position: 0px -525px;
}
.flag-vn:before {
  background-position: -30px -525px;
}
.flag-ws:before {
  background-position: -60px -525px;
}
.flag-vc:before {
  background-position: -90px -525px;
}
.flag-vg:before {
  background-position: -120px -525px;
}
.flag-vu:before {
  background-position: -150px -525px;
}
.flag-ye:before {
  background-position: 0px -550px;
}
.flag-za:before {
  background-position: 0px -575px;
}
.flag-zw:before {
  background-position: -30px -575px;
}
.flag-zm:before {
  background-position: -60px -575px;
}
.flag-eu:before {
  background-position: 0px -600px;
}
.flag-ww:before {
  background-position: -30px -600px;
}
.flag-nam:before {
  background-position: -60px -600px;
}
.flag-sam:before {
  background-position: -90px -600px;
}
.flag-afr:before {
  background-position: -120px -600px;
}
.flag-eur:before {
  background-position: -150px -600px;
}
.flag-asi:before {
  background-position: -180px -600px;
}
.flag-aus:before {
  background-position: -210px -600px;
}
.flag-td:before {
  background-position: -300px -475px;
}
.flag-km:before {
  background-position: -300px -50px;
}
.flag-ck:before {
  background-position: -480px -50px;
}
.flag-sv:before {
  background-position: -90px -100px;
}
.flag-gu:before {
  background-position: -420px -150px;
}
.flag-ki:before {
  background-position: -330px -250px;
}
.flag-mh:before {
  background-position: -270px -325px;
}
.flag-nr:before {
  background-position: -240px -325px;
}
.flag-ps:before {
  background-position: -330px -375px;
}
.flag-st:before {
  background-position: -180px -450px;
}
.flag-so:before {
  background-position: -150px -450px;
}
.flag-ss:before {
  background-position: -480px -450px;
}
.flag-sd:before {
  background-position: -210px -450px;
}
.flag-sr:before {
  background-position: -240px -450px;
}
.flag-tg:before {
  background-position: -150px -475px;
}
.flag-tv:before {
  background-position: -390px -475px;
}
.flag-vi:before {
  background-position: -180px -525px;
}
.flag-bq:before {
  background-position: -540px -25px;
}
.flag-bv:before {
  background-position: -510px -50px;
}
.flag-io:before {
  background-position: -540px -50px;
}
.flag-fo:before {
  background-position: -180px -125px;
}
.flag-gf:before {
  background-position: -150px -125px;
}
.flag-tf:before {
  background-position: -210px -125px;
}
.flag-gl:before {
  background-position: -480px -150px;
}
.flag-gp:before {
  background-position: -450px -150px;
}
.flag-hm:before {
  background-position: -150px -175px;
}
.flag-cx:before {
  background-position: -300px -200px;
}
.flag-cc:before {
  background-position: -270px -200px;
}
.flag-nu:before {
  background-position: -360px -325px;
}
.flag-nf:before {
  background-position: -450px -325px;
}
.flag-mp:before {
  background-position: -420px -325px;
}
.flag-pn:before {
  background-position: -360px -375px;
}
.flag-sx:before {
  background-position: -180px -425px;
}
.flag-gs:before {
  background-position: -210px -425px;
}
.flag-sj:before {
  background-position: -240px -425px;
}
.flag-sh:before {
  background-position: -510px -450px;
}
.flag-tk:before {
  background-position: -420px -475px;
}
.flag-um:before {
  background-position: -150px -500px;
}
.flag-va:before {
  background-position: -210px -525px;
}
.flag-mq:before {
  background-position: -30px -550px;
}
.flag-yt:before {
  background-position: -30px -550px;
}
.flag-nc:before {
  background-position: -30px -550px;
}
.flag-re:before {
  background-position: -30px -550px;
}
.flag-bl:before {
  background-position: -30px -550px;
}
.flag-mf:before {
  background-position: -30px -550px;
}
.flag-pm:before {
  background-position: -30px -550px;
}
.flag-wf:before {
  background-position: -30px -550px;
}
.flag-aq:before {
  background-position: -210px -600px;
}
/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('/_/font/fontawesome5/fa-solid-900.eot');
  src: url('/_/font/fontawesome5/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('/_/font/fontawesome5/fa-solid-900.woff2') format('woff2'), url('/_/font/fontawesome5/fa-solid-900.woff') format('woff'), url('/_/font/fontawesome5/fa-solid-900.ttf') format('truetype'), url('/_/font/fontawesome5/fa-solid-900.svg#fontawesome') format('svg');
}
.fa,
.fas {
  font-family: 'FontAwesome';
  font-weight: 900;
}
@font-face {
  font-family: 'first-icons';
  src: url('/_/font/first-icons-v1.5.ttf?lld53r') format('truetype'), url('/_/font/first-icons-v1.5.woff?lld53r') format('woff'), url('/_/font/first-icons-v1.5.svg?lld53r#first-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'first-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
}
[class^="icon-"]:before:hover,
[class*=" icon-"]:before:hover,
[class^="icon-"]:before:active,
[class*=" icon-"]:before:active {
  text-decoration: none;
}
.icon-filter:before {
  content: "\e91d";
}
.icon-search:before {
  content: "\e911";
}
.icon-newspaper:before {
  content: "\e912";
}
.icon-globe:before {
  content: "\e913";
}
.icon-check:before {
  content: "\e914";
}
.icon-pin:before {
  content: "\e915";
}
.icon-vn:before {
  content: "\e90d";
}
.icon-skype:before {
  content: "\eac5";
}
.icon-heart:before {
  content: "\2665";
}
.icon-headphones:before {
  content: "\e910";
}
.icon-ctrl:before {
  content: "\ea50";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-light-bulb:before {
  content: "\f000";
}
.icon-repo:before {
  content: "\f001";
}
.icon-user:before {
  content: "\f007";
}
.icon-mark-github:before {
  content: "\f00a";
}
.icon-cloud-download:before {
  content: "\f00b";
}
.icon-tag:before {
  content: "\f015";
}
.icon-issue-opened:before {
  content: "\f026";
}
.icon-comment:before {
  content: "\f02b";
}
.icon-question:before {
  content: "\f02c";
}
.icon-alert:before {
  content: "\f02d" !important;
}
.icon-gear:before {
  content: "\f02f";
}
.icon-tools:before {
  content: "\f031";
}
.icon-rocket:before {
  content: "\f033";
}
.icon-mail:before {
  content: "\f03b";
}
.icon-graph:before {
  content: "\f043";
}
.icon-triangle-left:before {
  content: "\f044";
}
.icon-credit-card:before {
  content: "\f045";
}
.icon-key:before {
  content: "\f049";
}
.icon-eye:before {
  content: "\f04e";
}
.icon-comment-discussion:before {
  content: "\f04f";
}
.icon-device-camera:before {
  content: "\f056";
}
.icon-info:before {
  content: "\f059";
}
.icon-triangle-right:before {
  content: "\f05a";
}
.icon-triangle-down:before {
  content: "\f05b";
}
.icon-link:before {
  content: "\f05c";
}
.icon-three-bars:before {
  content: "\f05e";
}
.icon-code:before {
  content: "\f05f";
}
.icon-quote:before {
  content: "\f063";
}
.icon-beer:before {
  content: "\f069";
}
.icon-settings:before {
  content: "\f07c";
}
.icon-link-external:before {
  content: "\f07f";
}
.icon-x:before {
  content: "\f081";
}
.icon-circle-slash:before {
  content: "\f084";
}
.icon-sync:before {
  content: "\f087";
}
.icon-stop:before {
  content: "\f08f";
}
.icon-bug:before {
  content: "\f091";
}
.icon-database:before {
  content: "\f096";
}
.icon-server:before {
  content: "\f097";
}
.icon-fb:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-hubot:before {
  content: "\f09d";
}
.icon-feed:before {
  content: "\f09e";
}
.icon-triangle-up:before {
  content: "\f0aa";
}
.icon-pause:before {
  content: "\f0bb";
}
.icon-rewind:before {
  content: "\f0bc";
}
.icon-fast-forward:before {
  content: "\f0bd";
}
.icon-play:before {
  content: "\f0bf";
}
.icon-package:before {
  content: "\f0c4";
}
.icon-browser:before {
  content: "\f0c5";
}
.icon-terminal:before {
  content: "\f0c8";
}
.icon-markdown:before {
  content: "\f0c9";
}
.icon-trashcan:before {
  content: "\f0d0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-slash:before {
  content: "\f131";
}
.icon-user-o:before {
  content: "\f2c0";
}
.icon-keybase:before {
  content: "\e900";
}
.icon-podcast:before {
  content: "\e902";
}
.icon-validated:before {
  content: "\e903";
}
.icon-wire:before {
  content: "\e904";
}
.icon-threema:before {
  content: "\e905";
}
.icon-signal:before {
  content: "\e906";
}
.icon-copy:before {
  content: "\e901";
}
.icon-paper-plane:before {
  content: "\e908";
}
.icon-bell-slash:before {
  content: "\e909";
}
.icon-bell:before {
  content: "\e90a";
}
.icon-mastodon:before {
  content: "\e90b";
}
.icon-log-out:before {
  content: "\e90c";
}
.icon-tw:before {
  content: "\e907";
}
.icon-yes:before {
  content: "\e90e";
}
.icon-no:before {
  content: "\e90f";
}
.icon-more:before {
  content: "\e916";
}
.icon-program:before {
  content: "\e917";
}
.icon-pencil:before {
  content: "\e918";
}
.icon-calendar:before {
  content: "\e919";
}
.icon-lock:before {
  content: "\e91a";
}
.icon-map:before {
  content: "\e91b";
}
.icon-checked:before {
  content: "\e91c";
}
.icon-earth:before {
  content: "\e9ca";
}
.icon-registered:before {
  content: "\ea52";
}
