/* ------------------------------ TABLE OF CONTENTS ------------------------------ */
/* FONTS */
/* GLOBAL */
/* HEADER */
/* BUTTONS */
/* SPEAKERS */
/* SCHEDULE */
/* REGISTRATION */
/* FOOTER */

/* ------------------------------ FONTS ------------------------------ */
@font-face {
  font-family: 'Aveny T';
  font-weight: 800;
  font-style: normal;
  src: url('https://assets.swoogo.com/custom-font/1893.ttf') format('truetype');
}

@font-face {
  font-family: 'Aveny T';
  font-weight: 300;
  font-style: normal;
  src: url('https://assets.swoogo.com/custom-font/1894.ttf') format('truetype');
}

@font-face {
  font-family: 'Aveny T';
  font-weight: 270;
  font-style: normal;
  src: url('https://assets.swoogo.com/custom-font/1895.ttf') format('truetype');
}

@font-face {
  font-family: "ezhishin";
  src: url('https://www.tdc.org/app/themes/tdc/assets/fonts/EzhishinLetteringVariable.eot');
  src: url('https://www.tdc.org/app/themes/tdc/assets/fonts/EzhishinLetteringVariable.eot') format('embedded-opentype'),
       url('https://www.tdc.org/app/themes/tdc/assets/fonts/EzhishinLetteringVariable.woff2') format('woff2'),
       url('https://www.tdc.org/app/themes/tdc/assets/fonts/EzhishinLetteringVariable.woff') format('woff'),
       url('https://www.tdc.org/app/themes/tdc/assets/fonts/EzhishinLetteringVariable.ttf') format('truetype');
}
/* Solution is we need Swoogo to support eot/woff2 file types, otherwise we have to source externally.
/*
@font-face {
  font-family: 'Ezhishin';
  src: url('https://assets.swoogo.com/custom-font/7616.otf') format('opentype'), 
    url('https://assets.swoogo.com/custom-font/7617.ttf') format('truetype-variations'), 
    url('https://assets.swoogo.com/custom-font/7618.woff') format('woff'),
    url('https://www.tdc.org/app/themes/tdc/assets/fonts/EzhishinLetteringVariable.woff2') format('woff2');
	font-variation-settings: "wght"0;
	-moz-font-variation-settings: "wght"0;
}
*/



@supports (font-variation-settings: normal) {
  html {
    font-family: 'Ezhishin', sans-serif;
  }
}


@font-face {
  font-family: 'Robinson';
  font-weight: 500;
  font-style: italic;
  src: url('https://assets.swoogo.com/custom-font/7624.otf') format('opentype');
}

@font-face {
  font-family: 'Robinson';
  font-weight: 500;
  font-style: normal;
  src: url('https://assets.swoogo.com/custom-font/7625.otf') format('opentype'), 
    url('https://assets.swoogo.com/custom-font/7627.woff') format('woff'), 
    url('https://assets.swoogo.com/custom-font/7626.ttf') format('truetype');
}

@font-face {
  font-family: 'Robinson';
  font-weight: 400;
  font-style: italic;
  src: url('https://assets.swoogo.com/custom-font/7628.otf') format('opentype');
}

@font-face {
  font-family: 'Robinson';
  font-weight: 400;
  font-style: normal;
  src: url('https://assets.swoogo.com/custom-font/7630.ttf') format('truetype'), 
    url('https://assets.swoogo.com/custom-font/7629.otf') format('opentype'), 
    url('https://assets.swoogo.com/custom-font/7631.woff') format('woff');
}
            

