/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

.react-selectize {
  color: #000;
}

.react-selectize.root-node {
  position: relative;
  width: 300px;
}

.react-selectize.root-node.disabled {
  pointer-events: none;
}

.react-selectize.root-node .react-selectize-control {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  padding: 2px;
}

.react-selectize.root-node .react-selectize-control .react-selectize-placeholder {
  display: block;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  position: absolute;
  max-width: calc(100% - 56px);
}

.react-selectize.root-node .react-selectize-control .react-selectize-search-field-and-selected-values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 30px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.react-selectize.root-node .react-selectize-control .react-selectize-search-field-and-selected-values .resizable-input {
  background: none;
  border: none;
  outline: none;
  font-size: 1em;
  margin: 2px;
  padding: 4px 0px;
  vertical-align: middle;
  width: 0px;
}

.react-selectize.root-node .react-selectize-control .react-selectize-search-field-and-selected-values .value-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.react-selectize.root-node .react-selectize-control .react-selectize-reset-button-container,
.react-selectize.root-node .react-selectize-control .react-selectize-toggle-button-container {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 30px;
}

.react-selectize.root-node .react-selectize-control .react-selectize-reset-button-container {
  width: 16px;
}

.react-selectize.root-node .react-selectize-control .react-selectize-toggle-button-container {
  width: 32px;
}

.react-selectize.root-node .react-selectize-control .react-selectize-reset-button-container:hover .react-selectize-reset-button path {
  stroke: #c0392b;
}

.react-selectize.root-node .react-selectize-control .react-selectize-reset-button path {
  -webkit-transition: stroke 0.5s 0s ease;
  transition: stroke 0.5s 0s ease;
  stroke: #999;
  stroke-linecap: square;
  stroke-linejoin: mitter;
}

.react-selectize.root-node .react-selectize-control .react-selectize-toggle-button path {
  fill: #999;
}

.react-selectize.dropdown-menu-wrapper {
  position: absolute;
}

.react-selectize.dropdown-menu-wrapper.tethered {
  min-width: 300px;
}

.react-selectize.dropdown-menu-wrapper:not(.tethered) {
  width: 100%;
}

.react-selectize.dropdown-menu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
  position: absolute;
  max-height: 200px;
  z-index: 10;
}

.react-selectize.dropdown-menu.tethered {
  min-width: 300px;
}

.react-selectize.dropdown-menu:not(.tethered) {
  width: 100%;
}

.react-selectize.dropdown-menu .groups.as-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.react-selectize.dropdown-menu .groups.as-columns > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.react-selectize.dropdown-menu .option-wrapper {
  cursor: pointer;
  outline: none;
}

.multi-select.react-selectize.root-node .simple-value {
  display: inline-block;
  margin: 2px;
  vertical-align: middle;
}

.multi-select.react-selectize.root-node .simple-value span {
  display: inline-block;
  padding: 2px 5px 4px;
  vertical-align: center;
}

.simple-select.react-selectize.root-node .simple-value {
  margin: 2px;
}

.simple-select.react-selectize.root-node .simple-value span {
  display: inline-block;
  vertical-align: center;
}

.react-selectize.default {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.react-selectize.default.root-node .react-selectize-control {
  background-color: #fff;
  border: 1px solid;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  font-size: 1em;
}

.react-selectize.default.root-node .react-selectize-control .react-selectize-placeholder {
  color: #aaa;
  text-indent: 8px;
}

.react-selectize.default.root-node .react-selectize-control .react-selectize-search-field-and-selected-values {
  padding-left: 5px;
}

.react-selectize.default.root-node.open.flipped .react-selectize-control {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.react-selectize.default.root-node.open:not(.flipped) .react-selectize-control {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.react-selectize.dropdown-menu-wrapper.default {
  overflow: hidden;
}

.react-selectize.dropdown-menu-wrapper.default .dropdown-menu.custom-enter-active,
.react-selectize.dropdown-menu-wrapper.default .dropdown-menu.custom-leave-active {
  -webkit-transition: -webkit-transform 0.2s 0s ease;
  transition: -webkit-transform 0.2s 0s ease;
  transition: transform 0.2s 0s ease;
  transition: transform 0.2s 0s ease, -webkit-transform 0.2s 0s ease;
}

.react-selectize.dropdown-menu-wrapper.default .dropdown-menu.flipped.custom-enter {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.react-selectize.dropdown-menu-wrapper.default .dropdown-menu.flipped.custom-enter-active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.react-selectize.dropdown-menu-wrapper.default .dropdown-menu.flipped.custom-leave {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.react-selectize.dropdown-menu-wrapper.default .dropdown-menu.flipped.custom-leave-active {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.react-selectize.dropdown-menu-wrapper.default .dropdown-menu:not(.flipped).custom-enter {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.react-selectize.dropdown-menu-wrapper.default .dropdown-menu:not(.flipped).custom-enter-active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.react-selectize.dropdown-menu-wrapper.default .dropdown-menu:not(.flipped).custom-leave {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.react-selectize.dropdown-menu-wrapper.default .dropdown-menu:not(.flipped).custom-leave-active {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.react-selectize.dropdown-menu.default {
  background: #fff;
  border: 1px solid #ccc;
  margin-top: -1px;
}

.react-selectize.dropdown-menu.default.flipped {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.react-selectize.dropdown-menu.default:not(.flipped) {
  border-color: #b3b3b3 #ccc #d9d9d9;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.react-selectize.dropdown-menu.default .no-results-found {
  color: #aaa !important;
  font-style: oblique;
  padding: 8px 10px;
}

.react-selectize.dropdown-menu.default .simple-group-title {
  background-color: #fafafa;
  padding: 8px 8px;
}

.react-selectize.dropdown-menu.default .option-wrapper.highlight {
  background: #f2f9fc;
  color: #333;
}

.react-selectize.dropdown-menu.default .option-wrapper .simple-option {
  color: #666;
  cursor: pointer;
  padding: 8px 10px;
}

.react-selectize.dropdown-menu.default .option-wrapper .simple-option.not-selectable {
  background-color: #f8f8f8;
  color: #999;
  cursor: default;
  font-style: oblique;
  text-shadow: 0px 1px 0px #fff;
}

.multi-select.react-selectize.default.root-node .simple-value {
  background: #f2f9fc;
  border: 1px solid #c9e6f2;
  border-radius: 2px;
  color: #08c;
}

.simple-select.react-selectize.default.root-node.open .react-selectize-control {
  background-color: #fff;
}

.simple-select.react-selectize.default.root-node:not(.open) .react-selectize-control {
  background-color: #f9f9f9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f2f2f2));
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
}

.react-selectize.bootstrap3 {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.react-selectize.bootstrap3.root-node.open .react-selectize-control {
  background-color: #fff;
  border: 1px solid #66afe9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.react-selectize.bootstrap3.root-node .react-selectize-control {
  border: 1px solid;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  font-size: 1em;
}

.react-selectize.bootstrap3.root-node .react-selectize-control .react-selectize-placeholder {
  color: #aaa;
  text-indent: 8px;
}

.react-selectize.bootstrap3.root-node .react-selectize-control .react-selectize-search-field-and-selected-values {
  padding-left: 5px;
}

.react-selectize.bootstrap3.dropdown-menu-wrapper.flipped {
  margin-bottom: 5px;
}

.react-selectize.bootstrap3.dropdown-menu-wrapper:not(.flipped) {
  margin-top: 5px;
}

.react-selectize.bootstrap3.dropdown-menu-wrapper .dropdown-menu.custom-enter-active,
.react-selectize.bootstrap3.dropdown-menu-wrapper .dropdown-menu.custom-leave-active {
  -webkit-transition: opacity 0.2s 0s ease;
  transition: opacity 0.2s 0s ease;
}

.react-selectize.bootstrap3.dropdown-menu-wrapper .dropdown-menu.custom-enter {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.react-selectize.bootstrap3.dropdown-menu-wrapper .dropdown-menu.custom-enter-active {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}

.react-selectize.bootstrap3.dropdown-menu-wrapper .dropdown-menu.custom-leave {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
}

.react-selectize.bootstrap3.dropdown-menu-wrapper .dropdown-menu.custom-leave-active {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.react-selectize.bootstrap3.dropdown-menu {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.react-selectize.bootstrap3.dropdown-menu.flipped {
  margin-bottom: 5px;
}

.react-selectize.bootstrap3.dropdown-menu:not(.flipped) {
  margin-top: 5px;
}

.react-selectize.bootstrap3.dropdown-menu .no-results-found {
  color: #aaa !important;
  font-style: oblique;
  padding: 8px 10px;
}

.react-selectize.bootstrap3.dropdown-menu .groups:not(.as-columns) > div:not(:first-child) {
  border-top: 1px solid #e5e5e5;
  margin: 12px 0px 0px 0px;
}

.react-selectize.bootstrap3.dropdown-menu .simple-group-title {
  background-color: #fff;
  color: #999;
  padding: 8px 8px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, .05);
}

.react-selectize.bootstrap3.dropdown-menu .option-wrapper.highlight {
  background: #428bca;
}

.react-selectize.bootstrap3.dropdown-menu .option-wrapper.highlight .simple-option {
  color: #fff;
}

.react-selectize.bootstrap3.dropdown-menu .option-wrapper .simple-option {
  color: #333;
  cursor: pointer;
  padding: 8px 10px;
}

.react-selectize.bootstrap3.dropdown-menu .option-wrapper .simple-option.not-selectable {
  background-color: #f8f8f8;
  color: #999;
  cursor: default;
  font-style: oblique;
  text-shadow: 0px 1px 0px #fff;
}

.multi-select.react-selectize.bootstrap3.root-node .simple-value {
  background: #efefef;
  border-radius: 4px;
  color: #333;
}

.react-selectize.material {
  font-family: Roboto, sans-serif;
}

.react-selectize.material.root-node.open .react-selectize-control:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.react-selectize.material.root-node .react-selectize-control {
  border-bottom: 1px solid rgba(0, 0, 0, .3);
}

.react-selectize.material.root-node .react-selectize-control:after {
  background-color: #00bcd4;
  content: "";
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: -webkit-transform 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: transform 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: transform 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, -webkit-transform 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  position: absolute;
  left: 0px;
  bottom: -1px;
  width: 100%;
  height: 2px;
}

.react-selectize.material.root-node .react-selectize-control .react-selectize-placeholder {
  color: rgba(0, 0, 0, .3);
  text-indent: 4px;
}

.react-selectize.material.dropdown-menu-wrapper.flipped {
  margin-bottom: 8px;
}

.react-selectize.material.dropdown-menu-wrapper.flipped .dropdown-menu {
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.react-selectize.material.dropdown-menu-wrapper:not(.flipped) {
  margin-top: 8px;
}

.react-selectize.material.dropdown-menu-wrapper:not(.flipped) .dropdown-menu {
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}

.react-selectize.material.dropdown-menu-wrapper .dropdown-menu.custom-enter-active,
.react-selectize.material.dropdown-menu-wrapper .dropdown-menu.custom-leave-active {
  -webkit-transition: opacity 250ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, -webkit-transform 250ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: opacity 250ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, -webkit-transform 250ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: transform 250ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, opacity 250ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: transform 250ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, opacity 250ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, -webkit-transform 250ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.react-selectize.material.dropdown-menu-wrapper .dropdown-menu.custom-enter {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
}

.react-selectize.material.dropdown-menu-wrapper .dropdown-menu.custom-enter-active {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.react-selectize.material.dropdown-menu-wrapper .dropdown-menu.custom-leave {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.react-selectize.material.dropdown-menu-wrapper .dropdown-menu.custom-leave-active {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.react-selectize.material.dropdown-menu {
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: rgba(0, 0, 0, .118) 0px 1px 6px, rgba(0, 0, 0, .118) 0px 1px 4px;
          box-shadow: rgba(0, 0, 0, .118) 0px 1px 6px, rgba(0, 0, 0, .118) 0px 1px 4px;
  max-height: 250px;
  padding: 8px 0px;
}

.react-selectize.material.dropdown-menu.flipped {
  margin-bottom: 8px;
}

.react-selectize.material.dropdown-menu:not(.flipped) {
  margin-top: 8px;
}

.react-selectize.material.dropdown-menu .no-results-found {
  font-style: oblique;
  font-size: 16px;
  height: 32px;
  padding: 0px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.react-selectize.material.dropdown-menu .groups:not(.as-columns) > div:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}

.react-selectize.material.dropdown-menu .simple-group-title {
  color: #8f8f8f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  height: 48px;
  padding: 0px 10px;
}

.react-selectize.material.dropdown-menu .option-wrapper.highlight {
  background-color: rgba(0, 0, 0, .098);
}

.react-selectize.material.dropdown-menu .option-wrapper .simple-option {
  color: rgba(0, 0, 0, .875);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  height: 48px;
  padding: 0px 16px;
}

.react-selectize.material.dropdown-menu .option-wrapper .simple-option.not-selectable {
  background-color: #f8f8f8;
  color: #999;
  cursor: default;
  font-style: oblique;
  text-shadow: 0px 1px 0px #fff;
}

.multi-select.react-selectize.material.root-node .simple-value span {
  padding: 0px;
}

.multi-select.react-selectize.material.root-node .simple-value span:after {
  content: ",";
}

.simple-select.react-selectize.material.root-node .simple-value {
  margin: 4px 3px 3px 2px;
}

/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */

.ql-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}

.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}

.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}

.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}

.ql-clipboard p {
  margin: 0;
  padding: 0;
}

.ql-editor {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  -o-tab-size: 4;
     tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.ql-editor > * {
  cursor: text;
}

.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}

.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}

.ql-editor ul > li::before {
  content: '\2022';
}

.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}

.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}

.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}

.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}

.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}

.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}

.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}

.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}

.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}

.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}

.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}

.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}

.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}

.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}

.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}

.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}

.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}

.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}

.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}

.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}

.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}

.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}

.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}

.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}

.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}

.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}

.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}

.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}

.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}

.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}

.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}

.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}

.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}

.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}

.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}

.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}

.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}

.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}

.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}

.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}

.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}

.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}

.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}

.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}

.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}

.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}

.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}

.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}

.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}

.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}

.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}

.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}

.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}

.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}

.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}

.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}

.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}

.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}

.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}

.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}

.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}

.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}

.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}

.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}

.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}

.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}

.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}

.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}

.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}

.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}

.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}

.ql-editor .ql-bg-black {
  background-color: #000;
}

.ql-editor .ql-bg-red {
  background-color: #e60000;
}

.ql-editor .ql-bg-orange {
  background-color: #f90;
}

.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}

.ql-editor .ql-bg-green {
  background-color: #008a00;
}

.ql-editor .ql-bg-blue {
  background-color: #06c;
}

.ql-editor .ql-bg-purple {
  background-color: #93f;
}

.ql-editor .ql-color-white {
  color: #fff;
}

.ql-editor .ql-color-red {
  color: #e60000;
}

.ql-editor .ql-color-orange {
  color: #f90;
}

.ql-editor .ql-color-yellow {
  color: #ff0;
}

.ql-editor .ql-color-green {
  color: #008a00;
}

.ql-editor .ql-color-blue {
  color: #06c;
}

.ql-editor .ql-color-purple {
  color: #93f;
}

.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}

.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}

.ql-editor .ql-size-small {
  font-size: 0.75em;
}

.ql-editor .ql-size-large {
  font-size: 1.5em;
}

.ql-editor .ql-size-huge {
  font-size: 2.5em;
}

.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}

.ql-editor .ql-align-center {
  text-align: center;
}

.ql-editor .ql-align-justify {
  text-align: justify;
}

.ql-editor .ql-align-right {
  text-align: right;
}

.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, .6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}

.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}

.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}

.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}

.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}

.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}

.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}

.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}

.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}

@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}

.ql-snow {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ql-snow * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ql-snow .ql-hidden {
  display: none;
}

.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}

.ql-snow .ql-tooltip {
  position: absolute;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}

.ql-snow .ql-tooltip.ql-flip {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}

.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}

.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}

.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}

.ql-snow .ql-empty {
  fill: none;
}

.ql-snow .ql-even {
  fill-rule: evenodd;
}

.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}

.ql-snow .ql-transparent {
  opacity: 0.4;
}

.ql-snow .ql-direction svg:last-child {
  display: none;
}

.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}

.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}

.ql-snow .ql-editor h1 {
  font-size: 2em;
}

.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}

.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}

.ql-snow .ql-editor h4 {
  font-size: 1em;
}

.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}

.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}

.ql-snow .ql-editor a {
  text-decoration: underline;
}

.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}

.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}

.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}

.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}

.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}

.ql-snow .ql-editor img {
  max-width: 100%;
}

.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}

.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}

.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}

.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}

.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}

.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}

.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}

.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}

.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}

.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}

.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}

.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}

.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}

.ql-snow .ql-picker.ql-header {
  width: 98px;
}

.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}

.ql-snow .ql-picker.ql-font {
  width: 108px;
}

.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}

.ql-snow .ql-picker.ql-size {
  width: 98px;
}

.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}

.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}

.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}

.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}

.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}

.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}

.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  -webkit-box-shadow: rgba(0, 0, 0, .2) 0 2px 8px;
          box-shadow: rgba(0, 0, 0, .2) 0 2px 8px;
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}

.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}

.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}

.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0px 0px 5px #ddd;
          box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}

.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}

.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}

.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}

.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}

.ql-snow .ql-tooltip a {
  line-height: 26px;
}

.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}

.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}

.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}

.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}

.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}

.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}

.ql-snow a {
  color: #06c;
}

.ql-container.ql-snow {
  border: 1px solid #ccc;
}

.markdown-body .octicon {
  display: inline-block;
  fill: currentColor;
  vertical-align: text-bottom;
}

.markdown-body .anchor {
  float: left;
  line-height: 1;
  margin-left: -20px;
  padding-right: 4px;
}

.markdown-body .anchor:focus {
  outline: none;
}

.markdown-body h1 .octicon-link,
.markdown-body h2 .octicon-link,
.markdown-body h3 .octicon-link,
.markdown-body h4 .octicon-link,
.markdown-body h5 .octicon-link,
.markdown-body h6 .octicon-link {
  color: #1b1f23;
  vertical-align: middle;
  visibility: hidden;
}

.markdown-body h1:hover .anchor,
.markdown-body h2:hover .anchor,
.markdown-body h3:hover .anchor,
.markdown-body h4:hover .anchor,
.markdown-body h5:hover .anchor,
.markdown-body h6:hover .anchor {
  text-decoration: none;
}

.markdown-body h1:hover .anchor .octicon-link,
.markdown-body h2:hover .anchor .octicon-link,
.markdown-body h3:hover .anchor .octicon-link,
.markdown-body h4:hover .anchor .octicon-link,
.markdown-body h5:hover .anchor .octicon-link,
.markdown-body h6:hover .anchor .octicon-link {
  visibility: visible;
}

.markdown-body h1:hover .anchor .octicon-link:before,
.markdown-body h2:hover .anchor .octicon-link:before,
.markdown-body h3:hover .anchor .octicon-link:before,
.markdown-body h4:hover .anchor .octicon-link:before,
.markdown-body h5:hover .anchor .octicon-link:before,
.markdown-body h6:hover .anchor .octicon-link:before {
  width: 16px;
  height: 16px;
  content: ' ';
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' width='16' height='16' aria-hidden='true'%3E%3Cpath fill-rule='evenodd' d='M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z'%3E%3C/path%3E%3C/svg%3E");
}

.markdown-body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  color: #24292e;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
  font-size: 16px;
  line-height: 1.5;
  word-wrap: break-word;
}

.markdown-body details {
  display: block;
}

.markdown-body summary {
  display: list-item;
}

.markdown-body a {
  background-color: transparent;
  background-color: initial;
}

.markdown-body a:active,
.markdown-body a:hover {
  outline-width: 0;
}

.markdown-body strong {
  font-weight: inherit;
  font-weight: bolder;
}

.markdown-body h1 {
  font-size: 2em;
  margin: .67em 0;
}

.markdown-body img {
  border-style: none;
}

.markdown-body code,
.markdown-body kbd,
.markdown-body pre {
  font-family: monospace,monospace;
  font-size: 1em;
}

.markdown-body hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-sizing: initial;
          box-sizing: initial;
  height: 0;
  overflow: visible;
}

.markdown-body input {
  font: inherit;
  margin: 0;
}

.markdown-body input {
  overflow: visible;
}

.markdown-body [type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

.markdown-body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.markdown-body input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.markdown-body a {
  color: #0366d6;
  text-decoration: none;
}

.markdown-body a:hover {
  text-decoration: underline;
}

.markdown-body strong {
  font-weight: 600;
}

.markdown-body hr {
  height: 0;
  margin: 15px 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #dfe2e5;
}

.markdown-body hr:after,
.markdown-body hr:before {
  display: table;
  content: "";
}

.markdown-body hr:after {
  clear: both;
}

.markdown-body table {
  border-spacing: 0;
  border-collapse: collapse;
}

.markdown-body td,
.markdown-body th {
  padding: 0;
}

.markdown-body details summary {
  cursor: pointer;
}

.markdown-body kbd {
  display: inline-block;
  padding: 3px 5px;
  font: 11px SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;
  line-height: 10px;
  color: #444d56;
  vertical-align: middle;
  background-color: #fafbfc;
  border: 1px solid #d1d5da;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 #d1d5da;
          box-shadow: inset 0 -1px 0 #d1d5da;
}

.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
  margin-top: 0;
  margin-bottom: 0;
}

.markdown-body h1 {
  font-size: 32px;
}

.markdown-body h1,
.markdown-body h2 {
  font-weight: 600;
}

.markdown-body h2 {
  font-size: 24px;
}

.markdown-body h3 {
  font-size: 20px;
}

.markdown-body h3,
.markdown-body h4 {
  font-weight: 600;
}

.markdown-body h4 {
  font-size: 16px;
}

.markdown-body h5 {
  font-size: 14px;
}

.markdown-body h5,
.markdown-body h6 {
  font-weight: 600;
}

.markdown-body h6 {
  font-size: 12px;
}

.markdown-body p {
  margin-top: 0;
  margin-bottom: 10px;
}

.markdown-body blockquote {
  margin: 0;
}

.markdown-body ol,
.markdown-body ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.markdown-body ol ol,
.markdown-body ul ol {
  list-style-type: lower-roman;
}

.markdown-body ol ol ol,
.markdown-body ol ul ol,
.markdown-body ul ol ol,
.markdown-body ul ul ol {
  list-style-type: lower-alpha;
}

.markdown-body dd {
  margin-left: 0;
}

.markdown-body code,
.markdown-body pre {
  font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;
  font-size: 12px;
}

.markdown-body pre {
  margin-top: 0;
  margin-bottom: 0;
}

.markdown-body input::-webkit-inner-spin-button,
.markdown-body input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}

.markdown-body :checked+.radio-label {
  position: relative;
  z-index: 1;
  border-color: #0366d6;
}

.markdown-body .border {
  border: 1px solid #e1e4e8!important;
}

.markdown-body .border-0 {
  border: 0!important;
}

.markdown-body .border-bottom {
  border-bottom: 1px solid #e1e4e8!important;
}

.markdown-body .rounded-1 {
  border-radius: 3px!important;
}

.markdown-body .bg-white {
  background-color: #fff!important;
}

.markdown-body .bg-gray-light {
  background-color: #fafbfc!important;
}

.markdown-body .text-gray-light {
  color: #6a737d!important;
}

.markdown-body .mb-0 {
  margin-bottom: 0!important;
}

.markdown-body .my-2 {
  margin-top: 8px!important;
  margin-bottom: 8px!important;
}

.markdown-body .pl-0 {
  padding-left: 0!important;
}

.markdown-body .py-0 {
  padding-top: 0!important;
  padding-bottom: 0!important;
}

.markdown-body .pl-1 {
  padding-left: 4px!important;
}

.markdown-body .pl-2 {
  padding-left: 8px!important;
}

.markdown-body .py-2 {
  padding-top: 8px!important;
  padding-bottom: 8px!important;
}

.markdown-body .pl-3,
.markdown-body .px-3 {
  padding-left: 16px!important;
}

.markdown-body .px-3 {
  padding-right: 16px!important;
}

.markdown-body .pl-4 {
  padding-left: 24px!important;
}

.markdown-body .pl-5 {
  padding-left: 32px!important;
}

.markdown-body .pl-6 {
  padding-left: 40px!important;
}

.markdown-body .f6 {
  font-size: 12px!important;
}

.markdown-body .lh-condensed {
  line-height: 1.25!important;
}

.markdown-body .text-bold {
  font-weight: 600!important;
}

.markdown-body .pl-c {
  color: #6a737d;
}

.markdown-body .pl-c1,
.markdown-body .pl-s .pl-v {
  color: #005cc5;
}

.markdown-body .pl-e,
.markdown-body .pl-en {
  color: #6f42c1;
}

.markdown-body .pl-s .pl-s1,
.markdown-body .pl-smi {
  color: #24292e;
}

.markdown-body .pl-ent {
  color: #22863a;
}

.markdown-body .pl-k {
  color: #d73a49;
}

.markdown-body .pl-pds,
.markdown-body .pl-s,
.markdown-body .pl-s .pl-pse .pl-s1,
.markdown-body .pl-sr,
.markdown-body .pl-sr .pl-cce,
.markdown-body .pl-sr .pl-sra,
.markdown-body .pl-sr .pl-sre {
  color: #032f62;
}

.markdown-body .pl-smw,
.markdown-body .pl-v {
  color: #e36209;
}

.markdown-body .pl-bu {
  color: #b31d28;
}

.markdown-body .pl-ii {
  color: #fafbfc;
  background-color: #b31d28;
}

.markdown-body .pl-c2 {
  color: #fafbfc;
  background-color: #d73a49;
}

.markdown-body .pl-c2:before {
  content: "^M";
}

.markdown-body .pl-sr .pl-cce {
  font-weight: 700;
  color: #22863a;
}

.markdown-body .pl-ml {
  color: #735c0f;
}

.markdown-body .pl-mh,
.markdown-body .pl-mh .pl-en,
.markdown-body .pl-ms {
  font-weight: 700;
  color: #005cc5;
}

.markdown-body .pl-mi {
  font-style: italic;
  color: #24292e;
}

.markdown-body .pl-mb {
  font-weight: 700;
  color: #24292e;
}

.markdown-body .pl-md {
  color: #b31d28;
  background-color: #ffeef0;
}

.markdown-body .pl-mi1 {
  color: #22863a;
  background-color: #f0fff4;
}

.markdown-body .pl-mc {
  color: #e36209;
  background-color: #ffebda;
}

.markdown-body .pl-mi2 {
  color: #f6f8fa;
  background-color: #005cc5;
}

.markdown-body .pl-mdr {
  font-weight: 700;
  color: #6f42c1;
}

.markdown-body .pl-ba {
  color: #586069;
}

.markdown-body .pl-sg {
  color: #959da5;
}

.markdown-body .pl-corl {
  text-decoration: underline;
  color: #032f62;
}

.markdown-body .mb-0 {
  margin-bottom: 0!important;
}

.markdown-body .my-2 {
  margin-bottom: 8px!important;
}

.markdown-body .my-2 {
  margin-top: 8px!important;
}

.markdown-body .pl-0 {
  padding-left: 0!important;
}

.markdown-body .py-0 {
  padding-top: 0!important;
  padding-bottom: 0!important;
}

.markdown-body .pl-1 {
  padding-left: 4px!important;
}

.markdown-body .pl-2 {
  padding-left: 8px!important;
}

.markdown-body .py-2 {
  padding-top: 8px!important;
  padding-bottom: 8px!important;
}

.markdown-body .pl-3 {
  padding-left: 16px!important;
}

.markdown-body .pl-4 {
  padding-left: 24px!important;
}

.markdown-body .pl-5 {
  padding-left: 32px!important;
}

.markdown-body .pl-6 {
  padding-left: 40px!important;
}

.markdown-body .pl-7 {
  padding-left: 48px!important;
}

.markdown-body .pl-8 {
  padding-left: 64px!important;
}

.markdown-body .pl-9 {
  padding-left: 80px!important;
}

.markdown-body .pl-10 {
  padding-left: 96px!important;
}

.markdown-body .pl-11 {
  padding-left: 112px!important;
}

.markdown-body .pl-12 {
  padding-left: 128px!important;
}

.markdown-body hr {
  border-bottom-color: #eee;
}

.markdown-body kbd {
  display: inline-block;
  padding: 3px 5px;
  font: 11px SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;
  line-height: 10px;
  color: #444d56;
  vertical-align: middle;
  background-color: #fafbfc;
  border: 1px solid #d1d5da;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 #d1d5da;
          box-shadow: inset 0 -1px 0 #d1d5da;
}

.markdown-body:after,
.markdown-body:before {
  display: table;
  content: "";
}

.markdown-body:after {
  clear: both;
}

.markdown-body>:first-child {
  margin-top: 0!important;
}

.markdown-body>:last-child {
  margin-bottom: 0!important;
}

.markdown-body a:not([href]) {
  color: inherit;
  text-decoration: none;
}

.markdown-body blockquote,
.markdown-body details,
.markdown-body dl,
.markdown-body ol,
.markdown-body p,
.markdown-body pre,
.markdown-body table,
.markdown-body ul {
  margin-top: 0;
  margin-bottom: 16px;
}

.markdown-body hr {
  height: .25em;
  padding: 0;
  margin: 24px 0;
  background-color: #e1e4e8;
  border: 0;
}

.markdown-body blockquote {
  padding: 0 1em;
  color: #6a737d;
  border-left: .25em solid #dfe2e5;
}

.markdown-body blockquote>:first-child {
  margin-top: 0;
}

.markdown-body blockquote>:last-child {
  margin-bottom: 0;
}

.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 1.25;
}

.markdown-body h1 {
  font-size: 2em;
}

.markdown-body h1,
.markdown-body h2 {
  padding-bottom: .3em;
  border-bottom: 1px solid #eaecef;
}

.markdown-body h2 {
  font-size: 1.5em;
}

.markdown-body h3 {
  font-size: 1.25em;
}

.markdown-body h4 {
  font-size: 1em;
}

.markdown-body h5 {
  font-size: .875em;
}

.markdown-body h6 {
  font-size: .85em;
  color: #6a737d;
}

.markdown-body ol,
.markdown-body ul {
  padding-left: 2em;
}

.markdown-body ol ol,
.markdown-body ol ul,
.markdown-body ul ol,
.markdown-body ul ul {
  margin-top: 0;
  margin-bottom: 0;
}

.markdown-body li {
  word-wrap: break-all;
}

.markdown-body li>p {
  margin-top: 16px;
}

.markdown-body li+li {
  margin-top: .25em;
}

.markdown-body dl {
  padding: 0;
}

.markdown-body dl dt {
  padding: 0;
  margin-top: 16px;
  font-size: 1em;
  font-style: italic;
  font-weight: 600;
}

.markdown-body dl dd {
  padding: 0 16px;
  margin-bottom: 16px;
}

.markdown-body table {
  display: block;
  width: 100%;
  overflow: auto;
}

.markdown-body table th {
  font-weight: 600;
}

.markdown-body table td,
.markdown-body table th {
  padding: 6px 13px;
  border: 1px solid #dfe2e5;
}

.markdown-body table tr {
  background-color: #fff;
  border-top: 1px solid #c6cbd1;
}

.markdown-body table tr:nth-child(2n) {
  background-color: #f6f8fa;
}

.markdown-body img {
  max-width: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-sizing: initial;
          box-sizing: initial;
  background-color: #fff;
}

.markdown-body img[align=right] {
  padding-left: 20px;
}

.markdown-body img[align=left] {
  padding-right: 20px;
}

.markdown-body code {
  padding: .2em .4em;
  margin: 0;
  font-size: 85%;
  background-color: rgba(27, 31, 35, .05);
  border-radius: 3px;
}

.markdown-body pre {
  word-wrap: normal;
}

.markdown-body pre>code {
  padding: 0;
  margin: 0;
  font-size: 100%;
  word-break: normal;
  white-space: pre;
  background: transparent;
  border: 0;
}

.markdown-body .highlight {
  margin-bottom: 16px;
}

.markdown-body .highlight pre {
  margin-bottom: 0;
  word-break: normal;
}

.markdown-body .highlight pre,
.markdown-body pre {
  padding: 16px;
  overflow: auto;
  font-size: 85%;
  line-height: 1.45;
  background-color: #f6f8fa;
  border-radius: 3px;
}

.markdown-body pre code {
  display: inline;
  max-width: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  line-height: inherit;
  word-wrap: normal;
  background-color: transparent;
  background-color: initial;
  border: 0;
}

.markdown-body .commit-tease-sha {
  display: inline-block;
  font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;
  font-size: 90%;
  color: #444d56;
}

.markdown-body .full-commit .btn-outline:not(:disabled):hover {
  color: #005cc5;
  border-color: #005cc5;
}

.markdown-body .blob-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
}

.markdown-body .blob-wrapper-embedded {
  max-height: 240px;
  overflow-y: auto;
}

.markdown-body .blob-num {
  width: 1%;
  min-width: 50px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;
  font-size: 12px;
  line-height: 20px;
  color: rgba(27, 31, 35, .3);
  text-align: right;
  white-space: nowrap;
  vertical-align: top;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.markdown-body .blob-num:hover {
  color: rgba(27, 31, 35, .6);
}

.markdown-body .blob-num:before {
  content: attr(data-line-number);
}

.markdown-body .blob-code {
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 20px;
  vertical-align: top;
}

.markdown-body .blob-code-inner {
  overflow: visible;
  font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;
  font-size: 12px;
  color: #24292e;
  word-wrap: normal;
  white-space: pre;
}

.markdown-body .pl-token.active,
.markdown-body .pl-token:hover {
  cursor: pointer;
  background: #ffea7f;
}

.markdown-body .tab-size[data-tab-size="1"] {
  -moz-tab-size: 1;
  -o-tab-size: 1;
     tab-size: 1;
}

.markdown-body .tab-size[data-tab-size="2"] {
  -moz-tab-size: 2;
  -o-tab-size: 2;
     tab-size: 2;
}

.markdown-body .tab-size[data-tab-size="3"] {
  -moz-tab-size: 3;
  -o-tab-size: 3;
     tab-size: 3;
}

.markdown-body .tab-size[data-tab-size="4"] {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

.markdown-body .tab-size[data-tab-size="5"] {
  -moz-tab-size: 5;
  -o-tab-size: 5;
     tab-size: 5;
}

.markdown-body .tab-size[data-tab-size="6"] {
  -moz-tab-size: 6;
  -o-tab-size: 6;
     tab-size: 6;
}

.markdown-body .tab-size[data-tab-size="7"] {
  -moz-tab-size: 7;
  -o-tab-size: 7;
     tab-size: 7;
}

.markdown-body .tab-size[data-tab-size="8"] {
  -moz-tab-size: 8;
  -o-tab-size: 8;
     tab-size: 8;
}

.markdown-body .tab-size[data-tab-size="9"] {
  -moz-tab-size: 9;
  -o-tab-size: 9;
     tab-size: 9;
}

.markdown-body .tab-size[data-tab-size="10"] {
  -moz-tab-size: 10;
  -o-tab-size: 10;
     tab-size: 10;
}

.markdown-body .tab-size[data-tab-size="11"] {
  -moz-tab-size: 11;
  -o-tab-size: 11;
     tab-size: 11;
}

.markdown-body .tab-size[data-tab-size="12"] {
  -moz-tab-size: 12;
  -o-tab-size: 12;
     tab-size: 12;
}

.markdown-body .task-list-item {
  list-style-type: none;
}

.markdown-body .task-list-item+.task-list-item {
  margin-top: 3px;
}

.markdown-body .task-list-item input {
  margin: 0 .2em .25em -1.6em;
  vertical-align: middle;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn>.caret,
  .dropup>.btn>.caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url(/packs/glyphicons-halflings-regular-f4769f9bdb7466be65088239c12046d1.eot);
  src: url(/packs/glyphicons-halflings-regular-f4769f9bdb7466be65088239c12046d1.eot) format("embedded-opentype"),url(/packs/glyphicons-halflings-regular-448c34a56d699c29117adc64c43affeb.woff2) format("woff2"),url(/packs/glyphicons-halflings-regular-fa2772327f55d8198301fdb8bcfc8158.woff) format("woff"),url(/packs/glyphicons-halflings-regular-e18bbf611f2a2e43afc071aa2f4e1512.ttf) format("truetype"),url(/packs/glyphicons-halflings-regular-89889688147bd7575d6327160d64e760.svg) format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20AC";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270F";
}

.glyphicon-glass:before {
  content: "\E001";
}

.glyphicon-music:before {
  content: "\E002";
}

.glyphicon-search:before {
  content: "\E003";
}

.glyphicon-heart:before {
  content: "\E005";
}

.glyphicon-star:before {
  content: "\E006";
}

.glyphicon-star-empty:before {
  content: "\E007";
}

.glyphicon-user:before {
  content: "\E008";
}

.glyphicon-film:before {
  content: "\E009";
}

.glyphicon-th-large:before {
  content: "\E010";
}

.glyphicon-th:before {
  content: "\E011";
}

.glyphicon-th-list:before {
  content: "\E012";
}

.glyphicon-ok:before {
  content: "\E013";
}

.glyphicon-remove:before {
  content: "\E014";
}

.glyphicon-zoom-in:before {
  content: "\E015";
}

.glyphicon-zoom-out:before {
  content: "\E016";
}

.glyphicon-off:before {
  content: "\E017";
}

.glyphicon-signal:before {
  content: "\E018";
}

.glyphicon-cog:before {
  content: "\E019";
}

.glyphicon-trash:before {
  content: "\E020";
}

.glyphicon-home:before {
  content: "\E021";
}

.glyphicon-file:before {
  content: "\E022";
}

.glyphicon-time:before {
  content: "\E023";
}

.glyphicon-road:before {
  content: "\E024";
}

.glyphicon-download-alt:before {
  content: "\E025";
}

.glyphicon-download:before {
  content: "\E026";
}

.glyphicon-upload:before {
  content: "\E027";
}

.glyphicon-inbox:before {
  content: "\E028";
}

.glyphicon-play-circle:before {
  content: "\E029";
}

.glyphicon-repeat:before {
  content: "\E030";
}

.glyphicon-refresh:before {
  content: "\E031";
}

.glyphicon-list-alt:before {
  content: "\E032";
}

.glyphicon-lock:before {
  content: "\E033";
}

.glyphicon-flag:before {
  content: "\E034";
}

.glyphicon-headphones:before {
  content: "\E035";
}

.glyphicon-volume-off:before {
  content: "\E036";
}

.glyphicon-volume-down:before {
  content: "\E037";
}

.glyphicon-volume-up:before {
  content: "\E038";
}

.glyphicon-qrcode:before {
  content: "\E039";
}

.glyphicon-barcode:before {
  content: "\E040";
}

.glyphicon-tag:before {
  content: "\E041";
}

.glyphicon-tags:before {
  content: "\E042";
}

.glyphicon-book:before {
  content: "\E043";
}

.glyphicon-bookmark:before {
  content: "\E044";
}

.glyphicon-print:before {
  content: "\E045";
}

.glyphicon-camera:before {
  content: "\E046";
}

.glyphicon-font:before {
  content: "\E047";
}

.glyphicon-bold:before {
  content: "\E048";
}

.glyphicon-italic:before {
  content: "\E049";
}

.glyphicon-text-height:before {
  content: "\E050";
}

.glyphicon-text-width:before {
  content: "\E051";
}

.glyphicon-align-left:before {
  content: "\E052";
}

.glyphicon-align-center:before {
  content: "\E053";
}

.glyphicon-align-right:before {
  content: "\E054";
}

.glyphicon-align-justify:before {
  content: "\E055";
}

.glyphicon-list:before {
  content: "\E056";
}

.glyphicon-indent-left:before {
  content: "\E057";
}

.glyphicon-indent-right:before {
  content: "\E058";
}

.glyphicon-facetime-video:before {
  content: "\E059";
}

.glyphicon-picture:before {
  content: "\E060";
}

.glyphicon-map-marker:before {
  content: "\E062";
}

.glyphicon-adjust:before {
  content: "\E063";
}

.glyphicon-tint:before {
  content: "\E064";
}

.glyphicon-edit:before {
  content: "\E065";
}

.glyphicon-share:before {
  content: "\E066";
}

.glyphicon-check:before {
  content: "\E067";
}

.glyphicon-move:before {
  content: "\E068";
}

.glyphicon-step-backward:before {
  content: "\E069";
}

.glyphicon-fast-backward:before {
  content: "\E070";
}

.glyphicon-backward:before {
  content: "\E071";
}

.glyphicon-play:before {
  content: "\E072";
}

.glyphicon-pause:before {
  content: "\E073";
}

.glyphicon-stop:before {
  content: "\E074";
}

.glyphicon-forward:before {
  content: "\E075";
}

.glyphicon-fast-forward:before {
  content: "\E076";
}

.glyphicon-step-forward:before {
  content: "\E077";
}

.glyphicon-eject:before {
  content: "\E078";
}

.glyphicon-chevron-left:before {
  content: "\E079";
}

.glyphicon-chevron-right:before {
  content: "\E080";
}

.glyphicon-plus-sign:before {
  content: "\E081";
}

.glyphicon-minus-sign:before {
  content: "\E082";
}

.glyphicon-remove-sign:before {
  content: "\E083";
}

.glyphicon-ok-sign:before {
  content: "\E084";
}

.glyphicon-question-sign:before {
  content: "\E085";
}

.glyphicon-info-sign:before {
  content: "\E086";
}

.glyphicon-screenshot:before {
  content: "\E087";
}

.glyphicon-remove-circle:before {
  content: "\E088";
}

.glyphicon-ok-circle:before {
  content: "\E089";
}

.glyphicon-ban-circle:before {
  content: "\E090";
}

.glyphicon-arrow-left:before {
  content: "\E091";
}

.glyphicon-arrow-right:before {
  content: "\E092";
}

.glyphicon-arrow-up:before {
  content: "\E093";
}

.glyphicon-arrow-down:before {
  content: "\E094";
}

.glyphicon-share-alt:before {
  content: "\E095";
}

.glyphicon-resize-full:before {
  content: "\E096";
}

.glyphicon-resize-small:before {
  content: "\E097";
}

.glyphicon-exclamation-sign:before {
  content: "\E101";
}

.glyphicon-gift:before {
  content: "\E102";
}

.glyphicon-leaf:before {
  content: "\E103";
}

.glyphicon-fire:before {
  content: "\E104";
}

.glyphicon-eye-open:before {
  content: "\E105";
}

.glyphicon-eye-close:before {
  content: "\E106";
}

.glyphicon-warning-sign:before {
  content: "\E107";
}

.glyphicon-plane:before {
  content: "\E108";
}

.glyphicon-calendar:before {
  content: "\E109";
}

.glyphicon-random:before {
  content: "\E110";
}

.glyphicon-comment:before {
  content: "\E111";
}

.glyphicon-magnet:before {
  content: "\E112";
}

.glyphicon-chevron-up:before {
  content: "\E113";
}

.glyphicon-chevron-down:before {
  content: "\E114";
}

.glyphicon-retweet:before {
  content: "\E115";
}

.glyphicon-shopping-cart:before {
  content: "\E116";
}

.glyphicon-folder-close:before {
  content: "\E117";
}

.glyphicon-folder-open:before {
  content: "\E118";
}

.glyphicon-resize-vertical:before {
  content: "\E119";
}

.glyphicon-resize-horizontal:before {
  content: "\E120";
}

.glyphicon-hdd:before {
  content: "\E121";
}

.glyphicon-bullhorn:before {
  content: "\E122";
}

.glyphicon-bell:before {
  content: "\E123";
}

.glyphicon-certificate:before {
  content: "\E124";
}

.glyphicon-thumbs-up:before {
  content: "\E125";
}

.glyphicon-thumbs-down:before {
  content: "\E126";
}

.glyphicon-hand-right:before {
  content: "\E127";
}

.glyphicon-hand-left:before {
  content: "\E128";
}

.glyphicon-hand-up:before {
  content: "\E129";
}

.glyphicon-hand-down:before {
  content: "\E130";
}

.glyphicon-circle-arrow-right:before {
  content: "\E131";
}

.glyphicon-circle-arrow-left:before {
  content: "\E132";
}

.glyphicon-circle-arrow-up:before {
  content: "\E133";
}

.glyphicon-circle-arrow-down:before {
  content: "\E134";
}

.glyphicon-globe:before {
  content: "\E135";
}

.glyphicon-wrench:before {
  content: "\E136";
}

.glyphicon-tasks:before {
  content: "\E137";
}

.glyphicon-filter:before {
  content: "\E138";
}

.glyphicon-briefcase:before {
  content: "\E139";
}

.glyphicon-fullscreen:before {
  content: "\E140";
}

.glyphicon-dashboard:before {
  content: "\E141";
}

.glyphicon-paperclip:before {
  content: "\E142";
}

.glyphicon-heart-empty:before {
  content: "\E143";
}

.glyphicon-link:before {
  content: "\E144";
}

.glyphicon-phone:before {
  content: "\E145";
}

.glyphicon-pushpin:before {
  content: "\E146";
}

.glyphicon-usd:before {
  content: "\E148";
}

.glyphicon-gbp:before {
  content: "\E149";
}

.glyphicon-sort:before {
  content: "\E150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\E151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\E152";
}

.glyphicon-sort-by-order:before {
  content: "\E153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\E154";
}

.glyphicon-sort-by-attributes:before {
  content: "\E155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\E156";
}

.glyphicon-unchecked:before {
  content: "\E157";
}

.glyphicon-expand:before {
  content: "\E158";
}

.glyphicon-collapse-down:before {
  content: "\E159";
}

.glyphicon-collapse-up:before {
  content: "\E160";
}

.glyphicon-log-in:before {
  content: "\E161";
}

.glyphicon-flash:before {
  content: "\E162";
}

.glyphicon-log-out:before {
  content: "\E163";
}

.glyphicon-new-window:before {
  content: "\E164";
}

.glyphicon-record:before {
  content: "\E165";
}

.glyphicon-save:before {
  content: "\E166";
}

.glyphicon-open:before {
  content: "\E167";
}

.glyphicon-saved:before {
  content: "\E168";
}

.glyphicon-import:before {
  content: "\E169";
}

.glyphicon-export:before {
  content: "\E170";
}

.glyphicon-send:before {
  content: "\E171";
}

.glyphicon-floppy-disk:before {
  content: "\E172";
}

.glyphicon-floppy-saved:before {
  content: "\E173";
}

.glyphicon-floppy-remove:before {
  content: "\E174";
}

.glyphicon-floppy-save:before {
  content: "\E175";
}

.glyphicon-floppy-open:before {
  content: "\E176";
}

.glyphicon-credit-card:before {
  content: "\E177";
}

.glyphicon-transfer:before {
  content: "\E178";
}

.glyphicon-cutlery:before {
  content: "\E179";
}

.glyphicon-header:before {
  content: "\E180";
}

.glyphicon-compressed:before {
  content: "\E181";
}

.glyphicon-earphone:before {
  content: "\E182";
}

.glyphicon-phone-alt:before {
  content: "\E183";
}

.glyphicon-tower:before {
  content: "\E184";
}

.glyphicon-stats:before {
  content: "\E185";
}

.glyphicon-sd-video:before {
  content: "\E186";
}

.glyphicon-hd-video:before {
  content: "\E187";
}

.glyphicon-subtitles:before {
  content: "\E188";
}

.glyphicon-sound-stereo:before {
  content: "\E189";
}

.glyphicon-sound-dolby:before {
  content: "\E190";
}

.glyphicon-sound-5-1:before {
  content: "\E191";
}

.glyphicon-sound-6-1:before {
  content: "\E192";
}

.glyphicon-sound-7-1:before {
  content: "\E193";
}

.glyphicon-copyright-mark:before {
  content: "\E194";
}

.glyphicon-registration-mark:before {
  content: "\E195";
}

.glyphicon-cloud-download:before {
  content: "\E197";
}

.glyphicon-cloud-upload:before {
  content: "\E198";
}

.glyphicon-tree-conifer:before {
  content: "\E199";
}

.glyphicon-tree-deciduous:before {
  content: "\E200";
}

.glyphicon-cd:before {
  content: "\E201";
}

.glyphicon-save-file:before {
  content: "\E202";
}

.glyphicon-open-file:before {
  content: "\E203";
}

.glyphicon-level-up:before {
  content: "\E204";
}

.glyphicon-copy:before {
  content: "\E205";
}

.glyphicon-paste:before {
  content: "\E206";
}

.glyphicon-alert:before {
  content: "\E209";
}

.glyphicon-equalizer:before {
  content: "\E210";
}

.glyphicon-king:before {
  content: "\E211";
}

.glyphicon-queen:before {
  content: "\E212";
}

.glyphicon-pawn:before {
  content: "\E213";
}

.glyphicon-bishop:before {
  content: "\E214";
}

.glyphicon-knight:before {
  content: "\E215";
}

.glyphicon-baby-formula:before {
  content: "\E216";
}

.glyphicon-tent:before {
  content: "\26FA";
}

.glyphicon-blackboard:before {
  content: "\E218";
}

.glyphicon-bed:before {
  content: "\E219";
}

.glyphicon-apple:before {
  content: "\F8FF";
}

.glyphicon-erase:before {
  content: "\E221";
}

.glyphicon-hourglass:before {
  content: "\231B";
}

.glyphicon-lamp:before {
  content: "\E223";
}

.glyphicon-duplicate:before {
  content: "\E224";
}

.glyphicon-piggy-bank:before {
  content: "\E225";
}

.glyphicon-scissors:before {
  content: "\E226";
}

.glyphicon-bitcoin:before {
  content: "\E227";
}

.glyphicon-btc:before {
  content: "\E227";
}

.glyphicon-xbt:before {
  content: "\E227";
}

.glyphicon-yen:before {
  content: "\A5";
}

.glyphicon-jpy:before {
  content: "\A5";
}

.glyphicon-ruble:before {
  content: "\20BD";
}

.glyphicon-rub:before {
  content: "\20BD";
}

.glyphicon-scale:before {
  content: "\E230";
}

.glyphicon-ice-lolly:before {
  content: "\E231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\E232";
}

.glyphicon-education:before {
  content: "\E233";
}

.glyphicon-option-horizontal:before {
  content: "\E234";
}

.glyphicon-option-vertical:before {
  content: "\E235";
}

.glyphicon-menu-hamburger:before {
  content: "\E236";
}

.glyphicon-modal-window:before {
  content: "\E237";
}

.glyphicon-oil:before {
  content: "\E238";
}

.glyphicon-grain:before {
  content: "\E239";
}

.glyphicon-sunglasses:before {
  content: "\E240";
}

.glyphicon-text-size:before {
  content: "\E241";
}

.glyphicon-text-color:before {
  content: "\E242";
}

.glyphicon-text-background:before {
  content: "\E243";
}

.glyphicon-object-align-top:before {
  content: "\E244";
}

.glyphicon-object-align-bottom:before {
  content: "\E245";
}

.glyphicon-object-align-horizontal:before {
  content: "\E246";
}

.glyphicon-object-align-left:before {
  content: "\E247";
}

.glyphicon-object-align-vertical:before {
  content: "\E248";
}

.glyphicon-object-align-right:before {
  content: "\E249";
}

.glyphicon-triangle-right:before {
  content: "\E250";
}

.glyphicon-triangle-left:before {
  content: "\E251";
}

.glyphicon-triangle-bottom:before {
  content: "\E252";
}

.glyphicon-triangle-top:before {
  content: "\E253";
}

.glyphicon-console:before {
  content: "\E254";
}

.glyphicon-superscript:before {
  content: "\E255";
}

.glyphicon-subscript:before {
  content: "\E256";
}

.glyphicon-menu-left:before {
  content: "\E257";
}

.glyphicon-menu-right:before {
  content: "\E258";
}

.glyphicon-menu-down:before {
  content: "\E259";
}

.glyphicon-menu-up:before {
  content: "\E260";
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #3930d8;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #251e9e;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase,
.initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted,
.text-email,
.text-email:hover,
.text-email:focus,
.text-email:visited,
.text-email:active {
  color: #777;
}

.text-primary {
  color: #3930d8;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #2a22b3;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #3930d8;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #2a22b3;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline>li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
  display: table;
  content: " ";
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014   \A0";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: "\A0   \2014";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

code,
kbd,
pre,
samp {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
          box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 1160px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1700px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  content: " ";
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1160px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1700px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: rgba(0, 0, 0, 0);
}

table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table>caption+thead>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
  border-top: 0;
}

.table>tbody+tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed>thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
  border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
  border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover {
  background-color: #f5f5f5;
}

.table>thead>tr>td.active,
.table>thead>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th {
  background-color: #f5f5f5;
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
  background-color: #e8e8e8;
}

.table>thead>tr>td.success,
.table>thead>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th {
  background-color: #dff0d8;
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
  background-color: #d0e9c6;
}

.table>thead>tr>td.info,
.table>thead>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th {
  background-color: #d9edf7;
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
  background-color: #c4e3f3;
}

.table>thead>tr>td.warning,
.table>thead>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th {
  background-color: #fcf8e3;
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
  background-color: #faf2cc;
}

.table>thead>tr>td.danger,
.table>thead>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th {
  background-color: #f2dede;
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive>.table {
    margin-bottom: 0;
  }

  .table-responsive>.table>thead>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>tfoot>tr>td {
    white-space: nowrap;
  }

  .table-responsive>.table-bordered {
    border: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:last-child,
  .table-responsive>.table-bordered>thead>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
  }

  .table-responsive>.table-bordered>tbody>tr:last-child>th,
  .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th,
  .table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0;
  }
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s,-webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,-webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s,-webkit-box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075),0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075),0 0 8px rgba(102, 175, 233, .6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }

  input[type="date"].input-sm,
  .input-group-sm>input.form-control[type="date"],
  .input-group-sm>input.input-group-addon[type="date"],
  .input-group-sm>.input-group-btn>input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm>input.form-control[type="time"],
  .input-group-sm>input.input-group-addon[type="time"],
  .input-group-sm>.input-group-btn>input.btn[type="time"],
  .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm>input.form-control[type="datetime-local"],
  .input-group-sm>input.input-group-addon[type="datetime-local"],
  .input-group-sm>.input-group-btn>input.btn[type="datetime-local"],
  .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm>input.form-control[type="month"],
  .input-group-sm>input.input-group-addon[type="month"],
  .input-group-sm>.input-group-btn>input.btn[type="month"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }

  input[type="date"].input-lg,
  .input-group-lg>input.form-control[type="date"],
  .input-group-lg>input.input-group-addon[type="date"],
  .input-group-lg>.input-group-btn>input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg>input.form-control[type="time"],
  .input-group-lg>input.input-group-addon[type="time"],
  .input-group-lg>.input-group-btn>input.btn[type="time"],
  .input-group-lg input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg>input.form-control[type="datetime-local"],
  .input-group-lg>input.input-group-addon[type="datetime-local"],
  .input-group-lg>.input-group-btn>input.btn[type="datetime-local"],
  .input-group-lg input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg>input.form-control[type="month"],
  .input-group-lg>input.input-group-addon[type="month"],
  .input-group-lg>.input-group-btn>input.btn[type="month"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

.radio+.radio,
.checkbox+.checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.input-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
.input-group-sm>.input-group-btn>select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
.input-group-sm>.input-group-btn>textarea.btn,
select[multiple].input-sm,
.input-group-sm>select.form-control[multiple],
.input-group-sm>select.input-group-addon[multiple],
.input-group-sm>.input-group-btn>select.btn[multiple] {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

select.input-lg,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
.input-group-lg>.input-group-btn>select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
.input-group-lg>.input-group-btn>textarea.btn,
select[multiple].input-lg,
.input-group-lg>select.form-control[multiple],
.input-group-lg>select.input-group-addon[multiple],
.input-group-lg>.input-group-btn>select.btn[multiple] {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075),0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075),0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075),0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075),0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075),0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075),0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group>.form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: .65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open>.btn-default.dropdown-toggle:hover,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #3930d8;
  border-color: #2f26c9;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #2a22b3;
  border-color: #16125d;
}

.btn-primary:hover {
  color: #fff;
  background-color: #2a22b3;
  border-color: #231c95;
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2a22b3;
  background-image: none;
  border-color: #231c95;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open>.btn-primary.dropdown-toggle:hover,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #231c95;
  border-color: #16125d;
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #3930d8;
  border-color: #2f26c9;
}

.btn-primary .badge {
  color: #3930d8;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open>.btn-success.dropdown-toggle:hover,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open>.btn-info.dropdown-toggle:hover,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open>.btn-warning.dropdown-toggle:hover,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open>.btn-danger.dropdown-toggle:hover,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #3930d8;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #251e9e;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg>.btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm>.btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs>.btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block+.btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height,visibility;
  transition-property: height,visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #3930d8;
  outline: 0;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  color: #777;
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open>.dropdown-menu {
  display: block;
}

.open>a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right>.dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
  position: relative;
  float: left;
}

.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
  z-index: 2;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
  margin-left: 5px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group>.btn:first-child {
  margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group>.btn-group {
  float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group>.btn+.dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle,
.btn-group-lg.btn-group>.btn+.dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg>.btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg>.btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical>.btn-group:after {
  clear: both;
}

.btn-group-vertical>.btn-group>.btn {
  float: none;
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified>.btn-group .btn {
  width: 100%;
}

.btn-group-justified>.btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn>.btn {
  position: relative;
}

.input-group-btn>.btn+.btn {
  margin-left: -1px;
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
  z-index: 2;
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav>li {
  position: relative;
  display: block;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav>li>a:hover,
.nav>li>a:focus {
  text-decoration: none;
  background-color: #eee;
}

.nav>li.disabled>a {
  color: #777;
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  background-color: #eee;
  border-color: #3930d8;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav>li>a>img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-pills>li {
  float: left;
}

.nav-pills>li>a {
  border-radius: 4px;
}

.nav-pills>li+li {
  margin-left: 2px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
  color: #fff;
  background-color: #3930d8;
}

.nav-stacked>li {
  float: none;
}

.nav-stacked>li+li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
  float: none;
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified>li,
  .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified>li>a,
  .nav-tabs.nav-justified>li>a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified>.active>a,
.nav-tabs.nav-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified>li>a,
  .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified>.active>a,
  .nav-tabs.nav-justified>.active>a,
  .nav-tabs-justified>.active>a:hover,
  .nav-tabs.nav-justified>.active>a:hover,
  .nav-tabs-justified>.active>a:focus,
  .nav-tabs.nav-justified>.active>a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.container>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-header,
.container-fluid>.navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container>.navbar-header,
  .container>.navbar-collapse,
  .container-fluid>.navbar-header,
  .container-fluid>.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand>img {
  display: block;
}

@media (min-width: 768px) {
  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu>li>a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-nav .open .dropdown-menu>li>a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav>li {
    float: left;
  }

  .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1),0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1),0 1px 0 rgba(255, 255, 255, .1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  .navbar-form .input-group>.form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm,
.btn-group-sm>.navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs,
.btn-group-xs>.navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: rgba(0, 0, 0, 0);
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav>li>a {
  color: #777;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #333;
  background-color: rgba(0, 0, 0, 0);
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
  color: #ccc;
  background-color: rgba(0, 0, 0, 0);
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #333;
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #ccc;
    background-color: rgba(0, 0, 0, 0);
  }
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
  color: #444;
  background-color: rgba(0, 0, 0, 0);
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
  color: #fff;
  background-color: #090909;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #9d9d9d;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #444;
    background-color: rgba(0, 0, 0, 0);
  }
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb>li {
  display: inline-block;
}

.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\A0";
}

.breadcrumb>.active {
  color: #777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination>li {
  display: inline;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857;
  color: #3930d8;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
  z-index: 2;
  color: #251e9e;
  background-color: #eee;
  border-color: #ddd;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #3930d8;
  border-color: #3930d8;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li>a,
.pager li>span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li>a:hover,
.pager li>a:focus {
  text-decoration: none;
  background-color: #eee;
}

.pager .next>a,
.pager .next>span {
  float: right;
}

.pager .previous>a,
.pager .previous>span {
  float: left;
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #3930d8;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #2a22b3;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs>.btn .badge,
.btn-group-xs>.btn .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
  color: #3930d8;
  background-color: #fff;
}

.list-group-item>.badge {
  float: right;
}

.list-group-item>.badge+.badge {
  margin-right: 5px;
}

.nav-pills>li>a>.badge {
  margin-left: 3px;
}

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron>hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail>img,
.thumbnail a>img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #3930d8;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert>p,
.alert>ul {
  margin-bottom: 0;
}

.alert>p+p {
  margin-top: 5px;
}

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

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

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #3930d8;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media>.pull-right {
  padding-left: 10px;
}

.media-left,
.media>.pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #3930d8;
  border-color: #3930d8;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>.small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #dddcf8;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading>.dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
  margin-bottom: 0;
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading+.list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group+.panel-footer {
  border-top-width: 0;
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
  margin-bottom: 0;
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
  border-top: 1px solid #ddd;
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
  border-top: 0;
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
  border: 0;
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
  border-left: 0;
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
  border-right: 0;
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
  border-bottom: 0;
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
  border-bottom: 0;
}

.panel>.table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel+.panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default>.panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ddd;
}

.panel-default>.panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #3930d8;
}

.panel-primary>.panel-heading {
  color: #fff;
  background-color: #3930d8;
  border-color: #3930d8;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #3930d8;
}

.panel-primary>.panel-heading .badge {
  color: #3930d8;
  background-color: #fff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #3930d8;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success>.panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #d6e9c6;
}

.panel-success>.panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info>.panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #bce8f1;
}

.panel-info>.panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning>.panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #faebcc;
}

.panel-warning>.panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger>.panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ebccd1;
}

.panel-danger>.panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

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

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before,
.modal-header:after {
  display: table;
  content: " ";
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn+.btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 1160px) {
  .modal-lg {
    width: 800px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover>.arrow {
  border-width: 11px;
}

.popover>.arrow,
.popover>.arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover>.arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top>.arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}

.popover.top>.arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right>.arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}

.popover.right>.arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom>.arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}

.popover.bottom>.arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left>.arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}

.popover.left>.arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner>.item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner>.item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  .carousel-inner>.item.next,
  .carousel-inner>.item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  .carousel-inner>.item.prev,
  .carousel-inner>.item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  .carousel-inner>.item.next.left,
  .carousel-inner>.item.prev.right,
  .carousel-inner>.item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
  display: block;
}

.carousel-inner>.active {
  left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner>.next {
  left: 100%;
}

.carousel-inner>.prev {
  left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
  left: 0;
}

.carousel-inner>.active.left {
  left: -100%;
}

.carousel-inner>.active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}

.carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(128, 0, 0, 0)', endColorstr='rgba(0, 0, 0, 0)', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 0, 0, 0)', endColorstr='rgba(128, 0, 0, 0)', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: .9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: "\2039";
}

.carousel-control .icon-next:before {
  content: "\203A";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.form__field-block:before,
.clearfix:after,
.form__field-block:after {
  display: table;
  content: " ";
}

.clearfix:after,
.form__field-block:after {
  clear: both;
}

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

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 1159px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 1159px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 1159px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 1159px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1160px) and (max-width: 1699px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1160px) and (max-width: 1699px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 1160px) and (max-width: 1699px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 1160px) and (max-width: 1699px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1700px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1700px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1700px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1700px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1159px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 1160px) and (max-width: 1699px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1700px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

body,
h1,
h2,
h3,
h4 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

p {
  font-weight: 400;
}

h1,
h2 {
  font-weight: 300;
}

h3 {
  font-size: 20px;
}

a,
a:hover {
  color: #3930d8;
}

a,
a:hover,
a:focus,
a:active,
a:visited {
  text-transform: none;
  outline: 0;
}

body {
  background-color: #f4f6f9;
  padding-top: 100px;
}

@media (max-width: 1160px) {
  body {
    padding-top: 50px;
  }
}

.body--without-secondary-nav #header__wrapper {
  border: none;
}

section {
  margin-bottom: 20px;
  border: 0;
}

fieldset {
  padding: 15px;
  background: #fff;
  margin-bottom: 30px;
}

.table>thead>tr>th {
  background-color: #fff;
  vertical-align: middle;
  font-weight: 500;
  color: #333;
  border-width: 1px;
  text-transform: uppercase;
}

.table>tbody>tr>td {
  padding: 13px;
  line-height: 2;
  vertical-align: top;
  border-top: 1px solid rgba(76, 87, 102, .1);
}

fieldset {
  border-radius: 4px;
  border: 1px solid rgba(76, 87, 102, .1);
}

.centered-block {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.centered-block--vertical,
.carousel__arrow,
.challenges__page--active .challenges__page-head-static {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.centered-block--horizontal,
.landing__footer-small {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.rounded {
  border-radius: 50%;
}

.shadow-0 {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.rounded--small {
  border-radius: 4px;
}

.border {
  border: 1px solid rgba(76, 87, 102, .1);
}

.no-underline {
  text-decoration: none;
  border-bottom: none;
}

.no-underline:focus,
.no-underline:hover {
  text-decoration: none;
}

.center {
  margin: 0 auto;
  text-align: center;
}

.right {
  text-align: right;
}

.underline {
  text-decoration: underline;
}

.notice {
  background: #fff9c4;
}

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

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

.center__image-wrapper {
  display: inline-block;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  float: left;
}

.center__image-wrapper .placeholder {
  z-index: 1;
}

.center__image-wrapper .preview {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 100%;
  z-index: 2;
  margin: auto;
}

.boxed-image {
  display: inline-block;
  overflow: hidden;
}

.wow {
  visibility: hidden;
}

.test .wow {
  visibility: visible;
}

.truncate,
.post__side-heading.post__side-heading--block h5 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

a {
  outline: 0;
  cursor: pointer;
}

.instagram-media {
  border: none;
}

.uppercase {
  text-transform: uppercase;
}

.uppercase:hover,
.uppercase:active,
.uppercase:focus {
  text-transform: uppercase;
}

.fixed {
  position: fixed;
}

.valid {
  color: #11b719;
}

.invalid {
  color: #fa4a4d;
}

.shadow {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
}

.shadow--big {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
}

.shadow--huge {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .1) !important;
          box-shadow: 0 10px 20px rgba(0, 0, 0, .1) !important;
}

.va-middle {
  vertical-align: middle;
  display: table-cell;
}

@media (max-width: 1160px) {
  .hidden-sm-down {
    display: none;
  }
}

.background--white {
  background-color: #FFF;
}

.space--30 {
  padding: 30px;
}

.radius--4 {
  border-radius: 4px;
}

.opacity {
  opacity: 1;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.turbolinks-progress-bar {
  height: 3px;
  -webkit-box-shadow: inset 0px 0px 10px 2px rgba(57, 48, 216, .5);
          box-shadow: inset 0px 0px 10px 2px rgba(57, 48, 216, .5);
  background: #3930d8;
}

.clean-list {
  margin: 0;
  padding: 0;
}

.clean-list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.js-loaded .hide-js--loaded {
  display: none !important;
}

.undecorated {
  color: unset;
}

.undecorated:hover,
.undecorated:focus {
  text-decoration: none;
  color: unset;
}

.img--invisible {
  visibility: hidden;
}

@-webkit-keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.rotating {
  -webkit-animation: rotating 10s linear infinite;
          animation: rotating 10s linear infinite;
  display: inline-block;
}

.up-select {
  border: none;
  border-radius: 5px;
  height: 30px;
  width: 100px;
  outline: none;
  color: #2d2d2d;
  background: white;
}

.up-select--blue {
  color: white;
  background: #426bb8;
}

.up-select--shadow {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
}

.up-checklist {
  padding: 0;
}

.up-checklist li {
  list-style: none;
}

.up-checklist li::before {
  content: 'check_circle';
  font-family: 'Material Icons';
  color: #0F9D58;
  vertical-align: bottom;
  margin-right: 7px;
}

.shadowed-block {
  background: white;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
}

.circle {
  border-radius: 50%;
}

.show-more {
  text-align: center;
}

.show-more a {
  font-weight: 500;
}

.dropdown--on-hover:hover .dropdown-menu {
  display: block;
}

.dropdown-menu--center {
  left: -50%;
}

.dropdown-wrap--right .dropdown-menu {
  left: auto;
  right: 0;
}

@-webkit-keyframes hide-block {
  100% {
    visibility: hidden;
    height: 0;
    padding: 0;
    margin: 0;
  }
}

@keyframes hide-block {
  100% {
    visibility: hidden;
    height: 0;
    padding: 0;
    margin: 0;
  }
}

.color--gold {
  color: #f9ac30;
}

.color--silver {
  color: #d4d2c5;
}

.color--bronze {
  color: #b6968a;
}

.line-through {
  text-decoration: line-through;
}

.banner-wrapper {
  padding: 0;
  text-align: center;
  position: fixed;
  margin: 0 auto;
  -webkit-transition: top 150ms ease-in-out;
  transition: top 150ms ease-in-out;
  z-index: 10000;
  position: fixed;
  top: 130px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  left: 0;
}

.body--banner .banner-wrapper {
  top: 200px;
}

@media (max-width: 1160px) {
  .body--banner .banner-wrapper {
    top: 70px;
  }
}

.banner-coupon {
  display: inline-block;
  background: #fff;
  border-radius: 25px;
}

.banner-coupon a {
  color: #272044;
  font-size: 12px;
  text-decoration: none;
  font-weight: 200;
}

.banner-coupon a:hover {
  text-decoration: underline;
}

.banner-coupon strong {
  border-radius: 25px;
  background: #fa4a4d;
  color: #fff;
  display: inline-block;
  padding: 4px 10px;
  font-weight: 500;
  line-height: 20px;
  margin: 2px;
  font-size: 14px;
}

.banner-coupon span {
  line-height: 30px;
  padding: 0 15px 0 5px;
  font-weight: 500;
}

button::-moz-focus-inner {
  border: 0;
}

legend {
  margin-bottom: 10px;
  font-size: 15px;
}

#wysihtml-toolbar {
  margin-bottom: 10px;
}

#wysihtml-toolbar a {
  color: #000;
  padding: 5px 8px;
  background-color: #edecec;
  margin-right: 2px;
  font-size: 14px;
  line-height: 1;
}

#wysihtml-toolbar a:hover {
  text-decoration: none;
  background-color: #e1dfdf;
}

#wysihtml-toolbar .wysihtml-command-active {
  font-weight: bold;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]+span {
  cursor: pointer;
}

input[type="checkbox"]+span:before {
  font-family: "Material Icons";
  color: #a2a8b1;
  font-weight: 100;
  font-size: 28px;
  border-radius: 2px;
  position: relative;
  top: 8px;
  margin-right: 10px;
  content: "\E835";
}

input[type="checkbox"]:checked+span:before {
  content: "\E834";
  color: #3930d8;
}

input[type="radio"] {
  display: none;
}

input[type="radio"]+span {
  cursor: pointer;
}

input[type="radio"]+span:before {
  color: #a2a8b1;
  content: "\E836";
  font-family: "Material Icons";
  font-size: 24px;
  font-size: 2.4rem;
  margin-right: 8px;
  position: relative;
  top: 4px;
}

input[type="radio"]:checked+span:before {
  content: "\E837";
}

input[type='checkbox']+span.material-checkbox:before {
  color: #434c5b;
  font-size: 24px;
  font-size: 2.4rem;
  margin-right: 8px;
  top: 4px;
}

.form__introduction-wrapper {
  background-color: #FFF;
  margin: 0 0 30px;
  padding: 15px;
}

.form__introduction {
  background: #f6f7f9;
  padding: 15px;
}

.form__introduction h2 {
  font-size: 18px;
  padding: 0;
  margin-top: 0;
}

.form__introduction p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

label .mi {
  position: relative;
  top: 2px;
  font-size: 14px;
  opacity: 0.75;
  margin-right: 5px;
}

select[multiple] {
  height: 200px;
}

.selectize-control.multi .selectize-input>div {
  color: #fff;
  border-radius: 2px;
}

.btn-group.open>.btn-primary.dropdown-toggle {
  border-color: #fff;
}

.btn-group.open>.btn-primary.dropdown-toggle:hover,
.btn-group.open>.btn-primary.dropdown-toggle :focus {
  border-color: #fff;
}

.form--new .form-group {
  border-bottom: 1px solid rgba(197, 207, 220, .6);
  padding: 20px 0;
  margin: 0;
}

.form--new label {
  display: block;
  text-transform: uppercase;
  margin: 0;
  color: rgba(67, 76, 91, .5);
  font-size: 11px;
  font-weight: 400;
}

.form--new input[type="text"],
.form--new textarea {
  border: none;
  padding: 0;
  margin: 10px 0 0;
  height: auto;
  color: #333;
}

.form--new input[type="text"]:focus,
.form--new textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form--new input[type="text"]::-webkit-input-placeholder,
.form--new textarea::-webkit-input-placeholder {
  color: #a2a8b1;
  opacity: 0.5;
  font-weight: 400;
}

.form--new input[type="text"]::-moz-placeholder,
.form--new textarea::-moz-placeholder {
  color: #a2a8b1;
  opacity: 0.5;
  font-weight: 400;
}

.form--new input[type="text"]::-ms-input-placeholder,
.form--new textarea::-ms-input-placeholder {
  color: #a2a8b1;
  opacity: 0.5;
  font-weight: 400;
}

.form--new input[type="text"]::placeholder,
.form--new textarea::placeholder {
  color: #a2a8b1;
  opacity: 0.5;
  font-weight: 400;
}

.radio__label {
  font-weight: 400;
  margin: 0;
  cursor: pointer;
}

.form {
  background: white;
  border-radius: 5px;
}

.form fieldset,
.form legend {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  width: auto;
}

.form small {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 21px;
  line-height: 2.1rem;
  color: #a2a8b1;
}

.form__radio {
  margin: 0;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  line-height: 2.6rem;
}

.form__radio label {
  padding: 4px 0 0 0;
}

.form__radio .circle {
  position: relative;
  top: 2px;
}

.form__radio input[type="radio"]+span:before {
  margin-right: 5px;
}

.form__field-block {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .form__field-block {
    margin-top: 20px;
  }
}

.form__field-block.form__field-block--first {
  margin-top: 0;
}

.form__field-block.form__field-block--short {
  margin-top: 20px;
}

.form__field-block.form__field-block--high {
  margin-top: 70px;
}

.form__field-title {
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #2d2d2d;
  width: 15%;
  text-align: right;
  float: left;
  padding-top: 10px;
}

.form__field-title label {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-weight: 500;
}

@media (max-width: 768px) {
  .form__field-title {
    float: none;
    width: auto;
    text-align: left;
  }
}

.form__field-title--wysiwyg {
  padding-top: 52px;
}

@media (max-width: 768px) {
  .form__field-title--wysiwyg {
    padding-top: 0;
  }
}

.form__field-input {
  margin-left: 15%;
  padding-left: 15px;
}

.form__field-input .quill {
  border: 1px solid #d6d6d6;
  border-radius: 5px;
}

.form__field-input .ql-toolbar {
  background: #e9ecef;
  border: none;
  height: 36px;
  padding: 6px;
}

.form__field-input .ql-container {
  border: none;
  min-height: 104px;
  font-size: 16px;
  font-size: 1.6rem;
}

.form__field-input .ql-blank:before {
  color: #a2a8b1;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  line-height: 2.6rem;
}

.form__field-input .form__radio {
  margin-right: 32px;
}

@media (max-width: 768px) {
  .form__field-input {
    margin: 5px 0 0 0;
    padding-left: 0;
  }
}

.form__input,
.form__select {
  border-radius: 5px;
  border: 1px solid #d6d6d6;
  padding: 10px 15px;
  color: #2d2d2d;
  width: 100%;
  font-weight: normal;
}

.form__input::-webkit-input-placeholder,
.form__select::-webkit-input-placeholder {
  color: #a2a8b1;
}

.form__input::-moz-placeholder,
.form__select::-moz-placeholder {
  color: #a2a8b1;
}

.form__input::-ms-input-placeholder,
.form__select::-ms-input-placeholder {
  color: #a2a8b1;
}

.form__input::placeholder,
.form__select::placeholder {
  color: #a2a8b1;
}

.form__input:placeholder-shown,
.form__select:placeholder-shown {
  background: #f6f9fc;
  border-color: transparent;
  font-size: 16px;
  font-size: 1.6rem;
}

.form__input:focus,
.form__select:focus {
  background: white;
}

.form__input:disabled,
.form__select:disabled {
  background: #eceff5;
  cursor: not-allowed;
}

.form__input {
  max-width: 660px;
}

.form__input.form__input--small {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 5px 12px;
}

.form__input.form__input--lone {
  margin-top: 20px;
}

.form__input.form__input--md {
  max-width: 440px;
}

.form__input-error {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  color: #fa4a4d;
  font-weight: normal;
}

.form__select {
  background: #f6f9fc;
  border-color: transparent;
  height: 46px;
  padding: 0 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #a2a8b1;
}

.form__select.post-form__select--small {
  height: 30px;
  font-size: 12px;
  font-size: 1.2rem;
}

.form__select.form__select--inline {
  width: auto;
}

.form__break {
  height: 1px;
  background: #eceff5;
  margin-top: 70px;
  margin-bottom: 35px;
}

.form__message {
  border-radius: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  margin-bottom: 10px;
  letter-spacing: normal;
  text-align: center;
  padding: 13px 20px;
}

.form__message--error {
  background: #ffebe5;
  color: #ff3d00;
}

.form__message--success {
  background: #e5ffeb;
  color: #11b719;
}

.narrow__form-field {
  margin-bottom: 16px;
}

.narrow__form-field.narrow__form-field--text {
  margin-top: 20px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  line-height: 2rem;
}

.narrow__form-field.narrow__form-field--gray {
  color: #555;
}

.narrow__form-field.narrow__form-field--gray a {
  color: #555;
  text-decoration: underline;
}

.narrow__form-field.narrow__form-field--gray a:hover,
.narrow__form-field.narrow__form-field--gray a:active {
  color: #555;
}

.narrow__form-field label {
  margin: 0;
  font-weight: normal;
}

.narrow__form-break {
  border-top: 2px solid #f6f9fc;
  margin: 15px 0 30px;
  height: 0;
}

.narrow__form-break span {
  position: relative;
  bottom: 11px;
  padding: 0 10px;
  background: white;
}

.narrow__form-message {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 20px;
  line-height: 2rem;
  letter-spacing: 0.4px;
  color: #555;
  text-transform: uppercase;
}

.narrow__form-message.narrow__form-message--success {
  margin-bottom: 26px;
}

.narrow__form-remember span::before {
  font-size: 21px !important;
  font-size: 2.1rem !important;
  margin-right: 5px !important;
  top: auto !important;
  vertical-align: bottom;
}

.narrow__form-preview {
  width: 80px;
  height: 80px;
  overflow: hidden;
  background-color: #f6f9fc;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
  border: solid 2px #f6f9fc;
}

.narrow__form-preview .img-overlay {
  background: #2d2d2d;
  opacity: 0.56;
  height: 100%;
  width: 100%;
  display: none;
  position: absolute;
  z-index: 1;
}

.narrow__form-preview img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
}

.narrow__form-preview i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #555;
  font-size: 36px;
  font-size: 3.6rem;
  cursor: pointer;
  z-index: 5;
}

.narrow__form-preview:hover {
  border-color: #3930d8;
}

.narrow__form-preview:hover i {
  color: #3930d8;
}

.narrow__form-preview--with-pic i {
  display: none;
}

.narrow__form-preview--with-pic:hover {
  border-color: transparent;
}

.narrow__form-preview--with-pic:hover i {
  color: white;
  font-size: 24px;
  font-size: 2.4rem;
  display: block;
}

.narrow__form-preview--with-pic:hover .img-overlay {
  display: block;
}

.narrow__form-uploader {
  position: absolute;
  height: 300px;
  width: 100px;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 10;
}

.spinner {
  -webkit-animation: rotator 1.2s linear infinite;
          animation: rotator 1.2s linear infinite;
  position: relative;
  top: 1px;
  margin: 0 0 0 10px;
}

.spinner__path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: dash 1.2s ease-in-out infinite;
          animation: dash 1.2s ease-in-out infinite;
  stroke: #3930d8;
}

@-webkit-keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
}

@keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }

  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }

  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
            transform: rotate(450deg);
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }

  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }

  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
            transform: rotate(450deg);
  }
}

.slick-slider {
  margin: 0 auto;
  overflow: hidden;
  max-width: 800px;
  max-height: 600px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
}

.slick-slider img {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.slick-slider:hover .slick-prev {
  padding-left: 20px;
}

.slick-slider:hover .slick-next {
  padding-right: 20px;
}

.slick-slider .slick-list {
  opacity: 0;
  position: absolute;
}

.slick-slider.slick-initialized {
  background: none;
}

.slick-slider.slick-initialized .slick-list {
  opacity: 1;
  position: relative;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}

.slick-prev,
.slick-next {
  opacity: 0.9;
  position: absolute;
  top: 50%;
  padding: 10px 15px;
  margin-top: -26px;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: #000;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  z-index: 1;
  color: #fff;
  background: url(/packs/label-d8a5ff80b9bead1e55216c33bd5f7caa.png) 0 0 repeat;
}

.slick-prev i,
.slick-next i {
  font-size: 32px;
  display: block;
}

@media (max-width: 768px) {
  .slick-prev,
  .slick-next {
    opacity: 1;
  }
}

.slick-prev:hover,
.slick-next:hover {
  opacity: 1;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled,
.slick-prev.slick-disabled:hover,
.slick-next.slick-disabled:hover {
  opacity: 0;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.CircularProgressbar {
  width: 100%;
}

.CircularProgressbar .CircularProgressbar-path {
  stroke: #3e98c7;
  stroke-linecap: round;
  -webkit-transition: stroke-dashoffset 0.5s ease 0s;
  transition: stroke-dashoffset 0.5s ease 0s;
}

.CircularProgressbar .CircularProgressbar-trail {
  stroke: #d6d6d6;
}

.CircularProgressbar .CircularProgressbar-text {
  fill: #3e98c7;
  font-size: 20px;
  dominant-baseline: middle;
  text-anchor: middle;
}

.CircularProgressbar .CircularProgressbar-background {
  fill: #d6d6d6;
}

.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-background {
  fill: #3e98c7;
}

.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-text {
  fill: #fff;
}

.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-path {
  stroke: #fff;
}

.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-trail {
  stroke: transparent;
}

.m-input {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 32px;
  line-height: 3.2rem;
  color: rgba(0, 0, 0, .87);
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, .24);
  background: transparent;
  outline: none;
}

.m-input:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.m-input--block {
  display: block;
}

.m-input--inline {
  width: auto;
  display: inline;
  font-size: inherit;
  line-height: inherit;
}

select.m-input {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 40%;
  background-repeat: no-repeat;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAKCAYAAAC0VX7mAAAABGdBTUEAALGPC/xhBQAAAGBJREFUKBWt0tENgCAMhOESB3AD2X8s2IANvDOBRCkFrZf8j/2eGkQkogP9sbxBKSig3Slm3CeCnBe9MEIV9KANe4Jf0BumgW/QDhuBK6iKWaCFDrEZqKEmxoPV8fnZdCfmDxeXdbgltQAAAABJRU5ErkJggg==");
  background-size: 10px;
  padding-right: 1.5em;
}

.m-input--dashed {
  border-bottom: 1px dashed rgba(0, 0, 0, .24);
}

.m-input-hint {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  color: rgba(0, 0, 0, .52);
  font-weight: normal;
}

.m-input-error {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  color: red;
  font-weight: normal;
}

.m-checkbox-span {
  position: relative;
  bottom: 10px;
}

.m-checkbox-span::before {
  font-size: 24px !important;
  font-size: 2.4rem !important;
}

.m-checkbox-label {
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  bottom: 8px;
}

.m-btn {
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
}

.btn {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 38px;
  font-weight: 500;
  text-align: center;
  border-radius: 5px;
  margin: 0;
  padding: 0 20px;
  color: #3930d8;
  background: white;
  border: 1px solid #3930d8;
  outline: none;
}

.btn:hover,
.btn:active,
.btn:focus {
  color: white;
  background: #3930d8;
  text-decoration: none;
}

.btn:disabled {
  opacity: 0.54;
  cursor: not-allowed;
}

.btn i {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 12px;
  line-height: 1.2rem;
}

.btn--transparent-border,
.btn--text,
.btn--blue,
.btn--green,
.btn--yellow,
.btn--red,
.btn--blured-blue,
.btn--light-gray,
.btn--following {
  border: 1px solid transparent;
}

.btn--transparent-border:hover,
.btn--text:hover,
.btn--blue:hover,
.btn--green:hover,
.btn--yellow:hover,
.btn--red:hover,
.btn--blured-blue:hover,
.btn--light-gray:hover,
.btn--following:hover,
.btn--transparent-border:active,
.btn--text:active,
.btn--blue:active,
.btn--green:active,
.btn--yellow:active,
.btn--red:active,
.btn--blured-blue:active,
.btn--light-gray:active,
.btn--following:active {
  border: 1px solid transparent;
}

.btn--big {
  padding: 15px 25px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 20px;
  line-height: 2rem;
}

.btn--big.btn--caret {
  padding: 15px 5px;
  border-left: 1px solid #fff;
}

.btn--big i {
  font-size: 22px;
  position: absolute;
  left: 40px;
  top: 20px;
}

.btn--big img {
  position: absolute;
  height: 22px;
  width: 22px;
  left: 40px;
}

.btn--small {
  padding: 4px 10px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: 0.2px;
}

.btn--block {
  display: block;
  width: 100%;
}

.btn--light {
  font-weight: normal;
}

.btn--white {
  background: #fff;
  color: #2d2d2d;
  font-weight: 500;
  border-color: #fff;
}

.btn--white:hover,
.btn--white:active,
.btn--white:focus {
  color: white;
  font-weight: 400;
  background: #3930d8;
}

.btn--gray {
  background: #eceff4;
  border-color: #eceff4;
  color: #4e5764;
}

.btn--gray i {
  color: #a3a8b0;
}

.btn--gray:hover,
.btn--gray:active,
.btn--gray:focus {
  color: #fff;
  border-color: #3930d8;
  background: #3930d8;
}

.btn--gray:hover i,
.btn--gray:active i,
.btn--gray:focus i {
  color: #fff;
}

.btn--dark-gray {
  background: #ccd4d9;
  border-color: #ccd4d9;
  color: #4e5764;
}

.btn--dark-gray:hover,
.btn--dark-gray:active,
.btn--dark-gray:focus {
  border-color: #eceff4;
  color: #4e5764;
  background: #eceff4;
}

.btn--text {
  background: transparent;
}

.btn--text:hover,
.btn--text:active,
.btn--text:focus {
  background: white;
  color: inherit;
}

.btn--blue {
  color: white;
  background: #3930d8;
}

.btn--blue:hover,
.btn--blue:active,
.btn--blue:focus {
  background: #20438c;
}

.btn--green {
  color: white;
  background: #11b719;
}

.btn--green:hover,
.btn--green:active,
.btn--green:focus {
  background: #286c28;
}

.btn--yellow {
  color: white;
  background: #f9ac30;
}

.btn--yellow:hover,
.btn--yellow:active,
.btn--yellow:focus {
  background: #dc9a2f;
}

.btn--red {
  color: white;
  background: #fa4a4d;
}

.btn--red:hover,
.btn--red:active,
.btn--red:focus {
  background: #963313;
}

.btn--green-outline {
  color: #11b719;
  background: #fff;
  border: 1px solid #11b719;
}

.btn--green-outline:hover,
.btn--green-outline:active,
.btn--green-outline:focus {
  color: #fff;
  background: #11b719;
}

.btn--blured-blue {
  color: white;
  background: #3d66b3;
}

.btn--blured-blue:hover,
.btn--blured-blue:active,
.btn--blured-blue:focus {
  background: white;
  color: #3d66b3;
}

.btn--light-gray {
  background: #eceff5;
  color: #a2a8b1;
}

.btn--light-gray:hover,
.btn--light-gray:active,
.btn--light-gray:focus {
  background: #a2a8b1;
  color: white;
}

.btn--shadow {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .05);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .05);
}

.btn--social {
  border: transparent;
  color: white;
  height: 46px;
  min-width: 46px;
}

.btn--social:hover,
.btn--social:focus {
  border: transparent;
  color: white;
}

.btn--social i {
  font-size: 20px;
  font-size: 2rem;
  line-height: 46px;
  line-height: 4.6rem;
  top: 1px;
}

@media (max-width: 768px) {
  .btn--social i,
  .btn--social img {
    display: none;
  }
}

.btn--following {
  color: white;
  background: #11b719;
}

.btn--following:focus,
.btn--following:active {
  color: white;
  background: #11b719;
}

.btn--following:hover {
  color: white;
  background: #fa4a4d;
}

.btn--collected {
  border: none;
  color: white;
}

.stripe-button-el {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-image: none !important;
  display: inline-block !important;
  outline: none;
}

.stripe-button-el span {
  font-family: 'Roboto' !important;
  text-transform: capitalize;
  border-radius: 5px !important;
  background: #11b719 !important;
  color: white !important;
  padding: 15px 28px !important;
  font-size: 16px !important;
  font-size: 1.6rem !important;
  font-weight: bold !important;
  line-height: 20px !important;
  line-height: 2rem !important;
  display: inline-block !important;
  height: auto !important;
}

.stripe-button-el:hover,
.stripe-button-el:active,
.stripe-button-el:focus {
  border: none !important;
}

.stripe-button-el:hover span,
.stripe-button-el:active span,
.stripe-button-el:focus span {
  background: #286c28 !important;
}

.btn-group--block {
  width: 100%;
}

.btn-group--block .btn {
  width: 90%;
}

.btn-group--block .btn--caret {
  width: 10%;
}

.btn--twitter {
  background-color: #55acee;
  border-color: #ccc;
  color: #fff;
}

.btn--twitter:hover,
.btn--twitter:focus {
  background-color: #3ea1ec;
  border-color: #ccc;
  color: #fff;
}

.btn--google {
  background: #4184f4;
  color: #fff;
}

.btn--google:hover,
.btn--google:focus {
  background-color: #4184f4;
  border-color: rgba(76, 87, 102, .1);
  color: #fff;
}

.btn--google img {
  background-color: #fff;
  widows: 20px;
  height: 20px;
  padding: 4px;
  position: relative;
  top: -2px;
  border-radius: 50%;
}

.btn--github {
  background: #525659;
  border: 1px solid rgba(76, 87, 102, .1);
  color: #fff;
}

.btn--github:hover,
.btn--github:focus {
  background-color: #525659;
  border-color: rgba(76, 87, 102, .1);
  color: #fff;
}

.btn--facebook {
  background-color: #405499;
  border-color: #ccc;
  color: #fff;
}

.btn--facebook:hover,
.btn--facebook:focus {
  background-color: #384a87;
  border-color: #ccc;
  color: #fff;
}

.btn--dribbble {
  background-color: #ea4c89;
  border-color: #ccc;
  color: #fff;
}

.btn--dribbble:hover,
.btn--dribbble:focus {
  background-color: #e7357a;
  border-color: #ccc;
  color: #fff;
}

.btn--medium {
  background-color: #00ab6c;
  border-color: #ccc;
  color: #fff;
}

.btn--medium:hover,
.btn--medium:focus {
  background-color: #00925c;
  border-color: #ccc;
  color: #fff;
}

.btn--skillshare {
  background-color: #01a7ad;
  border-color: #ccc;
  color: #fff;
}

.btn--skillshare:hover,
.btn--skillshare:focus {
  background-color: #018f94;
  border-color: #ccc;
  color: #fff;
}

.btn--list-item {
  margin: 20px 0;
}

.btn--blured {
  opacity: 0.5;
}

.progress-bar {
  height: 1px;
  background-color: #3930d8;
  display: block;
}

.new-progress-bar {
  width: 100%;
  height: 20px;
  padding: 2px;
  border-radius: 12px;
  background-color: white;
  position: relative;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
}

.new-progress-bar__complete {
  height: 16px;
  background-color: #11b719;
  border-radius: 10px 0 0 10px;
  max-width: calc(100% - 35px);
}

.new-progress-bar__percents {
  float: right;
  width: 60px;
  height: 60px;
  position: absolute;
  right: -7.5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 60px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 30px;
  background-color: white;
  text-align: center;
}

.new-progress-bar__percents .new-progress-bar__checkmark {
  display: none;
}

.new-progress-bar__percents--100 {
  background: #11b719;
}

.new-progress-bar__percents--100 span {
  display: none;
}

.new-progress-bar__percents--100 .new-progress-bar__checkmark {
  display: block;
  margin-top: 12px;
}

.avatar__wrapper {
  position: relative;
  display: inline-block;
}

.avatar__wrapper .status {
  position: absolute;
  bottom: 0;
  right: 0;
  border-width: 1px;
}

.avatar__wrapper .avatar {
  display: block;
  border-radius: 50%;
  font-size: 10px;
  text-align: center;
}

.avatar__wrapper i {
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #3930d8;
  background: #fff;
  margin: 0;
  border-radius: 50%;
}

.avatar__wrapper--24 i,
.avatar__wrapper--28 i,
.avatar__wrapper--32 i,
.avatar__wrapper--34 i,
.avatar__wrapper--36 i {
  font-size: 12px;
}

.avatar__wrapper--38 i,
.avatar__wrapper--40 i,
.avatar__wrapper--44 i,
.avatar__wrapper--48 i,
.avatar__wrapper--50 i,
.avatar__wrapper--55 i,
.avatar__wrapper--56 i,
.avatar__wrapper--72 i,
.avatar__wrapper--96 i {
  font-size: 16px;
}

.avatar__wrapper--60 i,
.avatar__wrapper--80 i {
  font-size: 22px;
}

.avatar__wrapper--verified .avatar {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 200ms ease all;
  transition: 200ms ease all;
}

.avatar__wrapper--verified:hover .avatar {
  border-color: #3930d8;
}

.avatar__wrapper--verified:hover i {
  opacity: 1;
}

.tooltip-inner {
  padding: 5px 10px;
}

.avatar__points {
  border-radius: 15px;
  top: 25px;
  left: 115px;
  background: #f6f9fc;
  z-index: 0;
  display: block;
  position: absolute;
}

.avatar__points:hover {
  text-decoration: none;
}

.avatar__points span {
  color: #2d2d2d;
  text-align: center;
  font-size: 16px;
  width: 100%;
  font-weight: 500;
  display: block;
  line-height: 30px;
  padding: 0 30px;
}

@media (max-width: 768px) {
  .avatar__points {
    display: none;
  }
}

.avatar__annotation {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 100%;
  color: white;
  width: 12px;
  height: 12px;
  font-size: 8px;
  font-size: 0.8rem;
  text-align: center;
  line-height: 12px;
  line-height: 1.2rem;
  border: 1px solid white;
  background: #3930d8;
}

.avatar__placeholder {
  position: relative;
  height: 60px;
  width: 60px;
  border-radius: 30px;
  background-color: #f6f9fc;
}

.avatar__placeholder i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #a2a8b1;
  font-size: 36px;
  font-size: 3.6rem;
}

html,
body {
  height: 100%;
}

body {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

body.no-scroll {
  overflow: hidden;
}

#wrapper {
  height: auto;
  padding: 0;
  -webkit-transition: padding 200ms ease;
  transition: padding 200ms ease;
  position: relative;
}

.content-wrapper {
  padding: 30px 0;
}

.content-wrapper--sidebar {
  padding: 0;
  margin-right: 460px;
}

.content-wrapper--less-padding-bottom {
  padding-bottom: 30px;
}

.content-wrapper--no-padding-bottom {
  padding-bottom: 0;
  overflow: hidden;
}

.content-wrapper--no-padding {
  padding: 0;
}

.content-wrapper--less-padding-top {
  padding-top: 30px;
}

.content-wrapper--white {
  background-color: #fff;
}

.content-wrapper--light-grey {
  background-color: #fbfbfc;
}

.content-wrapper--grey {
  background-color: #f4f6f9;
}

.content-wrapper--branding {
  background: #3930d8;
}

.content-wrapper--dark {
  background-color: #434c5b;
}

.content {
  margin: 0 auto;
  padding: 15px 0;
  width: 1160px;
  max-width: 95%;
}

.content--lg {
  width: 1700px;
  max-width: 90%;
}

@media (max-width: 1700px) {
  .content--lg {
    max-width: 95%;
  }
}

.content--medium {
  width: 1000px;
  max-width: 90%;
}

@media (max-width: 1000px) {
  .content--medium {
    max-width: 95%;
  }
}

.content--full {
  max-width: 100%;
  width: 100%;
  padding: 0;
}

.content--white {
  background-color: #fff;
}

.content--wide {
  max-width: 100%;
  width: 100%;
  padding: 15px 45px;
}

.content--ad {
  background: #fef6e3;
}

.content--small {
  max-width: 768px;
}

.content--narrow {
  max-width: 640px;
}

.content--no-padding {
  padding: 0;
}

@media (max-width: 768px) {
  .content--no-padding {
    padding: 0;
  }
}

.content--less-padding {
  padding: 15px 0;
}

.content--full-height {
  min-height: calc(100vh - 100px);
}

.new-content {
  max-width: 1700px;
  margin: 0 auto;
}

.new-content--padded {
  padding: 0 40px;
}

.page-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .page-wrap {
    display: block;
  }
}

.content-line {
  padding: 0 40px;
}

.sidebar {
  float: left;
  width: 300px;
  position: relative;
  min-height: 100%;
}

@media (max-width: 1160px) and (min-width: 768px) {
  .sidebar {
    width: 200px;
  }
}

@media (max-width: 768px) {
  .sidebar {
    float: none !important;
    width: auto;
    min-height: inherit;
  }
}

.sidebar--left {
  float: left;
}

.sidebar--right {
  float: right;
}

.sidebar--padded {
  padding: 40px 30px 40px 40px;
}

@media (max-width: 1160px) and (min-width: 768px) {
  .sidebar--padded {
    padding: 20px 15px 20px 20px;
  }
}

.sidebar--shadow {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
  background-color: white;
}

.sidebar--full-height {
  min-height: calc(100vh - 100px);
}

@media (max-width: 768px) {
  .sidebar--full-height {
    min-height: auto;
  }
}

.page-body {
  position: relative;
  float: right;
  width: calc(100% - 300px);
}

@media (max-width: 1160px) and (min-width: 768px) {
  .page-body {
    width: calc(100% - 200px);
  }
}

@media (max-width: 768px) {
  .page-body {
    float: none !important;
    width: auto;
  }
}

.page-body--right {
  float: right;
}

.page-body--left {
  float: left;
}

.page-body--padded {
  padding: 40px;
}

@media (max-width: 1160px) {
  .page-body--padded {
    padding: 15px;
  }
}

.no-content {
  text-align: center;
  padding-top: 30px;
}

.no-content .h3 {
  margin-top: 15px;
}

.no-content .btn {
  margin-top: 30px;
}

body {
  color: #2d2d2d;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
}

.condensed {
  font-family: 'Roboto Condensed';
}

.h1 {
  font-size: 56px;
  font-size: 5.6rem;
  line-height: 64px;
  line-height: 6.4rem;
  font-weight: normal;
}

.h2 {
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 56px;
  line-height: 5.6rem;
  font-weight: normal;
}

.h3 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 46px;
  line-height: 4.6rem;
  font-weight: normal;
}

.h4 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 34px;
  line-height: 3.4rem;
}

.h5 {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 28px;
  line-height: 2.8rem;
}

.h6 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 16px;
  line-height: 1.6rem;
}

.description {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 21px;
  line-height: 2.1rem;
}

.description-big {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
}

.additional {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 20px;
  line-height: 2.0rem;
  letter-spacing: 0.4px;
  color: #a2a8b1;
  text-transform: uppercase;
}

.additional-big {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 20px;
  line-height: 2.0rem;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #a2a8b1;
}

.bigger {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  line-height: 2.6rem;
}

.gray {
  color: #a2a8b1;
}

#header__wrapper {
  position: fixed;
  top: 0;
  -webkit-transition: background 150ms ease, top 400ms ease;
  transition: background 150ms ease, top 400ms ease;
  width: 100%;
  z-index: 100;
}

@media (max-width: 1160px) {
  #header__wrapper {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
            box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    background: #fff;
    border: none;
  }
}

#header__wrapper.headroom--not-top {
  -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
          box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
}

.header {
  margin: 0 auto;
  border-radius: 0;
  padding: 5px;
  height: 50px;
  border: none;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header h1 {
  position: absolute;
  left: -99999px;
}

@media (max-width: 1160px) {
  .header {
    width: 100%;
  }
}

.body--reload {
  padding-top: 50px;
}

.body--reload #header__wrapper {
  border-bottom: 1px solid rgba(76, 87, 102, .1);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header__logo {
  height: 38px;
  display: inline-block;
  padding-left: 40px;
  line-height: 38px;
  background-size: 28px;
}

.header__logo span {
  letter-spacing: 0.5px;
  color: #fff;
  text-transform: lowercase;
  font-size: 18px;
  font-weight: 300;
}

@media (max-width: 480px) {
  .header__logo span {
    display: none;
  }
}

.header__logo strong {
  font-weight: 400;
  color: #fff;
}

.header__logo:hover,
.header__logo:focus {
  text-decoration: none;
}

.header__menu-items {
  margin: 0;
  height: 40px;
  padding: 0;
  float: right;
}

.header__menu-item {
  float: left;
  display: block;
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0 0 0 5px;
  line-height: 40px;
}

.header__menu-item i {
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
  color: #282828;
  float: left;
  font-size: 22px;
  line-height: 40px;
  height: 22px;
  width: 22px;
  text-align: center;
}

.header__menu-item .counter {
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 10px;
  font-size: 10px;
  font-weight: 500;
  height: 22px;
  line-height: 22px;
  text-align: center;
  width: 22px;
  z-index: 100;
  background: #fa4a4d;
}

.header__menu-item:first-child {
  margin-left: 0;
}

.header__menu-item small {
  float: left;
}

.header__menu-item small i {
  width: 16px;
  left: -4px;
  position: relative;
}

.header__menu-item:hover a {
  text-decoration: none;
}

.header__menu-item:hover i {
  color: #282828;
}

.header__menu-item--notification i {
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  background-color: #a1a7b0;
}

@media (min-width: 1160px) {
  .header__menu-item--mobile {
    display: none;
  }
}

.primary-navbar__list-item--text a {
  text-decoration: none;
  text-align: center;
  position: relative;
  display: inline-block;
  float: left;
  color: #282828;
  text-transform: none;
  padding: 0;
  font-weight: 500;
  margin: 0 3px;
  padding: 0 12px;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.primary-navbar__list-item--text a:hover,
.primary-navbar__list-item--text a:focus {
  text-decoration: none;
  color: #282828;
}

.header__menu-item--profile {
  margin: 0;
}

.header__menu-item--profile img {
  border-radius: 50%;
}

.header__menu-item--sale {
  margin: 0;
}

.header__menu-item--sale a {
  background-color: #11b719;
  border-radius: 3px;
  color: #fff;
  padding: 5px 8px;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 40px;
  font-size: 13px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.header__menu-item--sale a>i {
  float: none;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  position: relative;
  top: 2px;
  color: #fff !important;
  margin-right: 2px;
  opacity: 0.86;
}

.header__menu-item--sale a:hover,
.header__menu-item--sale a:focus {
  text-decoration: none;
  color: #fff;
  opacity: .95;
}

.header__menu-item--sale a:hover>i,
.header__menu-item--sale a:focus>i {
  opacity: 1;
}

@media (max-width: 768px) {
  .header__menu-item--sale {
    display: none;
  }
}

.primary-nav-inner {
  border-bottom: #f3f3f3;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

@media (max-width: 1160px) {
  .primary-nav-inner {
    width: 100%;
  }
}

.primary-navbar__list-items {
  padding: 0;
  margin: 0;
  float: left;
}

@media (max-width: 1300px) {
  .primary-navbar__list-items {
    display: none;
  }
}

.primary-navbar__list-item {
  margin: 0;
  padding: 0;
  border-radius: 4px;
  margin: 0;
  float: left;
  list-style: none;
  display: inline-block;
}

.primary-navbar__list-item label {
  position: absolute;
  top: -17px;
  background: #3e4755;
  color: #fff;
  font-size: 7px;
  left: 20px;
  padding: 0 4px;
  line-height: 14px;
  border-radius: 0 0 3px 3px;
  font-weight: 500;
  letter-spacing: .6px;
}

.primary-navbar__list-item img {
  max-height: 20px;
  margin-right: 5px;
  display: inline-block;
}

.primary-navbar__list-item .emoji {
  padding-right: 5px;
  font-size: 16px;
  line-height: 14px;
  position: relative;
  top: 2px;
}

.primary-navbar__list-item>a {
  text-decoration: none;
  text-align: center;
  position: relative;
  display: inline-block;
  float: left;
  color: #282828;
  text-transform: none;
  font-weight: 500;
  margin: 0 2px;
  padding: 0 12px;
  border-radius: 3px;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  letter-spacing: 0.5px;
}

.primary-navbar__list-item>a:hover {
  background-color: #f2f5f8;
}

.primary-navbar__list-item>a.active {
  background-color: #e9e8fa;
}

@media (max-width: 1160px) {
  .primary-navbar__list-item>a {
    padding: 0 15px;
  }

  .primary-navbar__list-item>a:hover {
    background: none;
  }
}

.primary-navbar__list-item i {
  display: inline-block;
  font-size: 18px;
  line-height: 0;
  position: relative;
  top: 4px;
}

@media (max-width: 1160px) {
  .primary-navbar__list-item i {
    display: none;
  }
}

.primary-navbar__list-item.active>label {
  display: none;
}

.primary-navbar__list-item.active>a {
  font-weight: 500;
}

.primary-navbar__list-item:hover,
.primary-navbar__list-item.active,
.primary-navbar__list-item:focus {
  text-decoration: none;
}

.primary-navbar__list-item--premium a {
  border-radius: 4px;
  color: #3930d8;
  margin-left: 12px;
}

.primary-navbar__list-item--premium-cta>a {
  border: none;
  background: #3930d8;
  text-transform: uppercase;
  padding: 0 15px;
  color: #fff;
  font-size: 13px;
  border-radius: 3px;
  margin-left: 0;
}

.primary-navbar__list-item--premium-cta>a span {
  margin-left: 6px;
  font-size: 16px;
}

.primary-navbar__list-item--premium-cta>a:hover {
  background: #2a22b3;
}

@media (max-width: 1160px) {
  .primary-navbar__list-item--premium-cta {
    display: none;
  }
}

.primary-navbar__list-item--challenges a {
  color: #F2B326;
}

.primary-navbar__list-item--challenges a span {
  margin-right: 6px;
  font-size: 16px;
}

.primary-navbar__list-item--challenges a .primary-navbar__list-item--challenges__underline-container {
  display: inline;
  position: relative;
}

.primary-navbar__list-item--challenges a .primary-navbar__list-item--challenges__underline-container .primary-navbar__list-item--challenges__underline {
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid;
  color: #F2B326;
  opacity: 0.25;
  width: 74px;
  height: 0px;
  margin-left: 1px;
}

@media (max-width: 1160px) {
  .primary-navbar__list-item--challenges {
    display: none;
  }
}

.primary-navbar__list-item--more i {
  color: #3930d8;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 10px;
  line-height: 1rem;
  position: relative;
  top: 8px;
}

.secondary-navbar {
  margin: 15px auto;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  position: relative;
  opacity: 1;
  text-align: center;
}

@media (max-width: 1160px) {
  .secondary-navbar {
    display: none;
  }
}

.secondary-navbar--visible {
  display: block !important;
}

@media (max-width: 1160px) {
  .secondary-navbar--visible {
    display: none !important;
  }
}

.secondary-navbar--search {
  text-align: left;
  padding: 5px 15px 0 45px;
  border-bottom: 1px solid rgba(76, 87, 102, .1);
  background: #fff;
  margin: 0;
  height: 45px;
}

.secondary-navbar-inner {
  position: relative;
  margin: 0 auto;
}

@media (max-width: 1160px) {
  .secondary-navbar-inner {
    padding-left: 0;
    width: 100%;
  }
}

.secondary-navbar__list-items {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.secondary-navbar__list-items li {
  list-style: none;
}

.secondary-navbar__list-items li:last-child {
  margin-right: 0;
}

.secondary-navbar__list-item {
  margin: 0 15px 15px 0;
  padding: 0;
}

.secondary-navbar__list-item>a {
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
  color: #2d2d2d;
  display: block;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 40px;
  min-width: 110px;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.secondary-navbar__list-item>a.active>a {
  font-weight: 500;
}

@media (max-width: 1160px) {
  .secondary-navbar__list-item>a:hover {
    background: none;
  }
}

.secondary-navbar__list-item>a>i {
  display: inline-block;
  color: rgba(45, 45, 45, 0.4902);
  font-size: 16px;
  line-height: 18px;
  margin-right: 8px;
  position: relative;
  top: 2px;
}

.secondary-navbar__list-item .emoji {
  display: inline-block;
  font-size: 13px;
  line-height: 44px;
  margin-right: 8px;
}

.secondary-navbar__list-item:hover,
.secondary-navbar__list-item.active,
.secondary-navbar__list-item:focus {
  text-decoration: none;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}

.secondary-navbar__list-item:hover>a>i,
.secondary-navbar__list-item.active>a>i,
.secondary-navbar__list-item:focus>a>i {
  color: #fff;
}

.secondary-navbar__list-item:hover span,
.secondary-navbar__list-item.active span,
.secondary-navbar__list-item:focus span {
  color: #fff;
  font-weight: 500;
}

.secondary-navbar__list-item--best a {
  color: #fff;
  background: linear-gradient(120deg, #ff9f1f 0%, #e8235b 100%);
}

.secondary-navbar__list-item--best i {
  color: #fff;
}

.secondary-navbar__list-item--challenge a {
  color: #fff;
  background: #8bc24a;
}

.secondary-navbar__list-item--challenge i {
  color: #fff;
}

.navbar-banner {
  border-bottom: 1px solid rgba(76, 87, 102, .1);
  padding: 0;
  background: #fff;
  height: 44px;
  -webkit-transition: padding 200ms ease;
  transition: padding 200ms ease;
}

@media (max-width: 1160px) {
  .navbar-banner {
    display: none;
  }
}

.navbar-banner-inner {
  margin: 0 auto;
  padding: 0;
  max-width: 1160px;
  position: relative;
}

.navbar-banner-inner h1 {
  text-align: center;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  line-height: 44px;
  margin: 0;
  padding: 0;
}

.navbar-banner-inner a {
  position: absolute;
  top: 0;
  display: block;
  height: 44px;
  width: 45px;
  line-height: 44px;
}

.navbar-banner-inner i {
  line-height: 44px;
  font-size: 20px;
  color: #7c8b8d;
}

#search {
  -webkit-transition: width 200ms ease;
  transition: width 200ms ease;
  height: 24px;
  color: #e7eaf6;
  border: none;
  outline: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #e7eaf6;
}

.search-form__wrapper {
  opacity: 0;
  z-index: 100;
}

.search-form__wrapper #search {
  width: 0;
}

.search-form__wrapper input {
  padding: 0;
}

.search-form__wrapper--visible {
  opacity: 1;
}

.header--demo {
  padding: 10px 15px;
}

.header--demo .btn {
  margin-top: 0;
  margin-bottom: 0;
}

.header--demo .btn:hover {
  color: #fff;
}

.header--demo .btn i {
  position: relative;
  top: 1px;
}

@media (max-width: 1160px) {
  .header--demo .btn-close {
    display: none;
  }
}

.body--guest.body--prompt #wrapper {
  padding-bottom: 80px;
}

.header__logo-wrapper {
  position: absolute;
  padding: 10px 0 0 0;
}

.header__logo-root-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  float: left;
  height: 40px;
  left: 0;
  margin: 0;
}

.header__logo-root-wrapper .hamburger {
  display: inline-block;
  height: 40px;
}

@media (min-width: 1160px) {
  .header__logo-root-wrapper .hamburger {
    display: none;
  }
}

.header__logo-root-wrapper .hamburger i {
  color: #333333;
  font-size: 20px;
  line-height: 40px;
  margin-right: 15px;
  text-align: center;
}

.header__logo-root-wrapper .header__logo-root {
  display: inline-block;
  float: left;
  height: 28px;
  margin: 2px 30px 2px 15px;
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}

.header__logo-root-wrapper .header__logo-root:hover {
  opacity: 0.9;
}

.header__logo-root-wrapper .header__logo-root img {
  display: block;
  margin: 0;
  max-height: 28px;
  padding: 0;
}

.header__logo-child-wrapper {
  display: inline-block;
  border-left: 1px solid #f6f9fc;
  float: left;
  margin: 0;
  padding: 0;
}

.header__logo-child-wrapper i {
  font-size: 18px;
  line-height: 40px;
  float: left;
  margin-right: 8px;
}

.header__logo-child-wrapper a {
  -webkit-font-smoothing: antialiased;
  border-radius: 5px;
  margin: 0 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 40px;
  display: block;
  padding: 0 10px;
  -webkit-transition: background 100ms ease;
  transition: background 100ms ease;
}

.header__logo-child-wrapper a strong {
  font-weight: 400;
}

.header__logo-child-wrapper a:hover,
.header__logo-child-wrapper a:focus,
.header__logo-child-wrapper a:active {
  text-decoration: none;
  background-color: #f6f9fc;
}

@media (max-width: 768px) {
  .header__logo-child-wrapper {
    display: none;
  }
}

.dropdown-toggle--notifications {
  float: left;
}

.dropdown-menu__wrapped-link {
  text-decoration: none;
  cursor: pointer;
  color: #333;
}

.dropdown-menu__wrapped-link:hover,
.dropdown-menu__wrapped-link:focus {
  text-decoration: none;
  color: #333;
}

.dropdown-menu__wrapped-label {
  position: relative;
  bottom: 5px;
}

.header__menu-dropdown-wrap {
  position: relative;
}

.header__menu-dropdown-wrap .dropdown-menu {
  top: 40px;
  margin: 0;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
          box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.header__menu-dropdown-wrap .dropdown-menu>li>a {
  padding: 5px 20px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 20px;
  line-height: 2rem;
  color: #555;
}

.header__menu-dropdown-wrap .dropdown-menu>li>a:hover {
  background: #f6f9fc;
}

.header__menu-dropdown-wrap .dropdown-menu__footer {
  border-top: 1px solid rgba(76, 87, 102, .1);
  margin: 0 15px;
}

.header__menu-dropdown-wrap .dropdown-menu__primary-item a {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 24px;
  line-height: 2.4rem;
  color: #555;
}

.header__menu-dropdown-wrap .dropdown-menu__break {
  background: rgba(76, 87, 102, .1);
  height: 1px;
  margin: 5px 0 10px 0;
}

.dropdown-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2px 15px 0 15px;
  border-top: 1px solid #f6f9fc;
  margin-top: 10px;
}

.dropdown-footer__item {
  padding: 0 0 8px 0 !important;
}

.dropdown-footer__item:hover,
.dropdown-footer__item:active {
  background: transparent !important;
}

.dropdown-footer__item i {
  color: rgba(76, 87, 102, .5);
  margin: 0;
  font-size: 20px;
  font-size: 2rem;
}

.dropdown-footer__item.dropdown-footer__item--twitter:hover i {
  color: #55acee;
}

.dropdown-footer__item.dropdown-footer__item--instagram:hover i {
  color: #b436a9;
}

.dropdown-footer__item.dropdown-footer__item--pinterest:hover i {
  color: #cb2128;
}

@media (max-width: 1160px) {
  .dropdown-footer__item {
    padding: 5px !important;
  }
}

.secondary-nav {
  background: #fff;
  border-bottom: 1px solid rgba(76, 87, 102, .1);
}

.secondary-nav ul {
  padding: 5px 0 0 0;
  margin: 0;
}

.secondary-nav li {
  display: inline-block;
}

.secondary-nav li>a {
  margin: 0 20px 0 0;
  line-height: 50px;
  font-size: 16px;
  display: block;
  font-weight: 400;
  color: #484848;
  border-bottom: 3px solid #fff;
  padding: 0 15px;
}

.secondary-nav li i {
  font-size: 14px;
  position: relative;
  top: 2px;
}

.secondary-nav li.active a,
.secondary-nav li.active a:active,
.secondary-nav li:hover a,
.secondary-nav li:hover a:active {
  text-decoration: none;
  color: black;
}

.secondary-nav li.active>a,
.secondary-nav li:hover>a {
  border-color: #3930d8;
}

.secondary-nav li .dropdown-menu {
  width: 480px;
  top: 54px;
}

.secondary-nav li .dropdown-menu a {
  line-height: 1.5;
  padding: 10px 15px;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  color: black;
  border-radius: 4px;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.secondary-nav li .dropdown-menu a:hover {
  background: #f2f5f8;
}

@media (max-width: 1160px) {
  .secondary-nav {
    display: none;
  }
}

.bullet__icon {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 10px;
  display: block;
  color: #625be0;
}

.bullet__title {
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
  color: #263238;
  font-size: 16px;
}

.bullet__text ul {
  padding: 0 15px;
}

.uplabs__header-wrapper {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(76, 87, 101, .8)), to(rgba(76, 87, 101, .8))),url(/packs/background-b8dea5fe6072a9ab548854837ecf79c4.png) no-repeat 0 0;
  background: linear-gradient(rgba(76, 87, 101, .8), rgba(76, 87, 101, .8)),url(/packs/background-b8dea5fe6072a9ab548854837ecf79c4.png) no-repeat 0 0;
  background-size: 100%;
  border-radius: 4px;
  padding: 60px;
}

.uplabs__header-wrapper a {
  margin: 0 5px;
}

@media (max-width: 768px) {
  .uplabs__header-wrapper {
    display: none;
  }
}

.homeage__header h1 {
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  margin: 0;
}

.homeage__header h2 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  margin: 15px 0;
  color: rgba(255, 255, 255, .8);
}

.homeage__header ul {
  margin: 0;
  padding: 0;
}

.homeage__header li {
  margin: 0;
  padding: 0 30px;
  list-style: none;
  text-align: center;
}

.homeage__header li i {
  text-align: center;
  display: block;
  font-size: 40px;
  margin: 30px auto;
  color: #fff;
}

.homeage__header h4 {
  color: #fff;
  font-size: 18px;
  margin: 15px 0;
}

.homeage__header p {
  font-size: 14px;
  color: rgba(255, 255, 255, .6);
  margin: 0;
}

.homepage__section {
  margin: 15px 0 45px;
}

.homepage__section:hover .homepage__section-header .btn {
  opacity: 1;
}

.homepage__section .btn-primary img {
  height: 18px;
  margin-right: 5px;
  width: 18px;
}

.homepage__section-header {
  margin: 0;
  position: relative;
}

.homepage__section-header .btn {
  position: absolute;
  right: 0;
  top: -10px;
  border-radius: 4px;
  margin: 0;
}

.homepage__section-header .btn:hover,
.homepage__section-header .btn:focus {
  color: #fff;
}

@media (max-width: 480px) {
  .homepage__section-header .btn {
    display: none;
  }
}

.homepage__section-header img {
  margin-right: 10px;
  width: 18px;
  height: 18px;
  margin-top: 0;
  float: left;
}

.homepage__section-header h2 {
  color: #434c5b;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .homepage__section-header h2 {
    text-align: center;
  }
}

.homepage__section-header h3 {
  color: #727272;
  margin: 8px 0 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
}

.homepage__section-feed {
  margin: 5px 0 0;
}

.homepage-feed__form .secondary-navbar__list-item {
  margin-bottom: 15px;
}

#homepage-particles--header,
#homepage-particles--footer {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.faq {
  background-color: #fff;
  padding: 30px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
}

.faq ul {
  margin: 0;
  padding: 0;
}

.faq li {
  list-style: none;
  padding-bottom: 15px;
}

.faq h3 {
  font-size: 28px;
  margin-bottom: 20px;
}

.faq h4 {
  margin-bottom: 10px;
}

.faq p {
  font-size: 14px;
  padding-bottom: 0;
  line-height: 1.7;
  margin-left: 10px;
}

.faq__integrations a {
  display: block;
  margin-bottom: 10px;
}

.faq__integrations img {
  max-height: 128px;
}

.premium-landing__section-title__faq {
  margin-bottom: 50px;
}

.faq-dynamic {
  margin: 0 7% 90px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.faq-dynamic .faq-dynamic__questions-container {
  list-style-type: none;
}

.faq-dynamic .faq-dynamic__questions-container li:focus {
  outline: none;
}

.faq-dynamic .faq-dynamic__questions-container li a:hover,
.faq-dynamic .faq-dynamic__questions-container li a:focus {
  text-decoration: none;
  outline: none;
}

.faq-dynamic .faq-dynamic__questions-container li .faq-dynamic__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 40px;
  position: relative;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.faq-dynamic .faq-dynamic__questions-container li .faq-dynamic__question:focus {
  outline: none;
}

.faq-dynamic .faq-dynamic__questions-container li .faq-dynamic__question h3 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: #000;
  margin-right: 30px;
}

.faq-dynamic .faq-dynamic__questions-container li .faq-dynamic__question .faq-dynamic__question__icon-container {
  background: #EBE9FA;
  padding: 10px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  width: 40px;
}

.faq-dynamic .faq-dynamic__questions-container li .faq-dynamic__question .faq-dynamic__question__icon-container i {
  color: rgba(53, 40, 204, .5);
}

.faq-dynamic .faq-dynamic__questions-container li .faq-dynamic__question__bottom-line {
  border-bottom: 0;
  margin: 0px;
  border-top: 0;
}

.faq-dynamic .faq-dynamic__questions-container li .faq-dynamic__question__bottom-line:focus {
  outline: none;
}

@media (max-width: 1160px) {
  .faq-dynamic .faq-dynamic__questions-container li .faq-dynamic__question__bottom-line {
    display: none;
  }
}

.faq-dynamic .faq-dynamic__questions-container li .faq-dynamic__question__bottom-line.faq-dynamic__question__bottom-line--visible {
  border-bottom: 0.5px solid #CCCCCC;
  margin: 0px 40px;
}

.faq-dynamic .faq-dynamic__questions-container li .faq-dynamic__question.faq-dynamic__question--selected {
  background: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -webkit-box-shadow: 0px 30px 50px rgba(168, 174, 182, .18);
          box-shadow: 0px 30px 50px rgba(168, 174, 182, .18);
}

.faq-dynamic .faq-dynamic__questions-container li .faq-dynamic__question.faq-dynamic__question--selected:focus {
  outline: none;
}

.faq-dynamic .faq-dynamic__questions-container li .faq-dynamic__question.faq-dynamic__question--selected .faq-dynamic__question__icon-container {
  background: #3528CC;
}

.faq-dynamic .faq-dynamic__questions-container li .faq-dynamic__question.faq-dynamic__question--selected .faq-dynamic__question__icon-container i {
  color: #fff;
}

.faq-dynamic .faq-dynamic__questions-container li .faq-dynamic__answer {
  background: #fff;
  -webkit-box-shadow: 0px 30px 50px rgba(168, 174, 182, .18);
          box-shadow: 0px 30px 50px rgba(168, 174, 182, .18);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  max-height: 0;
  min-height: 0;
  position: relative;
  margin: 0;
  visibility: hidden;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.faq-dynamic .faq-dynamic__questions-container li .faq-dynamic__answer .faq-dynamic__answer__content {
  padding: 20px 40px 30px;
  font-size: 18px;
  color: rgba(0, 0, 0, .7);
  margin-bottom: 20px;
}

.faq-dynamic .faq-dynamic__questions-container li .faq-dynamic__answer .faq-dynamic__answer__content:focus {
  outline: none;
}

.faq-dynamic .faq-dynamic__questions-container li .faq-dynamic__answer .faq-dynamic__answer__content p {
  padding: 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
}

.faq-dynamic .faq-dynamic__questions-container li .faq-dynamic__answer .faq-dynamic__answer__content .faq-dynamic__answer__content__grid__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1160px) {
  .faq-dynamic .faq-dynamic__questions-container li .faq-dynamic__answer .faq-dynamic__answer__content .faq-dynamic__answer__content__grid__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.faq-dynamic .faq-dynamic__questions-container li .faq-dynamic__answer .faq-dynamic__answer__content .faq-dynamic__answer__content__grid__row .faq-dynamic__answer__content__grid__column strong {
  color: inherit;
}

.faq-dynamic .faq-dynamic__questions-container li .faq-dynamic__answer .faq-dynamic__answer__content .faq-dynamic__answer__content__grid__row .faq-dynamic__answer__content__grid__column ul {
  list-style: disc;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
}

.faq-dynamic .faq-dynamic__questions-container li .faq-dynamic__answer .faq-dynamic__answer__content .faq-dynamic__answer__content__grid__row .faq-dynamic__answer__content__grid__column ul li {
  line-height: 30px;
}

.faq-dynamic .faq-dynamic__questions-container li .faq-dynamic__answer.faq-dynamic__answer--selected {
  max-height: 2000px;
  visibility: visible;
}

.leaderboard {
  max-width: 960px;
  min-width: 320px;
  margin: 0 auto;
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  .leaderboard {
    padding-bottom: 0;
  }
}

.leaderboard h1 {
  font-family: 'Roboto Condensed', 'Roboto', sans-serif;
  font-size: 56px;
  font-size: 5.6rem;
  line-height: 64px;
  line-height: 6.4rem;
}

.leaderboard h2 {
  font-family: 'Roboto Condensed', 'Roboto', sans-serif;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 56px;
  line-height: 5.6rem;
}

@media (max-width: 1160px) {
  .leaderboard h2 {
    font-size: 3.6rem;
    font-size: 3rem;
    line-height: normal;
  }
}

.leaderboard .up-paginate__per-page {
  background: none;
  border: none;
  margin-left: 12px;
  width: 50px;
}

.leaderboard-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 540px;
  background: #3930d8;
}

.leaderboard__header {
  color: white;
  padding-top: 82px;
  position: relative;
}

@media (max-width: 1160px) {
  .leaderboard__header {
    padding-top: 40px;
  }
}

.leaderboard__title {
  text-align: center;
}

@media (min-width: 1160px) {
  .leaderboard__title {
    position: absolute;
    top: 60px;
    left: 40px;
    max-width: 330px;
    text-align: left;
  }
}

.leaderboard__description {
  max-width: 540px;
  min-height: 104px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.65;
  margin-left: 420px;
}

@media (max-width: 1160px) {
  .leaderboard__description {
    max-width: 90%;
    min-height: inherit;
    margin: 0 auto;
    text-align: center;
  }
}

.leaderboard__body {
  margin-top: 70px;
  position: relative;
}

@media (max-width: 768px) {
  .leaderboard__body {
    margin-top: 30px;
  }
}

.leaderboard__nav {
  margin-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 768px) {
  .leaderboard__nav {
    margin: 40px 0 0 0;
    text-align: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.leaderboard__nav-item {
  padding-bottom: 22px;
  margin-right: 58px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.0;
  color: rgba(255, 255, 255, .54);
  border-bottom: 3px solid transparent;
  display: inline-block;
}

.leaderboard__nav-item:hover {
  color: white;
  text-decoration: none;
  border-color: rgba(255, 255, 255, .54);
}

.leaderboard__nav-item.leaderboard__nav-item--active {
  color: white;
  border-bottom: 3px solid white;
}

@media (max-width: 768px) {
  .leaderboard__nav-item {
    margin: 0 auto;
    max-width: 90%;
  }
}

.leaderboard__users {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
  background-color: white;
  border-radius: 5px;
  padding: 0 40px;
}

@media (max-width: 768px) {
  .leaderboard__users {
    padding: 0 10px;
  }
}

.leaderboard__table {
  border-collapse: collapse;
  width: 100%;
}

.leaderboard__table>thead>tr>th {
  text-transform: uppercase;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.82;
  letter-spacing: 0.4px;
  color: #a2a8b1;
  padding-top: 6px;
}

.leaderboard__table>tbody>tr>td {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 59px;
  line-height: 5.9rem;
}

.leaderboard tr {
  border-bottom: 1px solid #f8f8f8;
}

.leaderboard__table-col-blank {
  width: 4.5%;
}

.leaderboard__table-col-user {
  padding-left: 40px;
  width: 300px;
}

@media (max-width: 768px) {
  .leaderboard__table-col-user {
    padding-left: 10px;
    line-height: normal !important;
  }
}

.leaderboard__table-col-rank--hd {
  width: 3%;
}

.leaderboard__table-col-rank {
  text-align: center;
}

.leaderboard__table-col-medal-title {
  width: 6.2%;
}

@media (max-width: 768px) {
  .leaderboard__table-col-medal-title {
    display: none !important;
  }
}

.leaderboard__table-col-medal {
  width: 8%;
  text-align: center;
  overflow: hidden;
}

.leaderboard__table-col-medal svg {
  position: relative;
  top: -6px;
}

.leaderboard__table-col-medal--gold {
  color: #dd8d19;
}

.leaderboard__table-col-medal--silver {
  color: #adab9f;
}

.leaderboard__table-col-medal--bronze {
  color: #8d6e63;
}

.leaderboard__table-col-points {
  text-align: right;
  padding-right: 10px;
}

.leaderboard__table-username {
  margin-left: 10px;
}

@media (max-width: 768px) {
  .leaderboard__table-username {
    margin-left: 0;
  }
}

.leaderboard__user-avatar {
  width: 36px;
  height: 36px;
}

@media (max-width: 768px) {
  .leaderboard__user-avatar {
    display: none;
  }
}

.leaderboard__user-nickname {
  margin-left: 8px;
}

.leaderboard__table-footer {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: rgba(76, 87, 102, .5);
  padding: 18px 0;
}

@media (min-width: 768px) {
  .leaderboard__selector {
    position: absolute;
    top: -8px;
    right: 0;
  }
}

@media (max-width: 768px) {
  .leaderboard__selector {
    margin: 0 auto;
    max-width: 250px;
    display: block;
  }
}

.feature-link {
  display: block;
  z-index: 4;
  position: relative;
  margin-left: 10px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
  background: #ECEFF5;
  border-radius: 5px;
}

.feature-link i {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #434d59;
  font-size: 16px;
  line-height: 30px;
  padding: 0 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.feature-link:hover {
  background: #3930d8;
  border-color: #3930d8;
}

.feature-link:hover i,
.feature-link:hover .count,
.feature-link:hover .count-up {
  color: #fff;
}

.feature-link--featured {
  background: #3930d8;
  border-color: #3930d8;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.feature-link--featured .bg {
  background: #3930d8;
}

.feature-link--featured i {
  color: #fff;
}

.user-badges-header {
  margin: 60px 0;
}

.user-badges-header h1 {
  font-size: 46px;
  line-height: 1.22;
  margin: 0;
  padding: 0;
  text-align: left;
  color: #333;
  font-weight: 300;
}

.user-badges-header p {
  font-size: 16px;
  color: #333;
  line-height: 1.62;
}

.user-badge__list-items {
  background-color: #FFF;
  padding: 60px;
  border-bottom: 1px solid rgba(76, 87, 102, .1);
  border-radius: 5px;
}

.user-badge__list-items h2 {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.54;
  text-transform: uppercase;
  color: #a2a8b1;
  margin: 0 0 20px;
  letter-spacing: 0.4px;
  text-align: left;
}

.user-badge__list-item {
  padding: 15px 0 45px;
  margin: 0;
}

.user-badge__list-item h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
  text-align: center;
}

.user-badge__list-item a {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.67;
  text-align: center;
  color: #3930d8;
}

.user-badge__list-item p,
.user-badge__list-item p a {
  font-size: 11px;
  line-height: 1.82;
  text-align: center;
  margin: 0;
  padding: 0;
  color: #a2a8b1;
  text-transform: uppercase;
}

.user-badge__list-item p a {
  font-weight: 500;
  color: #3930d8;
}

.user-badge {
  border-radius: 50%;
  display: inline-block;
  margin: 10px 0 0;
  overflow: hidden;
}

.user-badge-inner {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: relative;
}

.user-badge-emoji {
  text-align: center;
  display: inline-block;
  margin: 0 auto;
}

.user-badge-icon i {
  color: #fff;
  font-size: 36px;
  line-height: 50px;
  width: 100%;
  text-align: center;
}

.user-badge-grade-wrapper {
  bottom: 0;
  padding: 0 20px;
  position: absolute;
  border-radius: 0 0 50% 50%;
  width: 100%;
  margin: 0;
  left: 0;
}

.user-badge-star {
  float: left;
  width: 33.33%;
}

.user-badge-star i {
  font-size: 20px;
  line-height: 30px;
  width: 100%;
  text-align: center;
  display: inline-block;
}

.user-badge--large {
  padding: 10px;
  height: 120px;
  width: 120px;
}

.user-badge--large .user-badge-grade-wrapper {
  height: 30px;
}

.user-badge--large .user-badge-emoji {
  font-size: 50px;
  line-height: 100px;
  width: 100px;
}

.user-badge--large .user-badge-icon i {
  font-size: 72px;
  line-height: 100px;
}

.user-badge--large .user-badge-star i {
  font-size: 20px;
  line-height: 30px;
}

.user-badge--medium {
  height: 60px;
  width: 60px;
  padding: 5px;
}

.user-badge--medium .user-badge-grade-wrapper {
  height: 15px;
  padding: 0 8px;
}

.user-badge--medium .user-badge-emoji {
  font-size: 28px;
  line-height: 50px;
  width: 50px;
}

.user-badge--medium .user-badge-star i {
  font-size: 11px;
  line-height: 1;
}

.user-badge--small {
  height: 48px;
  width: 48px;
  padding: 5px;
}

.user-badge--small .user-badge-grade-wrapper {
  height: 15px;
  padding: 0 5px;
}

.user-badge--small .user-badge-emoji {
  font-size: 24px;
  line-height: 38px;
  width: 38px;
}

.user-badge--small .user-badge-star i {
  font-size: 10px;
  line-height: 1;
}

.user-badge--30 {
  height: 30px;
  width: 30px;
  padding: 3px;
}

.user-badge--30 .user-badge-grade-wrapper {
  height: 8px;
  padding: 0 2px;
}

.user-badge--30 .user-badge-emoji {
  font-size: 14px;
  line-height: 27px;
  width: 25px;
}

.user-badge--40 {
  height: 40px;
  width: 40px;
  padding: 4px;
}

.user-badge--40 .user-badge-grade {
  font-size: 8px;
}

.user-badge--40 .user-badge-grade-wrapper {
  height: 10px;
  padding: 0 3px;
}

.user-badge--40 .user-badge-emoji {
  font-size: 13px;
  line-height: 27px;
  width: 34px;
}

.user-badge--40 .user-badge-star i {
  font-size: 9px;
  line-height: 1;
}

.license {
  background-color: #fff;
  padding: 30px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
}

.license ul {
  margin: 0;
  padding: 0;
}

.license li {
  list-style: none;
  padding-bottom: 15px;
}

.license h2 {
  margin: 0 0 5px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
}

.license p {
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 0;
}

.license p.big {
  font-size: 16px;
  line-height: 28px;
}

.license__sizes {
  margin: 0 0 15px;
}

.license__size {
  border: 1px solid rgba(76, 87, 102, .1);
  border-radius: 4px;
  padding: 15px;
}

.license__size strong {
  text-align: center;
  text-transform: uppercase;
  display: block;
  font-size: 16px;
  margin: 15px 0 5px;
}

.license__size small {
  display: block;
  margin-bottom: 0;
  color: #999999;
  font-size: 13px;
  text-align: center;
  font-weight: 400;
}

.license__size i {
  display: block;
  text-align: center;
  font-size: 48px;
  margin: 15px auto;
}

.license__size p {
  text-align: center;
}

.license__size--clickable {
  cursor: pointer;
}

.license__size--clickable:hover {
  background: #efefef;
}

.license__size--personal {
  border-color: #f6f9fc;
}

.license__size--personal i {
  color: #f6f9fc;
}

.license__size--single {
  border-color: #11b719;
}

.license__size--single i {
  color: #11b719;
}

.license__size--extended {
  border-color: #f9ac30;
}

.license__size--extended i {
  color: #f9ac30;
}

.license__terms {
  margin-top: 30px;
  margin-bottom: 30px;
}

.license__term strong {
  font-size: 16px;
}

.license__term i {
  padding-right: 5px;
  font-size: 24px;
  position: relative;
  top: 4px;
}

.license__term--positive i {
  color: #11b719;
}

.license__term--negative i {
  color: #fa4a4d;
}

.license__summary {
  margin-bottom: 30px;
}

.license__summary-header {
  font-size: 16px;
}

.license__summary-header i {
  padding-right: 5px;
  font-size: 24px;
  position: relative;
  top: 4px;
}

.license__summary-header--positive {
  color: #11b719;
}

.license__summary-header--negative {
  color: #fa4a4d;
}

.horizontal-loader {
  position: relative;
  width: 100%;
  height: 4px;
  background-color: #fff;
}

.horizontal-loader--small {
  height: 4px;
}

.horizontal-loader-bar {
  content: "";
  display: inline;
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  text-align: center;
}

.horizontal-loader-bar:nth-child(1) {
  -webkit-animation: sidebar-loading 3s linear infinite;
          animation: sidebar-loading 3s linear infinite;
  background-color: #3930d8;
}

.horizontal-loader-bar:nth-child(2) {
  background-color: #fff;
  -webkit-animation: sidebar-loading 3s linear 1s infinite;
          animation: sidebar-loading 3s linear 1s infinite;
}

.horizontal-loader-bar:nth-child(3) {
  background-color: #3930d8;
  -webkit-animation: sidebar-loading 3s linear 2s infinite;
          animation: sidebar-loading 3s linear 2s infinite;
}

@-webkit-keyframes sidebar-loading {
  from {
    left: 50%;
    width: 0;
    z-index: 100;
  }

  33.3333% {
    left: 0;
    width: 100%;
    z-index: 10;
  }

  to {
    left: 0;
    width: 100%;
  }
}

@keyframes sidebar-loading {
  from {
    left: 50%;
    width: 0;
    z-index: 100;
  }

  33.3333% {
    left: 0;
    width: 100%;
    z-index: 10;
  }

  to {
    left: 0;
    width: 100%;
  }
}

.modal {
  color: #333333;
  text-align: left;
  z-index: 100000;
}

.modal h2 {
  margin: 0 auto 10px;
  font-size: 28px;
  text-align: center;
  font-weight: 500;
  color: #333333;
}

.modal h3 {
  font-size: 18px;
  text-align: center;
  margin: 15px auto;
  color: #000;
  text-transform: normal;
}

.modal .close {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 5px;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
  cursor: pointer;
  z-index: 10;
  outline: none;
  background: #f6f9fc;
  border-radius: 0 5px 0 0;
}

.modal .close i {
  opacity: 0.9;
  font-size: 25px;
  font-size: 2.5rem;
}

.modal .close:hover i {
  opacity: 1;
}

.modal .close--left {
  position: absolute;
  left: 0;
  right: auto;
  padding: 10px;
  background: #bbbbbb;
  margin: 20px;
  border-radius: 50%;
  opacity: 0.7;
  height: 40px;
  width: 40px;
}

.modal .close--left i {
  opacity: 1;
  font-size: 18px;
  color: #fff;
}

.modal .close--left:hover {
  opacity: 1;
}

.modal-dialog {
  margin-top: 5%;
}

.modal-content {
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.modal-footer {
  background: #f6f7f9;
}

.modal-footer .btn {
  margin: 0;
  display: block;
  width: 100%;
}

.modal-body {
  padding: 40px;
}

.modal-header {
  border: none;
  border-radius: 4px 4px 0 0;
  text-align: center;
  background: #f6f7f9;
}

.modal-header p {
  opacity: 0.8;
}

.modal--large .modal-dialog {
  width: 800px;
}

.modal-dialog.full {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  box-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-pack: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 255, 255, .97);
}

.modal--full {
  width: 100%;
  height: 100%;
  padding: 0;
  background: rgba(255, 255, 255, .97);
}

.modal--full .modal-body {
  padding: 0 15px;
}

@media (min-width: 1160px) {
  .modal--full .modal-body {
    min-width: 720px;
  }
}

.modal--full .modal-dialog {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  box-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-pack: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal--full .modal-header,
.modal--full .modal-content {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border: none;
}

.modal--full .modal-content {
  position: static;
}

.modal--full p {
  color: rgba(0, 0, 0, .6);
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 15px;
}

.modal--full small {
  font-size: 13px;
  opacity: 0.9;
}

.modal--full-content .modal-content {
  width: 100%;
  height: 100%;
}

.modal--post-form .modal-dialog {
  width: 720px;
  border-radius: 5px;
  -webkit-transform: none !important;
          transform: none !important;
}

.modal--post-form .modal-content {
  background: #f6f9fc;
  padding: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal--post-form .close {
  z-index: 9;
}

.modal--post-form .close i {
  font-size: 24px;
  font-size: 2.4rem;
}

@media (max-width: 768px) {
  .modal--post-form .modal-content {
    padding: 0;
  }

  .modal--post-form .modal-dialog {
    width: auto;
  }
}

.notification-modal {
  width: 420px;
}

.metrics {
  background: #fff;
  padding: 15px 30px 30px;
}

.metrics strong {
  display: block;
  font-size: 24px;
  font-weight: 400;
}

.metrics small {
  text-transform: uppercase;
  font-size: 11px;
}

.newsletter-archive {
  margin-top: 80px;
}

@media (max-width: 1160px) {
  .newsletter-archive {
    margin-top: 20px;
  }
}

.newsletter-archive__list {
  width: 440px;
  float: left;
}

@media (max-width: 1160px) {
  .newsletter-archive__list {
    float: none;
    margin: 0 auto;
    width: auto;
  }
}

@media (max-width: 1160px) {
  .newsletter-archive__list--large {
    display: none;
  }
}

.newsletter-archive__list--small {
  display: none;
  padding: 10px 0 30px;
  text-align: center;
}

.newsletter-archive__list--small select {
  height: 42px;
  height: 4.2rem;
}

@media (max-width: 1160px) {
  .newsletter-archive__list--small {
    display: block;
  }
}

.newsletter-archive__preview {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
  background-color: white;
  width: 680px;
  float: right;
  border-radius: 5px;
  max-height: 595px;
  overflow: auto;
}

@media (max-width: 1160px) {
  .newsletter-archive__preview {
    float: none;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .newsletter-archive__preview {
    width: 90%;
  }
}

.newsletter-archive__preview h3 {
  font-family: 'Roboto';
  font-size: 26px;
  padding: 0 25px;
  font-weight: 500;
  margin-top: 55px;
}

.newsletter-archive__subject {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  border-radius: 5px;
  padding: 12px 20px;
  cursor: pointer;
}

.newsletter-archive__subject:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.newsletter-archive__subject--active {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
  background-color: white;
}

.newsletter-archive__time {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.82;
  letter-spacing: 0.4px;
  color: #a2a8b1;
}

.checkout__offers {
  border-top: 1px solid rgba(76, 87, 102, .1);
  border-bottom: 1px solid rgba(76, 87, 102, .1);
  padding: 20px 0 10px;
  margin: 0 0 20px;
}

.checkout__offers small {
  position: relative;
  left: 32px;
  display: block;
  font-size: 13px;
}

.checkout__offers .text {
  line-height: 1;
  position: relative;
  top: -10px;
}

.checkout__offers .price {
  color: #11b719;
}

.checkout__offers label {
  margin: 5px 0;
  width: 100%;
  display: block;
}

.checkout__form select {
  height: 38px;
  background: url(/packs/dropdown-arrow-down-a9088128bd80a2139a3ba3b535462085.png) no-repeat right 20px center #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  padding: 0 40px 0 10px;
  cursor: pointer;
  border-radius: 4px;
  background-color: #eceff5;
  width: 250px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
  font-size: 13px;
  font-size: 1.3rem;
  color: #2d2d2d;
  font-weight: 500;
}

.checkout__form input {
  width: 100%;
}

.checkout__header-license {
  float: right;
  line-height: 38px;
  font-size: 14px;
  font-weight: 700;
}

.checkout__header-label {
  line-height: 38px;
  font-size: 13px;
  font-weight: 400;
  float: right;
  color: #6bc452;
}

.checkout__header-price {
  font-family: 'Roboto Condensed', 'Roboto', sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 46px;
  line-height: 4.6rem;
  float: left;
  color: #2d2d2d;
  margin-right: 10px;
}

.checkout__header-price small {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 20px;
  line-height: 2rem;
  position: relative;
  top: -12px;
  left: 0;
  color: #2d2d2d;
}

.checkout__header-free {
  float: left;
  font-size: 28px;
  color: #434343;
  font-weight: 400;
  line-height: 38px;
}

.checkout__header-price--discounted {
  text-decoration: line-through;
  opacity: 0.5;
}

.checkout__terms {
  padding: 12px 0 20px;
  margin: 0;
}

.checkout__term {
  list-style: none;
  margin: 5px 0;
  padding: 0;
}

.checkout__term i {
  margin-right: 5px;
  color: #11b719;
  font-size: 18px;
  position: relative;
  top: 4px;
  line-height: 14px;
}

.subscribe-form__form {
  margin: 15px;
}

.subscribe-page {
  background: white;
  margin-top: 20px;
  padding: 100px 0;
  position: relative;
}

.subscribe-page .subscribe-form__form {
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
}

.subscribe-page .subscribe-form__email {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.43;
  border-radius: 5px;
  background-color: #f6f9fc;
  color: #2d2d2d;
  border: none;
  display: block;
  width: 100%;
  outline: none;
  padding: 10px 16px;
}

@media (max-width: 768px) {
  .subscribe-page {
    margin-top: 0;
  }
}

.subscriber-form__actions {
  margin-top: 13px;
}

.subscribe-page__title {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 32px;
  line-height: 3.2rem;
  color: #434c5b;
  text-align: center;
}

@media (max-width: 768px) {
  .subscribe-page__title {
    font-size: 2.6rem;
  }
}

.subscribe-page__mail {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  display: block;
}

@media (max-width: 768px) {
  .subscribe-page__mail {
    margin-top: 20px;
  }
}

.subscribe-page__title--uplabs {
  margin-top: 32px;
}

@media (max-width: 768px) {
  .subscribe-page__title--uplabs {
    display: none;
  }
}

.subscribe-page__title--subscribe {
  margin-top: 52px;
}

@media (max-width: 768px) {
  .subscribe-page__title--subscribe {
    margin-top: 20px;
  }
}

.subscribe-page__desc {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 32px;
  line-height: 3.2rem;
  color: #A1A8AF;
  margin-top: 16px;
  text-align: center;
}

@media (max-width: 768px) {
  .subscribe-page__desc {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-top: 10px;
  }
}

.subscribe-form__desc {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 40px;
  line-height: 4rem;
}

.subscribe-form-wrap--banner {
  background: white;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
  text-align: center;
  padding: 15px !important;
  margin: 0 0 30px;
  border-radius: 3px;
  margin-bottom: 20px;
}

.subscribe-form-wrap--banner .close i {
  line-height: 1.5;
}

.subscribe-banner__title {
  font-size: 14px;
  font-weight: 400;
  margin: 10px 12px 0 0;
  text-transform: none;
  display: inline-block;
}

.subscribe-form__message {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 20px;
}

.subscribe-form__message--error {
  color: #fa4a4d;
}

.subscribe-form__platforms {
  max-width: 410px;
  margin: 0 auto;
  height: 0;
  opacity: 0;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}

.subscribe-form__platforms--visible {
  margin-top: 15px;
  height: auto;
  opacity: 1;
}

.subscriber-form__platform {
  margin-right: 10px;
  cursor: pointer;
}

.subscriber-form__platform span:before {
  margin-right: 5px;
}

.subscriber-form__platform:last-child {
  margin-right: 0;
}

.navigation__dropdown {
  position: relative;
}

@media (min-width: 768px) {
  .navigation__dropdown:hover>div {
    display: block;
  }
}

.navigation__dropdown>div {
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  display: none;
  left: 0;
  margin: 0;
  min-width: 200px;
  padding: 0;
  position: absolute;
  z-index: -1;
}

.navigation__dropdown>div h3 {
  border-top: 1px solid rgba(76, 87, 102, .1);
  font-family: 'Roboto';
  margin: 0;
  position: relative;
  text-align: left;
}

.navigation__dropdown>div h3 a {
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  padding: 10px 0 10px 30px;
  text-transform: uppercase;
}

.navigation__dropdown>div h3 a:hover {
  background-color: #f8f8fa;
  text-decoration: none;
}

.navigation__dropdown>div h3 i {
  font-size: 16px;
  font-size: 18px;
  line-height: 1;
  position: relative;
  top: 4px;
}

.navigation__dropdown>div h3 img {
  height: 18px;
  left: 10px;
  position: absolute;
  top: 11px;
  width: 18px;
}

.navigation__dropdown>div ul {
  margin: 0;
  padding: 0 0 15px;
}

.navigation__dropdown>div ul.last {
  padding: 0;
}

.navigation__dropdown>div ul.no-title {
  padding-top: 15px;
}

.navigation__dropdown>div li {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.navigation__dropdown>div li a {
  background-color: #fff;
  color: #606060;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 2px 0 2px 30px;
  text-decoration: none;
  text-transform: capitalize;
}

.navigation__dropdown>div li a:hover {
  background-color: #f8f8fa;
}

@media (min-width: 768px) {
  .navigation__dropdown:hover>div {
    left: -30px;
    opacity: 1;
    top: 30px;
    z-index: 1;
  }

  .navigation__dropdown:hover>div.columns {
    left: -350px;
    width: 600px;
  }
}

.side_navigation {
  background: #fff;
  padding: 15px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
}

.side_navigation--cta h3 {
  margin: 0 0 10px;
  font-weight: 400;
}

.side_navigation--cta p {
  opacity: 0.75;
  margin: 0;
}

.side_navigation__list-items {
  margin: 0;
  padding: 0;
}

.side_navigation__list-item {
  list-style: none;
  text-transform: capitalize;
  padding-left: 15px;
  line-height: 2;
}

.side_navigation__list-item a {
  text-transform: capitalize;
  color: #606060;
  font-weight: 300;
  font-size: 13px;
}

.side_navigation__list-item a.active {
  font-weight: 400;
}

.side_navigation__list-items--collapsed li:nth-of-type(1n+7) {
  display: none;
}

.side_navigation__list-items--expanded li:nth-of-type(1n+7) {
  display: block;
}

.side_navigation__list-item--expand {
  display: block !important;
}

.side_navigation__list-item--expand a {
  color: #000;
  font-weight: 500;
}

.side_navigation__list-item--heading {
  color: #606060;
  font-size: 13px;
  font-weight: 400;
  padding: 0;
}

.side_navigation__list-item--heading a {
  color: #606060;
  font-weight: 400;
}

.fixed__navigation {
  bottom: 20px;
  margin: 0;
  padding: 0;
  position: fixed;
  right: 20px;
  z-index: 10;
}

@media (max-width: 1160px) {
  .fixed__navigation {
    display: none;
  }
}

.fixed__navigation-item {
  list-style: none;
  margin: 10px 0 0;
}

.fixed__navigation-item a {
  -webkit-transition: background 100ms ease;
  transition: background 100ms ease;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .12);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .12);
  cursor: pointer;
  display: block;
  height: 50px;
  width: 50px;
}

.fixed__navigation-item a:hover,
.fixed__navigation-item a:focus,
.fixed__navigation-item a:active {
  text-decoration: none;
}

.fixed__navigation-item a:hover i,
.fixed__navigation-item a:focus i,
.fixed__navigation-item a:active i {
  text-decoration: none;
}

.fixed__navigation-item i {
  color: #fff;
  display: block;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  width: 50px;
}

.navigation__dropdown--arrow>a {
  padding: 0 20px 0 0;
  margin-left: 20px;
}

.navigation__dropdown--arrow>a:before {
  content: '\F107';
  font-family: FontAwesome;
  right: 5px;
  position: absolute;
  top: 2px;
  opacity: 0.75;
  font-size: 12px;
}

.navigation__dropdown--arrow>a.active {
  color: #434c5b;
  font-weight: 400;
}

.navigation__dropdown--arrow:hover>a:before {
  content: '\F106';
}

.sub-nav {
  margin: 0;
  padding: 0;
}

.sub-nav__item {
  list-style: none;
  padding: 0 32px;
  display: inline-block;
  float: left;
}

.sub-nav__item a {
  line-height: 45px;
  font-size: 14px;
  font-weight: 500;
  color: #111;
  opacity: 0.6;
  position: relative;
  top: 3px;
  display: inline-block;
}

.sub-nav__item a:hover,
.sub-nav__item a:focus {
  opacity: 1;
  text-decoration: none;
}

.sub-nav__item i {
  margin-right: 10px;
  font-size: 16px;
  position: relative;
  top: 0;
  opacity: 0.6;
}

.sub-nav__item.active {
  border-bottom: 3px solid rgba(76, 87, 102, .1);
  position: relative;
  top: 2px;
}

.sub-nav__item.active a {
  opacity: 1;
  position: relative;
  top: 1px;
}

.sub-menu {
  margin: 0 0 10px;
  padding: 0;
}

.sub-menu-list li {
  list-style: none;
  display: inline-block;
  margin: 0 0 0 30px;
  padding: 0;
}

.sub-menu-list li a {
  color: #A1A8AF;
  font-size: 15px;
}

.sub-menu-list li.active a {
  color: rgba(161, 168, 175, .7);
}

.sub-menu__dropdown-item {
  margin: 0 !important;
  width: 100;
}

.topbar-filter {
  padding: 0;
  margin: 0 -15px;
}

.topbar-filter__item {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 18px;
  border-radius: 5px;
}

.topbar-filter__item:hover {
  background: #f6f9fc;
}

.topbar-filter__item a {
  color: #a2a8b1;
  text-decoration: none;
  display: block;
}

.topbar-filter__item a:active,
.topbar-filter__item a:focus,
.topbar-filter__item a:hover {
  text-decoration: none;
}

.topbar-filter__item.topbar-filter__item--dropdown-title {
  display: inline-block;
}

.topbar-filter__item.topbar-filter__item--dropdown-title:hover {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
  background-color: white;
}

.tools-nativation-items {
  margin: 0 0 30px;
  padding: 0;
}

.tools-nativation-items li {
  list-style: none;
  margin: 0 25px 0 0;
  padding: 0;
  float: left;
}

.tools-nativation-items li.tools-nativation-item-active img {
  opacity: 0.87;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.tools-nativation-items img {
  height: 38px;
  width: 68px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  position: relative;
  top: 0;
  border-radius: 3px;
}

.tools-nativation-items img:hover {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
  top: -2px;
  opacity: 0.87;
}

.medal__shevron-outer {
  fill: #3930d8;
}

.medal__shevron-outer--none {
  fill: #DBDBDB;
}

.medal__shevron-inner {
  fill: #EAEAE4;
}

.medal__shevron-inner--none {
  fill: #EAEAEA;
}

.medal__circle--gold {
  fill: #F9AC30;
}

.medal__circle-inner--gold {
  fill: #DD8D19;
}

.medal__line--gold {
  fill: #F9AC30;
}

.medal__line--gold line {
  stroke: #F9AC30;
}

.medal__text--gold {
  fill: #F9AC30;
}

.medal__circle--silver {
  fill: #D4D2C5;
}

.medal__circle-inner--silver {
  fill: #ADAB9F;
}

.medal__line--silver {
  fill: #D4D2C5;
}

.medal__line--silver line {
  stroke: #D4D2C5;
}

.medal__text--silver {
  fill: #D4D2C5;
}

.medal__circle--bronze {
  fill: #B6968A;
}

.medal__circle-inner--bronze {
  fill: #8D6E63;
}

.medal__line--bronze {
  fill: #B6968A;
}

.medal__line--bronze line {
  stroke: #B6968A;
}

.medal__text--bronze {
  fill: #B6968A;
}

.medal__circle--none {
  fill: #EAEAEA;
}

.medal__circle-inner--none {
  fill: #EAEAEA;
}

.medal__line--none {
  fill: #EAEAEA;
}

.medal__text--none {
  fill: #EAEAEA;
}

.medal-link {
  position: relative;
}

.medal-link span {
  position: absolute;
  left: 28px;
  bottom: 8px;
  color: #2d2d2d;
  text-decoration: none;
  font-family: 'Roboto Condensed', 'Roboto', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  white-space: nowrap;
  width: 100%;
  text-align: center;
}

@media (max-width: 1160px) {
  .medal-link span {
    left: 0;
    bottom: -15px;
  }
}

.medal-link:hover span {
  text-decoration: none;
}

.comment__list-items {
  margin-bottom: 30px;
}

.comment__form {
  padding: 10px 0 16px;
  position: relative;
}

.comment__form .btn {
  margin-top: 10px !important;
}

.comment__form textarea {
  padding: 10px 15% 6px 15px;
  border: 1px solid #cbcfd4;
  border-radius: 5px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 22px;
  line-height: 2.2rem;
  width: 100%;
  display: block;
  min-height: 40px;
  color: #2d2d2d;
}

.comment__form textarea::-webkit-input-placeholder {
  color: #a2a8b1;
}

.comment__form textarea::-moz-placeholder {
  color: #a2a8b1;
}

.comment__form textarea::-ms-input-placeholder {
  color: #a2a8b1;
}

.comment__form textarea::placeholder {
  color: #a2a8b1;
}

@media (max-width: 768px) {
  .comment__form {
    padding-left: 0;
  }

  .comment__form .comment__avatar-wrapper {
    display: none;
  }
}

.comment__form-file-list {
  margin-top: 15px;
}

.comment__form-img-upload {
  position: relative;
  display: block;
  border-radius: 2px;
  margin: 20px 5px 0 0;
  max-height: 300px;
  max-width: 400px;
}

.comment__form-img-upload img {
  opacity: 0.5;
  max-height: 300px;
}

.comment__form-img-upload .uploader__img-remove {
  height: 24px;
  width: 24px;
  border-radius: 12px;
}

.comment__form-img-upload .uploader__img-remove i {
  font-size: 24px;
  font-size: 2.4rem;
  color: white;
}

.comment__form-img-upload:hover img {
  opacity: 1;
}

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

.comment {
  padding: 4px 0 0 0;
}

.comment:last-child {
  border-bottom: none;
}

@media (max-width: 768px) {
  .comment {
    margin-left: 0;
  }
}

.comment.comment--highlighted {
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: background-color 150ms ease, -webkit-box-shadow 150ms ease;
  transition: background-color 150ms ease, -webkit-box-shadow 150ms ease;
  transition: background-color 150ms ease, box-shadow 150ms ease;
  transition: background-color 150ms ease, box-shadow 150ms ease, -webkit-box-shadow 150ms ease;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
}

@media (max-width: 1160px) {
  .comment.comment--highlighted {
    background: transparent;
  }
}

.comment.comment--upvote>.comment__content {
  margin-left: 94px;
}

.comment__side {
  float: left;
}

.comment__content {
  margin: 4px 0 0 52px;
}

.comment__user {
  vertical-align: top;
}

.comment__user a {
  font-size: 16px;
  font-size: 1.6rem;
  color: #2d2d2d;
  font-weight: 500;
}

.comment__user a:hover {
  text-decoration: none;
  color: #3930d8;
}

.comment__user-nickname {
  color: #a2a8b1;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 16px;
  line-height: 1.6rem;
}

.comment__user-badge {
  text-transform: uppercase;
  margin-left: 10px;
  background-color: #2d2d2d;
  font-weight: 400;
  font-size: 10px;
  font-size: 1rem;
  padding: 3px 5px 2px 5px;
  letter-spacing: .3px;
  border-radius: 0;
  vertical-align: middle;
}

.comment__body {
  padding-bottom: 5px;
  line-height: 20px;
  font-weight: 400;
  font-size: 13px;
  color: rgba(76, 87, 102, .87);
  margin-top: 8px;
}

.comment__body a {
  color: #3930d8;
}

.comment__footer {
  padding-bottom: 14px;
}

.comment__footer li a:hover,
.comment__footer li a:focus {
  color: #ff3333;
}

.comment__footer li a.comment__action-like--liked {
  color: #ff3333;
}

.comment__action--liked a,
.comment__action--liked span {
  color: #ff3333 !important;
}

.comment__action-like-count {
  font-weight: bold;
}

.comment__avatar-wrapper {
  display: inline-block;
}

.comment__user {
  display: inline-block;
}

.comment__actions {
  margin: 0;
  padding: 0;
}

.comment__action {
  font-size: 10px;
  line-height: 18px;
  color: #BBC0C6;
  margin: 0;
  padding: 0 15px 0 0;
  list-style: none;
  display: inline;
  text-transform: uppercase;
}

.comment__action a {
  color: #BBC0C6;
  text-transform: uppercase;
}

.comment__action a:hover,
.comment__action a:focus {
  text-decoration: none;
}

.comment__action.comment__action--like a:hover,
.comment__action.comment__action--like a:focus {
  text-decoration: none;
}

.comment__action i {
  margin-right: 4px;
  position: relative;
  top: 2px;
  font-size: 13px;
  display: inline-block;
}

.comment-form__textarea--annotated {
  padding-right: 95px !important;
}

.comment-form__icons {
  position: absolute;
  right: 8px;
  bottom: 6px;
}

.comment-form__icon {
  font-size: 20px;
  font-size: 2rem;
  cursor: pointer;
  color: #BBC0C6;
  margin-left: 8px;
  -webkit-transition: color 200ms ease, -webkit-transform 200ms ease;
  transition: color 200ms ease, -webkit-transform 200ms ease;
  transition: color 200ms ease, transform 200ms ease;
  transition: color 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
}

.comment-form__icon:hover {
  color: #3930d8;
}

@media (max-width: 1160px) {
  .comment-form__icon {
    display: none;
  }
}

.comment-form__icon--active {
  color: #3930d8;
}

.comment-form__icon--blink {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  color: #3930d8;
}

.comment-form__actions {
  position: relative;
}

.comment__upvote {
  display: inline-block;
  margin-right: 12px;
}

.comment__action-upvote i {
  color: #333;
}

.comment__action-upvote-count {
  position: relative;
  bottom: 10px;
}

.pagination {
  margin: 0 0 10px;
}

.pagination span {
  background: #fff;
  display: inline-block;
  padding: 0 10px;
  text-align: center;
  border: 1px solid rgba(76, 87, 102, .1);
  vertical-align: middle;
  line-height: 30px;
  color: rgba(76, 87, 102, .5);
}

.pagination a {
  font-weight: 500;
  color: #434c5b;
}

.pagination__arrow {
  margin-right: 24px;
}

.pagination__arrow:hover .up-pagination__arrow-line {
  stroke: black;
}

.up-pagination__arrow-line {
  stroke: #A1A8AF;
}

.pagination__info {
  margin: 0 24px;
}

.list-item {
  display: block;
  padding: 20px 30px 20px 40px;
  margin: 0;
  text-decoration: none;
  color: #2d2d2d;
  margin-bottom: 20px;
  position: relative;
  background: white;
}

.list-item:focus,
.list-item:hover {
  text-decoration: none;
  color: #2d2d2d;
}

@media (max-width: 768px) {
  .list-item {
    padding: 10px;
  }
}

.list-item.list-item--side {
  padding: 40px;
}

.list-item h2 {
  margin: 0 0 15px;
}

.list-item__subtitle {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #555;
}

.list-item__preview {
  width: 60px;
  height: 60px;
  display: inline-block;
  font-size: 60px;
  line-height: 80px;
}

.list-item__side-note {
  float: right;
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: 0.4px;
  text-align: right;
  text-transform: uppercase;
  color: #555;
}

.list-item__side-note span {
  line-height: 60px;
  line-height: 6rem;
}

@media (max-width: 768px) {
  .list-item__side-note {
    position: absolute;
    right: 5px;
    bottom: 22px;
    line-height: normal;
  }
}

.list-item__content {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  max-width: calc(100% - 95px);
}

@media (max-width: 768px) {
  .list-item__content {
    padding: 10px;
    margin-left: 10px;
    max-width: calc(100% - 70px);
  }

  .list-item__content h5 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}

.list-item__company_url {
  line-height: 30px;
  line-height: 3rem;
}

.list-item__action {
  margin-top: 20px;
}

.post__wrapper {
  height: 100%;
  width: 100%;
  position: relative;
}

@media (max-width: 1160px) {
  .post__wrapper {
    width: 100%;
  }
}

.post--expanded .post__body {
  width: 100%;
}

.post--expanded .post__sidebar {
  display: none;
}

.post--idle .post__attachments-wrapper {
  opacity: 0;
  top: 0;
}

.post__media-image--full {
  padding-top: 86px;
}

.post__media-image--full .preview {
  max-height: 100% !important;
  max-width: 100% !important;
}

.post__sidebar-note {
  background: #eceff5;
  padding: 15px;
  text-align: center;
  font-size: 14px;
  opacity: 0.9;
  font-weight: 400;
  margin-bottom: 25px;
  border-radius: 5px;
}

.post__sidebar-note--pending {
  background-color: #fdfadb;
}

.post__sidebar-note--enqueued {
  background-color: #11b719;
  color: white;
}

.post__sidebar-note--enqueued a {
  color: white;
  text-decoration: underline;
}

.post__sidebar-note--rejected {
  background-color: #fa4a4d;
  color: white;
}

.post__sidebar-note--rejected a {
  color: white;
  text-decoration: underline;
}

.post__sidebar-note--rejected a:hover,
.post__sidebar-note--rejected a:active {
  color: white;
}

.post__body {
  width: 100%;
}

@media (min-width: 1160px) {
  .post__body {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: calc(100% - 460px);
  }
}

.post__body--full {
  overflow-y: auto;
}

.post__body--full .post__main {
  height: auto;
}

.post__body--full .preview {
  max-height: none !important;
  max-width: 100% !important;
  margin: 100px 0;
}

@media (max-width: 1160px) {
  .post__body--full .preview {
    margin: 0;
  }
}

.post__body--full-page .preview {
  margin: 20px 0;
}

@media (max-width: 1160px) {
  .post__body--full-page .preview {
    margin: 0;
  }
}

.posts-group {
  margin-bottom: 30px;
}

.posts-group__header-feed-link {
  position: relative;
  margin-left: 30px;
}

.posts-group__header-feed-link i {
  font-size: 24px;
  top: 6px;
  color: #a2a8b1;
  line-height: 24px;
  margin-right: 10px;
  position: relative;
}

.posts-group__header-feed-link span {
  font-size: 16px;
  font-weight: 500;
  color: #434c5a;
  display: inline-block;
  line-height: 34px;
}

@media (max-width: 768px) {
  .posts-group__header-feed-link {
    display: none;
  }
}

.posts-group__header {
  margin: 0 0 15px;
  position: relative;
}

.posts-group__header h1,
.posts-group__header h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  margin-top: 0;
  color: #2d2d2d;
  display: inline;
  font-weight: 500;
  line-height: 34px;
}

.posts-group__header .date,
.posts-group__header .note {
  display: inline-block;
  color: #a2a8b1;
  line-height: 18px;
  margin-left: 10px;
  font-size: 13px;
  letter-spacing: 0.4px;
  font-weight: 400;
}

.posts-group__header .date {
  font-size: 11px;
  text-transform: uppercase;
}

.posts-group__header--homepage {
  margin-top: 20px;
}

.posts-group__header--border {
  border-bottom: 1px solid rgba(76, 87, 102, .1);
}

.posts-group__header-close {
  opacity: 0.7;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
}

.posts-group__header-close i {
  font-size: 14px;
  line-height: 24px;
  color: #2d2d2d;
  position: absolute;
  right: 0;
}

.posts-group__header-close:hover {
  opacity: 1;
}

.posts-group__header-heading p {
  margin-top: 5px;
}

@media (max-width: 1160px) {
  .posts-group__header-heading {
    float: none;
    text-align: center;
  }
}

.posts-group__header-heading-date {
  float: left;
}

@media (max-width: 1160px) {
  .posts-group__header-heading-date {
    float: none;
  }

  .posts-group__header-heading-date .date {
    display: block;
    margin: 0;
  }
}

.post__main {
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: #f6f9fc;
}

@media (min-width: 1160px) {
  .post__main {
    position: absolute;
    padding: 0;
    top: 0;
    left: 0;
  }
}

.post__info--main--cta {
  border-top: 1px solid rgba(76, 87, 102, .1);
  border-bottom: 1px solid rgba(76, 87, 102, .1);
  background: #f6f6f6;
}

.post__description {
  font-size: 13px;
  line-height: 20px;
  color: #727272;
  padding-top: 15px;
}

.post__description h3 a {
  font-weight: 400;
}

.post__description ul {
  margin-top: 10px;
  margin-bottom: 10px;
}

.post-form__screenshots {
  margin: 0;
  padding: 15px;
}

.post-form__screenshots li {
  padding: 5px 0;
}

.post-form__screenshots li i {
  position: relative;
  top: 2px;
}

.post-form--new legend {
  border: none;
  font-weight: bold;
}

.post-price {
  float: right;
  color: #11b719;
  padding-left: 15px;
  margin-left: 15px;
  line-height: 32px;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  top: 2px;
  border-radius: 2px;
  border-left: 1px solid rgba(76, 87, 102, .1);
}

.post-price small {
  font-size: 14px;
  position: relative;
  top: -2px;
  left: -1px;
}

.post-price__old {
  text-decoration: line-through;
  font-weight: 400;
  color: #757575;
  margin-right: 5px;
}

.post-preview__cta {
  position: absolute;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  z-index: 10;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
  padding: 0 12px 0 24px;
  left: 20px;
  opacity: 0;
  top: 20px;
  line-height: 30px;
  border-radius: 5px;
}

.post-preview__cta:hover,
.post-preview__cta:active {
  color: #fff;
  text-transform: uppercase;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .12);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .12);
}

.post-preview__cta i {
  font-size: 16px;
  opacity: 1;
  position: absolute;
  left: 6px;
  top: 8px;
}

.post-list.post-list--one-row .card {
  margin: 0;
}

.post-list-item {
  position: relative;
  margin-bottom: 30px;
}

.post-list-item .post__info--preview {
  width: 100%;
  max-width: 100%;
  z-index: 10;
  -webkit-transition: bottom 200ms ease;
  transition: bottom 200ms ease;
}

.post-list-item .post-preview__img--preview-static {
  display: none;
}

.post-list-item .center__image-wrapper {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.post-list-item .card {
  margin: 0;
}

.post-list-item .card>div {
  overflow: hidden;
}

@media (min-width: 768px) {
  .post-list-item:hover .post-tools {
    opacity: 1;
  }

  .post-list-item:hover .post__info--preview {
    bottom: 0;
  }

  .post-list-item:hover .post-preview__cta {
    opacity: 1;
  }

  .post-list-item:hover .post-preview__labels {
    opacity: 0;
  }
}

@media (max-width: 480px) {
  .post-list-item .post-preview__labels {
    opacity: 0;
  }
}

.post-list-item--thumbnail .post-preview__image-container {
  padding: 0;
  min-height: auto;
}

.post-list-item--thumbnail .post-list-item-actions {
  top: 0;
  right: 0;
}

.post-list-item--thumbnail .post__info-widget {
  border-radius: 0 5px;
}

.post-list-item--thumbnail .post-tools {
  top: 0;
  opacity: 1;
  left: 0;
}

.post-list-item--thumbnail .post-tools .post-tool {
  border-radius: 5px 0;
}

.post-list-item-actions {
  position: absolute;
  top: 10px;
  z-index: 4;
  right: 10px;
}

.post__date {
  line-height: 30px;
  margin: 0 0 0 10px;
}

.post-description {
  line-height: 1;
}

.post-description a {
  text-decoration: none;
  border-bottom: none;
}

.post-description a:hover,
.post-description a:focus {
  text-decoration: none;
}

.post-preview__description {
  line-height: 1.5;
  font-size: 13px;
  color: #777777;
}

.post-preview__timestamp {
  bottom: 5px;
  color: #999;
  font-size: 12px;
  left: 15px;
  position: absolute;
}

.post-preview__image-container {
  cursor: pointer;
  max-height: 600px;
  min-height: 150px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
  border-radius: 5px;
}

.post-preview__image-container img {
  display: block;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.post-preview__image-container.post-preview__image-container--transparent-full {
  background-color: transparent !important;
}

@media (min-width: 1160px) {
  .post-preview__image-container.post-preview__image-container--transparent-small {
    background-color: transparent !important;
  }
}

.post-preview__image-container--transparent-full a {
  background-color: transparent !important;
}

.post__stats {
  font-size: 12px;
  color: #a2a8b1;
  display: block;
  margin-top: 4px;
}

.post__stat {
  float: left;
  line-height: 12px;
  margin-right: 14px;
  position: relative;
}

.post__stat i {
  font-size: 12px;
  line-height: 12px;
  margin-right: 4px;
  position: relative;
  top: 2px;
}

@media (max-width: 480px) {
  .post__stat {
    display: none;
  }
}

.post__attachments-wrapper {
  left: 0;
  opacity: 1;
  position: absolute;
  text-align: center;
  top: 20px;
  -webkit-transition: opacity 150ms ease, top 150ms ease;
  transition: opacity 150ms ease, top 150ms ease;
  width: 100%;
}

.post__attachments-wrapper .slick-slider {
  width: 500px;
  overflow: visible;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 1160px) {
  .post__attachments-wrapper {
    display: none;
  }
}

.post__attachments {
  top: 10px;
  position: relative;
}

.post__attachment {
  background: #f2f4f6;
  border-radius: 2px;
  display: inline-block;
  overflow: hidden;
  margin: 0 4px;
  width: 75px;
  height: 58px;
  border: 3px solid transparent;
}

.post__attachment a {
  display: block;
  height: 100%;
  width: 100%;
}

.post__attachment img {
  display: block;
  margin: 0 auto;
  width: 100%;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  opacity: 0.5;
}

.post__attachment:hover img {
  opacity: 0.75;
}

.post__attachment--active {
  border-color: #3930d8;
}

.post__attachment--active img {
  opacity: 1;
}

.post-list__browse-categories {
  margin-bottom: 20px;
}

.post-list-items__more-link {
  background: #fff;
  text-transform: uppercase;
  font-size: 12px;
  color: #4C5766;
  display: block;
  font-weight: 500;
  line-height: 48px;
  border: 1px solid rgba(0, 0, 0, .05);
  border-radius: 4px;
  text-align: center;
}

.post-list-items__more-link:hover {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.post-list-items__more-link .spinner {
  position: relative;
  top: 6px;
}

.post-list-items--padded {
  padding-top: 20px;
}

.post__preview-container {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.post__preview-container img,
.post__preview-container iframe {
  margin: 0 auto;
}

@media (min-width: 1160px) {
  .post__preview-container img {
    max-width: 800px;
    max-height: 600px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
            box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
  }
}

.post__preview-container iframe {
  background: #fff;
}

@media (min-width: 1160px) {
  .post__preview-container iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0 auto;
    right: 0;
  }
}

.post__main--google_play_app iframe {
  width: 300px;
  height: 600px;
  background: none;
  top: calc(50% - 300px);
}

.post__main--behance_project .post__preview-article {
  padding: 0;
}

.post__main--behance_project .post__preview-article img {
  max-width: 100%;
  max-height: none;
}

.post__main--behance_project .embed-dimensions {
  max-width: 1200px;
  max-height: 720px;
  margin: 0 auto;
}

.post__main--behance_project .embed-aspect-ratio {
  padding-bottom: 60%;
  position: relative;
  height: 0;
}

.post__preview-article {
  padding: 0 60px;
  border-bottom: 1px solid rgba(76, 87, 102, .1);
  border-top: 1px solid rgba(76, 87, 102, .1);
  background: #fff;
  overflow-y: scroll;
  max-height: 100%;
  width: 100%;
  position: relative;
}

.post__preview-article img {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  max-height: 100%;
  max-width: 100%;
}

.post__preview-more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  text-align: center;
}

.post__preview-more div {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  height: 60px;
}

.post__preview-more a {
  position: relative;
  top: -50px;
  color: #000;
  background: #fff;
}

.post__preview--icon-image {
  position: relative;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

@media (min-width: 1160px) {
  .post__preview--icon-image {
    height: 300px;
    width: 300px;
  }
}

.post__preview--icon-thumbnail-wrapper {
  display: none;
}

@media (min-width: 1160px) {
  .post__preview--icon-thumbnail-wrapper {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 160px;
    height: 160px;
  }
}

.post__preview--icon-legend {
  position: relative;
  top: 120px;
  color: #9e9e9e;
  text-align: center;
  display: block;
  font-size: 10px;
  opacity: 0.9;
  line-height: 1;
}

.post__preview--icon-thumbnail {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50px;
  left: 50px;
}

.post__main--imessage_app_icon .post__preview-container img {
  width: 300px;
  height: 225px;
  border-radius: 45%;
}

.post__main--google_play_app_icon .post__preview-container,
.post__main--ios_app_icon .post__preview-container,
.post__main--apple_watch_app_icon .post__preview-container,
.post__main--mac_app_icon .post__preview-container {
  position: relative;
}

@media (max-width: 1160px) {
  .post__main--google_play_app_icon .post__preview-container,
  .post__main--ios_app_icon .post__preview-container,
  .post__main--apple_watch_app_icon .post__preview-container,
  .post__main--mac_app_icon .post__preview-container {
    padding: 50px;
  }
}

@media (min-width: 1160px) {
  .post__main--google_play_app_icon .post__preview-container a,
  .post__main--ios_app_icon .post__preview-container a,
  .post__main--apple_watch_app_icon .post__preview-container a,
  .post__main--mac_app_icon .post__preview-container a {
    display: block;
    height: 500px;
  }
}

.post__main--giphy_gif .post__preview-container {
  background: #000;
}

.post__main--apple_watch_app .preview {
  border-radius: 4px;
}

.post__main--apple_tv_app .preview {
  padding: 5%;
}

.post__main--google_play_app_icon .post__preview--icon-thumbnail-wrapper {
  border-color: #4e4e4e;
}

.post__main--imessage_app_icon .post__preview-container img.post__preview--icon-thumbnail {
  width: 60px;
  height: 45px;
}

.post__main--ios_app_icon .post__preview--icon-image {
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 70px;
}

.post__main--ios_app_icon .post__preview--icon-thumbnail {
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, .1);
}

.post__main--apple_watch_app_icon .post__preview--icon-image,
.post__main--apple_watch_app_icon .post__preview--icon-thumbnail {
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, .1);
}

@media (min-width: 1160px) {
  .post__main--apple_watch_app_icon .post__preview--icon-image {
    height: 280px;
    width: 280px;
  }
}

.center__image-wrapper--imessage_app_icon .preview {
  width: 80%;
  border-radius: 45%;
}

.center__image-wrapper--apple_tv_app .placeholder {
  background: url(/packs/apple_tv--preview-f97bc76bec78ca75ab7b00dac8e4842d.png) no-repeat 0 0;
  background-size: 100%;
}

.center__image-wrapper--apple_tv_app .preview {
  padding: 5%;
}

.center__image-wrapper--apple_watch_app .preview {
  background: url(/packs/apple_watch--preview-18fce4c8220934f9ae52cc0b9629017d.png) no-repeat 0 0;
  background-size: 100%;
  padding: 9%;
  border-radius: 15%;
}

.center__image-wrapper--apple_tv_app_icon .preview {
  width: 90%;
  border-radius: 4px;
  -webkit-box-shadow: 0 8px 30px rgba(14, 21, 47, .6);
          box-shadow: 0 8px 30px rgba(14, 21, 47, .6);
}

.center__image-wrapper--galaxy_s7,
.center__image-wrapper--iphone_6 {
  background: #f2f2f2;
}

.center__image-wrapper--galaxy_s7 .preview,
.center__image-wrapper--iphone_6 .preview {
  -webkit-box-shadow: 0 10px 70px rgba(0, 0, 0, .2);
          box-shadow: 0 10px 70px rgba(0, 0, 0, .2);
  max-height: 95%;
  max-width: none;
}

.center__image-wrapper--google_play_app_icon .preview {
  padding: 5%;
}

.center__image-wrapper--ios_app_icon .preview {
  width: 50%;
  border-radius: 25%;
  border: 1px solid rgba(0, 0, 0, .1);
}

.center__image-wrapper--apple_watch_app_icon .preview {
  border-radius: 50%;
  width: 50%;
  border: 1px solid rgba(0, 0, 0, .1);
}

.center__image-wrapper--mac_app_icon .preview {
  width: 50%;
}

.post-demo__iframe-wrapper {
  background: #fff;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.post-demo__iframe {
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 57px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.post__chat-cta {
  background: #444 image_url("../images/chat/slack-back.png");
  background-size: cover;
  border-radius: 4px;
}

.post__chat-cta a {
  padding: 30px 0;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .4);
  color: #fff;
  font-weight: 400;
  display: block;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
}

.post__chat-cta a:hover {
  opacity: 0.9;
  text-decoration: none;
}

.post__chat-cta p {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  padding: 0;
  margin: 0;
}

.post__chat-cta p strong {
  font-weight: 500;
}

.post-via__container {
  position: fixed;
  bottom: 0;
  z-index: 20;
  width: 460px;
  margin-left: -20px;
}

@media (max-width: 1160px) {
  .post-via__container {
    position: relative;
    width: 100vw;
  }
}

.post-via {
  -webkit-box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, .05);
          box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, .05);
  padding: 15px 20px;
  background: white;
}

.post-via__image-wrapper {
  display: inline-block;
  margin-right: 15px;
  vertical-align: top;
}

.post-via__image-wrapper img,
.post-via__image-wrapper .fa {
  width: 44px;
  height: 44px;
  font-size: 44px;
  border-radius: 50%;
}

.post-via__description {
  display: inline-block;
}

.post-via__description small {
  font-size: 14px;
  color: #989EA7;
  display: block;
  line-height: 1;
  white-space: normal;
}

.post-via__description a {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #434c5b;
  white-space: normal;
}

@media (max-width: 768px) {
  .post-via__description {
    max-width: none;
  }
}

.post-via__user {
  float: left;
  max-width: 215px;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .post-via__user {
    max-width: none;
    float: none;
  }
}

.post-via__cta-follow {
  float: right;
}

@media (max-width: 768px) {
  .post-via__cta-follow {
    float: left;
  }
}

.post-via__cta {
  float: right;
  margin: 0 5px;
}

@media (max-width: 768px) {
  .post-via__cta {
    float: none;
    margin: 10px 0 0 0;
  }
}

.post__rejection-reasons {
  margin: 0;
  padding: 0;
}

.post__rejection-reason {
  margin: 0 0 5px;
  padding: 8px 15px;
  border: 1px solid rgba(76, 87, 102, .1);
  cursor: pointer;
  background: #f7f7f7;
  list-style: none;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.post__rejection-reason:hover {
  background: #eaeaea;
}

.post-preview__labels {
  position: absolute;
  z-index: 10;
  opacity: 1;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
  bottom: 10px;
  left: 10px;
}

.post-preview__label {
  margin-right: 8px;
  border-radius: 3px;
  opacity: 1;
  float: left;
  line-height: 20px;
  padding: 0 8px;
  font-size: 9px;
  font-weight: 700;
  color: #fff;
  background-color: rgba(0, 0, 0, .3);
}

.post-preview__label i {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  padding-right: 5px;
  float: left;
  position: relative;
  top: -1px;
}

.post-preview__label span {
  font-weight: 700;
  float: left;
  text-align: center;
  line-height: 20px;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .post-preview__label {
    opacity: 1;
  }

  .post-preview__label.post-preview__label--right {
    right: 0;
    left: auto;
  }
}

.post-preview__label:hover {
  color: #fff;
  background: #3930d8;
}

.post-preview__label:hover i {
  color: #fff;
}

.post-preview__label--concept,
.post-preview__label--market,
.post-preview__label--freebie {
  display: none;
}

.post-preview__label--course {
  background: #01a7ad;
  color: #fff;
}

.post-preview__label--store {
  background: #fa4a4d;
}

.post-preview__label--affiliated {
  background: #3930d8;
}

.post-preview__label--live {
  background: #fa4a4d;
}

.post__guest {
  border-top: 1px solid #f6f9fc;
  padding: 15px 0 30px;
  margin-top: 15px;
}

.post__guest p {
  margin: 12px 0 22px;
}

.post__side {
  margin-left: -10px;
}

.post__side-specs {
  margin: 0;
  padding: 0;
}

.post__side-spec {
  border-radius: 2px;
  float: left;
  height: 25px;
  list-style: none;
  margin: 0 0 0 10px;
  padding: 0;
  width: 25px;
}

.post__side-spec i {
  color: #4B5665;
  display: block;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  width: 100%;
}

.post__side-spec img {
  display: block;
  height: 25px;
  width: 25px;
}

.post__side-spec--fonts,
.post__side-spec--plugins {
  background: #eceff5;
}

.post__side-heading-medal {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 46px;
  text-align: center;
}

.post__side-heading-medal a:hover,
.post__side-heading-medal a:active,
.post__side-heading-medal a:focus {
  text-decoration: none;
}

.post__side-heading-medal .date {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.33;
  letter-spacing: 0.4px;
  text-align: center;
  text-transform: uppercase;
  color: #2d2d2d;
}

.post__side-medal-label {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.post__side-medal-label--gold {
  color: #f9ac30;
}

.post__side-medal-label--silver {
  color: #d4d2c5;
}

.post__side-medal-label--bronze {
  color: #b6968a;
}

.post__side-title {
  margin-top: 5px;
}

.post__side-heading h5 {
  line-height: normal;
}

.post__side-heading p {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  color: #a2a8b1;
  margin: 2px 0 0 0;
}

.post__side-heading p a {
  font-weight: 500;
  color: #a2a8b1;
}

.post__side-heading.post__side-heading--inline>div {
  display: inline-block;
}

.post__side-heading.post__side-heading--inline .post__side-title {
  margin-left: 15px;
  overflow: hidden;
  width: calc(100% - 80px);
}

.post__side-heading.post__side-heading--medal .post__side-title {
  width: calc(100% - 155px);
  margin-top: 0;
}

.post__side-heading.post__side-heading--block .post__side-title {
  width: auto;
  margin-top: 16px;
}

.post__side-avatar {
  vertical-align: top;
}

.post__side-avatar .avatar__wrapper:not(:first-child) {
  margin-left: -30px;
}

.post__side-avatar .avatar {
  border: 2px solid #fff;
}

.post__side-details {
  margin: 0;
  padding-top: 26px;
}

.post__side-description {
  color: #434c5b;
  font-size: 12px;
  padding: 10px 0 15px;
}

.post__side-description p:last-child {
  margin: 0;
}

.post__side-description-expand i {
  font-size: 20px;
  padding-left: 10px;
  position: absolute;
}

.post__side-description a,
.post__side-description-expand a {
  color: #3930d8;
}

.post__side-tags {
  margin: 0 0 15px;
}

.post__side-tag {
  margin: 0 10px 0 0;
  display: inline-block;
}

.post__side-tag:last-child {
  margin-right: 0;
}

.post__side-tag a {
  background-color: #eceff5;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: #2d2d2d;
  border-radius: 5px;
  display: block;
  padding: 8px 10px;
}

.post__side-tag a:hover {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
  text-decoration: none;
}

.post__side-footer {
  margin-top: 12px;
  padding: 5px 0 0;
}

.post__side-footer-action {
  float: right;
  margin-left: 10px;
}

.post__side-footer-action:last-child {
  margin-left: 0;
}

.post__side-signature {
  padding: 15px 0;
  border-bottom: 1px solid rgba(76, 87, 102, .1);
  font-size: 12px;
  font-weight: 400;
  line-height: 32px;
  color: #6C7C83;
}

.post__side-signature a {
  font-weight: 500;
  color: #434c5b;
  text-decoration: none;
}

.post__side-signature img {
  border-radius: 50%;
  border: 1px solid rgba(76, 87, 102, .1);
  margin-right: 10px;
}

.post__side-stats {
  margin-left: 25px;
  margin-top: 4px;
  color: #999ea6;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  max-width: 170px;
}

.post__side-stats .post-stat__name {
  color: #2d2d2d;
}

.post__side-upvoters {
  padding: 0;
}

.post__side-upvoters li {
  list-style: none;
  padding: 0;
  width: 18px;
  display: inline-block;
}

.post__side-upvoter img {
  border-radius: 50%;
  border: 2px solid #fff;
}

.posts__section {
  margin: 15px 0 30px;
}

.posts__section-header {
  border-bottom: 1px solid rgba(76, 87, 102, .1);
  padding: 0 0 5px;
  margin-bottom: 10px;
}

.posts__section-header h3 {
  float: left;
  margin: 0;
  font-size: 20px;
  padding: 0;
}

@media (max-width: 768px) {
  .posts__section-header h3 {
    float: none;
    text-align: center;
  }
}

.posts__section-header a {
  line-height: 18px;
  float: right;
  color: #212121;
  opacity: 0.75;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.posts__section-header a:hover,
.posts__section-header a:focus {
  text-decoration: none;
  opacity: 1;
}

@media (max-width: 768px) {
  .posts__section-header a {
    display: none;
  }
}

.post__sidebar {
  z-index: 100;
  height: 100%;
  font-size: 13px;
  line-height: 20px;
  width: 100%;
  overflow-y: auto;
  -webkit-transition: right 200ms ease;
  transition: right 200ms ease;
}

@media (max-width: 768px) {
  .post__sidebar {
    height: auto;
  }
}

@media (min-width: 1160px) {
  .post__sidebar {
    position: absolute;
    width: 460px;
    right: 0;
  }
}

.post__sidebar .post__side {
  margin: 0;
  height: auto;
}

.post__sidebar .post__side-details {
  padding-top: 4px;
}

.post__side-source-actions {
  padding: 10px 0 20px 0;
  margin: 0;
}

.post__side-source a {
  font-weight: 500;
  color: #3930d8;
}

.post__side-user-actions {
  margin: 4px 0 0 0;
  padding: 0;
}

.post__side-user-actions>li {
  list-style: none;
  padding: 0;
  height: 14px;
  margin: 0 0 0 15px;
}

.post__side-user-actions>li a {
  color: #A1A8AF;
  padding-left: 16px;
  text-transform: uppercase;
  position: relative;
  line-height: 20px;
  line-height: 2rem;
  font-size: 10px;
  font-size: 1rem;
  display: block;
}

.post__side-user-actions>li i {
  left: 0;
  top: 2px;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 26px;
  line-height: 2.6rem;
  position: absolute;
  color: #a2a8b1;
}

@media (max-width: 768px) {
  .post__side-user-actions>li span {
    display: none;
  }
}

.post__side-user-actions .dropdown-menu {
  right: 100%;
  left: auto;
}

.post__side-share i {
  font-size: 20px !important;
  font-size: 2rem !important;
}

.post__side-comment {
  border: 1px solid rgba(76, 87, 102, .1);
  border-radius: 2px;
  height: 30px;
  padding: 0 8px 0 24px;
  font-size: 10px;
  line-height: 30px;
  position: relative;
  font-weight: 500;
  margin: 0;
  color: #3a4a51;
}

.post__side-comment i {
  position: absolute;
  left: 8px;
  top: 9px;
  font-size: 13px;
}

.post__side-follow-wrapper a:hover,
.post__side-follow-wrapper a:focus,
.post__side-follow-wrapper a:active {
  text-decoration: none;
}

.post__side-follow-wrapper i {
  position: relative;
  width: 24px;
  height: 24px;
  top: 1px;
  background: #eceff5;
  border-radius: 2px;
  margin: 0 0 0 5px;
  line-height: 24px;
  color: #4b5665;
  font-size: 14px;
  text-align: center;
}

.post__sidebar-inner {
  min-height: 100%;
  background-color: white;
  padding: 0 20px 120px 20px;
  overflow-x: hidden;
}

@media (max-width: 1160px) {
  .post__sidebar-inner {
    padding-bottom: 0;
  }
}

.post-shortcuts-wrapper {
  margin-top: 38px;
}

@media (max-width: 1160px) {
  .post-shortcuts-wrapper {
    display: none;
  }
}

.post-shortcuts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.post-shortcut span {
  padding-top: 5px;
  display: block;
  color: #a2a8b1;
  background: #f6f9fc;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  line-height: 2rem;
  text-align: center;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  margin: 0 auto 6px auto;
}

.post-shortcut i {
  font-size: 18px;
  font-size: 1.8rem;
}

.post__sidebar-section {
  position: relative;
  padding-top: 25px;
}

.post__sidebar-section-title {
  margin: 0;
  font-family: 'Roboto';
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 24px;
  line-height: 2.4rem;
}

.post__sidebar-section--underlined {
  border-bottom: 1px solid #f6f9fc;
}

.post__sidebar-section--previews {
  margin-bottom: 20px;
}

.post__sidebar-ads {
  background: #f8f8f8;
  border: 1px solid #f6f9fc;
  border-left: none;
  border-right: none;
  padding: 20px;
  margin: 0 -20px;
  position: relative;
}

.post-vignette {
  background: #fff;
  float: left;
  width: 33.33333%;
  margin-top: 10px;
  padding-right: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.post-vignette:last-child {
  margin-right: 0;
}

.post-vignette .center__image-wrapper {
  border: 1px solid rgba(76, 87, 102, .1);
  border-radius: 3px;
}

.post-vignette:hover {
  box-color: transparent;
}

.post-vignette:hover img {
  opacity: 0.75;
}

.post-vignette:hover a {
  text-decoration: none;
}

.post-vignette__arrow {
  position: absolute;
  top: -28px;
  background: none;
  border: none;
  color: #BBC0C6;
}

.post-vignette__arrow:focus {
  outline: none;
}

.post-vignette__arrow--next {
  right: 4px;
}

.post-vignette__arrow--prev {
  right: 30px;
}

.post-vignette__price {
  line-height: 2;
  color: #BBC0C6;
  font-weight: 500;
  font-size: 13px;
  text-align: center;
  margin-top: 8px;
}

.post__sidebar-gig small {
  color: #727272;
  text-transform: uppercase;
  display: block;
  line-height: 14px;
  font-size: 12px;
}

.post__sidebar-gig small span {
  background-color: #11b719;
  margin-left: 5px;
  border-radius: 2px;
  color: #fff;
  padding: 5px 10px;
  font-size: 10px;
}

.post__sidebar-gig h3 {
  font-size: 20px;
  margin: 10px 0;
  line-height: 1;
}

.post__sidebar-gig p {
  line-height: 20px;
  font-size: 13px;
  color: #727272;
  font-weight: 300;
}

.post__sidebar-gig .btn {
  background-color: #91b4dd;
}

.post-form__price {
  background: #f6f7f9;
  border: 1px solid rgba(76, 87, 102, .1);
  border-radius: 4px;
  padding: 10px 20px 20px;
  margin-bottom: 15px;
}

.post-form__price label {
  font-weight: 400;
}

.post-form__price i {
  display: block;
  text-align: right;
  float: right;
  font-size: 24px;
  line-height: 1;
  opacity: 0.75;
  position: relative;
  top: 5px;
}

.post-form__price--last {
  margin: 0;
}

.post__info-widget {
  cursor: pointer;
}

.post__info-widget .feature-link {
  margin-right: 10px;
}

.post__info-widget .feature-link i {
  line-height: 42px;
  width: 42px;
}

.post__info-widget--upvote {
  margin-left: 10px;
}

.post-tools {
  position: absolute;
  left: 20px;
  opacity: 0;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
  z-index: 10;
  top: 20px;
}

.post-tool {
  margin-right: 10px;
  height: 30px;
  width: 30px;
  background: #e9ecf3;
  border-radius: 4px;
}

.post-tool img {
  width: 30px;
  height: 30px;
}

.post__info-widget--price {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background-color: #fa4a4d;
  padding: 0 11px;
  border-radius: 5px;
  display: inline-block;
  letter-spacing: 0.5px;
  margin-left: 10px;
}

.post__info-widget--premium {
  background-color: #3930d8;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  height: 40px;
  letter-spacing: 0.5px;
  line-height: 40px;
  margin-left: 10px;
  padding: 0 11px;
  text-align: center;
}

.post__info-widget--premium:hover {
  background-color: #3930d8;
  color: #fff;
  text-decoration: none;
}

.post__info-widget--free {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background-color: #11b719;
  padding: 0 11px;
  border-radius: 5px;
  margin-left: 10px;
}

.post__info-widget--horizontal {
  height: 30px;
  line-height: 30px;
}

.post-form .react-selectize.root-node {
  width: auto;
}

.post__preview-wrap {
  position: relative;
}

.post__preview-wrap--annotate {
  cursor: crosshair;
}

.post__annotation {
  border-radius: 36px;
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, .1);
          box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, .1);
  color: white;
  cursor: pointer;
  font-weight: bold;
  height: 36px;
  line-height: 36px;
  line-height: 3.6rem;
  opacity: 0.87;
  position: absolute;
  text-align: center;
  -webkit-transition: opacity 150ms ease, -webkit-transform 150ms ease;
  transition: opacity 150ms ease, -webkit-transform 150ms ease;
  transition: opacity 150ms ease, transform 150ms ease;
  transition: opacity 150ms ease, transform 150ms ease, -webkit-transform 150ms ease;
  width: 36px;
  background: #3930d8;
}

@media (max-width: 1160px) {
  .post__annotation {
    display: none;
  }
}

.post--idle .post__annotation {
  display: none;
}

.post--idle .post__expand-image {
  opacity: 0;
}

.post__annotation--highlighted {
  display: block !important;
  opacity: 1;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.post__annotation--subtle {
  opacity: 0.2;
}

.post__embed-wrapper {
  width: 480px;
  margin: 0 auto;
}

.post__embed-textarea {
  white-space: normal;
  margin: 15px 0 5px;
}

.post-preview {
  position: absolute;
}

.instagram-media {
  margin: 0 auto !important;
}

.promoted__link {
  font-weight: 500;
  position: relative;
}

.promoted__link i {
  font-size: 14px;
  position: absolute;
  top: 0px;
  right: -16px;
}

.post__sidebar-demo {
  margin-bottom: 30px;
}

.post__sidebar-cta {
  margin-bottom: 20px;
}

.post-card__sidebar {
  padding: 0 30px 0 20px;
}

.post-card__sidebar .post__side {
  position: relative;
}

.post-form__preview-sources {
  text-align: center;
  max-width: 370px;
  margin: 86px auto 0 auto;
  color: #a2a8b1;
}

.post-form__url-input-wrap {
  display: block;
  width: 100%;
  max-width: 480px;
  margin: 40px auto 0 auto;
  border: solid 1px #d6d6d6;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.post-form__url-input {
  display: block;
  width: 100%;
  max-width: 480px;
  height: 46px;
  padding: 0 10px;
  border: 0;
  outline: none;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  line-height: 2.6rem;
  color: #a2a8b1;
  text-align: center;
  border-radius: 5px;
}

.post-form__url-input:disabled,
.post-form__url-input .progress-bar {
  cursor: not-allowed;
}

.post-form__facebook-logo {
  position: relative;
  margin-left: 5px;
  top: 2px;
  color: #405499;
  font-size: 20px;
}

.post-form__twitter-logo {
  color: #55acee;
  font-size: 20px;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

.post-form__pinterest-logo {
  color: #cb2128;
  font-size: 20px;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

.post-form__dribbble-logo {
  color: #ea4c89;
  font-size: 20px;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

.post-form__linkedin-logo {
  color: #0074b3;
  font-size: 20px;
  margin-left: 5px;
  position: relative;
}

.post-form__medium-logo {
  color: #00ab6c;
  font-size: 20px;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

.post-form__info-icon {
  color: #a2a8b1;
  position: relative;
  margin-left: 5px;
  top: 2px;
  font-size: 20px;
}

.post-form__preview {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 600px;
  position: relative;
  margin: 0 auto;
}

.post-form__preview:hover {
  cursor: pointer;
}

.post-form__preview:hover img {
  opacity: 0.4;
  z-index: 1;
}

.post-form__preview-overlay {
  display: none;
  z-index: 10;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(32, 32, 32, .87);
}

.post-form__preview-overlay .btn {
  position: absolute;
  width: 150px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#js-post-form__preview:hover .post-form__preview-overlay {
  display: block;
}

.post-form__image-preview-wrap {
  height: 518px;
  position: relative;
}

.post-form__image-preview-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  left: 0;
}

.post-form__preview-uploader {
  max-width: 600px;
  background: white;
  margin: 0 auto;
  padding: 20px;
  border-radius: 5px;
  overflow: hidden;
}

.post-form__source-selector {
  margin-top: 58px;
}

.post-form__source-item {
  text-align: center;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
}

.post-form__source-item.slick-center {
  border: 2px solid #3930d8;
}

.post-form__source-item--ios_app {
  background-image: url(/packs/ios_app-99c80b66a00d7d53d003169d215daed3.png);
}

.post-form__source-item--ios_app_icon {
  background-image: url(/packs/ios_app_icon-d4dcf1ea340a1c73fcb77d053564a58c.png);
}

.post-form__source-item--imessage_app {
  background-image: url(/packs/imessage_app-99c80b66a00d7d53d003169d215daed3.png);
}

.post-form__source-item--imessage_app_icon {
  background-image: url(/packs/imessage_app_icon-971335aa5e0f7cf29d73f79efa7bd79e.png);
}

.post-form__source-item--apple_tv_app {
  background-image: url(/packs/apple_tv_app-4ed9a7fa6202ccd714dafe8a64c4ea94.png);
}

.post-form__source-item--apple_tv_app_icon {
  background-image: url(/packs/apple_tv_app_icon-971335aa5e0f7cf29d73f79efa7bd79e.png);
}

.post-form__source-item--apple_watch_app {
  background-image: url(/packs/apple_watch_app-de3d9d356ce8c49ca094908c4123e859.png);
}

.post-form__source-item--mac_app {
  background-image: url(/packs/mac_app-1e2cee6e90f7964d8f9dad0c8bc27740.png);
}

.post-form__source-item--apple_tv_app_icon {
  background-image: url(/packs/apple_tv_app_icon-971335aa5e0f7cf29d73f79efa7bd79e.png);
}

.post-form__source-item--google_play_app {
  background-image: url(/packs/google_play_app-ce56673701f97314f191eddaf97cd4ea.png);
}

.post-form__source-item--google_play_app_icon {
  background-image: url(/packs/google_play_app_icon-e8a8e99f1285597fe74eb4e885a3ec69.png);
}

.post-form__source-item-name {
  position: absolute;
  top: 210px;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  color: #434c5b;
}

.post-form__source h4 {
  text-align: center;
}

.post-form__source .carousel__arrow {
  top: 345px;
}

@media (max-width: 768px) {
  .post-form__source {
    margin-top: 30px;
  }
}

.post-form__source-action {
  max-width: 240px;
  margin: 90px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.post-form__preview-switcher {
  position: relative;
  height: 100%;
}

.post-form__preview-switcher-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%;
}

@media (max-width: 1160px) {
  .post-form__post-preview {
    position: relative;
    top: 0 !important;
  }
}

@media (max-width: 1160px) {
  .post-form__wrapper {
    margin-top: 40px;
  }
}

.post-form__inner {
  border-radius: 5px;
  padding: 60px;
  background: white;
  margin-top: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #2d2d2d;
}

@media (max-width: 768px) {
  .post-form__inner {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .post-form__input-categories select {
    margin-bottom: 20px;
  }
}

.post-form__input--title {
  max-width: 380px;
}

.post-form__tools .react-selectize-search-field-and-selected-values {
  padding: 0 !important;
}

.post-form__tools .react-selectize {
  border-radius: 5px;
  border: 1px solid #d6d6d6;
  padding: 0;
}

.post-form__tools .selectize--empty {
  background: #f6f9fc;
  border-color: transparent;
}

.post-form__tools .react-selectize-control {
  background: transparent !important;
  font-size: 16px !important;
  font-size: 1.6rem !important;
  border: 0 !important;
  padding: 7px 5px !important;
}

.post-form__tools .react-selectize-placeholder {
  text-indent: 0 !important;
  color: #a2a8b1;
  margin-left: 10px;
}

.post-form__tools .react-selectize-search-field-and-selected-values {
  height: 30px;
}

.post-form__tools .simple-value {
  font-size: 14px !important;
  font-size: 1.4rem !important;
  color: #2d2d2d !important;
  background: white !important;
  border-radius: 15px !important;
  padding: 3px 10px 1px 10px !important;
  border: 1px solid #2d2d2d !important;
}

.post-form__tools .simple-value span {
  padding: 2px 5px 3px !important;
}

.post-form__tools .simple-value .option-wrapper.highlight {
  background: rgba(57, 48, 216, .3) !important;
}

.post-form__tools .react-selectize-toggle-button-container:before {
  font-family: 'Material Icons';
  content: 'keyboard_arrow_down';
  font-size: 20px;
  font-size: 2rem;
  position: relative;
  top: 2px;
  right: 5px;
}

.post-form__tools .react-selectize.open .react-selectize-toggle-button-container:before {
  content: 'keyboard_arrow_up';
}

.post-form__tools .react-selectize-toggle-button {
  display: none;
}

.post-form__input-main {
  margin-right: 140px;
}

.post-form__input-side {
  float: right;
  width: 120px;
  padding-top: 6px;
}

.post-form__input-side .m-checkbox-span::before {
  color: #a2a8b1;
}

.post-form__submit-block {
  margin-top: 40px;
}

.post-form__annotate {
  margin-top: 5px;
}

.post-form__note {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 21px;
  line-height: 2.1rem;
  color: #a2a8b1;
  font-weight: normal;
}

.post-form__note small {
  display: block;
  line-height: 1.5;
}

.post-form__note span {
  font-weight: bold;
  color: #11b719;
}

.post-form__price-block {
  position: relative;
  border: solid 2px #e7e9eb;
  border-radius: 5px;
  padding: 22px 16px;
}

.post-form__price-block.post-form__price-block--active {
  border-color: #3930d8;
}

.post-form__price-block .m-checkbox-span {
  bottom: 15px;
}

.post-form__price-block:first-child {
  margin-bottom: 20px;
}

.post-form__price-inputs {
  float: right;
  position: relative;
  margin-top: 6px;
}

.post-form__price-inputs input {
  display: inline-block;
  max-width: 130px;
  margin-left: 10px;
}

.post-form__price-inputs small {
  position: absolute;
  top: 30px;
  left: 14px;
  font-size: 11px;
  width: 40%;
  color: #a2a8b1;
  text-align: center;
}

@media (max-width: 1700px) {
  .post-form__price-inputs {
    float: none;
    padding-left: 40px;
  }

  .post-form__price-inputs input {
    max-width: 45%;
    margin: 0 10px 0 0;
  }
}

.post-form__price-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background: #ccc;
  opacity: 0.3;
}

.post-form__price-label-wrap {
  display: inline-block;
  padding-left: 8px;
}

@media (max-width: 768px) {
  .post-form__price-label-wrap {
    max-width: 80%;
  }
}

.post-form__price-label {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 24px;
  line-height: 2.4rem;
  color: #2d2d2d;
}

.post-form__price-label i {
  font-size: 16px;
  font-size: 1.6rem;
}

.post-form__price-desc {
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
}

.post-form__errors {
  margin-top: 5px;
  position: relative;
  right: 17px;
  float: right;
}

.post-form__errors li {
  display: block;
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  .post-form__errors {
    float: none;
  }

  .post-form__errors li {
    text-align: center;
  }
}

.post-form__showcase-buttons {
  float: right;
}

.post-form__showcase-buttons button {
  margin-left: 20px;
}

@media (max-width: 768px) {
  .post-form__showcase-buttons {
    float: none;
    text-align: center;
  }
}

.post-form__label {
  cursor: pointer;
}

.post-form__maker-block {
  margin-bottom: 20px;
}

.post-form__remove-maker {
  position: relative;
  top: 10px;
  cursor: pointer;
  opacity: 0.5;
  font-size: 20px;
  font-size: 2rem;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
}

.post-form__remove-maker:hover {
  opacity: 1;
}

.post-form__crop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: white;
  z-index: 30;
}

.post-form__crop .ReactCrop__image {
  max-height: 100vh;
}

.post-form__crop .ReactCrop__drag-handle {
  display: none;
}

.post-form__crop-actions {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 30;
}

.post-form__crop-actions button {
  margin-left: 20px;
}

.post-form__preview-switcher-actions {
  width: 200px;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 20;
  text-align: center;
  -webkit-transform: translate(-50%, 70px);
          transform: translate(-50%, 70px);
}

.post-form__preview-switcher-actions p {
  margin-top: 12px;
  color: #a2a8b1;
}

@media (max-width: 768px) {
  .post-form__preview-switcher-actions {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

.post-form__preview-switcher-btn {
  display: block;
  margin: 0 auto;
}

.post-form__catgory-tab {
  text-align: center;
  padding: 10px;
}

.post-form__catgory-tab--title {
  margin-left: 10px;
}

.post-form__catgory-tab-active {
  -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, .5) inset;
          box-shadow: 0 0px 1px rgba(0, 0, 0, .5) inset;
}

.post-form__preview-source-switcher {
  text-align: center;
  margin: 20px auto 0 auto;
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post-form__preview-source-switcher-btn {
  color: #a2a8b1;
  background: none;
  font-size: 13px;
  font-size: 1.3rem;
  border: none;
  outline: none;
  position: relative;
  padding: 13px 0;
  border-radius: 5px 5px 0 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.post-form__preview-source-switcher-btn i {
  position: relative;
  top: 4px;
  font-size: 19px;
  font-size: 1.9rem;
  right: 6px;
}

.post-form__preview-source-switcher-btn.post-form__preview-source-switcher-btn--active {
  color: #2d2d2d;
  background: white;
}

.post-form__dropzone {
  border: 2px dashed #e7e9eb;
  border-radius: 5px;
}

.post-form__dropzone.post-form__dropzone--over {
  border: 4px dashed #3930d8;
}

.post-form__dropzone.post-form__dropzone--over i {
  color: #3930d8;
}

.post-form__dropzone.post-form__dropzone--over .btn {
  background: #eceff5;
  color: #4c5766;
}

.post-form__dropzone--source {
  margin-top: 24px;
}

.post-form__preview-dropzone {
  max-width: 560px;
  height: 420px;
  margin: 0 auto;
  position: relative;
  background: white;
}

.post-form__preview-dropzone i {
  font-size: 47px;
  font-size: 4.7rem;
  color: #e7e9eb;
}

.post-form__preview-dropzone-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 20;
  text-align: center;
  width: 100%;
}

.post-form__preview-dropzone-content .description {
  color: #a2a8b1;
  margin-top: 6px;
}

.post-form__preview-dropzone-content h4 {
  margin-top: 12px;
}

.post-form__preview-dropzone-content button {
  margin-top: 12px;
}

@media (max-width: 768px) {
  .post-form__preview-dropzone-content h4 {
    font-size: 2rem;
  }
}

.post-form__preview-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.2;
  max-width: 100%;
  z-index: 10;
}

.post-form__preview-progress-wrap {
  max-width: 360px;
  height: 10px;
  background: white;
  margin: 0 auto;
  border-radius: 7.5px;
}

.post-form__preview-progress {
  height: 10px !important;
  border-radius: 7.5px;
  background-color: #11b719;
}

.post-form__url-preview {
  max-width: 600px;
  margin: 0 auto;
  background: white;
  height: 460px;
  position: relative;
}

.post-form__url-preview-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.post-form__url-preview-inner h4 {
  height: 34px;
}

@media (max-width: 768px) {
  .post-form__url-preview-inner {
    width: 90%;
  }
}

.post-form__source-dropzone {
  padding: 20px;
}

.post-form__select-category {
  margin-top: 25px;
}

.post-form__line {
  height: 2px;
  background: #f6f9fc;
  margin: 40px -60px;
}

.post-form__curator-line {
  height: 2px;
  background: #a2a8b1;
  margin-bottom: 20px;
}

.post-form__share-block {
  margin-top: 50px;
}

.posts-carousel {
  -webkit-box-shadow: none;
          box-shadow: none;
  max-height: none;
  max-width: none;
  overflow: visible;
  position: relative;
}

.posts-carousel .card {
  margin-bottom: 0;
}

.posts-carousel.unslicked .card {
  margin-bottom: 30px;
}

.posts-carousel .slick-list {
  z-index: 1;
}

.carousel__arrow {
  background: white;
  border-radius: 100%;
  border: 0;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
  outline: none;
  height: 40px;
  width: 40px;
  top: 35%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}

.carousel__arrow:before {
  color: #A1A8AF;
  display: block;
  font-family: 'Material Icons';
  font-size: 20px;
  font-size: 2rem;
  position: relative;
  right: 0;
  bottom: 1px;
  line-height: 40px;
}

.carousel__arrow:hover {
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}

.carousel__arrow:hover:before {
  color: #434c5b;
}

.carousel__arrow.carousel__arrow--next {
  right: 0;
}

.carousel__arrow.carousel__arrow--prev {
  left: 0;
}

.carousel__arrow--bigger {
  height: 50px;
  width: 50px;
}

.carousel__arrow--bigger:before {
  line-height: 50px;
}

.carousel__arrow--sm {
  height: 28px;
  width: 28px;
}

.carousel__arrow--sm::before {
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  line-height: 2.8rem;
}

.carousel__arrow--sm.carousel__arrow--next {
  right: -3px;
}

.carousel__arrow--sm.carousel__arrow--next::before {
  right: 2px;
}

.carousel__arrow--sm.carousel__arrow--prev {
  left: -12px;
}

.carousel__arrow--sm.carousel__arrow--prev::before {
  left: -3px;
}

.carousel__arrow--next:before {
  content: "chevron_right";
}

.carousel__arrow--prev {
  left: 0;
}

.carousel__arrow--prev:before {
  content: "chevron_left";
}

.carousel--first .carousel__arrow--prev {
  display: none !important;
}

.carousel--first .post-vignette__arrow--prev {
  color: rgba(187, 192, 198, .3);
}

.carousel--last .carousel__arrow--next {
  display: none !important;
}

.carousel--last .post-vignette__arrow--next {
  color: rgba(187, 192, 198, .3);
}

.sidebar__placeholder {
  height: 100%;
}

.sidebar__wrapper {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 300;
}

@media (max-width: 768px) {
  .sidebar__wrapper {
    opacity: 1;
  }
}

@media (min-width: 1160px) {
  .sidebar__wrapper {
    background: rgba(0, 0, 0, .5);
    -webkit-transition: opacity .1s;
    transition: opacity .1s;
    opacity: 0.7;
  }

  .sidebar__wrapper .sidebar__content {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0;
    -webkit-transition: opacity .1s,-webkit-transform .1s;
    transition: opacity .1s,-webkit-transform .1s;
    transition: opacity .1s,transform .1s;
    transition: opacity .1s,transform .1s,-webkit-transform .1s;
  }
}

.sidebar__wrapper--visible {
  opacity: 1;
}

.sidebar__wrapper--visible .sidebar__content {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.sidebar__content {
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  z-index: 95;
  width: 100%;
  height: 100%;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  margin: 20px;
}

@media (max-width: 768px) {
  .sidebar__content {
    width: 100%;
    height: 100%;
    margin: 0;
  }
}

.sidebar__content-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.sidebar__nav-link {
  color: #000;
  position: absolute;
  z-index: 1000;
}

.sidebar__nav-link:hover,
.sidebar__nav-link:active {
  text-decoration: none;
}

.sidebar__navigation {
  height: 40px;
  margin-right: -20px;
}

.sidebar__navigation-items {
  height: 40px;
  float: right;
}

.sidebar__navigation-item {
  background: #f6f9fc;
  line-height: 40px;
  height: 40px;
  cursor: pointer;
  padding: 0 6px;
  text-align: center;
  display: inline-block;
}

.sidebar__navigation-item:hover {
  text-decoration: none;
}

.sidebar__navigation-item:hover i {
  opacity: 0.75;
}

.sidebar__navigation-item i {
  line-height: 39px;
  color: #a2a8b1;
  font-size: 22px;
  font-size: 2.2rem;
}

.sidebar-nav__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}

.sidebar-nav__wrapper--fixed {
  position: fixed;
  width: 460px;
  z-index: 10;
  background: white;
  -webkit-box-shadow: 0 1px 10px 0px #a2a8b1;
          box-shadow: 0 1px 10px 0px #a2a8b1;
  top: 0;
  padding: 0;
}

@media (max-width: 1160px) {
  .sidebar-nav__wrapper--fixed {
    width: 100%;
  }
}

.sidebar-nav__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-top: 2px solid #f6f9fc;
  color: #a2a8b1;
  cursor: pointer;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 46px;
  line-height: 4.6rem;
  letter-spacing: 0.6px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: border-color 200ms;
  transition: border-color 200ms;
  height: 50px;
}

.sidebar-nav__item:hover {
  border-color: #a2a8b1;
}

.sidebar-nav__item.sidebar-nav__item--active {
  color: #3930d8;
  border-color: #3930d8;
}

.sidebar--reload #header__wrapper {
  border-bottom: 1px solid rgba(76, 87, 102, .1);
}

.sidebar--reload .sidebar__content {
  width: 100%;
  height: 100%;
  margin: 0;
}

.sidebar--reload .post__wrapper {
  top: 100px;
}

@media (min-width: 1160px) {
  .sidebar--reload .post__wrapper {
    height: calc(100% - 100px);
  }
}

@media (max-width: 1160px) {
  .sidebar--reload .post__wrapper {
    top: 100px;
  }
}

.sidebar--reload .post__sidebar {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sidebar--reload .sidebar-nav__wrapper--fixed {
  top: 100px;
}

@media (max-width: 1160px) {
  .sidebar--reload .sidebar-nav__wrapper--fixed {
    top: 60px;
  }
}

.sidebar-filter__title {
  margin-top: 30px !important;
}

.sidebar-filter__title--top {
  margin-top: 0;
}

.sidebar-filter {
  padding: 0;
  margin: 10px 0 0 0;
}

.sidebar-filter--shifted {
  margin-left: -20px;
}

.sidebar-filter__item {
  color: #2d2d2d;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
  margin-top: 4px;
  position: relative;
  border-radius: 5px;
}

.sidebar-filter__item:hover {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
  background-color: white;
}

.sidebar-filter__item a {
  padding: 10px 0 8px 10px;
  color: #2d2d2d;
  text-decoration: none;
  display: block;
}

.sidebar-filter__item a:active,
.sidebar-filter__item a:focus,
.sidebar-filter__item a:hover {
  text-decoration: none;
}

.sidebar-filter__item--icon a {
  padding-left: 60px;
}

.sidebar-filter__item--icon .sidebar-filter__item-icon {
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  left: 20px;
  top: 10px;
  max-width: 20px;
  max-height: 20px;
}

.sidebar-filter__item--icon .sidebar-filter__item-icon img {
  max-width: 100%;
  position: relative;
  bottom: 6px;
}

.sidebar-filter__item-count {
  position: absolute;
  right: 0;
  top: 0;
  background: #ababab;
  border-radius: 4px;
  color: #fff;
  padding: 5px;
  font-size: 12px;
  line-height: 12px;
  margin: 10px 10px;
}

.sidebar-filter__item--active {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
  background-color: white;
}

.sidebar__list-items {
  margin: 15px 15px 0;
  padding: 0;
}

.sidebar__list-item {
  list-style: none;
  margin-bottom: 15px;
}

.sidebar__list-item:last-child {
  margin-bottom: 0;
}

.sidebar__list-item a {
  font-weight: 500;
  color: #2d2d2d;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.sidebar__list-item small {
  font-size: 12px;
  font-size: 1.2rem;
  color: rgba(76, 87, 102, .5);
  display: block;
  line-height: 1;
}

.sidebar__list-item .sidebar__post-name {
  font-size: 16px;
  font-weight: 500;
}

.sidebar__pic {
  float: left;
}

.sidebar__emoji {
  font-size: 24px;
}

.sidebar__details {
  margin-left: 10px;
}

.sidebar__details-label {
  text-transform: uppercase;
  color: #fff;
  background: #11b719;
  font-size: 9px;
  padding: 4px 8px;
  display: inline-block;
  margin-left: 4px;
  font-weight: bold;
  border-radius: 2px;
  line-height: 6px;
}

.sidebar__details-label--results {
  background: #fa4a4d;
}

.sidebar__share-btn {
  display: inline-block;
  height: 24px;
  width: 24px;
  margin-right: 20px;
  text-align: center;
  -webkit-transition: all .1s;
  transition: all .1s;
  border-radius: 3px;
}

.sidebar__share-btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.sidebar__share-btn a:hover,
.sidebar__share-btn:visited,
.sidebar__share-btn:active,
.sidebar__share-btn:focus {
  text-decoration: none;
}

.sidebar__share-btn i {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 24px;
  line-height: 2.4rem;
  display: block;
}

.sidebar__share-btn--twitter {
  position: relative;
  top: 4px;
}

.sidebar__share-btn--twitter i {
  font-size: 28px;
  font-size: 2.8rem;
}

.sidebar__share-btn--facebook {
  background: #405499;
}

.sidebar__share-btn--facebook i {
  position: relative;
  top: 1px;
  left: 2px;
}

.sidebar-menu {
  margin: 0 10px;
  padding: 0;
}

.sidebar-menu li {
  list-style: none;
  display: inline-block;
  color: #616770;
  margin: 0 10px 0 0;
  padding: 0;
  font-size: 13px;
  line-height: 1.5;
}

.sidebar-menu li a {
  color: #90949c;
  text-decoration: none;
}

.sidebar-menu li a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .user-sidebar {
    text-align: center;
  }
}

.user-sidebar__note {
  position: absolute;
  top: 0;
  right: 40px;
  width: 30px;
  height: 40px;
  border-radius: 0 0 100px 100px;
  background-color: rgba(249, 172, 48, .26);
  overflow: hidden;
}

.user-sidebar__note i {
  color: #F9AC30;
  cursor: default;
  position: relative;
  top: 10px;
  font-size: 20px;
  left: 5px;
}

.user-sidebar__badge h3 a {
  font-size: 12px;
  color: #a2a8b1;
  font-weight: 500;
}

.user-sidebar__card-avatar {
  position: relative;
}

.user-sidebar__card-avatar img {
  border: none !important;
  background: #fff;
}

.user-sidebar__card-name {
  margin-top: 12px;
}

.user-sidebar__card-name h1 {
  font-size: 24px;
  color: #2d2d2d;
  line-height: 1.42;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

.user-sidebar__card-name small {
  font-size: 12px;
  font-weight: 400;
  color: #A1A8AF;
}

.user-sidebar__card-location {
  font-size: 11px;
  line-height: 1.82;
  letter-spacing: 0.4px;
  color: #a2a8b1;
  text-transform: uppercase;
}

.user-sidebar__card-headline {
  font-size: 13px;
  line-height: 1.54;
  color: #2d2d2d;
  word-wrap: break-word;
  margin-top: 12px;
}

.user-sidebar__card-social-items {
  margin-top: 22px;
  padding: 0;
  display: block;
}

.user-sidebar__card-social-item {
  margin: 0 auto;
  padding: 0 5px;
  list-style: none;
  display: inline-block;
}

.user-sidebar__card-social-item i {
  font-size: 18px;
  color: #A1A8AF;
}

.user-sidebar__card-social-item--twitter i:hover {
  color: #55acee;
}

.user-sidebar__card-social-item--codepen i:hover {
  color: #333;
}

.user-sidebar__card-social-item--sketchfab i:hover {
  color: #13a8df;
}

.user-sidebar__card-social-item--instagram i:hover {
  color: #b436a9;
}

.user-sidebar__card-social-item--dribbble i:hover {
  color: #ea4c89;
}

.user-sidebar__card-social-item--github i:hover {
  color: #333;
}

.user-sidebar__card-social-item--behance i:hover {
  color: #0096ff;
}

.user-sidebar__card-social-item--pinterest i:hover {
  color: #cb2128;
}

.user-sidebar__card-social-item--google i:hover {
  color: #d74838;
}

.user-sidebar__card-social-item--slack i:hover {
  color: #775eae;
}

.user-sidebar__card-social-item--website i:hover {
  color: #3930d8;
}

.user-sidebar__actions--admin {
  margin-top: 32px;
}

.user-sidebar__btn {
  padding-right: 10px;
  max-width: 230px;
}

@media (max-width: 768px) {
  .user-sidebar__btn {
    margin: 0 auto;
  }
}

.user-sidebar__line {
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  margin: 40px -30px 0 -40px;
}

.user-sidebar__medals {
  padding-right: 10px;
}

.user-sidebar__medals h3 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0;
}

.user-sidebar__medals-block {
  margin-top: 30px;
}

.user-sidebar__medals-headline {
  margin-top: 10px;
}

.user-sidebar__medals-line {
  margin-top: 10px;
}

.user-sidebar__medals-rank {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 18px;
  line-height: 1.8rem;
  letter-spacing: 0.4px;
  text-align: right;
  color: #a2a8b1;
  text-transform: uppercase;
}

.user-sidebar__medals-rank:hover {
  color: #a2a8b1;
  text-transform: uppercase;
  text-decoration: none;
}

.user-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.user-navigation__item {
  -ms-flex-preferred-size: 110px;
      flex-basis: 110px;
  height: 60px;
  display: inline-block;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.42;
  text-align: center;
  color: #2d2d2d;
  border-radius: 5px;
  text-decoration: none;
  margin-right: 16px;
  padding-top: 4px;
}

.user-navigation__item span {
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: 0.4px;
  color: #a2a8b1;
  display: block;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.82;
}

.user-navigation__item:hover {
  text-decoration: none;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
  background-color: white;
  color: #3930d8;
  text-decoration: none;
}

.user-navigation__item:hover span {
  color: #a2a8b1;
}

.user-navigation__item:focus {
  text-decoration: none;
}

.user-navigation__item:last-child {
  margin-right: 0;
}

@media (max-width: 1160px) {
  .user-navigation__item {
    min-width: 95px;
  }
}

.user-navigation__item--active {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
  background-color: white;
  color: #3930d8;
  text-decoration: none;
}

.user-navigation__item--active span {
  color: #a2a8b1;
}

.user-navigation__item--inactive {
  cursor: not-allowed;
  color: #a2a8b1 !important;
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-decoration: none !important;
}

@media (max-width: 768px) {
  .user-navigation__item--upvoted {
    display: none;
  }
}

@media (max-width: 1160px) {
  .user-navigation__item--followers {
    display: none;
  }
}

@media (max-width: 1160px) {
  .user-navigation__item--following {
    display: none;
  }
}

.user-content {
  margin-top: 20px;
  position: relative;
}

.user-content__filter {
  position: relative;
  margin-top: 16px;
  margin-left: auto;
}

.user__list-item {
  padding: 5px;
}

.user__list-item-follow {
  position: absolute;
  right: 5px;
}

.user__list-item-headline {
  margin-top: 16px;
  height: 40px;
  overflow: hidden;
}

.user__list-item-vignette {
  width: calc(50% - 2px);
  margin-right: 4px;
}

.user__list-item-vignette:last-child {
  margin-right: 0;
}

.user__list-item-vignette .placeholder {
  background-color: #f6f9fc;
  border: 1px solid white;
}

.user-preview__avatar {
  margin: 0 0 0 10px;
  line-height: 1;
  position: relative;
}

.user-preview__avatar--several .avatar {
  border: 2px solid white;
}

.user-preview__avatar--several .avatar__wrapper:not(:first-child) {
  margin-left: -20px;
}

.user-preview__title {
  text-align: left;
}

.user-preview__subtitle {
  text-align: left;
  margin: 0;
  padding: 0;
  color: #a2a8b1;
  line-height: 18px;
  line-height: 1.8rem;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
}

.showcase {
  min-height: 2000px;
}

.category__banner {
  margin-bottom: 30px;
}

.showcase__sidebar {
  margin-top: 49px;
}

.showcase__sidebar-users-list-items {
  padding: 0;
  margin: 10px 0 0;
}

.showcase__sidebar-users-list-item {
  list-style: none;
  display: inline-block;
  margin: 0 8px 0 0;
  position: relative;
}

.showcase__sidebar-users-list-item:last-child {
  margin: 0;
}

.showcase__sidebar-users-list-item-avatar {
  border-radius: 50%;
  position: absolute;
  width: 24px;
  z-index: 2;
  right: 0;
  border: 1px solid #fff;
  top: 6px;
}

.showcase__sidebar--collection {
  margin-top: 30px;
}

.showcase__sidebar-block {
  padding: 15px 0;
  margin: 0 0 30px;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.showcase__sidebar-block .banner-title {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  margin: 0 0 20px;
  opacity: 0.8;
}

.showcase__sidebar-block .banner-subtitle {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 8px 0 15px;
  line-height: 1.5;
}

.showcase__sidebar-block .post-vignette {
  width: 50%;
  margin: 0 0 5px;
}

.showcase__sidebar-block .post-vignette:nth-child(3),
.showcase__sidebar-block .post-vignette:last-child {
  margin: 0;
}

.showcase__sidebar-block .subscribe-form__email {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.43;
  border-radius: 5px;
  background-color: #f6f9fc;
  color: #a2a8b1;
  border: none;
  display: block;
  width: 100%;
  outline: none;
  padding: 10px 16px;
}

.showcase__sidebar-block .emoji {
  position: absolute;
  font-size: 120px;
  bottom: -60px;
  z-index: 0;
  opacity: 1;
  right: -20px;
}

.showcase__sidebar-block .icon {
  position: absolute;
  font-size: 94px;
  top: 0;
  z-index: 0;
  opacity: 0.12;
  right: 20px;
  color: #fff;
}

.showcase__sidebar-block-wrapper {
  background-color: #FFF;
  padding: 5px;
  border-radius: 5px;
  margin: 0 0 30px;
}

.showcase__sidebar-block-wrapper .showcase__sidebar-block {
  margin: 0;
}

.showcase__sidebar-title {
  font-family: 'Roboto';
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  color: #2d2d2d;
  margin: 0;
}

.showcase__sidebar-title .highlight {
  background: #fa4a4d;
  color: white;
  font-weight: 500;
  padding: 0 2px;
}

.showcase__sidebar-title .icon i {
  font-size: 17px;
  color: #a2a8b1;
}

.showcase__sidebar-subtitle {
  font-family: 'Roboto';
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  line-height: 32px;
  margin-bottom: 10px;
}

.showcase__sidebar-subtitle .emoji-big {
  font-size: 32px;
  margin-right: 10px;
  position: relative;
  top: 6px;
}

.showcase__sidebar-title--left {
  float: left;
  text-align: left;
}

.showcase__sidebar-header-link {
  float: right;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 30px;
  line-height: 3rem;
  margin-left: 10px;
  letter-spacing: 0.4px;
}

.showcase__sidebar-header-link.showcase__sidebar-header-link--upcase {
  text-transform: uppercase;
  font-size: 11px;
  font-size: 1.1rem;
}

.showcase__sidebar-block--branding,
.showcase__sidebar-block--dark-branding,
.showcase__sidebar-block--light-branding {
  color: rgba(255, 255, 255, .8);
}

.showcase__sidebar-block--branding h3,
.showcase__sidebar-block--dark-branding h3,
.showcase__sidebar-block--light-branding h3 {
  color: rgba(255, 255, 255, .6);
}

.showcase__sidebar-block--accent {
  color: #fff;
  background: #3930d8;
}

.showcase__sidebar-block--digest {
  background-image: url(/packs/sidebar_line-776e64c5e5ecb1ac9fc59681ccaa8aab.svg);
  background-repeat: repeat-x;
  background-position: top;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.body--just-subscribed .showcase__sidebar-block--digest {
  -webkit-animation: hide-block 1s forwards ease 2s;
          animation: hide-block 1s forwards ease 2s;
}

.showcase__sidebar-block--facebook {
  background: #405499;
}

.showcase__sidebar-block--dribbble {
  background: #ea4c89;
}

.showcase__sidebar-block--connect h2 {
  font-family: 'Roboto';
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  margin: 10px 0 20px;
  color: #ffffff;
}

.showcase__sidebar-block--connect h3 {
  font-family: 'Roboto';
  opacity: 0.54;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.54;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  text-align: left;
  color: #ffffff;
}

.showcase__sidebar-block-header {
  padding: 0 15px;
}

.showcase__sidebar-block-header-link {
  float: right;
  color: rgba(76, 87, 102, .5);
  display: block;
  font-size: 11px;
  margin-top: 15px;
  line-height: 12px;
  text-transform: uppercase;
}

.showcase__sidebar-block-header-link:hover,
.showcase__sidebar-block-header-link:focus {
  text-transform: uppercase;
  text-decoration: underline;
}

.showcase__sidebar-block-footer-link {
  text-align: center;
  color: rgba(76, 87, 102, .5);
  display: block;
  font-size: 11px;
  margin-top: 15px;
  text-transform: uppercase;
}

.showcase__sidebar-block-footer-link:hover,
.showcase__sidebar-block-footer-link:focus {
  text-transform: uppercase;
  text-decoration: underline;
}

.showcase__sidebar-active-challenge {
  padding: 10px 0 20px;
}

.showcase__sidebar-active-challenge h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: #434c5a;
}

.showcase__sidebar-active-challenge p {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: normal;
  color: #4c5766;
  padding: 10px 0;
}

.showcase__sidebar-block-milestone {
  padding-top: 115px;
  position: relative;
}

.showcase__sidebar-block-milestone-emoji {
  font-size: 120px;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 110px;
  top: 25px;
  position: absolute;
}

.showcase__sidebar-block-milestone-stat {
  font-size: 52px;
  font-weight: bold;
  color: #fff83a;
  display: block;
  text-align: center;
  font-stretch: condensed;
  line-height: 56px;
  text-shadow: 0 2px 15px rgba(0, 0, 0, .1);
}

.showcase__sidebar-block-milestone-unit {
  text-transform: uppercase;
  opacity: 0.9;
  color: #fff;
  font-family: Roboto;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  display: block;
  letter-spacing: 0.5px;
  text-align: center;
}

.showcase-settings__modal .modal-content {
  width: 665px;
}

.showcase__sidebar-block-desc {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #a2a8b1;
}

.showcase__sidebar-ad {
  margin-top: 16px;
  padding: 0 15px;
}

.share-bubble {
  width: 68px;
  height: 68px;
  padding: 8px;
  border: 1px solid #d4dce6;
  font-size: 35px;
  font-size: 3.5rem;
  border-radius: 50%;
}

.text-facebook,
.text-facebook:hover {
  color: #405499;
}

.text-facebook-invert,
.text-facebook-invert:hover,
.text-facebook-invert:focus,
.text-facebook-invert:visited,
.text-facebook-invert:active {
  color: #f4f6f9;
}

.text-plus,
.text-plus:hover,
.text-plus:focus,
.text-plus:visited,
.text-plus:active {
  color: #d74838;
}

.text-twitter,
.text-twitter:hover,
.text-twitter:focus,
.text-twitter:visited,
.text-twitter:active {
  color: #55acee;
}

.text-twitter-invert,
.text-twitter-invert:hover,
.text-twitter-invert:focus,
.text-twitter-invert:visited,
.text-twitter-invert:active {
  color: #f4f6f9;
}

.text-email-invert,
.text-email-invert:hover,
.text-email-invert:focus,
.text-email-invert:visited,
.text-email-invert:active {
  color: #f4f6f9;
}

.banner {
  padding: 15px;
  text-align: center;
}

.index-banner {
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  color: white;
  text-align: center;
}

.index-banner .content {
  padding: 40px 0;
}

.horizontal-banner {
  max-height: 150px;
  display: block;
  margin: 30px auto;
  border-radius: 3px;
}

.index-banner__link-wrapper {
  display: inline-block;
}

.index-banner--branding {
  background: linear-gradient(159deg, #3561bf -26%, #00a8cb 79%);
}

.index-banner--bottom {
  margin-top: 30px;
}

.index-banner--dark {
  background-color: #434c5b;
}

.index-banner__title {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 400;
  margin-bottom: 20px;
}

.index-banner__subtitle {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
  margin: 0 auto 20px;
}

.index-banner__subtitle a {
  border-bottom: 1px dashed #fff;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}

.index-banner__subtitle a:hover,
.index-banner__subtitle a:focus {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}

.index-banner__subtitle--large {
  font-size: 24px;
  font-size: 2.4rem;
}

.index-banner__link--secondary {
  background: transparent;
  -webkit-box-shadow: inset 0px 0px 0px 1px #fff !important;
          box-shadow: inset 0px 0px 0px 1px #fff !important;
  color: #fff;
  font-weight: 400;
}

.index-banner__link--secondary:hover {
  font-weight: 500;
  color: #2f26c9;
}

.index-banner__link {
  background: #3930d8;
  border-radius: 2px;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
  padding: 14px 42px 12px 42px;
  color: #fff;
}

.index-banner__link:hover {
  background: #2f26c9;
}

.midmarket-banner {
  margin-top: 20px;
  padding: 18px 25px 12px 25px;
  position: relative;
  color: white;
  border-radius: 2px;
}

@media (max-width: 480px) {
  .midmarket-banner {
    padding: 10px;
  }
}

.midmarket-banner__title {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
}

.midmarket-banner__subtitle {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 29px;
  line-height: 2.9rem;
  opacity: 0.6;
  margin: 0;
}

.midmarket-banner__link {
  position: absolute;
  right: 34px;
  top: 18px;
  display: inline-block;
  padding: 10px 21px 8px 21px;
  border-radius: 2px;
  color: white;
}

.midmarket-banner__link:hover,
.midmarket-banner__link:focus {
  color: white;
  text-decoration: none;
}

@media (max-width: 480px) {
  .midmarket-banner__link {
    font-size: 1.2rem;
    padding: 4px 12px 4px 12px;
    position: inherit;
    right: 0;
    top: 0;
  }
}

.top-banner {
  background: #2d2d2d;
  background: #3930d8;
  color: white;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  height: 40px;
  line-height: 20px;
  padding: 10px 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 100;
}

@media (max-width: 768px) {
  .top-banner {
    display: none;
  }
}

.top-banner i {
  color: white;
  opacity: 0.9;
}

.top-banner a:hover,
.top-banner a:active {
  text-transform: none;
  text-decoration: none;
}

.top-banner .chevron {
  line-height: 16px;
  line-height: 1.6rem;
  vertical-align: bottom;
  height: 16px;
  height: 1.6rem;
}

.top-banner .close-icon {
  cursor: pointer;
  position: absolute;
  top: 9px;
  right: 5px;
}

.top-banner__link {
  color: white;
  text-decoration: none;
  opacity: 0.9;
}

.top-banner__link:hover,
.top-banner__link:active {
  color: white;
}

.top-banner__btn {
  color: #2d2d2d;
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 2px;
  background: white;
  padding: 0 10px;
  margin-left: 10px;
  height: 20px;
  display: inline-block;
  line-height: 20px;
}

.top-banner__btn:hover,
.top-banner__btn:active {
  color: #2d2d2d;
}

.body--banner {
  padding-top: 170px;
}

@media (max-width: 768px) {
  .body--banner {
    padding-top: 50px;
  }

  .body--banner #header__wrapper {
    top: 0;
  }
}

.promotion-banner {
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#b8cbb8), color-stop(0%, #b8cbb8), color-stop(0%, #b465da), color-stop(33%, #cf6cc9), color-stop(66%, #ee609c), to(#ee609c));
  background-image: linear-gradient(to right, #b8cbb8 0%, #b8cbb8 0%, #b465da 0%, #cf6cc9 33%, #ee609c 66%, #ee609c 100%);
  color: #fff;
  padding: 10px 0;
  line-height: 1.5;
  font-size: 16px;
}

.promotion-banner a,
.promotion-banner a:hover {
  margin-left: 15px;
  background: #fff;
  color: #333;
  border-color: #fff;
}

@media (max-width: 992px) {
  .promotion-banner {
    display: none;
  }
}

.sales__list-items {
  background: #fff;
  padding: 15px;
}

.sales__info {
  background: #fff;
  padding: 15px;
}

.sales__info h2 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 18px;
}

.sales__info i {
  position: relative;
  top: 2px;
}

.landing--sell .landing__header {
  background-image: url(/packs/sell_header-2393c68efa32256e452cd2ce3656b3be.jpg);
}

.landing--sell .landing__headline-item {
  width: 19%;
  max-width: 235px;
}

@media (max-width: 768px) {
  .landing--sell .landing__headline-item {
    display: block;
    width: 100%;
    max-width: inherit;
    margin-top: 15px;
  }

  .landing--sell .landing__headline-item .top-seller {
    width: 200px;
    margin: 0 auto;
  }
}

.landing--sell .landing__footer {
  background-image: url(/packs/sell_footer_bg-4dbae72b2ec5e428e92895c91ccc9e62.svg);
  background-repeat: repeat-x;
  background-position: center;
  margin-top: 88px;
}

.landing--sell .landing__footer-copy {
  color: rgba(255, 255, 255, .54);
}

.landing--sell .landing__footer-link {
  color: rgba(255, 255, 255, .54);
}

.landing--sell .landing__headline-title {
  position: relative;
  bottom: 10px;
}

@media (max-width: 768px) {
  .landing--sell .landing__headline-title {
    text-align: center;
  }
}

.landing--sell .landing__card-body {
  min-height: 80px;
}

.landing--sell .landing__text-content a {
  text-decoration: none;
  margin: 0 8px;
}

.download__list-item {
  background: #fff;
  list-style: none;
  position: relative;
}

.download__list-item h2 {
  font-size: 13px;
  line-height: 1;
  margin-top: 10px;
  font-weight: 500;
}

.download__list-item p {
  line-height: 1.5;
  font-size: 13px;
  color: #969696;
  text-transform: capitalize;
}

.download__list-item p a {
  margin: 0;
  color: #8b8b8b;
  text-transform: uppercase;
}

.download__list-item .download__premium-label {
  margin-top: 5px;
}

.download__list-item .download__premium-label span {
  padding: 4px 8px;
  background: #3930d8;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
  border-radius: 3px;
}

.download__list-item .download__actions {
  margin-top: 10px;
}

.download__list-item .download__actions a {
  font-size: 13px;
  margin-right: 15px;
  font-weight: 400;
}

.download__close-link {
  position: absolute;
  right: 10px;
  display: block;
  top: 10px;
}

.download__close-link i {
  color: #969696;
  height: 32px;
  width: 32px;
  font-size: 20px;
}

.download__teaser-wrapper {
  padding-left: 0;
  border-right: 1px rgba(76, 87, 102, .1);
}

.purchase-modal__body {
  max-width: 420px;
  margin: 0 auto;
}

.purchase-modal__input-wrap {
  margin-top: 25px;
}

.download-popup .btn {
  padding: 20px;
}

.download-popup .btn span {
  font-size: 17.8px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.1px;
  color: #ffffff;
}

.download-popup .btn small {
  display: block;
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: 0.5px;
  text-align: center;
  color: #ffffff;
}

.landing h1 {
  line-height: 64px;
  line-height: 6.4rem;
}

@media (max-width: 768px) {
  .landing h1 {
    font-size: 3.6rem;
    line-height: normal;
  }
}

.landing h2 {
  line-height: 56px;
  line-height: 5.6rem;
}

@media (max-width: 1160px) {
  .landing h2 {
    font-size: 3.6rem;
  }
}

@media (max-width: 768px) {
  .landing h2 {
    font-size: 3rem;
    line-height: normal;
  }
}

.landing__header {
  position: relative;
  background-size: contain;
  color: #ffffff;
  height: 540px;
}

@media (max-width: 1160px) {
  .landing__header {
    max-height: 360px;
  }
}

.landing__header-inner {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.landing__title {
  text-align: center;
}

.landing__subtitle {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  margin-top: 11px;
}

.landing__header-book {
  text-align: center;
  margin: 30px auto;
  max-width: 900px;
}

.landing__headline {
  text-align: center;
  background: white;
  min-height: 120px;
  position: relative;
}

.landing__headline-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .landing__headline-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-width: 30%;
    padding: 20px;
    position: inherit;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
}

.landing__headline-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (max-width: 768px) {
  .landing__headline-item {
    min-width: 25%;
  }
}

.landing__headline-title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: normal;
  font-weight: 500;
  text-align: left;
}

.landing__headline-img {
  width: 80px;
  height: 80px;
}

.landing__card {
  color: #2d2d2d;
  border-radius: 5px;
  border-top: 5px solid #fff;
  max-width: 360px;
  display: block;
  float: left;
  padding: 35px 38px 44px 38px;
  margin-right: 40px;
  width: 31%;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
  background-color: white;
}

.landing__card:last-child {
  margin-right: 0;
}

@media (max-width: 1160px) {
  .landing__card {
    width: auto;
    margin: 30px auto 0 auto;
    max-width: 480px;
    float: none;
  }

  .landing__card:last-child {
    margin-right: auto;
  }
}

.landing__card-img {
  vertical-align: top;
  width: 48px;
  height: 48px;
}

.landing__card-img.landing__card-img--several {
  height: 36px;
  width: 36px;
  margin-left: 24px;
}

.landing__card-img.landing__card-img--several:first-child {
  margin-left: 0;
}

.landing__card--yellow {
  border-color: #f9ac30;
}

.landing__card--blue {
  border-color: #3930d8;
}

.landing__card--green {
  border-color: #11b719;
}

.landing__card--red {
  border-color: #fa4a4d;
}

.landing__card-preview {
  width: 60px;
  height: 60px;
}

.landing__card-emoji {
  font-size: 48px;
}

.landing__card-title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.42;
  text-align: left;
  margin-top: 24px !important;
}

.landing__card-content {
  display: inline-block;
  margin-left: 28px;
}

.landing__card-content .landing__card-title {
  margin-top: 0 !important;
  line-height: 18px;
  line-height: 1.8rem;
}

.landing__card-content .landing__card-body {
  margin-top: 4px;
}

.landing__card-subtitle {
  font-size: 13px;
  line-height: 1.54;
  color: rgba(76, 87, 102, .5);
}

.landing__card-body {
  font-size: 16px;
  line-height: 1.65;
  margin-top: 12px;
}

.landing__card-action {
  margin-top: 32px;
}

.landing__content-block {
  max-width: 1160px;
  margin: 86px auto 0 auto;
}

.landing__content-block-title {
  text-align: center;
  margin-top: 96px;
}

@media (max-width: 1160px) {
  .landing__content-block-title {
    margin-top: 50px;
  }
}

.landing__content-block-cards {
  margin-top: 78px;
}

@media (max-width: 1160px) {
  .landing__content-block-cards {
    margin-top: 0;
  }
}

.landing__faq {
  margin-top: 46px;
}

@media (max-width: 1160px) {
  .landing__faq {
    margin-top: 0;
  }
}

.landing__faq-item {
  position: relative;
  height: 178px;
  margin-top: 35px;
}

@media (max-width: 1160px) {
  .landing__faq-item {
    width: 90%;
    margin: 40px auto 0 auto;
    height: auto;
  }
}

.landing__faq-item-description {
  margin-left: 84px;
  max-width: 460px;
}

.landing__faq-item-description h4 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.42;
}

.landing__faq-item-description p {
  margin-top: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.62;
}

@media (max-width: 1160px) {
  .landing__faq-item-description {
    max-width: none;
    max-width: initial;
  }
}

.landing__faq-item-icon {
  position: absolute;
  left: 0;
  top: -4px;
}

.landing__faq-item-icon img {
  width: 100px;
  height: 100px;
}

.landing__text-content {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.62;
  text-align: center;
  margin-top: 100px;
}

.landing__footer {
  background-color: #3930d8;
  background-size: contain;
  height: 350px;
  position: relative;
  color: rgba(255, 255, 255, .54);
}

@media (max-width: 1160px) {
  .landing__footer {
    margin-top: 50px;
  }
}

.landing__footer-title {
  line-height: 1.22;
  text-align: center;
  color: white;
}

.landing__footer-action {
  text-align: center;
  margin-top: 30px;
}

.landing__footer-action-desc {
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 36px;
}

.landing__footer-action-desc a {
  text-decoration: none;
  color: white;
}

.landing__footer-small {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.54;
  top: calc(100% - 36px);
  width: 100%;
  max-width: 1160px;
  padding: 0 20px;
}

@media (max-width: 768px) {
  .landing__footer-small {
    top: calc(100% - 55px);
  }
}

.landing__footer-copy {
  color: #a2a8b1;
  float: left;
}

@media (max-width: 768px) {
  .landing__footer-copy {
    float: none;
    text-align: center;
  }
}

.landing__footer-menu {
  float: right;
}

@media (max-width: 768px) {
  .landing__footer-menu {
    float: none;
    text-align: center;
  }
}

.landing__footer-menu a {
  color: #a2a8b1;
}

.landing__footer-menu-separator {
  margin: 0 5px;
}

.landing__websites {
  background: white;
  padding: 74px 0 20px 0;
}

@media (max-width: 768px) {
  .landing__websites {
    padding-top: 20px;
  }
}

.landing__websites-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 52px;
}

@media (max-width: 768px) {
  .landing__websites-inner {
    margin-top: 0;
  }
}

.landing__websites-item {
  width: calc(20% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .landing__websites-item {
    width: 50%;
  }
}

.landing__websites-img {
  width: 120px;
  height: 120px;
}

.landing__note {
  font-style: italic;
  line-height: 1.62;
  padding-left: 100px;
  padding-top: 30px;
  opacity: 0.8;
}

@media (max-width: 1160px) {
  .landing__note {
    padding-left: 97px;
  }
}

.landing__note i {
  font-size: 14px;
  opacity: 0.5;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

@media (max-width: 1160px) {
  .landing__note i {
    display: none;
  }
}

.menu__wrapper {
  background-color: #FFF;
  bottom: 0;
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2);
          box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2);
  display: block;
  height: auto;
  left: -200px;
  margin-top: 50px;
  overflow: visible;
  padding: 15px 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  width: 200px;
  z-index: 20;
}

.menu__wrapper.expanded {
  left: 0;
}

.menu__wrapper.collapsed {
  left: -200px;
}

@media (min-width: 1160px) {
  .menu__wrapper {
    display: none;
  }
}

.menu__items {
  border-bottom: 1px solid rgba(161, 168, 175, .2);
  margin: 0;
  padding: 0 0 10px;
}

.menu__items:last-child {
  border: none;
}

.menu__item {
  border-radius: 3px;
  list-style: none;
  margin: 0;
  padding: 0 0 0 30px;
}

.menu__item i {
  color: #6C7C83;
  float: left;
  font-size: 24px;
  height: 24px;
  line-height: 45px;
  margin-right: 30px;
  width: 24px;
}

.menu__item img {
  display: inline-block;
  height: 24px;
  margin-right: 28px;
  width: 24px;
}

.menu__item a {
  color: #6C7C83;
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 45px;
  text-decoration: none;
}

.menu__item:hover,
.menu__item:focus,
.menu__item.menu__item--active {
  background-color: #e4e8eb;
}

.menu__item.menu__item--active a,
.menu__item.menu__item--active i {
  color: #434c5b;
}

.menu__item.menu__item--active span {
  font-weight: 700;
}

.menu_heading {
  color: #6C7C83;
  font-size: 11px;
  padding-left: 30px;
  text-transform: uppercase;
}

.collections-header {
  text-align: center;
  margin-top: 65px;
}

.collections-header .description-big {
  margin-top: 8px;
}

.collections-header .btn {
  margin-top: 10px;
}

.collections-body {
  margin-top: 92px;
}

@media (max-width: 768px) {
  .collections-body {
    margin-top: 50px;
  }
}

.collection__list-item .btn {
  margin: 0 5px 0 0;
}

.collection__list-item .card__footer {
  padding: 10px;
}

.collection__list-item-posts {
  display: block;
  padding: 5px 0 0 5px;
}

.collection__list-item-preview {
  display: block;
  float: left;
  margin: 0 4px 4px 0;
  width: calc(50% - 4px);
}

.collection__list-item-preview--full {
  width: calc(100% - 5px);
}

.collection-dashboard__search {
  height: 40px;
  background-color: #f9fafb;
  border: 1px solid rgba(197, 207, 220, .6);
  display: block;
  margin: 20px;
  padding: 15px;
  width: calc(100% - 40px);
  border-radius: 4px;
}

.collection-dashboard__search::-webkit-input-placeholder {
  color: rgba(108, 124, 131, .6);
}

.collection-dashboard__search::-moz-placeholder {
  color: rgba(108, 124, 131, .6);
}

.collection-dashboard__search::-ms-input-placeholder {
  color: rgba(108, 124, 131, .6);
}

.collection-dashboard__search::placeholder {
  color: rgba(108, 124, 131, .6);
}

.collection-dashboard__list-items {
  margin: 20px 0 20px 20px;
  padding: 0;
  height: 275px;
  overflow-y: auto;
}

.collection-dashboard__list-items .spinner__wrapper {
  text-align: center;
  margin: 0 0 15px;
}

.collection-dashboard__list-item {
  display: block;
  margin: 0;
  padding: 10px 10px 10px 0;
  border-top: 1px solid rgba(197, 207, 220, .3);
  background-color: #FFF;
  position: relative;
}

.collection-dashboard__list-item:hover {
  text-decoration: none;
  background-color: #f9fafb;
}

.collection-dashboard__list-item:hover .collection-dashboard__list-item-status {
  display: none;
}

.collection-dashboard__list-item:hover .collection-dashboard__list-item-action {
  display: block;
}

.collection-dashboard__list-item a:hover,
.collection-dashboard__list-item a:focus {
  background-color: #3930d8;
  border-color: #3930d8;
}

.collection-dashboard__list-item--collected a {
  background-color: #3930d8;
  border-color: #3930d8;
}

.collection-dashboard__list-item-name {
  font-size: 16px;
  color: #434c5b;
  line-height: 60px;
  margin: 0 30px 0 90px;
}

.collection-dashboard__list-item--new a {
  color: #fff;
  font-weight: 300;
}

.collection-dashboard__list-item--new a i {
  color: #fff;
}

.collection-dashboard__list-item-action {
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
  margin: 10px 0;
}

.collection-dashboard__list-item-preview {
  left: 0;
  width: 80px;
  border-radius: 4px;
  overflow: hidden;
  height: 60px;
  position: absolute;
}

.collection-dashboard__list-item-status {
  color: #c5cfdc;
  position: absolute;
  right: 10px;
  background: #fff;
  top: 0;
}

.collection-dashboard__list-item-status i {
  margin-left: 5px;
  line-height: 80px;
  font-size: 24px;
}

.collection__heading {
  color: #434c5b;
  font-weight: 400;
}

.collection-text-muted,
a.collection-text-muted:hover {
  color: rgba(76, 87, 102, .5);
}

.collection__dashboard {
  padding-bottom: 80px;
  min-height: 500px;
  background-color: #FFF;
  position: relative;
}

.collection-dashboard__panel {
  position: absolute;
  width: 50%;
  height: 100%;
}

.collection-dashboard__panel h4 {
  font-size: 24px;
  color: #434c5b;
  font-weight: 300;
  padding: 20px;
  margin: 0;
}

.collection-dashboard__panel form {
  border-top: 1px solid rgba(197, 207, 220, .6);
  margin: 0 20px;
}

.collection-dashboard__panel footer {
  position: absolute;
  width: 100%;
  background: #fff;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 20px;
  height: 80px;
}

.collection-dashboard__panel footer .card__footer {
  min-height: auto;
  padding: 0;
}

.collection-dashboard__panel .close {
  display: block;
  text-align: center;
  position: absolute;
  right: 5px;
  top: 5px;
}

.collection-dashboard__panel .close i {
  font-size: 24px;
  line-height: 24px;
}

.collection-dashboard__panel--left {
  left: 0;
  background: #f2f4f8;
  padding: 20px;
}

.collection-dashboard__panel--left .center__image-wrapper {
  margin: 55px 10px;
  overflow: hidden;
  border-radius: 4px;
}

@media (max-width: 480px) {
  .collection-dashboard__panel--left {
    display: none;
  }
}

.collection-dashboard__panel--right {
  left: 50%;
  background: #fff;
}

.collection-dashboard__panel--right footer {
  -webkit-box-shadow: 0 -5px 5px -5px rgba(197, 207, 220, .5);
          box-shadow: 0 -5px 5px -5px rgba(197, 207, 220, .5);
}

.collection-dashboard__panel--right footer a,
.collection-dashboard__panel--right footer .btn {
  margin: 0;
}

@media (max-width: 480px) {
  .collection-dashboard__panel--right {
    left: auto;
    width: 100%;
  }
}

.collection-dashboard__list-footer i {
  font-size: 24px;
  line-height: 40px;
  color: #FFF;
}

.collection-dashboard__list-footer span {
  margin-right: 10px;
  border-radius: 50%;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  text-align: center;
  margin: 0;
  padding: 0;
}

.collection-dashboard__list-footer label {
  color: #434c5b;
  font-size: 16px;
  margin-left: 10px;
  font-weight: 400;
}

.collection-preview__wrap {
  position: relative;
}

.collection-modal {
  padding: 45px 60px 60px 45px;
}

.collection-modal h4 {
  text-align: center;
}

.collection-sidebar__user {
  margin-top: 26px;
}

.collection-sidebar__actions {
  margin-top: 30px;
}

.collection-sidebar__actions .btn {
  margin-bottom: 12px;
}

.collection-filter {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .collection-filter {
    padding-right: 15px;
  }
}

.upvote {
  display: block;
  z-index: 4;
  position: relative;
  margin-left: 10px;
}

.upvote .upvote-link {
  border-radius: 5px;
  position: absolute;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
  left: 0;
  background: #ECEFF5;
  font-size: 12px;
  font-weight: 900;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background 150ms ease, border 150ms ease;
  transition: background 150ms ease, border 150ms ease;
}

.upvote .upvote-link .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-animation: .3s forwards;
          animation: .3s forwards;
}

.upvote .upvote-link i,
.upvote .upvote-link .count,
.upvote .upvote-link .count-up {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.upvote .upvote-link i {
  margin-bottom: 2em;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition: top .3s;
  transition: top .3s;
  color: #4c5765;
  display: block;
}

.upvote .upvote-link .count {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  color: #4c5765;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.upvote .upvote-link .count-up {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  color: #fff;
}

.upvote .upvote-link:hover {
  background: #3930d8;
  border-color: #3930d8;
}

.upvote .upvote-link:hover i,
.upvote .upvote-link:hover .count,
.upvote .upvote-link:hover .count-up {
  color: #fff;
}

.upvote .upvote-link--upvoting {
  background: #3930d8;
  border-color: #3930d8;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.upvote .upvote-link--upvoting .count-up {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.upvote .upvote-link--upvoting .count {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.upvote .upvote-link--upvoting .bg {
  background: #3930d8;
}

.upvote .upvote-link--upvoting i {
  color: #fff;
}

.upvote--vertical {
  width: 56px;
  height: 40px;
}

.upvote--vertical .upvote-link {
  width: 56px;
  height: 40px;
}

.upvote--vertical .upvote-link i {
  font-size: 16px;
  line-height: 40px;
  left: 10px;
}

.upvote--vertical .upvote-link .count,
.upvote--vertical .upvote-link .count-up {
  left: 10px;
  line-height: 40px;
}

.upvote--horizontal {
  width: 56px;
  height: 30px;
}

.upvote--horizontal .upvote-link {
  width: 56px;
  height: 30px;
}

.upvote--horizontal .upvote-link i {
  font-size: 16px;
  line-height: 30px;
  left: 10px;
}

.upvote--horizontal .upvote-link .count,
.upvote--horizontal .upvote-link .count-up {
  left: 10px;
  line-height: 30px;
}

.filter__list-items {
  list-style: none;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  padding: 0;
}

@media (max-width: 480px) {
  .filter__list-items {
    display: none;
  }
}

.filter__list-item {
  float: left;
  padding: 4px 14px;
}

.filter__list-item a {
  font-size: 14px;
  font-weight: 400;
  color: #212121;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.filter__list-item a:hover,
.filter__list-item a:focus {
  opacity: 1;
  text-decoration: none;
}

.filter__list-item--active {
  background-color: #3930d8;
}

.filter__list-item--active a,
.filter__list-item--active a:hover,
.filter__list-item--active:focus {
  color: #fff;
}

.select-filter {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 21px;
  line-height: 2.1rem;
}

.select-filter button {
  font-weight: 500;
  line-height: 30px;
  line-height: 3rem;
  text-transform: capitalize;
  border: none;
  border-radius: 5px;
  background: white;
  position: relative;
  padding: 0 40px 0 10px;
}

.select-filter button::after {
  font-family: 'Material Icons';
  position: absolute;
  right: 8px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 10px;
  line-height: 1rem;
  top: 10px;
  content: '\E313';
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.select-filter.open button::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  z-index: 1010;
}

.select-filter .dropdown-menu {
  border-radius: 3px;
  background-color: white;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
  border: none;
  padding: 10px 15px 15px 15px;
  top: -2px;
  left: -60px;
}

.filter-list {
  margin-bottom: 20px;
}

.filter-list:last-child {
  margin-bottom: 0;
}

.filter-list .radio {
  display: block;
}

.filter-list label {
  font-weight: normal;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 25px;
  line-height: 2.5rem;
  text-transform: capitalize;
}

.filter-list span::before {
  font-size: 22px !important;
  font-size: 2.2rem !important;
  top: 5px !important;
}

.filter-list--checkboxes label {
  line-height: 18px;
  line-height: 1.8rem;
}

.filter-list--checkboxes span::before {
  margin-right: 5px !important;
}

.side-filter__category-title {
  padding: 0 10px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #434c5b;
  cursor: pointer;
}

.side-filter__wrapper {
  position: relative;
  display: block;
  max-height: 26px;
  max-height: 2.6rem;
  overflow: hidden;
  margin-bottom: 10px;
  -webkit-transition: max-height 200ms ease;
  transition: max-height 200ms ease;
}

.side-filter__wrapper::before {
  font-family: 'Material Icons';
  content: "\E316";
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: -1;
}

.side-filter__wrapper--open {
  max-height: 10000px;
}

.side-filter__wrapper--open::before {
  content: "\E313";
}

.side-filter__category-list {
  padding-left: 0;
  margin-top: 3px;
}

.side-filter__category-item {
  list-style: none;
  line-height: 30px;
  line-height: 3rem;
}

.side-filter__category-label {
  color: #a2a8b1;
  cursor: pointer;
  display: block;
  font-weight: normal;
  margin: 0;
  padding: 0 10px;
  position: relative;
}

.side-filter__category-label:hover {
  background-color: rgba(255, 255, 255, .5);
  border-radius: 4px;
  -webkit-transition: background 200ms ease;
  transition: background 200ms ease;
}

.side-filter__category-label--active {
  background-color: #fff;
  border-radius: 4px;
}

.side-filter__category-unfold-link {
  text-decoration: none;
  color: unset;
  margin-left: 10px;
  border-bottom: 1px dashed;
  font-size: 12px;
  font-size: 1.2rem;
}

.side-filter__category-unfold-link:hover,
.side-filter__category-unfold-link:focus {
  text-decoration: none;
  color: unset;
}

.side-filter__category-content {
  text-transform: capitalize;
}

.side-filter__category-content-text {
  width: 60%;
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  bottom: 2px;
}

.side-filter__category-content-text--nockeckbox {
  bottom: 0;
}

.side-filter__category-content-text--live {
  border-radius: 2px;
  line-height: 20px;
  padding: 5px 8px;
  font-size: 10px;
  font-size: 1rem;
  color: white;
  background: #f44336;
  text-transform: uppercase;
  display: inline;
  bottom: 8px;
}

.side-filter__count {
  background-color: white;
  color: black;
  font-weight: normal;
  position: absolute;
  right: 10px;
  top: 10px;
}

.side-filter__count--nockeckbox {
  right: 8px;
  top: 6px;
}

.navbar-search,
.search-results {
  display: none;
}

.body--search {
  padding-top: 100px;
}

.body--search #js-showcase-container {
  display: none;
}

.body--search .secondary-navbar,
.body--search .primary-navbar__list-items,
.body--search .hamburger,
.body--search .navbar-banner,
.body--search .menu__wrapper,
.body--search .fixed__navigation,
.body--search .secondary-nav,
.body--search #wrapper {
  display: none;
}

.body--search .navbar-search,
.body--search .search-results {
  display: block !important;
}

.body--search .header__logo-root-wrapper {
  display: none;
}

.body--search .header__logo-child-wrapper {
  display: none;
}

@media (min-width: 1160px) {
  .body--search .navbar-search .secondary-navbar {
    display: block !important;
  }
}

@media (max-width: 480px) {
  .search__results .posts-carousel {
    display: none;
  }
}

.search__results-sponsor {
  display: block;
}

.search__results-sponsor img {
  width: 145px;
}

.search__results-heading {
  float: left;
  margin-bottom: 5px;
}

.search__results-heading small {
  text-transform: none;
  margin-left: 5px;
  font-weight: 300;
}

@media (max-width: 480px) {
  .search__results-heading small {
    display: none;
  }
}

.search__results-timing {
  color: #434c5b;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  line-height: 3rem;
  width: 100px;
}

.search__downloads-top {
  margin: 10px 0;
  padding: 15px;
  border-radius: 4px;
}

.b-recent-searches {
  background: white;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .1);
  padding: 5px;
  position: absolute;
  top: 40px;
  border-radius: 0 0 2px 2px;
  width: 100%;
  z-index: 20;
}

.b-recent-searches__label {
  color: #718183;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 300;
  margin: 10px 10px 0;
}

.b-recent-searches__item {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 2px;
}

.b-recent-searches__item--hover {
  background: #f4f6f9;
}

.search-filter {
  display: inline-block;
  margin-right: 10px;
}

.search-filter select {
  font-size: 14px;
  font-size: 1.4rem;
}

.search-filter__facet {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  text-align: right;
  color: #202021;
  display: inline-block;
  position: relative;
  margin-right: 45px;
}

.search-filter__facet.search-filter__facet--tools,
.search-filter__facet.search-filter__facet--subcategory_name,
.search-filter__facet.search-filter__facet--category_name,
.search-filter__facet.search-filter__facet--subcategory_name,
.search-filter__facet.search-filter__facet--category_name {
  color: #3930d8;
}

.search-filter__facet i {
  font-size: 20px;
  font-size: 2rem;
  position: relative;
  top: 4px;
  left: 4px;
}

.search-filter__facet.search-filter__facet--boolean .material-checkbox {
  position: relative;
  top: 2px;
}

.search-filter__facet.search-filter__facet--special label {
  font-weight: 500;
}

.search-filter__facet.search-filter__facet--special .material-checkbox::before {
  color: #202021;
}

.search-filter__facet-list {
  background: white;
  position: absolute;
  padding: 22px 0 16px 0;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
  top: 24px;
  left: -21px;
  z-index: 50;
  cursor: default;
}

.search-filter__facet-item {
  line-height: 23px;
  line-height: 2.3rem;
  width: 100%;
  list-style: none;
  text-align: left;
  padding: 0 65px 0 18px;
  position: relative;
  cursor: pointer;
}

.search-filter__facet-item label {
  font-weight: normal;
  width: 100%;
}

.search-filter__facet-item .material-checkbox {
  position: relative;
  top: 2px;
}

.search-filter__facet-item:hover {
  background: rgba(204, 204, 204, 0.23137);
}

.search-filter__facet-item--active {
  background: rgba(204, 204, 204, 0.23137);
}

.search-filter__facet-item-content {
  white-space: nowrap;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71;
  text-align: left;
  color: #202021;
  cursor: pointer;
}

.search-filter__facet-radio {
  float: left;
  margin-right: 40px;
}

.search-filter__facet-radio-item {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: .7;
  display: inline-block;
  margin-right: 20px;
  text-transform: capitalize;
}

.search-filter__facet-radio-item label {
  margin: 0;
}

.search-filter__facet-radio-item span {
  position: relative;
  top: 2px;
}

.search-filter__count {
  position: absolute;
  right: 24px;
  top: 7px;
  border-radius: 10px;
  background-color: #f9f9f9;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  color: #a2a8b1;
  padding: 0 8px;
}

.search-filter__index {
  float: right;
  margin-right: 30px;
  position: relative;
  bottom: 8px;
}

.search-filter__index-item {
  display: inline-block;
  margin-left: 32px;
  text-transform: capitalize;
}

.search-filter__index-item span {
  position: relative;
  top: 2px;
}

.search__results-filter-tag {
  display: inline-block;
  padding: 5px 12px;
  margin-left: 10px;
  border-radius: 15px;
  border: solid 1px #a2a8b1;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  text-transform: capitalize;
  color: #a2a8b1;
  -webkit-transition: 200ms -webkit-transform ease;
  transition: 200ms -webkit-transform ease;
  transition: 200ms transform ease;
  transition: 200ms transform ease, 200ms -webkit-transform ease;
}

.search__results-filter-tag i {
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  top: 3px;
  left: 4px;
  line-height: 10px;
  line-height: 1rem;
  cursor: pointer;
}

.search__results-filter-tag:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  background: rgba(204, 204, 204, 0.23137);
}

.search__results-filter-tag--all {
  border: solid 1px #202021;
  color: #202021;
  cursor: pointer;
}

.search__results-filters-bar {
  padding: 0 15px 20px 15px;
}

.demo__body {
  overflow: hidden;
  padding: 0;
}

.demo__body #wrapper {
  min-height: 100%;
}

.hero {
  background-color: #363f45;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  color: #fefefe;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.hero h1 {
  line-height: 1.2;
  font-size: 35px;
  font-weight: 500;
  margin: 0;
}

.hero h2 {
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  margin: 15px 0 0;
  color: rgba(255, 255, 255, .8);
}

.hero p {
  font-weight: 400;
  font-size: 18px;
  margin-top: 10px;
  line-height: 1.5;
}

.hero p a {
  color: #fff;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
}

.hero p span {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
}

.hero small {
  font-size: 14px;
  margin-top: 15px;
  opacity: 0.9;
  display: block;
  font-weight: 500;
}

.hero small a {
  color: #fff;
}

.hero small a.underlined {
  margin-left: 5px;
  text-decoration: none;
  border-bottom: 1px dashed #fff;
}

.hero small a.underlined:hover {
  border: none;
}

@media (max-width: 1160px) {
  .hero {
    text-align: center;
  }

  .hero h1 {
    margin-top: 0;
    font-size: 20px;
  }

  .hero p {
    display: none;
  }
}

.hero--footer {
  background: #fff;
}

.hero__shadow {
  padding: 30px 0;
  background-image: linear-gradient(-225deg, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, .4) 50%);
  background-color: rgba(0, 0, 0, .4);
}

.hero__banner {
  background-color: #fbfbfc;
  border-bottom: 1px solid rgba(76, 87, 102, .1);
  color: #757575;
}

.hero__banner .center {
  margin: 0 auto;
  line-height: 54px;
  font-size: 13px;
}

.hero__banner-user {
  margin: 5px 0;
}

.hero__banner-user .avatar__wrapper {
  margin-right: 10px;
}

.hero__banner-user a {
  line-height: 44px;
  font-size: 14px;
  color: rgba(0, 0, 0, .87);
  font-weight: 700;
}

.integration__logo {
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  min-height: 100px;
}

.integration__logo--youtube-video {
  background-image: url(/packs/youtube-87c0631cd622a37975866d2b2e29437a.png);
}

.integration__logo--dribbble_shot,
integration__logo--dribbble_project {
  background-image: url(/packs/dribbble-83361d0cf50c8042f124206b904346d5.png);
}

.integration__logo--github_repo {
  background-image: url(/packs/github-1754095cabadf327d4f29da990ba208e.png);
}

.integration__logo--google_play_app,
.integration__logo--google_play_app_icon {
  background-image: url(/packs/google-play-e72b1a3f5829754c67268e108f165103.png);
}

.integration__logo--behance_project,
.integration__logo--codepen_pen {
  background-image: url(/packs/codepen-4b3c9eec25f44dfc701561fa87d8b73a.png);
}

.integration__logo--vimeo_video {
  background-image: url(/packs/vimeo-81a07892f8786053c63449d76a6624a1.png);
}

.integration__logo--youtube_video,
.integration__logo--youtube_playlist {
  background-image: url(/packs/youtube-87c0631cd622a37975866d2b2e29437a.png);
}

.integration__logo--facebook_video {
  background-image: url(/packs/facebook-3f12ab91bcd94a7a843ce5e1194d2f72.png);
}

.integration__logo--google_plus_post {
  background-image: url(/packs/google-plus-75a214a27d92b1a086f1cfbf06aec079.png);
}

.integration__logo--slideshare_slideshow {
  background-image: url(/packs/slideshare-1ecd03f47f940965917b85f070e7fb5f.png);
}

.integration__logo--medium_story {
  background-image: url(/packs/medium-57ea29cf83cf72f81c8ce693838d00bd.png);
}

.integration__logo--speakerdeck_presentation {
  background-image: url(/packs/speakerdeck-f48c182026e19961c2ef624023587746.png);
}

.integration__logo--framerjs_prototype,
.integration__logo--framer_cloud_prototype,
.integration__logo--framerjs_example {
  background-image: url(/packs/framerjs-d6aefb30c92e20200563ef1f918ba676.png);
}

.integration__logo--marvel_prototype {
  background-image: url(/packs/marvel-7607222a7c93268ee51aff7eb663be17.png);
}

.integration__logo--deviantart_deviation {
  background-image: url(/packs/deviantart-c5a1be0487062a81955328515d615ad8.png);
}

.integration__logo--pixate_prototype {
  background-image: url(/packs/pixate-e8e40d149098d8263ff1e95e880caee3.png);
}

.integration__logo--invision_project {
  background-image: url(/packs/invision-e79a94cfecd2c7bec029ffc74bd2f49d.png);
}

.integration__logo--proto_io_prototype {
  background-image: url(/packs/proto_io-e3e23c47403fc8d82118b9a3c298578d.png);
}

.integration__logo--twitter_tweet {
  background-image: url(/packs/twitter-97803b82ab7f76dc42d778f5ca1caa8b.png);
}

.integration__logo--imgur_album,
.integration__logo--imgur_image {
  background-image: url(/packs/imgur-9fd9aa5532859c75f5f12c360f242ecc.png);
}

.integration__logo--ios_app_icon,
.integration__logo--mac_app,
.integration__logo--mac_app_icon,
.integration__logo--apple_watch_app,
.integration__logo--apple_watch_app_icon,
.integration__logo--apple_tv_app_icon,
.integration__logo--apple_tv_app_icon,
.integration__logo--ios_app {
  background-image: url(/packs/appstore-2b3a12e627f15592ec4ed97d2d3e7aeb.png);
}

.integration__logo--instagram_media {
  background-image: url(/packs/instagram-f91dc0cf7034c9a78c6ffbe21899be78.png);
}

.integration__logo--sketchfab_model {
  background-image: url(/packs/sketchfab-79162fd66ec8a8646c16c3a86a02a804.png);
}

.integration__logo--tumblr_post {
  background-image: url(/packs/tumblr-53e1f8070735cb893f4d5bca4d753107.png);
}

.integration__logo--udacity_course {
  background-image: url(/packs/udacity-58e798c6148e7c61b907bd311015d128.png);
}

.integration__logo--pinterest_pin {
  background-image: url(/packs/pinterest-f3f23a9b1e8e835bfffd226113b244e3.png);
}

.integration__logo--giphy_gif {
  background-image: url(/packs/giphy-0532cccd70f6046d4bf1d09bbfaba333.png);
}

.prompt {
  margin: 0 auto;
  color: #fff;
  position: fixed;
  height: 134px;
  bottom: 0;
  padding: 0;
  left: 0;
  width: 100%;
  z-index: 1990;
  -webkit-box-shadow: 0 -2px 4px 0 rgba(50, 50, 93, .1);
          box-shadow: 0 -2px 4px 0 rgba(50, 50, 93, .1);
  font-size: 18px;
  line-height: 24px;
}

.prompt small {
  font-size: 14px;
}

.prompt strong {
  font-size: 22px;
}

.prompt .btn {
  margin: 10px auto;
}

.prompt-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: white;
  border-radius: 4px;
  padding: 10px;
  cursor: pointer;
}

.prompt-close i {
  color: #333;
  display: block;
}

.prompt-left {
  padding: 30px;
}

.prompt-left img {
  margin-bottom: 20px;
}

.prompt-left span {
  font-size: 13px;
  line-height: 110%;
  font-weight: 500;
  display: block;
  text-align: left;
  color: #FFFFFF;
  opacity: 0.7;
}

.prompt-middle {
  position: relative;
}

.prompt-middle p {
  font-weight: bold;
  font-size: 24px;
  line-height: 130%;
  padding: 24px 0 0;
}

.prompt-middle p strong {
  color: #fed304;
}

.prompt-middle p small {
  display: block;
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 5px;
}

.prompt-right {
  padding-top: 30px;
}

.prompt-right .btn {
  height: 50px;
}

.prompt-samples {
  position: absolute;
  top: 0;
  height: 134px;
  margin: 0;
}

.prompt-samples--left {
  left: 0;
}

.prompt-samples--right {
  right: 0;
}

.card {
  border: 1px solid rgba(76, 87, 102, .1);
  border-radius: 5px;
  margin: 0 0 30px;
  display: block;
  position: relative;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  background: #fff;
}

@media (max-width: 1160px) {
  .card {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .card:hover {
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
            box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
  }
}

.card-wrapper {
  margin: 0 0 30px;
}

.card--no-margin {
  margin: 0;
}

.card--no-hover:hover {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
}

.card--preview {
  margin: 0;
}

.card__title {
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  line-height: 1;
  line-height: 1.3;
  font-weight: 500;
  color: #2d2d2d;
}

.card__title span {
  float: left;
}

.card__title:hover {
  color: #2d2d2d;
  text-decoration: none;
}

.card__footer {
  position: relative;
  height: 52px;
  padding: 10px;
}

.card__footer .card__title {
  text-align: center;
  font-weight: 500;
  display: block;
  font-size: 14px;
  height: 19px;
  line-height: 130%;
  color: #2D2D2D;
}

.card__footer p {
  margin: 0;
  padding: 0;
  color: rgba(76, 87, 102, .65);
  line-height: 20px;
  font-size: 12px;
  font-weight: 400;
}

.card__footer p a {
  text-transform: capitalize;
  color: rgba(76, 87, 102, .65);
}

.card__footer p a:hover {
  text-decoration: none;
}

.card__footer-tools {
  display: inline-block;
  margin-right: 3px;
}

.card__footer-tools a {
  padding: 3px;
  float: left;
  height: 17px;
}

.card__footer-tools a img {
  width: 15px;
  height: 15px;
  border-radius: 2px;
  display: block;
}

.card__footer-price {
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}

.card__footer-price--premium {
  color: #3930d8;
}

.card__footer-price--free {
  color: #11b719;
}

.card__footer-price--paid {
  color: #899096;
}

.card__footer-link {
  color: rgba(0, 0, 0, .87);
  font-weight: 500;
}

.card__body {
  position: relative;
  min-height: 150px;
  width: 100%;
  max-height: 600px;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  cursor: pointer;
}

.card__medal {
  position: absolute;
  z-index: 5;
  left: 15px;
}

.card-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 200px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.card-horizontal.card-horizontal--image-first {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 768px) {
  .card-horizontal {
    margin-bottom: 100px;
  }
}

.card-horizontal__content {
  width: calc(50% - 20px);
}

@media (max-width: 768px) {
  .card-horizontal__content {
    width: 100%;
  }
}

.card-horizontal__content--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card-horizontal__content--text h4 {
  margin-bottom: 10px;
}

.card-horizontal__content--text p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  line-height: 2.6rem;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .card-horizontal__content--text {
    padding-top: 20px;
  }
}

.card-horizontal__content--image {
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
  padding: 5px;
}

.card-horizontal__content--image img {
  width: 100%;
}

.wide-card {
  max-width: 1700px;
  padding: 30px 0;
  margin: 0 auto;
}

.wide-card h4 {
  float: left;
}

@media (max-width: 768px) {
  .wide-card h4 {
    float: none;
    text-align: center;
  }
}

.wide-card .wide-card__headline {
  float: right;
}

@media (max-width: 768px) {
  .wide-card .wide-card__headline {
    float: none;
    text-align: center;
  }
}

.wide-card__body {
  margin-top: 5px;
}

.wide-card__user {
  margin-top: 24px;
}

.wide-card__btn {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .wide-card__btn {
    display: block;
  }
}

.wide-card__headline-item {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 44px;
  line-height: 4.4rem;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #a2a8b1;
  margin-left: 26px;
}

.wide-card__headline-item i {
  font-size: 16px;
  font-size: 1.6rem;
  margin-right: 4px;
  position: relative;
  top: 3px;
}

@media (max-width: 768px) {
  .wide-card__carousel {
    margin-top: 30px;
  }
}

.alert-message {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 24px 9px;
  min-height: 48px;
  background-color: #323232;
  color: #fff;
  -webkit-transition: all .218s ease-in-out;
  transition: all .218s ease-in-out;
  bottom: -150px;
}

@media (min-width: 1160px) {
  .alert-message {
    right: auto;
    left: 30px;
    min-width: 288px;
    max-width: 568px;
    opacity: 0;
    border-radius: 2px;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}

.alert-message .alert-message__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.alert-message .alert-message__close {
  display: inline-block;
  margin-left: 24px;
  cursor: pointer;
}

.alert-message .alert-message__close:hover {
  opacity: .87;
}

.alert-message .alert-message__close .material-icons {
  font-size: 20px;
}

.alert-message.alert-message--open {
  bottom: 0;
  z-index: 1000001;
  opacity: 1;
}

.alert-message--bottom {
  bottom: -48px;
  left: 20px;
}

.fonts {
  margin-top: 16px;
}

@media (max-width: 1160px) {
  .fonts {
    display: none;
  }
}

.font {
  background-color: #f6f9fc;
  margin: 10px 0 0 0;
  text-align: center;
  padding: 10px 0 16px;
  border-radius: 2px;
}

.font p {
  font-size: 56px;
  font-size: 5.6rem;
  line-height: 64px;
  line-height: 6.4rem;
  margin-bottom: 2px;
}

.font small {
  font-weight: 500;
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  line-height: 15px;
  color: #333;
}

.font__name {
  opacity: 0.5;
}

.header-search__container {
  float: left;
}

@media (max-width: 1160px) {
  .header-search__container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
}

.header-search__wrapper {
  display: block;
  margin: 0 auto;
  height: 40px;
  width: 300px;
}

.header-search__wrapper i,
.header-search__wrapper .header-search__back-btn {
  color: #3930d8;
}

@media (max-width: 1160px) {
  .header-search__wrapper {
    padding-left: 0;
    position: absolute;
    width: 100%;
    max-width: 100%;
    display: none;
    margin: 0;
    padding: 0;
  }

  .header-search__wrapper i,
  .header-search__wrapper .header-search__back-btn {
    color: #333;
  }

  .header-search__wrapper.header-search__wrapper--visible {
    display: block;
    width: 100%;
    max-width: 100%;
    z-index: 10;
  }

  .header-search__wrapper.header-search__wrapper--visible .header-search__input::-webkit-input-placeholder {
    opacity: 0;
  }

  .header-search__wrapper.header-search__wrapper--visible .header-search__input::-moz-placeholder {
    opacity: 0;
  }

  .header-search__wrapper.header-search__wrapper--visible .header-search__input::-ms-input-placeholder {
    opacity: 0;
  }

  .header-search__wrapper.header-search__wrapper--visible .header-search__input::placeholder {
    opacity: 0;
  }

  .header-search__wrapper select {
    display: none;
  }
}

.search__icon {
  color: #a2a9b0;
  font-size: 20px;
  left: 10px;
  line-height: 40px;
  top: 0;
  position: absolute;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
}

@media (max-width: 1160px) {
  .search__icon {
    display: none;
  }
}

.header-search__close-link {
  background: #F8F9FA;
  border-radius: 30px;
  cursor: pointer;
  height: 30px;
  position: absolute;
  right: 15px;
  top: 7px;
  width: 30px;
}

.header-search__close-link i {
  font-size: 18px !important;
  font-size: 1.8rem !important;
  height: 30px;
  line-height: 30px;
  opacity: 0.5;
  text-align: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  width: 30px;
}

.header-search__close-link:hover i {
  opacity: 1;
}

@media (min-width: 1160px) {
  .header-search__close-link {
    display: none;
  }

  .header-search__close-link--desktop-visible {
    display: block;
  }
}

.header-search__input-wrapper {
  height: 40px;
  border-radius: 20px;
  overflow: hidden;
  cursor: text;
  white-space: nowrap;
  background: #F4F6F9;
  padding-left: 40px;
  border: 1px solid rgba(76, 87, 102, .1);
}

.header-search__input-wrapper i {
  color: #A2A8B1;
}

@media (max-width: 1160px) {
  .header-search__input-wrapper {
    padding-left: 10px;
  }
}

.header-search__wrapper--focus .header-search__input-wrapper {
  color: #212121 !important;
}

.header-search__wrapper--focus .header-search__input::-webkit-input-placeholder {
  text-align: center;
  color: #212121 !important;
}

.header-search__wrapper--focus .header-search__input::-moz-placeholder {
  text-align: center;
  color: #212121 !important;
}

.header-search__wrapper--focus .header-search__input::-ms-input-placeholder {
  text-align: center;
  color: #212121 !important;
}

.header-search__wrapper--focus .header-search__input::placeholder {
  text-align: center;
  color: #212121 !important;
}

.header-search__wrapper--focus .header-search__input {
  color: #A2A8B1;
}

.header-search__wrapper--focus .header-search__input::-webkit-input-placeholder {
  color: #E3E3E3;
  font-weight: 300;
  text-align: left;
}

.header-search__wrapper--focus .header-search__input::-moz-placeholder {
  color: #E3E3E3;
  font-weight: 300;
  text-align: left;
}

.header-search__wrapper--focus .header-search__input::-ms-input-placeholder {
  color: #E3E3E3;
  font-weight: 300;
  text-align: left;
}

.header-search__wrapper--focus .header-search__input::placeholder {
  color: #E3E3E3;
  font-weight: 300;
  text-align: left;
}

.header-search {
  position: relative;
}

@media (max-width: 1160px) {
  .header-search {
    max-width: 100%;
  }
}

.header-search__wrapper--visible {
  width: 340px;
}

.header-search__wrapper--visible .header-search {
  margin-left: 100px;
}

@media (max-width: 1160px) {
  .header-search__wrapper--visible .header-search {
    margin-left: 55px;
    width: calc(100% - 55px);
  }
}

.header-search__back-btn {
  display: block;
  float: left;
  font-size: 18px;
  line-height: 40px;
  height: 40px;
  color: rgba(0, 0, 0, .4);
  background: none;
  border: 0;
  position: relative;
  cursor: pointer;
  outline: none;
  padding: 0 20px;
  margin-left: 15px;
}

.header-search__back-btn i {
  position: absolute;
  line-height: 40px;
  font-size: 20px;
  left: 0;
  top: 0;
}

@media (max-width: 1160px) {
  .header-search__back-btn i {
    font-size: 3rem;
    top: 2px;
  }
}

.header-search__back-btn:after {
  content: 'Back';
  font-weight: 400;
  margin-left: 5px;
}

@media (max-width: 1160px) {
  .header-search__back-btn:after {
    display: none;
  }
}

.header-search__input {
  background: transparent;
  border: 0;
  cursor: text;
  outline: none;
  padding: 0;
  width: calc(100% - 5px);
  line-height: 1;
}

.header-search__input::-webkit-input-placeholder {
  color: #a2a8b1;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1px;
  line-height: 32px;
}

.header-search__input::-moz-placeholder {
  color: #a2a8b1;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1px;
  line-height: 32px;
}

.header-search__input::-ms-input-placeholder {
  color: #a2a8b1;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1px;
  line-height: 32px;
}

.header-search__input::placeholder {
  color: #a2a8b1;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1px;
  line-height: 32px;
}

.header-search__input {
  color: #ebebeb;
  font-size: 13px;
  font-weight: 400;
  line-height: 40px;
}

.premium-landing .premium-landing__section-title {
  color: #000;
  font-family: 'Roboto', sans-serif;
  padding: 30px 0 0 0;
  font-weight: 500;
  font-size: 38px;
  line-height: 45px;
}

.premium-landing h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.42;
}

.premium-landing p {
  font-size: 18px;
  line-height: 1.63;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 0, 0, .7);
  padding: 10px 0;
  min-height: 55px;
}

.premium-landing strong {
  color: #3930d8;
  font-weight: bold;
}

.premium-landing small {
  color: #13ae18;
  font-weight: 500;
}

.premium-landing .hero-content {
  position: relative;
  background-color: #FFF;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.premium-landing .hero-bg {
  position: absolute;
  width: 100%;
}

@media (max-width: 1160px) {
  .premium-landing .hero-bg {
    display: none;
  }
}

.premium-landing .hero-content-inner {
  max-width: 500px;
  padding: 60px 0 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}

@media (max-width: 1160px) {
  .premium-landing .hero-content-inner {
    padding: 50px 30px;
  }

  .premium-landing .hero-content-inner .btn {
    display: none;
  }
}

.premium-landing .hero-content-inner h1 {
  font-size: 64px;
  line-height: 60px;
  text-align: center;
  font-weight: bold;
  color: #2b2b2b;
}

.premium-landing .hero-content-inner p {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  margin: 25px 0 26px;
  padding: 0 50px;
  color: #000;
}

.premium-landing .hero-content-inner a {
  width: 180px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}

.premium-landing__new-downloads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.premium-landing__new-downloads p {
  text-align: center;
}

.premium-landing__new-downloads h2 {
  text-align: center;
}

.premium-landing__new-downloads .premium-landing__new-downloads__action-call {
  padding: 0px 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 45px;
  background: #E9E8FA;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.premium-landing__new-downloads .premium-landing__new-downloads__action-call:hover {
  text-decoration: none;
}

.premium-faq {
  margin-top: 50px;
}

.premium-faq h3 {
  padding: 10px 0;
}

.premium-faq p {
  padding-bottom: 40px;
}

.premium-faq i {
  color: #989ea8;
  width: 64px;
  height: 64px;
  padding: 15px 0;
  display: block;
  text-align: center;
  font-size: 64px;
}

@media (max-width: 1160px) {
  .premium-faq h3,
  .premium-faq p {
    text-align: center;
  }

  .premium-faq i {
    display: none;
  }
}

.premium-benefits {
  padding: 40px;
  min-height: 280px;
}

.premium-benefits h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.42;
  color: #3b4350;
}

.premium-benefits i {
  font-size: 48px;
  display: block;
  margin-bottom: 10px;
}

@media (max-width: 1160px) {
  .premium-benefits h4,
  .premium-benefits p {
    text-align: center;
  }

  .premium-benefits i {
    display: none;
  }
}

.premium-brands img {
  margin: 30px 0 90px;
}

.premium-plans {
  margin-top: 60px;
  margin-bottom: 70px;
  height: 100%;
  padding: 0px 10%;
}

.premium-plan {
  background-color: #fff;
  padding: 60px 20px 50px;
  margin: 30px auto;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  border: 0;
  -webkit-box-shadow: 0px 10px 20px rgba(168, 174, 182, .18);
          box-shadow: 0px 10px 20px rgba(168, 174, 182, .18);
}

@media (max-width: 800px) {
  .premium-plan {
    margin-bottom: 30px;
  }
}

.premium-plan h3 {
  margin-top: 10px;
  font-weight: bold;
  font-size: 34px;
  line-height: 40px;
  height: 40px;
  text-transform: uppercase;
}

.premium-plan h3 .frequency {
  font-size: 14px;
  vertical-align: bottom;
  color: rgba(0, 0, 0, .7);
  text-transform: lowercase;
  font-weight: 400;
  line-height: 30px;
}

.premium-plan .emoji {
  font-size: 48px;
  display: block;
}

.premium-plan p {
  padding: 10px 0 0 0;
  margin: 0;
  width: 100%;
  text-align: center;
  color: #434C5A;
  opacity: 0.6;
  left: 0;
  font-size: 14px;
  line-height: 16px;
}

.premium-plan ul {
  margin-top: 50px;
  margin-bottom: 20px;
  padding-left: 0px;
}

@media (max-width: 1350px) {
  .premium-plan ul {
    padding-left: 5%;
  }
}

@media (max-width: 800px) {
  .premium-plan ul {
    padding-left: 10%;
    margin-top: 10px;
  }
}

.premium-plan ul li {
  font-size: 14px;
  line-height: 2;
}

.premium-plan ul li strong {
  color: #FFF50E;
  font-weight: 500;
}

.premium-plan ul li i {
  margin-right: 1px;
}

@media (max-width: 800px) {
  .premium-plan ul li {
    font-size: 14px;
  }
}

.premium-plan .btn {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  padding: 12px 45px;
}

.premium-plan .btn--gray {
  background: #F5F5F5;
  border: 1px solid #F5F5F5;
}

.premium-plan:hover {
  -webkit-box-shadow: 0px 20px 50px rgba(6, 2, 46, .38);
          box-shadow: 0px 20px 50px rgba(6, 2, 46, .38);
}

.premium-plan .original-price {
  opacity: 0.7;
  text-decoration: line-through;
}

.premium-plan--highlighted {
  margin-top: 0;
  padding: 90px 20px 35px;
  background-color: #3930d8;
  border: 0;
  color: #fff;
  position: relative;
  -webkit-box-shadow: 0px 5px 20px rgba(6, 2, 46, .38);
          box-shadow: 0px 5px 20px rgba(6, 2, 46, .38);
}

.premium-plan--highlighted .discounted-price {
  color: #fff50f;
}

.premium-plan--highlighted .premium-plan__line {
  margin-top: 12px;
  border-bottom: 0.5px solid rgba(255, 255, 255, .3);
  width: calc(100% + 40px);
}

@media (max-width: 1100px) {
  .premium-plan--highlighted .premium-plan__line {
    display: none;
  }
}

.premium-plan--highlighted ul {
  margin-top: 38px;
}

.premium-plan--highlighted .best-value {
  position: absolute;
  top: 0px;
  color: #3930d8;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  padding-top: 12px;
  background: url(/packs/value2-a42c72e5afb17f163f0c2ebd285288a1.png) 0 0 repeat;
  background: url(/packs/value2-a42c72e5afb17f163f0c2ebd285288a1.png) 0 0 repeat;
  line-height: 28px;
  width: 120px;
  height: 56px;
  background-size: cover;
}

.premium-plan--highlighted p {
  color: #fff;
}

.premium-plan--highlighted .btn {
  background-color: #FFF50E;
  margin-top: 15px;
  color: #3930d8;
}

.premium-plan--highlighted h3 .frequency {
  color: #fff;
}

.premium-plan--highlighted .premium-plan__discount {
  color: #FFF50E;
  font-weight: bold;
  margin-top: 15px;
}

.premium-features {
  margin: 40px 0 30px;
}

.premium-features li {
  list-style: none;
  text-align: left;
  line-height: 2;
}

.premium-features li i {
  color: #21ae2e;
  position: relative;
  top: 6px;
}

.premium-features li.text-muted,
.premium-features li.text-email {
  opacity: 0.6;
}

.premium-features li.text-muted i,
.premium-features li.text-email i {
  color: grey;
}

.premium__enterprise {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.premium__enterprise p {
  text-align: center;
  line-height: 30px;
}

.premium__enterprise .premium__enterprise__benefits-list {
  width: 90%;
  margin-top: 65px;
}

.premium__enterprise .premium__enterprise__benefits-list .premium__enterprise__benefits-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 0 25px 25px;
}

.premium__enterprise .premium__enterprise__benefits-list .premium__enterprise__benefits-list__item i {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  font-size: 27px;
  background-color: #EFEEFC;
  color: #3930d8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.premium__enterprise .premium__enterprise__benefits-list .premium__enterprise__benefits-list__item i:first-of-type {
  color: #02BF65;
  background-color: transparent;
  position: absolute;
  width: auto;
  height: auto;
  top: -1px;
  font-size: 21px;
}

.premium__enterprise .premium__enterprise__benefits-list .premium__enterprise__benefits-list__item strong {
  font-weight: 500;
  font-size: 20px;
  margin-left: 25px;
  text-transform: capitalize;
  line-height: 30px;
  color: #000;
}

.premium__enterprise a {
  margin-top: 45px;
  margin-bottom: 54px;
  padding: 12px 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.premium__enterprise a strong {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}

.premium-landing__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(/packs/footer-8f8531b9eb02228e0ebd3f3d51224024.png);
  background-image: url(/packs/footer-8f8531b9eb02228e0ebd3f3d51224024.png);
  background-size: cover;
  height: 365px;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
}

.premium-landing__footer h2 {
  color: #fff;
  font-weight: 500;
  font-size: 38px;
  line-height: 45px;
  margin-top: 60px;
}

.premium-landing__footer .landing__footer-action {
  margin-top: 30px;
  font-weight: 500;
  padding: 12px 35px;
  font-size: 16px;
  line-height: 19px;
  background: #fff;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.premium-landing__footer .landing__footer-action:hover {
  background: #3930d8;
  color: #fff;
  text-decoration: none;
}

.premium-landing__footer nav {
  margin-top: 50px;
}

.premium-landing__footer nav a {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  text-decoration: none;
}

.premium-landing__footer span {
  margin: 50px 10px 0 10px;
}

.premium-downloads-header {
  background: #3930d8 -webkit-gradient(linear, left bottom, left top, from(#2a22b3), to(#3930d8)) no-repeat 0 0;
  background: #3930d8 linear-gradient(to top, #2a22b3 0%, #3930d8 100%) no-repeat 0 0;
  padding: 40px 0;
}

.premium-downloads-header h1 {
  font-size: 34px;
  font-weight: 500;
  text-align: center;
  line-height: 50px;
}

.premium-downloads-header h1 a {
  text-decoration: none;
  color: white;
}

.premium-downloads-header h1 span {
  color: #faf012;
}

.premium-downloads-header h3 {
  color: white;
  font-size: 24px;
  line-height: 28px;
  margin: 10px 0;
  display: block;
  text-align: center;
}

.premium-downloads-header .posts-group__header-heading-date {
  float: none;
}

.premium-downloads-header .note {
  text-align: center;
  color: white;
  line-height: 1.5;
  display: block;
  font-size: 18px;
}

.premium-downloads-header .tools-nativation-items {
  text-align: center;
  margin: 20px auto 30px;
}

.premium-downloads-header .tools-nativation-items li {
  display: inline;
  float: none;
}

.premium-category {
  margin: 30px 0 70px;
}

.premium-category-header h2 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 40px;
}

.premium-category-header p {
  color: rgba(0, 0, 0, .5);
  font-size: 16px;
  line-height: 1.5;
}

.store-search-results .card__footer .card__title {
  color: #fff;
}

.store-search-results strong {
  color: white;
  text-align: center;
  display: block;
  font-weight: normal;
}

.plan__discount--coupon {
  color: #fff;
  line-height: 20px;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  margin: 10px 0;
  display: inline-block;
  text-transform: uppercase;
  background-color: #fa4a4d;
  text-transform: uppercase;
}

@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

.post-placeholder-inner {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
          animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  background: #f4f6f9;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #f4f6f9), color-stop(18%, #DEE3E5), color-stop(33%, #f4f6f9));
  background: linear-gradient(to right, #f4f6f9 8%, #DEE3E5 18%, #f4f6f9 33%);
  background-size: 900px 4px;
  height: 40px;
  position: relative;
  overflow: hidden;
}

.post-placeholder-inner .post-preview__image-container {
  cursor: default !important;
}

.post-placeholder-inner.post-placeholder-inner--large-header {
  height: 55px;
}

.post-placeholder-inner.post-placeholder-inner--large-label {
  height: 25px;
  margin-top: 20px;
}

.post-placeholder-inner.post-placeholder-inner--large-bottom-pic {
  height: 32px;
  margin-top: 50px;
}

.post-placeholder-inner.post-placeholder-inner--large-bottom {
  height: 32px;
  margin-top: 20px;
}

.post-placeholder-mask {
  background: #fff;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.post-placeholder-mask.post-placeholder-mask--header-top,
.post-placeholder-mask.post-placeholder-mask--header-bottom,
.post-placeholder-mask.post-placeholder-mask--subheader-bottom {
  top: 0;
  left: 40px;
  right: 0;
  height: 5px;
  margin-right: 30px;
}

.post-placeholder-mask.post-placeholder-mask--header-avatar {
  border: 10px solid #fff;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  top: -10px;
  left: -10px;
  background: transparent;
}

.post-placeholder-mask.post-placeholder-mask--header-left,
.post-placeholder-mask.post-placeholder-mask--subheader-left,
.post-placeholder-mask.post-placeholder-mask--header-right,
.post-placeholder-mask.post-placeholder-mask--subheader-right {
  top: 5px;
  left: 40px;
  height: 15px;
  width: 10px;
}

.post-placeholder-mask.post-placeholder-mask--header-bottom {
  top: 20px;
  height: 5px;
}

.post-placeholder-mask.post-placeholder-mask--subheader-left,
.post-placeholder-mask.post-placeholder-mask--subheader-right {
  top: 24px;
  height: 11px;
}

.post-placeholder-mask.post-placeholder-mask--header-right,
.post-placeholder-mask.post-placeholder-mask--subheader-right {
  width: auto;
  left: 300px;
  margin-right: 30px;
  right: 0;
}

.post-placeholder-mask.post-placeholder-mask--header-right {
  left: 65%;
  height: 20px;
}

.post-placeholder-mask.post-placeholder-mask--subheader-right {
  left: 75%;
}

.post-placeholder-mask.post-placeholder-mask--subheader-bottom {
  top: 35px;
  height: 5px;
}

.post-placeholder-mask.post-placeholder-mask--large-header-avatar {
  background: transparent;
  border: 15px solid #fff;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  top: -12px;
  left: -12px;
}

.post-placeholder-mask.post-placeholder-mask--large-header-top-line {
  margin-left: 60px;
  width: calc(100% - 60px);
  height: 5px;
}

.post-placeholder-mask.post-placeholder-mask--large-header-left-column {
  margin-left: 55px;
  width: 20px;
  height: 55px;
}

.post-placeholder-mask.post-placeholder-mask--large-header-sub-line {
  margin-left: 60px;
  width: calc(100% - 60px);
  height: 10px;
  top: 25px;
}

.post-placeholder-mask.post-placeholder-mask--large-header-bottom-line {
  margin-left: 60px;
  width: calc(100% - 60px);
  height: 10px;
  top: 45px;
}

.post-placeholder-mask.post-placeholder-mask--large-header-right-line {
  margin-left: 330px;
  width: calc(100% - 330px);
  height: 20px;
  top: 5px;
}

.post-placeholder-mask.post-placeholder-mask--large-header-right-subline {
  margin-left: 290px;
  width: calc(100% - 290px);
  height: 10px;
  top: 35px;
}

.post-placeholder-mask.post-placeholder-mask--large-label-mid {
  margin-left: 70px;
  width: 10px;
  height: 25px;
}

.post-placeholder-mask.post-placeholder-mask--large-label-right {
  margin-left: 140px;
  width: calc(100% - 160px);
  height: 25px;
}

.post-placeholder-mask.post-placeholder-mask--large-bottom-pic-avatar {
  background: transparent;
  border: 7px solid #fff;
  border-radius: 50%;
  height: 46px;
  width: 46px;
  top: -7px;
  left: -7px;
}

.post-placeholder-mask.post-placeholder-mask--large-bottom-pic-left {
  margin-left: 32px;
  width: 10px;
  height: 32px;
}

.post-placeholder-mask.post-placeholder-mask--large-bottom-pic-top-line {
  margin-left: 32px;
  width: calc(100% - 65px);
  height: 12px;
}

.post-placeholder-mask.post-placeholder-mask--large-bottom-pic-bottom-line {
  margin-left: 32px;
  width: calc(100% - 32px);
  height: 12px;
  top: 20px;
}

.post-placeholder-mask.post-placeholder-mask--large-bottom-pic-right {
  margin-left: 310px;
  width: calc(100% - 340px);
  height: 32px;
}

.post-placeholder-mask.post-placeholder-mask--large-bottom-block {
  margin-left: 55px;
  width: calc(100% - 100px);
  height: 32px;
}

.post-placeholder-border {
  height: 1px;
  background-color: rgba(76, 87, 102, .1);
}

.post-placeholder-border.post-placeholder-border--top {
  margin-top: 10px;
}

.post-placeholder-border.post-placeholder-border--bottom {
  margin-top: 12px;
}

.header-text__wrapper {
  background: #3930d8 -webkit-gradient(linear, left bottom, left top, from(#2a22b3), to(#3556ea)) no-repeat 0 0;
  background: #3930d8 linear-gradient(to top, #2a22b3 0%, #3556ea 100%) no-repeat 0 0;
  padding: 15px 0;
  position: relative;
}

@media (max-width: 1160px) {
  .header-text__wrapper {
    display: none;
  }
}

.header-text__inner {
  margin: 0 auto;
  width: 1700px;
  max-width: 90%;
  padding: 32px 0 48px;
  position: relative;
}

@media (max-width: 480px) {
  .header-text__inner {
    display: none;
  }
}

.header-text__title {
  font-size: 48px;
  margin-top: 0;
  color: #fff;
  text-align: center;
  font-weight: normal;
  line-height: 1;
}

.header-text__subtitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 10px;
  text-align: center;
  color: rgba(255, 255, 255, .8);
  max-width: 50%;
  margin: 15px auto;
}

.header-text__profile {
  background: #fff;
  padding: 30px;
  border-radius: 3px;
  margin: 50px 0 20px;
}

.header-text__profile img {
  display: block;
  border: 2px solid #fff;
  margin: 0 auto;
}

.header-text__profile p {
  color: #263238;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  line-height: 2;
}

.header-text__profile i {
  display: block;
  text-align: center;
  background: #fff;
  color: #263238;
  margin: 0 auto;
  height: 80px;
  font-size: 80px;
  border-radius: 50%;
  width: 80px;
}

.header-text__profile a {
  margin: 0;
}

.header-text__profile-inner {
  margin-top: -70px;
}

.header-text__link {
  background-color: #fff;
  border-radius: 5px;
  border: none;
  color: #3930d8;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 5px 40px;
  right: 0;
  text-transform: uppercase;
  margin-top: 20px;
}

.header-text__link:hover,
.header-text__link:focus {
  opacity: 0.9;
  text-transform: uppercase;
  background-color: #fff;
  color: #3930d8;
}

@media (max-width: 1160px) {
  .header-text__link {
    display: none;
  }
}

.homepage__header {
  height: 340px;
  background-size: cover;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1160px) {
  .homepage__header {
    display: none;
  }
}

.homepage__header .homepage__header__inner {
  width: 90%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 52px 0 52px 0;
}

@media (max-width: 1700px) {
  .homepage__header .homepage__header__inner {
    width: 95%;
  }
}

.homepage__header h1 {
  font-weight: 800;
  font-size: 48px;
  line-height: 120%;
}

.homepage__header h2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
}

.homepage__header h2 strong {
  font-weight: 500;
}

.homepage__header a {
  background-color: #3930d8;
  color: #fff;
}

.homepage__header .header-text__link {
  margin-top: 0;
}

.homepage__header--1 {
  background-image: url(/packs/new-banner-background1--transparent--large-19d05f3a583126491f0e48be5070133e.png);
  background-color: #3930d8;
}

@media (max-width: 1700px) {
  .homepage__header--1 {
    background-image: url(/packs/new-banner-background1--transparent-67dc6e1ca450b36960729bf3d8fabefe.png);
  }
}

.homepage__header--1 .homepage__header__inner {
  color: #fff;
}

.homepage__header--1 .homepage__header__inner h2 {
  width: 875px;
  text-align: center;
}

.homepage__header--1 .homepage__header__inner a {
  background-color: #fff;
  color: #3930d8;
}

.homepage__header--2 {
  background-image: url(/packs/new-banner-background2--large-dced411d0594eafab9be84237a30df56.png);
  color: #333F57;
}

@media (max-width: 1700px) {
  .homepage__header--2 {
    background-image: url(/packs/new-banner-background2-0b453dc20e8f8f45bf2cdf020625742c.png);
  }
}

.homepage__header--2 strong {
  color: #3930d8;
}

.homepage__header--2 h2 {
  width: 779px;
  text-align: center;
}

.homepage__header--3 {
  background-image: url(/packs/new-banner-background3--large-e31893d3796f28d18481d1bc4b3c4ad7.png);
}

@media (max-width: 1700px) {
  .homepage__header--3 {
    background-image: url(/packs/new-banner-background3-aba59537e9d6abd159b11e9c76819063.png);
  }
}

.homepage__header--3 .homepage__header__inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 38px 0 38px 0;
  color: #333F57;
}

.homepage__header--3 .homepage__header__inner h1,
.homepage__header--3 .homepage__header__inner h2 {
  width: 604px;
  text-align: left;
}

.homepage__header--4 {
  background-image: url(/packs/new-banner-background4--large-10497920bbb3c052c4d32388d16f4a56.png);
}

@media (max-width: 1700px) {
  .homepage__header--4 {
    background-image: url(/packs/new-banner-background4-9d94d5d69437e8d76731c4ba93c44a21.png);
  }
}

.homepage__header--4 .homepage__header__inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 38px 0 38px 0;
  color: #fff;
}

.homepage__header--4 .homepage__header__inner h1,
.homepage__header--4 .homepage__header__inner h2 {
  width: 604px;
  text-align: left;
}

.homepage__header--4 .homepage__header__inner a {
  background-color: #fff;
  color: #3930d8;
}

.thanks__avatar {
  text-align: center;
  margin: 15px auto;
}

.thanks__avatar img {
  display: inline-block;
  width: 72px;
  height: 72px;
  border: 2px solid #fff;
  margin-right: 10px;
}

.thanks__share-link {
  display: block;
  color: white;
  text-transform: uppercase;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.thanks__share-link:focus,
.thanks__share-link:hover {
  text-transform: uppercase;
}

.upload-dropzone {
  width: 100%;
  border-radius: 5px;
  position: relative;
  background: white !important;
  border: 0 !important;
}

.upload-dropzone__upload-file {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0 0 5px 20px;
  line-height: 21px;
  line-height: 2.1rem;
  color: #2d2d2d;
}

.upload-dropzone__upload-file i.material-icons {
  position: relative;
  top: 6px;
  left: 6px;
  color: #a2a8b1;
}

.upload-dropzone__upload-file .progress-bar {
  background-color: #11b719;
}

.upload-dropzone__label {
  position: absolute;
  left: calc(50% - 105px);
  top: calc(50% - 25px);
  font-size: 18px;
  font-size: 1.8rem;
}

.uploader__img-preview-wrap {
  margin-top: 10px;
}

.uploader__img-preview {
  background: #f2f4f6;
  border-radius: 2px;
  display: inline-block;
  overflow: hidden;
  margin: 5px 5px 0 0;
  width: 75px;
  height: 58px;
  border: 3px solid transparent;
  position: relative;
  cursor: ew-resize;
  overflow: visible;
}

.uploader__img-preview img {
  opacity: 0.5;
}

.uploader__img-preview:hover img {
  opacity: 1;
}

.uploader__img-remove {
  position: absolute;
  right: -10px;
  top: -10px;
  background: #fa4a4d;
  height: 16px;
  width: 16px;
  border-radius: 8px;
  z-index: 10;
  cursor: pointer;
}

.uploader__img-preview--locked .uploader__img-preview {
  cursor: default;
}

.uploader__img-progress {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100% !important;
  z-index: 5;
  background-color: #11b719;
}

.challenges__page .landing__header {
  background: #3930d8;
}

@media (max-width: 1160px) {
  .challenges__page .challenges__page-head-static {
    margin: 0 auto;
    max-width: 90%;
  }
}

.challenges__page .landing__subtitle {
  line-height: 1.62;
}

.challenges__page .landing__card {
  max-width: 400px;
}

.challenges__page .landing__card-body {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.69;
  margin-top: 21px;
}

.challenges__page .sidebar {
  padding: 0;
}

.challenges__page .page-body {
  padding: 0;
}

@media (max-width: 1160px) {
  .challenges__page .page-body {
    padding: 0 15px;
  }
}

.challenges__page--regular .landing__header {
  height: 340px;
}

.challenges__page--regular .challenges__page-head {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.challenges__page--active .landing__header {
  padding: 80px 0;
  height: auto;
  max-height: none;
}

.challenges__page--active .challenges__page-head {
  max-width: 1160px;
  margin: 0 auto;
}

.challenges__page--active .challenges__page-head-static {
  width: auto;
}

@media (max-width: 1160px) {
  .challenges__page--active .challenges__page-head-static {
    position: relative;
    -webkit-transform: none;
            transform: none;
  }
}

@media (min-width: 1160px) {
  .challenges__page--active .landing__title,
  .challenges__page--active .landing__subtitle,
  .challenges__page--active .challenges__header-mentors {
    text-align: left;
  }
}

.challenges__page--active .landing__card {
  float: right;
}

@media (max-width: 1160px) {
  .challenges__page--active .landing__card {
    float: none;
    margin: 0 auto;
  }
}

.challenges__header-mentors {
  padding: 0;
  margin: 8px 0 0 0;
  text-align: center;
  opacity: 0.4;
}

.challenges__header-mentors li {
  font-size: 13px;
  line-height: 1.54;
  display: inline-block;
  margin-right: 27px;
}

.challenge__cards {
  margin-top: 15px;
}

.challenge__checklist {
  padding-left: 25px;
}

.challenge__checklist li {
  list-style: none;
}

.challenge__checklist li::before {
  content: 'check_circle';
  font-family: 'Material Icons';
  color: #0F9D58;
  vertical-align: bottom;
  margin-right: 7px;
}

.challenge-page--vote {
  margin-top: 80px;
}

.challenge-page__tagline,
.challenge-page__instructions {
  margin-top: 10px;
}

.challenge-page__vote-section {
  margin-top: 76px;
}

.challenge-page__vote-section h4 {
  margin-bottom: 22px;
}

.landing--premium-challenge .landing__footer {
  background-image: url(/packs/footer_pattern-538f5aa225719595ca4aa9b314d8c619.svg);
  background-repeat: repeat-x;
  background-position: center;
  margin: 0;
}

.landing--premium-challenge .landing__footer-copy {
  color: rgba(255, 255, 255, .54);
}

.landing--premium-challenge .landing__footer-link {
  color: rgba(255, 255, 255, .54);
}

.premium-challenges__body {
  padding-top: 100px;
}

.challenge-media {
  border-radius: 4px;
  width: 24px;
  height: 24px;
}

.challenge-media--large {
  width: 80px;
  height: 80px;
  padding: 10px;
  border: 1px solid rgba(76, 87, 102, .1);
  background-color: #FFF;
  margin-bottom: 20px;
}

.challenge-media--medium {
  width: 60px;
  height: 60px;
  padding: 5px;
  border: 1px solid rgba(76, 87, 102, .1);
  background-color: #FFF;
  margin-bottom: 20px;
}

.leaderboard {
  max-width: 960px;
  min-width: 320px;
  margin: 0 auto;
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  .leaderboard {
    padding-bottom: 0;
  }
}

.leaderboard h1 {
  font-family: 'Roboto Condensed', 'Roboto', sans-serif;
  font-size: 56px;
  font-size: 5.6rem;
  line-height: 64px;
  line-height: 6.4rem;
}

.leaderboard h2 {
  font-family: 'Roboto Condensed', 'Roboto', sans-serif;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 56px;
  line-height: 5.6rem;
}

@media (max-width: 1160px) {
  .leaderboard h2 {
    font-size: 3.6rem;
    font-size: 3rem;
    line-height: normal;
  }
}

.leaderboard .up-paginate__per-page {
  background: none;
  border: none;
  margin-left: 12px;
  width: 50px;
}

.leaderboard-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 540px;
  background: #3930d8;
}

.leaderboard__header {
  color: white;
  padding-top: 82px;
  position: relative;
}

@media (max-width: 1160px) {
  .leaderboard__header {
    padding-top: 40px;
  }
}

.leaderboard__title {
  text-align: center;
}

@media (min-width: 1160px) {
  .leaderboard__title {
    position: absolute;
    top: 60px;
    left: 40px;
    max-width: 330px;
    text-align: left;
  }
}

.leaderboard__description {
  max-width: 540px;
  min-height: 104px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.65;
  margin-left: 420px;
}

@media (max-width: 1160px) {
  .leaderboard__description {
    max-width: 90%;
    min-height: inherit;
    margin: 0 auto;
    text-align: center;
  }
}

.leaderboard__body {
  margin-top: 70px;
  position: relative;
}

@media (max-width: 768px) {
  .leaderboard__body {
    margin-top: 30px;
  }
}

.leaderboard__nav {
  margin-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 768px) {
  .leaderboard__nav {
    margin: 40px 0 0 0;
    text-align: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.leaderboard__nav-item {
  padding-bottom: 22px;
  margin-right: 58px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.0;
  color: rgba(255, 255, 255, .54);
  border-bottom: 3px solid transparent;
  display: inline-block;
}

.leaderboard__nav-item:hover {
  color: white;
  text-decoration: none;
  border-color: rgba(255, 255, 255, .54);
}

.leaderboard__nav-item.leaderboard__nav-item--active {
  color: white;
  border-bottom: 3px solid white;
}

@media (max-width: 768px) {
  .leaderboard__nav-item {
    margin: 0 auto;
    max-width: 90%;
  }
}

.leaderboard__users {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
  background-color: white;
  border-radius: 5px;
  padding: 0 40px;
}

@media (max-width: 768px) {
  .leaderboard__users {
    padding: 0 10px;
  }
}

.leaderboard__table {
  border-collapse: collapse;
  width: 100%;
}

.leaderboard__table>thead>tr>th {
  text-transform: uppercase;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.82;
  letter-spacing: 0.4px;
  color: #a2a8b1;
  padding-top: 6px;
}

.leaderboard__table>tbody>tr>td {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 59px;
  line-height: 5.9rem;
}

.leaderboard tr {
  border-bottom: 1px solid #f8f8f8;
}

.leaderboard__table-col-blank {
  width: 4.5%;
}

.leaderboard__table-col-user {
  padding-left: 40px;
  width: 300px;
}

@media (max-width: 768px) {
  .leaderboard__table-col-user {
    padding-left: 10px;
    line-height: normal !important;
  }
}

.leaderboard__table-col-rank--hd {
  width: 3%;
}

.leaderboard__table-col-rank {
  text-align: center;
}

.leaderboard__table-col-medal-title {
  width: 6.2%;
}

@media (max-width: 768px) {
  .leaderboard__table-col-medal-title {
    display: none !important;
  }
}

.leaderboard__table-col-medal {
  width: 8%;
  text-align: center;
  overflow: hidden;
}

.leaderboard__table-col-medal svg {
  position: relative;
  top: -6px;
}

.leaderboard__table-col-medal--gold {
  color: #dd8d19;
}

.leaderboard__table-col-medal--silver {
  color: #adab9f;
}

.leaderboard__table-col-medal--bronze {
  color: #8d6e63;
}

.leaderboard__table-col-points {
  text-align: right;
  padding-right: 10px;
}

.leaderboard__table-username {
  margin-left: 10px;
}

@media (max-width: 768px) {
  .leaderboard__table-username {
    margin-left: 0;
  }
}

.leaderboard__user-avatar {
  width: 36px;
  height: 36px;
}

@media (max-width: 768px) {
  .leaderboard__user-avatar {
    display: none;
  }
}

.leaderboard__user-nickname {
  margin-left: 8px;
}

.leaderboard__table-footer {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: rgba(76, 87, 102, .5);
  padding: 18px 0;
}

@media (min-width: 768px) {
  .leaderboard__selector {
    position: absolute;
    top: -8px;
    right: 0;
  }
}

@media (max-width: 768px) {
  .leaderboard__selector {
    margin: 0 auto;
    max-width: 250px;
    display: block;
  }
}

.ad .carbon-text {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  color: #434c5b;
  line-height: 1.5;
  display: block;
  font-weight: normal;
  opacity: 0.7;
  margin: 18px 0 5px;
}

.ad .carbon-text:focus,
.ad .carbon-text:hover,
.ad .carbon-text:visited {
  color: #434c5b;
}

.ad img {
  border-radius: 4px;
  margin: 0 auto;
  border: 1px solid rgba(76, 87, 102, .1);
  display: block;
}

.ad .carbon-poweredby {
  text-align: center;
  color: rgba(76, 87, 102, .5);
  display: block;
  font-size: 11px;
  margin-top: 15px;
  text-transform: uppercase;
}

.ad .carbon-poweredby:focus,
.ad .carbon-poweredby:hover,
.ad .carbon-poweredby:visited {
  text-transform: uppercase;
  color: rgba(76, 87, 102, .5);
}

.ad--centered .carbon-text {
  text-align: center;
}

.ad--centered .carbon-poweredby {
  text-align: center;
}

.ad--left>div>span {
  position: relative;
}

.ad--left .carbon-wrap {
  display: block;
}

.ad--left .carbon-wrap:before,
.ad--left .carbon-wrap:after {
  display: table;
  content: " ";
}

.ad--left .carbon-wrap:after {
  clear: both;
}

.ad--left .carbon-img {
  float: left;
  width: 130px;
}

.ad--left .carbon-text {
  float: left;
  width: calc(100% - 150px);
  text-align: left;
  margin: 10px 10px 0;
  font-size: 12px;
  font-weight: 400;
  color: #000;
}

.ad--left .carbon-poweredby {
  position: absolute;
  left: 160px;
  width: 200px;
  bottom: 16px;
  text-align: left;
}

.sidebar-ad__preview_wrapper {
  width: 275px;
  margin: 50px auto;
}

.showcase-banner {
  position: relative;
  display: block;
  text-align: center;
  background: #fff;
  margin: 30px 0;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.showcase-banner:hover {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
}

.showcase-banner img {
  width: 100%;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .showcase-banner {
    display: none;
  }
}

.bsa-cpc #_default_ {
  position: relative;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  padding: .7em 1em;
  background: #fff;
  margin: 30px 0;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.bsa-cpc #_default_:hover {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
}

.bsa-cpc .default-ad {
  display: none;
}

.bsa-cpc ._default_ {
  display: inline;
  overflow: hidden;
  line-height: 1.5;
}

.bsa-cpc ._default_>* {
  vertical-align: middle;
}

.bsa-cpc a {
  color: inherit;
  text-decoration: none;
}

.bsa-cpc a:hover {
  color: inherit;
}

.bsa-cpc .default-image {
  display: inline-block;
  margin-right: 10px;
  line-height: 0;
}

.bsa-cpc .default-image img {
  height: 32px;
  border-radius: 4px;
}

.bsa-cpc .default-title:after {
  content: "\A0\2014\A0";
}

.bsa-cpc .default-title,
.bsa-cpc .default-description {
  display: inline;
  color: #2d2d2d;
  font-size: 14px;
}

.bsa-cpc .default-title {
  position: relative;
}

.bsa-cpc .default-description:after {
  position: relative;
  top: -1px;
  right: -10px;
  padding: 2px 5px;
  border-radius: 4px;
  font-weight: 500;
  border: 1px solid #3930d8;
  color: #3930d8;
  content: "Ad";
  text-transform: uppercase;
  font-size: 10px;
  font-family: Verdana, sans-serif;
}

.ad--heroku {
  padding: 10px 10px 10px 45px;
}

.ad--heroku a {
  text-align: left;
  padding: 0 10px;
  opacity: 0.7;
  text-decoration: none;
  font-size: 12px;
  font-size: 1.2rem;
  color: #434c5b;
  line-height: 1.5;
  display: block;
}

.ad--heroku a:hover {
  text-decoration: underline;
}

.ad--heroku img {
  position: absolute;
  height: 36px;
  left: 10px;
}

.countdown__metrics {
  margin-top: 19px;
  text-align: center;
}

.countdown__metric {
  display: inline-block;
  margin-right: 15px;
}

.countdown__metric:last-child {
  margin-right: 0;
}

.countdown__digit {
  position: relative;
  display: inline-block;
  border-radius: 5px;
  background-color: white;
  border: solid 1px #d6d6d6;
  width: 30px;
  height: 46px;
  margin-right: 5px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
}

.countdown__digit:last-child {
  margin-right: 0;
}

.countdown__digit-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.42;
  text-align: center;
  z-index: 1;
}

.countdown__digit-line {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
}

.countdown__metric-label {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 2;
  letter-spacing: 0.4px;
  text-align: center;
  text-transform: uppercase;
}

.landing--sponsorship .landing__header {
  background-image: url(/packs/header-17918cf965146e2405643bda2bddfe51.jpeg);
}

.landing--sponsorship .landing__card-body {
  height: 214px;
}

.landing--sponsorship .landing__footer {
  margin-top: 116px;
}

.sponsorship__next-session {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.54;
  color: #bcbcbc;
  margin-bottom: 22px;
}

.sponsorship__price-tag {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  margin-left: 21px;
}

.sponsorship__card-btn {
  border-radius: 5px;
  background-color: #f8f8f8;
  padding: 12px 24px;
  color: #4c5766;
}

.sponsorship__card-btn:hover {
  text-decoration: none;
  color: inherit;
}

.landing--store .landing__header {
  height: 432px;
  background-image: url(/packs/head_bg-f4bbe9eaccb1cfed0bee0439393e03b7.png);
}

@media (max-width: 768px) {
  .landing--store .landing__header {
    background-image: none;
    background-color: #032533;
  }

  .landing--store .landing__header h1 {
    line-height: normal;
    font-size: 4.6rem;
  }
}

.landing__header-book--store {
  min-height: 50px;
}

.page--store-content {
  width: 100%;
}

.store__search-header {
  width: 100%;
  position: relative;
}

.store__search-header i {
  position: absolute;
  left: 16px;
  line-height: 80px;
  color: #bdc1c7;
}

.store__search-input {
  width: 100%;
  height: 80px;
  background: white;
  border-radius: 5px;
  border: 1px solid rgba(76, 87, 102, .1);
  padding-left: 54px;
  color: #a2a8b1;
}

.store__search-input:focus {
  color: #2d2d2d;
}

.store__search-input:focus+i {
  color: #2d2d2d;
}

.store-posts {
  margin-top: 20px;
}

.store-filter {
  margin: 0 -15px 0 -15px;
}

.store-filter__select {
  float: right;
  margin-left: 20px;
}

.body--store-search .store-filter__select--sort {
  display: none;
}

.lab--complete .lab__winner-cup span {
  opacity: 1;
}

.lab--complete .lab__winner-note {
  opacity: 1;
}

.lab__content {
  background-color: white;
  padding: 63px 0 145px 0;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
  position: relative;
}

@media (max-width: 768px) {
  .lab__content {
    padding: 40px 0 145px;
  }
}

.lab__content-title {
  text-align: center;
}

.lab__content-subtitle {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 36px;
  line-height: 3.6rem;
}

.lab__content-completness {
  position: absolute;
  top: 46px;
  right: 48px;
  color: rgba(76, 87, 102, .5);
}

@media (max-width: 768px) {
  .lab__content-completness {
    right: 10px;
  }
}

.lab__experiments {
  margin: 10px auto 0 auto;
  max-width: 560px;
}

.lab__experiment-pic {
  font-size: 50px;
  font-size: 5rem;
}

.lab__experiment {
  display: block;
  text-transform: none;
  position: relative;
  border-radius: 5px;
  padding: 20px 30px 0 30px;
  margin-top: 60px;
  width: 340px;
  height: 100px;
  color: #2d2d2d;
  border: solid 2px #f6f9fc;
}

.lab__experiment::before {
  font-family: 'Material Icons';
  font-size: 22.5px;
  font-size: 2.25rem;
  position: absolute;
  top: 5px;
  right: 10px;
}

.lab__experiment::after {
  content: "";
  position: absolute;
  height: 60px;
  width: 2px;
  bottom: -62px;
  background-color: #f6f9fc;
}

.lab__experiment:first-child {
  margin-top: 50px;
}

.lab__experiment:nth-child(odd) {
  float: right;
}

.lab__experiment:nth-child(odd)::after {
  left: 58px;
}

.lab__experiment:nth-child(even) {
  float: left;
}

.lab__experiment:nth-child(even)::after {
  right: 58px;
}

.lab__experiment:hover,
.lab__experiment:active,
.lab__experiment:focus {
  text-decoration: none;
  text-transform: none;
  color: #2d2d2d;
}

@media (max-width: 768px) {
  .lab__experiment {
    float: none !important;
    margin-left: auto;
    margin-right: auto;
  }

  .lab__experiment::after {
    left: 50% !important;
    right: 50% !important;
  }
}

.lab__experiment--completed {
  background-color: #f8fff8;
  border-color: #11b719;
}

.lab__experiment--completed::before {
  content: "check_circle";
  color: #11b719;
}

.lab__experiment--completed::after {
  background-color: #11b719;
}

.lab__experiment--completed:hover {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
}

.lab__experiment--locked {
  background-color: #f6f9fc;
  opacity: 0.8;
}

.lab__experiment--locked::before {
  content: "lock";
  color: #a2a8b1;
}

.lab__experiment--open {
  background-color: white;
}

.lab__experiment--open:hover {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
}

.lab__experiment--landing {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
  background-color: white;
  width: 260px;
  margin-top: -20px;
}

.lab__experiment--landing:first-child {
  margin-top: 0;
}

.lab__experiment--landing:nth-child(odd) {
  float: left;
}

.lab__experiment--landing:nth-child(even) {
  float: right;
}

.lab__experiment--landing::after {
  content: none;
}

.lab__experiment-inner {
  display: inline-block;
  height: 64px;
  max-width: 63.5%;
  vertical-align: top;
}

.lab__experiment-desc {
  margin-left: 18px;
  padding-top: 12px;
}

.lab__experiment-count {
  font-size: 12px;
  font-weight: 500;
  color: rgba(76, 87, 102, .5);
  line-height: 22px;
  line-height: 2.2rem;
}

.lab__experiment-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 3px 0;
  padding: 0 15px;
}

.lab__winner-cup {
  text-align: center;
  font-size: 60px;
  font-size: 6rem;
  line-height: 144px;
  line-height: 14.4rem;
  background: white;
  overflow: hidden;
  position: absolute;
  left: 50%;
  width: 150px;
  height: 95px;
  -webkit-transform: translate(-50%, 60px);
          transform: translate(-50%, 60px);
}

.lab__winner-cup span {
  opacity: 0.3;
}

.lab__winner-cup:before,
.lab__winner-cup:after {
  position: absolute;
  display: block;
  background: #f6f9fc;
}

.lab__winner-cup:before {
  content: "";
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
  border-radius: 75px;
  width: 150px;
  height: 150px;
  bottom: -55px;
  z-index: -2;
}

.lab__winner-cup:after {
  content: "";
  width: 150px;
  height: 12px;
  bottom: 2px;
  z-index: -1;
}

.lab__winner-note {
  opacity: 0.3;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  line-height: 2.6rem;
  text-align: center;
  color: #2d2d2d;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -88px;
}

.lab__winner-note--locked {
  opacity: 0.3;
}

.lab__cards {
  margin-top: 226px;
}

@media (max-width: 768px) {
  .lab__cards h4 {
    text-align: center;
  }
}

.lab__card {
  background: white;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 20px 0;
  padding: 110px 30px 30px;
  position: relative;
  width: 100%;
}

.lab__card h4 {
  text-align: center;
  margin-top: 6px;
}

.lab__card p {
  margin: 0;
  text-align: center;
  padding: 30px 30px 40px;
  font-size: 13px;
  color: #2d2d2d;
  line-height: 1.5;
}

.lab__card small {
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 13px;
  opacity: 0.6;
  font-weight: 400;
}

@media (max-width: 768px) {
  .lab__card {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.lab__card-action--inactive {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 50px;
  color: #a2a8b1;
}

.lab__card-emoji {
  text-align: center;
  font-size: 50px;
  font-size: 5rem;
}

.lab__card-progress {
  display: none;
  text-align: center;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  width: 50px;
  height: 50px;
}

.lab__card-progress .CircularProgressbar-path {
  stroke: #11b719;
}

.lab__card-progress .CircularProgressbar-text {
  fill: #2d2d2d;
  font-family: Roboto;
  font-size: 30px;
  font-weight: 500;
}

.lab__card-progress .CircularProgressbar-trail {
  stroke: #f6f9fc;
}

.js-loaded .lab__card-progress {
  display: block;
}

.lab__card-progress--100 .lab__card-checkmark {
  position: relative;
  bottom: 47px;
}

.lab__card-progress--100 .CircularProgressbar-text {
  fill: white;
}

.lab__sidebar {
  padding-top: 4px;
}

.lab__sidebar-block {
  margin-top: 86px;
}

.lab__sidebar-block h5 {
  margin-bottom: 14px;
}

.lab__sidebar-block--participants a {
  max-width: 30px;
  max-height: 30px;
  overflow: hidden;
  display: inline-block;
  margin: 0 10px 10px 0;
}

.lab__sidebar-block-scientist {
  margin-top: 10px;
}

.labs__head-card {
  position: relative;
  margin: 60px auto;
}

.labs__head-card-content {
  text-align: center;
  width: 100%;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.labs__head-card-content h2 {
  margin-top: 20px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
}

.labs__head-card-content p {
  margin-top: 10px;
  font-size: 16px;
  font-size: 24px;
  line-height: 26px;
  line-height: 2.6rem;
  font-weight: 400;
}

.labs__head-card-content p span {
  opacity: 0.8;
}

.labs__head-card-content p strong {
  opacity: 1;
  font-weight: 400;
}

.labs__screenshot {
  margin: 0 auto;
  max-width: 960px;
}

@media (max-width: 1160px) {
  .labs__screenshot {
    max-width: 90%;
  }
}

.labs__bref {
  margin: 165px auto 0 auto;
  max-width: 960px;
}

.labs__bref .new-progress-bar {
  max-width: 275px;
}

.labs__bref-experiments {
  float: left;
  width: 360px;
}

@media (max-width: 768px) {
  .labs__bref-experiments {
    float: none;
    margin: 0 auto;
  }
}

.labs__bref-content {
  margin-left: 420px;
}

.labs__bref-content h5 {
  margin-bottom: 14px;
}

@media (max-width: 768px) {
  .labs__bref-content {
    margin: 50px auto 0 auto;
    max-width: 90%;
  }
}

.labs__bref-desc {
  margin-top: 30px;
}

.labs__bref-desc p {
  margin-bottom: 25px;
}

.labs__mechanics {
  background: #3930d8;
  padding: 95px 0;
  margin-top: 175px;
  color: white;
  text-align: center;
}

.labs__mechanics .additional-big {
  margin-top: 38px;
}

.labs__mechanics .bigger {
  margin-top: 6px;
}

.labs__mechanics-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 1020px;
  margin: 50px auto 0 auto;
}

@media (max-width: 768px) {
  .labs__mechanics-steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .labs__mechanics-steps i {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }

  .labs__mechanics-steps .additional-big {
    margin: 15px 0;
  }
}

.labs__mechanics-step {
  padding: 10px;
  border-radius: 5px;
  background: rgba(45, 45, 45, .26);
  color: #2d2d2d;
}

.labs__mechanics-step--round {
  border-radius: 50%;
}

.labs__mechanics-step--round .labs__mechanics-step-inner {
  border-radius: 50%;
}

.labs__mechanics-step-inner {
  border-radius: 5px;
  background: white;
  height: 200px;
  width: 200px;
  position: relative;
}

.labs__mechanics-step--experiment {
  margin-bottom: 90px;
}

.labs__mechanics-step--experiment .labs__mechanics-step-inner {
  height: auto;
  padding: 20px 30px 10px 30px;
  width: 260px;
  text-align: left;
}

@media (max-width: 768px) {
  .labs__mechanics-step--experiment {
    margin-bottom: 0;
  }
}

.labs__mechanics-step-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.labs__mechanics-step-content span {
  font-size: 50px;
  font-size: 5rem;
}

.labs__testimonials {
  max-width: 740px;
  margin: 0 auto;
  text-align: center;
  margin-top: 150px;
}

.labs__testimonials .bigger {
  margin-top: 6px;
}

.labs__testimonial {
  margin-top: 45px;
}

.labs__testimonial-pic img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  border: 4px solid white;
}

.labs__testimonial-content {
  background: white;
  border-radius: 4px;
  padding: 40px 50px 35px 50px;
  margin-top: 16px;
}

.labs__testimonial-content .additional-big {
  color: #a2a8b1;
}

.labs__testimonial-message {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  line-height: 2.6rem;
  margin-top: 30px;
}

.labs__list {
  text-align: center;
  margin-top: 30px;
}

.labs__list .bigger {
  margin-top: 6px;
}

.labs__list-grid {
  margin-top: 35px;
}

.lab__sidebar-block--user {
  margin-bottom: 10px;
  display: block;
}

.action-page {
  padding-top: 0px;
}

@media (max-width: 768px) {
  .action-page {
    width: 90%;
  }
}

.action-page__tagline {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 42px;
  line-height: 4.2rem;
}

.action-page__tagline.action-page__tagline--small {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 26px;
  line-height: 2.6rem;
  font-weight: 500;
  color: #a2a8b1;
}

.action-page__content {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  line-height: 2.6rem;
}

.action-page__description {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  line-height: 2.6rem;
}

.action-page__description-block {
  margin-top: 40px;
}

.action-page__description-block h4 {
  margin-bottom: 20px;
}

.action-page__description-block p {
  margin: 0;
}

.action-page__insert {
  padding: 25px 40px;
  background: white;
  margin: 65px 0;
}

.action-page__insert-head {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-weight: 500;
}

.action-page__insert-body {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 21px;
  line-height: 2.1rem;
  color: #a2a8b1;
}

.action-page__description-block-content {
  margin-top: 20px;
}

.action-page__description-block-content ul {
  margin: 25px 0;
}

.action-page__sidebar {
  background: url(/packs/stripe-3b7d676b8e166f58542a21a4dc985028.svg) top center no-repeat;
  padding-top: 120px;
}

@media (max-width: 1160px) {
  .action-page__sidebar {
    background-image: none;
    padding-top: 20px;
  }
}

.action-page__sidebar-content {
  padding: 40px 40px 20px 40px;
}

.action-page__sidebar-inner {
  padding: 0 40px;
}

.action-page__sidebar-inner-text {
  margin: 20px 0;
  line-height: 20px;
  line-height: 2rem;
}

.action-page__sidebar-user-info {
  float: left;
  margin-left: 20px;
  padding-top: 6px;
}

@media (max-width: 768px) {
  .action-page__sidebar-user-info {
    margin-left: 10px;
  }
}

.action-page__sidebar-user-info--centred h4 {
  line-height: 40px;
  line-height: 4rem;
}

.action-page__sidebar-user-info--short {
  margin-top: -5px;
  padding-top: 0;
}

.action-page__sidebar-submit {
  margin-top: 22px;
}

.action-page__sidebar-submit .btn {
  margin-bottom: 20px;
}

.action-page__sidebar-block {
  margin-top: 60px;
}

.action-page__sidebar-submit-note {
  text-align: center;
  margin: 0;
  color: #2d2d2d;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  line-height: 2rem;
}

.action-page__sidebar-action {
  position: relative;
  width: 60px;
  height: 60px;
}

.action-page__sidebar-action--small {
  width: 40px;
  height: 40px;
}

.action-page__sidebar-action--gray {
  background: #eceff5;
}

.action-page__sidebar-action__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 34px;
  font-size: 3.4rem;
  color: rgba(76, 87, 102, .5);
}

.action-page__grid-item {
  display: inline-block;
  margin: 0 8px 8px 0;
  font-size: 0;
}

.action-page__back {
  text-transform: uppercase;
  margin: 50px 0;
  display: inline-block;
  color: rgba(76, 87, 102, .5);
}

.action-page__back:hover,
.action-page__back:focus,
.action-page__back:active {
  color: rgba(76, 87, 102, .5);
  text-transform: uppercase;
  text-decoration: none;
}

.action-page__back i {
  font-size: 22px;
  font-size: 2.2rem;
  vertical-align: bottom;
}

@media (max-width: 768px) {
  .action-page__back {
    padding: 20px 0;
    margin: 0;
  }
}

.action-page__modal-emoji {
  font-size: 60px;
  font-size: 6rem;
  line-height: 120px;
  line-height: 12rem;
  background-color: #f6f9fc;
  border-radius: 50%;
  height: 120px;
  width: 120px;
  display: inline-block;
  margin: 26px 0 15px;
}

.action-page__modal-emoji span {
  vertical-align: middle;
}

.action-page__modal-subtitle {
  margin-bottom: 32px;
  color: #a2a8b1;
}

.action-page__footer {
  height: 60px;
}

.secondary-navbar__list-item>a.active>a {
  color: #3930d8;
}

.secondary-navbar__list-item.active>a,
.secondary-navbar__list-item:focus>a {
  color: #fff;
}

.secondary-navbar__list-item.active>a>i,
.secondary-navbar__list-item:focus>a>i {
  color: #fff;
}

.btn--collected {
  background: #3930d8;
}

.header__logo-child-wrapper a {
  color: #3930d8;
}

#search {
  background: #3930d8;
}

.header--demo {
  background: #3930d8;
}

.content-wrapper--gradient {
  background: #3930d8 -webkit-gradient(linear, left bottom, left top, from(#4e45dc), to(#3930d8)) no-repeat 0 0;
  background: #3930d8 linear-gradient(to top, #4e45dc 0%, #3930d8 100%) no-repeat 0 0;
}

.prompt {
  background-image: -webkit-gradient(linear, left top, right top, from(#b8cbb8), color-stop(0%, #b8cbb8), color-stop(0%, #b465da), color-stop(33%, #cf6cc9), color-stop(66%, #ee609c), to(#ee609c));
  background-image: linear-gradient(to right, #b8cbb8 0%, #b8cbb8 0%, #b465da 0%, #cf6cc9 33%, #ee609c 66%, #ee609c 100%);
}

.prompt__container-inner .btn.prompt__cta {
  color: #3930d8;
}

.comment__body a {
  color: #3930d8;
}

.comment-form__icon:hover {
  color: #3930d8;
}

.comment-form__icon--active {
  color: #3930d8;
}

.comment-form__icon--blink {
  color: #3930d8;
}

input[type="radio"]:checked+span:before {
  color: #3930d8;
}

input[type='checkbox']:checked+span.material-checkbox:before {
  color: #3930d8;
}

.selectize-control.multi .selectize-input>div {
  background-color: #3930d8;
}

.post-form input[type='checkbox']:checked+span:before,
.subscribe-form input[type='checkbox']:checked+span:before {
  color: #3930d8;
}

.accent-color {
  color: #3930d8;
}

.accent-color:hover,
.accent-color:focus {
  color: #3930d8;
}

input[type='checkbox']:checked+span.material-checkbox:before {
  color: #3930d8;
}

input[type="radio"]:checked+span:before {
  color: #3930d8;
}

.side_navigation__list-item a.active {
  color: #3930d8;
}

.fixed__navigation-item a {
  background: #3930d8;
}

.sub-nav__item a:hover,
.sub-nav__item a:focus {
  color: #3930d8;
}

.sub-nav__item.active {
  border-color: #3930d8;
}

.sub-nav__item.active a {
  color: #3930d8;
}

.showcase__sidebar-block--branding {
  background: #3930d8;
}

.showcase__sidebar-block--light-branding {
  background: #4e45dc;
}

.showcase__sidebar-block--dark-branding {
  background: #2a22b3;
}

.showcase__sidebar-block-header {
  color: #3930d8;
}

.post-list-items__more-link:hover {
  background: #3930d8;
}

.card__footer p a:hover {
  color: #3930d8;
}

.secondary-navbar__list-item:hover>a {
  background: #3930d8;
  border-color: #3930d8;
  color: #fff;
}

.secondary-navbar__list-item.active>a {
  background: #3930d8;
  border-color: #3930d8;
}

.user-level {
  position: absolute;
  width: 34px;
  top: 24px;
  left: 100px;
  z-index: 1;
  background: #fff;
  border-radius: 50%;
  height: 34px;
}

.user-level .user-level-progress {
  position: relative;
}

.user-level .user-level-progress-text {
  position: absolute;
  font-size: 16px;
  font-weight: 500;
  color: #388e3c;
  width: 34px;
  text-align: center;
  line-height: 34px;
}

.user-level .CircularProgressbar .CircularProgressbar-text {
  display: none;
}

.user-level .CircularProgressbar .CircularProgressbar-path {
  stroke: #388e3c;
}

.user-level .CircularProgressbar .CircularProgressbar-trail {
  stroke: #f6f9fc;
}

@media (max-width: 768px) {
  .user-level {
    display: none;
  }
}

.user-level__list-items {
  background-color: #FFF;
  padding: 60px;
  border-bottom: 1px solid rgba(76, 87, 102, .1);
  border-radius: 5px;
}

.user-level__list-items h2 {
  font-size: 13px;
  text-transform: uppercase;
  line-height: 20px;
  color: #a2a8b1;
}

.user-level__list-item {
  padding: 15px 0 45px;
  margin: 0;
}

.user-level__list-item h3 {
  font-size: 46px;
  font-weight: normal;
  line-height: 1.22;
  letter-spacing: normal;
  margin: 10px 0 0;
  text-align: center;
  color: #2d2d2d;
}

.user-level__list-item h4 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #2d2d2d;
}

.user-level__list-item p {
  font-size: 11px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.4px;
  text-align: center;
  text-transform: uppercase;
  color: #a2a8b1;
}

.user-level-badge {
  padding: 10px;
  height: 120px;
  width: 120px;
  border-radius: 50%;
  display: inline-block;
  margin: 10px 0 0;
  overflow: hidden;
}

.user-level-badge-inner {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: relative;
}

.user-level-badge-inner div {
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 50px;
  line-height: 100px;
  width: 100px;
}

.login__wrapper {
  max-width: 500px;
}

.login__logo {
  width: 200px;
}

.login__page {
  padding-top: 100px;
}

.narrow__form {
  padding: 35px 40px 40px 40px;
  background: white;
  border-radius: 5px;
  margin-top: 40px;
}

.narrow__form h4 {
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 30px;
}

.narrow__form.narrow__form--success h4 {
  margin-bottom: 0;
}

.narrow__form.narrow__form--center {
  margin-top: 0;
  width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 1160px) {
  .narrow__form.narrow__form--center {
    position: relative;
    -webkit-transform: none;
            transform: none;
    top: 0;
    left: 0;
    width: auto;
  }
}

.narrow__form-img {
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
}

.narrow__form-buttons {
  text-align: center;
  margin: 0 auto;
}

.narrow__form-buttons a {
  margin: 0 5px 15px;
  display: inline-block;
  line-height: 46px;
  line-height: 4.6rem;
}

.narrow__form-buttons a i,
.narrow__form-buttons a img {
  display: inline-block;
}

.narrow__form-buttons a img {
  margin-right: 10px;
}

.login__note {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 500;
  margin-top: 35px;
}

.login__note a {
  color: #3930d8;
}

.signup__cover {
  height: calc(100vh - 100px);
  overflow: hidden;
  background-image: url("/signup/cover.png");
  background-size: 800px 900px;
}

.signup__form {
  height: calc(100vh - 100px);
  position: relative;
}

@media (max-width: 1160px) {
  .signup__form {
    height: auto;
  }
}

.signup__cover-title {
  font-family: 'Roboto Condensed', 'Roboto', sans-serif;
  font-size: 40px;
  font-size: 4rem;
  line-height: 50px;
  line-height: 5rem;
  letter-spacing: 0.5px;
  color: white;
  text-transform: uppercase;
}

.signup__cover-note {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  line-height: 2.6rem;
  color: white;
  margin-top: 10px;
}

.signup__cover-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.signup__cover-logo {
  position: absolute;
  top: 20px;
  left: 50px;
  width: 56px;
  height: 20px;
}

.w-100 {
  width: 100% !important;
}

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.m-a-0 {
  margin: 0 0 !important;
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-r-0 {
  margin-right: 0 !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-l-0 {
  margin-left: 0 !important;
}

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-a-1 {
  margin: 10px 10px !important;
  margin: 1rem 1rem !important;
}

.m-t-1 {
  margin-top: 10px !important;
  margin-top: 1rem !important;
}

.m-r-1 {
  margin-right: 10px !important;
  margin-right: 1rem !important;
}

.m-b-1 {
  margin-bottom: 10px !important;
  margin-bottom: 1rem !important;
}

.m-l-1 {
  margin-left: 10px !important;
  margin-left: 1rem !important;
}

.m-x-1 {
  margin-right: 10px !important;
  margin-right: 1rem !important;
  margin-left: 10px !important;
  margin-left: 1rem !important;
}

.m-y-1 {
  margin-top: 10px !important;
  margin-top: 1rem !important;
  margin-bottom: 10px !important;
  margin-bottom: 1rem !important;
}

.m-a-2 {
  margin: 15px 15px !important;
  margin: 1.5rem 1.5rem !important;
}

.m-t-2 {
  margin-top: 15px !important;
  margin-top: 1.5rem !important;
}

.m-r-2 {
  margin-right: 15px !important;
  margin-right: 1.5rem !important;
}

.m-b-2 {
  margin-bottom: 15px !important;
  margin-bottom: 1.5rem !important;
}

.m-l-2 {
  margin-left: 15px !important;
  margin-left: 1.5rem !important;
}

.m-x-2 {
  margin-right: 15px !important;
  margin-right: 1.5rem !important;
  margin-left: 15px !important;
  margin-left: 1.5rem !important;
}

.m-y-2 {
  margin-top: 15px !important;
  margin-top: 1.5rem !important;
  margin-bottom: 15px !important;
  margin-bottom: 1.5rem !important;
}

.m-a-3 {
  margin: 30px 30px !important;
  margin: 3rem 3rem !important;
}

.m-t-3 {
  margin-top: 30px !important;
  margin-top: 3rem !important;
}

.m-r-3 {
  margin-right: 30px !important;
  margin-right: 3rem !important;
}

.m-b-3 {
  margin-bottom: 30px !important;
  margin-bottom: 3rem !important;
}

.m-l-3 {
  margin-left: 30px !important;
  margin-left: 3rem !important;
}

.m-x-3 {
  margin-right: 30px !important;
  margin-right: 3rem !important;
  margin-left: 30px !important;
  margin-left: 3rem !important;
}

.m-y-3 {
  margin-top: 30px !important;
  margin-top: 3rem !important;
  margin-bottom: 30px !important;
  margin-bottom: 3rem !important;
}

.p-a-0 {
  padding: 0 0 !important;
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-r-0 {
  padding-right: 0 !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-l-0 {
  padding-left: 0 !important;
}

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-a-1 {
  padding: 10px 10px !important;
  padding: 1rem 1rem !important;
}

.p-t-1 {
  padding-top: 10px !important;
  padding-top: 1rem !important;
}

.p-r-1 {
  padding-right: 10px !important;
  padding-right: 1rem !important;
}

.p-b-1 {
  padding-bottom: 10px !important;
  padding-bottom: 1rem !important;
}

.p-l-1 {
  padding-left: 10px !important;
  padding-left: 1rem !important;
}

.p-x-1 {
  padding-right: 10px !important;
  padding-right: 1rem !important;
  padding-left: 10px !important;
  padding-left: 1rem !important;
}

.p-y-1 {
  padding-top: 10px !important;
  padding-top: 1rem !important;
  padding-bottom: 10px !important;
  padding-bottom: 1rem !important;
}

.p-a-2 {
  padding: 15px 15px !important;
  padding: 1.5rem 1.5rem !important;
}

.p-t-2 {
  padding-top: 15px !important;
  padding-top: 1.5rem !important;
}

.p-r-2 {
  padding-right: 15px !important;
  padding-right: 1.5rem !important;
}

.p-b-2 {
  padding-bottom: 15px !important;
  padding-bottom: 1.5rem !important;
}

.p-l-2 {
  padding-left: 15px !important;
  padding-left: 1.5rem !important;
}

.p-x-2 {
  padding-right: 15px !important;
  padding-right: 1.5rem !important;
  padding-left: 15px !important;
  padding-left: 1.5rem !important;
}

.p-y-2 {
  padding-top: 15px !important;
  padding-top: 1.5rem !important;
  padding-bottom: 15px !important;
  padding-bottom: 1.5rem !important;
}

.p-a-3 {
  padding: 30px 30px !important;
  padding: 3rem 3rem !important;
}

.p-t-3 {
  padding-top: 30px !important;
  padding-top: 3rem !important;
}

.p-r-3 {
  padding-right: 30px !important;
  padding-right: 3rem !important;
}

.p-b-3 {
  padding-bottom: 30px !important;
  padding-bottom: 3rem !important;
}

.p-l-3 {
  padding-left: 30px !important;
  padding-left: 3rem !important;
}

.p-x-3 {
  padding-right: 30px !important;
  padding-right: 3rem !important;
  padding-left: 30px !important;
  padding-left: 3rem !important;
}

.p-y-3 {
  padding-top: 30px !important;
  padding-top: 3rem !important;
  padding-bottom: 30px !important;
  padding-bottom: 3rem !important;
}

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}



/*# sourceMappingURL=styles-74dc40681295f3279773.css.map*/