.page-conferences {
  background: #F2F2F2;
}
.page-conferences .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-conferences .container {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.page-conferences .main-container {
  padding-bottom: 15vw;
  position: relative;
}
.page-conferences #logoBg {
  width: 20vw;
  height: 10vw;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
}
.page-conferences #logoBg img {
  width: 100%;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(0%);
  transform: translateX(-50%) translateY(0%);
}
.page-conferences .filter-date .text .options .bg {
  display: none;
}
.page-conferences .filter-date .text .options .input {
  position: relative;
}
.page-conferences .filter-date .text .options .input input:checked + .label {
  background: #F7941E;
}
.page-conferences .filter-date .text .options .input:last-child .label {
  border-right: 1px solid #8A418B;
}
.page-conferences .search {
  width: 100%;
  height: 60px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #695D65;
  margin: 0;
}
.page-conferences .search button, .page-conferences .search input {
  border: none;
  background: transparent;
  outline: none;
}
.page-conferences .search input {
  width: calc(100% - 50px);
  height: 100%;
  color: white;
  font-weight: normal;
  font-size: em(10);
  font-family: 'Roboto';
  font-weight: 300;
}
.page-conferences .search input::-webkit-input-placeholder {
  color: white;
}
.page-conferences .search input:-ms-input-placeholder {
  color: white;
}
.page-conferences .search input::-ms-input-placeholder {
  color: white;
}
.page-conferences .search input::placeholder {
  color: white;
}
.page-conferences .search button {
  width: 50px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px;
  cursor: pointer;
}
.page-conferences .search button svg {
  width: 100%;
  height: 100%;
  fill: white;
}
.page-conferences .filter-theme-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 50px;
}
.page-conferences .filter-theme-type .option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-right: 32px;
}
.page-conferences .filter-theme-type .option input {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  z-index: 2;
  margin: 0;
  cursor: pointer;
}
.page-conferences .filter-theme-type .option .label {
  font-weight: 500;
  font-size: em(26);
  color: #695D65;
  text-align: center;
  transition: color 1s cubic-bezier(0, 0.6, 0.09, 0.97);
}
.page-conferences .filter-theme-type .option .circle {
  width: 10px;
  min-width: 10px;
  height: 10px;
  color: inherit;
  border: 1px solid #979797;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.page-conferences .filter-theme-type .option .circle::before {
  content: '';
  width: 60%;
  height: 60%;
  background: #F69725;
  color: inherit;
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  opacity: 0;
  border-radius: 50%;
  transition: all 1s cubic-bezier(0, 0.6, 0.09, 0.97);
}
.page-conferences .filter-theme-type .option input:checked + .label {
  color: #8A418B;
}
.page-conferences .filter-theme-type .option input:checked ~ .circle::before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.page-conferences .filter-theme-type .option:last-child {
  margin-right: 0;
}
.page-conferences .filter-theme-type.disabled {
  pointer-events: none;
}
.page-conferences .stats-container {
  margin-bottom: 60px;
  position: relative;
}
.page-conferences .stats-container.disabled {
  pointer-events: none;
}
.page-conferences .stats {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: absolute;
  top: 0;
  pointer-events: none;
}
.page-conferences .stats .stats-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  opacity: 0;
}
.page-conferences .stats .stats-item input {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
.page-conferences .stats .stats-item img {
  height: 40px;
  margin-bottom: 20px;
}
.page-conferences .stats .stats-item .stats-title {
  max-width: em(150, 10);
  font-weight: 500;
  font-size: em(10);
  line-height: em(12, 10);
  margin-top: 0;
  margin-bottom: em(18, 10);
  text-align: center;
  text-transform: uppercase;
  color: inherit;
}
.page-conferences .stats .stats-item .stats-circle {
  width: 10px;
  min-width: 10px;
  height: 10px;
  color: inherit;
  border: 1px solid #979797;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
.page-conferences .stats .stats-item .stats-circle::before {
  content: '';
  width: 60%;
  height: 60%;
  background: currentColor;
  color: inherit;
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  opacity: 0;
  border-radius: 50%;
  transition: all 1s cubic-bezier(0, 0.6, 0.09, 0.97);
}
.page-conferences .stats .stats-item input:checked ~ .stats-circle::before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.page-conferences .stats .stats-item:nth-child(1) {
  color: #f3953d;
}
.page-conferences .stats .stats-item:nth-child(2) {
  color: #ef614b;
}
.page-conferences .stats .stats-item:nth-child(3) {
  color: #8a418b;
}
.page-conferences .stats .stats-item:nth-child(4) {
  color: #2488f7;
}
.page-conferences .stats .stats-item:nth-child(5) {
  color: #9e264a;
}
.page-conferences .stats.active {
  pointer-events: unset;
}
.page-conferences .results .mobile-results {
  display: none;
}
.page-conferences .results .result {
  margin-bottom: 20px;
}
.page-conferences .results .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
}
.page-conferences .results .pagination .numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.page-conferences .results .pagination .numbers a {
  display: inline-block;
  color: #F7941E;
  overflow: hidden;
}
.page-conferences .results .pagination .numbers a::after {
  content: '';
  width: 100%;
  height: 1px;
  display: inline-block;
  background: currentColor;
  position: relative;
  left: -2.5px;
  top: -2px;
}
.page-conferences .results .pagination .numbers a:hover::after {
  -webkit-animation: a-line 1s cubic-bezier(0.99, 0.29, 0, 0.9);
  animation: a-line 1s cubic-bezier(0.99, 0.29, 0, 0.9);
}
.page-conferences .results .pagination .numbers .number, .page-conferences .results .pagination .numbers .next-page, .page-conferences .results .pagination .numbers .last-page, .page-conferences .results .pagination .numbers .text {
  font-weight: 500;
  font-size: em(14);
  line-height: em(16, 14);
}
.page-conferences .results .pagination .numbers .number {
  padding: 0 6px;
  padding-top: 4px;
  line-height: em(10, 14);
  margin-right: 13px;
}
.page-conferences .results .pagination .numbers .number::after {
  width: calc(100% + 10px);
  left: -5px;
}
.page-conferences .results .pagination .numbers .number.number-active {
  font-size: em(24);
  -webkit-transform: translateY(-9px);
  transform: translateY(-9px);
}
.page-conferences .results .pagination .numbers .number.number-active::after {
  content: none;
}
.page-conferences .results .pagination .numbers .next-page, .page-conferences .results .pagination .numbers .last-page, .page-conferences .results .pagination .numbers .text {
  color: #EF614B;
  line-height: em(10, 14);
}
.page-conferences .results .pagination .numbers .next-page, .page-conferences .results .pagination .numbers .last-page {
  padding-top: 4px;
}
.page-conferences .results .pagination .numbers .next-page::after, .page-conferences .results .pagination .numbers .last-page::after {
  left: 0px;
}
.page-conferences .results .pagination .numbers .text {
  display: inline-block;
  line-height: 34px;
  margin: 0 4px;
}
.page-conferences .results .pagination .pages-count {
  font-weight: 500;
  font-size: em(14);
  line-height: em(16, 14);
  color: #695D65;
  margin-top: em(20, 14);
}
@media (max-width: 1150px) {
  .page-conferences .container {
    width: calc(100% - 30px);
    max-width: 800px;
  }
  .page-conferences .filter-date {
    width: calc(100% - 30px);
  }
  .page-conferences .filter-date .text .options .input .label {
    padding: 8px 20px;
    font-size: 16px;
  }
}
@media (max-width: 950px) {
  .page-conferences .container {
    max-width: 800px;
  }
  .page-conferences .filter-date .text .options .input .label {
    font-size: 14px;
  }
  .page-conferences .stats .stats-item .stats-title {
    max-width: em(130, 10);
  }
}
@media (max-width: 740px) {
  .page-conferences .container {
    width: calc(100% - 30px);
  }
  .page-conferences #logoBg {
    display: none;
  }
  .page-conferences .filter-date {
    display: block;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  .page-conferences .filter-date .img-container {
    width: 90px;
    height: 90px;
  }
  .page-conferences .filter-date .img-container img {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .page-conferences .filter-date .text {
    padding: 30px;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .page-conferences .filter-date .text h4 {
    margin-bottom: 30px;
  }
  .page-conferences .filter-date .text .options {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-conferences .filter-date .text .options .bg {
    height: 30vw;
  }
  .page-conferences .filter-date .text .options .input {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .page-conferences .filter-date .text .options .input .label {
    width: 100%;
    height: 30vw;
    border: 1px solid #8A418B;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: -0.1px;
  }
  .page-conferences .filter-date .text .options .input .label span {
    margin-right: 0;
  }
  .page-conferences .filter-date .text .options .input .label .big {
    font-size: 35px;
    line-height: 41px;
    font-weight: bold;
    letter-spacing: -0.25px;
  }
  .page-conferences .filter-date .text .options .input .label .comma {
    display: none;
  }
  .page-conferences .filter-date .text .options .input:nth-child(even) .label {
    border-right: none;
  }
  .page-conferences .filter-date .text .options .input:nth-child(2) .label, .page-conferences .filter-date .text .options .input:nth-child(3) .label {
    border-bottom: none;
  }
  .page-conferences .filter-theme-type .option .label {
    font-size: 16px;
  }
  .page-conferences .stats-container {
    border-bottom: 1px solid #dadada;
  }
  .page-conferences .stats {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .page-conferences .stats .stats-item {
    width: calc(50% - 20px);
    margin-bottom: 38px;
  }
  .page-conferences .stats .stats-item img {
    height: 50px;
  }
  .page-conferences .stats .stats-item .stats-title {
    max-width: em(150, 10);
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .page-conferences .stats .stats-item .stats-circle {
    margin-right: 0;
  }
  .page-conferences .stats .stats-item:last-child {
    margin-bottom: 0;
  }
  .page-conferences .results-count {
    font-size: 12px;
    text-align: center;
    letter-spacing: -0.0868px;
    text-transform: uppercase;
  }
  .page-conferences .results .mobile-results {
    display: block;
  }
  .page-conferences .results .desktop-results {
    display: none;
  }
}
@media (max-width: 440px) {
  .page-conferences .filter-date .text .options .input .label, .page-conferences .filter-date .text .options .bg {
    height: 36vw;
  }
}
@-webkit-keyframes a-line {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  50% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes a-line {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  50% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
}
.page-conferences .filter-view {
  position: fixed;
  right: 0;
  top: 40vh;
  z-index: 9;
  background: #8A418B;
  border: 1px solid white;
  -webkit-box-shadow: 0 0 13px 3px #00000029;
  box-shadow: 0 0 13px 3px #00000029;
}
.page-conferences .filter-view .option {
  width: 50px;
  height: 50px;
  color: #C9C9C9;
  padding: 15px;
  cursor: pointer;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page-conferences .filter-view .option svg {
  width: 100%;
  fill: currentColor;
}
.page-conferences .filter-view .option svg path {
  -webkit-transition: -webkit-transform 2s cubic-bezier(0, 0.6, 0.09, 0.97);
  transition: -webkit-transform 2s cubic-bezier(0, 0.6, 0.09, 0.97);
  -o-transition: transform 2s cubic-bezier(0, 0.6, 0.09, 0.97);
  transition: transform 2s cubic-bezier(0, 0.6, 0.09, 0.97);
  transition: transform 2s cubic-bezier(0, 0.6, 0.09, 0.97), -webkit-transform 2s cubic-bezier(0, 0.6, 0.09, 0.97);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.page-conferences .filter-view .option svg path:nth-child(1) {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.page-conferences .filter-view .option svg path:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.page-conferences .filter-view .option svg path:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.page-conferences .filter-view .option svg path:nth-child(4) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.page-conferences .filter-view .option.active {
  color: #FF9200;
}
.page-conferences .filter-view .option:not(.active):hover path {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
@media (max-width: 740px) {
  .page-conferences .filter-view .option {
    width: 40px;
    height: 40px;
    padding: 11px;
  }
  .page-conferences .toggle-container .option .label {
    font-size: 16px;
  }
}
.page-conferences .filter-date .text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-conferences .filter-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-conferences .filter-container .option .label {
  font-size: 1.25em;
}
.page-conferences .filter-container .toggle-container {
  color: #8A418B;
}
.page-conferences .filter-container .toggle-container .toggle {
  background: #979797;
}
.page-conferences .toggle-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #F7941E;
}
.page-conferences .toggle-container .option {
  cursor: pointer;
}
.page-conferences .toggle-container .option .label {
  font-size: 1.625em;
  color: inherit;
}
.page-conferences .toggle-container .option:first-child {
  color: currentColor;
}
.page-conferences .toggle-container .option:last-child {
  color: #695D65;
}
.page-conferences .toggle-container .toggle {
  width: 40px;
  height: 20px;
  border-radius: 15px;
  border-radius: 10px;
  margin: 0 20px;
  background: #695D65;
  position: relative;
  cursor: pointer;
}
.page-conferences .toggle-container .toggle .circle {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 4px;
  top: 3px;
/*  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0.6, 0.09, 0.97);
  transition: -webkit-transform 1s cubic-bezier(0, 0.6, 0.09, 0.97);
  -o-transition: transform 1s cubic-bezier(0, 0.6, 0.09, 0.97);
  transition: transform 1s cubic-bezier(0, 0.6, 0.09, 0.97);
  transition: transform 1s cubic-bezier(0, 0.6, 0.09, 0.97), -webkit-transform 1s cubic-bezier(0, 0.6, 0.09, 0.97);*/
}
.page-conferences .toggle-container.active .option:first-child {
  color: #695D65;
}
.page-conferences .toggle-container.active .option:last-child {
  color: currentColor;
}
.page-conferences .toggle-container.active .toggle .circle {
  -webkit-transform: translateX(19px);
  -ms-transform: translateX(19px);
  transform: translateX(19px);
}
.page-conferences .filter-date .toggle-container {
  margin-bottom: 40px;
}
.page-conferences .filter-container .toggle-container {
  color: #8A418B;
}
.page-conferences .filter-container .toggle-container .toggle {
  background: #979797;
}
@media (max-width: 440px) {
  .page-conferences .toggle-container .option .label {
    font-size: 14px;
  }
}
.page-conferences input[type="checkbox"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  -ms-appearance: radio;
}