/* ------------------------------ GLOBAL ------------------------------ */
.layout-standard {
  width: 100%;
  overflow-x: hidden;
}
strong {
  font-weight: 500;
}
.widget {
  border: none !important;
}
@media only screen and (max-width: 768px) {
  .workshops {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 500px) {
  .col-sm-1,
  .col-sm-5{
    min-height: 0;
  }
}
.row {
  margin: 0;
}
body, a, span, p {
  font-family: Arial, Helvetica, sans-serif;
  font-family: 'Robinson', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  font-family: Arial, Helvetica, sans-serif;
  font-family: 'Robinson', sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
p {
  font-size: 18px;
}
.ezhishin {
  font-family: 'Ezhishin', cursive;
}
@media only screen and (max-width: 480px) {
  .row.swoogo-widget-background {
    margin-top: -1px;
  }
}
.large-text {
  font-size: 27px;
}
@media only screen and (max-width: 480px) {
  .large-text {
    font-size: 18px;
  }
}
.two-col {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: -20px;
}
@media only screen and (max-width: 768px) {
  .two-col {
    flex-wrap: wrap;
    margin: -20px -5px;
  }
}
.two-col > * {
  flex-basis: calc(50% - 40px);
  margin: 20px;
}
@media only screen and (max-width: 768px) {
  .two-col > * {
    flex-basis: 100%;
    margin: 5px 20px;
  }
}
.swoogo-image {
  position: relative;
}
.swoogo-image .img-responsive.img-rounded.mt-none.mb-none {
  z-index: 1;
  position: absolute;
  left: 0;
  top: -15px;
}
@media only screen and (max-width: 800px) {
  .swoogo-image .img-responsive.img-rounded.mt-none.mb-none {
    top: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .swoogo-image .img-responsive.img-rounded.mt-none.mb-none {
    top: -20px;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .swoogo-image .img-responsive.img-rounded.mt-none.mb-none {
    top: -9px;
  }
}
.already {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .already {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.already a {
  color: #000000;
}
.btn.btn-standard,
.btn.btn-alternate {
  background-color: #962CD7;
  border-radius: 0;
  border: none;
  box-shadow: none;
  color: #ffffff;
  transition: 0.3s ease;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 12px 20px 10px 20px;
}
@media only screen and (max-width: 480px) {
  .btn.btn-alternate {
    width: auto;
    display: block;
    margin: auto;
  }
}
.btn.btn-alternate {
  font-size: 18px;
}
.btn.btn-standard span,
.btn.btn-alternate span {
  color: #ffffff;
}
@media only screen and (max-width: 480px) {
  .btn.btn-standard,
  .btn.btn-alternate {
    margin: 15px;
  }
}
.btn.btn-standard:hover,
.btn.btn-alternate:hover {
  background-color: #FFF500;
  color: #000000;
}
.btn.btn-standard:focus,
.btn.btn-standard:active,
.btn.btn-alternate:focus,
.btn.btn-alternate:active {
  outline: none;
}
.btn.btn-standard i,
.btn.btn-alternate i {
  display: none;
}
.swoogo-btn-group .btn {
  margin: 0 7.5px;
}
#w_19612534 button[type="submit"] {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  #w_19612534 button[type="submit"] {
    margin-right: 15px;
  }
}
.morecontent span {
	display: none;
}
#w_24110616 .agenda-networking .session-buttons {
  display: none;
}

/* REGISTRATION PAGES -- STYLE OVERRIDES */
.agenda-networking .session-item {
    box-shadow: none!important;
    background-color: transparent!important;
}
.layout-standard-inner #main-wrap {
  margin-top: 125px!important;
}
.layout-standard-inner .table>tbody>tr>td, 
.layout-standard-inner .table>tbody>tr>th, 
.layout-standard-inner .table>tfoot>tr>td, 
.layout-standard-inner .table>tfoot>tr>th, 
.layout-standard-inner .table>thead>tr>td, 
.layout-standard-inner .table>thead>tr>th {
  border-top: 0px!important;
}
.layout-standard-inner .table>thead>tr>th {
    border-bottom: 1px solid #000!important;
}
.layout-standard-inner tbody {
  font-size: 20px!important;
}
.modal-content {
  background: linear-gradient(180deg, #FFF500 0%, #0E98AE 100%)!important;
}
.modal-title {
  font-size: 39px!important;
}
.modal-header, .modal-footer {
  border-bottom: 0px!important;
  border-top: 0px!important;
}
.modal-body.content { font-size: 20px!important; } 
.alert-warning {
    color: #fff!important;
    background-color: #CA371C!important;
    border-color: #CA371C!important;
}
.row.swoogo-border.swoogo-widget-background .col-sm-10 .swoogo-question:nth-of-type(4) .form-group {
    flex-basis: calc(100% - 20px)!important;
}
.agenda-networking .session-item {
  margin-left: 0!important;
}
.agenda-networking .session-item .session-data-wrap {
    padding: 0!important;
}

.agenda-networking .session-description {
  color: #000!important;
  font-size: 18px!important;
}
.agenda-networking .session-title {
  font-size: 18px!important;
  border-bottom: 0px!important;
}
.agenda-networking .item.session-full-time {
  color: #000!important;
  font-size: 18px;
}

.item.session-full-time i {
  display: none;
}

.agenda-networking .session-title a { 
  font-size: 18px!important;
  color:#000!important;
  font-weight: 500!important;
}
.agenda-networking .swoogo-session-live {
  display: none;
}
.layout-standard-inner .btn.btn-standard:hover span, .layout-standard-inner .btn.btn-alternate:hover span {
  color: #000!important;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background: rgba(255, 255, 255, 0.25)!important;
}
#main-wrap a:not(.hashtag):hover {
  color: #000000!important;
}
@media only screen and (min-width: 768px) {
  .intro {
    padding-top: 89vh;
  }
  .intro-1 {
	margin-left: -15px;
  }
  .intro-2 {
	margin-right: 60px;
    line-height: 32px;
    font-size: 24px;
  }
  .intro-2 p { font-size: 24px; }
}
@media only screen and (max-width: 767px) {
  .intro-1 {
	padding-top: 20px;
  }
  .intro-2 {
	padding-top: 20px;
  }
}
@keyframes sizes0 {
  0% {
    font-variation-settings: "wght" 500;
    -moz-font-variation-settings: "wght" 500;
    color: rgba(169, 222, 70, 1);
  }
  50% {
    font-variation-settings: "wght" 750;
    -moz-font-variation-settings: "wght" 750;
    color: rgba(169, 222, 70, 1);
  }
  100% {
    font-variation-settings: "wght" 1000;
    -moz-font-variation-settings: "wght" 1000;
    color: rgba(169, 222, 70, 0);
  }
}
@keyframes colours {
  0% {
    color: rgba(0, 159, 194, 1);
  }
  20.0% {
    color: rgba(150, 44, 215, 1);
  }
  40.0% {
    color: rgba(242, 254, 50, 1);
  }
  60.0% {
    color: rgba(14, 152, 174, 1);
  }
  80.0% {
    color: rgba(199, 45, 29, 1);
  }
  100% {
    color: rgba(0, 159, 194, 1);
  }
}
@keyframes fadingcolours {
  0% {
    color: rgba(0, 159, 194, 0);
  }
  5% {
    color: rgba(0, 159, 194, 1);
  }
  20.0% {
    color: rgba(150, 44, 215, 0.8);
  }
  40.0% {
    color: rgba(242, 254, 50, 0.6);
  }
  60.0% {
    color: rgba(14, 152, 174, 0.4);
  }
  80.0% {
    color: rgba(199, 45, 29, 0.2);
  }
  100% {
    color: rgba(0, 159, 194, 0);
  }
}

@keyframes sizes1 {
  0% {
    color: rgba(242, 254, 50, 1);
  }
  50.0% {
    color: rgba(199, 45, 29, 1);
  }
  100% {
    color: rgba(242, 254, 50, 1);
  }
}

@keyframes sizes2 {
  0% {
    font-variation-settings: "wght" 400;
    -moz-font-variation-settings: "wght" 400;
  }
  50.0% {
    font-variation-settings: "wght" 100;
    -moz-font-variation-settings: "wght" 100;
  }
  100% {
    font-variation-settings: "wght" 400;
    -moz-font-variation-settings: "wght" 400;
  }
}
#home, #schedule, #registration, #speakers, #about {
  padding-top: 120px;
  margin-top: -120px;
}
@media only screen and (max-width: 768px) {
  #registration,
  #speakers {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.audio-box {
  position: absolute;
  max-width: 450px;
  width: 33vw;
  right: 0;
  bottom: -30px;
  background-color: #962CD7;
  padding: 50px 100px;
  z-index: 11;
}
@media only screen and (max-width: 1440px) {
  .audio-box {
    bottom: 0;
  }
}
@media only screen and (max-width: 1099px) {
  .audio-box {
    padding: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .audio-box {
    position: relative;
    width: 100%;
    max-width: none;
  }
}
@media only screen and (max-width: 480px) {
  .audio-box {
    padding: 30px;
  }
}
.audio-box .dots {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  height: 70%;
  width: auto;
}
.audio-box p {
  color: #FFF500;
  font-size: 32px;
}
.audio-box svg {
  display: block;
  margin: auto;
}
#main-wrap a:not(.hashtag) {
  color: #962CD7;
  transition: 0.3s ease;
}
#main-wrap a:not(.hashtag):hover {
  color: #FFF500;
  text-decoration: none;
}
#main-wrap a:not(.hashtag):active {
  text-decoration: none;
}
#main-wrap .swoogo-border__r-small {
  border-radius: 0;
}
#main-wrap .swoogo-login-form h2 {
  text-align: center;
}
/*#main-wrap .swoogo-login-form .form-group > label {
  display: block;
}
@media only screen and (min-width: 768px) {
  #main-wrap .swoogo-login-form .form-group {
    width: 50%;
  }
}*/
#w_19612548 .mt-medium.mb-medium.clearfix {
  margin: 0 !important;
}

/* ------------------------------ HEADER ------------------------------ */

#nav-wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: none;
  background: linear-gradient(180deg, #009FC2 0%, #962CD7 100%);
  /*background: linear-gradient(180deg, #3A919A 0%, #962CD7 100%);*/
  /*border-bottom: 15px solid #faa4a7;*/
  height: calc(100vh - 50px);
  will-change: height;
  transition: 1s ease-in-out;
  background-size: 200% 200%;

  -webkit-animation: Animation 5s ease infinite;
  -moz-animation: Animation 5s ease infinite;
  animation: Animation 5s ease infinite;
}
*/

@-webkit-keyframes Animation {
    0%{background-position:10% 0%}
    50%{background-position:91% 100%}
    100%{background-position:10% 0%}
}
@-moz-keyframes Animation {
    0%{background-position:10% 0%}
    50%{background-position:91% 100%}
    100%{background-position:10% 0%}
}
@keyframes Animation { 
    0%{background-position:10% 0%}
    50%{background-position:91% 100%}
    100%{background-position:10% 0%}
}

