<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
 * 1. Google Font
 */
@import url(//fonts.googleapis.com/css?family=Roboto:300,400,700);
/* 
 * 2.0 Global Style
 */
html {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}

body {
  color: #4e4e4e;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #000;
}
a:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

p {
  margin: 0 0 30px;
}

ul li {
  margin-bottom: 10px;
}

.custom-list-icon, .list-arrow-right {
  list-style-type: none;
  padding: 0;
}
.custom-list-icon li, .list-arrow-right li {
  position: relative;
  padding-left: 20px;
}
.custom-list-icon li::before, .list-arrow-right li::before {
  position: absolute;
  left: 0;
  color: #4e4e4e;
  font-family: "Ionicons";
}

.social-block {
  list-style-type: none;
  padding: 0;
}
.social-block li {
  display: inline-block;
}
.social-block li a {
  display: inline-block;
  height: 32px;
  width: 32px;
  color: #4e4e4e;
}
.social-block li a i {
  font-size: 1.5em;
}
.social-block li a:hover, .social-block li a:focus {
  color: #000;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
}

.btn {
  border: 0;
  border-radius: 0;
  padding: 6px 28px;
  text-transform: uppercase;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
          transition-property: transform;
}
.btn:hover {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

.form-control {
  border-radius: 0;
  box-shadow: none;
  height: 48px;
  padding: 10px 12px;
  font-size: 16px;
  line-height: 1.6;
}
.form-control:focus {
  box-shadow: none;
  border-color: #ccc;
  background-color: #f8f8f8;
}

.valign-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.section {
  padding: 30px 0;
}

.section-title {
  color: #313131;
  letter-spacing: 1px;
  margin: 0 0 20px;
  text-transform: uppercase;
  text-align: center;
}

/* 
 * 3.0 Helper Class
 */
/* 
 * 3.1 Helper Class: font-weight
 */
.font-300 {
  font-weight: 300;
}

.font-400 {
  font-weight: 400;
}

.font-700 {
  font-weight: 700;
}

/* 
 * 3.2 Helper Class: margin
 */
.mt0 {
  margin-top: 0;
}

.mb0 {
  margin-bottom: 0;
}

.mt20 {
  margin-top: 20px;
}

/* 
 * 3.3 Helper Class: list
 */
.list-arrow-right li::before {
  content: "\f3d3";
}

/* 
 * 3.4 Helper Class: button
 */
.btn-white {
  color: #000;
  background-color: #fff;
}
.btn-white:hover, .btn-white:focus {
  color: #000;
  background-color: #fff;
}

.btn-black {
  color: #fff;
  background-color: #000;
}
.btn-black:hover, .btn-black:focus {
  color: #fff;
  background-color: #000;
}

/* 
 * 3.5 Helper Class: background
 */
.bg-image, .bg-image-1, .bg-image-2 {
  position: relative;
}
.bg-image::before, .bg-image-1::before, .bg-image-2::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.bg-image-1::before {
  background-color: rgba(0, 0, 0, 0.7);
}

.bg-image-2 {
  background: url(../images/backgrounds/bg-2.jpg) no-repeat center bottom/cover;
}
.bg-image-2::before {
  background-color: rgba(0, 0, 0, 0.7);
}

@media (min-width: 768px) {
  .section {
    //padding: 120px 0;
    padding: 80px 0 20px 0;
  }

  .section-title {
    color: #313131;
    letter-spacing: 1px;
    margin: 0 0 60px;
    text-transform: uppercase;
    text-align: left;
  }
  
  #localisation {padding-top:20px}
}
/* 
 * 4.0 Navigation
 */
.navbar-custom {
  border: 0;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #000;
  -webkit-transition: all 0.2s linear 0s;
          transition: all 0.2s linear 0s;
}
.navbar-custom .navbar-nav li {
  margin: 0;
}
.navbar-custom .navbar-nav &gt; li &gt; a {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  border-bottom: 1px solid transparent;
}
.navbar-custom .navbar-nav &gt; li &gt; a:focus, .navbar-custom .navbar-nav &gt; li &gt; a:hover {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.5);
}
.navbar-custom .navbar-nav &gt; .active &gt; a {
  border-color: rgba(255, 255, 255, 0.5);
}

.navbar-toggle {
  border: 0;
  border-radius: 0;
  margin-top: 2px;
}
.navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-solid {
  background-color: #000 !important;
  padding: 0 !important;
  -webkit-transition: all 0.2s linear 0s;
          transition: all 0.2s linear 0s;
}

.site-branding {
  float: left;
  margin-top: 0;
  margin-left: 10px;
}
.site-branding .logo {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-right: 5px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.site-branding .logo:focus, .site-branding .logo:hover {
  text-decoration: none;
}

/* 
 * 5.0 Site Header
 */
.site-header {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: relative;
  text-align: center;
}
.site-header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.site-header .intro {
  color: #fff;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  z-index: 1;
  padding: 0 15px;
}
.site-header .intro h2 {
  margin-top: 0px;
  font-size: 25px;
  font-weight: 300;
}
.site-header .intro h1 {
  margin-top: 0px;
  font-size: 30px;
}
.site-header .intro p {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 300;
}

@media (min-width: 768px) {
  .navbar-custom {
    background-color: transparent;
    padding-top: 30px;
  }

  .site-branding {
    margin-top: 6px;
    margin-left: 0;
  }
}
/* 
 * 6.0 Section
 */
/* 
 * 6.1 Section: About 
 */
.about .section-title {
  margin: 0 0 25px;
}
.about figure {
  margin-bottom: 25px;
}

/* 
 * 6.2 Section: Facts
 */
.facts i {
  color: #fff;
  font-size: 3em;
}
.facts h3 {
  color: #fff;
  text-align: center;
  font-weight: 400;
}

/* 
 * 6.3 Section: Speaker
 */
.speaker {
  text-align: left;
  color: #313131;
  text-transform: none;
  margin: 20px 0 0 !important;
}
.speaker h4 {
  margin-top: 15px;
  margin-bottom: 5px;
  text-transform: none;
}
.speaker p {
  margin-bottom: 5px;
}
@media (max-width: 768px) {
    .speaker img {
      max-width:50%;
    }
}
.speaker img:hover {
  opacity: .7;
}

.workshops .workshopsList .workshop .speaker .photo { margin-right: 10px; }
.workshopContent .speaker-worshop {display: flex; }
.workshopContent .speaker-worshop .workshop_image { margin-right:10px;}

/* 
 * 6.4 Section: Registration &amp; Pricing
 */
/* 
 * 6.5 Section: Contribution
 */
.contribution {
  text-align: center;
  color: #fff;
}

/* 
 * 6.6 Section: Schedule
 */
.schedule-box {
  position: relative;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 50px 0;
  margin: 25px 0 0;
}
.schedule-box::before {
  content: '';
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  border: 1px solid #fff;
}

/* 
 * 6.7 Section: Schedule
 */
.partner {
  background-color: #f8f8f8;
}
.partner .partner-box {
  display: block;
  opacity: 0.3;
  height: 150px;
  width: 150px;
  margin: 25px auto;
  -webkit-transition: 0.5s all linear;
          transition: 0.5s all linear;
}
.partner .partner-box:hover {
  opacity: 1;
}
.partner .partner-box-1 {
  background: url(../images/partner/partner-1.png) no-repeat center center/contain;
}
.partner .partner-box-2 {
  background: url(../images/partner/partner-2.png) no-repeat center center/contain;
}
.partner .partner-box-3 {
  background: url(../images/partner/partner-3.png) no-repeat center center/contain;
}
.partner .partner-box-4 {
  background: url(../images/partner/partner-4.png) no-repeat center center/contain;
}
.partner .partner-box-5 {
  background: url(../images/partner/partner-5.png) no-repeat center center/contain;
}
.partner .partner-box-6 {
  background: url(../images/partner/partner-6.png) no-repeat center center/contain;
}
.partner .partner-box-7 {
  background: url(../images/partner/partner-7.png) no-repeat center center/contain;
}
.partner .partner-box-8 {
  background: url(../images/partner/partner-8.png) no-repeat center center/contain;
}

/* 
 * 6.8 Section: FAQ
 */
.faq .panel-heading {
  cursor: pointer;
}
.faq .faq-toggle.collapsed::before {
  font-family: "Ionicons";
  content: "\f218";
  -webkit-transition: 0.5s linear ease-out;
          transition: 0.5s linear ease-out;
  position: absolute;
  left: 15px;
}
.faq .faq-toggle::before {
  position: absolute;
  left: 15px;
  font-family: "Ionicons";
  content: "\f209";
}
.faq .panel-group .panel + .panel {
  margin-top: 15px;
}
.faq .panel-default &gt; .panel-heading {
  color: #FFF;
  background-color: #000000;
  border-color: #000;
  border-radius: 0;
  padding: 0;
}
.faq .panel-default &gt; .panel-heading a {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 15px 15px 15px 35px;
  background: #D6D2D2;
}
.schedule-box {
  background: #D6D2D2;
}
/* 
 * 6.9 Section: photos
 */
.grid {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.grid::after {
  content: '';
  display: block;
  clear: both;
}

.grid-item {
  float: left;
  overflow: hidden;
  padding: 3px;
  margin: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .grid-item-sm-6 {
    width: 50%;
  }

  .grid-item-sm-3 {
    width: 25%;
  }

  .section-title {
    margin: 0 0 30px;
    background-color: rgba(230, 230, 230, 0.6) ;
    border-bottom: 3px solid rgba(230, 230, 230, 1);
    padding: 10px;
  
  }

  figure {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .schedule-box {
    margin: 0;
  }

  .grid-item-md-6 {
    width: 50%;
  }

  .grid-item-md-3 {
    width: 25%;
  }
}
/* 
 * 7.0 Site-footer
 */
.site-footer {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 30px 0;
}
.site-footer .site-info {
  font-weight: 400;
  margin-bottom: 10px;
}
.site-footer .site-info a {
  color: #fff;
}
.site-footer .social-block li a {
  color: #fff;
}
.site-footer .social-block li a:hover, .site-footer .social-block li a:focus {
  opacity: 0.8;
}

/* sdj */
{
    font-size: 72px;
    line-height: 1;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 30px;
    text-shadow: 4px 4px 0 rgba(0, 0, 0, .4);
}

.main-slider {
    height: 100%;
    position: relative;
}

.main-slider .slide .slide-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    height: 100%;
    width: 100%;
    z-index: -2;
}

.main-slider .slide1 .slide-image {
    background: url("../img/preview/bg-mainslider-1.jpg") 50% 50% transparent;
}
.main-slider .slide2 .slide-image {
    background: url("../img/preview/bg-mainslider-2.jpg") 50% 50% transparent;
}

.main-slider .slide {
    position: relative;
}

.main-slider .owl-carousel {
    height: 100%;
}

.main-slider .slide .slide-image:before {
    content: "";
    display: block;
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    height: 100%;
    width: 100%;
    background: url("../img/main-slider-overlay.png") 0 100% transparent; /*fixed*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -1;
}

.boxed .main-slider {
    min-height: 1px !important;
    height: auto !important;
}

.boxed .main-slider .owl-wrapper-outer {
    /*margin-top: 100px !important;*/
}

@media (max-width: 991px) {
    .boxed .main-slider .owl-wrapper-outer {
        /*margin-top: 40px !important;*/
    }
}

.main-slider .owl-wrapper-outer {height: 100%;}
.main-slider .owl-wrapper {height: 100%;}
.main-slider .owl-item {height: 100%; padding-top: 100px;}
@media (max-width: 991px) {
    .main-slider .owl-item {padding-top: 44px;}
}
.main-slider .item {height: 100%; float: none; width: 100%;}
.main-slider .slide-caption {
    height: 100%;
    padding: 10px;
}

.main-slider .full-width-slide {
    text-align: center;
}
.main-slider .alternate .slide-caption .slide-caption-inner {
    /*padding: 0;*/
    width: 700px;
    /*margin: 0 auto 0 0;*/
}

.boxed .main-slider .alternate .slide-caption .slide-caption-inner {
    padding-left: 30px;
}

@media (max-width: 991px) {
    .main-slider .alternate .slide-caption .slide-caption-inner {
        width: 100%;
    }
    .boxed .main-slider .alternate .slide-caption .slide-caption-inner {
        padding-left: 0;
    }
}

.main-slider .owl-controls {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 0;
    width: 100%;
}

.main-slider .owl-controls .owl-prev,
.main-slider .owl-controls .owl-next {
    font-size: 30px;
    line-height: 30px;
    width: 50px;
    height: 50px;
    border: solid 1px #c4c4c4;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background-color: transparent !important;

    text-indent: -99999px;
}
.main-slider .owl-controls .owl-prev {
    border-left: none;
}
.main-slider .owl-controls .owl-next {
    left: auto;
    right: 0;
    border-right: none;
}

.main-slider .owl-controls .owl-prev:after,
.main-slider .owl-controls .owl-next:after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    content: "\f104";
    text-indent: 0;
    font-size: 45px;

    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
}

.main-slider .owl-controls .owl-next:after {
    content: "\f105";
}

.slide {
    padding: 0 0 40px 0;
}

.site-header .intro h1  {
    font-size: 72px;
    line-height: 1;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 30px;
    text-shadow: 4px 4px 0 rgba(0, 0, 0, .4);
}

.alternate .site-header .intro h1  {
    font-size: 72px;
}

#site-header .slide-caption-inner a,
#site-header .slide-caption-inner a:hover {
    color:#fff;
}

.slide-subtitle {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .4);
}

