@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes slideInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-moz-keyframes slideInUp {
  from {
    opacity: 0;
    -moz-transform: translateY(20px);
         transform: translateY(20px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
}
@keyframes slideInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
       -moz-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-moz-keyframes slideInDown {
  from {
    opacity: 0;
    -moz-transform: translateY(-20px);
         transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
}
@keyframes slideInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
       -moz-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideOutUp {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@-moz-keyframes slideOutUp {
  from {
    opacity: 1;
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
  to {
    opacity: 0;
    -moz-transform: translateY(-20px);
         transform: translateY(-20px);
  }
}
@keyframes slideOutUp {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-20px);
       -moz-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@-webkit-keyframes slideOutDown {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@-moz-keyframes slideOutDown {
  from {
    opacity: 1;
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
  to {
    opacity: 0;
    -moz-transform: translateY(20px);
         transform: translateY(20px);
  }
}
@keyframes slideOutDown {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(20px);
       -moz-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@-webkit-keyframes slideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-moz-keyframes slideInLeft {
  from {
    opacity: 0;
    -moz-transform: translateX(-20px);
         transform: translateX(-20px);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
       -moz-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-moz-keyframes slideInRight {
  from {
    opacity: 0;
    -moz-transform: translateX(20px);
         transform: translateX(20px);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
}
@keyframes slideInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
       -moz-transform: translateX(20px);
            transform: translateX(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideOutLeft {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}
@-moz-keyframes slideOutLeft {
  from {
    opacity: 1;
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
  to {
    opacity: 0;
    -moz-transform: translateX(-20px);
         transform: translateX(-20px);
  }
}
@keyframes slideOutLeft {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(-20px);
       -moz-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}
@-webkit-keyframes slideOutRight {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}
@-moz-keyframes slideOutRight {
  from {
    opacity: 1;
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
  to {
    opacity: 0;
    -moz-transform: translateX(20px);
         transform: translateX(20px);
  }
}
@keyframes slideOutRight {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(20px);
       -moz-transform: translateX(20px);
            transform: translateX(20px);
  }
}
@-webkit-keyframes scaleIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-moz-keyframes scaleIn {
  from {
    opacity: 0;
    -moz-transform: scale(0.9);
         transform: scale(0.9);
  }
  to {
    opacity: 1;
    -moz-transform: scale(1);
         transform: scale(1);
  }
}
@keyframes scaleIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.9);
       -moz-transform: scale(0.9);
            transform: scale(0.9);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes scaleOut {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@-moz-keyframes scaleOut {
  from {
    opacity: 1;
    -moz-transform: scale(1);
         transform: scale(1);
  }
  to {
    opacity: 0;
    -moz-transform: scale(0.9);
         transform: scale(0.9);
  }
}
@keyframes scaleOut {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.9);
       -moz-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@-webkit-keyframes popIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  70% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-moz-keyframes popIn {
  from {
    opacity: 0;
    -moz-transform: scale(0.6);
         transform: scale(0.6);
  }
  70% {
    -moz-transform: scale(1.05);
         transform: scale(1.05);
  }
  to {
    opacity: 1;
    -moz-transform: scale(1);
         transform: scale(1);
  }
}
@keyframes popIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
       -moz-transform: scale(0.6);
            transform: scale(0.6);
  }
  70% {
    -webkit-transform: scale(1.05);
       -moz-transform: scale(1.05);
            transform: scale(1.05);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
  40% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
  60% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
  80% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
}
@-moz-keyframes shake {
  0%, 100% {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
  20% {
    -moz-transform: translateX(-6px);
         transform: translateX(-6px);
  }
  40% {
    -moz-transform: translateX(6px);
         transform: translateX(6px);
  }
  60% {
    -moz-transform: translateX(-4px);
         transform: translateX(-4px);
  }
  80% {
    -moz-transform: translateX(4px);
         transform: translateX(4px);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-6px);
       -moz-transform: translateX(-6px);
            transform: translateX(-6px);
  }
  40% {
    -webkit-transform: translateX(6px);
       -moz-transform: translateX(6px);
            transform: translateX(6px);
  }
  60% {
    -webkit-transform: translateX(-4px);
       -moz-transform: translateX(-4px);
            transform: translateX(-4px);
  }
  80% {
    -webkit-transform: translateX(4px);
       -moz-transform: translateX(4px);
            transform: translateX(4px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.05);
         transform: scale(1.05);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
       -moz-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes navDropdownIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-moz-keyframes navDropdownIn {
  from {
    opacity: 0;
    -moz-transform: translateY(-8px);
         transform: translateY(-8px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
}
@keyframes navDropdownIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-8px);
       -moz-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes pageEnter {
  from {
    opacity: 0;
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-moz-keyframes pageEnter {
  from {
    opacity: 0;
    -moz-transform: translateY(12px);
         transform: translateY(12px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
}
@keyframes pageEnter {
  from {
    opacity: 0;
    -webkit-transform: translateY(12px);
       -moz-transform: translateY(12px);
            transform: translateY(12px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes listItemIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-moz-keyframes listItemIn {
  from {
    opacity: 0;
    -moz-transform: translateX(-8px);
         transform: translateX(-8px);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
}
@keyframes listItemIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-8px);
       -moz-transform: translateX(-8px);
            transform: translateX(-8px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes notificationSlideIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(16px) scale(0.95);
            transform: translateX(16px) scale(0.95);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
}
@-moz-keyframes notificationSlideIn {
  from {
    opacity: 0;
    -moz-transform: translateX(16px) scale(0.95);
         transform: translateX(16px) scale(0.95);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0) scale(1);
         transform: translateX(0) scale(1);
  }
}
@keyframes notificationSlideIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(16px) scale(0.95);
       -moz-transform: translateX(16px) scale(0.95);
            transform: translateX(16px) scale(0.95);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0) scale(1);
       -moz-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
}
@-webkit-keyframes notificationSlideOut {
  from {
    opacity: 1;
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(16px) scale(0.95);
            transform: translateX(16px) scale(0.95);
  }
}
@-moz-keyframes notificationSlideOut {
  from {
    opacity: 1;
    -moz-transform: translateX(0) scale(1);
         transform: translateX(0) scale(1);
  }
  to {
    opacity: 0;
    -moz-transform: translateX(16px) scale(0.95);
         transform: translateX(16px) scale(0.95);
  }
}
@keyframes notificationSlideOut {
  from {
    opacity: 1;
    -webkit-transform: translateX(0) scale(1);
       -moz-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(16px) scale(0.95);
       -moz-transform: translateX(16px) scale(0.95);
            transform: translateX(16px) scale(0.95);
  }
}
@-webkit-keyframes scaleInBounce {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-moz-keyframes scaleInBounce {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
         transform: scale(0.5);
  }
  70% {
    opacity: 1;
    -moz-transform: scale(1.08);
         transform: scale(1.08);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
         transform: scale(1);
  }
}
@keyframes scaleInBounce {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
       -moz-transform: scale(0.5);
            transform: scale(0.5);
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.08);
       -moz-transform: scale(1.08);
            transform: scale(1.08);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes countUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-moz-keyframes countUp {
  from {
    opacity: 0;
    -moz-transform: translateY(8px);
         transform: translateY(8px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
}
@keyframes countUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(8px);
       -moz-transform: translateY(8px);
            transform: translateY(8px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0);
  }
}
.anim-fade-in {
  -webkit-animation: fadeIn 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
     -moz-animation: fadeIn 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: fadeIn 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.anim-fade-out {
  -webkit-animation: fadeOut 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
     -moz-animation: fadeOut 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
          animation: fadeOut 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
}

.anim-slide-in-up {
  -webkit-animation: slideInUp 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
     -moz-animation: slideInUp 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: slideInUp 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.anim-slide-in-down {
  -webkit-animation: slideInDown 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
     -moz-animation: slideInDown 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: slideInDown 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.anim-slide-out-up {
  -webkit-animation: slideOutUp 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
     -moz-animation: slideOutUp 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
          animation: slideOutUp 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
}

.anim-slide-out-down {
  -webkit-animation: slideOutDown 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
     -moz-animation: slideOutDown 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
          animation: slideOutDown 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
}

.anim-slide-in-left {
  -webkit-animation: slideInLeft 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
     -moz-animation: slideInLeft 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: slideInLeft 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.anim-slide-in-right {
  -webkit-animation: slideInRight 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
     -moz-animation: slideInRight 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: slideInRight 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.anim-slide-out-left {
  -webkit-animation: slideOutLeft 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
     -moz-animation: slideOutLeft 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
          animation: slideOutLeft 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
}

.anim-slide-out-right {
  -webkit-animation: slideOutRight 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
     -moz-animation: slideOutRight 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
          animation: slideOutRight 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
}

.anim-scale-in {
  -webkit-animation: scaleIn 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
     -moz-animation: scaleIn 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: scaleIn 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.anim-scale-out {
  -webkit-animation: scaleOut 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
     -moz-animation: scaleOut 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
          animation: scaleOut 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
}

.anim-pop-in {
  -webkit-animation: popIn 400ms cubic-bezier(0.34, 1.56, 0.64, 1) both;
     -moz-animation: popIn 400ms cubic-bezier(0.34, 1.56, 0.64, 1) both;
          animation: popIn 400ms cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.anim-shake {
  -webkit-animation: shake 400ms cubic-bezier(0.645, 0.045, 0.355, 1) both;
     -moz-animation: shake 400ms cubic-bezier(0.645, 0.045, 0.355, 1) both;
          animation: shake 400ms cubic-bezier(0.645, 0.045, 0.355, 1) both;
}

.anim-pulse {
  -webkit-animation: pulse 300ms cubic-bezier(0.645, 0.045, 0.355, 1) both;
     -moz-animation: pulse 300ms cubic-bezier(0.645, 0.045, 0.355, 1) both;
          animation: pulse 300ms cubic-bezier(0.645, 0.045, 0.355, 1) both;
}

.anim-notification-in {
  -webkit-animation: notificationSlideIn 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
     -moz-animation: notificationSlideIn 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: notificationSlideIn 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.anim-notification-out {
  -webkit-animation: notificationSlideOut 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
     -moz-animation: notificationSlideOut 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
          animation: notificationSlideOut 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
}

.anim-scale-bounce {
  -webkit-animation: scaleInBounce 400ms cubic-bezier(0.34, 1.56, 0.64, 1) both;
     -moz-animation: scaleInBounce 400ms cubic-bezier(0.34, 1.56, 0.64, 1) both;
          animation: scaleInBounce 400ms cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.anim-count-up {
  -webkit-animation: countUp 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
     -moz-animation: countUp 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: countUp 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

#content {
  -webkit-animation: pageEnter 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
     -moz-animation: pageEnter 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: pageEnter 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

#nav-list > li {
  -webkit-animation: fadeIn 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
     -moz-animation: fadeIn 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: fadeIn 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
#nav-list > li:nth-child(1) {
  -webkit-animation-delay: 40ms;
     -moz-animation-delay: 40ms;
          animation-delay: 40ms;
}
#nav-list > li:nth-child(2) {
  -webkit-animation-delay: 80ms;
     -moz-animation-delay: 80ms;
          animation-delay: 80ms;
}
#nav-list > li:nth-child(3) {
  -webkit-animation-delay: 120ms;
     -moz-animation-delay: 120ms;
          animation-delay: 120ms;
}
#nav-list > li:nth-child(4) {
  -webkit-animation-delay: 160ms;
     -moz-animation-delay: 160ms;
          animation-delay: 160ms;
}
#nav-list > li:nth-child(5) {
  -webkit-animation-delay: 200ms;
     -moz-animation-delay: 200ms;
          animation-delay: 200ms;
}
#nav-list > li:nth-child(6) {
  -webkit-animation-delay: 240ms;
     -moz-animation-delay: 240ms;
          animation-delay: 240ms;
}
#nav-list > li:nth-child(7) {
  -webkit-animation-delay: 280ms;
     -moz-animation-delay: 280ms;
          animation-delay: 280ms;
}
#nav-list > li:nth-child(8) {
  -webkit-animation-delay: 320ms;
     -moz-animation-delay: 320ms;
          animation-delay: 320ms;
}
#nav-list > li:nth-child(9) {
  -webkit-animation-delay: 360ms;
     -moz-animation-delay: 360ms;
          animation-delay: 360ms;
}
#nav-list > li:nth-child(10) {
  -webkit-animation-delay: 400ms;
     -moz-animation-delay: 400ms;
          animation-delay: 400ms;
}
#nav-list > li:nth-child(11) {
  -webkit-animation-delay: 440ms;
     -moz-animation-delay: 440ms;
          animation-delay: 440ms;
}
#nav-list > li:nth-child(12) {
  -webkit-animation-delay: 480ms;
     -moz-animation-delay: 480ms;
          animation-delay: 480ms;
}
#nav-list > li:nth-child(13) {
  -webkit-animation-delay: 520ms;
     -moz-animation-delay: 520ms;
          animation-delay: 520ms;
}
#nav-list > li:nth-child(14) {
  -webkit-animation-delay: 560ms;
     -moz-animation-delay: 560ms;
          animation-delay: 560ms;
}
#nav-list > li:nth-child(15) {
  -webkit-animation-delay: 600ms;
     -moz-animation-delay: 600ms;
          animation-delay: 600ms;
}
#nav-list > li:nth-child(16) {
  -webkit-animation-delay: 640ms;
     -moz-animation-delay: 640ms;
          animation-delay: 640ms;
}
#nav-list > li:nth-child(17) {
  -webkit-animation-delay: 680ms;
     -moz-animation-delay: 680ms;
          animation-delay: 680ms;
}
#nav-list > li:nth-child(18) {
  -webkit-animation-delay: 720ms;
     -moz-animation-delay: 720ms;
          animation-delay: 720ms;
}
#nav-list > li:nth-child(19) {
  -webkit-animation-delay: 760ms;
     -moz-animation-delay: 760ms;
          animation-delay: 760ms;
}
#nav-list > li:nth-child(20) {
  -webkit-animation-delay: 800ms;
     -moz-animation-delay: 800ms;
          animation-delay: 800ms;
}

#content-body ul > li,
#content ul > li {
  -webkit-animation: listItemIn 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
     -moz-animation: listItemIn 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: listItemIn 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
#content-body ul > li:nth-child(1),
#content ul > li:nth-child(1) {
  -webkit-animation-delay: 50ms;
     -moz-animation-delay: 50ms;
          animation-delay: 50ms;
}
#content-body ul > li:nth-child(2),
#content ul > li:nth-child(2) {
  -webkit-animation-delay: 100ms;
     -moz-animation-delay: 100ms;
          animation-delay: 100ms;
}
#content-body ul > li:nth-child(3),
#content ul > li:nth-child(3) {
  -webkit-animation-delay: 150ms;
     -moz-animation-delay: 150ms;
          animation-delay: 150ms;
}
#content-body ul > li:nth-child(4),
#content ul > li:nth-child(4) {
  -webkit-animation-delay: 200ms;
     -moz-animation-delay: 200ms;
          animation-delay: 200ms;
}
#content-body ul > li:nth-child(5),
#content ul > li:nth-child(5) {
  -webkit-animation-delay: 250ms;
     -moz-animation-delay: 250ms;
          animation-delay: 250ms;
}
#content-body ul > li:nth-child(6),
#content ul > li:nth-child(6) {
  -webkit-animation-delay: 300ms;
     -moz-animation-delay: 300ms;
          animation-delay: 300ms;
}
#content-body ul > li:nth-child(7),
#content ul > li:nth-child(7) {
  -webkit-animation-delay: 350ms;
     -moz-animation-delay: 350ms;
          animation-delay: 350ms;
}
#content-body ul > li:nth-child(8),
#content ul > li:nth-child(8) {
  -webkit-animation-delay: 400ms;
     -moz-animation-delay: 400ms;
          animation-delay: 400ms;
}
#content-body ul > li:nth-child(9),
#content ul > li:nth-child(9) {
  -webkit-animation-delay: 450ms;
     -moz-animation-delay: 450ms;
          animation-delay: 450ms;
}
#content-body ul > li:nth-child(10),
#content ul > li:nth-child(10) {
  -webkit-animation-delay: 500ms;
     -moz-animation-delay: 500ms;
          animation-delay: 500ms;
}
#content-body ul > li:nth-child(11),
#content ul > li:nth-child(11) {
  -webkit-animation-delay: 550ms;
     -moz-animation-delay: 550ms;
          animation-delay: 550ms;
}
#content-body ul > li:nth-child(12),
#content ul > li:nth-child(12) {
  -webkit-animation-delay: 600ms;
     -moz-animation-delay: 600ms;
          animation-delay: 600ms;
}
#content-body ul > li:nth-child(13),
#content ul > li:nth-child(13) {
  -webkit-animation-delay: 650ms;
     -moz-animation-delay: 650ms;
          animation-delay: 650ms;
}
#content-body ul > li:nth-child(14),
#content ul > li:nth-child(14) {
  -webkit-animation-delay: 700ms;
     -moz-animation-delay: 700ms;
          animation-delay: 700ms;
}
#content-body ul > li:nth-child(15),
#content ul > li:nth-child(15) {
  -webkit-animation-delay: 750ms;
     -moz-animation-delay: 750ms;
          animation-delay: 750ms;
}
#content-body ul > li:nth-child(16),
#content ul > li:nth-child(16) {
  -webkit-animation-delay: 800ms;
     -moz-animation-delay: 800ms;
          animation-delay: 800ms;
}
#content-body ul > li:nth-child(17),
#content ul > li:nth-child(17) {
  -webkit-animation-delay: 850ms;
     -moz-animation-delay: 850ms;
          animation-delay: 850ms;
}
#content-body ul > li:nth-child(18),
#content ul > li:nth-child(18) {
  -webkit-animation-delay: 900ms;
     -moz-animation-delay: 900ms;
          animation-delay: 900ms;
}
#content-body ul > li:nth-child(19),
#content ul > li:nth-child(19) {
  -webkit-animation-delay: 950ms;
     -moz-animation-delay: 950ms;
          animation-delay: 950ms;
}
#content-body ul > li:nth-child(20),
#content ul > li:nth-child(20) {
  -webkit-animation-delay: 1000ms;
     -moz-animation-delay: 1000ms;
          animation-delay: 1000ms;
}
#content-body ul > li:nth-child(21),
#content ul > li:nth-child(21) {
  -webkit-animation-delay: 1050ms;
     -moz-animation-delay: 1050ms;
          animation-delay: 1050ms;
}
#content-body ul > li:nth-child(22),
#content ul > li:nth-child(22) {
  -webkit-animation-delay: 1100ms;
     -moz-animation-delay: 1100ms;
          animation-delay: 1100ms;
}
#content-body ul > li:nth-child(23),
#content ul > li:nth-child(23) {
  -webkit-animation-delay: 1150ms;
     -moz-animation-delay: 1150ms;
          animation-delay: 1150ms;
}
#content-body ul > li:nth-child(24),
#content ul > li:nth-child(24) {
  -webkit-animation-delay: 1200ms;
     -moz-animation-delay: 1200ms;
          animation-delay: 1200ms;
}
#content-body ul > li:nth-child(25),
#content ul > li:nth-child(25) {
  -webkit-animation-delay: 1250ms;
     -moz-animation-delay: 1250ms;
          animation-delay: 1250ms;
}
#content-body ul > li:nth-child(26),
#content ul > li:nth-child(26) {
  -webkit-animation-delay: 1300ms;
     -moz-animation-delay: 1300ms;
          animation-delay: 1300ms;
}
#content-body ul > li:nth-child(27),
#content ul > li:nth-child(27) {
  -webkit-animation-delay: 1350ms;
     -moz-animation-delay: 1350ms;
          animation-delay: 1350ms;
}
#content-body ul > li:nth-child(28),
#content ul > li:nth-child(28) {
  -webkit-animation-delay: 1400ms;
     -moz-animation-delay: 1400ms;
          animation-delay: 1400ms;
}
#content-body ul > li:nth-child(29),
#content ul > li:nth-child(29) {
  -webkit-animation-delay: 1450ms;
     -moz-animation-delay: 1450ms;
          animation-delay: 1450ms;
}
#content-body ul > li:nth-child(30),
#content ul > li:nth-child(30) {
  -webkit-animation-delay: 1500ms;
     -moz-animation-delay: 1500ms;
          animation-delay: 1500ms;
}
#content-body ul > li:nth-child(31),
#content ul > li:nth-child(31) {
  -webkit-animation-delay: 1550ms;
     -moz-animation-delay: 1550ms;
          animation-delay: 1550ms;
}
#content-body ul > li:nth-child(32),
#content ul > li:nth-child(32) {
  -webkit-animation-delay: 1600ms;
     -moz-animation-delay: 1600ms;
          animation-delay: 1600ms;
}
#content-body ul > li:nth-child(33),
#content ul > li:nth-child(33) {
  -webkit-animation-delay: 1650ms;
     -moz-animation-delay: 1650ms;
          animation-delay: 1650ms;
}
#content-body ul > li:nth-child(34),
#content ul > li:nth-child(34) {
  -webkit-animation-delay: 1700ms;
     -moz-animation-delay: 1700ms;
          animation-delay: 1700ms;
}
#content-body ul > li:nth-child(35),
#content ul > li:nth-child(35) {
  -webkit-animation-delay: 1750ms;
     -moz-animation-delay: 1750ms;
          animation-delay: 1750ms;
}
#content-body ul > li:nth-child(36),
#content ul > li:nth-child(36) {
  -webkit-animation-delay: 1800ms;
     -moz-animation-delay: 1800ms;
          animation-delay: 1800ms;
}
#content-body ul > li:nth-child(37),
#content ul > li:nth-child(37) {
  -webkit-animation-delay: 1850ms;
     -moz-animation-delay: 1850ms;
          animation-delay: 1850ms;
}
#content-body ul > li:nth-child(38),
#content ul > li:nth-child(38) {
  -webkit-animation-delay: 1900ms;
     -moz-animation-delay: 1900ms;
          animation-delay: 1900ms;
}
#content-body ul > li:nth-child(39),
#content ul > li:nth-child(39) {
  -webkit-animation-delay: 1950ms;
     -moz-animation-delay: 1950ms;
          animation-delay: 1950ms;
}
#content-body ul > li:nth-child(40),
#content ul > li:nth-child(40) {
  -webkit-animation-delay: 2000ms;
     -moz-animation-delay: 2000ms;
          animation-delay: 2000ms;
}
#content-body ul > li:nth-child(41),
#content ul > li:nth-child(41) {
  -webkit-animation-delay: 2050ms;
     -moz-animation-delay: 2050ms;
          animation-delay: 2050ms;
}
#content-body ul > li:nth-child(42),
#content ul > li:nth-child(42) {
  -webkit-animation-delay: 2100ms;
     -moz-animation-delay: 2100ms;
          animation-delay: 2100ms;
}
#content-body ul > li:nth-child(43),
#content ul > li:nth-child(43) {
  -webkit-animation-delay: 2150ms;
     -moz-animation-delay: 2150ms;
          animation-delay: 2150ms;
}
#content-body ul > li:nth-child(44),
#content ul > li:nth-child(44) {
  -webkit-animation-delay: 2200ms;
     -moz-animation-delay: 2200ms;
          animation-delay: 2200ms;
}
#content-body ul > li:nth-child(45),
#content ul > li:nth-child(45) {
  -webkit-animation-delay: 2250ms;
     -moz-animation-delay: 2250ms;
          animation-delay: 2250ms;
}
#content-body ul > li:nth-child(46),
#content ul > li:nth-child(46) {
  -webkit-animation-delay: 2300ms;
     -moz-animation-delay: 2300ms;
          animation-delay: 2300ms;
}
#content-body ul > li:nth-child(47),
#content ul > li:nth-child(47) {
  -webkit-animation-delay: 2350ms;
     -moz-animation-delay: 2350ms;
          animation-delay: 2350ms;
}
#content-body ul > li:nth-child(48),
#content ul > li:nth-child(48) {
  -webkit-animation-delay: 2400ms;
     -moz-animation-delay: 2400ms;
          animation-delay: 2400ms;
}
#content-body ul > li:nth-child(49),
#content ul > li:nth-child(49) {
  -webkit-animation-delay: 2450ms;
     -moz-animation-delay: 2450ms;
          animation-delay: 2450ms;
}
#content-body ul > li:nth-child(50),
#content ul > li:nth-child(50) {
  -webkit-animation-delay: 2500ms;
     -moz-animation-delay: 2500ms;
          animation-delay: 2500ms;
}
#content-body ul > li:nth-child(51),
#content ul > li:nth-child(51) {
  -webkit-animation-delay: 2550ms;
     -moz-animation-delay: 2550ms;
          animation-delay: 2550ms;
}
#content-body ul > li:nth-child(52),
#content ul > li:nth-child(52) {
  -webkit-animation-delay: 2600ms;
     -moz-animation-delay: 2600ms;
          animation-delay: 2600ms;
}
#content-body ul > li:nth-child(53),
#content ul > li:nth-child(53) {
  -webkit-animation-delay: 2650ms;
     -moz-animation-delay: 2650ms;
          animation-delay: 2650ms;
}
#content-body ul > li:nth-child(54),
#content ul > li:nth-child(54) {
  -webkit-animation-delay: 2700ms;
     -moz-animation-delay: 2700ms;
          animation-delay: 2700ms;
}
#content-body ul > li:nth-child(55),
#content ul > li:nth-child(55) {
  -webkit-animation-delay: 2750ms;
     -moz-animation-delay: 2750ms;
          animation-delay: 2750ms;
}
#content-body ul > li:nth-child(56),
#content ul > li:nth-child(56) {
  -webkit-animation-delay: 2800ms;
     -moz-animation-delay: 2800ms;
          animation-delay: 2800ms;
}
#content-body ul > li:nth-child(57),
#content ul > li:nth-child(57) {
  -webkit-animation-delay: 2850ms;
     -moz-animation-delay: 2850ms;
          animation-delay: 2850ms;
}
#content-body ul > li:nth-child(58),
#content ul > li:nth-child(58) {
  -webkit-animation-delay: 2900ms;
     -moz-animation-delay: 2900ms;
          animation-delay: 2900ms;
}
#content-body ul > li:nth-child(59),
#content ul > li:nth-child(59) {
  -webkit-animation-delay: 2950ms;
     -moz-animation-delay: 2950ms;
          animation-delay: 2950ms;
}
#content-body ul > li:nth-child(60),
#content ul > li:nth-child(60) {
  -webkit-animation-delay: 3000ms;
     -moz-animation-delay: 3000ms;
          animation-delay: 3000ms;
}
#content-body ul > li:nth-child(61),
#content ul > li:nth-child(61) {
  -webkit-animation-delay: 3050ms;
     -moz-animation-delay: 3050ms;
          animation-delay: 3050ms;
}
#content-body ul > li:nth-child(62),
#content ul > li:nth-child(62) {
  -webkit-animation-delay: 3100ms;
     -moz-animation-delay: 3100ms;
          animation-delay: 3100ms;
}
#content-body ul > li:nth-child(63),
#content ul > li:nth-child(63) {
  -webkit-animation-delay: 3150ms;
     -moz-animation-delay: 3150ms;
          animation-delay: 3150ms;
}
#content-body ul > li:nth-child(64),
#content ul > li:nth-child(64) {
  -webkit-animation-delay: 3200ms;
     -moz-animation-delay: 3200ms;
          animation-delay: 3200ms;
}
#content-body ul > li:nth-child(65),
#content ul > li:nth-child(65) {
  -webkit-animation-delay: 3250ms;
     -moz-animation-delay: 3250ms;
          animation-delay: 3250ms;
}
#content-body ul > li:nth-child(66),
#content ul > li:nth-child(66) {
  -webkit-animation-delay: 3300ms;
     -moz-animation-delay: 3300ms;
          animation-delay: 3300ms;
}
#content-body ul > li:nth-child(67),
#content ul > li:nth-child(67) {
  -webkit-animation-delay: 3350ms;
     -moz-animation-delay: 3350ms;
          animation-delay: 3350ms;
}
#content-body ul > li:nth-child(68),
#content ul > li:nth-child(68) {
  -webkit-animation-delay: 3400ms;
     -moz-animation-delay: 3400ms;
          animation-delay: 3400ms;
}
#content-body ul > li:nth-child(69),
#content ul > li:nth-child(69) {
  -webkit-animation-delay: 3450ms;
     -moz-animation-delay: 3450ms;
          animation-delay: 3450ms;
}
#content-body ul > li:nth-child(70),
#content ul > li:nth-child(70) {
  -webkit-animation-delay: 3500ms;
     -moz-animation-delay: 3500ms;
          animation-delay: 3500ms;
}
#content-body ul > li:nth-child(71),
#content ul > li:nth-child(71) {
  -webkit-animation-delay: 3550ms;
     -moz-animation-delay: 3550ms;
          animation-delay: 3550ms;
}
#content-body ul > li:nth-child(72),
#content ul > li:nth-child(72) {
  -webkit-animation-delay: 3600ms;
     -moz-animation-delay: 3600ms;
          animation-delay: 3600ms;
}
#content-body ul > li:nth-child(73),
#content ul > li:nth-child(73) {
  -webkit-animation-delay: 3650ms;
     -moz-animation-delay: 3650ms;
          animation-delay: 3650ms;
}
#content-body ul > li:nth-child(74),
#content ul > li:nth-child(74) {
  -webkit-animation-delay: 3700ms;
     -moz-animation-delay: 3700ms;
          animation-delay: 3700ms;
}
#content-body ul > li:nth-child(75),
#content ul > li:nth-child(75) {
  -webkit-animation-delay: 3750ms;
     -moz-animation-delay: 3750ms;
          animation-delay: 3750ms;
}
#content-body ul > li:nth-child(76),
#content ul > li:nth-child(76) {
  -webkit-animation-delay: 3800ms;
     -moz-animation-delay: 3800ms;
          animation-delay: 3800ms;
}
#content-body ul > li:nth-child(77),
#content ul > li:nth-child(77) {
  -webkit-animation-delay: 3850ms;
     -moz-animation-delay: 3850ms;
          animation-delay: 3850ms;
}
#content-body ul > li:nth-child(78),
#content ul > li:nth-child(78) {
  -webkit-animation-delay: 3900ms;
     -moz-animation-delay: 3900ms;
          animation-delay: 3900ms;
}
#content-body ul > li:nth-child(79),
#content ul > li:nth-child(79) {
  -webkit-animation-delay: 3950ms;
     -moz-animation-delay: 3950ms;
          animation-delay: 3950ms;
}
#content-body ul > li:nth-child(80),
#content ul > li:nth-child(80) {
  -webkit-animation-delay: 4000ms;
     -moz-animation-delay: 4000ms;
          animation-delay: 4000ms;
}
#content-body ul > li:nth-child(81),
#content ul > li:nth-child(81) {
  -webkit-animation-delay: 4050ms;
     -moz-animation-delay: 4050ms;
          animation-delay: 4050ms;
}
#content-body ul > li:nth-child(82),
#content ul > li:nth-child(82) {
  -webkit-animation-delay: 4100ms;
     -moz-animation-delay: 4100ms;
          animation-delay: 4100ms;
}
#content-body ul > li:nth-child(83),
#content ul > li:nth-child(83) {
  -webkit-animation-delay: 4150ms;
     -moz-animation-delay: 4150ms;
          animation-delay: 4150ms;
}
#content-body ul > li:nth-child(84),
#content ul > li:nth-child(84) {
  -webkit-animation-delay: 4200ms;
     -moz-animation-delay: 4200ms;
          animation-delay: 4200ms;
}
#content-body ul > li:nth-child(85),
#content ul > li:nth-child(85) {
  -webkit-animation-delay: 4250ms;
     -moz-animation-delay: 4250ms;
          animation-delay: 4250ms;
}
#content-body ul > li:nth-child(86),
#content ul > li:nth-child(86) {
  -webkit-animation-delay: 4300ms;
     -moz-animation-delay: 4300ms;
          animation-delay: 4300ms;
}
#content-body ul > li:nth-child(87),
#content ul > li:nth-child(87) {
  -webkit-animation-delay: 4350ms;
     -moz-animation-delay: 4350ms;
          animation-delay: 4350ms;
}
#content-body ul > li:nth-child(88),
#content ul > li:nth-child(88) {
  -webkit-animation-delay: 4400ms;
     -moz-animation-delay: 4400ms;
          animation-delay: 4400ms;
}
#content-body ul > li:nth-child(89),
#content ul > li:nth-child(89) {
  -webkit-animation-delay: 4450ms;
     -moz-animation-delay: 4450ms;
          animation-delay: 4450ms;
}
#content-body ul > li:nth-child(90),
#content ul > li:nth-child(90) {
  -webkit-animation-delay: 4500ms;
     -moz-animation-delay: 4500ms;
          animation-delay: 4500ms;
}
#content-body ul > li:nth-child(91),
#content ul > li:nth-child(91) {
  -webkit-animation-delay: 4550ms;
     -moz-animation-delay: 4550ms;
          animation-delay: 4550ms;
}
#content-body ul > li:nth-child(92),
#content ul > li:nth-child(92) {
  -webkit-animation-delay: 4600ms;
     -moz-animation-delay: 4600ms;
          animation-delay: 4600ms;
}
#content-body ul > li:nth-child(93),
#content ul > li:nth-child(93) {
  -webkit-animation-delay: 4650ms;
     -moz-animation-delay: 4650ms;
          animation-delay: 4650ms;
}
#content-body ul > li:nth-child(94),
#content ul > li:nth-child(94) {
  -webkit-animation-delay: 4700ms;
     -moz-animation-delay: 4700ms;
          animation-delay: 4700ms;
}
#content-body ul > li:nth-child(95),
#content ul > li:nth-child(95) {
  -webkit-animation-delay: 4750ms;
     -moz-animation-delay: 4750ms;
          animation-delay: 4750ms;
}
#content-body ul > li:nth-child(96),
#content ul > li:nth-child(96) {
  -webkit-animation-delay: 4800ms;
     -moz-animation-delay: 4800ms;
          animation-delay: 4800ms;
}
#content-body ul > li:nth-child(97),
#content ul > li:nth-child(97) {
  -webkit-animation-delay: 4850ms;
     -moz-animation-delay: 4850ms;
          animation-delay: 4850ms;
}
#content-body ul > li:nth-child(98),
#content ul > li:nth-child(98) {
  -webkit-animation-delay: 4900ms;
     -moz-animation-delay: 4900ms;
          animation-delay: 4900ms;
}
#content-body ul > li:nth-child(99),
#content ul > li:nth-child(99) {
  -webkit-animation-delay: 4950ms;
     -moz-animation-delay: 4950ms;
          animation-delay: 4950ms;
}
#content-body ul > li:nth-child(100),
#content ul > li:nth-child(100) {
  -webkit-animation-delay: 5000ms;
     -moz-animation-delay: 5000ms;
          animation-delay: 5000ms;
}

#submissions-table > .submission-row {
  -webkit-animation: fadeIn 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
     -moz-animation: fadeIn 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: fadeIn 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
#submissions-table > .submission-row:nth-child(1) {
  -webkit-animation-delay: 50ms;
     -moz-animation-delay: 50ms;
          animation-delay: 50ms;
}
#submissions-table > .submission-row:nth-child(2) {
  -webkit-animation-delay: 100ms;
     -moz-animation-delay: 100ms;
          animation-delay: 100ms;
}
#submissions-table > .submission-row:nth-child(3) {
  -webkit-animation-delay: 150ms;
     -moz-animation-delay: 150ms;
          animation-delay: 150ms;
}
#submissions-table > .submission-row:nth-child(4) {
  -webkit-animation-delay: 200ms;
     -moz-animation-delay: 200ms;
          animation-delay: 200ms;
}
#submissions-table > .submission-row:nth-child(5) {
  -webkit-animation-delay: 250ms;
     -moz-animation-delay: 250ms;
          animation-delay: 250ms;
}
#submissions-table > .submission-row:nth-child(6) {
  -webkit-animation-delay: 300ms;
     -moz-animation-delay: 300ms;
          animation-delay: 300ms;
}
#submissions-table > .submission-row:nth-child(7) {
  -webkit-animation-delay: 350ms;
     -moz-animation-delay: 350ms;
          animation-delay: 350ms;
}
#submissions-table > .submission-row:nth-child(8) {
  -webkit-animation-delay: 400ms;
     -moz-animation-delay: 400ms;
          animation-delay: 400ms;
}
#submissions-table > .submission-row:nth-child(9) {
  -webkit-animation-delay: 450ms;
     -moz-animation-delay: 450ms;
          animation-delay: 450ms;
}
#submissions-table > .submission-row:nth-child(10) {
  -webkit-animation-delay: 500ms;
     -moz-animation-delay: 500ms;
          animation-delay: 500ms;
}
#submissions-table > .submission-row:nth-child(11) {
  -webkit-animation-delay: 550ms;
     -moz-animation-delay: 550ms;
          animation-delay: 550ms;
}
#submissions-table > .submission-row:nth-child(12) {
  -webkit-animation-delay: 600ms;
     -moz-animation-delay: 600ms;
          animation-delay: 600ms;
}
#submissions-table > .submission-row:nth-child(13) {
  -webkit-animation-delay: 650ms;
     -moz-animation-delay: 650ms;
          animation-delay: 650ms;
}
#submissions-table > .submission-row:nth-child(14) {
  -webkit-animation-delay: 700ms;
     -moz-animation-delay: 700ms;
          animation-delay: 700ms;
}
#submissions-table > .submission-row:nth-child(15) {
  -webkit-animation-delay: 750ms;
     -moz-animation-delay: 750ms;
          animation-delay: 750ms;
}
#submissions-table > .submission-row:nth-child(16) {
  -webkit-animation-delay: 800ms;
     -moz-animation-delay: 800ms;
          animation-delay: 800ms;
}
#submissions-table > .submission-row:nth-child(17) {
  -webkit-animation-delay: 850ms;
     -moz-animation-delay: 850ms;
          animation-delay: 850ms;
}
#submissions-table > .submission-row:nth-child(18) {
  -webkit-animation-delay: 900ms;
     -moz-animation-delay: 900ms;
          animation-delay: 900ms;
}
#submissions-table > .submission-row:nth-child(19) {
  -webkit-animation-delay: 950ms;
     -moz-animation-delay: 950ms;
          animation-delay: 950ms;
}
#submissions-table > .submission-row:nth-child(20) {
  -webkit-animation-delay: 1000ms;
     -moz-animation-delay: 1000ms;
          animation-delay: 1000ms;
}
#submissions-table > .submission-row:nth-child(21) {
  -webkit-animation-delay: 1050ms;
     -moz-animation-delay: 1050ms;
          animation-delay: 1050ms;
}
#submissions-table > .submission-row:nth-child(22) {
  -webkit-animation-delay: 1100ms;
     -moz-animation-delay: 1100ms;
          animation-delay: 1100ms;
}
#submissions-table > .submission-row:nth-child(23) {
  -webkit-animation-delay: 1150ms;
     -moz-animation-delay: 1150ms;
          animation-delay: 1150ms;
}
#submissions-table > .submission-row:nth-child(24) {
  -webkit-animation-delay: 1200ms;
     -moz-animation-delay: 1200ms;
          animation-delay: 1200ms;
}
#submissions-table > .submission-row:nth-child(25) {
  -webkit-animation-delay: 1250ms;
     -moz-animation-delay: 1250ms;
          animation-delay: 1250ms;
}
#submissions-table > .submission-row:nth-child(26) {
  -webkit-animation-delay: 1300ms;
     -moz-animation-delay: 1300ms;
          animation-delay: 1300ms;
}
#submissions-table > .submission-row:nth-child(27) {
  -webkit-animation-delay: 1350ms;
     -moz-animation-delay: 1350ms;
          animation-delay: 1350ms;
}
#submissions-table > .submission-row:nth-child(28) {
  -webkit-animation-delay: 1400ms;
     -moz-animation-delay: 1400ms;
          animation-delay: 1400ms;
}
#submissions-table > .submission-row:nth-child(29) {
  -webkit-animation-delay: 1450ms;
     -moz-animation-delay: 1450ms;
          animation-delay: 1450ms;
}
#submissions-table > .submission-row:nth-child(30) {
  -webkit-animation-delay: 1500ms;
     -moz-animation-delay: 1500ms;
          animation-delay: 1500ms;
}
#submissions-table > .submission-row:nth-child(31) {
  -webkit-animation-delay: 1550ms;
     -moz-animation-delay: 1550ms;
          animation-delay: 1550ms;
}
#submissions-table > .submission-row:nth-child(32) {
  -webkit-animation-delay: 1600ms;
     -moz-animation-delay: 1600ms;
          animation-delay: 1600ms;
}
#submissions-table > .submission-row:nth-child(33) {
  -webkit-animation-delay: 1650ms;
     -moz-animation-delay: 1650ms;
          animation-delay: 1650ms;
}
#submissions-table > .submission-row:nth-child(34) {
  -webkit-animation-delay: 1700ms;
     -moz-animation-delay: 1700ms;
          animation-delay: 1700ms;
}
#submissions-table > .submission-row:nth-child(35) {
  -webkit-animation-delay: 1750ms;
     -moz-animation-delay: 1750ms;
          animation-delay: 1750ms;
}
#submissions-table > .submission-row:nth-child(36) {
  -webkit-animation-delay: 1800ms;
     -moz-animation-delay: 1800ms;
          animation-delay: 1800ms;
}
#submissions-table > .submission-row:nth-child(37) {
  -webkit-animation-delay: 1850ms;
     -moz-animation-delay: 1850ms;
          animation-delay: 1850ms;
}
#submissions-table > .submission-row:nth-child(38) {
  -webkit-animation-delay: 1900ms;
     -moz-animation-delay: 1900ms;
          animation-delay: 1900ms;
}
#submissions-table > .submission-row:nth-child(39) {
  -webkit-animation-delay: 1950ms;
     -moz-animation-delay: 1950ms;
          animation-delay: 1950ms;
}
#submissions-table > .submission-row:nth-child(40) {
  -webkit-animation-delay: 2000ms;
     -moz-animation-delay: 2000ms;
          animation-delay: 2000ms;
}
#submissions-table > .submission-row:nth-child(41) {
  -webkit-animation-delay: 2050ms;
     -moz-animation-delay: 2050ms;
          animation-delay: 2050ms;
}
#submissions-table > .submission-row:nth-child(42) {
  -webkit-animation-delay: 2100ms;
     -moz-animation-delay: 2100ms;
          animation-delay: 2100ms;
}
#submissions-table > .submission-row:nth-child(43) {
  -webkit-animation-delay: 2150ms;
     -moz-animation-delay: 2150ms;
          animation-delay: 2150ms;
}
#submissions-table > .submission-row:nth-child(44) {
  -webkit-animation-delay: 2200ms;
     -moz-animation-delay: 2200ms;
          animation-delay: 2200ms;
}
#submissions-table > .submission-row:nth-child(45) {
  -webkit-animation-delay: 2250ms;
     -moz-animation-delay: 2250ms;
          animation-delay: 2250ms;
}
#submissions-table > .submission-row:nth-child(46) {
  -webkit-animation-delay: 2300ms;
     -moz-animation-delay: 2300ms;
          animation-delay: 2300ms;
}
#submissions-table > .submission-row:nth-child(47) {
  -webkit-animation-delay: 2350ms;
     -moz-animation-delay: 2350ms;
          animation-delay: 2350ms;
}
#submissions-table > .submission-row:nth-child(48) {
  -webkit-animation-delay: 2400ms;
     -moz-animation-delay: 2400ms;
          animation-delay: 2400ms;
}
#submissions-table > .submission-row:nth-child(49) {
  -webkit-animation-delay: 2450ms;
     -moz-animation-delay: 2450ms;
          animation-delay: 2450ms;
}
#submissions-table > .submission-row:nth-child(50) {
  -webkit-animation-delay: 2500ms;
     -moz-animation-delay: 2500ms;
          animation-delay: 2500ms;
}
#submissions-table > .submission-row:nth-child(51) {
  -webkit-animation-delay: 2550ms;
     -moz-animation-delay: 2550ms;
          animation-delay: 2550ms;
}
#submissions-table > .submission-row:nth-child(52) {
  -webkit-animation-delay: 2600ms;
     -moz-animation-delay: 2600ms;
          animation-delay: 2600ms;
}
#submissions-table > .submission-row:nth-child(53) {
  -webkit-animation-delay: 2650ms;
     -moz-animation-delay: 2650ms;
          animation-delay: 2650ms;
}
#submissions-table > .submission-row:nth-child(54) {
  -webkit-animation-delay: 2700ms;
     -moz-animation-delay: 2700ms;
          animation-delay: 2700ms;
}
#submissions-table > .submission-row:nth-child(55) {
  -webkit-animation-delay: 2750ms;
     -moz-animation-delay: 2750ms;
          animation-delay: 2750ms;
}
#submissions-table > .submission-row:nth-child(56) {
  -webkit-animation-delay: 2800ms;
     -moz-animation-delay: 2800ms;
          animation-delay: 2800ms;
}
#submissions-table > .submission-row:nth-child(57) {
  -webkit-animation-delay: 2850ms;
     -moz-animation-delay: 2850ms;
          animation-delay: 2850ms;
}
#submissions-table > .submission-row:nth-child(58) {
  -webkit-animation-delay: 2900ms;
     -moz-animation-delay: 2900ms;
          animation-delay: 2900ms;
}
#submissions-table > .submission-row:nth-child(59) {
  -webkit-animation-delay: 2950ms;
     -moz-animation-delay: 2950ms;
          animation-delay: 2950ms;
}
#submissions-table > .submission-row:nth-child(60) {
  -webkit-animation-delay: 3000ms;
     -moz-animation-delay: 3000ms;
          animation-delay: 3000ms;
}
#submissions-table > .submission-row:nth-child(61) {
  -webkit-animation-delay: 3050ms;
     -moz-animation-delay: 3050ms;
          animation-delay: 3050ms;
}
#submissions-table > .submission-row:nth-child(62) {
  -webkit-animation-delay: 3100ms;
     -moz-animation-delay: 3100ms;
          animation-delay: 3100ms;
}
#submissions-table > .submission-row:nth-child(63) {
  -webkit-animation-delay: 3150ms;
     -moz-animation-delay: 3150ms;
          animation-delay: 3150ms;
}
#submissions-table > .submission-row:nth-child(64) {
  -webkit-animation-delay: 3200ms;
     -moz-animation-delay: 3200ms;
          animation-delay: 3200ms;
}
#submissions-table > .submission-row:nth-child(65) {
  -webkit-animation-delay: 3250ms;
     -moz-animation-delay: 3250ms;
          animation-delay: 3250ms;
}
#submissions-table > .submission-row:nth-child(66) {
  -webkit-animation-delay: 3300ms;
     -moz-animation-delay: 3300ms;
          animation-delay: 3300ms;
}
#submissions-table > .submission-row:nth-child(67) {
  -webkit-animation-delay: 3350ms;
     -moz-animation-delay: 3350ms;
          animation-delay: 3350ms;
}
#submissions-table > .submission-row:nth-child(68) {
  -webkit-animation-delay: 3400ms;
     -moz-animation-delay: 3400ms;
          animation-delay: 3400ms;
}
#submissions-table > .submission-row:nth-child(69) {
  -webkit-animation-delay: 3450ms;
     -moz-animation-delay: 3450ms;
          animation-delay: 3450ms;
}
#submissions-table > .submission-row:nth-child(70) {
  -webkit-animation-delay: 3500ms;
     -moz-animation-delay: 3500ms;
          animation-delay: 3500ms;
}
#submissions-table > .submission-row:nth-child(71) {
  -webkit-animation-delay: 3550ms;
     -moz-animation-delay: 3550ms;
          animation-delay: 3550ms;
}
#submissions-table > .submission-row:nth-child(72) {
  -webkit-animation-delay: 3600ms;
     -moz-animation-delay: 3600ms;
          animation-delay: 3600ms;
}
#submissions-table > .submission-row:nth-child(73) {
  -webkit-animation-delay: 3650ms;
     -moz-animation-delay: 3650ms;
          animation-delay: 3650ms;
}
#submissions-table > .submission-row:nth-child(74) {
  -webkit-animation-delay: 3700ms;
     -moz-animation-delay: 3700ms;
          animation-delay: 3700ms;
}
#submissions-table > .submission-row:nth-child(75) {
  -webkit-animation-delay: 3750ms;
     -moz-animation-delay: 3750ms;
          animation-delay: 3750ms;
}
#submissions-table > .submission-row:nth-child(76) {
  -webkit-animation-delay: 3800ms;
     -moz-animation-delay: 3800ms;
          animation-delay: 3800ms;
}
#submissions-table > .submission-row:nth-child(77) {
  -webkit-animation-delay: 3850ms;
     -moz-animation-delay: 3850ms;
          animation-delay: 3850ms;
}
#submissions-table > .submission-row:nth-child(78) {
  -webkit-animation-delay: 3900ms;
     -moz-animation-delay: 3900ms;
          animation-delay: 3900ms;
}
#submissions-table > .submission-row:nth-child(79) {
  -webkit-animation-delay: 3950ms;
     -moz-animation-delay: 3950ms;
          animation-delay: 3950ms;
}
#submissions-table > .submission-row:nth-child(80) {
  -webkit-animation-delay: 4000ms;
     -moz-animation-delay: 4000ms;
          animation-delay: 4000ms;
}
#submissions-table > .submission-row:nth-child(81) {
  -webkit-animation-delay: 4050ms;
     -moz-animation-delay: 4050ms;
          animation-delay: 4050ms;
}
#submissions-table > .submission-row:nth-child(82) {
  -webkit-animation-delay: 4100ms;
     -moz-animation-delay: 4100ms;
          animation-delay: 4100ms;
}
#submissions-table > .submission-row:nth-child(83) {
  -webkit-animation-delay: 4150ms;
     -moz-animation-delay: 4150ms;
          animation-delay: 4150ms;
}
#submissions-table > .submission-row:nth-child(84) {
  -webkit-animation-delay: 4200ms;
     -moz-animation-delay: 4200ms;
          animation-delay: 4200ms;
}
#submissions-table > .submission-row:nth-child(85) {
  -webkit-animation-delay: 4250ms;
     -moz-animation-delay: 4250ms;
          animation-delay: 4250ms;
}
#submissions-table > .submission-row:nth-child(86) {
  -webkit-animation-delay: 4300ms;
     -moz-animation-delay: 4300ms;
          animation-delay: 4300ms;
}
#submissions-table > .submission-row:nth-child(87) {
  -webkit-animation-delay: 4350ms;
     -moz-animation-delay: 4350ms;
          animation-delay: 4350ms;
}
#submissions-table > .submission-row:nth-child(88) {
  -webkit-animation-delay: 4400ms;
     -moz-animation-delay: 4400ms;
          animation-delay: 4400ms;
}
#submissions-table > .submission-row:nth-child(89) {
  -webkit-animation-delay: 4450ms;
     -moz-animation-delay: 4450ms;
          animation-delay: 4450ms;
}
#submissions-table > .submission-row:nth-child(90) {
  -webkit-animation-delay: 4500ms;
     -moz-animation-delay: 4500ms;
          animation-delay: 4500ms;
}
#submissions-table > .submission-row:nth-child(91) {
  -webkit-animation-delay: 4550ms;
     -moz-animation-delay: 4550ms;
          animation-delay: 4550ms;
}
#submissions-table > .submission-row:nth-child(92) {
  -webkit-animation-delay: 4600ms;
     -moz-animation-delay: 4600ms;
          animation-delay: 4600ms;
}
#submissions-table > .submission-row:nth-child(93) {
  -webkit-animation-delay: 4650ms;
     -moz-animation-delay: 4650ms;
          animation-delay: 4650ms;
}
#submissions-table > .submission-row:nth-child(94) {
  -webkit-animation-delay: 4700ms;
     -moz-animation-delay: 4700ms;
          animation-delay: 4700ms;
}
#submissions-table > .submission-row:nth-child(95) {
  -webkit-animation-delay: 4750ms;
     -moz-animation-delay: 4750ms;
          animation-delay: 4750ms;
}
#submissions-table > .submission-row:nth-child(96) {
  -webkit-animation-delay: 4800ms;
     -moz-animation-delay: 4800ms;
          animation-delay: 4800ms;
}
#submissions-table > .submission-row:nth-child(97) {
  -webkit-animation-delay: 4850ms;
     -moz-animation-delay: 4850ms;
          animation-delay: 4850ms;
}
#submissions-table > .submission-row:nth-child(98) {
  -webkit-animation-delay: 4900ms;
     -moz-animation-delay: 4900ms;
          animation-delay: 4900ms;
}
#submissions-table > .submission-row:nth-child(99) {
  -webkit-animation-delay: 4950ms;
     -moz-animation-delay: 4950ms;
          animation-delay: 4950ms;
}
#submissions-table > .submission-row:nth-child(100) {
  -webkit-animation-delay: 5000ms;
     -moz-animation-delay: 5000ms;
          animation-delay: 5000ms;
}

.anim-stagger-parent > :nth-child(1) {
  -webkit-animation-delay: 60ms;
     -moz-animation-delay: 60ms;
          animation-delay: 60ms;
}
.anim-stagger-parent > :nth-child(2) {
  -webkit-animation-delay: 120ms;
     -moz-animation-delay: 120ms;
          animation-delay: 120ms;
}
.anim-stagger-parent > :nth-child(3) {
  -webkit-animation-delay: 180ms;
     -moz-animation-delay: 180ms;
          animation-delay: 180ms;
}
.anim-stagger-parent > :nth-child(4) {
  -webkit-animation-delay: 240ms;
     -moz-animation-delay: 240ms;
          animation-delay: 240ms;
}
.anim-stagger-parent > :nth-child(5) {
  -webkit-animation-delay: 300ms;
     -moz-animation-delay: 300ms;
          animation-delay: 300ms;
}
.anim-stagger-parent > :nth-child(6) {
  -webkit-animation-delay: 360ms;
     -moz-animation-delay: 360ms;
          animation-delay: 360ms;
}
.anim-stagger-parent > :nth-child(7) {
  -webkit-animation-delay: 420ms;
     -moz-animation-delay: 420ms;
          animation-delay: 420ms;
}
.anim-stagger-parent > :nth-child(8) {
  -webkit-animation-delay: 480ms;
     -moz-animation-delay: 480ms;
          animation-delay: 480ms;
}
.anim-stagger-parent > :nth-child(9) {
  -webkit-animation-delay: 540ms;
     -moz-animation-delay: 540ms;
          animation-delay: 540ms;
}
.anim-stagger-parent > :nth-child(10) {
  -webkit-animation-delay: 600ms;
     -moz-animation-delay: 600ms;
          animation-delay: 600ms;
}
.anim-stagger-parent > :nth-child(11) {
  -webkit-animation-delay: 660ms;
     -moz-animation-delay: 660ms;
          animation-delay: 660ms;
}
.anim-stagger-parent > :nth-child(12) {
  -webkit-animation-delay: 720ms;
     -moz-animation-delay: 720ms;
          animation-delay: 720ms;
}
.anim-stagger-parent > :nth-child(13) {
  -webkit-animation-delay: 780ms;
     -moz-animation-delay: 780ms;
          animation-delay: 780ms;
}
.anim-stagger-parent > :nth-child(14) {
  -webkit-animation-delay: 840ms;
     -moz-animation-delay: 840ms;
          animation-delay: 840ms;
}
.anim-stagger-parent > :nth-child(15) {
  -webkit-animation-delay: 900ms;
     -moz-animation-delay: 900ms;
          animation-delay: 900ms;
}
.anim-stagger-parent > :nth-child(16) {
  -webkit-animation-delay: 960ms;
     -moz-animation-delay: 960ms;
          animation-delay: 960ms;
}
.anim-stagger-parent > :nth-child(17) {
  -webkit-animation-delay: 1020ms;
     -moz-animation-delay: 1020ms;
          animation-delay: 1020ms;
}
.anim-stagger-parent > :nth-child(18) {
  -webkit-animation-delay: 1080ms;
     -moz-animation-delay: 1080ms;
          animation-delay: 1080ms;
}
.anim-stagger-parent > :nth-child(19) {
  -webkit-animation-delay: 1140ms;
     -moz-animation-delay: 1140ms;
          animation-delay: 1140ms;
}
.anim-stagger-parent > :nth-child(20) {
  -webkit-animation-delay: 1200ms;
     -moz-animation-delay: 1200ms;
          animation-delay: 1200ms;
}
.anim-stagger-parent > :nth-child(21) {
  -webkit-animation-delay: 1260ms;
     -moz-animation-delay: 1260ms;
          animation-delay: 1260ms;
}
.anim-stagger-parent > :nth-child(22) {
  -webkit-animation-delay: 1320ms;
     -moz-animation-delay: 1320ms;
          animation-delay: 1320ms;
}
.anim-stagger-parent > :nth-child(23) {
  -webkit-animation-delay: 1380ms;
     -moz-animation-delay: 1380ms;
          animation-delay: 1380ms;
}
.anim-stagger-parent > :nth-child(24) {
  -webkit-animation-delay: 1440ms;
     -moz-animation-delay: 1440ms;
          animation-delay: 1440ms;
}
.anim-stagger-parent > :nth-child(25) {
  -webkit-animation-delay: 1500ms;
     -moz-animation-delay: 1500ms;
          animation-delay: 1500ms;
}
.anim-stagger-parent > :nth-child(26) {
  -webkit-animation-delay: 1560ms;
     -moz-animation-delay: 1560ms;
          animation-delay: 1560ms;
}
.anim-stagger-parent > :nth-child(27) {
  -webkit-animation-delay: 1620ms;
     -moz-animation-delay: 1620ms;
          animation-delay: 1620ms;
}
.anim-stagger-parent > :nth-child(28) {
  -webkit-animation-delay: 1680ms;
     -moz-animation-delay: 1680ms;
          animation-delay: 1680ms;
}
.anim-stagger-parent > :nth-child(29) {
  -webkit-animation-delay: 1740ms;
     -moz-animation-delay: 1740ms;
          animation-delay: 1740ms;
}
.anim-stagger-parent > :nth-child(30) {
  -webkit-animation-delay: 1800ms;
     -moz-animation-delay: 1800ms;
          animation-delay: 1800ms;
}
.anim-stagger-parent > :nth-child(31) {
  -webkit-animation-delay: 1860ms;
     -moz-animation-delay: 1860ms;
          animation-delay: 1860ms;
}
.anim-stagger-parent > :nth-child(32) {
  -webkit-animation-delay: 1920ms;
     -moz-animation-delay: 1920ms;
          animation-delay: 1920ms;
}
.anim-stagger-parent > :nth-child(33) {
  -webkit-animation-delay: 1980ms;
     -moz-animation-delay: 1980ms;
          animation-delay: 1980ms;
}
.anim-stagger-parent > :nth-child(34) {
  -webkit-animation-delay: 2040ms;
     -moz-animation-delay: 2040ms;
          animation-delay: 2040ms;
}
.anim-stagger-parent > :nth-child(35) {
  -webkit-animation-delay: 2100ms;
     -moz-animation-delay: 2100ms;
          animation-delay: 2100ms;
}
.anim-stagger-parent > :nth-child(36) {
  -webkit-animation-delay: 2160ms;
     -moz-animation-delay: 2160ms;
          animation-delay: 2160ms;
}
.anim-stagger-parent > :nth-child(37) {
  -webkit-animation-delay: 2220ms;
     -moz-animation-delay: 2220ms;
          animation-delay: 2220ms;
}
.anim-stagger-parent > :nth-child(38) {
  -webkit-animation-delay: 2280ms;
     -moz-animation-delay: 2280ms;
          animation-delay: 2280ms;
}
.anim-stagger-parent > :nth-child(39) {
  -webkit-animation-delay: 2340ms;
     -moz-animation-delay: 2340ms;
          animation-delay: 2340ms;
}
.anim-stagger-parent > :nth-child(40) {
  -webkit-animation-delay: 2400ms;
     -moz-animation-delay: 2400ms;
          animation-delay: 2400ms;
}
.anim-stagger-parent > :nth-child(41) {
  -webkit-animation-delay: 2460ms;
     -moz-animation-delay: 2460ms;
          animation-delay: 2460ms;
}
.anim-stagger-parent > :nth-child(42) {
  -webkit-animation-delay: 2520ms;
     -moz-animation-delay: 2520ms;
          animation-delay: 2520ms;
}
.anim-stagger-parent > :nth-child(43) {
  -webkit-animation-delay: 2580ms;
     -moz-animation-delay: 2580ms;
          animation-delay: 2580ms;
}
.anim-stagger-parent > :nth-child(44) {
  -webkit-animation-delay: 2640ms;
     -moz-animation-delay: 2640ms;
          animation-delay: 2640ms;
}
.anim-stagger-parent > :nth-child(45) {
  -webkit-animation-delay: 2700ms;
     -moz-animation-delay: 2700ms;
          animation-delay: 2700ms;
}
.anim-stagger-parent > :nth-child(46) {
  -webkit-animation-delay: 2760ms;
     -moz-animation-delay: 2760ms;
          animation-delay: 2760ms;
}
.anim-stagger-parent > :nth-child(47) {
  -webkit-animation-delay: 2820ms;
     -moz-animation-delay: 2820ms;
          animation-delay: 2820ms;
}
.anim-stagger-parent > :nth-child(48) {
  -webkit-animation-delay: 2880ms;
     -moz-animation-delay: 2880ms;
          animation-delay: 2880ms;
}
.anim-stagger-parent > :nth-child(49) {
  -webkit-animation-delay: 2940ms;
     -moz-animation-delay: 2940ms;
          animation-delay: 2940ms;
}
.anim-stagger-parent > :nth-child(50) {
  -webkit-animation-delay: 3000ms;
     -moz-animation-delay: 3000ms;
          animation-delay: 3000ms;
}
.anim-stagger-parent > :nth-child(51) {
  -webkit-animation-delay: 3060ms;
     -moz-animation-delay: 3060ms;
          animation-delay: 3060ms;
}
.anim-stagger-parent > :nth-child(52) {
  -webkit-animation-delay: 3120ms;
     -moz-animation-delay: 3120ms;
          animation-delay: 3120ms;
}
.anim-stagger-parent > :nth-child(53) {
  -webkit-animation-delay: 3180ms;
     -moz-animation-delay: 3180ms;
          animation-delay: 3180ms;
}
.anim-stagger-parent > :nth-child(54) {
  -webkit-animation-delay: 3240ms;
     -moz-animation-delay: 3240ms;
          animation-delay: 3240ms;
}
.anim-stagger-parent > :nth-child(55) {
  -webkit-animation-delay: 3300ms;
     -moz-animation-delay: 3300ms;
          animation-delay: 3300ms;
}
.anim-stagger-parent > :nth-child(56) {
  -webkit-animation-delay: 3360ms;
     -moz-animation-delay: 3360ms;
          animation-delay: 3360ms;
}
.anim-stagger-parent > :nth-child(57) {
  -webkit-animation-delay: 3420ms;
     -moz-animation-delay: 3420ms;
          animation-delay: 3420ms;
}
.anim-stagger-parent > :nth-child(58) {
  -webkit-animation-delay: 3480ms;
     -moz-animation-delay: 3480ms;
          animation-delay: 3480ms;
}
.anim-stagger-parent > :nth-child(59) {
  -webkit-animation-delay: 3540ms;
     -moz-animation-delay: 3540ms;
          animation-delay: 3540ms;
}
.anim-stagger-parent > :nth-child(60) {
  -webkit-animation-delay: 3600ms;
     -moz-animation-delay: 3600ms;
          animation-delay: 3600ms;
}
.anim-stagger-parent > :nth-child(61) {
  -webkit-animation-delay: 3660ms;
     -moz-animation-delay: 3660ms;
          animation-delay: 3660ms;
}
.anim-stagger-parent > :nth-child(62) {
  -webkit-animation-delay: 3720ms;
     -moz-animation-delay: 3720ms;
          animation-delay: 3720ms;
}
.anim-stagger-parent > :nth-child(63) {
  -webkit-animation-delay: 3780ms;
     -moz-animation-delay: 3780ms;
          animation-delay: 3780ms;
}
.anim-stagger-parent > :nth-child(64) {
  -webkit-animation-delay: 3840ms;
     -moz-animation-delay: 3840ms;
          animation-delay: 3840ms;
}
.anim-stagger-parent > :nth-child(65) {
  -webkit-animation-delay: 3900ms;
     -moz-animation-delay: 3900ms;
          animation-delay: 3900ms;
}
.anim-stagger-parent > :nth-child(66) {
  -webkit-animation-delay: 3960ms;
     -moz-animation-delay: 3960ms;
          animation-delay: 3960ms;
}
.anim-stagger-parent > :nth-child(67) {
  -webkit-animation-delay: 4020ms;
     -moz-animation-delay: 4020ms;
          animation-delay: 4020ms;
}
.anim-stagger-parent > :nth-child(68) {
  -webkit-animation-delay: 4080ms;
     -moz-animation-delay: 4080ms;
          animation-delay: 4080ms;
}
.anim-stagger-parent > :nth-child(69) {
  -webkit-animation-delay: 4140ms;
     -moz-animation-delay: 4140ms;
          animation-delay: 4140ms;
}
.anim-stagger-parent > :nth-child(70) {
  -webkit-animation-delay: 4200ms;
     -moz-animation-delay: 4200ms;
          animation-delay: 4200ms;
}
.anim-stagger-parent > :nth-child(71) {
  -webkit-animation-delay: 4260ms;
     -moz-animation-delay: 4260ms;
          animation-delay: 4260ms;
}
.anim-stagger-parent > :nth-child(72) {
  -webkit-animation-delay: 4320ms;
     -moz-animation-delay: 4320ms;
          animation-delay: 4320ms;
}
.anim-stagger-parent > :nth-child(73) {
  -webkit-animation-delay: 4380ms;
     -moz-animation-delay: 4380ms;
          animation-delay: 4380ms;
}
.anim-stagger-parent > :nth-child(74) {
  -webkit-animation-delay: 4440ms;
     -moz-animation-delay: 4440ms;
          animation-delay: 4440ms;
}
.anim-stagger-parent > :nth-child(75) {
  -webkit-animation-delay: 4500ms;
     -moz-animation-delay: 4500ms;
          animation-delay: 4500ms;
}
.anim-stagger-parent > :nth-child(76) {
  -webkit-animation-delay: 4560ms;
     -moz-animation-delay: 4560ms;
          animation-delay: 4560ms;
}
.anim-stagger-parent > :nth-child(77) {
  -webkit-animation-delay: 4620ms;
     -moz-animation-delay: 4620ms;
          animation-delay: 4620ms;
}
.anim-stagger-parent > :nth-child(78) {
  -webkit-animation-delay: 4680ms;
     -moz-animation-delay: 4680ms;
          animation-delay: 4680ms;
}
.anim-stagger-parent > :nth-child(79) {
  -webkit-animation-delay: 4740ms;
     -moz-animation-delay: 4740ms;
          animation-delay: 4740ms;
}
.anim-stagger-parent > :nth-child(80) {
  -webkit-animation-delay: 4800ms;
     -moz-animation-delay: 4800ms;
          animation-delay: 4800ms;
}
.anim-stagger-parent > :nth-child(81) {
  -webkit-animation-delay: 4860ms;
     -moz-animation-delay: 4860ms;
          animation-delay: 4860ms;
}
.anim-stagger-parent > :nth-child(82) {
  -webkit-animation-delay: 4920ms;
     -moz-animation-delay: 4920ms;
          animation-delay: 4920ms;
}
.anim-stagger-parent > :nth-child(83) {
  -webkit-animation-delay: 4980ms;
     -moz-animation-delay: 4980ms;
          animation-delay: 4980ms;
}
.anim-stagger-parent > :nth-child(84) {
  -webkit-animation-delay: 5040ms;
     -moz-animation-delay: 5040ms;
          animation-delay: 5040ms;
}
.anim-stagger-parent > :nth-child(85) {
  -webkit-animation-delay: 5100ms;
     -moz-animation-delay: 5100ms;
          animation-delay: 5100ms;
}
.anim-stagger-parent > :nth-child(86) {
  -webkit-animation-delay: 5160ms;
     -moz-animation-delay: 5160ms;
          animation-delay: 5160ms;
}
.anim-stagger-parent > :nth-child(87) {
  -webkit-animation-delay: 5220ms;
     -moz-animation-delay: 5220ms;
          animation-delay: 5220ms;
}
.anim-stagger-parent > :nth-child(88) {
  -webkit-animation-delay: 5280ms;
     -moz-animation-delay: 5280ms;
          animation-delay: 5280ms;
}
.anim-stagger-parent > :nth-child(89) {
  -webkit-animation-delay: 5340ms;
     -moz-animation-delay: 5340ms;
          animation-delay: 5340ms;
}
.anim-stagger-parent > :nth-child(90) {
  -webkit-animation-delay: 5400ms;
     -moz-animation-delay: 5400ms;
          animation-delay: 5400ms;
}
.anim-stagger-parent > :nth-child(91) {
  -webkit-animation-delay: 5460ms;
     -moz-animation-delay: 5460ms;
          animation-delay: 5460ms;
}
.anim-stagger-parent > :nth-child(92) {
  -webkit-animation-delay: 5520ms;
     -moz-animation-delay: 5520ms;
          animation-delay: 5520ms;
}
.anim-stagger-parent > :nth-child(93) {
  -webkit-animation-delay: 5580ms;
     -moz-animation-delay: 5580ms;
          animation-delay: 5580ms;
}
.anim-stagger-parent > :nth-child(94) {
  -webkit-animation-delay: 5640ms;
     -moz-animation-delay: 5640ms;
          animation-delay: 5640ms;
}
.anim-stagger-parent > :nth-child(95) {
  -webkit-animation-delay: 5700ms;
     -moz-animation-delay: 5700ms;
          animation-delay: 5700ms;
}
.anim-stagger-parent > :nth-child(96) {
  -webkit-animation-delay: 5760ms;
     -moz-animation-delay: 5760ms;
          animation-delay: 5760ms;
}
.anim-stagger-parent > :nth-child(97) {
  -webkit-animation-delay: 5820ms;
     -moz-animation-delay: 5820ms;
          animation-delay: 5820ms;
}
.anim-stagger-parent > :nth-child(98) {
  -webkit-animation-delay: 5880ms;
     -moz-animation-delay: 5880ms;
          animation-delay: 5880ms;
}
.anim-stagger-parent > :nth-child(99) {
  -webkit-animation-delay: 5940ms;
     -moz-animation-delay: 5940ms;
          animation-delay: 5940ms;
}
.anim-stagger-parent > :nth-child(100) {
  -webkit-animation-delay: 6000ms;
     -moz-animation-delay: 6000ms;
          animation-delay: 6000ms;
}

.content-description > h1, .content-description > h2, .content-description > h3, .content-description > h4, .content-description > h5, .content-description > h6,
.content-description > p,
.content-description > ul, .content-description > ol,
.content-description > blockquote,
.content-description > pre,
.content-description > table,
.content-description > hr,
.martor-preview > h1,
.martor-preview > h2,
.martor-preview > h3,
.martor-preview > h4,
.martor-preview > h5,
.martor-preview > h6,
.martor-preview > p,
.martor-preview > ul,
.martor-preview > ol,
.martor-preview > blockquote,
.martor-preview > pre,
.martor-preview > table,
.martor-preview > hr,
.form .martor-preview > h1,
.form .martor-preview > h2,
.form .martor-preview > h3,
.form .martor-preview > h4,
.form .martor-preview > h5,
.form .martor-preview > h6,
.form .martor-preview > p,
.form .martor-preview > ul,
.form .martor-preview > ol,
.form .martor-preview > blockquote,
.form .martor-preview > pre,
.form .martor-preview > table,
.form .martor-preview > hr {
  -webkit-animation: fadeIn 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
     -moz-animation: fadeIn 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: fadeIn 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.content-description > ul > li,
.content-description > ol > li,
.martor-preview > ul > li,
.martor-preview > ol > li,
.form .martor-preview > ul > li,
.form .martor-preview > ol > li {
  -webkit-animation: listItemIn 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
     -moz-animation: listItemIn 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: listItemIn 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.content-description > table tr,
.martor-preview > table tr,
.form .martor-preview > table tr {
  -webkit-animation: fadeIn 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
     -moz-animation: fadeIn 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: fadeIn 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.content-description > :nth-child(1),
.martor-preview > :nth-child(1),
.form .martor-preview > :nth-child(1) {
  -webkit-animation-delay: 40ms;
     -moz-animation-delay: 40ms;
          animation-delay: 40ms;
}
.content-description > ul > li:nth-child(1),
.content-description > ol > li:nth-child(1),
.martor-preview > ul > li:nth-child(1),
.martor-preview > ol > li:nth-child(1),
.form .martor-preview > ul > li:nth-child(1),
.form .martor-preview > ol > li:nth-child(1) {
  -webkit-animation-delay: 40ms;
     -moz-animation-delay: 40ms;
          animation-delay: 40ms;
}
.content-description > table tr:nth-child(1),
.martor-preview > table tr:nth-child(1),
.form .martor-preview > table tr:nth-child(1) {
  -webkit-animation-delay: 30ms;
     -moz-animation-delay: 30ms;
          animation-delay: 30ms;
}
.content-description > :nth-child(2),
.martor-preview > :nth-child(2),
.form .martor-preview > :nth-child(2) {
  -webkit-animation-delay: 80ms;
     -moz-animation-delay: 80ms;
          animation-delay: 80ms;
}
.content-description > ul > li:nth-child(2),
.content-description > ol > li:nth-child(2),
.martor-preview > ul > li:nth-child(2),
.martor-preview > ol > li:nth-child(2),
.form .martor-preview > ul > li:nth-child(2),
.form .martor-preview > ol > li:nth-child(2) {
  -webkit-animation-delay: 80ms;
     -moz-animation-delay: 80ms;
          animation-delay: 80ms;
}
.content-description > table tr:nth-child(2),
.martor-preview > table tr:nth-child(2),
.form .martor-preview > table tr:nth-child(2) {
  -webkit-animation-delay: 60ms;
     -moz-animation-delay: 60ms;
          animation-delay: 60ms;
}
.content-description > :nth-child(3),
.martor-preview > :nth-child(3),
.form .martor-preview > :nth-child(3) {
  -webkit-animation-delay: 120ms;
     -moz-animation-delay: 120ms;
          animation-delay: 120ms;
}
.content-description > ul > li:nth-child(3),
.content-description > ol > li:nth-child(3),
.martor-preview > ul > li:nth-child(3),
.martor-preview > ol > li:nth-child(3),
.form .martor-preview > ul > li:nth-child(3),
.form .martor-preview > ol > li:nth-child(3) {
  -webkit-animation-delay: 120ms;
     -moz-animation-delay: 120ms;
          animation-delay: 120ms;
}
.content-description > table tr:nth-child(3),
.martor-preview > table tr:nth-child(3),
.form .martor-preview > table tr:nth-child(3) {
  -webkit-animation-delay: 90ms;
     -moz-animation-delay: 90ms;
          animation-delay: 90ms;
}
.content-description > :nth-child(4),
.martor-preview > :nth-child(4),
.form .martor-preview > :nth-child(4) {
  -webkit-animation-delay: 160ms;
     -moz-animation-delay: 160ms;
          animation-delay: 160ms;
}
.content-description > ul > li:nth-child(4),
.content-description > ol > li:nth-child(4),
.martor-preview > ul > li:nth-child(4),
.martor-preview > ol > li:nth-child(4),
.form .martor-preview > ul > li:nth-child(4),
.form .martor-preview > ol > li:nth-child(4) {
  -webkit-animation-delay: 160ms;
     -moz-animation-delay: 160ms;
          animation-delay: 160ms;
}
.content-description > table tr:nth-child(4),
.martor-preview > table tr:nth-child(4),
.form .martor-preview > table tr:nth-child(4) {
  -webkit-animation-delay: 120ms;
     -moz-animation-delay: 120ms;
          animation-delay: 120ms;
}
.content-description > :nth-child(5),
.martor-preview > :nth-child(5),
.form .martor-preview > :nth-child(5) {
  -webkit-animation-delay: 200ms;
     -moz-animation-delay: 200ms;
          animation-delay: 200ms;
}
.content-description > ul > li:nth-child(5),
.content-description > ol > li:nth-child(5),
.martor-preview > ul > li:nth-child(5),
.martor-preview > ol > li:nth-child(5),
.form .martor-preview > ul > li:nth-child(5),
.form .martor-preview > ol > li:nth-child(5) {
  -webkit-animation-delay: 200ms;
     -moz-animation-delay: 200ms;
          animation-delay: 200ms;
}
.content-description > table tr:nth-child(5),
.martor-preview > table tr:nth-child(5),
.form .martor-preview > table tr:nth-child(5) {
  -webkit-animation-delay: 150ms;
     -moz-animation-delay: 150ms;
          animation-delay: 150ms;
}
.content-description > :nth-child(6),
.martor-preview > :nth-child(6),
.form .martor-preview > :nth-child(6) {
  -webkit-animation-delay: 240ms;
     -moz-animation-delay: 240ms;
          animation-delay: 240ms;
}
.content-description > ul > li:nth-child(6),
.content-description > ol > li:nth-child(6),
.martor-preview > ul > li:nth-child(6),
.martor-preview > ol > li:nth-child(6),
.form .martor-preview > ul > li:nth-child(6),
.form .martor-preview > ol > li:nth-child(6) {
  -webkit-animation-delay: 240ms;
     -moz-animation-delay: 240ms;
          animation-delay: 240ms;
}
.content-description > table tr:nth-child(6),
.martor-preview > table tr:nth-child(6),
.form .martor-preview > table tr:nth-child(6) {
  -webkit-animation-delay: 180ms;
     -moz-animation-delay: 180ms;
          animation-delay: 180ms;
}
.content-description > :nth-child(7),
.martor-preview > :nth-child(7),
.form .martor-preview > :nth-child(7) {
  -webkit-animation-delay: 280ms;
     -moz-animation-delay: 280ms;
          animation-delay: 280ms;
}
.content-description > ul > li:nth-child(7),
.content-description > ol > li:nth-child(7),
.martor-preview > ul > li:nth-child(7),
.martor-preview > ol > li:nth-child(7),
.form .martor-preview > ul > li:nth-child(7),
.form .martor-preview > ol > li:nth-child(7) {
  -webkit-animation-delay: 280ms;
     -moz-animation-delay: 280ms;
          animation-delay: 280ms;
}
.content-description > table tr:nth-child(7),
.martor-preview > table tr:nth-child(7),
.form .martor-preview > table tr:nth-child(7) {
  -webkit-animation-delay: 210ms;
     -moz-animation-delay: 210ms;
          animation-delay: 210ms;
}
.content-description > :nth-child(8),
.martor-preview > :nth-child(8),
.form .martor-preview > :nth-child(8) {
  -webkit-animation-delay: 320ms;
     -moz-animation-delay: 320ms;
          animation-delay: 320ms;
}
.content-description > ul > li:nth-child(8),
.content-description > ol > li:nth-child(8),
.martor-preview > ul > li:nth-child(8),
.martor-preview > ol > li:nth-child(8),
.form .martor-preview > ul > li:nth-child(8),
.form .martor-preview > ol > li:nth-child(8) {
  -webkit-animation-delay: 320ms;
     -moz-animation-delay: 320ms;
          animation-delay: 320ms;
}
.content-description > table tr:nth-child(8),
.martor-preview > table tr:nth-child(8),
.form .martor-preview > table tr:nth-child(8) {
  -webkit-animation-delay: 240ms;
     -moz-animation-delay: 240ms;
          animation-delay: 240ms;
}
.content-description > :nth-child(9),
.martor-preview > :nth-child(9),
.form .martor-preview > :nth-child(9) {
  -webkit-animation-delay: 360ms;
     -moz-animation-delay: 360ms;
          animation-delay: 360ms;
}
.content-description > ul > li:nth-child(9),
.content-description > ol > li:nth-child(9),
.martor-preview > ul > li:nth-child(9),
.martor-preview > ol > li:nth-child(9),
.form .martor-preview > ul > li:nth-child(9),
.form .martor-preview > ol > li:nth-child(9) {
  -webkit-animation-delay: 360ms;
     -moz-animation-delay: 360ms;
          animation-delay: 360ms;
}
.content-description > table tr:nth-child(9),
.martor-preview > table tr:nth-child(9),
.form .martor-preview > table tr:nth-child(9) {
  -webkit-animation-delay: 270ms;
     -moz-animation-delay: 270ms;
          animation-delay: 270ms;
}
.content-description > :nth-child(10),
.martor-preview > :nth-child(10),
.form .martor-preview > :nth-child(10) {
  -webkit-animation-delay: 400ms;
     -moz-animation-delay: 400ms;
          animation-delay: 400ms;
}
.content-description > ul > li:nth-child(10),
.content-description > ol > li:nth-child(10),
.martor-preview > ul > li:nth-child(10),
.martor-preview > ol > li:nth-child(10),
.form .martor-preview > ul > li:nth-child(10),
.form .martor-preview > ol > li:nth-child(10) {
  -webkit-animation-delay: 400ms;
     -moz-animation-delay: 400ms;
          animation-delay: 400ms;
}
.content-description > table tr:nth-child(10),
.martor-preview > table tr:nth-child(10),
.form .martor-preview > table tr:nth-child(10) {
  -webkit-animation-delay: 300ms;
     -moz-animation-delay: 300ms;
          animation-delay: 300ms;
}
.content-description > :nth-child(11),
.martor-preview > :nth-child(11),
.form .martor-preview > :nth-child(11) {
  -webkit-animation-delay: 440ms;
     -moz-animation-delay: 440ms;
          animation-delay: 440ms;
}
.content-description > ul > li:nth-child(11),
.content-description > ol > li:nth-child(11),
.martor-preview > ul > li:nth-child(11),
.martor-preview > ol > li:nth-child(11),
.form .martor-preview > ul > li:nth-child(11),
.form .martor-preview > ol > li:nth-child(11) {
  -webkit-animation-delay: 440ms;
     -moz-animation-delay: 440ms;
          animation-delay: 440ms;
}
.content-description > table tr:nth-child(11),
.martor-preview > table tr:nth-child(11),
.form .martor-preview > table tr:nth-child(11) {
  -webkit-animation-delay: 330ms;
     -moz-animation-delay: 330ms;
          animation-delay: 330ms;
}
.content-description > :nth-child(12),
.martor-preview > :nth-child(12),
.form .martor-preview > :nth-child(12) {
  -webkit-animation-delay: 480ms;
     -moz-animation-delay: 480ms;
          animation-delay: 480ms;
}
.content-description > ul > li:nth-child(12),
.content-description > ol > li:nth-child(12),
.martor-preview > ul > li:nth-child(12),
.martor-preview > ol > li:nth-child(12),
.form .martor-preview > ul > li:nth-child(12),
.form .martor-preview > ol > li:nth-child(12) {
  -webkit-animation-delay: 480ms;
     -moz-animation-delay: 480ms;
          animation-delay: 480ms;
}
.content-description > table tr:nth-child(12),
.martor-preview > table tr:nth-child(12),
.form .martor-preview > table tr:nth-child(12) {
  -webkit-animation-delay: 360ms;
     -moz-animation-delay: 360ms;
          animation-delay: 360ms;
}
.content-description > :nth-child(13),
.martor-preview > :nth-child(13),
.form .martor-preview > :nth-child(13) {
  -webkit-animation-delay: 520ms;
     -moz-animation-delay: 520ms;
          animation-delay: 520ms;
}
.content-description > ul > li:nth-child(13),
.content-description > ol > li:nth-child(13),
.martor-preview > ul > li:nth-child(13),
.martor-preview > ol > li:nth-child(13),
.form .martor-preview > ul > li:nth-child(13),
.form .martor-preview > ol > li:nth-child(13) {
  -webkit-animation-delay: 520ms;
     -moz-animation-delay: 520ms;
          animation-delay: 520ms;
}
.content-description > table tr:nth-child(13),
.martor-preview > table tr:nth-child(13),
.form .martor-preview > table tr:nth-child(13) {
  -webkit-animation-delay: 390ms;
     -moz-animation-delay: 390ms;
          animation-delay: 390ms;
}
.content-description > :nth-child(14),
.martor-preview > :nth-child(14),
.form .martor-preview > :nth-child(14) {
  -webkit-animation-delay: 560ms;
     -moz-animation-delay: 560ms;
          animation-delay: 560ms;
}
.content-description > ul > li:nth-child(14),
.content-description > ol > li:nth-child(14),
.martor-preview > ul > li:nth-child(14),
.martor-preview > ol > li:nth-child(14),
.form .martor-preview > ul > li:nth-child(14),
.form .martor-preview > ol > li:nth-child(14) {
  -webkit-animation-delay: 560ms;
     -moz-animation-delay: 560ms;
          animation-delay: 560ms;
}
.content-description > table tr:nth-child(14),
.martor-preview > table tr:nth-child(14),
.form .martor-preview > table tr:nth-child(14) {
  -webkit-animation-delay: 420ms;
     -moz-animation-delay: 420ms;
          animation-delay: 420ms;
}
.content-description > :nth-child(15),
.martor-preview > :nth-child(15),
.form .martor-preview > :nth-child(15) {
  -webkit-animation-delay: 600ms;
     -moz-animation-delay: 600ms;
          animation-delay: 600ms;
}
.content-description > ul > li:nth-child(15),
.content-description > ol > li:nth-child(15),
.martor-preview > ul > li:nth-child(15),
.martor-preview > ol > li:nth-child(15),
.form .martor-preview > ul > li:nth-child(15),
.form .martor-preview > ol > li:nth-child(15) {
  -webkit-animation-delay: 600ms;
     -moz-animation-delay: 600ms;
          animation-delay: 600ms;
}
.content-description > table tr:nth-child(15),
.martor-preview > table tr:nth-child(15),
.form .martor-preview > table tr:nth-child(15) {
  -webkit-animation-delay: 450ms;
     -moz-animation-delay: 450ms;
          animation-delay: 450ms;
}
.content-description > :nth-child(16),
.martor-preview > :nth-child(16),
.form .martor-preview > :nth-child(16) {
  -webkit-animation-delay: 640ms;
     -moz-animation-delay: 640ms;
          animation-delay: 640ms;
}
.content-description > ul > li:nth-child(16),
.content-description > ol > li:nth-child(16),
.martor-preview > ul > li:nth-child(16),
.martor-preview > ol > li:nth-child(16),
.form .martor-preview > ul > li:nth-child(16),
.form .martor-preview > ol > li:nth-child(16) {
  -webkit-animation-delay: 640ms;
     -moz-animation-delay: 640ms;
          animation-delay: 640ms;
}
.content-description > table tr:nth-child(16),
.martor-preview > table tr:nth-child(16),
.form .martor-preview > table tr:nth-child(16) {
  -webkit-animation-delay: 480ms;
     -moz-animation-delay: 480ms;
          animation-delay: 480ms;
}
.content-description > :nth-child(17),
.martor-preview > :nth-child(17),
.form .martor-preview > :nth-child(17) {
  -webkit-animation-delay: 680ms;
     -moz-animation-delay: 680ms;
          animation-delay: 680ms;
}
.content-description > ul > li:nth-child(17),
.content-description > ol > li:nth-child(17),
.martor-preview > ul > li:nth-child(17),
.martor-preview > ol > li:nth-child(17),
.form .martor-preview > ul > li:nth-child(17),
.form .martor-preview > ol > li:nth-child(17) {
  -webkit-animation-delay: 680ms;
     -moz-animation-delay: 680ms;
          animation-delay: 680ms;
}
.content-description > table tr:nth-child(17),
.martor-preview > table tr:nth-child(17),
.form .martor-preview > table tr:nth-child(17) {
  -webkit-animation-delay: 510ms;
     -moz-animation-delay: 510ms;
          animation-delay: 510ms;
}
.content-description > :nth-child(18),
.martor-preview > :nth-child(18),
.form .martor-preview > :nth-child(18) {
  -webkit-animation-delay: 720ms;
     -moz-animation-delay: 720ms;
          animation-delay: 720ms;
}
.content-description > ul > li:nth-child(18),
.content-description > ol > li:nth-child(18),
.martor-preview > ul > li:nth-child(18),
.martor-preview > ol > li:nth-child(18),
.form .martor-preview > ul > li:nth-child(18),
.form .martor-preview > ol > li:nth-child(18) {
  -webkit-animation-delay: 720ms;
     -moz-animation-delay: 720ms;
          animation-delay: 720ms;
}
.content-description > table tr:nth-child(18),
.martor-preview > table tr:nth-child(18),
.form .martor-preview > table tr:nth-child(18) {
  -webkit-animation-delay: 540ms;
     -moz-animation-delay: 540ms;
          animation-delay: 540ms;
}
.content-description > :nth-child(19),
.martor-preview > :nth-child(19),
.form .martor-preview > :nth-child(19) {
  -webkit-animation-delay: 760ms;
     -moz-animation-delay: 760ms;
          animation-delay: 760ms;
}
.content-description > ul > li:nth-child(19),
.content-description > ol > li:nth-child(19),
.martor-preview > ul > li:nth-child(19),
.martor-preview > ol > li:nth-child(19),
.form .martor-preview > ul > li:nth-child(19),
.form .martor-preview > ol > li:nth-child(19) {
  -webkit-animation-delay: 760ms;
     -moz-animation-delay: 760ms;
          animation-delay: 760ms;
}
.content-description > table tr:nth-child(19),
.martor-preview > table tr:nth-child(19),
.form .martor-preview > table tr:nth-child(19) {
  -webkit-animation-delay: 570ms;
     -moz-animation-delay: 570ms;
          animation-delay: 570ms;
}
.content-description > :nth-child(20),
.martor-preview > :nth-child(20),
.form .martor-preview > :nth-child(20) {
  -webkit-animation-delay: 800ms;
     -moz-animation-delay: 800ms;
          animation-delay: 800ms;
}
.content-description > ul > li:nth-child(20),
.content-description > ol > li:nth-child(20),
.martor-preview > ul > li:nth-child(20),
.martor-preview > ol > li:nth-child(20),
.form .martor-preview > ul > li:nth-child(20),
.form .martor-preview > ol > li:nth-child(20) {
  -webkit-animation-delay: 800ms;
     -moz-animation-delay: 800ms;
          animation-delay: 800ms;
}
.content-description > table tr:nth-child(20),
.martor-preview > table tr:nth-child(20),
.form .martor-preview > table tr:nth-child(20) {
  -webkit-animation-delay: 600ms;
     -moz-animation-delay: 600ms;
          animation-delay: 600ms;
}
.content-description > :nth-child(21),
.martor-preview > :nth-child(21),
.form .martor-preview > :nth-child(21) {
  -webkit-animation-delay: 840ms;
     -moz-animation-delay: 840ms;
          animation-delay: 840ms;
}
.content-description > ul > li:nth-child(21),
.content-description > ol > li:nth-child(21),
.martor-preview > ul > li:nth-child(21),
.martor-preview > ol > li:nth-child(21),
.form .martor-preview > ul > li:nth-child(21),
.form .martor-preview > ol > li:nth-child(21) {
  -webkit-animation-delay: 840ms;
     -moz-animation-delay: 840ms;
          animation-delay: 840ms;
}
.content-description > table tr:nth-child(21),
.martor-preview > table tr:nth-child(21),
.form .martor-preview > table tr:nth-child(21) {
  -webkit-animation-delay: 630ms;
     -moz-animation-delay: 630ms;
          animation-delay: 630ms;
}
.content-description > :nth-child(22),
.martor-preview > :nth-child(22),
.form .martor-preview > :nth-child(22) {
  -webkit-animation-delay: 880ms;
     -moz-animation-delay: 880ms;
          animation-delay: 880ms;
}
.content-description > ul > li:nth-child(22),
.content-description > ol > li:nth-child(22),
.martor-preview > ul > li:nth-child(22),
.martor-preview > ol > li:nth-child(22),
.form .martor-preview > ul > li:nth-child(22),
.form .martor-preview > ol > li:nth-child(22) {
  -webkit-animation-delay: 880ms;
     -moz-animation-delay: 880ms;
          animation-delay: 880ms;
}
.content-description > table tr:nth-child(22),
.martor-preview > table tr:nth-child(22),
.form .martor-preview > table tr:nth-child(22) {
  -webkit-animation-delay: 660ms;
     -moz-animation-delay: 660ms;
          animation-delay: 660ms;
}
.content-description > :nth-child(23),
.martor-preview > :nth-child(23),
.form .martor-preview > :nth-child(23) {
  -webkit-animation-delay: 920ms;
     -moz-animation-delay: 920ms;
          animation-delay: 920ms;
}
.content-description > ul > li:nth-child(23),
.content-description > ol > li:nth-child(23),
.martor-preview > ul > li:nth-child(23),
.martor-preview > ol > li:nth-child(23),
.form .martor-preview > ul > li:nth-child(23),
.form .martor-preview > ol > li:nth-child(23) {
  -webkit-animation-delay: 920ms;
     -moz-animation-delay: 920ms;
          animation-delay: 920ms;
}
.content-description > table tr:nth-child(23),
.martor-preview > table tr:nth-child(23),
.form .martor-preview > table tr:nth-child(23) {
  -webkit-animation-delay: 690ms;
     -moz-animation-delay: 690ms;
          animation-delay: 690ms;
}
.content-description > :nth-child(24),
.martor-preview > :nth-child(24),
.form .martor-preview > :nth-child(24) {
  -webkit-animation-delay: 960ms;
     -moz-animation-delay: 960ms;
          animation-delay: 960ms;
}
.content-description > ul > li:nth-child(24),
.content-description > ol > li:nth-child(24),
.martor-preview > ul > li:nth-child(24),
.martor-preview > ol > li:nth-child(24),
.form .martor-preview > ul > li:nth-child(24),
.form .martor-preview > ol > li:nth-child(24) {
  -webkit-animation-delay: 960ms;
     -moz-animation-delay: 960ms;
          animation-delay: 960ms;
}
.content-description > table tr:nth-child(24),
.martor-preview > table tr:nth-child(24),
.form .martor-preview > table tr:nth-child(24) {
  -webkit-animation-delay: 720ms;
     -moz-animation-delay: 720ms;
          animation-delay: 720ms;
}
.content-description > :nth-child(25),
.martor-preview > :nth-child(25),
.form .martor-preview > :nth-child(25) {
  -webkit-animation-delay: 1000ms;
     -moz-animation-delay: 1000ms;
          animation-delay: 1000ms;
}
.content-description > ul > li:nth-child(25),
.content-description > ol > li:nth-child(25),
.martor-preview > ul > li:nth-child(25),
.martor-preview > ol > li:nth-child(25),
.form .martor-preview > ul > li:nth-child(25),
.form .martor-preview > ol > li:nth-child(25) {
  -webkit-animation-delay: 1000ms;
     -moz-animation-delay: 1000ms;
          animation-delay: 1000ms;
}
.content-description > table tr:nth-child(25),
.martor-preview > table tr:nth-child(25),
.form .martor-preview > table tr:nth-child(25) {
  -webkit-animation-delay: 750ms;
     -moz-animation-delay: 750ms;
          animation-delay: 750ms;
}
.content-description > :nth-child(26),
.martor-preview > :nth-child(26),
.form .martor-preview > :nth-child(26) {
  -webkit-animation-delay: 1040ms;
     -moz-animation-delay: 1040ms;
          animation-delay: 1040ms;
}
.content-description > ul > li:nth-child(26),
.content-description > ol > li:nth-child(26),
.martor-preview > ul > li:nth-child(26),
.martor-preview > ol > li:nth-child(26),
.form .martor-preview > ul > li:nth-child(26),
.form .martor-preview > ol > li:nth-child(26) {
  -webkit-animation-delay: 1040ms;
     -moz-animation-delay: 1040ms;
          animation-delay: 1040ms;
}
.content-description > table tr:nth-child(26),
.martor-preview > table tr:nth-child(26),
.form .martor-preview > table tr:nth-child(26) {
  -webkit-animation-delay: 780ms;
     -moz-animation-delay: 780ms;
          animation-delay: 780ms;
}
.content-description > :nth-child(27),
.martor-preview > :nth-child(27),
.form .martor-preview > :nth-child(27) {
  -webkit-animation-delay: 1080ms;
     -moz-animation-delay: 1080ms;
          animation-delay: 1080ms;
}
.content-description > ul > li:nth-child(27),
.content-description > ol > li:nth-child(27),
.martor-preview > ul > li:nth-child(27),
.martor-preview > ol > li:nth-child(27),
.form .martor-preview > ul > li:nth-child(27),
.form .martor-preview > ol > li:nth-child(27) {
  -webkit-animation-delay: 1080ms;
     -moz-animation-delay: 1080ms;
          animation-delay: 1080ms;
}
.content-description > table tr:nth-child(27),
.martor-preview > table tr:nth-child(27),
.form .martor-preview > table tr:nth-child(27) {
  -webkit-animation-delay: 810ms;
     -moz-animation-delay: 810ms;
          animation-delay: 810ms;
}
.content-description > :nth-child(28),
.martor-preview > :nth-child(28),
.form .martor-preview > :nth-child(28) {
  -webkit-animation-delay: 1120ms;
     -moz-animation-delay: 1120ms;
          animation-delay: 1120ms;
}
.content-description > ul > li:nth-child(28),
.content-description > ol > li:nth-child(28),
.martor-preview > ul > li:nth-child(28),
.martor-preview > ol > li:nth-child(28),
.form .martor-preview > ul > li:nth-child(28),
.form .martor-preview > ol > li:nth-child(28) {
  -webkit-animation-delay: 1120ms;
     -moz-animation-delay: 1120ms;
          animation-delay: 1120ms;
}
.content-description > table tr:nth-child(28),
.martor-preview > table tr:nth-child(28),
.form .martor-preview > table tr:nth-child(28) {
  -webkit-animation-delay: 840ms;
     -moz-animation-delay: 840ms;
          animation-delay: 840ms;
}
.content-description > :nth-child(29),
.martor-preview > :nth-child(29),
.form .martor-preview > :nth-child(29) {
  -webkit-animation-delay: 1160ms;
     -moz-animation-delay: 1160ms;
          animation-delay: 1160ms;
}
.content-description > ul > li:nth-child(29),
.content-description > ol > li:nth-child(29),
.martor-preview > ul > li:nth-child(29),
.martor-preview > ol > li:nth-child(29),
.form .martor-preview > ul > li:nth-child(29),
.form .martor-preview > ol > li:nth-child(29) {
  -webkit-animation-delay: 1160ms;
     -moz-animation-delay: 1160ms;
          animation-delay: 1160ms;
}
.content-description > table tr:nth-child(29),
.martor-preview > table tr:nth-child(29),
.form .martor-preview > table tr:nth-child(29) {
  -webkit-animation-delay: 870ms;
     -moz-animation-delay: 870ms;
          animation-delay: 870ms;
}
.content-description > :nth-child(30),
.martor-preview > :nth-child(30),
.form .martor-preview > :nth-child(30) {
  -webkit-animation-delay: 1200ms;
     -moz-animation-delay: 1200ms;
          animation-delay: 1200ms;
}
.content-description > ul > li:nth-child(30),
.content-description > ol > li:nth-child(30),
.martor-preview > ul > li:nth-child(30),
.martor-preview > ol > li:nth-child(30),
.form .martor-preview > ul > li:nth-child(30),
.form .martor-preview > ol > li:nth-child(30) {
  -webkit-animation-delay: 1200ms;
     -moz-animation-delay: 1200ms;
          animation-delay: 1200ms;
}
.content-description > table tr:nth-child(30),
.martor-preview > table tr:nth-child(30),
.form .martor-preview > table tr:nth-child(30) {
  -webkit-animation-delay: 900ms;
     -moz-animation-delay: 900ms;
          animation-delay: 900ms;
}
.content-description > :nth-child(31),
.martor-preview > :nth-child(31),
.form .martor-preview > :nth-child(31) {
  -webkit-animation-delay: 1240ms;
     -moz-animation-delay: 1240ms;
          animation-delay: 1240ms;
}
.content-description > ul > li:nth-child(31),
.content-description > ol > li:nth-child(31),
.martor-preview > ul > li:nth-child(31),
.martor-preview > ol > li:nth-child(31),
.form .martor-preview > ul > li:nth-child(31),
.form .martor-preview > ol > li:nth-child(31) {
  -webkit-animation-delay: 1240ms;
     -moz-animation-delay: 1240ms;
          animation-delay: 1240ms;
}
.content-description > table tr:nth-child(31),
.martor-preview > table tr:nth-child(31),
.form .martor-preview > table tr:nth-child(31) {
  -webkit-animation-delay: 930ms;
     -moz-animation-delay: 930ms;
          animation-delay: 930ms;
}
.content-description > :nth-child(32),
.martor-preview > :nth-child(32),
.form .martor-preview > :nth-child(32) {
  -webkit-animation-delay: 1280ms;
     -moz-animation-delay: 1280ms;
          animation-delay: 1280ms;
}
.content-description > ul > li:nth-child(32),
.content-description > ol > li:nth-child(32),
.martor-preview > ul > li:nth-child(32),
.martor-preview > ol > li:nth-child(32),
.form .martor-preview > ul > li:nth-child(32),
.form .martor-preview > ol > li:nth-child(32) {
  -webkit-animation-delay: 1280ms;
     -moz-animation-delay: 1280ms;
          animation-delay: 1280ms;
}
.content-description > table tr:nth-child(32),
.martor-preview > table tr:nth-child(32),
.form .martor-preview > table tr:nth-child(32) {
  -webkit-animation-delay: 960ms;
     -moz-animation-delay: 960ms;
          animation-delay: 960ms;
}
.content-description > :nth-child(33),
.martor-preview > :nth-child(33),
.form .martor-preview > :nth-child(33) {
  -webkit-animation-delay: 1320ms;
     -moz-animation-delay: 1320ms;
          animation-delay: 1320ms;
}
.content-description > ul > li:nth-child(33),
.content-description > ol > li:nth-child(33),
.martor-preview > ul > li:nth-child(33),
.martor-preview > ol > li:nth-child(33),
.form .martor-preview > ul > li:nth-child(33),
.form .martor-preview > ol > li:nth-child(33) {
  -webkit-animation-delay: 1320ms;
     -moz-animation-delay: 1320ms;
          animation-delay: 1320ms;
}
.content-description > table tr:nth-child(33),
.martor-preview > table tr:nth-child(33),
.form .martor-preview > table tr:nth-child(33) {
  -webkit-animation-delay: 990ms;
     -moz-animation-delay: 990ms;
          animation-delay: 990ms;
}
.content-description > :nth-child(34),
.martor-preview > :nth-child(34),
.form .martor-preview > :nth-child(34) {
  -webkit-animation-delay: 1360ms;
     -moz-animation-delay: 1360ms;
          animation-delay: 1360ms;
}
.content-description > ul > li:nth-child(34),
.content-description > ol > li:nth-child(34),
.martor-preview > ul > li:nth-child(34),
.martor-preview > ol > li:nth-child(34),
.form .martor-preview > ul > li:nth-child(34),
.form .martor-preview > ol > li:nth-child(34) {
  -webkit-animation-delay: 1360ms;
     -moz-animation-delay: 1360ms;
          animation-delay: 1360ms;
}
.content-description > table tr:nth-child(34),
.martor-preview > table tr:nth-child(34),
.form .martor-preview > table tr:nth-child(34) {
  -webkit-animation-delay: 1020ms;
     -moz-animation-delay: 1020ms;
          animation-delay: 1020ms;
}
.content-description > :nth-child(35),
.martor-preview > :nth-child(35),
.form .martor-preview > :nth-child(35) {
  -webkit-animation-delay: 1400ms;
     -moz-animation-delay: 1400ms;
          animation-delay: 1400ms;
}
.content-description > ul > li:nth-child(35),
.content-description > ol > li:nth-child(35),
.martor-preview > ul > li:nth-child(35),
.martor-preview > ol > li:nth-child(35),
.form .martor-preview > ul > li:nth-child(35),
.form .martor-preview > ol > li:nth-child(35) {
  -webkit-animation-delay: 1400ms;
     -moz-animation-delay: 1400ms;
          animation-delay: 1400ms;
}
.content-description > table tr:nth-child(35),
.martor-preview > table tr:nth-child(35),
.form .martor-preview > table tr:nth-child(35) {
  -webkit-animation-delay: 1050ms;
     -moz-animation-delay: 1050ms;
          animation-delay: 1050ms;
}
.content-description > :nth-child(36),
.martor-preview > :nth-child(36),
.form .martor-preview > :nth-child(36) {
  -webkit-animation-delay: 1440ms;
     -moz-animation-delay: 1440ms;
          animation-delay: 1440ms;
}
.content-description > ul > li:nth-child(36),
.content-description > ol > li:nth-child(36),
.martor-preview > ul > li:nth-child(36),
.martor-preview > ol > li:nth-child(36),
.form .martor-preview > ul > li:nth-child(36),
.form .martor-preview > ol > li:nth-child(36) {
  -webkit-animation-delay: 1440ms;
     -moz-animation-delay: 1440ms;
          animation-delay: 1440ms;
}
.content-description > table tr:nth-child(36),
.martor-preview > table tr:nth-child(36),
.form .martor-preview > table tr:nth-child(36) {
  -webkit-animation-delay: 1080ms;
     -moz-animation-delay: 1080ms;
          animation-delay: 1080ms;
}
.content-description > :nth-child(37),
.martor-preview > :nth-child(37),
.form .martor-preview > :nth-child(37) {
  -webkit-animation-delay: 1480ms;
     -moz-animation-delay: 1480ms;
          animation-delay: 1480ms;
}
.content-description > ul > li:nth-child(37),
.content-description > ol > li:nth-child(37),
.martor-preview > ul > li:nth-child(37),
.martor-preview > ol > li:nth-child(37),
.form .martor-preview > ul > li:nth-child(37),
.form .martor-preview > ol > li:nth-child(37) {
  -webkit-animation-delay: 1480ms;
     -moz-animation-delay: 1480ms;
          animation-delay: 1480ms;
}
.content-description > table tr:nth-child(37),
.martor-preview > table tr:nth-child(37),
.form .martor-preview > table tr:nth-child(37) {
  -webkit-animation-delay: 1110ms;
     -moz-animation-delay: 1110ms;
          animation-delay: 1110ms;
}
.content-description > :nth-child(38),
.martor-preview > :nth-child(38),
.form .martor-preview > :nth-child(38) {
  -webkit-animation-delay: 1520ms;
     -moz-animation-delay: 1520ms;
          animation-delay: 1520ms;
}
.content-description > ul > li:nth-child(38),
.content-description > ol > li:nth-child(38),
.martor-preview > ul > li:nth-child(38),
.martor-preview > ol > li:nth-child(38),
.form .martor-preview > ul > li:nth-child(38),
.form .martor-preview > ol > li:nth-child(38) {
  -webkit-animation-delay: 1520ms;
     -moz-animation-delay: 1520ms;
          animation-delay: 1520ms;
}
.content-description > table tr:nth-child(38),
.martor-preview > table tr:nth-child(38),
.form .martor-preview > table tr:nth-child(38) {
  -webkit-animation-delay: 1140ms;
     -moz-animation-delay: 1140ms;
          animation-delay: 1140ms;
}
.content-description > :nth-child(39),
.martor-preview > :nth-child(39),
.form .martor-preview > :nth-child(39) {
  -webkit-animation-delay: 1560ms;
     -moz-animation-delay: 1560ms;
          animation-delay: 1560ms;
}
.content-description > ul > li:nth-child(39),
.content-description > ol > li:nth-child(39),
.martor-preview > ul > li:nth-child(39),
.martor-preview > ol > li:nth-child(39),
.form .martor-preview > ul > li:nth-child(39),
.form .martor-preview > ol > li:nth-child(39) {
  -webkit-animation-delay: 1560ms;
     -moz-animation-delay: 1560ms;
          animation-delay: 1560ms;
}
.content-description > table tr:nth-child(39),
.martor-preview > table tr:nth-child(39),
.form .martor-preview > table tr:nth-child(39) {
  -webkit-animation-delay: 1170ms;
     -moz-animation-delay: 1170ms;
          animation-delay: 1170ms;
}
.content-description > :nth-child(40),
.martor-preview > :nth-child(40),
.form .martor-preview > :nth-child(40) {
  -webkit-animation-delay: 1600ms;
     -moz-animation-delay: 1600ms;
          animation-delay: 1600ms;
}
.content-description > ul > li:nth-child(40),
.content-description > ol > li:nth-child(40),
.martor-preview > ul > li:nth-child(40),
.martor-preview > ol > li:nth-child(40),
.form .martor-preview > ul > li:nth-child(40),
.form .martor-preview > ol > li:nth-child(40) {
  -webkit-animation-delay: 1600ms;
     -moz-animation-delay: 1600ms;
          animation-delay: 1600ms;
}
.content-description > table tr:nth-child(40),
.martor-preview > table tr:nth-child(40),
.form .martor-preview > table tr:nth-child(40) {
  -webkit-animation-delay: 1200ms;
     -moz-animation-delay: 1200ms;
          animation-delay: 1200ms;
}
.content-description > :nth-child(41),
.martor-preview > :nth-child(41),
.form .martor-preview > :nth-child(41) {
  -webkit-animation-delay: 1640ms;
     -moz-animation-delay: 1640ms;
          animation-delay: 1640ms;
}
.content-description > ul > li:nth-child(41),
.content-description > ol > li:nth-child(41),
.martor-preview > ul > li:nth-child(41),
.martor-preview > ol > li:nth-child(41),
.form .martor-preview > ul > li:nth-child(41),
.form .martor-preview > ol > li:nth-child(41) {
  -webkit-animation-delay: 1640ms;
     -moz-animation-delay: 1640ms;
          animation-delay: 1640ms;
}
.content-description > table tr:nth-child(41),
.martor-preview > table tr:nth-child(41),
.form .martor-preview > table tr:nth-child(41) {
  -webkit-animation-delay: 1230ms;
     -moz-animation-delay: 1230ms;
          animation-delay: 1230ms;
}
.content-description > :nth-child(42),
.martor-preview > :nth-child(42),
.form .martor-preview > :nth-child(42) {
  -webkit-animation-delay: 1680ms;
     -moz-animation-delay: 1680ms;
          animation-delay: 1680ms;
}
.content-description > ul > li:nth-child(42),
.content-description > ol > li:nth-child(42),
.martor-preview > ul > li:nth-child(42),
.martor-preview > ol > li:nth-child(42),
.form .martor-preview > ul > li:nth-child(42),
.form .martor-preview > ol > li:nth-child(42) {
  -webkit-animation-delay: 1680ms;
     -moz-animation-delay: 1680ms;
          animation-delay: 1680ms;
}
.content-description > table tr:nth-child(42),
.martor-preview > table tr:nth-child(42),
.form .martor-preview > table tr:nth-child(42) {
  -webkit-animation-delay: 1260ms;
     -moz-animation-delay: 1260ms;
          animation-delay: 1260ms;
}
.content-description > :nth-child(43),
.martor-preview > :nth-child(43),
.form .martor-preview > :nth-child(43) {
  -webkit-animation-delay: 1720ms;
     -moz-animation-delay: 1720ms;
          animation-delay: 1720ms;
}
.content-description > ul > li:nth-child(43),
.content-description > ol > li:nth-child(43),
.martor-preview > ul > li:nth-child(43),
.martor-preview > ol > li:nth-child(43),
.form .martor-preview > ul > li:nth-child(43),
.form .martor-preview > ol > li:nth-child(43) {
  -webkit-animation-delay: 1720ms;
     -moz-animation-delay: 1720ms;
          animation-delay: 1720ms;
}
.content-description > table tr:nth-child(43),
.martor-preview > table tr:nth-child(43),
.form .martor-preview > table tr:nth-child(43) {
  -webkit-animation-delay: 1290ms;
     -moz-animation-delay: 1290ms;
          animation-delay: 1290ms;
}
.content-description > :nth-child(44),
.martor-preview > :nth-child(44),
.form .martor-preview > :nth-child(44) {
  -webkit-animation-delay: 1760ms;
     -moz-animation-delay: 1760ms;
          animation-delay: 1760ms;
}
.content-description > ul > li:nth-child(44),
.content-description > ol > li:nth-child(44),
.martor-preview > ul > li:nth-child(44),
.martor-preview > ol > li:nth-child(44),
.form .martor-preview > ul > li:nth-child(44),
.form .martor-preview > ol > li:nth-child(44) {
  -webkit-animation-delay: 1760ms;
     -moz-animation-delay: 1760ms;
          animation-delay: 1760ms;
}
.content-description > table tr:nth-child(44),
.martor-preview > table tr:nth-child(44),
.form .martor-preview > table tr:nth-child(44) {
  -webkit-animation-delay: 1320ms;
     -moz-animation-delay: 1320ms;
          animation-delay: 1320ms;
}
.content-description > :nth-child(45),
.martor-preview > :nth-child(45),
.form .martor-preview > :nth-child(45) {
  -webkit-animation-delay: 1800ms;
     -moz-animation-delay: 1800ms;
          animation-delay: 1800ms;
}
.content-description > ul > li:nth-child(45),
.content-description > ol > li:nth-child(45),
.martor-preview > ul > li:nth-child(45),
.martor-preview > ol > li:nth-child(45),
.form .martor-preview > ul > li:nth-child(45),
.form .martor-preview > ol > li:nth-child(45) {
  -webkit-animation-delay: 1800ms;
     -moz-animation-delay: 1800ms;
          animation-delay: 1800ms;
}
.content-description > table tr:nth-child(45),
.martor-preview > table tr:nth-child(45),
.form .martor-preview > table tr:nth-child(45) {
  -webkit-animation-delay: 1350ms;
     -moz-animation-delay: 1350ms;
          animation-delay: 1350ms;
}
.content-description > :nth-child(46),
.martor-preview > :nth-child(46),
.form .martor-preview > :nth-child(46) {
  -webkit-animation-delay: 1840ms;
     -moz-animation-delay: 1840ms;
          animation-delay: 1840ms;
}
.content-description > ul > li:nth-child(46),
.content-description > ol > li:nth-child(46),
.martor-preview > ul > li:nth-child(46),
.martor-preview > ol > li:nth-child(46),
.form .martor-preview > ul > li:nth-child(46),
.form .martor-preview > ol > li:nth-child(46) {
  -webkit-animation-delay: 1840ms;
     -moz-animation-delay: 1840ms;
          animation-delay: 1840ms;
}
.content-description > table tr:nth-child(46),
.martor-preview > table tr:nth-child(46),
.form .martor-preview > table tr:nth-child(46) {
  -webkit-animation-delay: 1380ms;
     -moz-animation-delay: 1380ms;
          animation-delay: 1380ms;
}
.content-description > :nth-child(47),
.martor-preview > :nth-child(47),
.form .martor-preview > :nth-child(47) {
  -webkit-animation-delay: 1880ms;
     -moz-animation-delay: 1880ms;
          animation-delay: 1880ms;
}
.content-description > ul > li:nth-child(47),
.content-description > ol > li:nth-child(47),
.martor-preview > ul > li:nth-child(47),
.martor-preview > ol > li:nth-child(47),
.form .martor-preview > ul > li:nth-child(47),
.form .martor-preview > ol > li:nth-child(47) {
  -webkit-animation-delay: 1880ms;
     -moz-animation-delay: 1880ms;
          animation-delay: 1880ms;
}
.content-description > table tr:nth-child(47),
.martor-preview > table tr:nth-child(47),
.form .martor-preview > table tr:nth-child(47) {
  -webkit-animation-delay: 1410ms;
     -moz-animation-delay: 1410ms;
          animation-delay: 1410ms;
}
.content-description > :nth-child(48),
.martor-preview > :nth-child(48),
.form .martor-preview > :nth-child(48) {
  -webkit-animation-delay: 1920ms;
     -moz-animation-delay: 1920ms;
          animation-delay: 1920ms;
}
.content-description > ul > li:nth-child(48),
.content-description > ol > li:nth-child(48),
.martor-preview > ul > li:nth-child(48),
.martor-preview > ol > li:nth-child(48),
.form .martor-preview > ul > li:nth-child(48),
.form .martor-preview > ol > li:nth-child(48) {
  -webkit-animation-delay: 1920ms;
     -moz-animation-delay: 1920ms;
          animation-delay: 1920ms;
}
.content-description > table tr:nth-child(48),
.martor-preview > table tr:nth-child(48),
.form .martor-preview > table tr:nth-child(48) {
  -webkit-animation-delay: 1440ms;
     -moz-animation-delay: 1440ms;
          animation-delay: 1440ms;
}
.content-description > :nth-child(49),
.martor-preview > :nth-child(49),
.form .martor-preview > :nth-child(49) {
  -webkit-animation-delay: 1960ms;
     -moz-animation-delay: 1960ms;
          animation-delay: 1960ms;
}
.content-description > ul > li:nth-child(49),
.content-description > ol > li:nth-child(49),
.martor-preview > ul > li:nth-child(49),
.martor-preview > ol > li:nth-child(49),
.form .martor-preview > ul > li:nth-child(49),
.form .martor-preview > ol > li:nth-child(49) {
  -webkit-animation-delay: 1960ms;
     -moz-animation-delay: 1960ms;
          animation-delay: 1960ms;
}
.content-description > table tr:nth-child(49),
.martor-preview > table tr:nth-child(49),
.form .martor-preview > table tr:nth-child(49) {
  -webkit-animation-delay: 1470ms;
     -moz-animation-delay: 1470ms;
          animation-delay: 1470ms;
}
.content-description > :nth-child(50),
.martor-preview > :nth-child(50),
.form .martor-preview > :nth-child(50) {
  -webkit-animation-delay: 2000ms;
     -moz-animation-delay: 2000ms;
          animation-delay: 2000ms;
}
.content-description > ul > li:nth-child(50),
.content-description > ol > li:nth-child(50),
.martor-preview > ul > li:nth-child(50),
.martor-preview > ol > li:nth-child(50),
.form .martor-preview > ul > li:nth-child(50),
.form .martor-preview > ol > li:nth-child(50) {
  -webkit-animation-delay: 2000ms;
     -moz-animation-delay: 2000ms;
          animation-delay: 2000ms;
}
.content-description > table tr:nth-child(50),
.martor-preview > table tr:nth-child(50),
.form .martor-preview > table tr:nth-child(50) {
  -webkit-animation-delay: 1500ms;
     -moz-animation-delay: 1500ms;
          animation-delay: 1500ms;
}
.content-description > :nth-child(51),
.martor-preview > :nth-child(51),
.form .martor-preview > :nth-child(51) {
  -webkit-animation-delay: 2040ms;
     -moz-animation-delay: 2040ms;
          animation-delay: 2040ms;
}
.content-description > ul > li:nth-child(51),
.content-description > ol > li:nth-child(51),
.martor-preview > ul > li:nth-child(51),
.martor-preview > ol > li:nth-child(51),
.form .martor-preview > ul > li:nth-child(51),
.form .martor-preview > ol > li:nth-child(51) {
  -webkit-animation-delay: 2040ms;
     -moz-animation-delay: 2040ms;
          animation-delay: 2040ms;
}
.content-description > table tr:nth-child(51),
.martor-preview > table tr:nth-child(51),
.form .martor-preview > table tr:nth-child(51) {
  -webkit-animation-delay: 1530ms;
     -moz-animation-delay: 1530ms;
          animation-delay: 1530ms;
}
.content-description > :nth-child(52),
.martor-preview > :nth-child(52),
.form .martor-preview > :nth-child(52) {
  -webkit-animation-delay: 2080ms;
     -moz-animation-delay: 2080ms;
          animation-delay: 2080ms;
}
.content-description > ul > li:nth-child(52),
.content-description > ol > li:nth-child(52),
.martor-preview > ul > li:nth-child(52),
.martor-preview > ol > li:nth-child(52),
.form .martor-preview > ul > li:nth-child(52),
.form .martor-preview > ol > li:nth-child(52) {
  -webkit-animation-delay: 2080ms;
     -moz-animation-delay: 2080ms;
          animation-delay: 2080ms;
}
.content-description > table tr:nth-child(52),
.martor-preview > table tr:nth-child(52),
.form .martor-preview > table tr:nth-child(52) {
  -webkit-animation-delay: 1560ms;
     -moz-animation-delay: 1560ms;
          animation-delay: 1560ms;
}
.content-description > :nth-child(53),
.martor-preview > :nth-child(53),
.form .martor-preview > :nth-child(53) {
  -webkit-animation-delay: 2120ms;
     -moz-animation-delay: 2120ms;
          animation-delay: 2120ms;
}
.content-description > ul > li:nth-child(53),
.content-description > ol > li:nth-child(53),
.martor-preview > ul > li:nth-child(53),
.martor-preview > ol > li:nth-child(53),
.form .martor-preview > ul > li:nth-child(53),
.form .martor-preview > ol > li:nth-child(53) {
  -webkit-animation-delay: 2120ms;
     -moz-animation-delay: 2120ms;
          animation-delay: 2120ms;
}
.content-description > table tr:nth-child(53),
.martor-preview > table tr:nth-child(53),
.form .martor-preview > table tr:nth-child(53) {
  -webkit-animation-delay: 1590ms;
     -moz-animation-delay: 1590ms;
          animation-delay: 1590ms;
}
.content-description > :nth-child(54),
.martor-preview > :nth-child(54),
.form .martor-preview > :nth-child(54) {
  -webkit-animation-delay: 2160ms;
     -moz-animation-delay: 2160ms;
          animation-delay: 2160ms;
}
.content-description > ul > li:nth-child(54),
.content-description > ol > li:nth-child(54),
.martor-preview > ul > li:nth-child(54),
.martor-preview > ol > li:nth-child(54),
.form .martor-preview > ul > li:nth-child(54),
.form .martor-preview > ol > li:nth-child(54) {
  -webkit-animation-delay: 2160ms;
     -moz-animation-delay: 2160ms;
          animation-delay: 2160ms;
}
.content-description > table tr:nth-child(54),
.martor-preview > table tr:nth-child(54),
.form .martor-preview > table tr:nth-child(54) {
  -webkit-animation-delay: 1620ms;
     -moz-animation-delay: 1620ms;
          animation-delay: 1620ms;
}
.content-description > :nth-child(55),
.martor-preview > :nth-child(55),
.form .martor-preview > :nth-child(55) {
  -webkit-animation-delay: 2200ms;
     -moz-animation-delay: 2200ms;
          animation-delay: 2200ms;
}
.content-description > ul > li:nth-child(55),
.content-description > ol > li:nth-child(55),
.martor-preview > ul > li:nth-child(55),
.martor-preview > ol > li:nth-child(55),
.form .martor-preview > ul > li:nth-child(55),
.form .martor-preview > ol > li:nth-child(55) {
  -webkit-animation-delay: 2200ms;
     -moz-animation-delay: 2200ms;
          animation-delay: 2200ms;
}
.content-description > table tr:nth-child(55),
.martor-preview > table tr:nth-child(55),
.form .martor-preview > table tr:nth-child(55) {
  -webkit-animation-delay: 1650ms;
     -moz-animation-delay: 1650ms;
          animation-delay: 1650ms;
}
.content-description > :nth-child(56),
.martor-preview > :nth-child(56),
.form .martor-preview > :nth-child(56) {
  -webkit-animation-delay: 2240ms;
     -moz-animation-delay: 2240ms;
          animation-delay: 2240ms;
}
.content-description > ul > li:nth-child(56),
.content-description > ol > li:nth-child(56),
.martor-preview > ul > li:nth-child(56),
.martor-preview > ol > li:nth-child(56),
.form .martor-preview > ul > li:nth-child(56),
.form .martor-preview > ol > li:nth-child(56) {
  -webkit-animation-delay: 2240ms;
     -moz-animation-delay: 2240ms;
          animation-delay: 2240ms;
}
.content-description > table tr:nth-child(56),
.martor-preview > table tr:nth-child(56),
.form .martor-preview > table tr:nth-child(56) {
  -webkit-animation-delay: 1680ms;
     -moz-animation-delay: 1680ms;
          animation-delay: 1680ms;
}
.content-description > :nth-child(57),
.martor-preview > :nth-child(57),
.form .martor-preview > :nth-child(57) {
  -webkit-animation-delay: 2280ms;
     -moz-animation-delay: 2280ms;
          animation-delay: 2280ms;
}
.content-description > ul > li:nth-child(57),
.content-description > ol > li:nth-child(57),
.martor-preview > ul > li:nth-child(57),
.martor-preview > ol > li:nth-child(57),
.form .martor-preview > ul > li:nth-child(57),
.form .martor-preview > ol > li:nth-child(57) {
  -webkit-animation-delay: 2280ms;
     -moz-animation-delay: 2280ms;
          animation-delay: 2280ms;
}
.content-description > table tr:nth-child(57),
.martor-preview > table tr:nth-child(57),
.form .martor-preview > table tr:nth-child(57) {
  -webkit-animation-delay: 1710ms;
     -moz-animation-delay: 1710ms;
          animation-delay: 1710ms;
}
.content-description > :nth-child(58),
.martor-preview > :nth-child(58),
.form .martor-preview > :nth-child(58) {
  -webkit-animation-delay: 2320ms;
     -moz-animation-delay: 2320ms;
          animation-delay: 2320ms;
}
.content-description > ul > li:nth-child(58),
.content-description > ol > li:nth-child(58),
.martor-preview > ul > li:nth-child(58),
.martor-preview > ol > li:nth-child(58),
.form .martor-preview > ul > li:nth-child(58),
.form .martor-preview > ol > li:nth-child(58) {
  -webkit-animation-delay: 2320ms;
     -moz-animation-delay: 2320ms;
          animation-delay: 2320ms;
}
.content-description > table tr:nth-child(58),
.martor-preview > table tr:nth-child(58),
.form .martor-preview > table tr:nth-child(58) {
  -webkit-animation-delay: 1740ms;
     -moz-animation-delay: 1740ms;
          animation-delay: 1740ms;
}
.content-description > :nth-child(59),
.martor-preview > :nth-child(59),
.form .martor-preview > :nth-child(59) {
  -webkit-animation-delay: 2360ms;
     -moz-animation-delay: 2360ms;
          animation-delay: 2360ms;
}
.content-description > ul > li:nth-child(59),
.content-description > ol > li:nth-child(59),
.martor-preview > ul > li:nth-child(59),
.martor-preview > ol > li:nth-child(59),
.form .martor-preview > ul > li:nth-child(59),
.form .martor-preview > ol > li:nth-child(59) {
  -webkit-animation-delay: 2360ms;
     -moz-animation-delay: 2360ms;
          animation-delay: 2360ms;
}
.content-description > table tr:nth-child(59),
.martor-preview > table tr:nth-child(59),
.form .martor-preview > table tr:nth-child(59) {
  -webkit-animation-delay: 1770ms;
     -moz-animation-delay: 1770ms;
          animation-delay: 1770ms;
}
.content-description > :nth-child(60),
.martor-preview > :nth-child(60),
.form .martor-preview > :nth-child(60) {
  -webkit-animation-delay: 2400ms;
     -moz-animation-delay: 2400ms;
          animation-delay: 2400ms;
}
.content-description > ul > li:nth-child(60),
.content-description > ol > li:nth-child(60),
.martor-preview > ul > li:nth-child(60),
.martor-preview > ol > li:nth-child(60),
.form .martor-preview > ul > li:nth-child(60),
.form .martor-preview > ol > li:nth-child(60) {
  -webkit-animation-delay: 2400ms;
     -moz-animation-delay: 2400ms;
          animation-delay: 2400ms;
}
.content-description > table tr:nth-child(60),
.martor-preview > table tr:nth-child(60),
.form .martor-preview > table tr:nth-child(60) {
  -webkit-animation-delay: 1800ms;
     -moz-animation-delay: 1800ms;
          animation-delay: 1800ms;
}
.content-description > :nth-child(61),
.martor-preview > :nth-child(61),
.form .martor-preview > :nth-child(61) {
  -webkit-animation-delay: 2440ms;
     -moz-animation-delay: 2440ms;
          animation-delay: 2440ms;
}
.content-description > ul > li:nth-child(61),
.content-description > ol > li:nth-child(61),
.martor-preview > ul > li:nth-child(61),
.martor-preview > ol > li:nth-child(61),
.form .martor-preview > ul > li:nth-child(61),
.form .martor-preview > ol > li:nth-child(61) {
  -webkit-animation-delay: 2440ms;
     -moz-animation-delay: 2440ms;
          animation-delay: 2440ms;
}
.content-description > table tr:nth-child(61),
.martor-preview > table tr:nth-child(61),
.form .martor-preview > table tr:nth-child(61) {
  -webkit-animation-delay: 1830ms;
     -moz-animation-delay: 1830ms;
          animation-delay: 1830ms;
}
.content-description > :nth-child(62),
.martor-preview > :nth-child(62),
.form .martor-preview > :nth-child(62) {
  -webkit-animation-delay: 2480ms;
     -moz-animation-delay: 2480ms;
          animation-delay: 2480ms;
}
.content-description > ul > li:nth-child(62),
.content-description > ol > li:nth-child(62),
.martor-preview > ul > li:nth-child(62),
.martor-preview > ol > li:nth-child(62),
.form .martor-preview > ul > li:nth-child(62),
.form .martor-preview > ol > li:nth-child(62) {
  -webkit-animation-delay: 2480ms;
     -moz-animation-delay: 2480ms;
          animation-delay: 2480ms;
}
.content-description > table tr:nth-child(62),
.martor-preview > table tr:nth-child(62),
.form .martor-preview > table tr:nth-child(62) {
  -webkit-animation-delay: 1860ms;
     -moz-animation-delay: 1860ms;
          animation-delay: 1860ms;
}
.content-description > :nth-child(63),
.martor-preview > :nth-child(63),
.form .martor-preview > :nth-child(63) {
  -webkit-animation-delay: 2520ms;
     -moz-animation-delay: 2520ms;
          animation-delay: 2520ms;
}
.content-description > ul > li:nth-child(63),
.content-description > ol > li:nth-child(63),
.martor-preview > ul > li:nth-child(63),
.martor-preview > ol > li:nth-child(63),
.form .martor-preview > ul > li:nth-child(63),
.form .martor-preview > ol > li:nth-child(63) {
  -webkit-animation-delay: 2520ms;
     -moz-animation-delay: 2520ms;
          animation-delay: 2520ms;
}
.content-description > table tr:nth-child(63),
.martor-preview > table tr:nth-child(63),
.form .martor-preview > table tr:nth-child(63) {
  -webkit-animation-delay: 1890ms;
     -moz-animation-delay: 1890ms;
          animation-delay: 1890ms;
}
.content-description > :nth-child(64),
.martor-preview > :nth-child(64),
.form .martor-preview > :nth-child(64) {
  -webkit-animation-delay: 2560ms;
     -moz-animation-delay: 2560ms;
          animation-delay: 2560ms;
}
.content-description > ul > li:nth-child(64),
.content-description > ol > li:nth-child(64),
.martor-preview > ul > li:nth-child(64),
.martor-preview > ol > li:nth-child(64),
.form .martor-preview > ul > li:nth-child(64),
.form .martor-preview > ol > li:nth-child(64) {
  -webkit-animation-delay: 2560ms;
     -moz-animation-delay: 2560ms;
          animation-delay: 2560ms;
}
.content-description > table tr:nth-child(64),
.martor-preview > table tr:nth-child(64),
.form .martor-preview > table tr:nth-child(64) {
  -webkit-animation-delay: 1920ms;
     -moz-animation-delay: 1920ms;
          animation-delay: 1920ms;
}
.content-description > :nth-child(65),
.martor-preview > :nth-child(65),
.form .martor-preview > :nth-child(65) {
  -webkit-animation-delay: 2600ms;
     -moz-animation-delay: 2600ms;
          animation-delay: 2600ms;
}
.content-description > ul > li:nth-child(65),
.content-description > ol > li:nth-child(65),
.martor-preview > ul > li:nth-child(65),
.martor-preview > ol > li:nth-child(65),
.form .martor-preview > ul > li:nth-child(65),
.form .martor-preview > ol > li:nth-child(65) {
  -webkit-animation-delay: 2600ms;
     -moz-animation-delay: 2600ms;
          animation-delay: 2600ms;
}
.content-description > table tr:nth-child(65),
.martor-preview > table tr:nth-child(65),
.form .martor-preview > table tr:nth-child(65) {
  -webkit-animation-delay: 1950ms;
     -moz-animation-delay: 1950ms;
          animation-delay: 1950ms;
}
.content-description > :nth-child(66),
.martor-preview > :nth-child(66),
.form .martor-preview > :nth-child(66) {
  -webkit-animation-delay: 2640ms;
     -moz-animation-delay: 2640ms;
          animation-delay: 2640ms;
}
.content-description > ul > li:nth-child(66),
.content-description > ol > li:nth-child(66),
.martor-preview > ul > li:nth-child(66),
.martor-preview > ol > li:nth-child(66),
.form .martor-preview > ul > li:nth-child(66),
.form .martor-preview > ol > li:nth-child(66) {
  -webkit-animation-delay: 2640ms;
     -moz-animation-delay: 2640ms;
          animation-delay: 2640ms;
}
.content-description > table tr:nth-child(66),
.martor-preview > table tr:nth-child(66),
.form .martor-preview > table tr:nth-child(66) {
  -webkit-animation-delay: 1980ms;
     -moz-animation-delay: 1980ms;
          animation-delay: 1980ms;
}
.content-description > :nth-child(67),
.martor-preview > :nth-child(67),
.form .martor-preview > :nth-child(67) {
  -webkit-animation-delay: 2680ms;
     -moz-animation-delay: 2680ms;
          animation-delay: 2680ms;
}
.content-description > ul > li:nth-child(67),
.content-description > ol > li:nth-child(67),
.martor-preview > ul > li:nth-child(67),
.martor-preview > ol > li:nth-child(67),
.form .martor-preview > ul > li:nth-child(67),
.form .martor-preview > ol > li:nth-child(67) {
  -webkit-animation-delay: 2680ms;
     -moz-animation-delay: 2680ms;
          animation-delay: 2680ms;
}
.content-description > table tr:nth-child(67),
.martor-preview > table tr:nth-child(67),
.form .martor-preview > table tr:nth-child(67) {
  -webkit-animation-delay: 2010ms;
     -moz-animation-delay: 2010ms;
          animation-delay: 2010ms;
}
.content-description > :nth-child(68),
.martor-preview > :nth-child(68),
.form .martor-preview > :nth-child(68) {
  -webkit-animation-delay: 2720ms;
     -moz-animation-delay: 2720ms;
          animation-delay: 2720ms;
}
.content-description > ul > li:nth-child(68),
.content-description > ol > li:nth-child(68),
.martor-preview > ul > li:nth-child(68),
.martor-preview > ol > li:nth-child(68),
.form .martor-preview > ul > li:nth-child(68),
.form .martor-preview > ol > li:nth-child(68) {
  -webkit-animation-delay: 2720ms;
     -moz-animation-delay: 2720ms;
          animation-delay: 2720ms;
}
.content-description > table tr:nth-child(68),
.martor-preview > table tr:nth-child(68),
.form .martor-preview > table tr:nth-child(68) {
  -webkit-animation-delay: 2040ms;
     -moz-animation-delay: 2040ms;
          animation-delay: 2040ms;
}
.content-description > :nth-child(69),
.martor-preview > :nth-child(69),
.form .martor-preview > :nth-child(69) {
  -webkit-animation-delay: 2760ms;
     -moz-animation-delay: 2760ms;
          animation-delay: 2760ms;
}
.content-description > ul > li:nth-child(69),
.content-description > ol > li:nth-child(69),
.martor-preview > ul > li:nth-child(69),
.martor-preview > ol > li:nth-child(69),
.form .martor-preview > ul > li:nth-child(69),
.form .martor-preview > ol > li:nth-child(69) {
  -webkit-animation-delay: 2760ms;
     -moz-animation-delay: 2760ms;
          animation-delay: 2760ms;
}
.content-description > table tr:nth-child(69),
.martor-preview > table tr:nth-child(69),
.form .martor-preview > table tr:nth-child(69) {
  -webkit-animation-delay: 2070ms;
     -moz-animation-delay: 2070ms;
          animation-delay: 2070ms;
}
.content-description > :nth-child(70),
.martor-preview > :nth-child(70),
.form .martor-preview > :nth-child(70) {
  -webkit-animation-delay: 2800ms;
     -moz-animation-delay: 2800ms;
          animation-delay: 2800ms;
}
.content-description > ul > li:nth-child(70),
.content-description > ol > li:nth-child(70),
.martor-preview > ul > li:nth-child(70),
.martor-preview > ol > li:nth-child(70),
.form .martor-preview > ul > li:nth-child(70),
.form .martor-preview > ol > li:nth-child(70) {
  -webkit-animation-delay: 2800ms;
     -moz-animation-delay: 2800ms;
          animation-delay: 2800ms;
}
.content-description > table tr:nth-child(70),
.martor-preview > table tr:nth-child(70),
.form .martor-preview > table tr:nth-child(70) {
  -webkit-animation-delay: 2100ms;
     -moz-animation-delay: 2100ms;
          animation-delay: 2100ms;
}
.content-description > :nth-child(71),
.martor-preview > :nth-child(71),
.form .martor-preview > :nth-child(71) {
  -webkit-animation-delay: 2840ms;
     -moz-animation-delay: 2840ms;
          animation-delay: 2840ms;
}
.content-description > ul > li:nth-child(71),
.content-description > ol > li:nth-child(71),
.martor-preview > ul > li:nth-child(71),
.martor-preview > ol > li:nth-child(71),
.form .martor-preview > ul > li:nth-child(71),
.form .martor-preview > ol > li:nth-child(71) {
  -webkit-animation-delay: 2840ms;
     -moz-animation-delay: 2840ms;
          animation-delay: 2840ms;
}
.content-description > table tr:nth-child(71),
.martor-preview > table tr:nth-child(71),
.form .martor-preview > table tr:nth-child(71) {
  -webkit-animation-delay: 2130ms;
     -moz-animation-delay: 2130ms;
          animation-delay: 2130ms;
}
.content-description > :nth-child(72),
.martor-preview > :nth-child(72),
.form .martor-preview > :nth-child(72) {
  -webkit-animation-delay: 2880ms;
     -moz-animation-delay: 2880ms;
          animation-delay: 2880ms;
}
.content-description > ul > li:nth-child(72),
.content-description > ol > li:nth-child(72),
.martor-preview > ul > li:nth-child(72),
.martor-preview > ol > li:nth-child(72),
.form .martor-preview > ul > li:nth-child(72),
.form .martor-preview > ol > li:nth-child(72) {
  -webkit-animation-delay: 2880ms;
     -moz-animation-delay: 2880ms;
          animation-delay: 2880ms;
}
.content-description > table tr:nth-child(72),
.martor-preview > table tr:nth-child(72),
.form .martor-preview > table tr:nth-child(72) {
  -webkit-animation-delay: 2160ms;
     -moz-animation-delay: 2160ms;
          animation-delay: 2160ms;
}
.content-description > :nth-child(73),
.martor-preview > :nth-child(73),
.form .martor-preview > :nth-child(73) {
  -webkit-animation-delay: 2920ms;
     -moz-animation-delay: 2920ms;
          animation-delay: 2920ms;
}
.content-description > ul > li:nth-child(73),
.content-description > ol > li:nth-child(73),
.martor-preview > ul > li:nth-child(73),
.martor-preview > ol > li:nth-child(73),
.form .martor-preview > ul > li:nth-child(73),
.form .martor-preview > ol > li:nth-child(73) {
  -webkit-animation-delay: 2920ms;
     -moz-animation-delay: 2920ms;
          animation-delay: 2920ms;
}
.content-description > table tr:nth-child(73),
.martor-preview > table tr:nth-child(73),
.form .martor-preview > table tr:nth-child(73) {
  -webkit-animation-delay: 2190ms;
     -moz-animation-delay: 2190ms;
          animation-delay: 2190ms;
}
.content-description > :nth-child(74),
.martor-preview > :nth-child(74),
.form .martor-preview > :nth-child(74) {
  -webkit-animation-delay: 2960ms;
     -moz-animation-delay: 2960ms;
          animation-delay: 2960ms;
}
.content-description > ul > li:nth-child(74),
.content-description > ol > li:nth-child(74),
.martor-preview > ul > li:nth-child(74),
.martor-preview > ol > li:nth-child(74),
.form .martor-preview > ul > li:nth-child(74),
.form .martor-preview > ol > li:nth-child(74) {
  -webkit-animation-delay: 2960ms;
     -moz-animation-delay: 2960ms;
          animation-delay: 2960ms;
}
.content-description > table tr:nth-child(74),
.martor-preview > table tr:nth-child(74),
.form .martor-preview > table tr:nth-child(74) {
  -webkit-animation-delay: 2220ms;
     -moz-animation-delay: 2220ms;
          animation-delay: 2220ms;
}
.content-description > :nth-child(75),
.martor-preview > :nth-child(75),
.form .martor-preview > :nth-child(75) {
  -webkit-animation-delay: 3000ms;
     -moz-animation-delay: 3000ms;
          animation-delay: 3000ms;
}
.content-description > ul > li:nth-child(75),
.content-description > ol > li:nth-child(75),
.martor-preview > ul > li:nth-child(75),
.martor-preview > ol > li:nth-child(75),
.form .martor-preview > ul > li:nth-child(75),
.form .martor-preview > ol > li:nth-child(75) {
  -webkit-animation-delay: 3000ms;
     -moz-animation-delay: 3000ms;
          animation-delay: 3000ms;
}
.content-description > table tr:nth-child(75),
.martor-preview > table tr:nth-child(75),
.form .martor-preview > table tr:nth-child(75) {
  -webkit-animation-delay: 2250ms;
     -moz-animation-delay: 2250ms;
          animation-delay: 2250ms;
}
.content-description > :nth-child(76),
.martor-preview > :nth-child(76),
.form .martor-preview > :nth-child(76) {
  -webkit-animation-delay: 3040ms;
     -moz-animation-delay: 3040ms;
          animation-delay: 3040ms;
}
.content-description > ul > li:nth-child(76),
.content-description > ol > li:nth-child(76),
.martor-preview > ul > li:nth-child(76),
.martor-preview > ol > li:nth-child(76),
.form .martor-preview > ul > li:nth-child(76),
.form .martor-preview > ol > li:nth-child(76) {
  -webkit-animation-delay: 3040ms;
     -moz-animation-delay: 3040ms;
          animation-delay: 3040ms;
}
.content-description > table tr:nth-child(76),
.martor-preview > table tr:nth-child(76),
.form .martor-preview > table tr:nth-child(76) {
  -webkit-animation-delay: 2280ms;
     -moz-animation-delay: 2280ms;
          animation-delay: 2280ms;
}
.content-description > :nth-child(77),
.martor-preview > :nth-child(77),
.form .martor-preview > :nth-child(77) {
  -webkit-animation-delay: 3080ms;
     -moz-animation-delay: 3080ms;
          animation-delay: 3080ms;
}
.content-description > ul > li:nth-child(77),
.content-description > ol > li:nth-child(77),
.martor-preview > ul > li:nth-child(77),
.martor-preview > ol > li:nth-child(77),
.form .martor-preview > ul > li:nth-child(77),
.form .martor-preview > ol > li:nth-child(77) {
  -webkit-animation-delay: 3080ms;
     -moz-animation-delay: 3080ms;
          animation-delay: 3080ms;
}
.content-description > table tr:nth-child(77),
.martor-preview > table tr:nth-child(77),
.form .martor-preview > table tr:nth-child(77) {
  -webkit-animation-delay: 2310ms;
     -moz-animation-delay: 2310ms;
          animation-delay: 2310ms;
}
.content-description > :nth-child(78),
.martor-preview > :nth-child(78),
.form .martor-preview > :nth-child(78) {
  -webkit-animation-delay: 3120ms;
     -moz-animation-delay: 3120ms;
          animation-delay: 3120ms;
}
.content-description > ul > li:nth-child(78),
.content-description > ol > li:nth-child(78),
.martor-preview > ul > li:nth-child(78),
.martor-preview > ol > li:nth-child(78),
.form .martor-preview > ul > li:nth-child(78),
.form .martor-preview > ol > li:nth-child(78) {
  -webkit-animation-delay: 3120ms;
     -moz-animation-delay: 3120ms;
          animation-delay: 3120ms;
}
.content-description > table tr:nth-child(78),
.martor-preview > table tr:nth-child(78),
.form .martor-preview > table tr:nth-child(78) {
  -webkit-animation-delay: 2340ms;
     -moz-animation-delay: 2340ms;
          animation-delay: 2340ms;
}
.content-description > :nth-child(79),
.martor-preview > :nth-child(79),
.form .martor-preview > :nth-child(79) {
  -webkit-animation-delay: 3160ms;
     -moz-animation-delay: 3160ms;
          animation-delay: 3160ms;
}
.content-description > ul > li:nth-child(79),
.content-description > ol > li:nth-child(79),
.martor-preview > ul > li:nth-child(79),
.martor-preview > ol > li:nth-child(79),
.form .martor-preview > ul > li:nth-child(79),
.form .martor-preview > ol > li:nth-child(79) {
  -webkit-animation-delay: 3160ms;
     -moz-animation-delay: 3160ms;
          animation-delay: 3160ms;
}
.content-description > table tr:nth-child(79),
.martor-preview > table tr:nth-child(79),
.form .martor-preview > table tr:nth-child(79) {
  -webkit-animation-delay: 2370ms;
     -moz-animation-delay: 2370ms;
          animation-delay: 2370ms;
}
.content-description > :nth-child(80),
.martor-preview > :nth-child(80),
.form .martor-preview > :nth-child(80) {
  -webkit-animation-delay: 3200ms;
     -moz-animation-delay: 3200ms;
          animation-delay: 3200ms;
}
.content-description > ul > li:nth-child(80),
.content-description > ol > li:nth-child(80),
.martor-preview > ul > li:nth-child(80),
.martor-preview > ol > li:nth-child(80),
.form .martor-preview > ul > li:nth-child(80),
.form .martor-preview > ol > li:nth-child(80) {
  -webkit-animation-delay: 3200ms;
     -moz-animation-delay: 3200ms;
          animation-delay: 3200ms;
}
.content-description > table tr:nth-child(80),
.martor-preview > table tr:nth-child(80),
.form .martor-preview > table tr:nth-child(80) {
  -webkit-animation-delay: 2400ms;
     -moz-animation-delay: 2400ms;
          animation-delay: 2400ms;
}
.content-description > :nth-child(81),
.martor-preview > :nth-child(81),
.form .martor-preview > :nth-child(81) {
  -webkit-animation-delay: 3240ms;
     -moz-animation-delay: 3240ms;
          animation-delay: 3240ms;
}
.content-description > ul > li:nth-child(81),
.content-description > ol > li:nth-child(81),
.martor-preview > ul > li:nth-child(81),
.martor-preview > ol > li:nth-child(81),
.form .martor-preview > ul > li:nth-child(81),
.form .martor-preview > ol > li:nth-child(81) {
  -webkit-animation-delay: 3240ms;
     -moz-animation-delay: 3240ms;
          animation-delay: 3240ms;
}
.content-description > table tr:nth-child(81),
.martor-preview > table tr:nth-child(81),
.form .martor-preview > table tr:nth-child(81) {
  -webkit-animation-delay: 2430ms;
     -moz-animation-delay: 2430ms;
          animation-delay: 2430ms;
}
.content-description > :nth-child(82),
.martor-preview > :nth-child(82),
.form .martor-preview > :nth-child(82) {
  -webkit-animation-delay: 3280ms;
     -moz-animation-delay: 3280ms;
          animation-delay: 3280ms;
}
.content-description > ul > li:nth-child(82),
.content-description > ol > li:nth-child(82),
.martor-preview > ul > li:nth-child(82),
.martor-preview > ol > li:nth-child(82),
.form .martor-preview > ul > li:nth-child(82),
.form .martor-preview > ol > li:nth-child(82) {
  -webkit-animation-delay: 3280ms;
     -moz-animation-delay: 3280ms;
          animation-delay: 3280ms;
}
.content-description > table tr:nth-child(82),
.martor-preview > table tr:nth-child(82),
.form .martor-preview > table tr:nth-child(82) {
  -webkit-animation-delay: 2460ms;
     -moz-animation-delay: 2460ms;
          animation-delay: 2460ms;
}
.content-description > :nth-child(83),
.martor-preview > :nth-child(83),
.form .martor-preview > :nth-child(83) {
  -webkit-animation-delay: 3320ms;
     -moz-animation-delay: 3320ms;
          animation-delay: 3320ms;
}
.content-description > ul > li:nth-child(83),
.content-description > ol > li:nth-child(83),
.martor-preview > ul > li:nth-child(83),
.martor-preview > ol > li:nth-child(83),
.form .martor-preview > ul > li:nth-child(83),
.form .martor-preview > ol > li:nth-child(83) {
  -webkit-animation-delay: 3320ms;
     -moz-animation-delay: 3320ms;
          animation-delay: 3320ms;
}
.content-description > table tr:nth-child(83),
.martor-preview > table tr:nth-child(83),
.form .martor-preview > table tr:nth-child(83) {
  -webkit-animation-delay: 2490ms;
     -moz-animation-delay: 2490ms;
          animation-delay: 2490ms;
}
.content-description > :nth-child(84),
.martor-preview > :nth-child(84),
.form .martor-preview > :nth-child(84) {
  -webkit-animation-delay: 3360ms;
     -moz-animation-delay: 3360ms;
          animation-delay: 3360ms;
}
.content-description > ul > li:nth-child(84),
.content-description > ol > li:nth-child(84),
.martor-preview > ul > li:nth-child(84),
.martor-preview > ol > li:nth-child(84),
.form .martor-preview > ul > li:nth-child(84),
.form .martor-preview > ol > li:nth-child(84) {
  -webkit-animation-delay: 3360ms;
     -moz-animation-delay: 3360ms;
          animation-delay: 3360ms;
}
.content-description > table tr:nth-child(84),
.martor-preview > table tr:nth-child(84),
.form .martor-preview > table tr:nth-child(84) {
  -webkit-animation-delay: 2520ms;
     -moz-animation-delay: 2520ms;
          animation-delay: 2520ms;
}
.content-description > :nth-child(85),
.martor-preview > :nth-child(85),
.form .martor-preview > :nth-child(85) {
  -webkit-animation-delay: 3400ms;
     -moz-animation-delay: 3400ms;
          animation-delay: 3400ms;
}
.content-description > ul > li:nth-child(85),
.content-description > ol > li:nth-child(85),
.martor-preview > ul > li:nth-child(85),
.martor-preview > ol > li:nth-child(85),
.form .martor-preview > ul > li:nth-child(85),
.form .martor-preview > ol > li:nth-child(85) {
  -webkit-animation-delay: 3400ms;
     -moz-animation-delay: 3400ms;
          animation-delay: 3400ms;
}
.content-description > table tr:nth-child(85),
.martor-preview > table tr:nth-child(85),
.form .martor-preview > table tr:nth-child(85) {
  -webkit-animation-delay: 2550ms;
     -moz-animation-delay: 2550ms;
          animation-delay: 2550ms;
}
.content-description > :nth-child(86),
.martor-preview > :nth-child(86),
.form .martor-preview > :nth-child(86) {
  -webkit-animation-delay: 3440ms;
     -moz-animation-delay: 3440ms;
          animation-delay: 3440ms;
}
.content-description > ul > li:nth-child(86),
.content-description > ol > li:nth-child(86),
.martor-preview > ul > li:nth-child(86),
.martor-preview > ol > li:nth-child(86),
.form .martor-preview > ul > li:nth-child(86),
.form .martor-preview > ol > li:nth-child(86) {
  -webkit-animation-delay: 3440ms;
     -moz-animation-delay: 3440ms;
          animation-delay: 3440ms;
}
.content-description > table tr:nth-child(86),
.martor-preview > table tr:nth-child(86),
.form .martor-preview > table tr:nth-child(86) {
  -webkit-animation-delay: 2580ms;
     -moz-animation-delay: 2580ms;
          animation-delay: 2580ms;
}
.content-description > :nth-child(87),
.martor-preview > :nth-child(87),
.form .martor-preview > :nth-child(87) {
  -webkit-animation-delay: 3480ms;
     -moz-animation-delay: 3480ms;
          animation-delay: 3480ms;
}
.content-description > ul > li:nth-child(87),
.content-description > ol > li:nth-child(87),
.martor-preview > ul > li:nth-child(87),
.martor-preview > ol > li:nth-child(87),
.form .martor-preview > ul > li:nth-child(87),
.form .martor-preview > ol > li:nth-child(87) {
  -webkit-animation-delay: 3480ms;
     -moz-animation-delay: 3480ms;
          animation-delay: 3480ms;
}
.content-description > table tr:nth-child(87),
.martor-preview > table tr:nth-child(87),
.form .martor-preview > table tr:nth-child(87) {
  -webkit-animation-delay: 2610ms;
     -moz-animation-delay: 2610ms;
          animation-delay: 2610ms;
}
.content-description > :nth-child(88),
.martor-preview > :nth-child(88),
.form .martor-preview > :nth-child(88) {
  -webkit-animation-delay: 3520ms;
     -moz-animation-delay: 3520ms;
          animation-delay: 3520ms;
}
.content-description > ul > li:nth-child(88),
.content-description > ol > li:nth-child(88),
.martor-preview > ul > li:nth-child(88),
.martor-preview > ol > li:nth-child(88),
.form .martor-preview > ul > li:nth-child(88),
.form .martor-preview > ol > li:nth-child(88) {
  -webkit-animation-delay: 3520ms;
     -moz-animation-delay: 3520ms;
          animation-delay: 3520ms;
}
.content-description > table tr:nth-child(88),
.martor-preview > table tr:nth-child(88),
.form .martor-preview > table tr:nth-child(88) {
  -webkit-animation-delay: 2640ms;
     -moz-animation-delay: 2640ms;
          animation-delay: 2640ms;
}
.content-description > :nth-child(89),
.martor-preview > :nth-child(89),
.form .martor-preview > :nth-child(89) {
  -webkit-animation-delay: 3560ms;
     -moz-animation-delay: 3560ms;
          animation-delay: 3560ms;
}
.content-description > ul > li:nth-child(89),
.content-description > ol > li:nth-child(89),
.martor-preview > ul > li:nth-child(89),
.martor-preview > ol > li:nth-child(89),
.form .martor-preview > ul > li:nth-child(89),
.form .martor-preview > ol > li:nth-child(89) {
  -webkit-animation-delay: 3560ms;
     -moz-animation-delay: 3560ms;
          animation-delay: 3560ms;
}
.content-description > table tr:nth-child(89),
.martor-preview > table tr:nth-child(89),
.form .martor-preview > table tr:nth-child(89) {
  -webkit-animation-delay: 2670ms;
     -moz-animation-delay: 2670ms;
          animation-delay: 2670ms;
}
.content-description > :nth-child(90),
.martor-preview > :nth-child(90),
.form .martor-preview > :nth-child(90) {
  -webkit-animation-delay: 3600ms;
     -moz-animation-delay: 3600ms;
          animation-delay: 3600ms;
}
.content-description > ul > li:nth-child(90),
.content-description > ol > li:nth-child(90),
.martor-preview > ul > li:nth-child(90),
.martor-preview > ol > li:nth-child(90),
.form .martor-preview > ul > li:nth-child(90),
.form .martor-preview > ol > li:nth-child(90) {
  -webkit-animation-delay: 3600ms;
     -moz-animation-delay: 3600ms;
          animation-delay: 3600ms;
}
.content-description > table tr:nth-child(90),
.martor-preview > table tr:nth-child(90),
.form .martor-preview > table tr:nth-child(90) {
  -webkit-animation-delay: 2700ms;
     -moz-animation-delay: 2700ms;
          animation-delay: 2700ms;
}
.content-description > :nth-child(91),
.martor-preview > :nth-child(91),
.form .martor-preview > :nth-child(91) {
  -webkit-animation-delay: 3640ms;
     -moz-animation-delay: 3640ms;
          animation-delay: 3640ms;
}
.content-description > ul > li:nth-child(91),
.content-description > ol > li:nth-child(91),
.martor-preview > ul > li:nth-child(91),
.martor-preview > ol > li:nth-child(91),
.form .martor-preview > ul > li:nth-child(91),
.form .martor-preview > ol > li:nth-child(91) {
  -webkit-animation-delay: 3640ms;
     -moz-animation-delay: 3640ms;
          animation-delay: 3640ms;
}
.content-description > table tr:nth-child(91),
.martor-preview > table tr:nth-child(91),
.form .martor-preview > table tr:nth-child(91) {
  -webkit-animation-delay: 2730ms;
     -moz-animation-delay: 2730ms;
          animation-delay: 2730ms;
}
.content-description > :nth-child(92),
.martor-preview > :nth-child(92),
.form .martor-preview > :nth-child(92) {
  -webkit-animation-delay: 3680ms;
     -moz-animation-delay: 3680ms;
          animation-delay: 3680ms;
}
.content-description > ul > li:nth-child(92),
.content-description > ol > li:nth-child(92),
.martor-preview > ul > li:nth-child(92),
.martor-preview > ol > li:nth-child(92),
.form .martor-preview > ul > li:nth-child(92),
.form .martor-preview > ol > li:nth-child(92) {
  -webkit-animation-delay: 3680ms;
     -moz-animation-delay: 3680ms;
          animation-delay: 3680ms;
}
.content-description > table tr:nth-child(92),
.martor-preview > table tr:nth-child(92),
.form .martor-preview > table tr:nth-child(92) {
  -webkit-animation-delay: 2760ms;
     -moz-animation-delay: 2760ms;
          animation-delay: 2760ms;
}
.content-description > :nth-child(93),
.martor-preview > :nth-child(93),
.form .martor-preview > :nth-child(93) {
  -webkit-animation-delay: 3720ms;
     -moz-animation-delay: 3720ms;
          animation-delay: 3720ms;
}
.content-description > ul > li:nth-child(93),
.content-description > ol > li:nth-child(93),
.martor-preview > ul > li:nth-child(93),
.martor-preview > ol > li:nth-child(93),
.form .martor-preview > ul > li:nth-child(93),
.form .martor-preview > ol > li:nth-child(93) {
  -webkit-animation-delay: 3720ms;
     -moz-animation-delay: 3720ms;
          animation-delay: 3720ms;
}
.content-description > table tr:nth-child(93),
.martor-preview > table tr:nth-child(93),
.form .martor-preview > table tr:nth-child(93) {
  -webkit-animation-delay: 2790ms;
     -moz-animation-delay: 2790ms;
          animation-delay: 2790ms;
}
.content-description > :nth-child(94),
.martor-preview > :nth-child(94),
.form .martor-preview > :nth-child(94) {
  -webkit-animation-delay: 3760ms;
     -moz-animation-delay: 3760ms;
          animation-delay: 3760ms;
}
.content-description > ul > li:nth-child(94),
.content-description > ol > li:nth-child(94),
.martor-preview > ul > li:nth-child(94),
.martor-preview > ol > li:nth-child(94),
.form .martor-preview > ul > li:nth-child(94),
.form .martor-preview > ol > li:nth-child(94) {
  -webkit-animation-delay: 3760ms;
     -moz-animation-delay: 3760ms;
          animation-delay: 3760ms;
}
.content-description > table tr:nth-child(94),
.martor-preview > table tr:nth-child(94),
.form .martor-preview > table tr:nth-child(94) {
  -webkit-animation-delay: 2820ms;
     -moz-animation-delay: 2820ms;
          animation-delay: 2820ms;
}
.content-description > :nth-child(95),
.martor-preview > :nth-child(95),
.form .martor-preview > :nth-child(95) {
  -webkit-animation-delay: 3800ms;
     -moz-animation-delay: 3800ms;
          animation-delay: 3800ms;
}
.content-description > ul > li:nth-child(95),
.content-description > ol > li:nth-child(95),
.martor-preview > ul > li:nth-child(95),
.martor-preview > ol > li:nth-child(95),
.form .martor-preview > ul > li:nth-child(95),
.form .martor-preview > ol > li:nth-child(95) {
  -webkit-animation-delay: 3800ms;
     -moz-animation-delay: 3800ms;
          animation-delay: 3800ms;
}
.content-description > table tr:nth-child(95),
.martor-preview > table tr:nth-child(95),
.form .martor-preview > table tr:nth-child(95) {
  -webkit-animation-delay: 2850ms;
     -moz-animation-delay: 2850ms;
          animation-delay: 2850ms;
}
.content-description > :nth-child(96),
.martor-preview > :nth-child(96),
.form .martor-preview > :nth-child(96) {
  -webkit-animation-delay: 3840ms;
     -moz-animation-delay: 3840ms;
          animation-delay: 3840ms;
}
.content-description > ul > li:nth-child(96),
.content-description > ol > li:nth-child(96),
.martor-preview > ul > li:nth-child(96),
.martor-preview > ol > li:nth-child(96),
.form .martor-preview > ul > li:nth-child(96),
.form .martor-preview > ol > li:nth-child(96) {
  -webkit-animation-delay: 3840ms;
     -moz-animation-delay: 3840ms;
          animation-delay: 3840ms;
}
.content-description > table tr:nth-child(96),
.martor-preview > table tr:nth-child(96),
.form .martor-preview > table tr:nth-child(96) {
  -webkit-animation-delay: 2880ms;
     -moz-animation-delay: 2880ms;
          animation-delay: 2880ms;
}
.content-description > :nth-child(97),
.martor-preview > :nth-child(97),
.form .martor-preview > :nth-child(97) {
  -webkit-animation-delay: 3880ms;
     -moz-animation-delay: 3880ms;
          animation-delay: 3880ms;
}
.content-description > ul > li:nth-child(97),
.content-description > ol > li:nth-child(97),
.martor-preview > ul > li:nth-child(97),
.martor-preview > ol > li:nth-child(97),
.form .martor-preview > ul > li:nth-child(97),
.form .martor-preview > ol > li:nth-child(97) {
  -webkit-animation-delay: 3880ms;
     -moz-animation-delay: 3880ms;
          animation-delay: 3880ms;
}
.content-description > table tr:nth-child(97),
.martor-preview > table tr:nth-child(97),
.form .martor-preview > table tr:nth-child(97) {
  -webkit-animation-delay: 2910ms;
     -moz-animation-delay: 2910ms;
          animation-delay: 2910ms;
}
.content-description > :nth-child(98),
.martor-preview > :nth-child(98),
.form .martor-preview > :nth-child(98) {
  -webkit-animation-delay: 3920ms;
     -moz-animation-delay: 3920ms;
          animation-delay: 3920ms;
}
.content-description > ul > li:nth-child(98),
.content-description > ol > li:nth-child(98),
.martor-preview > ul > li:nth-child(98),
.martor-preview > ol > li:nth-child(98),
.form .martor-preview > ul > li:nth-child(98),
.form .martor-preview > ol > li:nth-child(98) {
  -webkit-animation-delay: 3920ms;
     -moz-animation-delay: 3920ms;
          animation-delay: 3920ms;
}
.content-description > table tr:nth-child(98),
.martor-preview > table tr:nth-child(98),
.form .martor-preview > table tr:nth-child(98) {
  -webkit-animation-delay: 2940ms;
     -moz-animation-delay: 2940ms;
          animation-delay: 2940ms;
}
.content-description > :nth-child(99),
.martor-preview > :nth-child(99),
.form .martor-preview > :nth-child(99) {
  -webkit-animation-delay: 3960ms;
     -moz-animation-delay: 3960ms;
          animation-delay: 3960ms;
}
.content-description > ul > li:nth-child(99),
.content-description > ol > li:nth-child(99),
.martor-preview > ul > li:nth-child(99),
.martor-preview > ol > li:nth-child(99),
.form .martor-preview > ul > li:nth-child(99),
.form .martor-preview > ol > li:nth-child(99) {
  -webkit-animation-delay: 3960ms;
     -moz-animation-delay: 3960ms;
          animation-delay: 3960ms;
}
.content-description > table tr:nth-child(99),
.martor-preview > table tr:nth-child(99),
.form .martor-preview > table tr:nth-child(99) {
  -webkit-animation-delay: 2970ms;
     -moz-animation-delay: 2970ms;
          animation-delay: 2970ms;
}
.content-description > :nth-child(100),
.martor-preview > :nth-child(100),
.form .martor-preview > :nth-child(100) {
  -webkit-animation-delay: 4000ms;
     -moz-animation-delay: 4000ms;
          animation-delay: 4000ms;
}
.content-description > ul > li:nth-child(100),
.content-description > ol > li:nth-child(100),
.martor-preview > ul > li:nth-child(100),
.martor-preview > ol > li:nth-child(100),
.form .martor-preview > ul > li:nth-child(100),
.form .martor-preview > ol > li:nth-child(100) {
  -webkit-animation-delay: 4000ms;
     -moz-animation-delay: 4000ms;
          animation-delay: 4000ms;
}
.content-description > table tr:nth-child(100),
.martor-preview > table tr:nth-child(100),
.form .martor-preview > table tr:nth-child(100) {
  -webkit-animation-delay: 3000ms;
     -moz-animation-delay: 3000ms;
          animation-delay: 3000ms;
}

@media (prefers-reduced-motion: reduce) {
  .anim-fade-in,
  .anim-fade-out,
  .anim-slide-in-up,
  .anim-slide-in-down,
  .anim-slide-out-up,
  .anim-slide-out-down,
  .anim-slide-in-left,
  .anim-slide-in-right,
  .anim-slide-out-left,
  .anim-slide-out-right,
  .anim-scale-in,
  .anim-scale-out,
  .anim-pop-in,
  .anim-shake,
  .anim-pulse,
  .anim-notification-in,
  .anim-notification-out,
  .anim-scale-bounce,
  .anim-count-up,
  #content,
  #nav-list > li,
  #content-body ul > li,
  #content ul > li,
  #submissions-table > .submission-row,
  .content-description > *,
  .content-description > ul > li,
  .content-description > ol > li,
  .content-description > table tr,
  .martor-preview > *,
  .martor-preview > ul > li,
  .martor-preview > ol > li,
  .martor-preview > table tr,
  .form .martor-preview > *,
  .form .martor-preview > ul > li,
  .form .martor-preview > ol > li,
  .form .martor-preview > table tr {
    -webkit-animation: none !important;
       -moz-animation: none !important;
            animation: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
  }
  .anim-stagger-parent > * {
    -webkit-animation-delay: 0ms !important;
       -moz-animation-delay: 0ms !important;
            animation-delay: 0ms !important;
  }
}
@-ms-viewport {
  min-width: 480px;
  max-width: device-width;
}
@viewport {
  min-width: 480px;
  max-width: device-width;
}
a {
  color: #1e90ff;
}
a:hover {
  color: #006ad1;
}
a:active {
  color: #faa700;
}

img {
  max-width: 100%;
}

.full {
  width: 100%;
}

table.sortable thead {
  background-color: #eee;
  color: #666;
  font-weight: bold;
  cursor: default;
}

th.tablesorter-headerAsc:after {
  content: " ▴";
}
th.tablesorter-headerDesc:after {
  content: " ▾";
}

div.tablesorter-header-inner {
  display: inline;
}

pre {
  white-space: pre-wrap;
}

hr {
  display: block;
  height: 0;
  border: 0;
  font-style: italic;
  border-bottom: 1px solid #ccc;
  padding: 0;
}

.dashed {
  border-bottom: 1px dashed #ccc;
}

th {
  vertical-align: middle;
}

.form-area {
  display: inline-block;
  background: #f8f8f8;
  padding: 5px 10px 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

div.info-float {
  float: right;
  padding: 10px;
}

footer {
  color: #808080;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
}

body {
  position: relative;
  min-height: 100%;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.231;
  background: #f8f8f8;
  font-family: "Segoe UI", "Lucida Grande", Arial, sans-serif;
  color: #000;
  height: 100%;
}

.unselectable {
  cursor: default;
}

h1 {
  font-size: 5em;
  letter-spacing: -2px;
  margin: 0;
  padding: 0;
  line-height: 1em;
}

b {
  font-weight: bold;
}

h2 {
  font-weight: 400;
  font-size: 2em;
  border-radius: 4px;
  padding: 0;
  margin: 0;
}

h3 {
  font-weight: 400;
  font-size: 1.4em;
  border-radius: 4px;
  padding: 0;
  margin: 0;
}

h4 {
  font-size: 1.1em;
  padding: 0;
  margin: 0;
}

hr {
  color: rgba(0, 0, 0, 0.2);
}

#content {
  margin: 52px auto auto;
  width: 90%;
  height: 100%;
  min-height: 25em;
  display: block;
}
#content .title {
  color: #231f20;
}

footer {
  text-align: center;
  height: auto;
  min-height: 40px;
  border-top: none;
  background: transparent;
  position: relative;
  padding: 0 8px 8px;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
footer .footer-inner {
  background: transparent;
  backdrop-filter: blur(12px) saturate(150%);
  -webkit-backdrop-filter: blur(12px) saturate(150%);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  -webkit-box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.06);
          box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.06);
  padding: 16px 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  gap: 12px 24px;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
}
footer .footer-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 8px;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
footer .footer-brand {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  gap: 2px;
}
footer .footer-brand .footer-logo {
  font-family: "Montserrat", "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 1.1em;
  color: #333;
  letter-spacing: 0.5px;
}
footer .footer-brand .footer-tagline {
  font-size: 0.75em;
  color: #888;
}
footer .footer-links a {
  color: #555;
  font-size: 0.85em;
  font-weight: 600;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
footer .footer-links a:hover {
  color: #1e90ff;
}
footer .footer-links a .fa {
  margin-right: 3px;
}
footer .footer-meta {
  font-size: 0.8em;
  color: #888;
}
footer .footer-meta a {
  color: #666;
  font-weight: 600;
}
footer .footer-meta a:hover {
  color: #1e90ff;
}
footer .footer-sep {
  color: #ccc;
  font-size: 0.8em;
}
footer .footer-forms {
  display: none;
}

body[data-theme=dark] footer .footer-inner {
  border-color: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.2);
}
body[data-theme=dark] footer .footer-brand .footer-logo {
  color: #eee;
}
body[data-theme=dark] footer .footer-brand .footer-tagline {
  color: rgba(255, 255, 255, 0.5);
}
body[data-theme=dark] footer .footer-links a {
  color: rgba(255, 255, 255, 0.6);
}
body[data-theme=dark] footer .footer-links a:hover {
  color: #1e90ff;
}
body[data-theme=dark] footer .footer-meta {
  color: rgba(255, 255, 255, 0.4);
}
body[data-theme=dark] footer .footer-meta a {
  color: rgba(255, 255, 255, 0.5);
}
body[data-theme=dark] footer .footer-meta a:hover {
  color: #1e90ff;
}
body[data-theme=dark] footer .footer-sep {
  color: rgba(255, 255, 255, 0.15);
}

@media (max-width: 760px) {
  footer .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    gap: 10px;
    padding: 14px 16px;
    border-radius: 12px;
  }
  footer .footer-brand .footer-logo {
    font-size: 1em;
  }
}
html {
  position: relative;
  height: 100%;
}

a {
  text-decoration: none;
  display: inline;
}

noscript #noscript {
  font-family: Arial, sans-serif;
  font-size: 111%;
  color: white;
  font-weight: bold;
  background: #ae0000;
  text-align: center;
  padding: 5px 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 100;
}

#announcement {
  font-family: Arial, sans-serif;
  font-size: 111%;
  color: white;
  font-weight: bold;
  background: #ae0000;
  text-align: center;
  max-width: 30%;
  position: fixed;
  border-radius: 4px;
  z-index: 100;
  bottom: -4px;
  right: -4px;
  padding: 5px 6px 6px 5px;
  -webkit-animation: slideInUp 300ms ease-out both;
     -moz-animation: slideInUp 300ms ease-out both;
          animation: slideInUp 300ms ease-out both;
}
#announcement a {
  color: orange;
}

.time {
  color: #231f20;
}

.toggle {
  font-weight: bold;
}
.toggle .fa {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -moz-transition: transform 0.4s, -moz-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s, -moz-transform 0.4s;
}
.toggle.open .fa {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

#form-errors, .form-errors {
  background: rgba(255, 0, 0, 0.3);
  border: 3px solid red;
  border-radius: 4px;
  padding: 0 1em 0.1em 1em;
  margin: 0.3em 0 0.5em 0;
  -webkit-animation: shake 400ms ease-in-out both;
     -moz-animation: shake 400ms ease-in-out both;
          animation: shake 400ms ease-in-out both;
}

#contest-info {
  font-size: 1.25em;
  border: 5px solid #1e90ff;
  border-left: 5px dotted white;
  border-radius: 0 4px 4px 0;
  background: rgba(0, 0, 0, 0.77);
  z-index: 100000;
  padding: 10px 12px;
  color: white;
  cursor: move;
  position: fixed;
  left: 20px;
  top: 90%;
  display: none;
}
#contest-info a {
  height: 1.4em;
  padding: 0;
  margin: 0;
  color: white;
  display: block;
}

#contest-time-remaining {
  display: inline-block;
}

#page-container {
  min-height: 100%;
  position: relative;
  margin: 0 auto;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: white;
  max-width: 100em;
}

#content-body {
  padding-bottom: 4em;
}

.title-line-action {
  float: right;
  margin-top: 1.2em;
}

math {
  font-size: 1.155em;
}

.MathJax:focus {
  outline: none;
}

@media (max-width: 1498px) {
  #page-container {
    border-left: none;
    border-right: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media (max-width: 760px) {
  #content {
    width: auto;
    padding: 0 5px;
  }
}
.img-lightbox-overlay {
  position: fixed;
  inset: 0;
  z-index: 100000;
  background: rgba(0, 0, 0, 0.9);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-animation: fadeIn 200ms ease-out both;
     -moz-animation: fadeIn 200ms ease-out both;
          animation: fadeIn 200ms ease-out both;
  cursor: -moz-zoom-out;
  cursor: zoom-out;
}

.img-lightbox-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  width: 90vw;
  height: 90vh;
  overflow: hidden;
}

.img-lightbox-img {
  max-width: 90vw;
  max-height: 90vh;
  width: auto;
  height: auto;
  object-fit: contain;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -moz-transition: transform 0.2s ease, -moz-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease, -moz-transform 0.2s ease;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}

.img-lightbox-close {
  position: fixed;
  top: 16px;
  right: 20px;
  z-index: 100001;
  background: rgba(255, 255, 255, 0.15);
  border: none;
  color: white;
  font-size: 32px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.img-lightbox-close:hover {
  background: rgba(255, 255, 255, 0.3);
}

.img-lightbox-btn {
  position: fixed;
  z-index: 100001;
  background: rgba(255, 255, 255, 0.15);
  border: none;
  color: white;
  font-size: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  font-weight: 700;
}
.img-lightbox-btn:hover {
  background: rgba(255, 255, 255, 0.3);
}

.img-lightbox-zoom-in {
  bottom: 24px;
  right: 80px;
}

.img-lightbox-zoom-out {
  bottom: 24px;
  right: 130px;
}

.img-lightbox-reset {
  bottom: 24px;
  right: 24px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.user-about-preview {
  font-size: 0.75em;
  color: #666;
  max-height: 3.6em;
  overflow: hidden;
  line-height: 1.2;
  margin-top: 2px;
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.user-about-preview::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1.2em;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(white));
  background: -webkit-linear-gradient(transparent, white);
  background: -moz-linear-gradient(transparent, white);
  background: linear-gradient(transparent, white);
  pointer-events: none;
}
.user-about-preview img {
  max-width: 60px;
  max-height: 20px;
  display: inline;
  vertical-align: middle;
}
.user-about-preview p {
  margin: 0;
  display: inline;
}
.user-about-preview pre, .user-about-preview code, .user-about-preview blockquote, .user-about-preview table, .user-about-preview ul, .user-about-preview ol, .user-about-preview hr, .user-about-preview h1, .user-about-preview h2, .user-about-preview h3, .user-about-preview h4, .user-about-preview h5, .user-about-preview h6 {
  display: none;
}

body[data-theme=dark] .user-about-preview::after {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#2b2b2b));
  background: -webkit-linear-gradient(transparent, #2b2b2b);
  background: -moz-linear-gradient(transparent, #2b2b2b);
  background: linear-gradient(transparent, #2b2b2b);
}

body[data-theme=dark] .user-about-preview {
  color: rgba(255, 255, 255, 0.5);
}

.pswp-img {
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.gradient-bg {
  background: -webkit-linear-gradient(315deg, #1e90ff, #99badd);
  background: -moz-linear-gradient(315deg, #1e90ff, #99badd);
  background: linear-gradient(135deg, #1e90ff, #99badd);
}

.gradient-text {
  background: -webkit-linear-gradient(315deg, #1e90ff, #99badd);
  background: -moz-linear-gradient(315deg, #1e90ff, #99badd);
  background: linear-gradient(135deg, #1e90ff, #99badd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

#user-links {
  top: 0;
  right: 0;
  position: absolute;
  color: #333;
  padding-right: 10px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  min-height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  white-space: nowrap;
}
#user-links a, #user-links button {
  color: #333;
}
#user-links li {
  text-transform: none;
}
#user-links > ul {
  display: block;
  margin: 0;
}
#user-links > ul > li > a {
  display: block;
  padding: 0;
  height: 100%;
}
#user-links > ul > li > a > span {
  font-size: 13px;
  padding: 10px 10px;
  display: block;
  white-space: nowrap;
}
#user-links > ul > li > a > span > img {
  vertical-align: middle;
  border-radius: 4px;
  margin-right: 6px;
}
#user-links > ul > li > a > span > span {
  vertical-align: middle;
  color: #333;
}
#user-links > ul > li > ul {
  left: 0;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(12px) saturate(150%);
  -webkit-backdrop-filter: blur(12px) saturate(150%);
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  padding: 4px 0;
}

#nav-shadow {
  height: 3px;
}

#nav-container {
  height: 100%;
  margin: 0 6px;
  border-radius: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

nav {
  position: fixed;
  top: 8px;
  left: 8px;
  right: 8px;
  z-index: 500;
  height: 48px;
  margin: 0;
  background: transparent;
  backdrop-filter: blur(12px) saturate(150%);
  -webkit-backdrop-filter: blur(12px) saturate(150%);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
nav:hover {
  -webkit-box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15);
}
nav ul {
  margin: 0 0 0 -5px;
  padding: 0 0 0 1%;
  display: block;
}
nav ul li {
  display: inline-block;
  color: #333;
  text-transform: uppercase;
  position: relative;
  font-family: "Montserrat", "Source Sans Pro", sans-serif;
  font-weight: 600;
}
nav ul li.home-nav-element a {
  padding: 0;
  height: 44px;
}
nav ul li.home-nav-element a:hover {
  border-bottom: none;
  padding-top: 0;
  padding-bottom: 0;
}
nav ul li a, nav ul li button {
  text-decoration: none;
  vertical-align: middle;
  color: #333;
  padding: 14px 10px;
  height: 20px;
  display: inline-table;
  border-radius: 0;
  -webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease;
  -moz-transition: color 0.2s ease, border-bottom-color 0.2s ease;
  transition: color 0.2s ease, border-bottom-color 0.2s ease;
}
nav ul li a:link, nav ul li button:link {
  color: #333;
}
nav ul li a:hover, nav ul li button:hover {
  margin: 0;
}
nav ul li a.active, nav ul li button.active {
  border: none;
  border-bottom: 3px solid #1e90ff;
  padding: 11px 10px;
}
nav ul li a .nav-expand, nav ul li button .nav-expand {
  display: none;
}
nav ul li ul {
  padding: 4px 0;
  position: absolute;
  left: 5px;
  display: none;
  color: #333;
  margin: 0 !important;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(12px) saturate(150%);
  -webkit-backdrop-filter: blur(12px) saturate(150%);
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
nav ul li ul li a.active {
  border: none;
  border-left: 3px solid #1e90ff;
}
nav ul li ul li {
  display: block;
}
nav ul li ul li a, nav ul li ul li button {
  padding: 8px 20px 8px 8px !important;
  font-size: 0.8em;
  line-height: 18px;
  display: block;
  border-left: 3px solid transparent;
  white-space: nowrap;
  border-radius: 8px;
}
nav ul li ul li a:hover, nav ul li ul li button:hover {
  background: rgba(0, 0, 0, 0.06);
  border-left-color: #1e90ff;
}
nav ul li button {
  background: none;
  text-align: left;
  border: none;
  width: 100%;
  border-radius: 0;
  height: auto;
  cursor: pointer;
}
nav ul li:hover > ul, nav ul li:active > ul, nav ul li:focus > ul {
  display: block !important;
  -webkit-animation: navDropdownIn 200ms ease-out both;
     -moz-animation: navDropdownIn 200ms ease-out both;
          animation: navDropdownIn 200ms ease-out both;
}
nav ul li.home-nav-element a:hover {
  border-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  background: transparent;
}
nav .nav-divider {
  width: 1px;
  vertical-align: middle;
  padding-left: 3px;
  display: inline-block;
  height: 32px;
  margin-right: 1px;
  border-right: 3px solid rgba(0, 0, 0, 0.1);
}

#navicon {
  display: none;
}

@media (max-width: 760px) {
  nav {
    top: 6px;
    left: 6px;
    right: 6px;
    height: 42px;
    border-radius: 12px;
  }
  #nav-container {
    margin: 0 4px;
    border-radius: 8px;
  }
  #navigation {
    height: 36px;
  }
  #navicon {
    -webkit-transition-duration: 0.25s;
       -moz-transition-duration: 0.25s;
            transition-duration: 0.25s;
    display: block;
    line-height: 26px;
    font-size: 2em;
    color: #333;
    padding: 0 0.25em;
    margin: 4px 0.25em;
    white-space: nowrap;
    float: left;
  }
  #navicon.hover {
    color: #1e90ff;
    -webkit-transition-duration: 0.25s;
       -moz-transition-duration: 0.25s;
            transition-duration: 0.25s;
  }
  #nav-list {
    display: none;
    padding: 4px;
    margin: 0;
    position: fixed;
    top: 52px;
    left: 6px;
    right: 6px;
    bottom: auto;
    width: auto;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(12px) saturate(150%);
    -webkit-backdrop-filter: blur(12px) saturate(150%);
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  }
  #nav-list.show-list {
    display: block;
    -webkit-animation: slideInLeft 200ms ease-out both;
       -moz-animation: slideInLeft 200ms ease-out both;
            animation: slideInLeft 200ms ease-out both;
  }
  #nav-list li {
    display: block;
  }
  #nav-list li a {
    display: block;
    border-radius: 8px;
    margin: 2px 0;
  }
  #nav-list li a .nav-expand {
    float: right;
    display: block;
    height: inherit;
    margin: -13px -7px;
    padding: inherit;
  }
  #nav-list li ul {
    left: 0;
    top: 40px;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(12px) saturate(150%);
    -webkit-backdrop-filter: blur(12px) saturate(150%);
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  }
  #nav-list li ul.show-list {
    display: block;
  }
  #nav-list li.home-nav-element {
    display: none;
  }
  #user-links > ul > li > a > span {
    padding: 6px 8px;
  }
}
@media not all and (max-width: 760px) {
  #nav-list li.home-menu-item {
    display: none;
  }
  #nav-list li:not(:hover) > ul {
    display: none !important;
  }
  #nav-list li ul {
    left: 0 !important;
  }
}
@media (max-width: 760px) {
  body[data-theme=dark] #nav-list {
    background: rgba(30, 30, 30, 0.85);
  }
  body[data-theme=dark] #nav-list li ul {
    background: rgba(30, 30, 30, 0.85);
  }
}
nav .settings-popup {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(12px) saturate(150%);
  -webkit-backdrop-filter: blur(12px) saturate(150%);
  border-radius: 14px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #333;
  margin-top: 2px;
  -webkit-animation: scaleIn 150ms ease-out both;
     -moz-animation: scaleIn 150ms ease-out both;
          animation: scaleIn 150ms ease-out both;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
nav .settings-popup li a, nav .settings-popup li button, nav .settings-popup li form button {
  color: #333;
}

.nav-settings-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  padding: 7px 12px;
}

.nav-settings-lbl {
  font-size: 13px;
  color: #555;
}

.nav-seg {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 7px;
  padding: 2px;
}

.nav-seg-btn {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  padding: 5px 9px;
  border-radius: 5px;
  font-size: 0.8em;
  font-weight: 600;
  font-family: inherit;
  color: #888;
  line-height: 1;
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  -moz-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease;
}
.nav-seg-btn:hover {
  color: #333;
  margin: 0;
}
.nav-seg-btn.active {
  background: rgba(0, 0, 0, 0.06);
  color: #333;
}

#user-links ul ul li form button {
  color: #e53e3e !important;
  font-weight: 700;
}

nav ul ul li a,
nav ul ul li button {
  font-weight: 600;
}

body[data-theme=dark] #user-links a,
body[data-theme=dark] #user-links button,
body[data-theme=dark] #user-links > ul > li > a > span > span {
  color: #eee;
}
body[data-theme=dark] nav {
  border-color: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}
body[data-theme=dark] nav:hover {
  -webkit-box-shadow: 0 8px 40px rgba(0, 0, 0, 0.3);
          box-shadow: 0 8px 40px rgba(0, 0, 0, 0.3);
}
body[data-theme=dark] nav ul li {
  color: #eee;
}
body[data-theme=dark] nav ul li a, body[data-theme=dark] nav ul li button {
  color: #eee;
}
body[data-theme=dark] nav ul li a:link, body[data-theme=dark] nav ul li button:link {
  color: #eee;
}
body[data-theme=dark] nav ul li a.active, body[data-theme=dark] nav ul li button.active {
  border-bottom-color: #1e90ff;
}
body[data-theme=dark] nav ul li > ul {
  color: #eee;
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(30, 30, 30, 0.85);
}
body[data-theme=dark] nav ul li > ul li a:hover, body[data-theme=dark] nav ul li > ul li button:hover {
  background: rgba(255, 255, 255, 0.1);
}
body[data-theme=dark] nav .nav-divider {
  border-right-color: rgba(255, 255, 255, 0.15);
}
body[data-theme=dark] #navicon {
  color: #eee;
}
body[data-theme=dark] #navicon.hover {
  color: #1e90ff;
}
body[data-theme=dark] #nav-list {
  border-color: rgba(255, 255, 255, 0.1);
}
body[data-theme=dark] #nav-list li a {
  color: #eee;
}
body[data-theme=dark] #nav-list li a:hover {
  background: rgba(255, 255, 255, 0.1);
}
body[data-theme=dark] #nav-list li ul {
  background: rgba(30, 30, 30, 0.85);
}
body[data-theme=dark] #user-links > ul > li > ul {
  background: rgba(30, 30, 30, 0.85);
}
body[data-theme=dark] nav .settings-popup {
  border-color: rgba(255, 255, 255, 0.1);
  color: #eee;
  background: rgba(30, 30, 30, 0.85);
}
body[data-theme=dark] nav .settings-popup li a, body[data-theme=dark] nav .settings-popup li button, body[data-theme=dark] nav .settings-popup li form button {
  color: #eee;
}
body[data-theme=dark] .nav-settings-lbl {
  color: rgba(255, 255, 255, 0.6);
}
body[data-theme=dark] .nav-seg {
  background: rgba(255, 255, 255, 0.08);
}
body[data-theme=dark] .nav-seg-btn {
  color: rgba(255, 255, 255, 0.5);
}
body[data-theme=dark] .nav-seg-btn:hover {
  color: #eee;
}
body[data-theme=dark] .nav-seg-btn.active {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

code { /* Comment */
  /* Error */
  /* Keyword */
  /* Operator */
  /* Comment.Multiline */
  /* Comment.Preproc */
  /* Comment.Single */
  /* Comment.Special */
  /* Generic.Deleted */
  /* Generic.Emph */
  /* Generic.Error */
  /* Generic.Heading */
  /* Generic.Inserted */
  /* Generic.Output */
  /* Generic.Prompt */
  /* Generic.Strong */
  /* Generic.Subheading */
  /* Generic.Traceback */
  /* Keyword.Constant */
  /* Keyword.Declaration */
  /* Keyword.Namespace */
  /* Keyword.Pseudo */
  /* Keyword.Reserved */
  /* Keyword.Type */
  /* Literal.Number */
  /* Literal.String */
  /* Name.Attribute */
  /* Name.Builtin */
  /* Name.Class */
  /* Name.Constant */
  /* Name.Decorator */
  /* Name.Entity */
  /* Name.Exception */
  /* Name.Function */
  /* Name.Label */
  /* Name.Namespace */
  /* Name.Tag */
  /* Name.Variable */
  /* Operator.Word */
  /* Text.Whitespace */
  /* Literal.Number.Float */
  /* Literal.Number.Hex */
  /* Literal.Number.Integer */
  /* Literal.Number.Oct */
  /* Literal.String.Backtick */
  /* Literal.String.Char */
  /* Literal.String.Doc */
  /* Literal.String.Double */
  /* Literal.String.Escape */
  /* Literal.String.Heredoc */
  /* Literal.String.Interpol */
  /* Literal.String.Other */
  /* Literal.String.Regex */
  /* Literal.String.Single */
  /* Literal.String.Symbol */
  /* Name.Builtin.Pseudo */
  /* Name.Variable.Class */
  /* Name.Variable.Global */
  /* Name.Variable.Instance */
  /* Literal.Number.Integer.Long */
}
code .hll {
  background-color: #ffffcc;
}
code .c {
  color: #999988;
  font-style: italic;
}
code .err {
  color: #a61717;
  background-color: #e3d2d2;
}
code .k {
  color: #000000;
  font-weight: bold;
}
code .o {
  color: #000000;
  font-weight: bold;
}
code .cm {
  color: #999988;
  font-style: italic;
}
code .cp {
  color: #999999;
  font-weight: bold;
  font-style: italic;
}
code .c1 {
  color: #999988;
  font-style: italic;
}
code .cs {
  color: #999999;
  font-weight: bold;
  font-style: italic;
}
code .gd {
  color: #000000;
  background-color: #ffdddd;
}
code .ge {
  color: #000000;
  font-style: italic;
}
code .gr {
  color: #aa0000;
}
code .gh {
  color: #999999;
}
code .gi {
  color: #000000;
  background-color: #ddffdd;
}
code .go {
  color: #888888;
}
code .gp {
  color: #555555;
}
code .gs {
  font-weight: bold;
}
code .gu {
  color: #aaaaaa;
}
code .gt {
  color: #aa0000;
}
code .kc {
  color: #000000;
  font-weight: bold;
}
code .kd {
  color: #000000;
  font-weight: bold;
}
code .kn {
  color: #000000;
  font-weight: bold;
}
code .kp {
  color: #000000;
  font-weight: bold;
}
code .kr {
  color: #000000;
  font-weight: bold;
}
code .kt {
  color: #445588;
  font-weight: bold;
}
code .m {
  color: #009999;
}
code .s {
  color: #d01040;
}
code .na {
  color: #008080;
}
code .nb {
  color: #0086B3;
}
code .nc {
  color: #445588;
  font-weight: bold;
}
code .no {
  color: #008080;
}
code .nd {
  color: #3c5d5d;
  font-weight: bold;
}
code .ni {
  color: #800080;
}
code .ne {
  color: #990000;
  font-weight: bold;
}
code .nf {
  color: #990000;
  font-weight: bold;
}
code .nl {
  color: #990000;
  font-weight: bold;
}
code .nn {
  color: #555555;
}
code .nt {
  color: #000080;
}
code .nv {
  color: #008080;
}
code .ow {
  color: #000000;
  font-weight: bold;
}
code .w {
  color: #bbbbbb;
}
code .mf {
  color: #009999;
}
code .mh {
  color: #009999;
}
code .mi {
  color: #009999;
}
code .mo {
  color: #009999;
}
code .sb {
  color: #d01040;
}
code .sc {
  color: #d01040;
}
code .sd {
  color: #d01040;
}
code .s2 {
  color: #d01040;
}
code .se {
  color: #d01040;
}
code .sh {
  color: #d01040;
}
code .si {
  color: #d01040;
}
code .sx {
  color: #d01040;
}
code .sr {
  color: #009926;
}
code .s1 {
  color: #d01040;
}
code .ss {
  color: #990073;
}
code .bp {
  color: #999999;
}
code .vc {
  color: #008080;
}
code .vg {
  color: #008080;
}
code .vi {
  color: #008080;
}
code .il {
  color: #009999;
}

.h-scrollable-table {
  overflow-x: auto;
}

.table {
  border-spacing: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5em;
  background: rgba(0, 0, 0, 0.01);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
.table.striped tr:nth-child(2n) {
  background: rgba(0, 0, 0, 0.03);
}
.table th {
  height: 2em;
  color: #fff;
  background-color: #231f20;
  border-color: #808080;
  border-width: 0 1px 1px 0;
  border-style: solid;
  padding: 4px 10px;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  font-weight: 600;
  font-size: 1.1em;
}
.table td {
  border-color: #ccc;
  border-width: 0 1px 1px 0;
  border-style: solid;
  padding: 7px 5px;
  vertical-align: middle;
  text-align: center;
}
.table th:first-child, .table td:first-child {
  border-left-width: 1px;
}
.table tr:first-child th, .table tr:first-child td {
  border-top-width: 1px;
}
.table tr:first-child th:first-child {
  border-top-left-radius: 6px;
}
.table tr:first-child th:last-child {
  border-top-right-radius: 6px;
}
.table tbody tr:last-child th:first-child {
  border-bottom-left-radius: 6px;
}

.mwe-math-mathml-inline {
  display: inline !important;
}

.mwe-math-mathml-display {
  display: block !important;
  margin-left: auto;
  margin-right: auto;
}

.mwe-math-mathml-a11y {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.mwe-math-fallback-image-inline {
  display: inline-block;
  vertical-align: middle;
}

.mwe-math-fallback-image-display {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}

@font-face {
  font-family: "Latin Modern Math";
  src: url("./libs/latinmodernmath/latinmodern-math.eot"); /* IE9 Compat Modes */
  src: local("Latin Modern Math"), local("LatinModernMath-Regular"), url("./libs/latinmodernmath/latinmodern-math.eot?#iefix") format("embedded-opentype"), url("./libs/latinmodernmath/latinmodern-math.woff2") format("woff2"), url("./libs/latinmodernmath/latinmodern-math.woff") format("woff"), url("./libs/latinmodernmath/latinmodern-math.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: normal;
  font-style: normal;
}
math {
  font-family: "Latin Modern Math";
}

img.inline-math {
  display: inline;
}

.AB {
  background-color: #CCC;
  color: black;
}

.AC {
  background-color: #99badd;
  color: #2b5480;
}

._AC {
  background-color: #e6eef7;
  color: #376da6;
}

.WA {
  background-color: #CCC;
  color: #ef1b53;
}

.TLE, .MLE {
  background-color: #CCC;
  color: black;
}

.OLE, .IR, .RTE, .OTH {
  background-color: #FAB623;
  color: black;
}

.CE {
  background-color: #CCC;
  color: black;
}

.IE {
  background-color: red;
  color: black;
}

.QU, .G {
  background: white;
  color: black;
  -webkit-animation: pulse 1.5s ease-in-out both;
     -moz-animation: pulse 1.5s ease-in-out both;
          animation: pulse 1.5s ease-in-out both;
}

.blog-content {
  padding-right: 0em;
  -webkit-box-flex: 73.5%;
  -webkit-flex: 73.5%;
     -moz-box-flex: 73.5%;
          flex: 73.5%;
  vertical-align: top;
}
.blog-content .post {
  margin: 0em 0.5em;
  -webkit-animation: fadeIn 300ms ease-out both;
     -moz-animation: fadeIn 300ms ease-out both;
          animation: fadeIn 300ms ease-out both;
}
.blog-content .post:nth-child(1) {
  -webkit-animation-delay: 60ms;
     -moz-animation-delay: 60ms;
          animation-delay: 60ms;
}
.blog-content .post:nth-child(2) {
  -webkit-animation-delay: 120ms;
     -moz-animation-delay: 120ms;
          animation-delay: 120ms;
}
.blog-content .post:nth-child(3) {
  -webkit-animation-delay: 180ms;
     -moz-animation-delay: 180ms;
          animation-delay: 180ms;
}
.blog-content .post:nth-child(4) {
  -webkit-animation-delay: 240ms;
     -moz-animation-delay: 240ms;
          animation-delay: 240ms;
}
.blog-content .post:nth-child(5) {
  -webkit-animation-delay: 300ms;
     -moz-animation-delay: 300ms;
          animation-delay: 300ms;
}
.blog-content .post:nth-child(6) {
  -webkit-animation-delay: 360ms;
     -moz-animation-delay: 360ms;
          animation-delay: 360ms;
}
.blog-content .post:nth-child(7) {
  -webkit-animation-delay: 420ms;
     -moz-animation-delay: 420ms;
          animation-delay: 420ms;
}
.blog-content .post:nth-child(8) {
  -webkit-animation-delay: 480ms;
     -moz-animation-delay: 480ms;
          animation-delay: 480ms;
}
.blog-content .post:nth-child(9) {
  -webkit-animation-delay: 540ms;
     -moz-animation-delay: 540ms;
          animation-delay: 540ms;
}
.blog-content .post:nth-child(10) {
  -webkit-animation-delay: 600ms;
     -moz-animation-delay: 600ms;
          animation-delay: 600ms;
}
.blog-content .post:nth-child(11) {
  -webkit-animation-delay: 660ms;
     -moz-animation-delay: 660ms;
          animation-delay: 660ms;
}
.blog-content .post:nth-child(12) {
  -webkit-animation-delay: 720ms;
     -moz-animation-delay: 720ms;
          animation-delay: 720ms;
}
.blog-content .post:nth-child(13) {
  -webkit-animation-delay: 780ms;
     -moz-animation-delay: 780ms;
          animation-delay: 780ms;
}
.blog-content .post:nth-child(14) {
  -webkit-animation-delay: 840ms;
     -moz-animation-delay: 840ms;
          animation-delay: 840ms;
}
.blog-content .post:nth-child(15) {
  -webkit-animation-delay: 900ms;
     -moz-animation-delay: 900ms;
          animation-delay: 900ms;
}
.blog-content .post:nth-child(16) {
  -webkit-animation-delay: 960ms;
     -moz-animation-delay: 960ms;
          animation-delay: 960ms;
}
.blog-content .post:nth-child(17) {
  -webkit-animation-delay: 1020ms;
     -moz-animation-delay: 1020ms;
          animation-delay: 1020ms;
}
.blog-content .post:nth-child(18) {
  -webkit-animation-delay: 1080ms;
     -moz-animation-delay: 1080ms;
          animation-delay: 1080ms;
}
.blog-content .post:nth-child(19) {
  -webkit-animation-delay: 1140ms;
     -moz-animation-delay: 1140ms;
          animation-delay: 1140ms;
}
.blog-content .post:nth-child(20) {
  -webkit-animation-delay: 1200ms;
     -moz-animation-delay: 1200ms;
          animation-delay: 1200ms;
}
.blog-content .post:first-child {
  margin-top: 1.1em;
}
.blog-content .post:last-child {
  border-bottom: none;
}
.blog-content .post .title {
  font-weight: 600;
  font-size: 1.7em;
}
.blog-content .post .title a {
  color: #51a9ff;
}
.blog-content .post .title a:hover {
  color: #006ad1;
}
.blog-content .post .title a:active {
  color: #faa700;
}
.blog-content .post .comment-count {
  font-size: 12px;
}
.blog-content .post .comment-count-link {
  color: #231f20;
}
.blog-content .post .comment-icon {
  padding: 0 0.2em 0 0.5em;
}
.blog-content .post .blog-body {
  border-left: 4px solid grey;
  margin: 1em 0;
  padding-left: 1em;
  padding-bottom: 0.25em;
}
.blog-content .meta {
  margin: 1em 0 1.5em 0;
  padding: 0.25em 0.5em;
  border: 2px solid grey;
  border-radius: 4px;
}

.blog-sidebar {
  -webkit-box-flex: 26.5%;
  -webkit-flex: 26.5%;
     -moz-box-flex: 26.5%;
          flex: 26.5%;
}

.blog-sidebox ul {
  list-style: none;
  padding-left: 1em;
  padding-right: 0.5em;
}
.blog-sidebox ul li {
  margin-bottom: 0.75em;
}
.blog-sidebox .contest {
  padding: 1.25em 0 1.5em 0;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.blog-sidebox .contest:last-child {
  border-bottom: none;
}
.blog-sidebox .sidebox-ongoing-contest {
  overflow-y: auto;
  max-height: 23em;
}

@media (min-width: 800px) {
  .blog-content, .blog-sidebar {
    display: block !important;
  }
  .blog-content {
    margin-right: 1em;
  }
  #mobile.tabs {
    display: none;
  }
  #blog-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
}
#mobile.tabs {
  margin: 0 0 1em;
}

.rssatom {
  text-align: right;
  margin: 0.25em;
  display: block;
}
.rssatom span {
  width: 1em;
  height: 1em;
  padding: 0.1em;
  font-size: 0.8em;
  color: white;
  border-radius: 0.2em;
  display: inline-block;
  margin-right: 0.2em;
  border: 1px solid rgb(201, 90, 18);
  background: #fb9e39;
  background: -webkit-linear-gradient(315deg, #e46d27 0, #fb9e39 47%, #e46d27 100%);
  background: -moz-linear-gradient(315deg, #e46d27 0, #fb9e39 47%, #e46d27 100%);
  background: linear-gradient(135deg, #e46d27 0, #fb9e39 47%, #e46d27 100%);
}
.rssatom span i {
  text-align: center;
  display: block;
}

.open-tickets .title, .own-open-tickets .title {
  word-break: break-word;
  overflow-wrap: anywhere;
}

.open-tickets .object {
  margin-left: 1em;
  font-style: italic;
}
.open-tickets .author {
  margin-left: 1em;
}

.magazine-layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  min-height: -moz-calc(100vh - 56px);
  min-height: calc(100vh - 56px);
  background: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", sans-serif;
  position: relative;
}

.magazine-sidebar {
  width: 260px;
  background: #f7f7f8;
  border-right: 1px solid #dee2e6;
  position: fixed;
  top: 56px;
  left: 0;
  height: -moz-calc(100vh - 56px);
  height: calc(100vh - 56px);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  z-index: 100;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -moz-transition: transform 0.2s ease, -moz-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease, -moz-transform 0.2s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
@media (max-width: 968px) {
  .magazine-sidebar {
    -webkit-transform: translateX(-100%);
       -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-box-shadow: 2px 0 16px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 0 16px rgba(0, 0, 0, 0.1);
  }
  .magazine-sidebar.show {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
.magazine-sidebar::-webkit-scrollbar {
  width: 8px;
}
.magazine-sidebar::-webkit-scrollbar-track {
  background: transparent;
}
.magazine-sidebar::-webkit-scrollbar-thumb {
  background: #8e8ea0;
  border-radius: 10px;
  border: 2px solid #f7f7f8;
}
.magazine-sidebar::-webkit-scrollbar-thumb:hover {
  background: #565869;
}

.sidebar-nav {
  padding: 0px 0 !important;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  width: 100%;
  background: #f7f7f8;
}

.nav-section {
  margin-bottom: 16px;
  width: 100%;
}
.nav-section:last-child {
  margin-bottom: 8px;
}

.nav-section-title {
  font-size: 11px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #8e8ea0 !important;
  padding: 8px 12px !important;
  margin: 0 0 4px 0 !important;
}

.nav-links {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: block !important;
  width: 100%;
}

.nav-item {
  display: block !important;
  margin: 0 !important;
  width: 100%;
}
.nav-item a {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 12px;
  padding: 10px 12px !important;
  color: #202123 !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight: 400;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.nav-item a i {
  width: 18px;
  color: #202123 !important;
  font-size: 15px;
  text-align: center;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.nav-item a span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #202123 !important;
}
.nav-item a:hover {
  background: #ececf1 !important;
}
.nav-item.active a {
  background: #ececf1 !important;
  font-weight: 500;
}

.sidebar-divider {
  height: 1px;
  background: #dee2e6;
  margin: 8px 0;
}

.tag-chips {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 6px;
  padding: 0 12px 12px;
}

.tag-chip {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  padding: 6px 12px;
  background: #ffffff;
  color: #565869;
  border-radius: 16px;
  border: 1px solid #dee2e6;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -webkit-animation: popIn 300ms ease-out both;
     -moz-animation: popIn 300ms ease-out both;
          animation: popIn 300ms ease-out both;
}
.tag-chip:nth-child(1) {
  -webkit-animation-delay: 40ms;
     -moz-animation-delay: 40ms;
          animation-delay: 40ms;
}
.tag-chip:nth-child(2) {
  -webkit-animation-delay: 80ms;
     -moz-animation-delay: 80ms;
          animation-delay: 80ms;
}
.tag-chip:nth-child(3) {
  -webkit-animation-delay: 120ms;
     -moz-animation-delay: 120ms;
          animation-delay: 120ms;
}
.tag-chip:nth-child(4) {
  -webkit-animation-delay: 160ms;
     -moz-animation-delay: 160ms;
          animation-delay: 160ms;
}
.tag-chip:nth-child(5) {
  -webkit-animation-delay: 200ms;
     -moz-animation-delay: 200ms;
          animation-delay: 200ms;
}
.tag-chip:nth-child(6) {
  -webkit-animation-delay: 240ms;
     -moz-animation-delay: 240ms;
          animation-delay: 240ms;
}
.tag-chip:nth-child(7) {
  -webkit-animation-delay: 280ms;
     -moz-animation-delay: 280ms;
          animation-delay: 280ms;
}
.tag-chip:nth-child(8) {
  -webkit-animation-delay: 320ms;
     -moz-animation-delay: 320ms;
          animation-delay: 320ms;
}
.tag-chip:nth-child(9) {
  -webkit-animation-delay: 360ms;
     -moz-animation-delay: 360ms;
          animation-delay: 360ms;
}
.tag-chip:nth-child(10) {
  -webkit-animation-delay: 400ms;
     -moz-animation-delay: 400ms;
          animation-delay: 400ms;
}
.tag-chip:nth-child(11) {
  -webkit-animation-delay: 440ms;
     -moz-animation-delay: 440ms;
          animation-delay: 440ms;
}
.tag-chip:nth-child(12) {
  -webkit-animation-delay: 480ms;
     -moz-animation-delay: 480ms;
          animation-delay: 480ms;
}
.tag-chip:nth-child(13) {
  -webkit-animation-delay: 520ms;
     -moz-animation-delay: 520ms;
          animation-delay: 520ms;
}
.tag-chip:nth-child(14) {
  -webkit-animation-delay: 560ms;
     -moz-animation-delay: 560ms;
          animation-delay: 560ms;
}
.tag-chip:nth-child(15) {
  -webkit-animation-delay: 600ms;
     -moz-animation-delay: 600ms;
          animation-delay: 600ms;
}
.tag-chip:hover {
  background: #ececf1;
  border-color: #8e8ea0;
  -webkit-transform: translateY(-1px);
     -moz-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.tag-chip.active {
  background: #202123;
  color: #ffffff;
  border-color: #202123;
}

.magazine-main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  margin-left: 0;
  width: 100%;
  max-width: 100%;
}

.magazine-topbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 16px;
  padding: 16px 24px;
  background: #ffffff;
  border-bottom: 1px solid #dee2e6;
  position: -webkit-sticky;
  position: sticky;
  top: 56px;
  z-index: 90;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 768px) {
  .magazine-topbar {
    padding: 12px 16px;
  }
}

.sidebar-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 20px;
  color: #565869;
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.sidebar-toggle:hover {
  background: #ececf1;
  color: #202123;
}
@media (max-width: 968px) {
  .sidebar-toggle {
    display: block;
  }
}

.magazine-search {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  min-width: 200px;
  max-width: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .magazine-search {
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
       -moz-box-ordinal-group: 11;
            order: 10;
  }
}
.magazine-search .search-type-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 12px 28px 12px 12px;
  border: 1px solid #dee2e6;
  border-right: none;
  border-radius: 8px 0 0 8px;
  background: #f7f7f8;
  font-size: 14px;
  font-weight: 500;
  color: #202123;
  cursor: pointer;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2340414F' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 12px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  min-width: 90px;
}
.magazine-search .search-type-select:hover {
  border-color: #565869;
  background-color: #ececf1;
}
.magazine-search .search-type-select:focus {
  outline: none;
  border-color: #565869;
  -webkit-box-shadow: 0 0 0 3px rgba(64, 65, 79, 0.1);
          box-shadow: 0 0 0 3px rgba(64, 65, 79, 0.1);
}
.magazine-search .search-input-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.magazine-search .search-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none;
  border: none;
  color: #8e8ea0 !important;
  cursor: pointer;
  padding: 4px;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
  z-index: 2;
}
.magazine-search .search-icon:hover {
  color: #202123 !important;
}
.magazine-search .search-icon:focus {
  outline: none;
  color: #202123 !important;
}
.magazine-search .search-icon i {
  font-size: 16px;
  color: inherit !important;
}
.magazine-search .search-input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  padding: 12px 16px 12px 44px;
  border: 1px solid #dee2e6;
  border-radius: 0 8px 8px 0;
  font-size: 14px;
  font-family: inherit;
  background: #ffffff;
  color: #202123;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.magazine-search .search-input:focus {
  outline: none;
  border-color: #565869;
  -webkit-box-shadow: 0 0 0 3px rgba(64, 65, 79, 0.1);
          box-shadow: 0 0 0 3px rgba(64, 65, 79, 0.1);
}
.magazine-search .search-input::-webkit-input-placeholder {
  color: #8e8ea0;
}
.magazine-search .search-input::-moz-placeholder {
  color: #8e8ea0;
}
.magazine-search .search-input:-ms-input-placeholder {
  color: #8e8ea0;
}
.magazine-search .search-input::placeholder {
  color: #8e8ea0;
}
.magazine-search:not(:has(.search-type-select)) .search-input {
  border-radius: 8px;
}

.magazine-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 12px;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 768px) {
  .magazine-controls {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
  }
}

.select-wrap {
  position: relative;
}
.select-wrap select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px 36px 10px 14px;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  background: #f7f7f8;
  font-size: 14px;
  font-weight: 500;
  color: #202123;
  cursor: pointer;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.select-wrap select:hover {
  border-color: #8e8ea0;
  background: #ececf1;
}
.select-wrap select:focus {
  outline: none;
  border-color: #202123;
  -webkit-box-shadow: 0 0 0 3px rgba(32, 33, 35, 0.1);
          box-shadow: 0 0 0 3px rgba(32, 33, 35, 0.1);
}
.select-wrap select option {
  background: #ffffff;
  color: #202123;
}
.select-wrap::after {
  content: "\f078";
  font-family: "FontAwesome";
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #8e8ea0;
  pointer-events: none;
  font-size: 12px;
}

.view-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  background: #f7f7f8;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  overflow: hidden;
}

.view-btn {
  padding: 10px 14px;
  background: none;
  border: none;
  color: #8e8ea0;
  cursor: pointer;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  border-right: 1px solid #dee2e6;
}
.view-btn:last-child {
  border-right: none;
}
.view-btn i {
  font-size: 16px;
}
.view-btn:hover {
  background: #ececf1;
  color: #202123;
}
.view-btn.active {
  background: #202123;
  color: #ffffff;
}
.view-btn.active:hover {
  background: #565869;
}

.btn-top-bar {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: #202123;
  color: #ffffff;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
  white-space: nowrap;
}
.btn-top-bar:hover {
  background: #565869;
  color: #ffffff;
}
.btn-top-bar i {
  font-size: 14px;
}
@media (max-width: 768px) {
  .btn-top-bar {
    padding: 10px 16px;
  }
  .btn-top-bar span {
    display: none;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.post-tag {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  padding: 4px 12px;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  color: #374151;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.post-tag:hover {
  background: #e5e7eb;
  border-color: #d1d5db;
  color: #1f2937;
}
.post-tag.active {
  background: #1e90ff;
  border-color: #1e90ff;
  color: white;
}

.hero-stats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 1.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin-top: 1rem;
}
.hero-stats .stat-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 0.5rem;
  color: #202123;
  font-size: 0.95rem;
}
.hero-stats .stat-item i {
  color: #6b7280;
  font-size: 1rem;
}
.hero-stats .stat-item .stat-label {
  color: #6b7280;
  font-weight: 500;
}
.hero-stats .stat-item span:not(.stat-label) {
  font-weight: 600;
  color: #202123;
}
.hero-stats .stat-item.vote-stat .vote-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 4px;
  margin-left: 8px;
}

.magazine-feed {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  row-gap: 50px;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  padding: 24px;
  padding-top: 0;
  padding-bottom: 32px;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .magazine-feed {
    grid-template-columns: 1fr;
    padding: 16px;
    padding-top: 0;
    padding-bottom: 24px;
    margin-top: 16px;
    row-gap: 24px;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}
.magazine-feed.is-list {
  grid-template-columns: 1fr;
  max-width: 900px;
  margin: 0 auto;
}
.magazine-feed.is-list .magazine-card {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
}
.magazine-feed.is-list .magazine-card .magazine-card-title {
  font-size: 18px;
}
.magazine-feed.is-list .magazine-card .magazine-card-excerpt {
  -webkit-line-clamp: 2;
}

.magazine-card {
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #dee2e6;
  padding: 20px;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  height: 100%;
  min-height: 280px;
  max-height: 280px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  -webkit-animation: slideInUp 350ms ease-out both;
     -moz-animation: slideInUp 350ms ease-out both;
          animation: slideInUp 350ms ease-out both;
}
.magazine-card:nth-child(1) {
  -webkit-animation-delay: 60ms;
     -moz-animation-delay: 60ms;
          animation-delay: 60ms;
}
.magazine-card:nth-child(2) {
  -webkit-animation-delay: 120ms;
     -moz-animation-delay: 120ms;
          animation-delay: 120ms;
}
.magazine-card:nth-child(3) {
  -webkit-animation-delay: 180ms;
     -moz-animation-delay: 180ms;
          animation-delay: 180ms;
}
.magazine-card:nth-child(4) {
  -webkit-animation-delay: 240ms;
     -moz-animation-delay: 240ms;
          animation-delay: 240ms;
}
.magazine-card:nth-child(5) {
  -webkit-animation-delay: 300ms;
     -moz-animation-delay: 300ms;
          animation-delay: 300ms;
}
.magazine-card:nth-child(6) {
  -webkit-animation-delay: 360ms;
     -moz-animation-delay: 360ms;
          animation-delay: 360ms;
}
.magazine-card:nth-child(7) {
  -webkit-animation-delay: 420ms;
     -moz-animation-delay: 420ms;
          animation-delay: 420ms;
}
.magazine-card:nth-child(8) {
  -webkit-animation-delay: 480ms;
     -moz-animation-delay: 480ms;
          animation-delay: 480ms;
}
.magazine-card:nth-child(9) {
  -webkit-animation-delay: 540ms;
     -moz-animation-delay: 540ms;
          animation-delay: 540ms;
}
.magazine-card:nth-child(10) {
  -webkit-animation-delay: 600ms;
     -moz-animation-delay: 600ms;
          animation-delay: 600ms;
}
.magazine-card:nth-child(11) {
  -webkit-animation-delay: 660ms;
     -moz-animation-delay: 660ms;
          animation-delay: 660ms;
}
.magazine-card:nth-child(12) {
  -webkit-animation-delay: 720ms;
     -moz-animation-delay: 720ms;
          animation-delay: 720ms;
}
.magazine-card:nth-child(13) {
  -webkit-animation-delay: 780ms;
     -moz-animation-delay: 780ms;
          animation-delay: 780ms;
}
.magazine-card:nth-child(14) {
  -webkit-animation-delay: 840ms;
     -moz-animation-delay: 840ms;
          animation-delay: 840ms;
}
.magazine-card:nth-child(15) {
  -webkit-animation-delay: 900ms;
     -moz-animation-delay: 900ms;
          animation-delay: 900ms;
}
.magazine-card:nth-child(16) {
  -webkit-animation-delay: 960ms;
     -moz-animation-delay: 960ms;
          animation-delay: 960ms;
}
.magazine-card:nth-child(17) {
  -webkit-animation-delay: 1020ms;
     -moz-animation-delay: 1020ms;
          animation-delay: 1020ms;
}
.magazine-card:nth-child(18) {
  -webkit-animation-delay: 1080ms;
     -moz-animation-delay: 1080ms;
          animation-delay: 1080ms;
}
.magazine-card:nth-child(19) {
  -webkit-animation-delay: 1140ms;
     -moz-animation-delay: 1140ms;
          animation-delay: 1140ms;
}
.magazine-card:nth-child(20) {
  -webkit-animation-delay: 1200ms;
     -moz-animation-delay: 1200ms;
          animation-delay: 1200ms;
}
.magazine-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #202123;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease;
  -moz-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
.magazine-card:hover {
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-color: #8e8ea0;
}
.magazine-card:hover::before {
  opacity: 1;
}
.magazine-card:hover .magazine-card-title a {
  color: #565869;
}
.magazine-card.skeleton {
  pointer-events: none;
}
.magazine-card.skeleton .skeleton-line,
.magazine-card.skeleton .skeleton-avatar {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #ececf1), color-stop(50%, #dee2e6), color-stop(75%, #ececf1));
  background: -webkit-linear-gradient(left, #ececf1 25%, #dee2e6 50%, #ececf1 75%);
  background: -moz-linear-gradient(left, #ececf1 25%, #dee2e6 50%, #ececf1 75%);
  background: linear-gradient(90deg, #ececf1 25%, #dee2e6 50%, #ececf1 75%);
  background-size: 200% 100%;
  -webkit-animation: loading 1.5s ease-in-out infinite;
     -moz-animation: loading 1.5s ease-in-out infinite;
          animation: loading 1.5s ease-in-out infinite;
  border-radius: 4px;
  height: 16px;
  margin-bottom: 8px;
}
.magazine-card.skeleton .skeleton-line.w-30,
.magazine-card.skeleton .skeleton-avatar.w-30 {
  width: 30%;
}
.magazine-card.skeleton .skeleton-line.w-40,
.magazine-card.skeleton .skeleton-avatar.w-40 {
  width: 40%;
}
.magazine-card.skeleton .skeleton-line.w-60,
.magazine-card.skeleton .skeleton-avatar.w-60 {
  width: 60%;
}
.magazine-card.skeleton .skeleton-line.w-80,
.magazine-card.skeleton .skeleton-avatar.w-80 {
  width: 80%;
}
.magazine-card.skeleton .skeleton-line.mt-2,
.magazine-card.skeleton .skeleton-avatar.mt-2 {
  margin-top: 16px;
}
.magazine-card.skeleton .skeleton-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.magazine-card.skeleton .skeleton-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 12px;
  margin-top: auto;
}

@-webkit-keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

@-moz-keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

@keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.card-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  margin-bottom: 12px;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px;
}

.card-badges {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 6px;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.badge {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 4px;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  -webkit-animation: scaleIn 200ms ease-out both;
     -moz-animation: scaleIn 200ms ease-out both;
          animation: scaleIn 200ms ease-out both;
}
.badge i {
  font-size: 10px;
}

.badge-pinned {
  background: #d1e8ff;
  color: #0077ea;
}

.badge-draft {
  background: #fef3c7;
  color: #92400e;
}

.badge-global {
  background: white;
  color: #4d86c4;
}

.card-date {
  font-size: 12px;
  color: #8e8ea0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 4px;
  white-space: nowrap;
}

.magazine-card-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 10px 0;
  height: 50px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.magazine-card-title a {
  color: #202123;
  text-decoration: none;
  -webkit-transition: color 0.15s ease;
  -moz-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
.magazine-card-title a:hover {
  color: #565869;
}

.magazine-card-excerpt {
  font-size: 14px;
  line-height: 1.6;
  color: #565869;
  margin-bottom: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  height: 76px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.magazine-card-excerpt a {
  color: #1e90ff;
  text-decoration: none;
}
.magazine-card-excerpt a:hover {
  text-decoration: underline;
  color: #006ad1;
}
.magazine-card-excerpt img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.magazine-card-excerpt p {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  padding-top: 16px;
  border-top: 1px solid #dee2e6;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 12px;
}

.card-author {
  font-size: 13px;
  color: #8e8ea0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
          flex: 0 0 auto;
  min-width: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
          order: 1;
}
.card-author i {
  font-size: 12px;
  color: #8e8ea0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.card-author a {
  color: #565869;
  text-decoration: none;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-author a:hover {
  color: #202123;
}

.card-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
          flex: 0 0 auto;
  margin-left: auto;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
          order: 2;
}

.card-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 1.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
          flex: 0 0 auto;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
     -moz-box-ordinal-group: 4;
          order: 3;
  margin-left: auto;
}
.card-actions .stat-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 0.5rem;
  color: #202123;
  font-size: 0.95rem;
}
.card-actions .stat-item i {
  color: #8e8ea0;
  font-size: 1rem;
}
.card-actions .stat-item .stat-label {
  color: #8e8ea0;
  font-weight: 500;
}
.card-actions .stat-item span:not(.stat-label) {
  font-weight: 600;
  color: #202123;
}
.card-actions .stat-item.vote-stat .vote-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 4px;
  margin-left: 8px;
}
.card-actions .stat-item:not(.vote-stat) {
  text-decoration: none;
  -webkit-transition: opacity 0.15s ease;
  -moz-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
.card-actions .stat-item:not(.vote-stat):hover {
  opacity: 0.7;
}

.vote-btn {
  background: #ececf1;
  border: 1px solid #dee2e6;
  color: #565869;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 6px;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  font-size: 13px;
}
.vote-btn:hover:not(:disabled) {
  background: #dee2e6;
  border-color: #8e8ea0;
  color: #202123;
}
.vote-btn.voted {
  background: #1e90ff;
  border-color: #1e90ff;
  color: #ffffff;
}
.vote-btn.voted:hover:not(:disabled) {
  opacity: 0.8;
}
.vote-btn:disabled {
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}
.vote-btn i {
  font-size: 12px;
  color: inherit;
}

#tagproblem-table td.problem-name, #tagproblem-table th.problem-name, #tag-table td.problem-name, #tag-table th.problem-name {
  text-align: left;
}
#tagproblem-table td.problem-code, #tagproblem-table td.judge, #tagproblem-table th.problem-code, #tagproblem-table th.judge, #tag-table td.problem-code, #tag-table td.judge, #tag-table th.problem-code, #tag-table th.judge {
  white-space: nowrap;
}
#tagproblem-table td.problem-code, #tagproblem-table th.problem-code, #tag-table td.problem-code, #tag-table th.problem-code {
  width: 20%;
}
#tagproblem-table td.problem-name, #tagproblem-table th.problem-name, #tag-table td.problem-name, #tag-table th.problem-name {
  width: 65%;
}
#tagproblem-table td.judge, #tagproblem-table th.judge, #tag-table td.judge, #tag-table th.judge {
  width: 15%;
}
#tagproblem-table tr, #tag-table tr {
  -webkit-transition: background-color linear 0.2s;
  -moz-transition: background-color linear 0.2s;
  transition: background-color linear 0.2s;
}
#tagproblem-table tr:hover, #tag-table tr:hover {
  background: rgba(0, 0, 0, 0.05);
}

#tagproblem-table .row-tag-list {
  font-size: 0.75em;
  padding-top: 1px;
  text-align: right;
}
#tagproblem-table .row-tag-list, #tagproblem-table .row-tag-list a {
  color: grey !important;
}

#problem-table td.problem-code, #problem-table td.problem-name, #problem-table td.category, #problem-table td.types, #problem-table th.problem-code, #problem-table th.problem-name, #problem-table th.category, #problem-table th.types {
  text-align: left;
  padding: 0 1rem;
}
#problem-table td.solved, #problem-table td.points, #problem-table td.ac-rate, #problem-table td.editorial, #problem-table td.users, #problem-table th.solved, #problem-table th.points, #problem-table th.ac-rate, #problem-table th.editorial, #problem-table th.users {
  padding: 0 10px;
  white-space: nowrap;
}
#problem-table td.problem-code, #problem-table th.problem-code {
  word-break: break-all;
}
#problem-table th a {
  color: inherit;
}
#problem-table tr {
  -webkit-transition: background-color linear 0.2s;
  -moz-transition: background-color linear 0.2s;
  transition: background-color linear 0.2s;
  -webkit-animation: fadeIn 250ms ease-out both;
     -moz-animation: fadeIn 250ms ease-out both;
          animation: fadeIn 250ms ease-out both;
}
#problem-table tr:nth-child(1) {
  -webkit-animation-delay: 30ms;
     -moz-animation-delay: 30ms;
          animation-delay: 30ms;
}
#problem-table tr:nth-child(2) {
  -webkit-animation-delay: 60ms;
     -moz-animation-delay: 60ms;
          animation-delay: 60ms;
}
#problem-table tr:nth-child(3) {
  -webkit-animation-delay: 90ms;
     -moz-animation-delay: 90ms;
          animation-delay: 90ms;
}
#problem-table tr:nth-child(4) {
  -webkit-animation-delay: 120ms;
     -moz-animation-delay: 120ms;
          animation-delay: 120ms;
}
#problem-table tr:nth-child(5) {
  -webkit-animation-delay: 150ms;
     -moz-animation-delay: 150ms;
          animation-delay: 150ms;
}
#problem-table tr:nth-child(6) {
  -webkit-animation-delay: 180ms;
     -moz-animation-delay: 180ms;
          animation-delay: 180ms;
}
#problem-table tr:nth-child(7) {
  -webkit-animation-delay: 210ms;
     -moz-animation-delay: 210ms;
          animation-delay: 210ms;
}
#problem-table tr:nth-child(8) {
  -webkit-animation-delay: 240ms;
     -moz-animation-delay: 240ms;
          animation-delay: 240ms;
}
#problem-table tr:nth-child(9) {
  -webkit-animation-delay: 270ms;
     -moz-animation-delay: 270ms;
          animation-delay: 270ms;
}
#problem-table tr:nth-child(10) {
  -webkit-animation-delay: 300ms;
     -moz-animation-delay: 300ms;
          animation-delay: 300ms;
}
#problem-table tr:nth-child(11) {
  -webkit-animation-delay: 330ms;
     -moz-animation-delay: 330ms;
          animation-delay: 330ms;
}
#problem-table tr:nth-child(12) {
  -webkit-animation-delay: 360ms;
     -moz-animation-delay: 360ms;
          animation-delay: 360ms;
}
#problem-table tr:nth-child(13) {
  -webkit-animation-delay: 390ms;
     -moz-animation-delay: 390ms;
          animation-delay: 390ms;
}
#problem-table tr:nth-child(14) {
  -webkit-animation-delay: 420ms;
     -moz-animation-delay: 420ms;
          animation-delay: 420ms;
}
#problem-table tr:nth-child(15) {
  -webkit-animation-delay: 450ms;
     -moz-animation-delay: 450ms;
          animation-delay: 450ms;
}
#problem-table tr:nth-child(16) {
  -webkit-animation-delay: 480ms;
     -moz-animation-delay: 480ms;
          animation-delay: 480ms;
}
#problem-table tr:nth-child(17) {
  -webkit-animation-delay: 510ms;
     -moz-animation-delay: 510ms;
          animation-delay: 510ms;
}
#problem-table tr:nth-child(18) {
  -webkit-animation-delay: 540ms;
     -moz-animation-delay: 540ms;
          animation-delay: 540ms;
}
#problem-table tr:nth-child(19) {
  -webkit-animation-delay: 570ms;
     -moz-animation-delay: 570ms;
          animation-delay: 570ms;
}
#problem-table tr:nth-child(20) {
  -webkit-animation-delay: 600ms;
     -moz-animation-delay: 600ms;
          animation-delay: 600ms;
}
#problem-table tr:nth-child(21) {
  -webkit-animation-delay: 630ms;
     -moz-animation-delay: 630ms;
          animation-delay: 630ms;
}
#problem-table tr:nth-child(22) {
  -webkit-animation-delay: 660ms;
     -moz-animation-delay: 660ms;
          animation-delay: 660ms;
}
#problem-table tr:nth-child(23) {
  -webkit-animation-delay: 690ms;
     -moz-animation-delay: 690ms;
          animation-delay: 690ms;
}
#problem-table tr:nth-child(24) {
  -webkit-animation-delay: 720ms;
     -moz-animation-delay: 720ms;
          animation-delay: 720ms;
}
#problem-table tr:nth-child(25) {
  -webkit-animation-delay: 750ms;
     -moz-animation-delay: 750ms;
          animation-delay: 750ms;
}
#problem-table tr:nth-child(26) {
  -webkit-animation-delay: 780ms;
     -moz-animation-delay: 780ms;
          animation-delay: 780ms;
}
#problem-table tr:nth-child(27) {
  -webkit-animation-delay: 810ms;
     -moz-animation-delay: 810ms;
          animation-delay: 810ms;
}
#problem-table tr:nth-child(28) {
  -webkit-animation-delay: 840ms;
     -moz-animation-delay: 840ms;
          animation-delay: 840ms;
}
#problem-table tr:nth-child(29) {
  -webkit-animation-delay: 870ms;
     -moz-animation-delay: 870ms;
          animation-delay: 870ms;
}
#problem-table tr:nth-child(30) {
  -webkit-animation-delay: 900ms;
     -moz-animation-delay: 900ms;
          animation-delay: 900ms;
}
#problem-table tr:nth-child(31) {
  -webkit-animation-delay: 930ms;
     -moz-animation-delay: 930ms;
          animation-delay: 930ms;
}
#problem-table tr:nth-child(32) {
  -webkit-animation-delay: 960ms;
     -moz-animation-delay: 960ms;
          animation-delay: 960ms;
}
#problem-table tr:nth-child(33) {
  -webkit-animation-delay: 990ms;
     -moz-animation-delay: 990ms;
          animation-delay: 990ms;
}
#problem-table tr:nth-child(34) {
  -webkit-animation-delay: 1020ms;
     -moz-animation-delay: 1020ms;
          animation-delay: 1020ms;
}
#problem-table tr:nth-child(35) {
  -webkit-animation-delay: 1050ms;
     -moz-animation-delay: 1050ms;
          animation-delay: 1050ms;
}
#problem-table tr:nth-child(36) {
  -webkit-animation-delay: 1080ms;
     -moz-animation-delay: 1080ms;
          animation-delay: 1080ms;
}
#problem-table tr:nth-child(37) {
  -webkit-animation-delay: 1110ms;
     -moz-animation-delay: 1110ms;
          animation-delay: 1110ms;
}
#problem-table tr:nth-child(38) {
  -webkit-animation-delay: 1140ms;
     -moz-animation-delay: 1140ms;
          animation-delay: 1140ms;
}
#problem-table tr:nth-child(39) {
  -webkit-animation-delay: 1170ms;
     -moz-animation-delay: 1170ms;
          animation-delay: 1170ms;
}
#problem-table tr:nth-child(40) {
  -webkit-animation-delay: 1200ms;
     -moz-animation-delay: 1200ms;
          animation-delay: 1200ms;
}
#problem-table tr:nth-child(41) {
  -webkit-animation-delay: 1230ms;
     -moz-animation-delay: 1230ms;
          animation-delay: 1230ms;
}
#problem-table tr:nth-child(42) {
  -webkit-animation-delay: 1260ms;
     -moz-animation-delay: 1260ms;
          animation-delay: 1260ms;
}
#problem-table tr:nth-child(43) {
  -webkit-animation-delay: 1290ms;
     -moz-animation-delay: 1290ms;
          animation-delay: 1290ms;
}
#problem-table tr:nth-child(44) {
  -webkit-animation-delay: 1320ms;
     -moz-animation-delay: 1320ms;
          animation-delay: 1320ms;
}
#problem-table tr:nth-child(45) {
  -webkit-animation-delay: 1350ms;
     -moz-animation-delay: 1350ms;
          animation-delay: 1350ms;
}
#problem-table tr:nth-child(46) {
  -webkit-animation-delay: 1380ms;
     -moz-animation-delay: 1380ms;
          animation-delay: 1380ms;
}
#problem-table tr:nth-child(47) {
  -webkit-animation-delay: 1410ms;
     -moz-animation-delay: 1410ms;
          animation-delay: 1410ms;
}
#problem-table tr:nth-child(48) {
  -webkit-animation-delay: 1440ms;
     -moz-animation-delay: 1440ms;
          animation-delay: 1440ms;
}
#problem-table tr:nth-child(49) {
  -webkit-animation-delay: 1470ms;
     -moz-animation-delay: 1470ms;
          animation-delay: 1470ms;
}
#problem-table tr:nth-child(50) {
  -webkit-animation-delay: 1500ms;
     -moz-animation-delay: 1500ms;
          animation-delay: 1500ms;
}
#problem-table tr:hover {
  background: rgba(0, 0, 0, 0.05);
}

#filter-form {
  vertical-align: top;
  margin-bottom: 0.5em;
  margin-top: 0.75em;
}
#filter-form a {
  margin-right: 5px;
  display: inline-block;
  padding: 3px 10px;
  vertical-align: middle;
}
#filter-form input {
  vertical-align: middle;
  margin-bottom: 0.5em;
}
#filter-form label {
  vertical-align: middle;
}
#filter-form .filter-form-group {
  margin-top: 5px;
}

#content-right.problems {
  max-width: unset;
  padding-top: 0;
}

#content-left.problems {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
     -moz-box-flex: 3;
          flex: 3;
}

#search {
  width: 100%;
  height: 2.3em;
}

label[for=category], label[for=type] {
  padding-bottom: 0.25em;
  display: block;
}

#category {
  margin-top: 0.5em;
  width: 100%;
}

#types {
  width: 100%;
}

ul.problem-list {
  list-style: none;
  padding-left: 1em;
  padding-right: 0.5em;
}
ul.problem-list li {
  margin-bottom: 0.5em;
  -webkit-animation: fadeIn 250ms ease-out both;
     -moz-animation: fadeIn 250ms ease-out both;
          animation: fadeIn 250ms ease-out both;
}
ul.problem-list li:nth-child(1) {
  -webkit-animation-delay: 40ms;
     -moz-animation-delay: 40ms;
          animation-delay: 40ms;
}
ul.problem-list li:nth-child(2) {
  -webkit-animation-delay: 80ms;
     -moz-animation-delay: 80ms;
          animation-delay: 80ms;
}
ul.problem-list li:nth-child(3) {
  -webkit-animation-delay: 120ms;
     -moz-animation-delay: 120ms;
          animation-delay: 120ms;
}
ul.problem-list li:nth-child(4) {
  -webkit-animation-delay: 160ms;
     -moz-animation-delay: 160ms;
          animation-delay: 160ms;
}
ul.problem-list li:nth-child(5) {
  -webkit-animation-delay: 200ms;
     -moz-animation-delay: 200ms;
          animation-delay: 200ms;
}
ul.problem-list li:nth-child(6) {
  -webkit-animation-delay: 240ms;
     -moz-animation-delay: 240ms;
          animation-delay: 240ms;
}
ul.problem-list li:nth-child(7) {
  -webkit-animation-delay: 280ms;
     -moz-animation-delay: 280ms;
          animation-delay: 280ms;
}
ul.problem-list li:nth-child(8) {
  -webkit-animation-delay: 320ms;
     -moz-animation-delay: 320ms;
          animation-delay: 320ms;
}
ul.problem-list li:nth-child(9) {
  -webkit-animation-delay: 360ms;
     -moz-animation-delay: 360ms;
          animation-delay: 360ms;
}
ul.problem-list li:nth-child(10) {
  -webkit-animation-delay: 400ms;
     -moz-animation-delay: 400ms;
          animation-delay: 400ms;
}
ul.problem-list li:nth-child(11) {
  -webkit-animation-delay: 440ms;
     -moz-animation-delay: 440ms;
          animation-delay: 440ms;
}
ul.problem-list li:nth-child(12) {
  -webkit-animation-delay: 480ms;
     -moz-animation-delay: 480ms;
          animation-delay: 480ms;
}
ul.problem-list li:nth-child(13) {
  -webkit-animation-delay: 520ms;
     -moz-animation-delay: 520ms;
          animation-delay: 520ms;
}
ul.problem-list li:nth-child(14) {
  -webkit-animation-delay: 560ms;
     -moz-animation-delay: 560ms;
          animation-delay: 560ms;
}
ul.problem-list li:nth-child(15) {
  -webkit-animation-delay: 600ms;
     -moz-animation-delay: 600ms;
          animation-delay: 600ms;
}
ul.problem-list li:nth-child(16) {
  -webkit-animation-delay: 640ms;
     -moz-animation-delay: 640ms;
          animation-delay: 640ms;
}
ul.problem-list li:nth-child(17) {
  -webkit-animation-delay: 680ms;
     -moz-animation-delay: 680ms;
          animation-delay: 680ms;
}
ul.problem-list li:nth-child(18) {
  -webkit-animation-delay: 720ms;
     -moz-animation-delay: 720ms;
          animation-delay: 720ms;
}
ul.problem-list li:nth-child(19) {
  -webkit-animation-delay: 760ms;
     -moz-animation-delay: 760ms;
          animation-delay: 760ms;
}
ul.problem-list li:nth-child(20) {
  -webkit-animation-delay: 800ms;
     -moz-animation-delay: 800ms;
          animation-delay: 800ms;
}

.pi-name {
  font-weight: bold;
}

.pi-name:after {
  content: " ";
}

.authors-value, .judges-value {
  padding-left: 1.5em;
  overflow-wrap: break-word;
}

.lang-name:after {
  content: ": ";
}

.lang-limit {
  margin-left: 1.5em;
}

.solved-problem-color {
  color: #99badd;
}

.unsolved-problem-color {
  color: #DE2121;
}

.attempted-problem-color {
  color: orange;
}

.has-editorial-color {
  color: #99badd;
}

.no-editorial-color {
  color: #DE2121;
}

.submissions-left {
  color: #000;
  font-weight: 600;
  text-align: center;
  margin-top: 0.5em;
}

.no-submissions-left {
  color: red;
}

.organization-tags {
  padding-left: 0.75em;
  vertical-align: middle;
}

.organization-tag {
  -webkit-box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.12);
          box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.12);
  padding: 0.15em 0.3em;
  border-radius: 0.15em;
  font-weight: 600;
  margin-right: 0.45em;
  position: relative;
  background-color: #ccc;
  -webkit-transform: translateY(35%);
     -moz-transform: translateY(35%);
      -ms-transform: translateY(35%);
          transform: translateY(35%);
  display: inline-block;
}

.organization-tag a {
  color: #000;
}

.pdf-icon {
  position: relative;
  display: inline-block;
  font-size: 1.5em;
}
.pdf-icon .pdf-icon-logo {
  color: #d40e13;
}
.pdf-icon .pdf-icon-bar {
  height: 0.2em;
  display: block;
  position: absolute;
  top: 0.3em;
  background: #d40e13;
  width: 0.6em;
  margin-left: -0.15em;
}

.license {
  float: left;
  font-size: 0.85em;
}
.license a {
  color: #808080;
  text-decoration: none;
}

.clarify {
  float: right;
}

#problem_submit {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
#problem_submit .hidden {
  display: none;
}
#problem_submit .button {
  display: inline-block !important;
  padding: 6px 12px;
}
#problem_submit .submit-bar {
  float: right;
}
#problem_submit #submit-wrapper {
  margin-top: 0.7em;
}
#problem_submit #submit-wrapper #editor, #problem_submit #submit-wrapper #language {
  margin-top: 4px;
}
#problem_submit #submit-wrapper #id_language {
  width: 100%;
}
#problem_submit #file_drag {
  border: 2px dashed #999;
  border-radius: 7px;
  color: #999;
  cursor: pointer;
  display: block;
  padding: 1.5em;
  text-align: center;
  -webkit-transition: background 0.3s, color 0.3s;
  -moz-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
#problem_submit #file_drag:hover, #problem_submit #file_drag.hover {
  background: #ddd;
  border-style: solid;
  -webkit-box-shadow: inset 0 3px 4px #999;
          box-shadow: inset 0 3px 4px #999;
}
#problem_submit .helptext {
  font-size: 13px;
  color: #999;
  border-width: 0 0 1px 0;
}
#problem_submit .helptext::before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  content: "\f05a";
  padding-right: 5px;
  font-size: 14px;
}
#problem_submit .errorlist {
  background: rgba(255, 0, 0, 0.3);
  border: 3px dashed red;
  border-right: none;
  border-left: solid red;
  padding: 0 1em 0.1em 2em;
  margin: 0.3em 0 0.5em 0;
}
#problem_submit .errornote {
  border: 3px dashed #ffc000;
  border-left: solid #ffc000;
  padding: 0.7em 2em;
  margin: 0 0 8px;
  font-size: 13px !important;
  font-weight: 400;
}
#problem_submit .required th::after {
  content: "*";
  color: red;
}

#language-select2.select2-dropdown--above {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
          flex-direction: column-reverse;
}
#language-select2 .select2-results__message {
  white-space: nowrap;
}
#language-select2 .select2-results__option {
  color: #757575 !important;
  background: #fff !important;
}
#language-select2 .select2-results__option--highlighted {
  text-decoration: underline;
}
#language-select2 .select2-results__option[aria-selected=true] {
  font-weight: bold;
  color: #000 !important;
}
#language-select2 .select2-results__option {
  padding: 4px 0px;
}
#language-select2 .select2-results__options {
  overflow-y: visible !important;
}
#language-select2 .select2-results__option {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
}
#language-select2 .select2-results {
  -webkit-columns: 10 7em;
  -moz-columns: 10 7em;
  columns: 10 7em;
  padding-left: 1.5em;
  padding-top: 0.5em;
}
#language-select2 #result-version-info {
  border-bottom: 1px solid #808080;
  margin: 0px 1em;
  color: #757575;
  font-weight: 600;
  padding: 0.2em 0;
  text-align: right;
}

@media (max-width: 550px) {
  #problem-table tr .users {
    display: none;
  }
}
@media (max-width: 450px) {
  #problem-table tr .ac-rate {
    display: none;
  }
}
@media (max-width: 350px) {
  #problem-table tr .category {
    display: none;
  }
}
#category, #types {
  visibility: hidden;
}

#filter-form .form-label {
  margin-top: 0.5em;
  font-style: italic;
}

#point-slider {
  margin: 30px 15px 10px;
  height: 10px;
}
#point-slider .noUi-connect {
  background: -webkit-linear-gradient(315deg, #1e90ff, #99badd);
  background: -moz-linear-gradient(315deg, #1e90ff, #99badd);
  background: linear-gradient(135deg, #1e90ff, #99badd);
}
#point-slider .noUi-handle {
  height: 20px;
  width: 16px;
  left: -8px;
}
#point-slider .noUi-handle:before, #point-slider .noUi-handle:after {
  top: 3px;
  height: 12px;
}
#point-slider .noUi-handle:before {
  left: 5px;
}
#point-slider .noUi-handle:after {
  left: 8px;
}
#point-slider .noUi-tooltip {
  height: 17px;
  line-height: 13px;
  padding: 0 3px;
  font-size: 13px;
}

.problem-tabs {
  margin-top: 2em;
  border-bottom: 2px solid #ddd;
}
.problem-tabs ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.problem-tabs li {
  margin-right: 5px;
}
.problem-tabs a {
  display: block;
  padding: 12px 24px;
  text-decoration: none;
  color: #333;
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.problem-tabs a:hover {
  background: #e8e8e8;
}
.problem-tabs a.active {
  background: #fff;
  color: #1e90ff;
  font-weight: bold;
  border-color: #ddd;
  border-bottom: 2px solid #fff;
  margin-bottom: -2px;
}

.tab-content {
  display: none;
  padding: 20px 0;
}
.tab-content.active {
  display: block;
  -webkit-animation: fadeIn 200ms ease-out both;
     -moz-animation: fadeIn 200ms ease-out both;
          animation: fadeIn 200ms ease-out both;
}

.submit-tab-content {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 5px;
  margin-top: 10px;
  border: 1px solid #ddd;
}

form#ticket-form {
  display: block;
  margin: 0 auto;
  max-width: 800px;
  padding-top: 1em;
}
form#ticket-form #id_title, form#ticket-form #id_issue_url {
  width: 100%;
}
form#ticket-form .submit {
  margin: 10px 0 0 auto;
}

#ticket-list .fa-check-circle-o, #ticket-list .fa-arrow-up {
  color: #99badd;
}
#ticket-list .fa-exclamation-circle {
  color: #DE2121;
}

@media (min-width: 600px) {
  #ticket-list-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
            flex-direction: row-reverse;
  }
  #ticket-list-container > main {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
  }
  #ticket-list-container > aside {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
    max-width: 200px;
    margin-left: 1em;
  }
  #ticket-list-container > aside > div {
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
  }
}
div.ticket-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-column-gap: 0.3em;
     -moz-column-gap: 0.3em;
          column-gap: 0.3em;
}
div.ticket-title .fa-check-circle-o, div.ticket-title .fa-arrow-up {
  color: #99badd;
}
div.ticket-title .fa-exclamation-circle {
  color: #ff130f;
}
div.ticket-title small {
  color: #808080;
  font-size: 0.9em;
}

.ticket-container {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: wrap-reverse;
          flex-wrap: wrap-reverse;
  max-width: 1200px;
}

.ticket-sidebar {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  padding: 10px 0 0 10px;
  min-width: 150px;
  max-width: 200px;
}

.ticket-info {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}

.ticket-messages {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
}

#messages {
  position: relative;
  padding-bottom: 20px;
}
#messages::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 65px;
  width: 2px;
  background-color: #ccc;
  z-index: 0;
}

.info-box {
  margin: 5px 0 10px;
  border: 1px #808080 solid;
  border-radius: 5px;
}
.info-box a.edit-notes {
  float: right;
}
.info-box .fa {
  color: #808080;
}

.info-title {
  padding: 2px 5px;
  font-weight: 600;
  border-bottom: 1px #808080 solid;
  background: #eee;
  border-radius: 5px 5px 0 0;
}

.info-data {
  padding: 2px 5px;
  word-break: break-all;
}

.info-empty {
  color: #808080;
  font-style: italic;
}

.vote-good, .vote-norm {
  margin: 5px 0 10px;
}

.close-ticket, .vote-good {
  display: block;
  width: 100%;
  background: -webkit-linear-gradient(315deg, #1e90ff, #99badd);
  background: -moz-linear-gradient(315deg, #1e90ff, #99badd);
  background: linear-gradient(135deg, #1e90ff, #99badd);
  border-color: #73a0d0;
  font-weight: 600;
}
.close-ticket:hover, .vote-good:hover {
  background: #73a0d0;
}

.open-ticket, .vote-norm {
  display: block;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff130f), to(#b03d17));
  background: -webkit-linear-gradient(top, #ff130f, #b03d17);
  background: -moz-linear-gradient(top, #ff130f, #b03d17);
  background: linear-gradient(to bottom, #ff130f, #b03d17);
  border-color: #853011;
  font-weight: 600;
}
.open-ticket:hover, .vote-norm:hover {
  background: #853011;
}

#ticket-notes .info-real :first-child {
  margin-top: 0;
}

#ticket-notes .info-real :last-child {
  margin-bottom: 0;
}

.ticket-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 6px;
  padding: 8px 0 8px 130px;
  margin: 15px 0;
  position: relative;
  border-left: none;
  color: #586069;
  font-size: 0.9em;
  z-index: 1;
  -webkit-animation: fadeIn 200ms ease-out both;
     -moz-animation: fadeIn 200ms ease-out both;
          animation: fadeIn 200ms ease-out both;
}
.ticket-action:nth-child(1) {
  -webkit-animation-delay: 40ms;
     -moz-animation-delay: 40ms;
          animation-delay: 40ms;
}
.ticket-action:nth-child(2) {
  -webkit-animation-delay: 80ms;
     -moz-animation-delay: 80ms;
          animation-delay: 80ms;
}
.ticket-action:nth-child(3) {
  -webkit-animation-delay: 120ms;
     -moz-animation-delay: 120ms;
          animation-delay: 120ms;
}
.ticket-action:nth-child(4) {
  -webkit-animation-delay: 160ms;
     -moz-animation-delay: 160ms;
          animation-delay: 160ms;
}
.ticket-action:nth-child(5) {
  -webkit-animation-delay: 200ms;
     -moz-animation-delay: 200ms;
          animation-delay: 200ms;
}
.ticket-action:nth-child(6) {
  -webkit-animation-delay: 240ms;
     -moz-animation-delay: 240ms;
          animation-delay: 240ms;
}
.ticket-action:nth-child(7) {
  -webkit-animation-delay: 280ms;
     -moz-animation-delay: 280ms;
          animation-delay: 280ms;
}
.ticket-action:nth-child(8) {
  -webkit-animation-delay: 320ms;
     -moz-animation-delay: 320ms;
          animation-delay: 320ms;
}
.ticket-action:nth-child(9) {
  -webkit-animation-delay: 360ms;
     -moz-animation-delay: 360ms;
          animation-delay: 360ms;
}
.ticket-action:nth-child(10) {
  -webkit-animation-delay: 400ms;
     -moz-animation-delay: 400ms;
          animation-delay: 400ms;
}
.ticket-action .action-icon {
  position: absolute;
  left: 65px;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  border: 2px solid #ccc;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.ticket-action .action-icon .fa-check-circle {
  color: #99badd;
  font-size: 16px;
}
.ticket-action .action-icon .fa-exclamation-circle {
  color: #DE2121;
  font-size: 16px;
}
.ticket-action .action-gravatar {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  vertical-align: middle;
}

.ticket-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  padding-top: 15px;
  position: relative;
  z-index: 1;
  -webkit-animation: slideInLeft 250ms ease-out both;
     -moz-animation: slideInLeft 250ms ease-out both;
          animation: slideInLeft 250ms ease-out both;
}
.ticket-message:nth-child(1) {
  -webkit-animation-delay: 50ms;
     -moz-animation-delay: 50ms;
          animation-delay: 50ms;
}
.ticket-message:nth-child(2) {
  -webkit-animation-delay: 100ms;
     -moz-animation-delay: 100ms;
          animation-delay: 100ms;
}
.ticket-message:nth-child(3) {
  -webkit-animation-delay: 150ms;
     -moz-animation-delay: 150ms;
          animation-delay: 150ms;
}
.ticket-message:nth-child(4) {
  -webkit-animation-delay: 200ms;
     -moz-animation-delay: 200ms;
          animation-delay: 200ms;
}
.ticket-message:nth-child(5) {
  -webkit-animation-delay: 250ms;
     -moz-animation-delay: 250ms;
          animation-delay: 250ms;
}
.ticket-message:nth-child(6) {
  -webkit-animation-delay: 300ms;
     -moz-animation-delay: 300ms;
          animation-delay: 300ms;
}
.ticket-message:nth-child(7) {
  -webkit-animation-delay: 350ms;
     -moz-animation-delay: 350ms;
          animation-delay: 350ms;
}
.ticket-message:nth-child(8) {
  -webkit-animation-delay: 400ms;
     -moz-animation-delay: 400ms;
          animation-delay: 400ms;
}
.ticket-message:nth-child(9) {
  -webkit-animation-delay: 450ms;
     -moz-animation-delay: 450ms;
          animation-delay: 450ms;
}
.ticket-message:nth-child(10) {
  -webkit-animation-delay: 500ms;
     -moz-animation-delay: 500ms;
          animation-delay: 500ms;
}
.ticket-message:nth-child(11) {
  -webkit-animation-delay: 550ms;
     -moz-animation-delay: 550ms;
          animation-delay: 550ms;
}
.ticket-message:nth-child(12) {
  -webkit-animation-delay: 600ms;
     -moz-animation-delay: 600ms;
          animation-delay: 600ms;
}
.ticket-message:nth-child(13) {
  -webkit-animation-delay: 650ms;
     -moz-animation-delay: 650ms;
          animation-delay: 650ms;
}
.ticket-message:nth-child(14) {
  -webkit-animation-delay: 700ms;
     -moz-animation-delay: 700ms;
          animation-delay: 700ms;
}
.ticket-message:nth-child(15) {
  -webkit-animation-delay: 750ms;
     -moz-animation-delay: 750ms;
          animation-delay: 750ms;
}
.ticket-message:nth-child(16) {
  -webkit-animation-delay: 800ms;
     -moz-animation-delay: 800ms;
          animation-delay: 800ms;
}
.ticket-message:nth-child(17) {
  -webkit-animation-delay: 850ms;
     -moz-animation-delay: 850ms;
          animation-delay: 850ms;
}
.ticket-message:nth-child(18) {
  -webkit-animation-delay: 900ms;
     -moz-animation-delay: 900ms;
          animation-delay: 900ms;
}
.ticket-message:nth-child(19) {
  -webkit-animation-delay: 950ms;
     -moz-animation-delay: 950ms;
          animation-delay: 950ms;
}
.ticket-message:nth-child(20) {
  -webkit-animation-delay: 1000ms;
     -moz-animation-delay: 1000ms;
          animation-delay: 1000ms;
}
.ticket-message .info {
  width: 130px;
  text-align: center;
  position: relative;
}
.ticket-message img.user-gravatar {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.ticket-message .detail {
  border: 1px #808080 solid;
  border-radius: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  min-width: 300px;
  position: relative;
  background: #fff;
}
.ticket-message .detail::before {
  content: "";
  position: absolute;
  top: 11px;
  left: -8px;
  border-style: solid;
  border-width: 8px 8px 8px 0;
  border-color: transparent #808080 transparent transparent;
  display: block;
  width: 0;
  z-index: 0;
}
.ticket-message .detail::after {
  content: "";
  position: absolute;
  top: 12px;
  left: -7px;
  border-style: solid;
  border-width: 7px 7px 7px 0;
  border-color: transparent #eee transparent transparent;
  display: block;
  width: 0;
  z-index: 1;
}
.ticket-message .header {
  background: #eee;
  border-bottom: 1px solid #808080;
  border-radius: 5px 5px 0 0;
  padding: 6px 10px;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.ticket-message .operation {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
     -moz-box-flex: 1;
          flex: auto;
}
.ticket-message .operation .fa {
  color: #808080;
}
.ticket-message .content {
  padding: 7px;
}
.ticket-message .content > :first-child {
  margin-top: 0;
}
.ticket-message .content > :last-child {
  margin-bottom: 0;
}

.ticket-body {
  word-wrap: break-word;
  word-break: break-word;
}

.new-message .detail {
  padding: 15px;
}
.new-message .detail::after {
  border-color: transparent #fff transparent transparent;
}

.new-message .button, #edit-notes .submit {
  margin: 10px 0 0 auto;
}

.auto-reply {
  margin: 10px 0;
  padding: 10px;
  border: 1px #808080 solid;
  border-radius: 5px;
  background: #eee;
  cursor: pointer;
}

.autofill-popup-wrap {
  position: relative;
}

.autofill-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px 10px;
  cursor: pointer;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #aaa;
  font-size: 0.88rem;
}
.autofill-trigger .trigger-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
}
.autofill-trigger.has-value {
  color: #111;
}

.autofill-popup {
  display: none;
  position: absolute;
  top: -moz-calc(100% + 4px);
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  -webkit-animation: fadeIn 150ms ease-out both;
     -moz-animation: fadeIn 150ms ease-out both;
          animation: fadeIn 150ms ease-out both;
  min-width: 300px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  z-index: 9999;
}
.autofill-popup.open {
  display: block;
}

.autofill-search {
  width: 100%;
  border: none;
  border-bottom: 1px solid #eee;
  padding: 8px 10px;
  outline: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.autofill-list {
  max-height: 280px;
  overflow-y: auto;
}

.autofill-item {
  padding: 8px 12px;
  cursor: pointer;
  border-bottom: 1px solid #f8f8f8;
}
.autofill-item:last-child {
  border-bottom: none;
}
.autofill-item:hover, .autofill-item.active {
  background: #eaf5ff;
}
.autofill-item .item-vi {
  font-size: 0.78rem;
  color: #808080;
  margin-top: 1px;
}

.autofill-no-results {
  padding: 10px;
  color: #aaa;
  font-size: 0.85rem;
  text-align: center;
}

.autofill-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 0.4rem;
  margin-top: 0.4rem;
}

.lang-toggle {
  padding: 3px 10px;
  font-size: 0.75rem;
}

.lang-toggle:not(.active) {
  opacity: 0.45;
}

@media (max-width: 768px) {
  .ticket-messages {
    width: 100% !important;
    margin-bottom: 1rem;
  }
  .new-message .detail {
    padding: 0.75rem;
  }
  .new-message form {
    width: 100%;
  }
  .body-block textarea,
  .body-block .form-control {
    width: 100% !important;
    max-width: 100% !important;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 480px) {
  .new-message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
  .new-message .info .user-info {
    display: none;
  }
  .new-message .detail {
    width: 100%;
    padding: 0.5rem;
  }
}
.admin a, .admin {
  color: #000 !important;
  font-weight: bold !important;
}

.banned a, .banned {
  color: black !important;
  font-weight: normal !important;
  text-decoration: line-through !important;
}

.banned a::before {
  content: "🚫";
}

.staff a, .staff {
  color: #ff888a !important;
  font-weight: bold !important;
}

.staff a::before {
  content: "🔥";
}

.daor a, .daor {
  color: #ff0066 !important;
  font-weight: bold !important;
}

.daor a::before {
  content: "🌸";
}

.teacher a::before {
  content: "🧑‍🏫";
}

.deleted-user, .deleted-user a {
  color: #999;
  font-weight: normal;
  -webkit-text-decoration: line-through #000;
          text-decoration: line-through #000;
}

svg.rate-box {
  width: 1.2em;
}
svg.rate-box circle {
  fill: none;
  stroke-width: 2px;
}
svg.rate-box.rate-none {
  visibility: hidden;
}
svg.rate-box.rate-primary0 circle {
  stroke: #fff;
}
svg.rate-box.rate-primary0 path {
  fill: #fff;
}
svg.rate-box.rate-newbie circle {
  stroke: #808080;
}
svg.rate-box.rate-newbie path {
  fill: #808080;
}
svg.rate-box.rate-pupil circle {
  stroke: #99badd;
}
svg.rate-box.rate-pupil path {
  fill: #99badd;
}
svg.rate-box.rate-specialist circle {
  stroke: #86add7;
}
svg.rate-box.rate-specialist path {
  fill: #86add7;
}
svg.rate-box.rate-expert circle {
  stroke: #1e90ff;
}
svg.rate-box.rate-expert path {
  fill: #1e90ff;
}
svg.rate-box.rate-candidate-master circle {
  stroke: #aa00aa;
}
svg.rate-box.rate-candidate-master path {
  fill: #aa00aa;
}
svg.rate-box.rate-master circle, svg.rate-box.rate-international-master circle {
  stroke: #ff8c00;
}
svg.rate-box.rate-master path, svg.rate-box.rate-international-master path {
  fill: #ff8c00;
}
svg.rate-box.rate-grandmaster circle, svg.rate-box.rate-international-grandmaster circle, svg.rate-box.rate-legendary-grandmaster circle {
  stroke: #ff0000;
}
svg.rate-box.rate-grandmaster path, svg.rate-box.rate-international-grandmaster path, svg.rate-box.rate-legendary-grandmaster path {
  fill: #ff0000;
}

.rating {
  font-weight: bold;
}

.rate-none, .rate-none a {
  color: #999;
  font-weight: normal;
}

.rate-newbie, .rate-newbie a {
  color: #808080;
}

.rate-pupil, .rate-pupil a {
  color: #99badd;
}

.rate-specialist, .rate-specialist a {
  color: #86add7;
}

.rate-expert, .rate-expert a {
  color: #1e90ff;
}

.rate-candidate-master, .rate-candidate-master a {
  color: #aa00aa;
}

.rate-master, .rate-master a,
.rate-international-master, .rate-international-master a {
  color: #ff8c00;
}

.rate-grandmaster, .rate-grandmaster a,
.rate-international-grandmaster, .rate-international-grandmaster a,
.rate-legendary-grandmaster, .rate-legendary-grandmaster a {
  color: #ff0000;
}

.rate-legendary-grandmaster a::first-letter {
  color: #000;
}

.rate-group {
  white-space: nowrap;
  display: inline-block;
  color: black;
}
.rate-group .rating {
  display: inline-block;
  vertical-align: middle;
}
.rate-group .rate-box {
  margin-right: 0.2em;
  vertical-align: middle;
}

td.user-name, td.personal-info, td.organization-name {
  padding-left: 1em;
  text-align: left;
}

tr:target {
  background: rgba(250, 167, 0, 0.2);
}
tr td.full-score a, tr td.failed-score a, tr td.partial-score a {
  font-size: 12px;
}

span.organization {
  font-size: 12px;
}

#search-handle {
  width: 100%;
  height: 2.3em;
}

.user-search-image, .user-search-name {
  vertical-align: middle;
}

.user-search-name {
  padding-left: 0.5em;
}

.users-table th.rank, .users-table th.points, .users-table th.problems, .users-table th.username {
  white-space: nowrap;
}
.users-table th.rank {
  padding-left: 5px;
  padding-right: 5px;
}
.users-table th.username {
  width: 100%;
}
.users-table .personal-info a, .users-table .personal-info span {
  color: #808080;
  font-weight: 600;
}

.users-table tr, .organization-table tr {
  -webkit-transition: background-color linear 0.2s;
  -moz-transition: background-color linear 0.2s;
  transition: background-color linear 0.2s;
  -webkit-animation: fadeIn 250ms ease-out both;
     -moz-animation: fadeIn 250ms ease-out both;
          animation: fadeIn 250ms ease-out both;
}
.users-table tr:nth-child(1), .organization-table tr:nth-child(1) {
  -webkit-animation-delay: 30ms;
     -moz-animation-delay: 30ms;
          animation-delay: 30ms;
}
.users-table tr:nth-child(2), .organization-table tr:nth-child(2) {
  -webkit-animation-delay: 60ms;
     -moz-animation-delay: 60ms;
          animation-delay: 60ms;
}
.users-table tr:nth-child(3), .organization-table tr:nth-child(3) {
  -webkit-animation-delay: 90ms;
     -moz-animation-delay: 90ms;
          animation-delay: 90ms;
}
.users-table tr:nth-child(4), .organization-table tr:nth-child(4) {
  -webkit-animation-delay: 120ms;
     -moz-animation-delay: 120ms;
          animation-delay: 120ms;
}
.users-table tr:nth-child(5), .organization-table tr:nth-child(5) {
  -webkit-animation-delay: 150ms;
     -moz-animation-delay: 150ms;
          animation-delay: 150ms;
}
.users-table tr:nth-child(6), .organization-table tr:nth-child(6) {
  -webkit-animation-delay: 180ms;
     -moz-animation-delay: 180ms;
          animation-delay: 180ms;
}
.users-table tr:nth-child(7), .organization-table tr:nth-child(7) {
  -webkit-animation-delay: 210ms;
     -moz-animation-delay: 210ms;
          animation-delay: 210ms;
}
.users-table tr:nth-child(8), .organization-table tr:nth-child(8) {
  -webkit-animation-delay: 240ms;
     -moz-animation-delay: 240ms;
          animation-delay: 240ms;
}
.users-table tr:nth-child(9), .organization-table tr:nth-child(9) {
  -webkit-animation-delay: 270ms;
     -moz-animation-delay: 270ms;
          animation-delay: 270ms;
}
.users-table tr:nth-child(10), .organization-table tr:nth-child(10) {
  -webkit-animation-delay: 300ms;
     -moz-animation-delay: 300ms;
          animation-delay: 300ms;
}
.users-table tr:nth-child(11), .organization-table tr:nth-child(11) {
  -webkit-animation-delay: 330ms;
     -moz-animation-delay: 330ms;
          animation-delay: 330ms;
}
.users-table tr:nth-child(12), .organization-table tr:nth-child(12) {
  -webkit-animation-delay: 360ms;
     -moz-animation-delay: 360ms;
          animation-delay: 360ms;
}
.users-table tr:nth-child(13), .organization-table tr:nth-child(13) {
  -webkit-animation-delay: 390ms;
     -moz-animation-delay: 390ms;
          animation-delay: 390ms;
}
.users-table tr:nth-child(14), .organization-table tr:nth-child(14) {
  -webkit-animation-delay: 420ms;
     -moz-animation-delay: 420ms;
          animation-delay: 420ms;
}
.users-table tr:nth-child(15), .organization-table tr:nth-child(15) {
  -webkit-animation-delay: 450ms;
     -moz-animation-delay: 450ms;
          animation-delay: 450ms;
}
.users-table tr:nth-child(16), .organization-table tr:nth-child(16) {
  -webkit-animation-delay: 480ms;
     -moz-animation-delay: 480ms;
          animation-delay: 480ms;
}
.users-table tr:nth-child(17), .organization-table tr:nth-child(17) {
  -webkit-animation-delay: 510ms;
     -moz-animation-delay: 510ms;
          animation-delay: 510ms;
}
.users-table tr:nth-child(18), .organization-table tr:nth-child(18) {
  -webkit-animation-delay: 540ms;
     -moz-animation-delay: 540ms;
          animation-delay: 540ms;
}
.users-table tr:nth-child(19), .organization-table tr:nth-child(19) {
  -webkit-animation-delay: 570ms;
     -moz-animation-delay: 570ms;
          animation-delay: 570ms;
}
.users-table tr:nth-child(20), .organization-table tr:nth-child(20) {
  -webkit-animation-delay: 600ms;
     -moz-animation-delay: 600ms;
          animation-delay: 600ms;
}
.users-table tr:nth-child(21), .organization-table tr:nth-child(21) {
  -webkit-animation-delay: 630ms;
     -moz-animation-delay: 630ms;
          animation-delay: 630ms;
}
.users-table tr:nth-child(22), .organization-table tr:nth-child(22) {
  -webkit-animation-delay: 660ms;
     -moz-animation-delay: 660ms;
          animation-delay: 660ms;
}
.users-table tr:nth-child(23), .organization-table tr:nth-child(23) {
  -webkit-animation-delay: 690ms;
     -moz-animation-delay: 690ms;
          animation-delay: 690ms;
}
.users-table tr:nth-child(24), .organization-table tr:nth-child(24) {
  -webkit-animation-delay: 720ms;
     -moz-animation-delay: 720ms;
          animation-delay: 720ms;
}
.users-table tr:nth-child(25), .organization-table tr:nth-child(25) {
  -webkit-animation-delay: 750ms;
     -moz-animation-delay: 750ms;
          animation-delay: 750ms;
}
.users-table tr:nth-child(26), .organization-table tr:nth-child(26) {
  -webkit-animation-delay: 780ms;
     -moz-animation-delay: 780ms;
          animation-delay: 780ms;
}
.users-table tr:nth-child(27), .organization-table tr:nth-child(27) {
  -webkit-animation-delay: 810ms;
     -moz-animation-delay: 810ms;
          animation-delay: 810ms;
}
.users-table tr:nth-child(28), .organization-table tr:nth-child(28) {
  -webkit-animation-delay: 840ms;
     -moz-animation-delay: 840ms;
          animation-delay: 840ms;
}
.users-table tr:nth-child(29), .organization-table tr:nth-child(29) {
  -webkit-animation-delay: 870ms;
     -moz-animation-delay: 870ms;
          animation-delay: 870ms;
}
.users-table tr:nth-child(30), .organization-table tr:nth-child(30) {
  -webkit-animation-delay: 900ms;
     -moz-animation-delay: 900ms;
          animation-delay: 900ms;
}
.users-table tr:nth-child(31), .organization-table tr:nth-child(31) {
  -webkit-animation-delay: 930ms;
     -moz-animation-delay: 930ms;
          animation-delay: 930ms;
}
.users-table tr:nth-child(32), .organization-table tr:nth-child(32) {
  -webkit-animation-delay: 960ms;
     -moz-animation-delay: 960ms;
          animation-delay: 960ms;
}
.users-table tr:nth-child(33), .organization-table tr:nth-child(33) {
  -webkit-animation-delay: 990ms;
     -moz-animation-delay: 990ms;
          animation-delay: 990ms;
}
.users-table tr:nth-child(34), .organization-table tr:nth-child(34) {
  -webkit-animation-delay: 1020ms;
     -moz-animation-delay: 1020ms;
          animation-delay: 1020ms;
}
.users-table tr:nth-child(35), .organization-table tr:nth-child(35) {
  -webkit-animation-delay: 1050ms;
     -moz-animation-delay: 1050ms;
          animation-delay: 1050ms;
}
.users-table tr:nth-child(36), .organization-table tr:nth-child(36) {
  -webkit-animation-delay: 1080ms;
     -moz-animation-delay: 1080ms;
          animation-delay: 1080ms;
}
.users-table tr:nth-child(37), .organization-table tr:nth-child(37) {
  -webkit-animation-delay: 1110ms;
     -moz-animation-delay: 1110ms;
          animation-delay: 1110ms;
}
.users-table tr:nth-child(38), .organization-table tr:nth-child(38) {
  -webkit-animation-delay: 1140ms;
     -moz-animation-delay: 1140ms;
          animation-delay: 1140ms;
}
.users-table tr:nth-child(39), .organization-table tr:nth-child(39) {
  -webkit-animation-delay: 1170ms;
     -moz-animation-delay: 1170ms;
          animation-delay: 1170ms;
}
.users-table tr:nth-child(40), .organization-table tr:nth-child(40) {
  -webkit-animation-delay: 1200ms;
     -moz-animation-delay: 1200ms;
          animation-delay: 1200ms;
}
.users-table tr:nth-child(41), .organization-table tr:nth-child(41) {
  -webkit-animation-delay: 1230ms;
     -moz-animation-delay: 1230ms;
          animation-delay: 1230ms;
}
.users-table tr:nth-child(42), .organization-table tr:nth-child(42) {
  -webkit-animation-delay: 1260ms;
     -moz-animation-delay: 1260ms;
          animation-delay: 1260ms;
}
.users-table tr:nth-child(43), .organization-table tr:nth-child(43) {
  -webkit-animation-delay: 1290ms;
     -moz-animation-delay: 1290ms;
          animation-delay: 1290ms;
}
.users-table tr:nth-child(44), .organization-table tr:nth-child(44) {
  -webkit-animation-delay: 1320ms;
     -moz-animation-delay: 1320ms;
          animation-delay: 1320ms;
}
.users-table tr:nth-child(45), .organization-table tr:nth-child(45) {
  -webkit-animation-delay: 1350ms;
     -moz-animation-delay: 1350ms;
          animation-delay: 1350ms;
}
.users-table tr:nth-child(46), .organization-table tr:nth-child(46) {
  -webkit-animation-delay: 1380ms;
     -moz-animation-delay: 1380ms;
          animation-delay: 1380ms;
}
.users-table tr:nth-child(47), .organization-table tr:nth-child(47) {
  -webkit-animation-delay: 1410ms;
     -moz-animation-delay: 1410ms;
          animation-delay: 1410ms;
}
.users-table tr:nth-child(48), .organization-table tr:nth-child(48) {
  -webkit-animation-delay: 1440ms;
     -moz-animation-delay: 1440ms;
          animation-delay: 1440ms;
}
.users-table tr:nth-child(49), .organization-table tr:nth-child(49) {
  -webkit-animation-delay: 1470ms;
     -moz-animation-delay: 1470ms;
          animation-delay: 1470ms;
}
.users-table tr:nth-child(50), .organization-table tr:nth-child(50) {
  -webkit-animation-delay: 1500ms;
     -moz-animation-delay: 1500ms;
          animation-delay: 1500ms;
}
.users-table tr:hover, .organization-table tr:hover {
  background: rgba(0, 0, 0, 0.05);
}
.users-table tr.highlight, .organization-table tr.highlight {
  background: rgba(250, 167, 0, 0.2) !important;
}
.users-table th a, .organization-table th a {
  color: #fff;
}
.users-table th a:link, .users-table th a:visited, .organization-table th a:link, .organization-table th a:visited {
  color: #fff;
}

#search-form {
  display: inline-block;
  vertical-align: top;
  width: 225px;
}
#search-form .select2-selection__arrow {
  display: none;
}
#search-form .select2-selection__rendered {
  cursor: text;
}

.user-problem-group h3 {
  font-weight: 600;
  font-size: 1.25em;
  margin-bottom: -10px;
  max-height: 20%;
  line-height: 2.5em;
}

.hide-solved-problems {
  text-align: right;
  overflow: hidden;
}

.hide-solved-problems > span {
  position: relative;
  display: inline-block;
}

.hide-solved-problems > span:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 100000px;
  height: 1px;
  background: #ccc;
  right: 100%;
  margin-right: 5px;
}

.user-info-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.user-sidebar {
  width: 150px;
  padding-left: 15px;
}

img.user-gravatar {
  display: block;
  border-radius: 6px;
  background-color: white;
}

.user-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
     -moz-box-flex: 1;
          flex: 1 1;
  overflow: hidden;
  word-wrap: break-word;
}

@media not all and (min-width: 600px) {
  .user-info-page {
    display: block;
  }
  .user-sidebar {
    margin: 0 auto;
  }
  .user-content {
    overflow: visible;
  }
}
.pp-table .pp {
  font-weight: 600;
  font-size: 1.4em;
}
.pp-table .pp-weighted {
  color: #808080;
}
.pp-table div.sub-pp {
  text-align: right;
  min-width: unset;
  width: unset;
  border-left: none;
}

#pp-load-link-wrapper {
  text-align: center;
  border: 1px solid #ccc;
}

#pp-load-more-link {
  display: block;
  padding: 0.5em 0;
}

.pp-breakdown-header {
  font-weight: 600;
  font-size: 1.25em;
  margin-bottom: 0.2em;
}

#rating-chart {
  height: 400px;
  margin-top: 1em;
}

#rating-tooltip {
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  transition: all 0.1s ease;
  pointer-events: none;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
#rating-tooltip .rate-group {
  color: white;
}

#submission-activity #submission-activity-actions {
  text-align: center;
}
#submission-activity #submission-activity-actions #prev-year-action, #submission-activity #submission-activity-actions #next-year-action {
  font-size: 1.75em;
}
#submission-activity #submission-activity-actions #year {
  font-size: 1.25em;
  color: #231f20;
}
#submission-activity #submission-activity-display {
  border: 1px solid #ccc;
  border-radius: 6px;
}
#submission-activity #submission-activity-display .info-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
#submission-activity #submission-activity-display .info-bar .info-table {
  width: 15%;
  min-width: 130px;
}
#submission-activity #submission-activity-display .info-bar .info-table .info-table-text {
  width: 8%;
}
#submission-activity #submission-activity-display .info-text {
  font-size: 0.75em;
  line-height: 1;
  font-weight: 100;
  color: #231f20;
}
#submission-activity #submission-activity-display #submission-total-count {
  -webkit-align-self: center;
          align-self: center;
  padding-left: 8%;
  font-size: 0.85em;
}
@media (max-width: 1000px) {
  #submission-activity #submission-activity-display #submission-total-count {
    padding-left: 5px;
  }
}
#submission-activity #submission-activity-display table {
  width: 100%;
  padding: 5px;
}
#submission-activity #submission-activity-display table th.submission-date-col {
  width: 8%;
}
@media (max-width: 1000px) {
  #submission-activity #submission-activity-display table th.submission-date-col {
    display: none;
  }
}
#submission-activity #submission-activity-display table td {
  border-radius: 20%;
}
#submission-activity #submission-activity-display table td div {
  margin-top: 100%;
}
#submission-activity #submission-activity-display table td.activity-label {
  position: relative;
  white-space: nowrap;
}
#submission-activity #submission-activity-display table td.activity-blank {
  background-color: white;
}
#submission-activity #submission-activity-display table td.activity-0 {
  background-color: #ddd;
}
#submission-activity #submission-activity-display table td.activity-1 {
  background-color: white;
}
#submission-activity #submission-activity-display table td.activity-2 {
  background-color: #d2e1f0;
}
#submission-activity #submission-activity-display table td.activity-3 {
  background-color: #99badd;
}
#submission-activity #submission-activity-display table td.activity-4 {
  background-color: #6093ca;
}

.content-description {
  line-height: 1.5em;
  font-size: 1em;
  font-family: "Segoe UI", "Lucida Grande", Arial, sans-serif;
}
.content-description p {
  margin: 1em 0 !important;
  padding: 0 !important;
}
.content-description img {
  max-width: 100%;
  height: auto;
}
.content-description h1, .content-description h2, .content-description h3, .content-description h4, .content-description h5, .content-description h6 {
  font-weight: normal;
  color: #111;
  margin-bottom: 0.75em;
  padding: 0;
  background: 0;
}
.content-description h3, .content-description h4, .content-description h5, .content-description h6 {
  font-weight: bold;
}
.content-description h1 {
  font-size: 2.5em;
}
.content-description h2 {
  font-size: 2em;
}
.content-description h3 {
  font-size: 1.6em;
}
.content-description h4 {
  font-size: 1.4em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 1.225;
  padding-bottom: 0.3em;
  padding-top: 0.5em;
}
.content-description h5 {
  font-size: 1.15em;
  margin-top: 0;
}
.content-description h6 {
  font-size: 0.9em;
}
.content-description blockquote {
  color: #808080;
  border-left: 0.5em rgba(0, 0, 0, 0.1) solid;
  margin: 1em 1em;
  padding: 1px 1px 1px 1.5em;
}
.content-description blockquote.spoiler {
  position: relative;
  background: #f8f8f8;
  border-radius: 5px;
  cursor: pointer;
  min-height: 48px;
  border: solid 1px #ccc;
}
.content-description blockquote.spoiler > * {
  display: none;
}
.content-description blockquote.spoiler::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  border-radius: 8px;
  background: #ccc;
}
.content-description blockquote.spoiler::after {
  content: "Reveal spoiler!";
  background-repeat: no-repeat;
  background-position: center right;
  font-size: 13px;
  color: #aaa;
  padding-right: 22px;
  position: absolute;
  top: 1em;
  right: 0em;
  pointer-events: none;
}
.content-description blockquote.spoiler.is-visible {
  cursor: auto;
}
.content-description blockquote.spoiler.is-visible > * {
  display: block;
}
.content-description blockquote.spoiler.is-visible::after {
  opacity: 0;
}
.content-description hr {
  display: block;
  height: 0;
  border: 0;
  font-style: italic;
  border-bottom: 1px solid #ccc;
  margin: 25px 0 20px 0;
  padding: 0;
}
.content-description pre, .content-description code, .content-description kbd, .content-description samp, .content-description span.code {
  color: #000;
  page-break-inside: avoid;
  font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
  font-size: 0.98em;
}
.content-description code, .content-description span.code {
  font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace !important;
  margin: 0 2px;
  padding: 0 5px;
  border: 1px solid #ccc;
  background-color: #f8f8f8;
  border-radius: 4px;
  font-size: 0.95em;
  color: #231f20;
}
.content-description pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 1.5em 0 1.5em 0;
  padding: 1em;
  border: 1px solid #ccc;
  background-color: #f8f8f8;
  color: #000;
  border-radius: 4px;
}
.content-description pre code, .content-description pre div.code {
  border: 0;
  line-height: 1em;
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 1em;
  color: #000;
}
.content-description b, .content-description strong {
  font-weight: bold;
}
.content-description dfn {
  font-style: italic;
}
.content-description ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
.content-description mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
.content-description sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.content-description sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}
.content-description sub {
  bottom: -0.25em;
}
.content-description ul, .content-description ol {
  padding: 0 0 0 2em;
}
.content-description li p:last-child {
  margin: 0;
}
.content-description dd {
  margin: 0 0 0 2em;
}
.content-description img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
.content-description td {
  vertical-align: top;
}

.display-math {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 700px) {
  #common-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
            flex-direction: row-reverse;
  }
  #content-left {
    -webkit-box-flex: 5;
    -webkit-flex: 5;
       -moz-box-flex: 5;
            flex: 5;
    width: 100%;
  }
  #content-left.split-common-content {
    width: 70%;
  }
  #content-left .content-description {
    width: 100%;
  }
  #content-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
    max-width: 12.5em;
    padding-left: 1.5em;
    padding-top: 1em;
  }
  #content-right .info-float {
    float: none;
    padding: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
    width: 100%;
  }
}
@media not all and (min-width: 700px) {
  #content-right .info-float {
    float: none;
    width: 100% !important;
    position: static !important;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
}
a.view-pdf {
  padding-top: 0.6em;
  display: inline-block;
}

.problem-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.problem-title .spacer {
  display: inline-block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 1px;
     -moz-box-flex: 1;
          flex: 1 1 1px;
}

.info-float .fa {
  color: #000;
  padding-right: 0.2em;
}

#problem-types .toggled, #allowed-langs .toggled {
  margin-left: 1.3em;
}

form .martor-preview {
  line-height: 1.5em;
  font-size: 1em;
  font-family: "Segoe UI", "Lucida Grande", Arial, sans-serif;
  min-height: 400px;
}
form .martor-preview p {
  margin: 1em 0 !important;
  padding: 0 !important;
}
form .martor-preview img {
  max-width: 100%;
  height: auto;
}
form .martor-preview h1, form .martor-preview h2, form .martor-preview h3, form .martor-preview h4, form .martor-preview h5, form .martor-preview h6 {
  font-weight: normal;
  color: #111;
  margin-bottom: 0.75em;
  padding: 0;
  background: 0;
}
form .martor-preview h3, form .martor-preview h4, form .martor-preview h5, form .martor-preview h6 {
  font-weight: bold;
}
form .martor-preview h1 {
  font-size: 2.5em;
}
form .martor-preview h2 {
  font-size: 2em;
}
form .martor-preview h3 {
  font-size: 1.6em;
}
form .martor-preview h4 {
  font-size: 1.4em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 1.225;
  padding-bottom: 0.3em;
  padding-top: 0.5em;
}
form .martor-preview h5 {
  font-size: 1.15em;
  margin-top: 0;
}
form .martor-preview h6 {
  font-size: 0.9em;
}
form .martor-preview blockquote {
  color: #808080;
  border-left: 0.5em rgba(0, 0, 0, 0.1) solid;
  margin: 1em 1em;
  padding: 1px 1px 1px 1.5em;
}
form .martor-preview blockquote.spoiler {
  position: relative;
  background: #f8f8f8;
  border-radius: 5px;
  cursor: pointer;
  min-height: 48px;
  border: solid 1px #ccc;
}
form .martor-preview blockquote.spoiler > * {
  display: none;
}
form .martor-preview blockquote.spoiler::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  border-radius: 8px;
  background: #ccc;
}
form .martor-preview blockquote.spoiler::after {
  content: "Reveal spoiler!";
  background-repeat: no-repeat;
  background-position: center right;
  font-size: 13px;
  color: #aaa;
  padding-right: 22px;
  position: absolute;
  top: 1em;
  right: 0em;
  pointer-events: none;
}
form .martor-preview blockquote.spoiler.is-visible {
  cursor: auto;
}
form .martor-preview blockquote.spoiler.is-visible > * {
  display: block;
}
form .martor-preview blockquote.spoiler.is-visible::after {
  opacity: 0;
}
form .martor-preview hr {
  display: block;
  height: 0;
  border: 0;
  font-style: italic;
  border-bottom: 1px solid #ccc;
  margin: 25px 0 20px 0;
  padding: 0;
}
form .martor-preview pre, form .martor-preview code, form .martor-preview kbd, form .martor-preview samp, form .martor-preview span.code {
  color: #000;
  page-break-inside: avoid;
  font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
  font-size: 0.98em;
}
form .martor-preview code, form .martor-preview span.code {
  font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace !important;
  margin: 0 2px;
  padding: 0 5px;
  border: 1px solid #ccc;
  background-color: #f8f8f8;
  border-radius: 4px;
  font-size: 0.95em;
  color: #231f20;
}
form .martor-preview pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 1.5em 0 1.5em 0;
  padding: 1em;
  border: 1px solid #ccc;
  background-color: #f8f8f8;
  color: #000;
  border-radius: 4px;
}
form .martor-preview pre code, form .martor-preview pre div.code {
  border: 0;
  line-height: 1em;
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 1em;
  color: #000;
}
form .martor-preview b, form .martor-preview strong {
  font-weight: bold;
}
form .martor-preview dfn {
  font-style: italic;
}
form .martor-preview ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
form .martor-preview mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
form .martor-preview sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
form .martor-preview sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}
form .martor-preview sub {
  bottom: -0.25em;
}
form .martor-preview ul, form .martor-preview ol {
  padding: 0 0 0 2em;
}
form .martor-preview li p:last-child {
  margin: 0;
}
form .martor-preview dd {
  margin: 0 0 0 2em;
}
form .martor-preview img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
form .martor-preview td {
  vertical-align: top;
}
form .martor-preview ul li {
  list-style: unset !important;
}
form .martor-preview ul, form .martor-preview ol {
  margin-left: 0 !important;
}
form .martor-preview h5 {
  text-transform: none !important;
}

.main-martor-fullscreen {
  z-index: 99999 !important;
}

.ace_editor {
  font-size: 13px;
  font-family: "Liberation Mono", monospace !important;
}

.section-martor {
  /* Hacks for dark mode only */
  /* Scroll bar */
}
.section-martor div[data-tab^=editor-tab-] {
  padding: 0;
}
.section-martor .markdown-selector.markdown-emoji {
  display: none !important;
}
.section-martor .tab-martor-menu a.item {
  font-size: 0.8rem;
}
.section-martor .martor-toolbar {
  -webkit-box-flex: 0 !important;
  -webkit-flex: 0 1 auto !important;
     -moz-box-flex: 0 !important;
          flex: 0 1 auto !important;
  overflow-x: auto;
  overflow-y: hidden;
}
.section-martor .martor-field {
  height: 400px;
}
.section-martor .ui.tabular.menu + .attached:not(.top).segment,
.section-martor .ui.tabular.menu + .attached:not(.top).segment + .attached:not(.top).segment {
  width: auto !important;
}
.section-martor .resizable .resizable-b {
  background: #e8e8e8 !important;
}
.section-martor .ui.basic.inverted.buttons .button, .section-martor .ui.basic.inverted.button {
  -webkit-box-shadow: 0px 0px 0px 0px #fff inset !important;
          box-shadow: 0px 0px 0px 0px #fff inset !important;
}
.section-martor .ui.attached.inverted.menu {
  border-bottom: 2px solid #aaa !important;
}
.section-martor ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f8f8f8;
}
.section-martor ::-webkit-scrollbar {
  height: 6px;
  width: 6px;
  background-color: #f8f8f8;
}
.section-martor ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

.ace_scrollbar-v {
  cursor: ns-resize;
}

.martor-toolbar {
  padding: 0 0.85714286em !important;
  padding-bottom: 4px !important;
}
.martor-toolbar .ui.icon .markdown-image-upload {
  position: relative;
  overflow: hidden;
}
.martor-toolbar .ui.icon .markdown-image-upload input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 25px;
  padding: 0;
  padding-left: 35px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  cursor: inherit;
  display: block;
}

.emoji-loader-init {
  min-height: 200px !important;
}

.insert-emoji {
  cursor: pointer;
}

/* Full Screen Mode */
.main-martor-fullscreen {
  background: #fff;
  position: fixed;
  z-index: 999;
  max-height: 100%;
  height: 100%;
  width: 100%;
  margin: 0;
  left: 0;
  top: 0;
}
.main-martor-fullscreen .fields.martor-toolbar {
  border-bottom: 1px solid #eee;
  margin: 0;
}
.main-martor-fullscreen .section-martor {
  height: 90%;
  position: relative;
}

.marked-emoji {
  max-width: 20px;
}

.martor {
  height: 500px;
  max-height: 500px;
}

.martor-field {
  width: 100%;
  height: 250px;
  min-height: 100px;
}

form .martor-preview-stale {
  background: -webkit-repeating-linear-gradient(135deg, #fff, #fff 10px, #f8f8f8 10px, #f8f8f8 20px) !important;
  background: -moz-repeating-linear-gradient(135deg, #fff, #fff 10px, #f8f8f8 10px, #f8f8f8 20px) !important;
  background: repeating-linear-gradient(-45deg, #fff, #fff 10px, #f8f8f8 10px, #f8f8f8 20px) !important;
}

.icon.expand-editor {
  position: absolute;
  bottom: 0.8em;
  right: 0;
}

.no-border {
  border: none !important;
}

/* Live Preview */
form .enable-living .martor-preview {
  display: block !important;
}
form .enable-living .tab-martor-menu a.item {
  display: none !important;
}

/* Django Admin */
.submit-row a {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

body.overflow {
  overflow: hidden !important;
}

.button, input[type=submit], input[type=button], .submit-row input, a.button {
  padding: 5px 15px;
}

.social i {
  display: inline;
  font-size: 1.9em;
}

.facebook-this, .tweet-this {
  display: inline;
}

.tweet-this i {
  color: #55ACEE;
}

.facebook-this i {
  color: #133783;
}

.social {
  font-size: 1.3em;
  float: right;
}

.button, button, input[type=submit] {
  color: white !important;
  text-decoration: none !important;
  cursor: pointer;
  vertical-align: middle;
  white-space: nowrap;
  font-weight: 400;
  line-height: 1.4;
  background: #1e90ff;
  background: -webkit-linear-gradient(315deg, #1e90ff, #99badd);
  background: -moz-linear-gradient(315deg, #1e90ff, #99badd);
  background: linear-gradient(135deg, #1e90ff, #99badd);
  border-radius: 4px;
  padding: 6px 12px;
  display: block;
  border: 0;
  text-align: center;
  font-size: 15px;
}
.button:hover, button:hover, input[type=submit]:hover {
  background: #0077ea;
}
.button:active, button:active, input[type=submit]:active {
  background: #006ad1;
}
.button.full, button.full, input[type=submit].full {
  padding: 6px 0;
}
.button.disabled, button.disabled, input[type=submit].disabled {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, darkgray), to(gray)) repeat-x !important;
  background: -webkit-linear-gradient(top, darkgray 0, gray 100%) repeat-x !important;
  background: -moz-linear-gradient(top, darkgray 0, gray 100%) repeat-x !important;
  background: linear-gradient(to bottom, darkgray 0, gray 100%) repeat-x !important;
  border-color: grey !important;
  cursor: not-allowed;
}

.inline-button {
  display: inline;
  vertical-align: top;
  padding: 3px 6px;
}

input[type=text], input[type=password], input[type=email], input[type=number], input[type=url] {
  padding: 4px 8px;
  color: #231f20;
  background: #fff none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  -webkit-transition: border-color 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
  -moz-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
}
input[type=text]:hover, input[type=password]:hover, input[type=email]:hover, input[type=number]:hover, input[type=url]:hover {
  border-color: rgba(30, 144, 255, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(30, 144, 255, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(30, 144, 255, 0.6);
}
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=number]:focus, input[type=url]:focus {
  border-color: rgba(30, 144, 255, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(30, 144, 255, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(30, 144, 255, 0.6);
  outline: 0;
}
input[type=number] {
  padding: 2px 0 2px 5px;
}
input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  vertical-align: middle;
  border: 1px solid #808080;
  background: #fff;
  border-radius: 2px;
  width: 0.95em;
  height: 0.95em;
  cursor: pointer;
}
input[type=checkbox]:checked {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  accent-color: #1e90ff;
}

textarea {
  padding: 4px 8px;
  color: #231f20;
  background: #fff none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  -webkit-transition: border-color 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
  -moz-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

textarea:hover {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(82, 168, 236, 0.6);
}

textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
}

.btn-clipboard {
  top: 0;
  right: 0;
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #808080;
  cursor: pointer;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 0 4px;
  position: absolute;
  padding: 5px 8px;
}

.copy-clipboard {
  position: relative;
  margin-top: 1.5em;
}

.ul_tab_a_active, .tabs > ul > li.active > a:focus, .tabs > ul > li.active > span:focus, .tabs > ul > li.active > a:hover, .tabs > ul > li.active > span:hover, .tabs > ul > li.active > a, .tabs > ul > li.active > span {
  color: #000;
  background: white;
  cursor: default;
  border: 1px solid #ccc;
  border-bottom-color: white;
  -webkit-border-image: none;
     -moz-border-image: none;
          border-image: none;
}

.tabs {
  border-bottom: 1px solid #ccc;
  margin: 0 0 8px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.tabs .tab .tab-icon {
  padding-right: 0.3em;
  color: #808080;
}
.tabs .tab .tab-icon.fa-plus {
  color: green !important;
}
.tabs .tab a, .tabs .tab span {
  border-top-width: 3px !important;
}
.tabs .tab.active a, .tabs .tab.active span {
  border-top-color: #1e90ff !important;
}
.tabs .tab.active .tab-icon {
  color: #000;
}
.tabs h2 {
  color: #231f20;
}
.tabs > ul {
  margin: 0;
  margin-bottom: -1px;
  padding: 0;
  list-style: outside none none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
}
.tabs > ul > li {
  position: relative;
  display: block;
}
.tabs > ul > li > a, .tabs > ul > li > span {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  position: relative;
  display: block;
  padding: 10px 15px;
  color: #555;
  text-decoration: none;
  white-space: nowrap;
}

ul.pagination a:hover {
  background: rgba(0, 0, 0, 0.55);
}

ul.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0;
}
ul.pagination > li {
  display: inline;
}
ul.pagination > li:first-child > a, ul.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
ul.pagination > li:last-child > a, ul.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
ul.pagination > li > a, ul.pagination > li > span {
  position: relative;
  float: left;
  padding: 4px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #fff;
  background-color: #231f20;
  border: 1px solid #808080;
  margin-left: -1px;
}
ul.pagination > .disabled-page > a, ul.pagination > .disabled-page > span {
  color: #808080;
}
ul.pagination > .active-page > a, ul.pagination > .active-page > span {
  z-index: 2;
  color: #FFF;
  background-color: #1e90ff;
  border-color: transparent;
  cursor: default;
}

.top-pagination-bar {
  margin: 11px 0 7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.bottom-pagination-bar {
  margin-top: 10px;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-animation: slideInDown 250ms ease-out both;
     -moz-animation: slideInDown 250ms ease-out both;
          animation: slideInDown 250ms ease-out both;
}

.alert-info {
  color: #1e90ff;
  background-color: #eaf5ff;
  border-color: #9ecfff;
}

.alert-warning {
  color: #863;
  background-color: #ffd;
  border-color: #feb;
}

.alert-danger {
  color: #944;
  background-color: #edd;
  border-color: #dbb;
}

.alert-dismissable, .alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

a.close {
  text-decoration: none !important;
  font-size: 18px !important;
  line-height: 1;
}
a.close:hover {
  color: #000;
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.badge {
  min-width: 10px;
  padding: 0 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #e84848;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.form-submit-group {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 0.8em;
  padding-top: 0.5em;
  text-align: right;
}

.sidebox h3 {
  margin: 0 -5px;
  background: #231f20;
  border-radius: 4px 4px 0 0;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 7px;
  font-size: 1.3em;
}

.sidebox h3 .fa {
  color: #fff;
  float: right;
  margin: 0.2em 0.4em 0 0;
}

.sidebox-content {
  border: 1px solid #ccc;
  border-top: none;
  margin: 0 -5px;
  padding: 1px 0.5em 3px;
}
.sidebox-content.sidebox-table {
  border: none;
  padding: 0;
}
.sidebox-content.sidebox-table .table {
  margin: 0 !important;
}

.sidebox {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 0 5px !important;
  padding-bottom: 1.5em !important;
  -webkit-animation: fadeIn 300ms ease-out both;
     -moz-animation: fadeIn 300ms ease-out both;
          animation: fadeIn 300ms ease-out both;
}
.sidebox:nth-child(1) {
  -webkit-animation-delay: 80ms;
     -moz-animation-delay: 80ms;
          animation-delay: 80ms;
}
.sidebox:nth-child(2) {
  -webkit-animation-delay: 160ms;
     -moz-animation-delay: 160ms;
          animation-delay: 160ms;
}
.sidebox:nth-child(3) {
  -webkit-animation-delay: 240ms;
     -moz-animation-delay: 240ms;
          animation-delay: 240ms;
}
.sidebox:nth-child(4) {
  -webkit-animation-delay: 320ms;
     -moz-animation-delay: 320ms;
          animation-delay: 320ms;
}
.sidebox:nth-child(5) {
  -webkit-animation-delay: 400ms;
     -moz-animation-delay: 400ms;
          animation-delay: 400ms;
}

.ws-closed {
  position: -webkit-sticky;
  position: sticky;
  top: 42px;
  background: #ae0000;
  border-radius: 5px 5px 0 0;
  display: none;
}

.ws-closed a {
  display: block;
  padding: 7px 0;
  text-align: center;
  color: white;
  font-weight: 600;
}

.semibold {
  font-weight: 600;
}

.messages {
  list-style-type: none;
  padding: 0;
}
.messages li {
  padding: 1em 1.5em;
  margin-bottom: 1em;
  border: 1px solid transparent;
  border-radius: 5px;
  -webkit-animation: slideInDown 250ms ease-out both;
     -moz-animation: slideInDown 250ms ease-out both;
          animation: slideInDown 250ms ease-out both;
}
.messages li:nth-child(1) {
  -webkit-animation-delay: 60ms;
     -moz-animation-delay: 60ms;
          animation-delay: 60ms;
}
.messages li:nth-child(2) {
  -webkit-animation-delay: 120ms;
     -moz-animation-delay: 120ms;
          animation-delay: 120ms;
}
.messages li:nth-child(3) {
  -webkit-animation-delay: 180ms;
     -moz-animation-delay: 180ms;
          animation-delay: 180ms;
}
.messages li:nth-child(4) {
  -webkit-animation-delay: 240ms;
     -moz-animation-delay: 240ms;
          animation-delay: 240ms;
}
.messages li:nth-child(5) {
  -webkit-animation-delay: 300ms;
     -moz-animation-delay: 300ms;
          animation-delay: 300ms;
}
.messages li:nth-child(6) {
  -webkit-animation-delay: 360ms;
     -moz-animation-delay: 360ms;
          animation-delay: 360ms;
}
.messages li:nth-child(7) {
  -webkit-animation-delay: 420ms;
     -moz-animation-delay: 420ms;
          animation-delay: 420ms;
}
.messages li:nth-child(8) {
  -webkit-animation-delay: 480ms;
     -moz-animation-delay: 480ms;
          animation-delay: 480ms;
}
.messages li:nth-child(9) {
  -webkit-animation-delay: 540ms;
     -moz-animation-delay: 540ms;
          animation-delay: 540ms;
}
.messages li:nth-child(10) {
  -webkit-animation-delay: 600ms;
     -moz-animation-delay: 600ms;
          animation-delay: 600ms;
}
.messages li.debug {
  color: #231f20;
  background-color: #eee;
  border-color: #ccc;
}
.messages li.info {
  color: #1e90ff;
  background-color: #eaf5ff;
  border-color: #9ecfff;
}
.messages li.success {
  color: #99badd;
  background-color: white;
  border-color: #e6eef7;
}
.messages li.warning {
  color: #863;
  background-color: #ffd;
  border-color: #feb;
}
.messages li.error {
  color: #944;
  background-color: #edd;
  border-color: #dbb;
}

details {
  border: 1px solid #ccc;
  background: #f8f8f8;
  padding: 5px 10px;
  border-radius: 4px;
}

.featherlight {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background: #333;
}
.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8);
}
.featherlight:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.featherlight .featherlight-content {
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  overflow: auto;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-left: 5%;
  margin-right: 5%;
  max-height: 85%;
  background: white;
  cursor: auto;
  white-space: normal;
}
@media (max-width: 1024px) {
  .featherlight .featherlight-content {
    padding: 10px;
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
  }
}
.featherlight .featherlight-inner {
  display: block;
}
.featherlight script.featherlight-inner, .featherlight link.featherlight-inner, .featherlight style.featherlight-inner {
  display: none;
}
.featherlight .featherlight-close-icon {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  line-height: 25px;
  width: 25px;
  cursor: pointer;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  color: #000;
  border: none;
  padding: 0;
}
.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.featherlight .featherlight-image {
  width: 100%;
}
.featherlight iframe {
  border: none;
}

.featherlight-iframe .featherlight-content {
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

.comment-score {
  font-weight: bold;
  text-align: center;
}

a.upvote-link, a.downvote-link {
  color: #000;
}
a.voted {
  text-shadow: 0 0 7px #000, 0 0 15px #1e90ff;
}

.no-comments-message {
  margin: 10px 0 15px 2.75em;
}

.comment-header-space {
  height: 20px;
}

.comment-lock {
  margin: 0 0 5px;
}

.comments.top-level-comments {
  padding: 0;
  margin: 0 0 5px;
}

.comment-spacer {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
}

.comment-edits:not(:empty) {
  padding-right: 2px;
  color: #231f20;
}

.comment-operation {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
     -moz-box-flex: 1;
          flex: auto;
}
.comment-operation .fa {
  color: #231f20;
}
.comment-operation a + a {
  padding-left: 2px;
}

.form-area.comment-submit {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.comment-edit-form {
  min-width: 60em;
}

.comment-post-wrapper {
  padding-bottom: 5px;
}
.comment-post-wrapper input, .comment-post-wrapper textarea {
  min-width: 100%;
  max-width: 100%;
  font-size: 15px;
}

.comment {
  list-style: none none;
  border-radius: 4px;
  margin: 0 0 5px;
  -webkit-animation: fadeIn 250ms ease-out both;
     -moz-animation: fadeIn 250ms ease-out both;
          animation: fadeIn 250ms ease-out both;
}
.comment:nth-child(1) {
  -webkit-animation-delay: 50ms;
     -moz-animation-delay: 50ms;
          animation-delay: 50ms;
}
.comment:nth-child(2) {
  -webkit-animation-delay: 100ms;
     -moz-animation-delay: 100ms;
          animation-delay: 100ms;
}
.comment:nth-child(3) {
  -webkit-animation-delay: 150ms;
     -moz-animation-delay: 150ms;
          animation-delay: 150ms;
}
.comment:nth-child(4) {
  -webkit-animation-delay: 200ms;
     -moz-animation-delay: 200ms;
          animation-delay: 200ms;
}
.comment:nth-child(5) {
  -webkit-animation-delay: 250ms;
     -moz-animation-delay: 250ms;
          animation-delay: 250ms;
}
.comment:nth-child(6) {
  -webkit-animation-delay: 300ms;
     -moz-animation-delay: 300ms;
          animation-delay: 300ms;
}
.comment:nth-child(7) {
  -webkit-animation-delay: 350ms;
     -moz-animation-delay: 350ms;
          animation-delay: 350ms;
}
.comment:nth-child(8) {
  -webkit-animation-delay: 400ms;
     -moz-animation-delay: 400ms;
          animation-delay: 400ms;
}
.comment:nth-child(9) {
  -webkit-animation-delay: 450ms;
     -moz-animation-delay: 450ms;
          animation-delay: 450ms;
}
.comment:nth-child(10) {
  -webkit-animation-delay: 500ms;
     -moz-animation-delay: 500ms;
          animation-delay: 500ms;
}
.comment:nth-child(11) {
  -webkit-animation-delay: 550ms;
     -moz-animation-delay: 550ms;
          animation-delay: 550ms;
}
.comment:nth-child(12) {
  -webkit-animation-delay: 600ms;
     -moz-animation-delay: 600ms;
          animation-delay: 600ms;
}
.comment:nth-child(13) {
  -webkit-animation-delay: 650ms;
     -moz-animation-delay: 650ms;
          animation-delay: 650ms;
}
.comment:nth-child(14) {
  -webkit-animation-delay: 700ms;
     -moz-animation-delay: 700ms;
          animation-delay: 700ms;
}
.comment:nth-child(15) {
  -webkit-animation-delay: 750ms;
     -moz-animation-delay: 750ms;
          animation-delay: 750ms;
}
.comment:nth-child(16) {
  -webkit-animation-delay: 800ms;
     -moz-animation-delay: 800ms;
          animation-delay: 800ms;
}
.comment:nth-child(17) {
  -webkit-animation-delay: 850ms;
     -moz-animation-delay: 850ms;
          animation-delay: 850ms;
}
.comment:nth-child(18) {
  -webkit-animation-delay: 900ms;
     -moz-animation-delay: 900ms;
          animation-delay: 900ms;
}
.comment:nth-child(19) {
  -webkit-animation-delay: 950ms;
     -moz-animation-delay: 950ms;
          animation-delay: 950ms;
}
.comment:nth-child(20) {
  -webkit-animation-delay: 1000ms;
     -moz-animation-delay: 1000ms;
          animation-delay: 1000ms;
}
.comment:before {
  display: block;
  content: " ";
  margin-top: -50px;
  height: 50px;
  visibility: hidden;
}

.reply-comment {
  margin: 0 0 5px;
}

.comment-body {
  word-wrap: break-word;
  word-break: break-word;
}
.comment-body.collapsed {
  max-height: 100px;
  overflow: hidden;
}

.comment-toggle {
  cursor: pointer;
}
.comment-toggle:hover {
  text-decoration: underline;
}

.previous-revision, .next-revision {
  color: #231f20;
}

.new-comments .comment-display {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  padding-left: 1em;
  padding-top: 0.5em !important;
  border: 1px solid #ccc;
  background: #f8f8f8;
  border-radius: 4px;
  -webkit-animation: fadeIn 300ms ease-out both;
     -moz-animation: fadeIn 300ms ease-out both;
          animation: fadeIn 300ms ease-out both;
}
.new-comments .comment .detail {
  margin: 0px 15px 0px;
  width: 100%;
}
.new-comments .comment .detail .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  padding: 2px 0px;
  font-weight: normal;
  border-bottom: 1px #808080 solid;
  color: #808080;
  text-align: right;
}
.new-comments .comment:target > .comment-display {
  border: 1px solid #1e90ff;
  border-left: 10px solid #1e90ff;
  padding-left: 5px;
  -webkit-animation: popIn 400ms ease-out both;
     -moz-animation: popIn 400ms ease-out both;
          animation: popIn 400ms ease-out both;
}
.new-comments .comment-edits {
  padding-right: 0.75em;
}
.new-comments .header i {
  color: #808080 !important;
}
.new-comments .info {
  padding-top: 0.4em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.new-comments .gravatar-mobile {
  display: none;
}
.new-comments .gravatar-main {
  display: unset;
}
.new-comments .vote {
  margin-right: 1em;
  height: 75px;
  padding-top: 0.4em;
}
@media (max-width: 760px) {
  .new-comments img.user-gravatar {
    display: inline-block;
    border-radius: 2px;
  }
  .new-comments .gravatar-mobile {
    display: unset;
  }
  .new-comments .gravatar-main {
    display: none;
  }
  .new-comments .vote {
    margin-right: 0em;
  }
}

.bad-comment {
  opacity: 0.3;
}
.bad-comment:hover {
  opacity: 1;
  /* This is necessary to prevent random flickering */
  -webkit-transform: translatez(0);
     -moz-transform: translatez(0);
      -ms-transform: translatez(0);
          transform: translatez(0);
}

.info-float {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  width: 20%;
}

#submissions-table {
  background: rgba(0, 0, 0, 0.01);
}

.submissions-status-table {
  border-spacing: 0;
}

.submission-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  border-top: #ccc 1px solid;
  border-left: #ccc 1px solid;
  border-right: #ccc 1px solid;
  -webkit-transition: background-color linear 0.2s;
  -moz-transition: background-color linear 0.2s;
  transition: background-color linear 0.2s;
  -webkit-animation: fadeIn 250ms ease-out both;
     -moz-animation: fadeIn 250ms ease-out both;
          animation: fadeIn 250ms ease-out both;
}
.submission-row:nth-child(1) {
  -webkit-animation-delay: 40ms;
     -moz-animation-delay: 40ms;
          animation-delay: 40ms;
}
.submission-row:nth-child(2) {
  -webkit-animation-delay: 80ms;
     -moz-animation-delay: 80ms;
          animation-delay: 80ms;
}
.submission-row:nth-child(3) {
  -webkit-animation-delay: 120ms;
     -moz-animation-delay: 120ms;
          animation-delay: 120ms;
}
.submission-row:nth-child(4) {
  -webkit-animation-delay: 160ms;
     -moz-animation-delay: 160ms;
          animation-delay: 160ms;
}
.submission-row:nth-child(5) {
  -webkit-animation-delay: 200ms;
     -moz-animation-delay: 200ms;
          animation-delay: 200ms;
}
.submission-row:nth-child(6) {
  -webkit-animation-delay: 240ms;
     -moz-animation-delay: 240ms;
          animation-delay: 240ms;
}
.submission-row:nth-child(7) {
  -webkit-animation-delay: 280ms;
     -moz-animation-delay: 280ms;
          animation-delay: 280ms;
}
.submission-row:nth-child(8) {
  -webkit-animation-delay: 320ms;
     -moz-animation-delay: 320ms;
          animation-delay: 320ms;
}
.submission-row:nth-child(9) {
  -webkit-animation-delay: 360ms;
     -moz-animation-delay: 360ms;
          animation-delay: 360ms;
}
.submission-row:nth-child(10) {
  -webkit-animation-delay: 400ms;
     -moz-animation-delay: 400ms;
          animation-delay: 400ms;
}
.submission-row:nth-child(11) {
  -webkit-animation-delay: 440ms;
     -moz-animation-delay: 440ms;
          animation-delay: 440ms;
}
.submission-row:nth-child(12) {
  -webkit-animation-delay: 480ms;
     -moz-animation-delay: 480ms;
          animation-delay: 480ms;
}
.submission-row:nth-child(13) {
  -webkit-animation-delay: 520ms;
     -moz-animation-delay: 520ms;
          animation-delay: 520ms;
}
.submission-row:nth-child(14) {
  -webkit-animation-delay: 560ms;
     -moz-animation-delay: 560ms;
          animation-delay: 560ms;
}
.submission-row:nth-child(15) {
  -webkit-animation-delay: 600ms;
     -moz-animation-delay: 600ms;
          animation-delay: 600ms;
}
.submission-row:nth-child(16) {
  -webkit-animation-delay: 640ms;
     -moz-animation-delay: 640ms;
          animation-delay: 640ms;
}
.submission-row:nth-child(17) {
  -webkit-animation-delay: 680ms;
     -moz-animation-delay: 680ms;
          animation-delay: 680ms;
}
.submission-row:nth-child(18) {
  -webkit-animation-delay: 720ms;
     -moz-animation-delay: 720ms;
          animation-delay: 720ms;
}
.submission-row:nth-child(19) {
  -webkit-animation-delay: 760ms;
     -moz-animation-delay: 760ms;
          animation-delay: 760ms;
}
.submission-row:nth-child(20) {
  -webkit-animation-delay: 800ms;
     -moz-animation-delay: 800ms;
          animation-delay: 800ms;
}
.submission-row:nth-child(21) {
  -webkit-animation-delay: 840ms;
     -moz-animation-delay: 840ms;
          animation-delay: 840ms;
}
.submission-row:nth-child(22) {
  -webkit-animation-delay: 880ms;
     -moz-animation-delay: 880ms;
          animation-delay: 880ms;
}
.submission-row:nth-child(23) {
  -webkit-animation-delay: 920ms;
     -moz-animation-delay: 920ms;
          animation-delay: 920ms;
}
.submission-row:nth-child(24) {
  -webkit-animation-delay: 960ms;
     -moz-animation-delay: 960ms;
          animation-delay: 960ms;
}
.submission-row:nth-child(25) {
  -webkit-animation-delay: 1000ms;
     -moz-animation-delay: 1000ms;
          animation-delay: 1000ms;
}
.submission-row:nth-child(26) {
  -webkit-animation-delay: 1040ms;
     -moz-animation-delay: 1040ms;
          animation-delay: 1040ms;
}
.submission-row:nth-child(27) {
  -webkit-animation-delay: 1080ms;
     -moz-animation-delay: 1080ms;
          animation-delay: 1080ms;
}
.submission-row:nth-child(28) {
  -webkit-animation-delay: 1120ms;
     -moz-animation-delay: 1120ms;
          animation-delay: 1120ms;
}
.submission-row:nth-child(29) {
  -webkit-animation-delay: 1160ms;
     -moz-animation-delay: 1160ms;
          animation-delay: 1160ms;
}
.submission-row:nth-child(30) {
  -webkit-animation-delay: 1200ms;
     -moz-animation-delay: 1200ms;
          animation-delay: 1200ms;
}
.submission-row:hover {
  background: #eee;
}
.submission-row:not(:empty) ~ .submission-row {
  border-top: none;
}
.submission-row > div {
  padding: 7px 5px;
  vertical-align: middle;
  border-bottom: #ccc 1px solid;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
.submission-row .sub-result {
  min-width: 80px;
  width: 80px;
  text-align: center;
  border-bottom-color: #fff;
  border-right: #ccc 1px solid;
}
.submission-row .sub-result .state {
  font-size: 0.7em;
  font-weight: bold;
  padding-top: 0.5em;
}
.submission-row .sub-result .score {
  color: #000;
}
.submission-row .sub-result .score .grading-spinner {
  color: #000;
}
.submission-row .sub-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  place-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  padding-left: 20px;
}
.submission-row .sub-main .sub-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  word-break: break-word;
}
.submission-row .sub-main .sub-info .name {
  font-weight: 700;
  font-size: 1.2em;
}
.submission-row .sub-main .sub-testcase {
  color: #808080;
  white-space: nowrap;
  padding-right: 5px;
}
.submission-row .sub-main .sub-prop a {
  white-space: nowrap;
}
.submission-row .sub-usage {
  min-width: 70px;
  width: 70px;
  white-space: nowrap;
  text-align: center;
  border-left: #ccc 1px solid;
}
.submission-row .sub-usage .time {
  font-weight: bold;
}

.sub-prop .fa {
  display: none;
}

.sub-prop .grey-label {
  color: #808080;
  font-style: italic;
}

.sub-prop .grey-icon {
  color: #808080;
}

label[for=language], label[for=status], label[for=organization] {
  padding-bottom: 0.25em;
  display: block;
}

#language {
  margin-top: 0.5em;
  width: 100%;
}

#status {
  width: 100%;
}

#statistics-table tr:not(:first-child) td {
  border-top: 1px solid white !important;
}

#statistics-table tr:not(:last-child) td:not(:last-child) {
  border-right: 1px solid white;
}

#statistics-table {
  padding-top: 1.5em;
}

#content-right.submission {
  max-width: 25%;
  padding-top: 0;
}

@media (max-width: 700px) {
  .sub-main {
    padding-left: 10px !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: normal !important;
            flex-direction: column !important;
    place-items: flex-start !important;
  }
  .sub-prop .label {
    display: none;
  }
  .sub-prop .fa {
    display: inline-block;
  }
  #content-right.submission {
    max-width: 100%;
  }
}
.submission-contest {
  color: #231f20;
}

.source-ln {
  color: #808080;
  border-right: 1px solid #808080;
  padding-right: 5px;
  text-align: right;
}
.source-ln a {
  color: #808080;
  display: block;
}
.source-ln a:hover {
  text-decoration: underline;
}
.source-ln a::before {
  display: block;
  content: " ";
  margin-top: -50px;
  height: 50px;
  visibility: hidden;
}

.source-code pre, .source-ln pre {
  margin: 0;
  padding: 0;
  white-space: pre;
}

.source-code {
  padding-left: 15px;
}

.source-wrap {
  overflow-x: auto;
}

.statistics-table .status {
  font-weight: bold;
  text-align: left;
}
.statistics-table .count {
  color: black;
}

#test-cases .toggle .fa {
  margin-left: -1.28571em;
}
#test-cases .batch-cases {
  margin: 0;
  padding-left: 1em;
  padding-bottom: 3px;
  padding-top: 3px;
  display: inline-block;
}
#test-cases .batch-cases .case-row td b {
  font-weight: 500;
}
#test-cases .case-row.case-row-existing {
  -webkit-animation: none !important;
     -moz-animation: none !important;
          animation: none !important;
}
#test-cases .case-row.case-row-new {
  -webkit-animation: slideInUp 50ms ease-out both;
     -moz-animation: slideInUp 50ms ease-out both;
          animation: slideInUp 50ms ease-out both;
}
#test-cases .case-row td:nth-child(3) {
  padding-right: 0;
  text-align: right;
}
#test-cases .case-row td:nth-child(3) span {
  float: right;
}
#test-cases .case-row td:nth-child(4) {
  text-align: right;
}
#test-cases .case-info {
  margin: 0;
  padding-left: 1em;
  padding-bottom: 3px;
  padding-top: 3px;
  border: 1px solid #1e90ff;
  border-left-width: 0.5em;
  border-radius: 4px;
  color: #231f20;
}
#test-cases .case-output {
  margin: 0;
  margin-right: 1em;
  word-break: break-all;
}
#test-cases table td {
  margin: 0;
  padding: 0 5px 0 0;
}
#test-cases .toggle {
  font-weight: normal;
}
#test-cases .case-feedback {
  vertical-align: top;
}
#test-cases td.case-output + td.case-ext-feedback {
  width: 50%;
}
#test-cases .case-output {
  word-wrap: anywhere;
}

.case-AC {
  color: green;
  font-weight: bold;
}

.case-_AC {
  color: #BBCC00;
  font-weight: bold;
}

.case-WA {
  color: red;
  font-weight: bold;
}

.case-TLE, .case-SC {
  color: gray;
  font-weight: bold;
}

.case-MLE, .case-OLE, .case-RTE, .case-IR {
  color: orange;
  font-weight: bold;
}

.case-bad {
  text-decoration: underline;
}

.half-hr {
  float: left;
  width: 30%;
}

.source-wrap .line {
  position: relative;
}
.source-wrap .highlighter {
  position: absolute;
  width: 9999px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.source-wrap a:active .line .highlighter {
  background: rgba(255, 212, 0, 0.48);
}

.submission-info {
  text-align: right;
  float: right;
}
.submission-info .submission-date {
  color: #808080;
}

@media (prefers-reduced-motion: reduce) {
  #test-cases .case-row-new {
    -webkit-animation: none !important;
       -moz-animation: none !important;
            animation: none !important;
  }
}
#contest-calendar {
  border-collapse: collapse;
  width: 100%;
}
#contest-calendar th {
  border: 1px solid #ccc;
  background: #f8f8f8;
}
#contest-calendar td {
  height: 110px;
  width: 170px;
  vertical-align: top;
  border: 1px solid #ccc;
  -webkit-transition-duration: 0.2s;
     -moz-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
#contest-calendar td .num {
  text-align: right;
  font-weight: bold;
  display: block;
  border-bottom: 1px dashed #ccc;
  padding-right: 0.2em;
  margin-bottom: 0.4em;
}
#contest-calendar td ul {
  font-size: 0.75em;
  padding: 0;
  margin: 0;
}
#contest-calendar td ul li {
  margin: 0 0 0.2em 17px;
}
#contest-calendar td ul li i.fa {
  color: #faa700;
}
#contest-calendar td ul li a {
  color: #231f20;
}
#contest-calendar td ul li a:hover {
  text-decoration: underline;
}
#contest-calendar td:hover {
  background: rgba(0, 106, 209, 0.2);
}
#contest-calendar .noday {
  background: #eee;
}
#contest-calendar .today {
  background: rgba(250, 167, 0, 0.2);
}

#banner {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1em;
  color: #231f20;
  font-size: 15px;
}
#banner a.date {
  display: block;
  text-decoration: none;
  text-align: center;
  line-height: 1.3;
  font-size: 2.3em;
  padding-bottom: 0.15em;
  color: #51a9ff;
}
#banner a.date:hover {
  color: #006ad1;
}
#banner a.date:active {
  color: #faa700;
}
#banner #time {
  text-align: center;
  display: block;
}
#banner div#details ul {
  margin-bottom: 0;
  list-style: none;
}
#banner div#details ul p {
  margin: 0;
}

.top-pagination-bar {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}

.contest-list td {
  vertical-align: middle !important;
}
.contest-list td:nth-child(2) {
  min-width: 4em;
}
.contest-list td:nth-child(3) {
  min-width: 6em;
}
.contest-list tbody tr {
  height: 4em;
  -webkit-animation: fadeIn 250ms ease-out both;
     -moz-animation: fadeIn 250ms ease-out both;
          animation: fadeIn 250ms ease-out both;
}
.contest-list tbody tr:nth-child(1) {
  -webkit-animation-delay: 40ms;
     -moz-animation-delay: 40ms;
          animation-delay: 40ms;
}
.contest-list tbody tr:nth-child(2) {
  -webkit-animation-delay: 80ms;
     -moz-animation-delay: 80ms;
          animation-delay: 80ms;
}
.contest-list tbody tr:nth-child(3) {
  -webkit-animation-delay: 120ms;
     -moz-animation-delay: 120ms;
          animation-delay: 120ms;
}
.contest-list tbody tr:nth-child(4) {
  -webkit-animation-delay: 160ms;
     -moz-animation-delay: 160ms;
          animation-delay: 160ms;
}
.contest-list tbody tr:nth-child(5) {
  -webkit-animation-delay: 200ms;
     -moz-animation-delay: 200ms;
          animation-delay: 200ms;
}
.contest-list tbody tr:nth-child(6) {
  -webkit-animation-delay: 240ms;
     -moz-animation-delay: 240ms;
          animation-delay: 240ms;
}
.contest-list tbody tr:nth-child(7) {
  -webkit-animation-delay: 280ms;
     -moz-animation-delay: 280ms;
          animation-delay: 280ms;
}
.contest-list tbody tr:nth-child(8) {
  -webkit-animation-delay: 320ms;
     -moz-animation-delay: 320ms;
          animation-delay: 320ms;
}
.contest-list tbody tr:nth-child(9) {
  -webkit-animation-delay: 360ms;
     -moz-animation-delay: 360ms;
          animation-delay: 360ms;
}
.contest-list tbody tr:nth-child(10) {
  -webkit-animation-delay: 400ms;
     -moz-animation-delay: 400ms;
          animation-delay: 400ms;
}
.contest-list tbody tr:nth-child(11) {
  -webkit-animation-delay: 440ms;
     -moz-animation-delay: 440ms;
          animation-delay: 440ms;
}
.contest-list tbody tr:nth-child(12) {
  -webkit-animation-delay: 480ms;
     -moz-animation-delay: 480ms;
          animation-delay: 480ms;
}
.contest-list tbody tr:nth-child(13) {
  -webkit-animation-delay: 520ms;
     -moz-animation-delay: 520ms;
          animation-delay: 520ms;
}
.contest-list tbody tr:nth-child(14) {
  -webkit-animation-delay: 560ms;
     -moz-animation-delay: 560ms;
          animation-delay: 560ms;
}
.contest-list tbody tr:nth-child(15) {
  -webkit-animation-delay: 600ms;
     -moz-animation-delay: 600ms;
          animation-delay: 600ms;
}
.contest-list tbody tr:nth-child(16) {
  -webkit-animation-delay: 640ms;
     -moz-animation-delay: 640ms;
          animation-delay: 640ms;
}
.contest-list tbody tr:nth-child(17) {
  -webkit-animation-delay: 680ms;
     -moz-animation-delay: 680ms;
          animation-delay: 680ms;
}
.contest-list tbody tr:nth-child(18) {
  -webkit-animation-delay: 720ms;
     -moz-animation-delay: 720ms;
          animation-delay: 720ms;
}
.contest-list tbody tr:nth-child(19) {
  -webkit-animation-delay: 760ms;
     -moz-animation-delay: 760ms;
          animation-delay: 760ms;
}
.contest-list tbody tr:nth-child(20) {
  -webkit-animation-delay: 800ms;
     -moz-animation-delay: 800ms;
          animation-delay: 800ms;
}
.contest-list tbody tr:nth-child(21) {
  -webkit-animation-delay: 840ms;
     -moz-animation-delay: 840ms;
          animation-delay: 840ms;
}
.contest-list tbody tr:nth-child(22) {
  -webkit-animation-delay: 880ms;
     -moz-animation-delay: 880ms;
          animation-delay: 880ms;
}
.contest-list tbody tr:nth-child(23) {
  -webkit-animation-delay: 920ms;
     -moz-animation-delay: 920ms;
          animation-delay: 920ms;
}
.contest-list tbody tr:nth-child(24) {
  -webkit-animation-delay: 960ms;
     -moz-animation-delay: 960ms;
          animation-delay: 960ms;
}
.contest-list tbody tr:nth-child(25) {
  -webkit-animation-delay: 1000ms;
     -moz-animation-delay: 1000ms;
          animation-delay: 1000ms;
}
.contest-list tbody tr:nth-child(26) {
  -webkit-animation-delay: 1040ms;
     -moz-animation-delay: 1040ms;
          animation-delay: 1040ms;
}
.contest-list tbody tr:nth-child(27) {
  -webkit-animation-delay: 1080ms;
     -moz-animation-delay: 1080ms;
          animation-delay: 1080ms;
}
.contest-list tbody tr:nth-child(28) {
  -webkit-animation-delay: 1120ms;
     -moz-animation-delay: 1120ms;
          animation-delay: 1120ms;
}
.contest-list tbody tr:nth-child(29) {
  -webkit-animation-delay: 1160ms;
     -moz-animation-delay: 1160ms;
          animation-delay: 1160ms;
}
.contest-list tbody tr:nth-child(30) {
  -webkit-animation-delay: 1200ms;
     -moz-animation-delay: 1200ms;
          animation-delay: 1200ms;
}
.contest-list .time-left {
  text-align: left;
  color: #808080;
  padding-top: 0.5em;
}
.contest-list .contest-tags {
  padding-left: 0.75em;
  vertical-align: top;
}
.contest-list .participate-button {
  display: inline-block;
  width: 90px;
}
.contest-list .contest-block {
  text-align: left;
  padding: 0.5em 0.5em 0.5em 1em;
}
.contest-list a.contest-sort-link {
  color: #fff;
}

.contest-tag {
  -webkit-box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.12);
          box-shadow: inset 0 -0.1em 0 rgba(0, 0, 0, 0.12);
  padding: 0.15em 0.3em;
  border-radius: 0.15em;
  font-weight: 600;
  margin-right: 0.45em;
  position: relative;
  display: inline-block;
  -webkit-animation: popIn 300ms ease-out both;
     -moz-animation: popIn 300ms ease-out both;
          animation: popIn 300ms ease-out both;
}
.contest-tag:nth-child(1) {
  -webkit-animation-delay: 50ms;
     -moz-animation-delay: 50ms;
          animation-delay: 50ms;
}
.contest-tag:nth-child(2) {
  -webkit-animation-delay: 100ms;
     -moz-animation-delay: 100ms;
          animation-delay: 100ms;
}
.contest-tag:nth-child(3) {
  -webkit-animation-delay: 150ms;
     -moz-animation-delay: 150ms;
          animation-delay: 150ms;
}
.contest-tag:nth-child(4) {
  -webkit-animation-delay: 200ms;
     -moz-animation-delay: 200ms;
          animation-delay: 200ms;
}
.contest-tag:nth-child(5) {
  -webkit-animation-delay: 250ms;
     -moz-animation-delay: 250ms;
          animation-delay: 250ms;
}
.contest-tag:nth-child(6) {
  -webkit-animation-delay: 300ms;
     -moz-animation-delay: 300ms;
          animation-delay: 300ms;
}
.contest-tag:nth-child(7) {
  -webkit-animation-delay: 350ms;
     -moz-animation-delay: 350ms;
          animation-delay: 350ms;
}
.contest-tag:nth-child(8) {
  -webkit-animation-delay: 400ms;
     -moz-animation-delay: 400ms;
          animation-delay: 400ms;
}
.contest-tag:nth-child(9) {
  -webkit-animation-delay: 450ms;
     -moz-animation-delay: 450ms;
          animation-delay: 450ms;
}
.contest-tag:nth-child(10) {
  -webkit-animation-delay: 500ms;
     -moz-animation-delay: 500ms;
          animation-delay: 500ms;
}

.contest-list-title {
  font-size: 18px;
  font-weight: 600;
}

form.contest-join-pseudotab {
  display: inline;
  padding: 6px 8px !important;
  line-height: 1.7em;
  margin-left: 0.5em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
form.contest-join-pseudotab input {
  display: inline;
  border: none;
  padding: 0;
  background: none;
  font-weight: 600;
}

.contest-participation-operation {
  float: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  padding: 0 5px;
}
.contest-participation-operation .fa {
  color: #231f20;
}
.contest-participation-operation a + a {
  padding-left: 1px;
}

#ranking-table {
  font-size: 14px;
  /* Make problem table headers green on hover */
}
#ranking-table .user-name {
  min-width: 20em;
  position: relative;
}
#ranking-table .userinfo a, #ranking-table .user-name a, #ranking-table .user-name form {
  display: inline-block !important;
}
#ranking-table .rating-column {
  min-width: 3em;
}
#ranking-table td {
  height: 2.5em;
}
#ranking-table tr {
  -webkit-animation: fadeIn 250ms ease-out both;
     -moz-animation: fadeIn 250ms ease-out both;
          animation: fadeIn 250ms ease-out both;
}
#ranking-table tr:nth-child(1) {
  -webkit-animation-delay: 30ms;
     -moz-animation-delay: 30ms;
          animation-delay: 30ms;
}
#ranking-table tr:nth-child(2) {
  -webkit-animation-delay: 60ms;
     -moz-animation-delay: 60ms;
          animation-delay: 60ms;
}
#ranking-table tr:nth-child(3) {
  -webkit-animation-delay: 90ms;
     -moz-animation-delay: 90ms;
          animation-delay: 90ms;
}
#ranking-table tr:nth-child(4) {
  -webkit-animation-delay: 120ms;
     -moz-animation-delay: 120ms;
          animation-delay: 120ms;
}
#ranking-table tr:nth-child(5) {
  -webkit-animation-delay: 150ms;
     -moz-animation-delay: 150ms;
          animation-delay: 150ms;
}
#ranking-table tr:nth-child(6) {
  -webkit-animation-delay: 180ms;
     -moz-animation-delay: 180ms;
          animation-delay: 180ms;
}
#ranking-table tr:nth-child(7) {
  -webkit-animation-delay: 210ms;
     -moz-animation-delay: 210ms;
          animation-delay: 210ms;
}
#ranking-table tr:nth-child(8) {
  -webkit-animation-delay: 240ms;
     -moz-animation-delay: 240ms;
          animation-delay: 240ms;
}
#ranking-table tr:nth-child(9) {
  -webkit-animation-delay: 270ms;
     -moz-animation-delay: 270ms;
          animation-delay: 270ms;
}
#ranking-table tr:nth-child(10) {
  -webkit-animation-delay: 300ms;
     -moz-animation-delay: 300ms;
          animation-delay: 300ms;
}
#ranking-table tr:nth-child(11) {
  -webkit-animation-delay: 330ms;
     -moz-animation-delay: 330ms;
          animation-delay: 330ms;
}
#ranking-table tr:nth-child(12) {
  -webkit-animation-delay: 360ms;
     -moz-animation-delay: 360ms;
          animation-delay: 360ms;
}
#ranking-table tr:nth-child(13) {
  -webkit-animation-delay: 390ms;
     -moz-animation-delay: 390ms;
          animation-delay: 390ms;
}
#ranking-table tr:nth-child(14) {
  -webkit-animation-delay: 420ms;
     -moz-animation-delay: 420ms;
          animation-delay: 420ms;
}
#ranking-table tr:nth-child(15) {
  -webkit-animation-delay: 450ms;
     -moz-animation-delay: 450ms;
          animation-delay: 450ms;
}
#ranking-table tr:nth-child(16) {
  -webkit-animation-delay: 480ms;
     -moz-animation-delay: 480ms;
          animation-delay: 480ms;
}
#ranking-table tr:nth-child(17) {
  -webkit-animation-delay: 510ms;
     -moz-animation-delay: 510ms;
          animation-delay: 510ms;
}
#ranking-table tr:nth-child(18) {
  -webkit-animation-delay: 540ms;
     -moz-animation-delay: 540ms;
          animation-delay: 540ms;
}
#ranking-table tr:nth-child(19) {
  -webkit-animation-delay: 570ms;
     -moz-animation-delay: 570ms;
          animation-delay: 570ms;
}
#ranking-table tr:nth-child(20) {
  -webkit-animation-delay: 600ms;
     -moz-animation-delay: 600ms;
          animation-delay: 600ms;
}
#ranking-table tr:nth-child(21) {
  -webkit-animation-delay: 630ms;
     -moz-animation-delay: 630ms;
          animation-delay: 630ms;
}
#ranking-table tr:nth-child(22) {
  -webkit-animation-delay: 660ms;
     -moz-animation-delay: 660ms;
          animation-delay: 660ms;
}
#ranking-table tr:nth-child(23) {
  -webkit-animation-delay: 690ms;
     -moz-animation-delay: 690ms;
          animation-delay: 690ms;
}
#ranking-table tr:nth-child(24) {
  -webkit-animation-delay: 720ms;
     -moz-animation-delay: 720ms;
          animation-delay: 720ms;
}
#ranking-table tr:nth-child(25) {
  -webkit-animation-delay: 750ms;
     -moz-animation-delay: 750ms;
          animation-delay: 750ms;
}
#ranking-table tr:nth-child(26) {
  -webkit-animation-delay: 780ms;
     -moz-animation-delay: 780ms;
          animation-delay: 780ms;
}
#ranking-table tr:nth-child(27) {
  -webkit-animation-delay: 810ms;
     -moz-animation-delay: 810ms;
          animation-delay: 810ms;
}
#ranking-table tr:nth-child(28) {
  -webkit-animation-delay: 840ms;
     -moz-animation-delay: 840ms;
          animation-delay: 840ms;
}
#ranking-table tr:nth-child(29) {
  -webkit-animation-delay: 870ms;
     -moz-animation-delay: 870ms;
          animation-delay: 870ms;
}
#ranking-table tr:nth-child(30) {
  -webkit-animation-delay: 900ms;
     -moz-animation-delay: 900ms;
          animation-delay: 900ms;
}
#ranking-table tr:nth-child(31) {
  -webkit-animation-delay: 930ms;
     -moz-animation-delay: 930ms;
          animation-delay: 930ms;
}
#ranking-table tr:nth-child(32) {
  -webkit-animation-delay: 960ms;
     -moz-animation-delay: 960ms;
          animation-delay: 960ms;
}
#ranking-table tr:nth-child(33) {
  -webkit-animation-delay: 990ms;
     -moz-animation-delay: 990ms;
          animation-delay: 990ms;
}
#ranking-table tr:nth-child(34) {
  -webkit-animation-delay: 1020ms;
     -moz-animation-delay: 1020ms;
          animation-delay: 1020ms;
}
#ranking-table tr:nth-child(35) {
  -webkit-animation-delay: 1050ms;
     -moz-animation-delay: 1050ms;
          animation-delay: 1050ms;
}
#ranking-table tr:nth-child(36) {
  -webkit-animation-delay: 1080ms;
     -moz-animation-delay: 1080ms;
          animation-delay: 1080ms;
}
#ranking-table tr:nth-child(37) {
  -webkit-animation-delay: 1110ms;
     -moz-animation-delay: 1110ms;
          animation-delay: 1110ms;
}
#ranking-table tr:nth-child(38) {
  -webkit-animation-delay: 1140ms;
     -moz-animation-delay: 1140ms;
          animation-delay: 1140ms;
}
#ranking-table tr:nth-child(39) {
  -webkit-animation-delay: 1170ms;
     -moz-animation-delay: 1170ms;
          animation-delay: 1170ms;
}
#ranking-table tr:nth-child(40) {
  -webkit-animation-delay: 1200ms;
     -moz-animation-delay: 1200ms;
          animation-delay: 1200ms;
}
#ranking-table tr:nth-child(41) {
  -webkit-animation-delay: 1230ms;
     -moz-animation-delay: 1230ms;
          animation-delay: 1230ms;
}
#ranking-table tr:nth-child(42) {
  -webkit-animation-delay: 1260ms;
     -moz-animation-delay: 1260ms;
          animation-delay: 1260ms;
}
#ranking-table tr:nth-child(43) {
  -webkit-animation-delay: 1290ms;
     -moz-animation-delay: 1290ms;
          animation-delay: 1290ms;
}
#ranking-table tr:nth-child(44) {
  -webkit-animation-delay: 1320ms;
     -moz-animation-delay: 1320ms;
          animation-delay: 1320ms;
}
#ranking-table tr:nth-child(45) {
  -webkit-animation-delay: 1350ms;
     -moz-animation-delay: 1350ms;
          animation-delay: 1350ms;
}
#ranking-table tr:nth-child(46) {
  -webkit-animation-delay: 1380ms;
     -moz-animation-delay: 1380ms;
          animation-delay: 1380ms;
}
#ranking-table tr:nth-child(47) {
  -webkit-animation-delay: 1410ms;
     -moz-animation-delay: 1410ms;
          animation-delay: 1410ms;
}
#ranking-table tr:nth-child(48) {
  -webkit-animation-delay: 1440ms;
     -moz-animation-delay: 1440ms;
          animation-delay: 1440ms;
}
#ranking-table tr:nth-child(49) {
  -webkit-animation-delay: 1470ms;
     -moz-animation-delay: 1470ms;
          animation-delay: 1470ms;
}
#ranking-table tr:nth-child(50) {
  -webkit-animation-delay: 1500ms;
     -moz-animation-delay: 1500ms;
          animation-delay: 1500ms;
}
#ranking-table td:not(.user-name, .personal-info) a:hover {
  text-decoration: underline;
}
#ranking-table a {
  display: block;
}
#ranking-table th a:hover {
  color: #99badd;
}
#ranking-table th a, #ranking-table th a:link, #ranking-table th a:visited {
  color: #fff;
}
#ranking-table .rank {
  min-width: 2.4em;
}
#ranking-table .points {
  min-width: 2.4em;
}
#ranking-table .disqualified {
  background-color: #ffa8a8 !important;
}
#ranking-table .point-denominator {
  border-top: 1px solid #808080;
  font-size: 0.7em;
}
#ranking-table .start-time {
  display: none;
}
#ranking-table .personal-info {
  display: none;
}
#ranking-table .virtual-participation {
  color: grey;
  float: right;
}
#ranking-table .user-points, #ranking-table .user-points a {
  color: #000;
}

#org-dropdown-check-list {
  display: inline-block;
}

#org-check-list-wrapper {
  display: none;
  background: #fff;
  border: 1px solid gray;
  padding: 10px;
  right: auto;
  position: absolute;
  z-index: 1;
}
#org-check-list-wrapper button {
  margin-bottom: 5px;
  margin-left: 5px;
}
#org-check-list-wrapper #org-check-list {
  border-bottom: 1px solid gray;
  color: #000;
  text-align: left;
  font-weight: normal;
}
#org-check-list-wrapper #org-check-list li {
  list-style: none;
}
#org-check-list-wrapper .select2-selection__rendered {
  width: 260px !important;
}

#judge-versions .version {
  font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
}
#judge-versions .version-blank {
  background: #eee;
}
#judge-versions .version-latest {
  background: rgba(170, 255, 51, 0.8);
  color: black;
}
#judge-versions .version-outdated {
  background: rgba(255, 0, 0, 0.8);
  color: white;
}
#judge-versions tr:first-child {
  position: -webkit-sticky;
  position: sticky;
  top: 43px;
}

.django-as-table {
  text-align: left;
}
.django-as-table th {
  vertical-align: top;
  padding-top: 4px;
}

.centered-form {
  max-width: 800px;
  margin: auto;
}
.centered-form .submit-bar {
  float: right;
}

@media (min-width: 700px) {
  .xs-br {
    display: none;
  }
}
.auth-flow-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-flow: column wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-align-content: center;
          align-content: center;
  padding-top: 5%;
}

.grayed {
  color: #231f20;
}

.accordion {
  padding: 0;
}

.accordion .card {
  margin-bottom: 0.25em;
}

.accordion .card-body {
  display: none;
  border: 1px solid #ccc;
  overflow: hidden;
  padding: 1em;
}

.accordion .card-toggle {
  color: #fff;
  background: #231f20;
  border-radius: 4px 4px 0 0;
  display: block;
  font-size: 1.1em;
  padding: 0.5em;
  text-decoration: none;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.accordion .card-toggle:hover {
  background: rgba(35, 31, 32, 0.7);
}

/* Hack to make dropdown background follow theming */
.select2-dropdown {
  background-color: #fff !important;
  border: 1px solid #aaa !important;
  color: #000 !important;
}

.select2-container--dmoj .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--dmoj .select2-selection--single .select2-selection__rendered {
  color: #231f20;
  line-height: 28px;
}
.select2-container--dmoj .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--dmoj .select2-selection--single .select2-selection__placeholder {
  color: #808080;
}
.select2-container--dmoj .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--dmoj .select2-selection--single .select2-selection__arrow b {
  border-color: #808080 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--dmoj[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--dmoj[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--dmoj.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--dmoj.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--dmoj.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #808080 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--dmoj .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--dmoj .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--dmoj .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--dmoj .select2-selection--multiple .select2-selection__placeholder {
  color: #808080;
  margin-top: 5px;
  float: left;
}
.select2-container--dmoj .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--dmoj .select2-selection--multiple .select2-selection__choice {
  background-color: #eee;
  color: #000;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--dmoj .select2-selection--multiple .select2-selection__choice__remove {
  color: #808080;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--dmoj .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #231f20;
}
.select2-container--dmoj[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--dmoj[dir=rtl] .select2-selection--multiple .select2-selection__placeholder, .select2-container--dmoj[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--dmoj[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--dmoj[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--dmoj.select2-container--focus .select2-selection--multiple {
  border: solid #000 1px;
  outline: 0;
}
.select2-container--dmoj.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--dmoj.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--dmoj.select2-container--open.select2-container--above .select2-selection--single, .select2-container--dmoj.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--dmoj.select2-container--open.select2-container--below .select2-selection--single, .select2-container--dmoj.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--dmoj .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  background-color: #fff;
  color: #000;
}
.select2-container--dmoj .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000;
  -webkit-appearance: textfield;
}
.select2-container--dmoj .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
  color: #000;
}
.select2-container--dmoj .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--dmoj .select2-results__option[aria-disabled=true] {
  color: #808080;
}
.select2-container--dmoj .select2-results__option[aria-selected=true] {
  background-color: #ccc;
}
.select2-container--dmoj .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--dmoj .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--dmoj .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--dmoj .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--dmoj .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--dmoj .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--dmoj .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--dmoj .select2-results__option--highlighted[aria-selected] {
  background-color: #1e90ff;
  color: white;
}
.select2-container--dmoj .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.django-ace-widget {
  display: inline-block;
  position: relative;
  /* Scroll bar */
}
.django-ace-widget > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.django-ace-widget.loading {
  display: none;
}
.django-ace-widget ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f8f8f8;
}
.django-ace-widget ::-webkit-scrollbar {
  height: 6px;
  width: 6px;
  background-color: #f8f8f8;
}
.django-ace-widget ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

.django-ace-toolbar {
  font-size: 12px;
  text-align: left;
  color: #555;
  text-shadow: 0 1px 0 #fff;
  border-bottom: 1px solid #ccc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#eee));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), #eee);
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), #eee);
  background-image: linear-gradient(rgba(0, 0, 0, 0), #eee);
  background-repeat: repeat-x;
  clear: both;
  overflow: hidden;
}

.django-ace-max_min {
  float: right;
  padding: 5px;
  background: url("./ace/img/expand.png") no-repeat 5px 5px;
  display: block;
  height: 16px;
  width: 16px;
}

.django-ace-editor {
  position: relative;
}

.django-ace-editor-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
}
.django-ace-editor-fullscreen .django-ace-max_min {
  background-image: url("./ace/img/contract.png");
}

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uL3Nhc3NfcHJvY2Vzc2VkL3N0eWxlLmNzcyIsIi4uL3Jlc291cmNlcy9uYXZiYXIuc2NzcyIsIi4uL3Jlc291cmNlcy9hbmltYXRpb25zLnNjc3MiLCIuLi9yZXNvdXJjZXMvYmFzZS5zY3NzIiwiLi4vcmVzb3VyY2VzL3ZhcnMtY29tbW9uLnNjc3MiLCIuLi9yZXNvdXJjZXMvdmFycy5zY3NzIiwiLi4vcmVzb3VyY2VzL3B5Z21lbnQtZ2l0aHViLnNjc3MiLCIuLi9yZXNvdXJjZXMvdGFibGUuc2NzcyIsIi4uL3Jlc291cmNlcy9tYXRoLnNjc3MiLCIuLi9yZXNvdXJjZXMvc3RhdHVzLnNjc3MiLCIuLi9yZXNvdXJjZXMvYmxvZy5zY3NzIiwiLi4vcmVzb3VyY2VzL2Jsb2ctbW9kZXJuLnNjc3MiLCIuLi9yZXNvdXJjZXMvcHJvYmxlbS5zY3NzIiwiLi4vcmVzb3VyY2VzL3RpY2tldC5zY3NzIiwiLi4vcmVzb3VyY2VzL3JhbmtzLnNjc3MiLCIuLi9yZXNvdXJjZXMvdXNlcnMuc2NzcyIsIi4uL3Jlc291cmNlcy9jb250ZW50LWRlc2NyaXB0aW9uLnNjc3MiLCIuLi9yZXNvdXJjZXMvYmFzZS1kZXNjcmlwdGlvbi5zY3NzIiwiLi4vcmVzb3VyY2VzL21hcnRvci1kZXNjcmlwdGlvbi5zY3NzIiwiLi4vcmVzb3VyY2VzL3dpZGdldHMuc2NzcyIsIi4uL3Jlc291cmNlcy9mZWF0aGVybGlnaHQuc2NzcyIsIi4uL3Jlc291cmNlcy9jb21tZW50cy5zY3NzIiwiLi4vcmVzb3VyY2VzL3N1Ym1pc3Npb24uc2NzcyIsIi4uL3Jlc291cmNlcy9jb250ZXN0LnNjc3MiLCIuLi9yZXNvdXJjZXMvbWlzYy5zY3NzIiwiLi4vcmVzb3VyY2VzL2FjY29yZGlvbi5zY3NzIiwiLi4vcmVzb3VyY2VzL3NlbGVjdDItZG1vai5zY3NzIiwiLi4vcmVzb3VyY2VzL3NlbGVjdDIvX3NpbmdsZS5zY3NzIiwiLi4vcmVzb3VyY2VzL3NlbGVjdDIvX211bHRpcGxlLnNjc3MiLCIu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OztFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRnFNWjtBRXRNUTs7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUZ5TVo7QUUxTVE7O0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FGNk1aO0FFOU1ROztFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRmlOWjtBRWxOUTs7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUZxTlo7QUV0TlE7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGeU5aO0FFMU5ROztFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjZOWjtBRTlOUTs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZpT1o7QUVsT1E7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGcU9aO0FFdE9ROztFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnlPWjtBRTFPUTs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUY2T1o7QUU5T1E7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGaVBaO0FFbFBROztFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnFQWjtBRXRQUTs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ5UFo7QUUxUFE7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGNlBaO0FFOVBROztFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRmlRWjtBRWxRUTs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZxUVo7QUV0UVE7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGeVFaO0FFMVFROztFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjZRWjtBRTlRUTs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZpUlo7QUVsUlE7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGcVJaO0FFdFJROztFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnlSWjtBRTFSUTs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUY2Ulo7QUU5UlE7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGaVNaO0FFbFNROztFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnFTWjtBRXRTUTs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ5U1o7QUUxU1E7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGNlNaO0FFOVNROztFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRmlUWjtBRWxUUTs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZxVFo7QUV0VFE7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGeVRaO0FFMVRROztFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjZUWjtBRTlUUTs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZpVVo7QUVsVVE7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGcVVaO0FFdFVROztFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnlVWjtBRTFVUTs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUY2VVo7QUU5VVE7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGaVZaO0FFbFZROztFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnFWWjtBRXRWUTs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ5Vlo7QUUxVlE7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGNlZaO0FFOVZROztFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRmlXWjtBRWxXUTs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZxV1o7QUV0V1E7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGeVdaO0FFMVdROztFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjZXWjtBRTlXUTs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZpWFo7QUVsWFE7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGcVhaO0FFdFhROztFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnlYWjtBRTFYUTs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUY2WFo7QUU5WFE7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGaVlaO0FFbFlROztFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnFZWjtBRXRZUTs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ5WVo7QUUxWVE7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGNllaO0FFOVlROztFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRmlaWjtBRWxaUTs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZxWlo7QUV0WlE7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGeVpaO0FFMVpROztFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjZaWjtBRTlaUTs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZpYVo7QUVsYVE7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGcWFaO0FFdGFROztFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnlhWjtBRTFhUTs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUY2YVo7QUU5YVE7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGaWJaO0FFbGJROztFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnFiWjtBRXRiUTs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ5Ylo7QUUxYlE7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGNmJaO0FFOWJROztFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRmljWjtBRWxjUTs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZxY1o7QUV0Y1E7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGeWNaO0FFMWNROztFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjZjWjtBRTljUTs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZpZFo7QUVsZFE7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGcWRaO0FFdGRROztFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnlkWjtBRTFkUTs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUY2ZFo7QUU5ZFE7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGaWVaO0FFbGVROztFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnFlWjtBRXRlUTs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ5ZVo7QUUxZVE7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGNmVaO0FFOWVROztFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRmlmWjtBRWxmUTs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZxZlo7QUV0ZlE7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGeWZaO0FFMWZROztFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjZmWjtBRTlmUTs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZpZ0JaO0FFbGdCUTs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZxZ0JaO0FFdGdCUTs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ5Z0JaO0FFMWdCUTs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUY2Z0JaO0FFOWdCUTs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZpaEJaO0FFbGhCUTs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZxaEJaO0FFdGhCUTs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ5aEJaOztBRXBoQkE7RUFDSSx5RUFBQTtLQUFBLHNFQUFBO1VBQUEsaUVBQUE7QUZ1aEJKO0FFcmhCUTtFQUNJLDZCQUFBO0tBQUEsMEJBQUE7VUFBQSxxQkFBQTtBRnVoQlo7QUV4aEJRO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FGMGhCWjtBRTNoQlE7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUY2aEJaO0FFOWhCUTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRmdpQlo7QUVqaUJRO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FGbWlCWjtBRXBpQlE7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUZzaUJaO0FFdmlCUTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRnlpQlo7QUUxaUJRO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FGNGlCWjtBRTdpQlE7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUYraUJaO0FFaGpCUTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRmtqQlo7QUVuakJRO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FGcWpCWjtBRXRqQlE7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUZ3akJaO0FFempCUTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRjJqQlo7QUU1akJRO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FGOGpCWjtBRS9qQlE7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUZpa0JaO0FFbGtCUTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRm9rQlo7QUVya0JRO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FGdWtCWjtBRXhrQlE7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUYwa0JaO0FFM2tCUTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRjZrQlo7QUU5a0JRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGZ2xCWjtBRWpsQlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZtbEJaO0FFcGxCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnNsQlo7QUV2bEJRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGeWxCWjtBRTFsQlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUY0bEJaO0FFN2xCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRitsQlo7QUVobUJRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGa21CWjtBRW5tQlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZxbUJaO0FFdG1CUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRndtQlo7QUV6bUJRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGMm1CWjtBRTVtQlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUY4bUJaO0FFL21CUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRmluQlo7QUVsbkJRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGb25CWjtBRXJuQlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ1bkJaO0FFeG5CUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjBuQlo7QUUzbkJRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGNm5CWjtBRTluQlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZnb0JaO0FFam9CUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRm1vQlo7QUVwb0JRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGc29CWjtBRXZvQlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ5b0JaO0FFMW9CUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjRvQlo7QUU3b0JRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGK29CWjtBRWhwQlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZrcEJaO0FFbnBCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnFwQlo7QUV0cEJRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGd3BCWjtBRXpwQlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUYycEJaO0FFNXBCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjhwQlo7QUUvcEJRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGaXFCWjtBRWxxQlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZvcUJaO0FFcnFCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnVxQlo7QUV4cUJRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGMHFCWjtBRTNxQlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUY2cUJaO0FFOXFCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRmdyQlo7QUVqckJRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGbXJCWjtBRXByQlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZzckJaO0FFdnJCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnlyQlo7QUUxckJRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGNHJCWjtBRTdyQlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUYrckJaO0FFaHNCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRmtzQlo7QUVuc0JRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGcXNCWjtBRXRzQlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ3c0JaO0FFenNCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjJzQlo7QUU1c0JRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGOHNCWjtBRS9zQlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZpdEJaO0FFbHRCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRm90Qlo7QUVydEJRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGdXRCWjtBRXh0QlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUYwdEJaO0FFM3RCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjZ0Qlo7QUU5dEJRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGZ3VCWjtBRWp1QlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZtdUJaO0FFcHVCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnN1Qlo7QUV2dUJRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGeXVCWjtBRTF1QlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUY0dUJaO0FFN3VCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRit1Qlo7QUVodkJRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGa3ZCWjtBRW52QlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZxdkJaO0FFdHZCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnd2Qlo7QUV6dkJRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGMnZCWjtBRTV2QlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUY4dkJaO0FFL3ZCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRml3Qlo7QUVsd0JRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGb3dCWjtBRXJ3QlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ1d0JaO0FFeHdCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjB3Qlo7QUUzd0JRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGNndCWjtBRTl3QlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZneEJaO0FFanhCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRm14Qlo7QUVweEJRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGc3hCWjtBRXZ4QlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ5eEJaO0FFMXhCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjR4Qlo7QUU3eEJRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGK3hCWjtBRWh5QlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZreUJaO0FFbnlCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnF5Qlo7QUV0eUJRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGd3lCWjtBRXp5QlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUYyeUJaO0FFNXlCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjh5Qlo7QUUveUJRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGaXpCWjtBRWx6QlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZvekJaO0FFcnpCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnV6Qlo7QUV4ekJRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGMHpCWjtBRTN6QlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUY2ekJaO0FFOXpCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRmcwQlo7O0FFenpCUTtFQUNJLDZCQUFBO0tBQUEsMEJBQUE7VUFBQSxxQkFBQTtBRjR6Qlo7QUU3ekJRO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FGK3pCWjtBRWgwQlE7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUZrMEJaO0FFbjBCUTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRnEwQlo7QUV0MEJRO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FGdzBCWjtBRXowQlE7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUYyMEJaO0FFNTBCUTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRjgwQlo7QUUvMEJRO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FGaTFCWjtBRWwxQlE7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUZvMUJaO0FFcjFCUTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRnUxQlo7QUV4MUJRO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FGMDFCWjtBRTMxQlE7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUY2MUJaO0FFOTFCUTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRmcyQlo7QUVqMkJRO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FGbTJCWjtBRXAyQlE7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUZzMkJaO0FFdjJCUTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRnkyQlo7QUUxMkJRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGNDJCWjtBRTcyQlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUYrMkJaO0FFaDNCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRmszQlo7QUVuM0JRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGcTNCWjtBRXQzQlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ3M0JaO0FFejNCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjIzQlo7QUU1M0JRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGODNCWjtBRS8zQlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZpNEJaO0FFbDRCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRm80Qlo7QUVyNEJRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGdTRCWjtBRXg0QlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUYwNEJaO0FFMzRCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjY0Qlo7QUU5NEJRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGZzVCWjtBRWo1QlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZtNUJaO0FFcDVCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnM1Qlo7QUV2NUJRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGeTVCWjtBRTE1QlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUY0NUJaO0FFNzVCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRis1Qlo7QUVoNkJRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGazZCWjtBRW42QlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZxNkJaO0FFdDZCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnc2Qlo7QUV6NkJRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGMjZCWjtBRTU2QlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUY4NkJaO0FFLzZCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRmk3Qlo7QUVsN0JRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGbzdCWjtBRXI3QlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ1N0JaO0FFeDdCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjA3Qlo7QUUzN0JRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGNjdCWjtBRTk3QlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZnOEJaO0FFajhCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRm04Qlo7QUVwOEJRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGczhCWjtBRXY4QlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ5OEJaO0FFMThCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjQ4Qlo7QUU3OEJRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGKzhCWjtBRWg5QlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZrOUJaO0FFbjlCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnE5Qlo7QUV0OUJRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGdzlCWjtBRXo5QlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUYyOUJaO0FFNTlCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjg5Qlo7QUUvOUJRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGaStCWjtBRWwrQlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZvK0JaO0FFcitCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnUrQlo7QUV4K0JRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGMCtCWjtBRTMrQlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUY2K0JaO0FFOStCUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRmcvQlo7QUVqL0JRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGbS9CWjtBRXAvQlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZzL0JaO0FFdi9CUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnkvQlo7QUUxL0JRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGNC9CWjtBRTcvQlE7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUYrL0JaO0FFaGdDUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRmtnQ1o7QUVuZ0NRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGcWdDWjtBRXRnQ1E7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ3Z0NaO0FFemdDUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjJnQ1o7QUU1Z0NRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGOGdDWjtBRS9nQ1E7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZpaENaO0FFbGhDUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRm9oQ1o7QUVyaENRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGdWhDWjtBRXhoQ1E7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUYwaENaO0FFM2hDUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjZoQ1o7QUU5aENRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGZ2lDWjtBRWppQ1E7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZtaUNaO0FFcGlDUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnNpQ1o7QUV2aUNRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGeWlDWjtBRTFpQ1E7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUY0aUNaO0FFN2lDUTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRitpQ1o7QUVoakNRO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFB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Ozs7OztFQUVJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRjJ0Q1o7QUV6dENROzs7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUY2dENaO0FFcnVDUTs7O0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FGeXVDWjtBRXZ1Q1E7Ozs7OztFQUVJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRjZ1Q1o7QUUzdUNROzs7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUYrdUNaO0FFdnZDUTs7O0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FGMnZDWjtBRXp2Q1E7Ozs7OztFQUVJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRit2Q1o7QUU3dkNROzs7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUZpd0NaO0FFendDUTs7O0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FGNndDWjtBRTN3Q1E7Ozs7OztFQUVJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRml4Q1o7QUUvd0NROzs7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUZteENaO0FFM3hDUTs7O0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FGK3hDWjtBRTd4Q1E7Ozs7OztFQUVJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRm15Q1o7QUVqeUNROzs7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUZxeUNaO0FFN3lDUTs7O0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FGaXpDWjtBRS95Q1E7Ozs7OztFQUVJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRnF6Q1o7QUVuekNROzs7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUZ1ekNaO0FFL3pDUTs7O0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FGbTBDWjtBRWowQ1E7Ozs7OztFQUVJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRnUwQ1o7QUVyMENROzs7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUZ5MENaO0FFajFDUTs7O0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FGcTFDWjtBRW4xQ1E7Ozs7OztFQUVJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRnkxQ1o7QUV2MUNROzs7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUYyMUNaO0FFbjJDUTs7O0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FGdTJDWjtBRXIyQ1E7Ozs7OztFQUVJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRjIyQ1o7QUV6MkNROzs7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUY2MkNaO0FFcjNDUTs7O0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FGeTNDWjtBRXYzQ1E7Ozs7OztFQUVJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRjYzQ1o7QUUzM0NROzs7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUYrM0NaO0FFdjRDUTs7O0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FGMjRDWjtBRXo0Q1E7Ozs7OztFQUVJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRis0Q1o7QUU3NENROzs7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUZpNUNaO0FFejVDUTs7O0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FGNjVDWjtBRTM1Q1E7Ozs7OztFQUVJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRmk2Q1o7QUUvNUNROzs7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUZtNkNaO0FFMzZDUTs7O0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FGKzZDWjtBRTc2Q1E7Ozs7OztFQUVJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRm03Q1o7QUVqN0NROzs7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUZxN0NaO0FFNzdDUTs7O0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FGaThDWjtBRS83Q1E7Ozs7OztFQUVJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRnE4Q1o7QUVuOENROzs7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUZ1OENaO0FFLzhDUTs7O0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FGbTlDWjtBRWo5Q1E7Ozs7OztFQUVJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRnU5Q1o7QUVyOUNROzs7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUZ5OUNaO0FFaitDUTs7O0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FGcStDWjtBRW4rQ1E7Ozs7OztFQUVJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRnkrQ1o7QUV2K0NROzs7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUYyK0NaO0FFbi9DUTs7O0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FGdS9DWjtBRXIvQ1E7Ozs7OztFQUVJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRjIvQ1o7QUV6L0NROzs7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUY2L0NaO0FFcmdEUTs7O0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FGeWdEWjtBRXZnRFE7Ozs7OztFQUVJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRjZnRFo7QUUzZ0RROzs7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUYrZ0RaO0FFdmhEUTs7O0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FGMmhEWjtBRXpoRFE7Ozs7OztFQUVJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBRitoRFo7QUU3aERROzs7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUZpaURaO0FFemlEUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGNmlEWjtBRTNpRFE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRmlqRFo7QUUvaURROzs7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUZtakRaO0FFM2pEUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGK2pEWjtBRTdqRFE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRm1rRFo7QUVqa0RROzs7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUZxa0RaO0FFN2tEUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGaWxEWjtBRS9rRFE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnFsRFo7QUVubERROzs7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUZ1bERaO0FFL2xEUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGbW1EWjtBRWptRFE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnVtRFo7QUVybURROzs7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUZ5bURaO0FFam5EUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGcW5EWjtBRW5uRFE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnluRFo7QUV2bkRROzs7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUYybkRaO0FFbm9EUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGdW9EWjtBRXJvRFE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjJvRFo7QUV6b0RROzs7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUY2b0RaO0FFcnBEUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGeXBEWjtBRXZwRFE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjZwRFo7QUUzcERROzs7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUYrcERaO0FFdnFEUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGMnFEWjtBRXpxRFE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRitxRFo7QUU3cURROzs7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUZpckRaO0FFenJEUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGNnJEWjtBRTNyRFE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRmlzRFo7QUUvckRROzs7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QUZtc0RaO0FFM3NEUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGK3NEWjtBRTdzRFE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRm10RFo7QUVqdERROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZxdERaO0FFN3REUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGaXVEWjtBRS90RFE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnF1RFo7QUVudURROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ1dURaO0FFL3VEUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGbXZEWjtBRWp2RFE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnV2RFo7QUVydkRROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ5dkRaO0FFandEUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGcXdEWjtBRW53RFE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnl3RFo7QUV2d0RROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUYyd0RaO0FFbnhEUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGdXhEWjtBRXJ4RFE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjJ4RFo7QUV6eERROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUY2eERaO0FFcnlEUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGeXlEWjtBRXZ5RFE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjZ5RFo7QUUzeURROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUYreURaO0FFdnpEUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGMnpEWjtBRXp6RFE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRit6RFo7QUU3ekRROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZpMERaO0FFejBEUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGNjBEWjtBRTMwRFE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRmkxRFo7QUUvMERROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZtMURaO0FFMzFEUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGKzFEWjtBRTcxRFE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRm0yRFo7QUVqMkRROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZxMkRaO0FFNzJEUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGaTNEWjtBRS8yRFE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnEzRFo7QUVuM0RROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ1M0RaO0FFLzNEUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGbTREWjtBRWo0RFE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnU0RFo7QUVyNERROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ5NERaO0FFajVEUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGcTVEWjtBRW41RFE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnk1RFo7QUV2NURROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUYyNURaO0FFbjZEUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGdTZEWjtBRXI2RFE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjI2RFo7QUV6NkRROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUY2NkRaO0FFcjdEUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGeTdEWjtBRXY3RFE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjY3RFo7QUUzN0RROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUYrN0RaO0FFdjhEUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGMjhEWjtBRXo4RFE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRis4RFo7QUU3OERROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZpOURaO0FFejlEUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGNjlEWjtBRTM5RFE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRmkrRFo7QUUvOURROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZtK0RaO0FFMytEUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGKytEWjtBRTcrRFE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRm0vRFo7QUVqL0RROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZxL0RaO0FFNy9EUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGaWdFWjtBRS8vRFE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnFnRVo7QUVuZ0VROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ1Z0VaO0FFL2dFUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGbWhFWjtBRWpoRVE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnVoRVo7QUVyaEVROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ5aEVaO0FFamlFUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGcWlFWjtBRW5pRVE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnlpRVo7QUV2aUVROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUYyaUVaO0FFbmpFUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGdWpFWjtBRXJqRVE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjJqRVo7QUV6akVROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUY2akVaO0FFcmtFUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGeWtFWjtBRXZrRVE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjZrRVo7QUUza0VROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUYra0VaO0FFdmxFUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGMmxFWjtBRXpsRVE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRitsRVo7QUU3bEVROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZpbUVaO0FFem1FUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGNm1FWjtBRTNtRVE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRmluRVo7QUUvbUVROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZtbkVaO0FFM25FUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGK25FWjtBRTduRVE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRm1vRVo7QUVqb0VROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZxb0VaO0FFN29FUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGaXBFWjtBRS9vRVE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnFwRVo7QUVucEVROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ1cEVaO0FFL3BFUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGbXFFWjtBRWpxRVE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnVxRVo7QUVycUVROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ5cUVaO0FFanJFUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGcXJFWjtBRW5yRVE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnlyRVo7QUV2ckVROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUYyckVaO0FFbnNFUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGdXNFWjtBRXJzRVE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjJzRVo7QUV6c0VROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUY2c0VaO0FFcnRFUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGeXRFWjtBRXZ0RVE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjZ0RVo7QUUzdEVROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUYrdEVaO0FFdnVFUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGMnVFWjtBRXp1RVE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRit1RVo7QUU3dUVROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZpdkVaO0FFenZFUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGNnZFWjtBRTN2RVE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRml3RVo7QUUvdkVROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZtd0VaO0FFM3dFUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGK3dFWjtBRTd3RVE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRm14RVo7QUVqeEVROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZxeEVaO0FFN3hFUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGaXlFWjtBRS94RVE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnF5RVo7QUVueUVROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ1eUVaO0FFL3lFUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGbXpFWjtBRWp6RVE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnV6RVo7QUVyekVROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ5ekVaO0FFajBFUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGcTBFWjtBRW4wRVE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnkwRVo7QUV2MEVROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUYyMEVaO0FFbjFFUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGdTFFWjtBRXIxRVE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjIxRVo7QUV6MUVROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUY2MUVaO0FFcjJFUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGeTJFWjtBRXYyRVE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjYyRVo7QUUzMkVROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUYrMkVaO0FFdjNFUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGMjNFWjtBRXozRVE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRiszRVo7QUU3M0VROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZpNEVaO0FFejRFUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGNjRFWjtBRTM0RVE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRmk1RVo7QUUvNEVROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZtNUVaO0FFMzVFUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGKzVFWjtBRTc1RVE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRm02RVo7QUVqNkVROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZxNkVaO0FFNzZFUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGaTdFWjtBRS82RVE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnE3RVo7QUVuN0VROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ1N0VaO0FFLzdFUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGbThFWjtBRWo4RVE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnU4RVo7QUVyOEVROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ5OEVaO0FFajlFUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGcTlFWjtBRW45RVE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnk5RVo7QUV2OUVROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUYyOUVaO0FFbitFUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGdStFWjtBRXIrRVE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjIrRVo7QUV6K0VROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUY2K0VaO0FFci9FUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGeS9FWjtBRXYvRVE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjYvRVo7QUUzL0VROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUYrL0VaO0FFdmdGUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGMmdGWjtBRXpnRlE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRitnRlo7QUU3Z0ZROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZpaEZaO0FFemhGUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGNmhGWjtBRTNoRlE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRmlpRlo7QUUvaEZROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZtaUZaO0FFM2lGUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGK2lGWjtBRTdpRlE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRm1qRlo7QUVqakZROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZxakZaO0FFN2pGUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGaWtGWjtBRS9qRlE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnFrRlo7QUVua0ZROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ1a0ZaO0FFL2tGUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGbWxGWjtBRWpsRlE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnVsRlo7QUVybEZROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ5bEZaO0FFam1GUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGcW1GWjtBRW5tRlE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnltRlo7QUV2bUZROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUYybUZaO0FFbm5GUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGdW5GWjtBRXJuRlE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjJuRlo7QUV6bkZROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUY2bkZaO0FFcm9GUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGeW9GWjtBRXZvRlE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjZvRlo7QUUzb0ZROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUYrb0ZaO0FFdnBGUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGMnBGWjtBRXpwRlE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRitwRlo7QUU3cEZROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZpcUZaO0FFenFGUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGNnFGWjtBRTNxRlE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRmlyRlo7QUUvcUZROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZtckZaO0FFM3JGUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGK3JGWjtBRTdyRlE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRm1zRlo7QUVqc0ZROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZxc0ZaO0FFN3NGUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGaXRGWjtBRS9zRlE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnF0Rlo7QUVudEZROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ1dEZaO0FFL3RGUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGbXVGWjtBRWp1RlE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnV1Rlo7QUVydUZROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUZ5dUZaO0FFanZGUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGcXZGWjtBRW52RlE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRnl2Rlo7QUV2dkZROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUYydkZaO0FFbndGUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGdXdGWjtBRXJ3RlE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjJ3Rlo7QUV6d0ZROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUY2d0ZaO0FFcnhGUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGeXhGWjtBRXZ4RlE7Ozs7OztFQUVJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBRjZ4Rlo7QUUzeEZROzs7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QUYreEZaO0FFdnlGUTs7O0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FGMnlGWjtBRXp5RlE7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TTl4SVE7RUFBTSxjQUFBO0VBQWdCLGtCQUFBO0FOa3lJOUI7QU1qeUlRO0VBQU0sY0FBQTtBTm95SWQ7QU1ueUlRO0VBQU0sY0FBQTtBTnN5SWQ7QU1yeUlRO0VBQU0sY0FBQTtFQUFnQix5QkFBQTtBTnl5STlCO0FNeHlJUTtFQUFNLGNBQUE7QU4yeUlkO0FNMXlJUTtFQUFNLGNBQUE7QU42eUlkO0FNNXlJUTtFQUFNLGlCQUFBO0FOK3lJZDtBTTl5SVE7RUFBTSxjQUFBO0FOaXpJZDtBTWh6SVE7RUFBTSxjQUFBO0FObXpJZDtBTWx6SVE7RUFBTSxjQUFBO0VBQWdCLGlCQUFBO0FOc3pJOUI7QU1yeklRO0VBQU0sY0FBQTtFQUFnQixpQkFBQTtBTnl6STlCO0FNeHpJUTtFQUFNLGNBQUE7RUFBZ0IsaUJBQUE7QU40ekk5QjtBTTN6SVE7RUFBTSxjQUFBO0VBQWdCLGlCQUFBO0FOK3pJOUI7QU05eklRO0VBQU0sY0FBQTtFQUFnQixpQkFBQTtBTmswSTlCO0FNajBJUTtFQUFNLGNBQUE7RUFBZ0IsaUJBQUE7QU5xMEk5QjtBTXAwSVE7RUFBSyxjQUFBO0FOdTBJYjtBTXQwSVE7RUFBSyxjQUFBO0FOeTBJYjtBTXgwSVE7RUFBTSxjQUFBO0FOMjBJZDtBTTEwSVE7RUFBTSxjQUFBO0FONjBJZDtBTTUwSVE7RUFBTSxjQUFBO0VBQWdCLGlCQUFBO0FOZzFJOUI7QU0vMElRO0VBQU0sY0FBQTtBTmsxSWQ7QU1qMUlRO0VBQU0sY0FBQTtFQUFnQixpQkFBQTtBTnExSTlCO0FNcDFJUTtFQUFNLGNBQUE7QU51MUlkO0FNdDFJUTtFQUFNLGNBQUE7RUFBZ0IsaUJBQUE7QU4wMUk5QjtBTXoxSVE7RUFBTSxjQUFBO0VBQWdCLGlCQUFBO0FONjFJOUI7QU01MUlRO0VBQU0sY0FBQTtFQUFnQixpQkFBQTtBTmcySTlCO0FNLzFJUTtFQUFNLGNBQUE7QU5rMklkO0FNajJJUTtFQUFNLGNBQUE7QU5vMklkO0FNbjJJUTtFQUFNLGNBQUE7QU5zMklkO0FNcjJJUTtFQUFNLGNBQUE7RUFBZ0IsaUJBQUE7QU55Mkk5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LHNCQUFBO0FaNHRMaEI7QVk3dExZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FaK3RMaEI7QVlodUxZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0Faa3VMaEI7QVludUxZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FacXVMaEI7QVl0dUxZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0Fad3VMaEI7QVl6dUxZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FaMnVMaEI7QVk1dUxZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FaOHVMaEI7QVkvdUxZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FaaXZMaEI7QVlsdkxZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0Fab3ZMaEI7QVlydkxZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FadXZMaEI7QVl4dkxZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FaMHZMaEI7QVkzdkxZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FaNnZMaEI7QVk5dkxZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FaZ3dMaEI7QVlqd0xZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FabXdMaEI7QVlwd0xZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0Fac3dMaEI7QVl2d0xZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FaeXdMaEI7QVkxd0xZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FaNHdMaEI7QVk3d0xZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FaK3dMaEI7QVloeExZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0Faa3hMaEI7QVlueExZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FacXhMaEI7QVl0eExZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0Fad3hMaEI7QVl6eExZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FaMnhMaEI7QVk1eExZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FaOHhMaEI7QVkveExZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FaaXlMaEI7QVlseUxZO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0Fab3lMaEI7QVlyeUxZO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FadXlMaEI7QVl4eUxZO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FaMHlMaEI7QVkzeUxZO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FaNnlMaEI7QVk5eUxZO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FaZ3pMaEI7QVlqekxZO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FabXpMaEI7QVlwekxZO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0Fac3pMaEI7QVl2ekxZO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FaeXpMaEI7QVkxekxZO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FaNHpMaEI7QVk3ekxZO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FaK3pMaEI7QVloMExZO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FaazBMaEI7QVluMExZO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FacTBMaEI7QVl0MExZO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FadzBMaEI7QVl6MExZO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FaMjBMaEI7QVk1MExZO0VB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QUNJLGVWOUNPO0FKODZOZjtBYzkzTkk7RUFDSSxhVmpETztBSmk3TmY7QWNwNE5JO0VBQ0ksZVRma0I7QUxxNU4xQjtBY3A0Tkk7RUFDSSxhVGxCa0I7QUx3NU4xQjtBYzE0Tkk7RUFDSSxlVi9DUztBSjI3TmpCO0FjMTROSTtFQUNJLGFWbERTO0FKODdOakI7QWNoNU5JO0VBQ0ksZVRid0I7QUwrNU5oQztBY2g1Tkk7RUFDSSxhVGhCd0I7QUxrNk5oQztBY3Q1Tkk7RUFDSSxlVFpjO0FMbzZOdEI7QWN0NU5JO0VBQ0ksYVRmYztBTHU2TnRCO0FjNTVOSTtFQUNJLGVUWG1CO0FMeTZOM0I7QWM1NU5JO0VBQ0ksYVRkbUI7QUw0Nk4zQjs7QWM3Mk5BO0VBQ0ksaUJBQUE7QWRnM05KOztBYzcyTkE7RUFDSSxXVDNFZ0I7RVM0RWhCLG1CQUFBO0FkZzNOSjs7QWM3Mk5BO0VBQ0ksY1QvRWtCO0FMKzdOdEI7O0FjNzJOQTtFQUNJLGNWaEhXO0FKZytOZjs7QWM3Mk5BO0VBQ0ksY1RyRnNCO0FMcThOMUI7O0FjNzJOQTtFQUNJLGNWekhhO0FKeStOakI7O0FjNzJOQTtFQUNJLGNUM0Y0QjtBTDI4TmhDOztBYzcyTkE7O0VBRUksY1QvRmtCO0FMKzhOdEI7O0FjNzJOQTs7O0VBR0ksY1RwR3VCO0FMbzlOM0I7O0FjNzJOQTtFQUNJLFdUN0hlO0FMNitObkI7O0FjNzJOQTtFQUNJLG1CQUFBO0VBQ0EscUJBQUE7RUFDQSxZQUFBO0FkZzNOSjtBYzkyTkk7RUFDSSxxQkFBQTtFQUNBLHNCQUFBO0FkZzNOUjtBYzcyTkk7RUFDSSxtQkFBQTtFQUNBLHNCQUFBO0FkKzJOUjs7QWV4Z09BO0VBQ0ksaUJBQUE7RUFDQSxnQkFBQTtBZjJnT0o7O0FldmdPSTtFQUNJLGtDQUFBO0FmMGdPUjtBZXRnT1E7RUFDSSxlQUFBO0Fmd2dPWjs7QWVuZ09BO0VBQ0ksZUFBQTtBZnNnT0o7O0FlbmdPQTtFQUNJLFdBQUE7RUFDQSxhQUFBO0Fmc2dPSjs7QWVuZ09BO0VBQ0ksc0JBQUE7QWZzZ09KOztBZW5nT0E7RUFDSSxtQkFBQTtBZnNnT0o7O0FlbGdPSTtFQUNJLG1CQUFBO0FmcWdPUjtBZWxnT0k7RUFDSSxpQkFBQTtFQUNBLGtCQUFBO0Fmb2dPUjtBZWpnT0k7RUFDSSxXQUFBO0FmbWdPUjtBZS8vTlE7RUFDSSxjVnpDTTtFVTBDTixnQkFBQTtBZmlnT1o7O0FlMy9OSTtFQUNJLGdEQUFBO0VBQUEsNkNBQUE7RUFBQSx3Q0FBQTtFQUNBLDZDQUFBO0tBQUEsMENBQUE7VUFBQSxxQ0FBQTtBZjgvTlI7QWUzL05ZO0VBQ0ksNkJBQUE7S0FBQSwwQkFBQTtVQUFBLHFCQUFBO0FmNi9OaEI7QWU5L05ZO0VBQ0ksNkJBQUE7S0FBQSwwQkFBQTtVQUFBLHFCQUFBO0FmZ2dPaEI7QWVqZ09ZO0VBQ0ksNkJBQUE7S0FBQSwwQkFBQTtVQUFBLHFCQUFBO0FmbWdPaEI7QWVwZ09ZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0Fmc2dPaEI7QWV2Z09ZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FmeWdPaEI7QWUxZ09ZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FmNGdPaEI7QWU3Z09ZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FmK2dPaEI7QWVoaE9ZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0Fma2hPaEI7QWVuaE9ZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FmcWhPaEI7QWV0aE9ZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0Fmd2hPaEI7QWV6aE9ZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FmMmhPaEI7QWU1aE9ZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FmOGhPaEI7QWUvaE9ZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FmaWlPaEI7QWVsaU9ZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0Fmb2lPaEI7QWVyaU9ZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FmdWlPaEI7QWV4aU9ZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FmMGlPaEI7QWUzaU9ZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FmNmlPaEI7QWU5aU9ZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FmZ2pPaEI7QWVqak9ZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FmbWpPaEI7QWVwak9ZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0Fmc2pPaEI7QWV2ak9ZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FmeWpPaEI7QWUxak9ZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FmNGpPaEI7QWU3ak9ZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FmK2pPaEI7QWVoa09ZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0Fma2tPaEI7QWVua09ZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FmcWtPaEI7QWV0a09ZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0Fmd2tPaEI7QWV6a09ZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FmMmtPaEI7QWU1a09ZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FmOGtPaEI7QWUva09ZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FmaWxPaEI7QWVsbE9ZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0Fmb2xPaEI7QWVybE9ZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FmdWxPaEI7QWV4bE9ZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FmMGxPaEI7QWUzbE9ZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0FmNmxPaEI7QWU5bE9ZO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FmZ21PaEI7QWVqbU9ZO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FmbW1PaEI7QWVwbU9ZO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0Fmc21PaEI7QWV2bU9ZO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FmeW1PaEI7QWUxbU9ZO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FmNG1PaEI7QWU3bU9ZO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FmK21PaEI7QWVobk9ZO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0Fma25PaEI7QWVubk9ZO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FmcW5PaEI7QWV0bk9ZO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0Fmd25PaEI7QWV6bk9ZO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FmMm5PaEI7QWU1bk9ZO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FmOG5PaEI7QWUvbk9ZO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FmaW9PaEI7QWVsb09ZO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0Fmb29PaEI7QWVyb09ZO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FmdW9PaEI7QWV4b09ZO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FmMG9PaEI7QWUzb09ZO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FmNm9PaEI7QWU5b09ZO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0FmZ3BPaEI7QWU1b09RO0VBQ0ksK0JBQUE7QWY4b09aO0FlM29PUTtFQUNJLDZDQUFBO0FmNm9PWjtBZXpvT0k7RUFDSSxXVnpFUztBTG90T2pCO0Flem9PUTtFQUVJ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O1VBQUEsc0JBQUE7QXZCZ3ZTaEI7QXVCanZTWTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBdkJtdlNoQjtBdUJwdlNZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0F2QnN2U2hCO0F1QnZ2U1k7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QXZCeXZTaEI7QXVCMXZTWTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBdkI0dlNoQjtBdUI3dlNZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0F2Qit2U2hCO0F1Qmh3U1k7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QXZCa3dTaEI7QXVCbndTWTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBdkJxd1NoQjtBdUJ0d1NZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0F2Qnd3U2hCO0F1Qnp3U1k7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QXZCMndTaEI7QXVCNXdTWTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBdkI4d1NoQjtBdUIvd1NZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0F2Qml4U2hCO0F1Qmx4U1k7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QXZCb3hTaEI7QXVCcnhTWTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBdkJ1eFNoQjtBdUJ4eFNZO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0F2QjB4U2hCO0F1QjN4U1k7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QXZCNnhTaEI7QXVCOXhTWTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBdkJneVNoQjtBdUJqeVNZO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0F2Qm15U2hCO0F1QnB5U1k7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QXZCc3lTaEI7QXVCanlTSTtFQUNJLGdCQUFBO0VBQ0EsY2xCeEhVO0VrQnlIVixrQkFBQTtBdkJteVNSO0F1Qmh5U0k7RUFDSSxvQkFBQTtFQUNBLG1CQUFBO0F2Qmt5U1I7QXVCL3hTSTtFQUNJLHFCQUFBO0VBQ0EsV0FBQTtBdkJpeVNSO0F1Qjl4U0k7RUFDSSxnQkFBQTtFQUNBLDhCQUFBO0F2Qmd5U1I7QXVCN3hTSTtFQUNJLFdsQmpKUztBTGc3U2pCOztBdUIzeFNBO0VBQ0ksd0RBQUE7VUFBQSxnREFBQTtFQUNBLHFCQUFBO0VBQ0EscUJBQUE7RUFDQSxnQkFBQTtFQUNBLG9CQUFBO0VBQ0Esa0JBQUE7RUFDQSxxQkFBQTtFQUNBLDRDQUFBO0tBQUEseUNBQUE7VUFBQSxvQ0FBQTtBdkI4eFNKO0F1QjN4U1E7RUFDSSw2QkFBQTtLQUFBLDBCQUFBO1VBQUEscUJBQUE7QXZCNnhTWjtBdUI5eFNRO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0F2Qmd5U1o7QXVCanlTUTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBdkJteVNaO0F1QnB5U1E7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QXZCc3lTWjtBdUJ2eVNRO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0F2Qnl5U1o7QXVCMXlTUTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBdkI0eVNaO0F1Qjd5U1E7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QXZCK3lTWjtBdUJoelNRO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0F2Qmt6U1o7QXVCbnpTUTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBdkJxelNaO0F1QnR6U1E7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QXZCd3pTWjs7QXVCbnpTQTtFQUNJLGVBQUE7RUFDQSxnQkFBQTtBdkJzelNKOztBdUJuelNBO0VBQ0ksZUFBQTtFQUNBLDJCQUFBO0VBQ0Esa0JBQUE7RUFDQSxrQkFBQTtFQUNBLDRCQUFBO0VBQ0EsNkJBQUE7QXZCc3pTSjtBdUJwelNJO0VBQ0ksZUFBQTtFQUNBLFlBQUE7RUFDQSxVQUFBO0VBQ0EsZ0JBQUE7RUFDQSxnQkFBQTtBdkJzelNSOztBdUJselNBO0VBQ0ksWUFBQTtFQUNBLG9CQUFBO0VBQUEscUJBQUE7RUFBQSxpQkFBQTtFQUFBLGFBQUE7RUFVQSxjQUFBO0F2QjR5U0o7QXVCcHpTSTtFQUNJLGNsQjFMVTtBTGcvU2xCO0F1Qm56U0k7RUFDSSxpQkFBQTtBdkJxelNSOztBdUIveVNBO0VBQ0ksZUFBQTtFQXFDQSw4Q0FBQTtBdkI4d1NKO0F1Qmp6U0k7RUFDSSxlQUFBO0VBQ0Esa0JBQUE7QXZCbXpTUjtBdUJoelNJO0VBQ0ksZ0NBQUE7QXZCa3pTUjtBdUIveVNJO0VBQ0ksY0FBQTtBdkJpelNSO0F1Qjl5U0k7RUFDSSxhQUFBO0F2Qmd6U1I7QXVCN3lTSTtFQUNJLDZDQUFBO0tBQUEsMENBQUE7VUFBQSxxQ0FBQTtBdkIreVNSO0F1QjV5U1k7RUFDSSw2QkFBQTtLQUFBLDBCQUFBO1VBQUEscUJBQUE7QXZCOHlTaEI7QXVCL3lTWTtFQUNJLDZCQUFBO0tBQUEsMEJBQUE7VUFBQSxxQkFBQTtBdkJpelNoQjtBdUJselNZO0VBQ0ksNkJBQUE7S0FBQSwwQkFBQTtVQUFBLHFCQUFBO0F2Qm96U2hCO0F1QnJ6U1k7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QXZCdXpTaEI7QXVCeHpTWTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBdkIwelNoQjtBdUIzelNZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0F2QjZ6U2hCO0F1Qjl6U1k7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QXZCZzBTaEI7QXVCajBTWTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBdkJtMFNoQjtBdUJwMFNZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0F2QnMwU2hCO0F1QnYwU1k7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QXZCeTBTaEI7QXVCMTBTWTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBdkI0MFNoQjtBdUI3MFNZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0F2QiswU2hCO0F1QmgxU1k7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QXZCazFTaEI7QXVCbjFTWTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBdkJxMVNoQjtBdUJ0MVNZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0F2QncxU2hCO0F1QnoxU1k7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QXZCMjFTaEI7QXVCNTFTWTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBdkI4MVNoQjtBdUIvMVNZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0F2QmkyU2hCO0F1QmwyU1k7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QXZCbzJTaEI7QXVCcjJTWTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBdkJ1MlNoQjtBdUJ4MlNZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0F2QjAyU2hCO0F1QjMyU1k7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QXZCNjJTaEI7QXVCOTJTWTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBdkJnM1NoQjtBdUJqM1NZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0F2Qm0zU2hCO0F1QnAzU1k7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QXZCczNTaEI7QXVCdjNTWTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBdkJ5M1NoQjtBdUIxM1NZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0F2QjQzU2hCO0F1QjczU1k7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QXZCKzNTaEI7QXVCaDRTWTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBdkJrNFNoQjtBdUJuNFNZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0F2QnE0U2hCO0F1QnQ0U1k7RUFDSSw4QkFBQTtLQUFBLDJCQUFBO1VBQUEsc0JBQUE7QXZCdzRTaEI7QXVCejRTWTtFQUNJLDhCQUFBO0tBQUEsMkJBQUE7VUFBQSxzQkFBQTtBdkIyNFNoQjtBdUI1NFNZO0VBQ0ksOEJBQUE7S0FBQSwyQkFBQTtVQUFBLHNCQUFBO0F2Qjg0U2hCO0F1Qi80U1k7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QXZCaTVTaEI7QXVCbDVTWTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBdkJvNVNoQjtBdUJyNVNZO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0F2QnU1U2hCO0F1Qng1U1k7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QXZCMDVTaEI7QXVCMzVTWTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBdkI2NVNoQjtBdUI5NVNZO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0F2Qmc2U2hCO0F1Qmo2U1k7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QXZCbTZTaEI7QXVCcDZTWTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBdkJzNlNoQjtBdUJ2NlNZO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtVQUFBLHVCQUFBO0F2Qnk2U2hCO0F1QjE2U1k7RUFDSSwrQkFBQTtLQUFBLDRCQUFBO1VBQUEsdUJBQUE7QXZCNDZTaEI7QXVCNzZTWTtFQUNJLCtCQUFBO0tBQUEsNEJBQUE7VUFBQSx1QkFBQTtBdkIrNlNoQjtBdUJoN1NZO0VBQ0ksK0JBQUE7S0FBQSw0QkFBQTtV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 */