@media only screen and (max-width: 767px) {
  #nav-wrap {
    position: relative;
    background-color: #ffffff;
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  #nav-wrap.scrolled,
  #nav-wrap.nav-wrap-inner {
    height: 125px;
  }
  #nav-wrap.scrolled {
    border-bottom: none;
    box-shadow: 0 4px 30px -5px rgba(0,0,0, 0.2);
    /*box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);*/
  }
}
#nav-wrap.nav-wrap-inner {
  border-bottom: none;
}
#nav-wrap.nav-wrap-inner .navbar h2 {
  font-size: 90px;
}
#nav-wrap .navbar {
  background: none;
  border: none;
  border-radius: 0;
  min-height: 0;
  margin-bottom: 0;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  #nav-wrap .navbar {
    margin-bottom: 0;
  }
}
#nav-wrap .navbar .container-fluid {
  height: 100%;
}
#nav-wrap .navbar .row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 0;
  height: 100%;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #nav-wrap .navbar .row {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 480px) {
  #nav-wrap .navbar .row {
    flex-wrap: wrap;
    padding: 15px 0px;
  }
}
@media only screen and (min-width: 768px) {
  #nav-wrap .navbar .row .hamburger {
    opacity: 0;
    transition: 0.3s ease;
  }
  #nav-wrap.scrolled .navbar .row .hamburger,
  #nav-wrap.nav-wrap-inner .navbar .row .hamburger{
    opacity: 1;
  }
}
#nav-wrap .navbar .row .hamburger .navbar-toggle {
  margin: 0;
  border: none;
  padding: 0;
  border-radius: 0;
  display: block;
  width: 100%;
  max-width: 40px;
  float: left;
}
#nav-wrap .navbar .row .hamburger .navbar-toggle:hover {
  background: none;
}
#nav-wrap .navbar .row .hamburger .navbar-toggle .icon-bar {
  background-color: #F1FA17;
  border-radius: 0;
  height: 5px;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  #nav-wrap .navbar .row .hamburger .navbar-toggle .icon-bar {
    height: 3px;
  }
}
#nav-wrap .navbar .row .hamburger .navbar-toggle .icon-bar:nth-of-type(2) {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  #nav-wrap .navbar .row .hamburger .navbar-toggle .icon-bar:nth-of-type(2) {
    margin-top: 8px;
  }
}
#nav-wrap .navbar .row .hamburger .navbar-toggle .icon-bar:nth-of-type(3) {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  #nav-wrap .navbar .row .hamburger .navbar-toggle .icon-bar:nth-of-type(3) {
    margin-top: 8px;
  }
}
.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.navbar-collapse.collapse {
  display: none !important;
}
.navbar-collapse.collapse.in {
  display: block !important;
}
#nav-wrap .navbar .container {
  position: relative;
}
#nav-wrap .navbar .mobile-menu {
  background-color: #FFF500;
  border: none;
  position: absolute;
  top: 100px;
  left: 0;
}
@media only screen and (max-width: 1099px) {
  #nav-wrap .navbar .mobile-menu {
    top: 94px;
    width: 100%;
  }
}
.navbar-nav {
  margin: 0;
}
 #nav-wrap .navbar .mobile-menu li {
  float: none;
}
#nav-wrap .navbar .mobile-menu li a {
  color: #00241f !important;
  background: none;
  text-align: left;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 68px;
  padding-right: 59px;
  line-height: 1;
  font-size: 32px;
  position: relative;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .navbar-nav {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #nav-wrap .navbar .mobile-menu li a {
    font-size: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#nav-wrap .navbar .mobile-menu li a:before {
  position: absolute;
  content: '';
  left: 20px;
  top: 18px;
  height: 61px;
  width: 20px;
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  #nav-wrap .navbar .mobile-menu li a:before {
    height: 50px;
    top: 13px;
  }
}
#nav-wrap .navbar .mobile-menu li:first-of-type a:before {
  background-image: url('https://assets.swoogo.com/uploads/medium/1853603-629f900bd3f58.png');
}
#nav-wrap .navbar .mobile-menu li:nth-of-type(2) a:before {
  background-image: url('https://assets.swoogo.com/uploads/medium/1853604-629f900bd5ab3.png');
}
#nav-wrap .navbar .mobile-menu li:nth-of-type(3) a:before {
  background-image: url('https://assets.swoogo.com/uploads/medium/1853602-629f900bd3598.png');
}
#nav-wrap .navbar .mobile-menu li:nth-of-type(4) a:before {
  background-image: url('https://assets.swoogo.com/uploads/medium/1853605-629f900be60d8.png');
}
#nav-wrap .navbar .mobile-menu li:nth-of-type(5) a:before,
#nav-wrap .navbar .mobile-menu li:nth-of-type(6) a:before {
  background-image: url('https://assets.swoogo.com/uploads/medium/1853606-629f900beabff.png');
}
#nav-wrap .navbar .row > * {
  margin: 0 10px;
}
@media only screen and (max-width: 480px) {
  #nav-wrap .navbar .row > * {
    margin: 0 10px;
  }
}
#nav-wrap .navbar .row .hamburger {
  flex-basis: calc(10% - 20px);
  flex-grow: 0;
  margin-left: 1.5vw;
}
@media only screen and (max-width: 767px) {
  #nav-wrap .navbar .row .hamburger {
    flex-basis: calc(20% - 20px);
    margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  #nav-wrap .navbar .row .menu {
    display: none;
  }
}
#nav-wrap .navbar .row .hashtag {
  flex-basis: calc(15% - 40px);
  flex-grow: 0;
  opacity: 0;
  transition: 0.3s ease;
}
@media only screen and (max-width: 1099px) {
  #nav-wrap .navbar .row .hashtag {
    display: none;
  }
}
#nav-wrap.scrolled .navbar .row .hashtag,
#nav-wrap.nav-wrap-inner .navbar .row .hashtag {
  opacity: 1;
}
#nav-wrap .navbar .row .hashtag p {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
}
#nav-wrap .navbar #masthead {
  flex-basis: calc(80% - 40px);
  flex-grow: 0;
  flex-shrink: 1;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #nav-wrap .navbar #masthead {
    flex-basis: calc(80% - 20px);
    height: 64px;
    position: relative;
    /*margin-right: 0;
    flex-grow: 1;
    text-align: right;*/
  }
  #nav-wrap .navbar #masthead img {
    height: 100%;
  }
}
#nav-wrap .navbar .description {
  flex-basis: 25%;
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 24px;
  text-align: right;
  color: #000000;
  font-weight: 500;
  position: absolute;
  right: 30px;
  bottom: 40px;
}
@media only screen and (max-width: 1350px) {
  #nav-wrap .navbar .row .description {
    font-size: 18px;
    bottom: 48px;
  }
}
@media only screen and (max-width: 1230px) {
  #nav-wrap .navbar .row .description {
    font-size: 16px;
    bottom: 54px;
    right: 0;
  }
}
@media only screen and (max-width: 1099px) {
  #nav-wrap .navbar .row .description {
    display: none;
  }
}
#nav-wrap .navbar .description a {
  color: #F2FE32;
  text-decoration: none;
}
#nav-wrap .navbar .row .menu ul,
#nav-wrap .navbar .row .menu ul li {
  float: none;
}
#nav-wrap .navbar .row .menu ul {
  display: block;
}
#nav-wrap .navbar .row .menu ul li {
  display: inline-block;
}
#nav-wrap .navbar .row .menu ul li a {
  transition: 0.3s ease;
}
#nav-wrap .navbar .row .menu ul li a:hover {
  color: #89bebc !important;
}
#nav-wrap .navbar .row .menu ul li.active a {
  background: none;
}
#nav-wrap .navbar .row .menu ul li.active a,
#nav-wrap .navbar .row .menu ul li a,
#nav-wrap .navbar .row .menu ul li a:focus,
#nav-wrap .navbar .row .menu ul li a:active,
#nav-wrap .navbar .row .menu ul li a:hover {
  background: none;
}
#nav-wrap .navbar .row .menu ul li.dropdown .dropdown-menu {
  display: none;
}
#nav-wrap .navbar .row .menu ul li.dropdown.open .dropdown-menu {
  display: block;
}
#nav-wrap .navbar .row .menu ul li.dropdown.open .dropdown-menu a {
  color: #000000;
}
.navbar .main-title {
  position: relative;
}
.navbar h2 {
  position: absolute;
  font-size: 135px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-family: 'ezhishin', sans-serif;
  font-weight: inherit;
  transition: 0.3s ease;
  margin-bottom: 20px;
  text-align: center;
  margin-bottom: 0;
  margin-top: 10px;
}
@media only screen and (max-width: 1099px) {
  .navbar h2 {
    font-size: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .navbar h2 {
    left: 36%;
  }
}
@media only screen and (max-width: 480px) {
  .navbar h2,
  #nav-wrap.nav-wrap-inner .navbar h2 {
    font-size: 58px;
    margin-top: 6px;
    margin-left: 14px;
  }
}
.navbar h2 span {
  font-family: inherit;
}
.navbar h2#ezhishin0,
.navbar h2#ezhishin1,
.navbar h2#ezhishin2,
.navbar h2#ezhishin0 span,
.navbar h2#ezhishin1 span,
.navbar h2#ezhishin2 span {
  font-family: 'ezhishin', cursive;
}
.navbar h2#ezhishin0 {
  z-index: 1;
  font-variation-settings: "wght" 500;
  animation: sizes0 10s infinite linear;
}
.navbar h2#ezhishin1 {
  z-index: 2;
  animation: sizes1 6s infinite linear;
}
.navbar h2#ezhishin1 span {
  color: rgba(150, 44, 215, 01);
}
.navbar h2#ezhishin2 {
  z-index: 3;
  animation: sizes2 8s infinite linear;
}
.navbar h2#ezhishin2 span {
  color: rgba(242, 254, 50, 1);
}
@media only screen and (min-width: 768px) {
  #nav-wrap.scrolled .navbar #masthead h2 {
    font-size: 90px;
  }
}
#main-wrap {
  margin-top: 100px;
  position: relative;
}
#main-wrap.scrolled {
  position: relative;
}
@media only screen and (max-width: 767px) {
  #main-wrap {
    margin-top: 0;
  }
}
#main-wrap .social-share-float {
  opacity: 0;
  position: fixed;
  right: 2vw;
  top: 30%;
  z-index: 11;
  transition: 0.3s ease;
}
@media only screen and (max-width: 767px) {
  #main-wrap .social-share-float {
    /*opacity: 1;
    position: absolute;
    right: auto;
    left: 15px;
    top: 20px;
    top: 2.5%;
    z-index: 2;
    transition: 0.3s ease;*/
    display: none;
  }
}