.alternate .slide-subtitle {
    margin-bottom: 30px;
}

.slide-btn {
    box-shadow: 5px 5px 0 rgba(0, 0, 0, .4);
}

@media (max-width: 1199px) {
    .site-header .intro h1  {font-size: 72px;}
    .slide-subtitle {font-size: 25px;}
}
@media (max-width: 991px) {
    .site-header .intro h1  {font-size: 52px;}
    .alternate .site-header .intro h1  {font-size: 52px;}
    .slide-subtitle {font-size: 22px;}
    .alternate .slide-subtitle {font-size: 22px;}
}
@media (max-width: 767px) {
    .site-header .intro h1  {font-size: 42px; margin-bottom: 10px;}
    .alternate .site-header .intro h1  {font-size: 42px; margin-bottom: 10px;}
    .slide-subtitle {font-size: 18px;}
    .alternate .slide-subtitle {font-size: 18px;}
}
@media (max-width: 639px) {
    .site-header .intro h1  {font-size: 40px;}
    .alternate .site-header .intro h1  {font-size: 40px;}
    .slide-subtitle {font-size: 16px;}
    .alternate .slide-subtitle {font-size: 16px;}
}
@media (max-width: 479px) {
    .site-header .intro h1  {font-size: 32px;}
    .alternate .site-header .intro h1  {font-size: 32px;}
    .slide-subtitle {font-size: 16px;}
    .alternate .slide-subtitle {font-size: 16px;}
}