#main-wrap.scrolled .social-share-float {
  opacity: 1;
}
#main-wrap .social-share-float-mobile {
  display: none;
  text-align: center;
}
#main-wrap .social-share-float-mobile img {
  height: 35px;
  width: auto;
  margin-top: -11px;
}
#main-wrap .social-share-float a,
#main-wrap .social-share-float-mobile a {
  display: block;
  color: #000000;
  font-size: 40px;
  transition: 0.3s ease;
}
@media only screen and (max-width: 767px) {
  #main-wrap .social-share-float-mobile {
    display: block;
  }
  #main-wrap .social-share-float a,
  #main-wrap .social-share-float-mobile a {
    display: inline-block;
    margin-right: 10px;
  }
}
#main-wrap .social-share-float a:hover,
#main-wrap .social-share-float-mobile a:hover {
  color: #962CD7;
}
#main-wrap .social-share-float a svg path,
#main-wrap .social-share-float-mobile a svg path {
  transition: 0.3s ease;
}
#main-wrap .social-share-float a:hover svg path,
#main-wrap .social-share-float-mobile a:hover svg path {
  fill: #962CD7;
}
@media only screen and (max-width: 767px) {
  #main-wrap .about-intro {
    padding: 0 15px;
  }
}


/* ------------------------------ BUTTONS ------------------------------ */

/* ------------------------------ SPEAKERS ------------------------------ */
#main-wrap .swoogo-speakers .list-view,
#main-wrap .organizers {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 90px -15px -10px -15px;
}
@media only screen and (max-width: 768px) {
  #main-wrap .swoogo-speakers .list-view,
  #main-wrap .organizers {
    margin: 90px 0 30px 0;
  }
}
@media only screen and (max-width: 480px) {
  #main-wrap .swoogo-speakers .list-view,
  #main-wrap .organizers {
    margin: 0 0 30px 0;
  }
}
#main-wrap .swoogo-speakers .list-view .single-speaker,
#main-wrap .organizers .single-speaker {
  flex-basis: calc(25% - 30px);
  margin: 15px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1099px) {
  #main-wrap .swoogo-speakers .list-view .single-speaker,
  #main-wrap .organizers .single-speaker {
    flex-basis: calc(33.33% - 30px);
  }
}
@media only screen and (max-width: 940px) {
  #main-wrap .swoogo-speakers .list-view .single-speaker,
  #main-wrap .organizers .single-speaker {
    flex-basis: calc(50% - 30px);
  }
}
@media only screen and (max-width: 500px) {
  #main-wrap .swoogo-speakers .list-view .single-speaker,
  #main-wrap .organizers .single-speaker {
    flex-basis: calc(100% - 20px);
    padding-bottom: 20px;
  }
}
#main-wrap .swoogo-speakers .list-view .single-speaker .top .side .twitter-text,
#main-wrap .swoogo-speakers .list-view .single-speaker .top .side .insta-text,
#main-wrap .swoogo-speakers .list-view .single-speaker .top .side .web-text {
  display: none;
}
#main-wrap .swoogo-speakers .list-view .single-speaker:nth-of-type(odd),
#main-wrap .organizers .single-speaker:nth-of-type(odd) {
  margin-top: -100px;
}
@media only screen and (max-width: 1099px) {
  #main-wrap .swoogo-speakers .list-view .single-speaker:nth-of-type(odd),
  #main-wrap .organizers .single-speaker:nth-of-type(odd) {
    margin-top: 0;
  }
  #main-wrap .swoogo-speakers .list-view .single-speaker:nth-child(3n+1),
  #main-wrap .swoogo-speakers .list-view .single-speaker:nth-child(3n+3) {
    margin-top: -100px;
  }
}
@media only screen and (max-width: 768px) {
  #main-wrap .swoogo-speakers .list-view .single-speaker:nth-child(3n+1),
  #main-wrap .swoogo-speakers .list-view .single-speaker:nth-child(3n+3) {
    margin-top: 0;
  }
  #main-wrap .swoogo-speakers .list-view .single-speaker:nth-of-type(odd),
  #main-wrap .organizers .single-speaker:nth-of-type(odd) {
    margin-top: -100px;
  }
}
@media only screen and (max-width: 500px) {
  #main-wrap .swoogo-speakers .list-view .single-speaker:nth-child(3n+1),
  #main-wrap .swoogo-speakers .list-view .single-speaker:nth-child(3n+3) {
    margin-top: 0;
  }
  #main-wrap .swoogo-speakers .list-view .single-speaker:nth-of-type(odd),
  #main-wrap .organizers .single-speaker:nth-of-type(odd) {
    margin-top: 20px;
  }
}
#main-wrap .swoogo-speakers .list-view .single-speaker .top,
#main-wrap .organizers .single-speaker .top {
  position: relative;
}
#main-wrap .swoogo-speakers .list-view .single-speaker .top .main span,
#main-wrap .organizers .single-speaker .top .main span {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  line-height: 1;
}
#main-wrap .swoogo-speakers .list-view .single-speaker .top .main .nation,
#main-wrap .organizers .single-speaker .top .main .nation {
  font-size: 14px;
  font-weight: 500;
}
#main-wrap .swoogo-speakers .list-view .single-speaker .top .main img,
#main-wrap .organizers .single-speaker .top .main img {
  width: 172px !important;
  max-width: none;
  min-width: 0 !important;
  border-radius: 50%;
  padding: 0;
  background: none;
  border: none;
  margin-bottom: 20px;
}
#main-wrap .swoogo-speakers .list-view .single-speaker:nth-of-type(5) .top .main p,
#main-wrap .swoogo-speakers .list-view .single-speaker:nth-of-type(6) .top .main p,
#main-wrap .swoogo-speakers .list-view .single-speaker:nth-of-type(7) .top .main p,
#main-wrap .swoogo-speakers .list-view .single-speaker:nth-of-type(8) .top .main p,
#main-wrap .swoogo-speakers .list-view .single-speaker:nth-of-type(13) .top .main p,
#main-wrap .swoogo-speakers .list-view .single-speaker:nth-of-type(14) .top .main p,
#main-wrap .swoogo-speakers .list-view .single-speaker:nth-of-type(15) .top .main p,
#main-wrap .swoogo-speakers .list-view .single-speaker:nth-of-type(16) .top .main p,
#main-wrap .swoogo-speakers .list-view .single-speaker:nth-of-type(21) .top .main p,
#main-wrap .swoogo-speakers .list-view .single-speaker:nth-of-type(22) .top .main p,
#main-wrap .swoogo-speakers .list-view .single-speaker:nth-of-type(23) .top .main p,
#main-wrap .swoogo-speakers .list-view .single-speaker:nth-of-type(24) .top .main p {
  text-align: right;
}
@media only screen and (max-width: 500px) {
  #main-wrap .swoogo-speakers .list-view .single-speaker:nth-of-type(5) .top .main p,
  #main-wrap .swoogo-speakers .list-view .single-speaker:nth-of-type(6) .top .main p,
  #main-wrap .swoogo-speakers .list-view .single-speaker:nth-of-type(7) .top .main p,
  #main-wrap .swoogo-speakers .list-view .single-speaker:nth-of-type(8) .top .main p,
  #main-wrap .swoogo-speakers .list-view .single-speaker:nth-of-type(13) .top .main p,
  #main-wrap .swoogo-speakers .list-view .single-speaker:nth-of-type(14) .top .main p,
  #main-wrap .swoogo-speakers .list-view .single-speaker:nth-of-type(15) .top .main p,
  #main-wrap .swoogo-speakers .list-view .single-speaker:nth-of-type(16) .top .main p,
  #main-wrap .swoogo-speakers .list-view .single-speaker:nth-of-type(21) .top .main p,
  #main-wrap .swoogo-speakers .list-view .single-speaker:nth-of-type(22) .top .main p,
  #main-wrap .swoogo-speakers .list-view .single-speaker:nth-of-type(23) .top .main p,
  #main-wrap .swoogo-speakers .list-view .single-speaker:nth-of-type(24) .top .main p {
    text-align: left;
  }
  #main-wrap .swoogo-speakers .list-view .single-speaker:nth-of-type(even) .top .main p,
  #main-wrap .organizers .single-speaker:nth-of-type(even) .top .main p {
    text-align: right;
  }
}
#main-wrap .swoogo-speakers .list-view .single-speaker .bottom,
#main-wrap .organizers .single-speaker .bottom {
  font-size: 14px;
  margin-top: 30px;
  color: #000000;
  line-height: 1.29;
}
#main-wrap .swoogo-speakers .list-view .single-speaker .bottom a {
  /*color: #962CD7;*/
  color: #000000;
  text-decoration: underline;
}
#main-wrap .swoogo-speakers .list-view .single-speaker .top .side,
#main-wrap .organizers .single-speaker .top .side {
  position: absolute;
  transform: rotate(90deg);
  right: -21%;
  top: 63px;
  width: 183px;
  overflow-wrap: break-word;
}
@media only screen and (max-width: 940px) {
  #main-wrap .swoogo-speakers .list-view .single-speaker .top .side,
  #main-wrap .organizers .single-speaker .top .side {
    right: -16%;
  }
}
@media only screen and (max-width: 500px) {
  #main-wrap .swoogo-speakers .list-view .single-speaker .top .side,
  #main-wrap .organizers .single-speaker .top .side {
    /*right: -62px;*/
    /*
        XXXXXXXXXXXXXXXXXX
        XXXXXXXXXXXXXXXXXX
        XXXXXXXXXXXXXXXXXX
        XXXXXXXXXXXXXXXXXX
        XXXXXXXXXXXXXXXXXX
        XXXXXXXXXXXXXXXXXX
    */
    right: -75px;
  }
}
#main-wrap .swoogo-speakers .list-view .single-speaker:nth-of-type(5) .top .side,
#main-wrap .swoogo-speakers .list-view .single-speaker:nth-of-type(6) .top .side,
#main-wrap .swoogo-speakers .list-view .single-speaker:nth-of-type(7) .top .side,
#main-wrap .swoogo-speakers .list-view .single-speaker:nth-of-type(8) .top .side,
#main-wrap .swoogo-speakers .list-view .single-speaker:nth-of-type(13) .top .side,
#main-wrap .swoogo-speakers .list-view .single-speaker:nth-of-type(14) .top .side,
#main-wrap .swoogo-speakers .list-view .single-speaker:nth-of-type(15) .top .side,
#main-wrap .swoogo-speakers .list-view .single-speaker:nth-of-type(16) .top .side,
#main-wrap .swoogo-speakers .list-view .single-speaker:nth-of-type(21) .top .side,
#main-wrap .swoogo-speakers .list-view .single-speaker:nth-of-type(22) .top .side,
#main-wrap .swoogo-speakers .list-view .single-speaker:nth-of-type(23) .top .side,
#main-wrap .swoogo-speakers .list-view .single-speaker:nth-of-type(24) .top .side {
  right: 53%;
}
@media only screen and (max-width: 500px) {
  #main-wrap .swoogo-speakers .list-view .single-speaker:nth-of-type(5) .top .side,
  #main-wrap .swoogo-speakers .list-view .single-speaker:nth-of-type(6) .top .side,
  #main-wrap .swoogo-speakers .list-view .single-speaker:nth-of-type(7) .top .side,
  #main-wrap .swoogo-speakers .list-view .single-speaker:nth-of-type(8) .top .side,
  #main-wrap .swoogo-speakers .list-view .single-speaker:nth-of-type(13) .top .side,
  #main-wrap .swoogo-speakers .list-view .single-speaker:nth-of-type(14) .top .side,
  #main-wrap .swoogo-speakers .list-view .single-speaker:nth-of-type(15) .top .side,
  #main-wrap .swoogo-speakers .list-view .single-speaker:nth-of-type(16) .top .side,
  #main-wrap .swoogo-speakers .list-view .single-speaker:nth-of-type(21) .top .side,
  #main-wrap .swoogo-speakers .list-view .single-speaker:nth-of-type(22) .top .side,
  #main-wrap .swoogo-speakers .list-view .single-speaker:nth-of-type(23) .top .side,
  #main-wrap .swoogo-speakers .list-view .single-speaker:nth-of-type(24) .top .side {
    /*right: -12%;*/
    /*
    XXXXXXXXXXXXXXXXXX
        XXXXXXXXXXXXXXXXXX
        XXXXXXXXXXXXXXXXXX
        XXXXXXXXXXXXXXXXXX
        XXXXXXXXXXXXXXXXXX
    */
    right: -35%;
  }
  #main-wrap .swoogo-speakers .list-view .single-speaker:nth-of-type(even) .top .side,
  #main-wrap .organizers .single-speaker:nth-of-type(even) .top .side {
    right: 65%;
  }
}
#main-wrap .swoogo-speakers .list-view .single-speaker .top .side span,
#main-wrap .organizers .single-speaker .top .side span {
  display: block;
}
#main-wrap .swoogo-speakers .list-view .single-speaker .top .side a,
#main-wrap .organizers .single-speaker .top .side a {
  color: #000000;
  transition: 0.3s ease;
  font-weight: 500;
}
#main-wrap .swoogo-speakers .list-view .single-speaker .top .side a:hover,
#main-wrap .organizers .single-speaker .top .side a:hover {
  color: #FFF500;
  text-decoration: none;
}