.countdown-wrapper {
    margin: 0 auto;
    width: 1110px;
}

@media (max-width: 1999px) {
    .countdown-wrapper {
        width: 960px;
    }
    .boxed .countdown-wrapper {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .countdown-wrapper {
        padding: 0 50px;
        width: 100%;
    }
    .alternate .countdown-wrapper {
        padding: 0;
    }
}

.alternate .countdown-wrapper {
    width: 400px;
    margin-left: 0;
}

@media (max-width: 767px) {
    .alternate .countdown-wrapper {
        width: 100%;
    }
}

.countdown-row {
    padding: 0;
}

.defaultCountdown {
    margin-bottom: 40px;
}

.is-countdown {
    border: none;
    background-color: transparent;
}

.countdown-section {
    background-color: rgba(0, 0, 0, 0.3);
    border: solid 1px #c4c4c4;
    border: solid 1px rgba(255, 255, 255, 0.5);
    color: #ffffff;
    width: 50%;
}

.countdown-show4 .countdown-section {
    width: 22%;
}

.countdown-show4 .countdown-section + .countdown-section {
    margin-left: 4%;
}

.countdown-amount {
    font-weight: 700;
    font-size: 96px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .4);
}

.alternate .countdown-amount {
    font-size: 48px;
}

.countdown-period {
    border-top: solid 1px #c4c4c4;
    border-top: solid 1px rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 32px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .4);
}
.alternate .countdown-period {font-size: 16px; }