/* ------------------------------ SCHEDULE ------------------------------ */
#main-wrap .schedule .item {
  font-size: 18px;
  color: #000000;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
#main-wrap .schedule .item .time {
  flex-basis: 80px;
  flex-grow: 0;
}
#main-wrap .schedule .item > * strong {
  display: block;
}
#main-wrap .schedule .item .description {
  flex-basis: 80px;
  flex-grow: 1;
  padding-left: 10px;
}
#main-wrap .schedule .item .description .yellow {
  color: #F1FA17;
}
#main-wrap .hashtag {
  opacity: 0.75;
  transition: 0.3s ease;
  color: #ffffff;
  font-size: 25px;
}
@media only screen and (max-width: 768px) {
  #main-wrap .hashtag {
    font-size: 20px;
  }
}
#main-wrap .hashtag:hover {
  opacity: 1;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .widget.layout-custom.swoogo-agenda .flex {
    padding: 0 15px;
  }
}
.widget.layout-custom.swoogo-agenda .flex h2 {
  color:#000000;
  font-size:42px;
  font-weight:500;
  margin-bottom:60px;
}
.widget.layout-custom.swoogo-agenda .flex {
  position: relative;
  padding-top: 20px;
}
@media only screen and (max-width: 800px) {
  .widget.layout-custom.swoogo-agenda .flex {
    padding-top: 105px;
  }
}
.widget.layout-custom.swoogo-agenda .flex .paragraph {
  /*OLD
  position: absolute;
  left: 0;
  top: 0;
  color: #000000;
  font-size: 20px;
  line-height: 2;*/
  
  /*NEW*/
  /*position: absolute;
  left: -9%;
  top: 157px;
  color: #000000;
  font-size: 15px;
  line-height: 1.2;
  width: 8%;
  text-align: center;*/
  
  /*NEWEST*/
  position: sticky;
  left: -9%;
  top: 157px;
  color: #000000;
  font-size: 15px;
  line-height: 1.2;
  width: 8%;
  text-align: center;
  order: -1;
}
@media only screen and (max-width: 1000px) {
  .widget.layout-custom.swoogo-agenda .flex .paragraph {
    left: 0;
    top: 0;
    font-size: 20px;
    line-height: 1.4;
    width: auto;
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .widget.layout-custom.swoogo-agenda .flex .paragraph {
    left: 15px;
    width: calc(100% - 30px);
    background-color: #d2e04a;
  }
}
@media only screen and (max-width: 365px) {
  .widget.layout-custom.swoogo-agenda .flex .paragraph {
    padding-bottom: 50px;
  }
}
#main-wrap .widget.layout-custom.swoogo-agenda .flex .paragraph a {
  /*OLD
  background-color: #FFF500;
  color: #000000;
  padding: 12px 20px 10px 20px;
  margin-left: -5px;
  margin-right: -5px;
  position: relative;
  z-index: 1;
  transition: 0.3s ease;*/
  
  /*NEW*/
  background-color: #FFF500;
  color: #000000;
  /*padding: 5px 20px;*/
  padding: 6px 10px 5px 10px;
  margin-top: 10px;
  margin-bottom: -20px;
  position: relative;
  z-index: 1;
  transition: 0.3s ease;
  display: block;
  font-size: 16px;
  font-weight: 500;
  text-align: center
}
@media only screen and (max-width: 1000px) {
  #main-wrap .widget.layout-custom.swoogo-agenda .flex .paragraph a {
    padding: 12px 20px 10px 20px;
    margin-top: 0;
    display: inline;
    margin-bottom: 0;
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media only screen and (max-width: 800px) {
  #main-wrap .widget.layout-custom.swoogo-agenda .flex .paragraph b {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  #main-wrap .widget.layout-custom.swoogo-agenda .flex .paragraph b {
    display: inline-block;
  }
}
@media only screen and (max-width: 480px) {
  #main-wrap .widget.layout-custom.swoogo-agenda .flex .paragraph a {
    padding: 8px 10px 6px 10px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 365px) {
  #main-wrap .widget.layout-custom.swoogo-agenda .flex .paragraph a {
    display: block;
    margin-bottom: -30px;
    text-align: center;
  }
}
#main-wrap .widget.layout-custom.swoogo-agenda .flex .paragraph a:hover {
  background-color: #962CD7;
  color: #ffffff;
  text-decoration: none;
}
#main-wrap .widget.layout-custom.swoogo-agenda .flex .paragraph a:focus {
  outline: none;
  text-decoration: none;
}
.widget.layout-custom.swoogo-agenda .flex .mt-medium {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 -43px;
}
@media only screen and (max-width: 768px) {
  .widget.layout-custom.swoogo-agenda .flex .mt-medium {
    flex-wrap: wrap;
    margin: 0;
  }
}
.widget.layout-custom.swoogo-agenda .flex .mt-medium > .flex-inner,
.widget.layout-custom.swoogo-agenda .flex .mt-medium > .flex-other {
  flex-basis: calc(50% - 86px);
  margin: 0 43px;
}
@media only screen and (max-width: 768px) {
  .widget.layout-custom.swoogo-agenda .flex .mt-medium > .flex-inner,
  .widget.layout-custom.swoogo-agenda .flex .mt-medium > .flex-other {
    flex-basis: 100%;
    margin: 0;
  }
}
.widget.layout-custom.swoogo-agenda .flex .single-session {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.widget.layout-custom.swoogo-agenda .flex .single-session > * {
  flex-basis: 92px;
}
.widget.layout-custom.swoogo-agenda .flex .single-session > .time {
  flex-grow: 0;
  font-size: 18px;
  color: #000000;
}
.widget.layout-custom.swoogo-agenda .flex .single-session > .description {
  padding-left: 34px;
  flex-grow: 1;
  font-size: 18px;
  color: #000000;
  max-width: 260px;
}
.widget.layout-custom.swoogo-agenda .flex .single-session > .description a {
  color: #000000 !important;
}
.widget.layout-custom.swoogo-agenda .flex .single-session > .description a:hover {
  color: #962CD7 !important;
}
.widget.layout-custom.swoogo-agenda .flex .flex-inner .single-session:nth-of-type(6) .description,
.widget.layout-custom.swoogo-agenda .flex .flex-inner .single-session:nth-of-type(12) .description,
.widget.layout-custom.swoogo-agenda .flex .flex-other .single-session:nth-of-type(5) .description,
.widget.layout-custom.swoogo-agenda .flex .flex-other .single-session:nth-of-type(12) .description{
  color: #F1FA17;
}
.schedule-titles {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 -43px;
}
.schedule-titles > * {
  flex-basis: calc(50% - 86px);
  margin: 0 43px;
}


/* ------------------------------ REGISTRATION ------------------------------ */
.swoogo-reg-progress.step-begin {
  display: none;
}
.row.swoogo-border.swoogo-widget-background {
  border: none !important;
  padding: 0 !important;
}
#w_20371277 .col-sm-4, #w_20371277 .col-sm-6 {
  padding-left: 50px;
}
#w_20371277 .col-sm-6 {
  padding-right: 50px;
}
.col-sm-10 {
  padding-left: 50px;
  padding-right: 50px;
}
.row.swoogo-border.swoogo-widget-background .col-sm-10 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -10px;
  width: calc(83.33333333% + 20px);
}
@media only screen and (max-width: 800px) {
  .row.swoogo-border.swoogo-widget-background .col-sm-10 {
    margin: -10px 5px;
    width: calc(83.33333333% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .row.swoogo-border.swoogo-widget-background .col-sm-10 {
    margin: -10px 5px;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .row.swoogo-border.swoogo-widget-background .col-sm-10 {
    margin: 0;
  }
}
.row.swoogo-border.swoogo-widget-background .col-sm-10 .swoogo-question {
  flex-basis: 100%;
  margin: 10px;
}
@media only screen and (max-width: 480px) {
  .row.swoogo-border.swoogo-widget-background .col-sm-10 .swoogo-question {
    margin: 10px 15px;
  }
}
.row.swoogo-border.swoogo-widget-background .col-sm-10 .swoogo-question label {
  color: #000000;
  font-weight: 500;
}
#main-wrap .swoogo-question label {
  font-size: 18px;
}
#main-wrap .swoogo-question label:after {
  color: #962CD7;
}
.row.swoogo-border.swoogo-widget-background .col-sm-10 .swoogo-question:first-of-type,
.row.swoogo-border.swoogo-widget-background .col-sm-10 .swoogo-question:nth-of-type(2) {
  flex-basis: calc(50% - 20px);
}
@media only screen and (max-width: 480px) {
  .row.swoogo-border.swoogo-widget-background .col-sm-10 .swoogo-question:first-of-type,
  .row.swoogo-border.swoogo-widget-background .col-sm-10 .swoogo-question:nth-of-type(2) {
    flex-basis: 100%;
  }
}
.row.swoogo-border.swoogo-widget-background .col-sm-10 .swoogo-question:nth-of-type(3),
.row.swoogo-border.swoogo-widget-background .col-sm-10 .swoogo-question:nth-of-type(4) {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .row.swoogo-border.swoogo-widget-background .col-sm-10 .swoogo-question:nth-of-type(3),
  .row.swoogo-border.swoogo-widget-background .col-sm-10 .swoogo-question:nth-of-type(4) {
    flex-wrap: wrap;
  }
}
.row.swoogo-border.swoogo-widget-background .col-sm-10 .swoogo-question:nth-of-type(3) .form-group,
.row.swoogo-border.swoogo-widget-background .col-sm-10 .swoogo-question:nth-of-type(4) .form-group {
  flex-basis: calc(50% - 20px);
  margin: 10px;
}
@media only screen and (max-width: 480px) {
  .row.swoogo-border.swoogo-widget-background .col-sm-10 .swoogo-question:nth-of-type(3) .form-group,
  .row.swoogo-border.swoogo-widget-background .col-sm-10 .swoogo-question:nth-of-type(4) .form-group {
    flex-basis: 100%;
    margin: 10px 15px;
  }
}
.row.swoogo-border.swoogo-widget-background .col-sm-10 .swoogo-question input[type="text"],
.row.swoogo-border.swoogo-widget-background .col-sm-10 .swoogo-question input[type="email"],
.row.swoogo-border.swoogo-widget-background .col-sm-10 .swoogo-question input[type="password"],
.swoogo-login-form input[type="text"],
.swoogo-login-form input[type="email"],
.swoogo-login-form input[type="password"] { 
  appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.25);
  color: #000000;
}
.row.swoogo-border.swoogo-widget-background .col-sm-10 .swoogo-question input[type="text"]:focus,
.row.swoogo-border.swoogo-widget-background .col-sm-10 .swoogo-question input[type="text"]:active,
.row.swoogo-border.swoogo-widget-background .col-sm-10 .swoogo-question input[type="email"]:focus,
.row.swoogo-border.swoogo-widget-background .col-sm-10 .swoogo-question input[type="email"]:active,
.row.swoogo-border.swoogo-widget-background .col-sm-10 .swoogo-question input[type="password"]:focus,
.row.swoogo-border.swoogo-widget-background .col-sm-10 .swoogo-question input[type="password"]:active,
.swoogo-login-form input[type="text"]:focus,
.swoogo-login-form input[type="text"]:active,
.swoogo-login-form input[type="email"]:focus,
.swoogo-login-form input[type="email"]:active,
.swoogo-login-form input[type="password"]:focus,
.swoogo-login-form input[type="password"]:active {
  background-color: rgba(255, 255, 255, 0.5);
}
.row.swoogo-border.swoogo-widget-background .col-sm-10 .swoogo-question .form-group.field-registrant-reg_type_id > label {
  display: none;
}
.row.swoogo-border.swoogo-widget-background .col-sm-10 .swoogo-question .form-group.field-registrant-reg_type_id #registrant-reg_type_id {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: -10px;
}
@media only screen and (max-width: 768px) {
  .row.swoogo-border.swoogo-widget-background .col-sm-10 .swoogo-question .form-group.field-registrant-reg_type_id #registrant-reg_type_id {
    flex-wrap: wrap;
  }
}
#field-registrant-c_1851199-label {
  display: none;
}
#main-wrap .swoogo-question .radio {
  margin: 40px 10px;
}
.row.swoogo-border.swoogo-widget-background .col-sm-10 .swoogo-question .form-group.field-registrant-reg_type_id #registrant-reg_type_id .radio {
  flex-basis: calc(25% - 20px);
  margin: 10px;
}
@media only screen and (max-width: 768px) {
  .row.swoogo-border.swoogo-widget-background .col-sm-10 .swoogo-question .form-group.field-registrant-reg_type_id #registrant-reg_type_id .radio {
    flex-basis: calc(50% - 20px);
    margin: 20px 10px; 
  }
}
@media only screen and (min-width: 768px) {
  .row.swoogo-border.swoogo-widget-background .col-sm-10 .swoogo-question .form-group.field-registrant-reg_type_id #registrant-reg_type_id .radio:first-of-type {
    margin-left: 6px;
  }
  .row.swoogo-border.swoogo-widget-background .col-sm-10 .swoogo-question .form-group.field-registrant-reg_type_id #registrant-reg_type_id .radio:nth-of-type(3) {
    margin-left: 14px;
  }
}
.row.swoogo-border.swoogo-widget-background .col-sm-10 .swoogo-question .form-group.field-registrant-reg_type_id #registrant-reg_type_id .radio > * {
   max-width: 187px;
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  .row.swoogo-border.swoogo-widget-background .col-sm-10 .swoogo-question .form-group.field-registrant-reg_type_id #registrant-reg_type_id .radio > * {
     max-width: none;
  }
}
#main-wrap .swoogo-question .radio label {
  padding-left: 54px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
  #main-wrap .swoogo-question .radio label {
    padding-left: 35px;
  }
}
#main-wrap .swoogo-question .radio label input[type="radio"] {
  position: relative;
  margin-right: 10px;
}
/*
.row.swoogo-border.swoogo-widget-background .col-sm-10 .swoogo-question .form-group.field-registrant-reg_type_id #registrant-reg_type_id .radio label input[type="radio"] {
  position: relative;
  margin-right: 10px;
}
*/
#main-wrap .swoogo-question .radio label input[type="radio"]:before {
  position: absolute;
  content: '';
  left: -33px;
  top: 50%;
  transform: translateY(-50%);
  height: 51px;
  width: 51px;
  background-color: #ffffff;
}
/*.row.swoogo-border.swoogo-widget-background .col-sm-10 .swoogo-question .form-group.field-registrant-reg_type_id #registrant-reg_type_id .radio label input[type="radio"]:before {
  position: absolute;
  content: '';
  left: -33px;
  top: -12px;
  height: 51px;
  width: 51px;
  background-color: #ffffff;
}*/
@media only screen and (max-width: 768px) {
  #main-wrap .swoogo-question .radio label input[type="radio"]:before {
    left: -25px;
    /*top: -15px;*/
    height: 42px;
    width: 42px;
  }
}
#main-wrap .swoogo-question .radio label input[type="radio"]:checked:before {
  content: 'X';
  color: #DF831D;
  font-size: 36px;
  padding: 5px 14px;
}
@media only screen and (max-width: 768px) {
  #main-wrap .swoogo-question .radio label input[type="radio"]:checked:before {
    padding: 2px 10px;
  }
}
#main-wrap .swoogo-question .radio label span {
  font-size: 32px;
  color: #000000;
  font-weight: 500;
  line-height: 1.2;
}
@media only screen and (max-width: 940px) {
  #main-wrap .swoogo-question .radio label span {
    font-size: 28px;
  }
}
@media only screen and (max-width: 768px) {
  #main-wrap .swoogo-question .radio label span {
    font-size: 26px;
  }
}
@media only screen and (max-width: 480px) {
  #main-wrap .swoogo-question .radio label span {
    font-size: 17px;
    
  }
}
.row.swoogo-border.swoogo-widget-background .col-sm-10 .swoogo-question .form-group.field-registrant-password .hint-block {
  display: none;
}
.swoogo-reg-progress {
  display: none;
}
.layout-standard-inner .container {
  max-width: none;
  width: auto;
}
.swoogo-reg-progress.step-confirmation .swoogo-button .btn-standard {
  font-size: 18px;
}
.alert-warning {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 480px) {
  .extra-space {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.membership-reg {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.membership-reg li {
  margin-bottom: 15px;
}
#main-wrap #registrant-c_1851199 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -10px;
}
@media only screen and (max-width: 768px) {
  #main-wrap #registrant-c_1851199 {
    margin: 0 15px;
  }
}
#main-wrap #registrant-c_1851199 > .radio {
  flex-basis: calc(50% - 20px);
  flex-grow: 0;
}
@media only screen and (max-width: 768px) {
  #main-wrap #registrant-c_1851199 > .radio {
    flex-basis: calc(100% - 20px);
    margin: 20px 10px;
  }
}
#main-wrap #registrant-c_1851199 > .radio label {
  text-align: left;
}
#main-wrap #registrant-c_1851199 > .radio label span {
  font-size: 24px;
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  #main-wrap #registrant-c_1851199 > .radio label span {
    font-size: 18px;
  }
}

/* ------------------------------ FOOTER ------------------------------ */
#footer-wrap {
  background: linear-gradient(180deg, #cf4a18 0%, #C72D1D 100%);
  padding: 100px 0 60px 0;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 480px) {
  #footer-wrap {
    padding: 20px 0 40px 0;
  }
}
#footer-wrap .footer-inner {
  max-width: 83.33333333%;
  display: block;
  margin: auto;
  padding: 0 20px;
}
@media only screen and (max-width: 480px) {
  #footer-wrap .footer-inner {
    max-width: none;
  }
}
#footer-wrap .footer-inner .flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer-wrap .footer-inner .flex.flex-bottom {
  justify-content: space-between;
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  #footer-wrap .footer-inner .flex {
  }
  #footer-wrap .footer-inner .flex.flex-bottom {
    margin-top: 40px;
  }
  #footer-wrap .footer-inner .flex.flex-bottom > * {
    flex-basis: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 767px){
  .flex-bottom.flex {
    flex-wrap: wrap
  }
  .flex {
    flex-wrap: nowrap
  }
}
#footer-wrap .footer-inner .flex .logo {
  margin: 0 20px;
  flex-basis: 50%;
  flex-grow: 0;
}
#footer-wrap .footer-inner .flex .logo:first-of-type {
  text-align: right;
}
#footer-wrap .footer-inner .flex .logo a img {
  height: 90px;
  width: auto;
  opacity: 0.7;
  transition: 0.3s ease;
}
#footer-wrap .footer-inner .flex .logo a:hover img {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  #footer-wrap .footer-inner .flex .logo {
    margin: 20px;
  }
  #footer-wrap .footer-inner .flex .logo img {
    height: 60px;
  }
}
#footer-wrap .footer-inner .flex .form {
  flex-basis: 581px;
  flex-grow: 0;
}
@media only screen and (max-width: 1040px) {
 #footer-wrap .footer-inner .flex .form {
    flex-basis: 450px;
  }
}
@media only screen and (max-width: 800px) {
 #footer-wrap .footer-inner .flex .form {
    flex-basis: 375px;
  }
}
@media only screen and (max-width: 767px) {
  #footer-wrap .footer-inner .flex .form {
    flex-basis: 100%;
  }
  #footer-wrap .footer-inner .flex .form .hbspt-form {
    max-width: 600px;
    display: block;
    margin: auto;
  }
}
#footer-wrap .footer-inner .flex .form .hbspt-form .hs-form {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  #footer-wrap .footer-inner .flex .form .hbspt-form .hs-form {
    justify-content: space-between;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 480px) {
  #footer-wrap .footer-inner .flex .form .hbspt-form .hs-form {
    flex-wrap: wrap;
  }
}
#footer-wrap .footer-inner .flex .form .hbspt-form .hs-form .hs_email {
  width: calc(100% - 195px);
  padding-right: 33px;
}
@media only screen and (max-width: 768px) {
  #footer-wrap .footer-inner .flex .form .hbspt-form .hs-form .hs_email {
    width: calc(100% - 179px);
    padding-right: 33px;
  }
}
@media only screen and (max-width: 768px) {
  #footer-wrap .footer-inner .flex .form .hbspt-form .hs-form .hs_email {
    width: 100%;
    padding-right: 0;
  }
}
#footer-wrap .footer-inner .flex .form .hbspt-form .hs-form .hs_email > label {
  display: none;
}
#footer-wrap .footer-inner .flex .form .hbspt-form .hs-form .hs_email ::placeholder {
  color: #000000;
  opacity: 0.4;
  font-size: 20px;
}
#footer-wrap .footer-inner .flex .form .hbspt-form .hs-form .hs_email input[type="email"] {
  appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  border-bottom: 3px solid #000000;
  font-size: 20px;
  width: 100%;
  color: #FFF500;
}
#footer-wrap .footer-inner .flex .form .hbspt-form .hs-form .hs_email input[type="email"]:focus,
#footer-wrap .footer-inner .flex .form .hbspt-form .hs-form .hs_email input[type="email"]:active {
  outline: none;
}
#footer-wrap .footer-inner .flex .form .hbspt-form .hs-form .hs_email .hs-error-msgs {
  margin: 0;
  padding: 0;
  position: absolute;
}
#footer-wrap .footer-inner .flex .form .hbspt-form .hs-form .hs_email .hs-error-msgs li {
  list-style-type: none;
}
#footer-wrap .footer-inner .flex .form .hbspt-form .hs-form .hs_email .hs-error-msgs li label.hs-error-msg {
  color: #FFF500;
  font-style: italic;
  font-size: 17px;
  letter-spacing: 0.5px;
  font-weight: 400;
}
#footer-wrap .footer-inner .flex .form .hbspt-form .hs-form .hs_error_rollup {
  display: none;
}
#footer-wrap .footer-inner .flex .form .hbspt-form .hs-form input[type="submit"] {
  background: #000000;
  border: none;
  border-radius: 0;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  color: #ffffff;
  padding: 10px 20px 8px 20px;
  flex-basis: 146px;
  transition: 0.3s ease;
}
#footer-wrap .footer-inner .flex .form .hbspt-form .hs-form input[type="submit"]:hover {
  background-color: #F2FE32;
  color: #000000;
}
@media only screen and (max-width: 480px) {
  #footer-wrap .footer-inner .flex .form .hbspt-form .hs-form .hs_submit,
  #footer-wrap .footer-inner .flex .form .hbspt-form .hs-form .hs_submit input[type="submit"] {
    width: 100%;
  }
  #footer-wrap .footer-inner .flex .form .hbspt-form .hs-form .hs_submit input[type="submit"] {
    margin-top: 20px;
  }
}
#footer-wrap .footer-inner .flex .social-icons {
  flex-basis: calc(100% - 581px);
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media only screen and (max-width: 800px) {
  #footer-wrap .footer-inner .flex .social-icons {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #footer-wrap .footer-inner .flex .social-icons {
    flex-basis: 100%;
    padding: 0 1px;
  }
}
#footer-wrap .footer-inner .flex .social-icons a {
  color: #000000;
  transition: 0.3s ease;
}
#footer-wrap .footer-inner .flex .social-icons a:hover {
  color: #F2FE32;
}
#footer-wrap .footer-inner .flex .social-icons a i {
  font-size: 40px;
}
@media only screen and (max-width: 900px) {
  #footer-wrap .footer-inner .flex .social-icons a i {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  #main-wrap .col-sm-12 {
    padding: 0;
  }
  #main-wrap .container {
    padding: 0;
  }
}
#footer-wrap .footer-inner .flex .social-icons a.svg {
  height: 44px;
}
@media only screen and (max-width: 900px) {
  #footer-wrap .footer-inner .flex .social-icons a.svg {
    height: 26px;
  }
}
#footer-wrap .footer-inner .flex .social-icons a svg {
  height: 40px;
}
@media only screen and (max-width: 900px) {
  #footer-wrap .footer-inner .flex .social-icons a svg {
    height: 20px;
    width: 20px;
  }
}
#footer-wrap .footer-inner .flex .social-icons a svg path {
  fill: #000000;
  transition: 0.3s ease;
}
#footer-wrap .footer-inner .flex .social-icons a:hover svg path {
  fill: #F2FE32;
}