#event-register-btn { padding: .2em 1.2em; font-size: 42px; border-radius: 6px; color: #fff; }
#event-register-btn:hover {color: #000;}

@media (max-width: 991px) {
    .countdown-amount {font-size: 70px;}
    .alternate .countdown-amount {font-size: 48px;}
    .countdown-period {font-size: 18px;}
    .alternate .countdown-period {font-size: 16px;}
    #event-register-btn {font-size: 38px;}
}
@media (max-width: 767px) {
  .slide-caption-inner &gt; .container {padding-top: 50px; }
    .countdown-amount {font-size: 40px; padding: 10px 0; display: inline-block;}
    .alternate .countdown-amount {font-size: 40px; padding: 10px 0; display: inline-block;}
    .countdown-period {font-size: 14px; padding: 5px 0; }
    .alternate .countdown-period {font-size: 14px; padding: 5px 0; }
    #event-register-btn {font-size: 32px;}
}
@media (max-width: 639px) {

   .e-box-head &gt; a {display: none;}
    .countdown-amount {font-size: 30px;}
    .alternate .countdown-amount {font-size: 30px;}
    .countdown-period {font-size: 14px;}
    .alternate .countdown-period {font-size: 14px;}
    #event-register-btn {font-size: 28px;}
}
@media (max-width: 479px) {
   .e-box-head &gt; a {display: none;}
  #zoneEvent {padding: 0 !important}
    .countdown-amount {font-size: 20px;}
    .alternate .countdown-amount {font-size: 20px;}
    .countdown-period {font-size: 9px;}
    .alternate .countdown-period {font-size: 9px;}
    #event-register-btn {font-size: 22px;}
}
.speaker-fontion {font-size: 12px}
.registration-btn-row {margin-bottom: 40px}
.whiteLink {display: none}
.whiteLink , .whiteLink:hover {color : #fff;}
.navbar-solid .whiteLink {display: inline;}

#zoneEvent {width: 100% !important}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .valign-center { display: block; padding-top: 10%; } }

.at-share-dock.atss {
  z-index: 998 !important;
}

@media( min-width: 992px ) { .slide-title { padding-top: 85px; } }
</pre></body></html>