.audio-play-button {
  cursor: pointer;
}
.audio-play-button:hover path {
  fill: #fff;
}
#footer-wrap .logo-oc a svg {
  height: 110px;
}
#footer-wrap .logo-oc a svg .st0 {
  fill: #FFFFFF;
  transition: 0.3s ease;
}
#footer-wrap .logo-oc a:hover svg .st0 {
  fill: #FFF500;
}
#footer-wrap .logo-tdc a svg {
  height: 80px;
}
#footer-wrap .logo-tdc a svg .st0,
#footer-wrap .logo-tdc a svg .st1,
#footer-wrap .logo-tdc a svg .b { 
  fill: #FFFFFF;
  transition: 0.3s ease;
}
#footer-wrap .logo-tdc a:hover svg .st0,
#footer-wrap .logo-tdc a:hover svg .st1,
#footer-wrap .logo-tdc a:hover svg .b {
  fill: #FFF500;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #000; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg); }
  .hamburger--3dxy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dxy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
  .hamburger--arrowturn.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(270deg);
    transition-delay: 0.075s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -80px;
      top: -80px;
      transform: translate3d(80px, 80px, 0) rotate(45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -80px;
      top: -80px;
      transform: translate3d(-80px, 80px, 0) rotate(-45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -80px;
      top: 80px;
      transform: translate3d(80px, -80px, 0) rotate(-45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -80px;
      top: 80px;
      transform: translate3d(-80px, -80px, 0) rotate(45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px; }
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 20px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(90deg); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*---------------------Video Archive Page--------------------------*/

.layout-standard-inner {
  background-image: linear-gradient(rgb(0, 159, 194) 0%, rgb(150, 44, 215) 100%);
}
.video-info-container{
  margin-left: 6vw;
}

.video-session-number {
  background-color: #8c3ad4;
  padding-left:8vw;
  margin-top: 8vh;
  margin-bottom: 5vh
}


.video-title, .video-subtitle, .video-speaker, .video-speakeer, .video-subtitle, .video-speaker-bio, .video-speaker-tribe, .video-moderated, .video-session-number {
  color: white
}

#day-1 {
  color: white;
   margin-top: 8vh;
}

#day-2 {
  color: white;
  margin-top: 8vh;
  margin-bottom: 5vh
    
}
#w_20087733 { display: none; }
/* ----------------------------------------------
 * Generated by Animista on 2022-10-28 9:39:57
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation bounce-in-bottom
 * ----------------------------------------
 */

.bounce-in-bottom {
	-webkit-animation: bounce-in-bottom 1.1s both;
	        animation: bounce-in-bottom 1.1s both;
}

@-webkit-keyframes bounce-in-bottom {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(65px);
            transform: translateY(65px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(28px);
            transform: translateY(28px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-bottom {
  0% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(65px);
            transform: translateY(65px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(28px);
            transform: translateY(28px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

/*end*/