/**
 * importer.less
 *
 * By default, new Sails projects are configured to compile this file
 * from LESS to CSS.  Unlike CSS files, LESS files are not compiled and
 * included automatically unless they are imported below.
 *
 * For more information see:
 *   https://sailsjs.com/anatomy/assets/styles/importer-less
 */
[v-cloak] {
  display: none !important;
}
.flashit {
  -webkit-animation: flash linear 1s forwards;
  animation: flash linear 1s forwards;
}
.kt-header {
  z-index: 99;
}
@-webkit-keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .1;
  }
  100% {
    opacity: 1;
  }
}
.disabled {
  pointer-events: none;
  filter: opacity(0.5);
}
.bg-physic {
  background-color: #4DA7D3 !important;
}
.bg-chemie {
  background-color: #E29717 !important;
}
.bg-biologie {
  background-color: #96BC33 !important;
}
.bg-science {
  background-color: #F15B66 !important;
}
.bg-mint {
  background-color: #00A5A7 !important;
}
.intro-fade-up {
  -webkit-animation: head-fade-up cubic-bezier(0.46, 0.03, 0.52, 0.96) 1.5s;
  animation: head-fade-up cubic-bezier(0.46, 0.03, 0.52, 0.96) 1.5s;
}
section.head {
  margin: 30px 0;
}
section.head div.leftWrapper {
  text-align: center;
  margin: 25px auto 75px auto;
}
section.head div.leftWrapper h1 {
  color: #5867DD;
  font-weight: 500;
  font-size: 2.6rem;
}
section.head div.leftWrapper h2 {
  font-size: 3.4rem;
  color: #5867DD;
}
section.head div.rightWrapper {
  position: relative;
  text-align: center;
  margin-top: 50px;
}
section.head div.rightWrapper .headerShadow {
  width: 50%;
  opacity: 1;
  transition: all .4s ease;
  margin-top: 45px;
}
section.head div.rightWrapper:hover .head-img {
  transition: all .3s ease;
  transform: scale(1.05);
}
section.head div.rightWrapper:hover .headerShadow {
  opacity: 1;
  transform: translateY(10px) scale(1.6);
}
section.head div.comenius {
  width: 100px;
  position: absolute;
  top: -35px;
  right: 0;
}
section.head .head-img {
  border-radius: 15px;
  transition: all .3s ease;
  box-shadow: 12px 12px 24px transparent, -12px -12px 24px transparent;
}
section.head div.smallImg {
  max-width: 70px;
  position: absolute;
  left: 25px;
  bottom: -25px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  section.head div.smallImg {
    max-width: 130px;
    left: 33px;
    bottom: -90px;
  }
}
@media only screen and (min-width: 1024px) {
  section.head {
    position: relative;
  }
  section.head div.rightWrapper {
    max-width: 70%;
    margin: 50px auto;
  }
  section.head img.headerShadow {
    width: 60%;
    margin-top: 30px;
  }
  section.head div.smallImg {
    max-width: 150px;
    left: 70px;
    bottom: -10px;
  }
}
section.teaser {
  overflow: hidden;
}
section.teaser.cards {
  display: flex;
  align-items: center;
  min-height: 600px;
  margin: 40px 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
section.teaser p {
  margin: 36px 0;
}
section.teaser .images img {
  margin-bottom: 30px;
}
section.teaser article {
  order: 2;
  margin-bottom: 50px;
  text-align: right;
}
section.teaser article.article-right {
  position: relative;
  margin-top: 50px;
  text-align: center;
  order: 1;
}
section.teaser div.teaser-media {
  position: relative;
  text-align: center;
  order: 1;
}
section.teaser div.teaser-media.images {
  max-width: 480px;
  margin: 0 auto;
}
section.teaser div.teaser-media.video video {
  border-radius: 6px;
  -webkit-box-shadow: 12px 12px 24px #d9d9d9, -12px -12px 24px #ffffff;
  box-shadow: 12px 12px 24px #d9d9d9, -12px -12px 24px #ffffff;
}
section.teaser div.teaser-media.video:hover {
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  section.teaser div.teaser-media video {
    max-width: 80%;
  }
}
section.teaser div.experimentCard {
  width: 320px;
  background: #ffffff;
  -webkit-box-shadow: 12px 12px 24px #d9d9d9, -12px -12px 24px #ffffff;
  box-shadow: 12px 12px 24px #d9d9d9, -12px -12px 24px #ffffff;
  margin-bottom: 30px;
}
section.teaser div.experimentCard div.cardContent {
  padding: 20px;
}
section.teaser div.experimentCard span.title {
  color: #5867dd;
  font-weight: 500;
  font-size: 1.2rem;
}
section.teaser div.h5p-cards {
  order: 2;
}
section.teaser div.h5p-content-card {
  display: flex;
  background: white;
  max-width: 500px;
  padding: 13px;
  align-items: center;
  border-radius: 8px;
  box-shadow: 12px 12px 24px #d9d9d9, -12px -12px 24px #ffffff;
  margin: 22px auto;
  transition: all .444s ease;
}
section.teaser div.h5p-content-card:first-child {
  z-index: 7;
}
section.teaser div.h5p-content-card:nth-child(2) {
  z-index: 6;
}
section.teaser div.h5p-content-card:nth-child(3) {
  z-index: 5;
  opacity: .6;
}
section.teaser div.h5p-content-card:nth-child(4) {
  z-index: 4;
  opacity: .4;
}
section.teaser div.h5p-content-card:nth-child(5) {
  z-index: 3;
  opacity: .2;
}
section.teaser div.h5p-content-card:nth-child(6) {
  z-index: 2;
  opacity: .8;
}
section.teaser div.h5p-content-card:nth-child(7) {
  z-index: 1;
  opacity: .4;
}
section.teaser div.h5p-content-card:nth-child(8) {
  z-index: 0;
  opacity: .3;
}
section.teaser div.h5p-content-card div.h5p-icon {
  width: 25%;
}
section.teaser div.h5p-content-card div.h5p-icon img {
  max-width: 100%;
  margin: 0;
}
section.teaser div.h5p-content-card div.h5p-content {
  width: 75%;
  text-align: left;
}
section.teaser div.h5p-content-card div.h5p-content span {
  display: block;
}
section.teaser div.h5p-content-card div.h5p-content span.bold {
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: 3px;
}
section.teaser div.h5p-content-card div.h5p-content span.text {
  font-size: 1.1rem;
}
@media only screen and (min-width: 1024px) {
  section.teaser {
    display: flex;
    align-items: center;
    min-height: 600px;
    margin: 40px 0;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  section.teaser div.h5p-cards {
    width: 50%;
    order: 1;
  }
  section.teaser div.h5p-cards div.h5p-content-card:hover {
    box-shadow: 12px 12px 24px #fff, -12px -12px 24px #ffffff;
  }
  section.teaser div.h5p-cards div.h5p-content-card:first-child {
    z-index: 7;
  }
  section.teaser div.h5p-cards div.h5p-content-card:nth-child(2) {
    margin-left: 120px;
    z-index: 6;
  }
  section.teaser div.h5p-cards div.h5p-content-card:nth-child(4) {
    margin-left: 120px;
  }
  section.teaser div.h5p-cards div.h5p-content-card:nth-child(6) {
    margin-left: 120px;
  }
  section.teaser div.h5p-cards div.h5p-content-card:nth-child(8) {
    margin-left: 60px;
  }
  section.teaser article {
    padding-right: 30px;
    width: 50%;
    max-width: 520px;
    position: relative;
  }
  section.teaser article.article-right {
    padding-left: 30px;
    text-align: right;
    order: 2;
  }
  section.teaser article h3 {
    font-size: 3.3rem;
  }
}
section.price h3 {
  font-size: 2.4rem;
  padding: 36px 0;
  font-weight: 700;
}
section.price p,
section.price span {
  display: block;
  padding: 0 8px;
  font-weight: 600;
  font-size: 2.6rem;
}
section.price div.priceContent {
  padding: 36px 0;
}
section.price div.priceContent span {
  margin-bottom: 13px;
}
section.price div.priceRow {
  -webkit-border-radius: 13px;
  border-radius: 13px;
  background: #ffffff;
  -webkit-box-shadow: 12px 12px 24px #d9d9d9, -12px -12px 24px #ffffff;
  box-shadow: 12px 12px 24px #d9d9d9, -12px -12px 24px #ffffff;
  text-align: center;
  padding: 0 0 50px 0;
  margin: 60px 0;
}
section.price div.stripe {
  font-size: 2.8rem;
  width: 100%;
  display: inline-block;
  background: #E5E5E5;
  font-weight: 800;
  padding: 36px 8px;
}
section.price div.stripe span {
  display: block;
}
section.price div.stripe span.price {
  font-size: 3.4rem;
}
section.price div.stripe.white span {
  color: white;
}
section.price div.stripe.highlight {
  background: #1DC9B7;
}
section.price div.stripe.highlight span {
  color: white;
}
@media only screen and (min-width: 1024px) {
  section.price {
    display: flex;
    align-items: stretch;
    width: 100%;
    margin-top: 240px;
  }
  section.price div.priceRow {
    width: calc(33.33% - 30px);
    margin: 15px;
  }
  section.price div.priceRow.best {
    transform: translateY(-140px);
  }
}
#che {
  position: absolute;
  top: 0;
  left: 20px;
}
#phy {
  position: absolute;
  top: 0;
  right: 0;
}
#bio {
  position: absolute;
  left: 40%;
  top: 0;
}
#sci {
  position: absolute;
  right: 0;
  top: 0;
}
.iconWrapper {
  overflow: hidden;
  width: 100%;
  height: 400px;
}
.shadow-box {
  background: #ffffff;
  -webkit-box-shadow: 12px 12px 24px #d9d9d9, -12px -12px 24px #ffffff;
  box-shadow: 12px 12px 24px #d9d9d9, -12px -12px 24px #ffffff;
  -webkit-border-radius: 13px;
  border-radius: 13px;
}
div.color {
  position: absolute;
  top: 0;
  right: 20px;
  left: 20px;
  pointer-events: none;
}
section.interactive-video {
  text-align: center;
}
section.interactive-video video {
  max-width: 800px;
}
section.share-section {
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  section.share-section {
    margin-top: 0 !important;
  }
}
.__title {
  font-size: 3.3rem !important;
  font-weight: 700 !important;
}
.__sub_title {
  font-size: 3.3rem !important;
  margin-bottom: 24px;
}
.slideshowWrapper {
  max-width: 1000px;
  position: relative;
  margin: 25px auto;
}
/* Hide the images by default */
.slide {
  display: none;
}
.slide.active {
  display: block;
  opacity: 1;
}
/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.dot.active,
.dot:hover {
  background-color: #717171;
}
@keyframes head-fade-right {
  from {
    transform: translateX(430px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes head-fade-up {
  from {
    transform: translateY(230px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
article.testimonial {
  max-width: 650px;
  text-align: center;
  margin: 25px auto;
}
article.testimonial div.avatarWrapper {
  max-width: 200px;
  margin: 0 auto;
}
article.testimonial img {
  border-radius: 50%;
}
article.testimonial p {
  font-size: 1.5rem;
  margin-top: 25px;
}
article.testimonial .description {
  display: block;
}
section.benefits {
  background: #f9f9fc;
}
section.benefits .teaserHeadline {
  margin-bottom: 35px;
}
.benefitsWrapper {
  text-align: center;
}
.benefitsWrapper .teaserIconWrapper {
  border-radius: 50%;
  width: 130px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  box-shadow: 12px 12px 24px #d9d9d9, -12px -12px 24px #ffffff;
}
.benefitsWrapper .teaserIconWrapper .fa {
  font-size: 4.2rem;
  color: #343a40;
}
.benefitsWrapper p {
  margin-top: 25px;
  font-size: 1.5rem;
  font-weight: 600;
}
.folderLink:hover .folderIcon {
  transition: all .22s ease;
  fill: #9c9c9c;
}
.subTitle {
  font-size: 1.5rem !important;
  font-weight: 300 !important;
}
.folderWrapper {
  position: relative;
}
#homepage section {
  padding: 25px;
}
#homepage img {
  max-width: 100%;
}
#homepage .kt-pricing-3__item--focus {
  border-radius: 18px !important;
  background: #1dc9b7 !important;
}
#homepage .kt-pricing-3 .kt-pricing-3__items {
  border-radius: 18px !important;
}
@media only screen and (min-width: 1024px) {
  #homepage .bulbHeadline {
    margin-bottom: 100px;
  }
  #homepage section {
    padding: 25px 45px;
    margin: 50px 0;
  }
}
.bulb__container {
  max-width: 142px;
  left: calc(50% - 71px);
  top: 80px;
}
.bulb__container img {
  max-width: 100%;
}
.bulb__container.home {
  max-width: 130px;
  top: -100px;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .bulb__container.home {
    position: absolute;
    left: calc(50% - 71px);
  }
}
div.bulbs {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
div.bulbs div {
  width: 33.33%;
  max-width: 130px;
  padding: 0 11px;
}
div.bulb {
  width: 124px;
  margin: 25px auto;
  text-align: center;
  transform: translate(-10px, -26px);
}
div.bulb img {
  max-width: 100%;
}
@media only screen and (min-width: 1024px) {
  .curtainContainer {
    background: #f9f9fc;
  }
}
@media only screen and (min-width: 1024px) {
}
ul.awardList {
  padding: 0;
  list-style: none;
}
ul.awardList li {
  transition: all .3s ease;
  display: inline-block;
  width: 72px;
  margin-right: 13px;
  margin-bottom: 13px;
}
ul.awardList li:hover {
  transform: scale(1.5);
}
ul.awardList img {
  max-width: 100%;
}
.teaserHeadline {
  display: block;
  font-size: 3rem !important;
  color: #5867dd;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 1024px) {
  .teaserHeadline {
    font-size: 3.3rem;
  }
}
div.cardBody {
  display: none;
}
div.cardBody.active {
  display: block;
}
section.unified {
  padding: 25px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  section.unified article {
    margin-bottom: -35px;
  }
}
div.flexWrapper {
  position: relative;
  margin-top: 120px;
}
div.flexWrapper div.icons {
  position: absolute;
  text-align: center;
  z-index: 1;
  left: 0;
  right: 0;
}
div.flexWrapper div.icons div.icon {
  margin: 45px auto;
  max-width: 90px;
  opacity: .2;
  display: inline-block;
  text-align: center;
}
div.flexWrapper div.icons div.icon:hover,
div.flexWrapper div.icons div.icon.active {
  opacity: 1;
}
div.flexWrapper div.icons.first {
  top: -100px;
}
div.flexWrapper div.icons.first div.icon:nth-child(2) {
  transform: translateY(-30px);
}
div.flexWrapper div.icons.last {
  bottom: -100px;
}
div.flexWrapper div.icons.last div.icon:nth-child(2) {
  transform: translateY(30px);
}
div.flexWrapper span {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 15px;
  display: none;
}
div.flexWrapper div.contentSlide {
  position: relative;
  z-index: 2;
  margin: 80px 0;
}
div.flexWrapper div.contentSlide div {
  box-shadow: 12px 12px 24px #d9d9d9, -12px -12px 24px #ffffff;
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  div.flexWrapper div.icons div.icon {
    max-width: 120px;
  }
}
@media only screen and (min-width: 1024px) {
  div.flexWrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
  }
  div.flexWrapper div.icons {
    display: block;
    width: 20%;
    text-align: center;
    position: relative;
  }
  div.flexWrapper div.icons div.icon {
    display: block;
    max-width: 120px;
  }
  div.flexWrapper div.icons.first {
    top: 0;
  }
  div.flexWrapper div.icons.first div.icon:nth-child(2) {
    transform: translateY(0);
  }
  div.flexWrapper div.icons.last {
    top: 0;
  }
  div.flexWrapper div.icons.last div.icon:nth-child(2) {
    transform: translateY(0);
  }
  div.flexWrapper span {
    display: block;
  }
  div.flexWrapper div.contentSlide {
    width: 60%;
  }
}
div.bgImage {
  position: absolute;
  left: 65px;
  right: 65px;
  bottom: 0;
}
section.plattform {
  padding: 50px 25px;
  background: #f9f9fc;
}
section.plattform div.img {
  max-width: 500px;
}
section.plattform div.img.show-desktop {
  display: none;
  visibility: hidden;
}
section.plattform img {
  max-width: 100%;
}
section.plattform div.flexWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  section.plattform article {
    margin: 100px auto;
  }
  section.plattform div.img {
    max-width: 800px;
    margin: 50px auto 100px auto;
  }
  section.plattform div.img.show-mobile {
    display: none;
    visibility: hidden;
  }
  section.plattform div.img.show-desktop {
    display: block;
    visibility: visible;
  }
}
span.laurel {
  display: inline-block;
  max-width: 36px;
}
span.laurel img {
  max-width: 100%;
}
.plattformImage {
  margin: 50px auto;
  display: none;
}
.plattformImage img {
  max-width: 100%;
}
@media only screen and (min-width: 1024px) {
  .plattformImage {
    display: block;
  }
  .plattformImage div.logoImage {
    padding: 0 15px;
  }
  .plattformImage div.logoImage a img {
    transition: all 0.2s ease-in-out;
  }
  .plattformImage div.logoImage a:hover img {
    transform: scale(1.1);
  }
  .plattformImage div.flexWrapper div.image {
    width: 40%;
  }
  .plattformImage div.flexWrapper div.logoContainer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .plattformImage div.flexWrapper div.logoImages {
    width: 60%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.centerArticle {
  max-width: 650px;
  margin: 50px auto;
}
.opaqueOverlay {
  z-index: -10;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(249, 249, 252, 0.5);
}
.kt-header-mobile--fixed .kt-header-mobile {
  z-index: 100;
}
.header-logo {
  max-width: 330px;
  padding: 15px;
}
.header-logo .kt-header__brand-logo {
  max-width: none;
}
.header-logo img {
  max-width: 100%;
}
.curriculab-header-logo {
  max-width: 220px;
}
.curriculab-header-logo .kt-header__brand-logo {
  max-width: none;
}
.curriculab-header-logo img {
  max-width: 100%;
}
.login_logo {
  max-width: 330px;
}
.login_logo img {
  max-width: 100%;
}
.kt-header__brand-logo {
  max-width: 170px;
}
.kt-header__brand-logo img {
  max-width: 100%;
}
@media only screen and (min-width: 1024px) {
  .kt-login__container {
    margin-top: 50%;
  }
}
.kt-section {
  margin-bottom: 0 !important;
}
.hover-svg svg {
  transition: .3s ease all;
}
.hover-svg:hover svg {
  opacity: 1;
}
.hover-svg:hover svg path {
  opacity: 1;
}
@media only screen and (min-width: 1024px) {
  .desktop-sticky {
    position: sticky;
    top: 100px;
  }
}
.share-overlay {
  left: unset !important;
  bottom: unset !important;
  right: 20px !important;
  top: 80px !important;
}
.option-overlay {
  left: unset !important;
  bottom: unset !important;
  right: 20px !important;
  top: 20px !important;
}
.hover-shadow .kt-widget19 {
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
}
.hover-shadow .kt-widget19:hover {
  -webkit-box-shadow: 13px 13px 13px -7px #DFDCDC;
  box-shadow: 13px 13px 13px -7px #DFDCDC;
}
.kt-portlet {
  border-radius: 9px;
}
.special {
  visibility: hidden !important;
  height: 0;
  margin: 0 !important;
}
.floating-item {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .floating-item {
    display: block;
  }
}
.che {
  left: 22%;
  top: -50%;
}
.phy {
  left: 20px;
  top: -20%;
}
.bio {
  right: 33px;
  top: 15%;
}
.sci {
  left: 54%;
  top: -30%;
}
div.floatingWrapper {
  pointer-events: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.fly-phy {
  animation: flyhigh 79s linear infinite;
}
.fly-bio {
  animation: flyhigh 100s linear infinite;
}
.fly-sci {
  animation: flyhigh 88s linear infinite;
}
.fly-che {
  animation: flyhigh 50s linear infinite;
}
@keyframes flyhigh {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100vw);
  }
}
#topbar_support_faq .kt-notification .kt-notification__item:after {
  content: none;
}
.snowflake {
  color: #fff;
  font-size: 1em;
  font-family: Arial;
  text-shadow: 0 0 1px #000;
}
@-webkit-keyframes snowflakes-fall {
  0% {
    top: -10%;
  }
  100% {
    top: 100%;
  }
}
@-webkit-keyframes snowflakes-shake {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes snowflakes-fall {
  0% {
    top: -10%;
  }
  100% {
    top: 100%;
  }
}
@keyframes op-snowflakes-fall {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes snowflakes-shake {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(80px);
  }
  100% {
    transform: translateX(0px);
  }
}
.snowflake {
  position: fixed;
  top: -10%;
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-animation-name: snowflakes-fall, snowflakes-shake, op-snowflakes-fall;
  -webkit-animation-duration: 10s, 5s;
  -webkit-animation-timing-function: linear, ease-in-out;
  -webkit-animation-iteration-count: 7, 7, 7;
  -webkit-animation-play-state: running, running, running;
  animation-name: snowflakes-fall, snowflakes-shake, op-snowflakes-fall;
  animation-duration: 10s, 5s;
  animation-timing-function: linear, ease-in-out;
  animation-iteration-count: 7, 7, 7;
  animation-play-state: running, running, running;
}
.snowflake:nth-of-type(0) {
  left: 1%;
  -webkit-animation-delay: 0s, 0s;
  animation-delay: 0s, 0s;
}
.snowflake:nth-of-type(1) {
  left: 10%;
  -webkit-animation-delay: 1s, 1s;
  animation-delay: 1s, 1s;
}
.snowflake:nth-of-type(2) {
  left: 20%;
  -webkit-animation-delay: 6s, .5s;
  animation-delay: 6s, 0.5s;
}
.snowflake:nth-of-type(3) {
  left: 30%;
  -webkit-animation-delay: 4s, 2s;
  animation-delay: 4s, 2s;
}
.snowflake:nth-of-type(4) {
  left: 40%;
  -webkit-animation-delay: 2s, 2s;
  animation-delay: 2s, 2s;
}
.snowflake:nth-of-type(5) {
  left: 50%;
  -webkit-animation-delay: 8s, 3s;
  animation-delay: 8s, 3s;
}
.snowflake:nth-of-type(6) {
  left: 60%;
  -webkit-animation-delay: 6s, 2s;
  animation-delay: 6s, 2s;
}
.snowflake:nth-of-type(7) {
  left: 70%;
  -webkit-animation-delay: 2.5s, 1s;
  animation-delay: 2.5s, 1s;
}
.snowflake:nth-of-type(8) {
  left: 80%;
  -webkit-animation-delay: 1s, 0s;
  animation-delay: 1s, 0s;
}
.snowflake:nth-of-type(9) {
  left: 90%;
  -webkit-animation-delay: 3s, 1.5s;
  animation-delay: 3s, 1.5s;
}
div.bulb__container {
  max-width: 142px;
  left: calc( 50% - 71px );
  top: 80px;
}
div.bulb__container img {
  max-width: 100%;
}
.faqHead__image {
  max-width: 550px;
  height: auto;
}
.kt-sc-faq-3--accordion .card-body {
  border: none !important;
}
.kt-sc-faq-3--accordion .card-body p {
  font-size: 1.25rem;
}
.kt-sc-faq-3--accordion .card-body div {
  max-width: 820px;
}
.kt-sc-faq-3--accordion .card-body div img {
  max-width: 100%;
}
.kt-callout__desc {
  font-size: 1.25rem !important;
}
.google-login-btn {
  display: block;
  margin: 0 auto;
  max-width: 191px;
  padding: 0;
}
.google-login-btn a.btn {
  padding: 0;
  width: 191px;
  height: 46px;
  background: url("/images/google-btn/btn_google_signin_light_normal.png") no-repeat;
  background-size: contain;
}
.google-login-btn a.btn:active {
  background: url("/images/google-btn/btn_google_signin_light_pressed.png") no-repeat;
  background-size: contain;
}
.google-login-btn a.btn:focus {
  background: url("/images/google-btn/btn_google_signin_light_focus.png") no-repeat;
  background-size: contain;
}
.google-login-btn a.btn:disabled {
  background: url("/images/google-btn/btn_google_signin_light_disabled.png") no-repeat;
  background-size: contain;
}
.google-login-btn img {
  max-width: 100%;
}
img.content-flag {
  max-width: 21px;
  margin-right: 8px;
}
p.experiment-number {
  margin: 0;
}
.contentCard_status {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 13px;
}
div.contentCard_icons {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}
div.contentCard_icons a {
  margin-right: 8px;
}
div.contentCard_icons a:last-child {
  margin-right: 0;
}
div.contentCard_icons.bottom {
  justify-content: space-between;
  position: absolute;
  bottom: 8px;
  left: 13px;
  right: 13px;
  max-width: calc( 100% - 26px );
}
div.contentCard_icons i {
  font-size: 25px;
  margin-right: 8px;
}
.share_icon {
  max-width: 19px;
}
div.level_icon {
  max-width: 47px;
}
div.level_icon img {
  max-width: 100%;
}
div.contentCard_body {
  padding: 25px 13px 80px 13px !important;
  position: relative;
}
div.contentCard_iconWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
div.badge {
  background: #D9D9D9;
  color: #646C9A;
  padding: 5px;
  border-radius: 3px;
}
div.badge span {
  display: inline-block;
  text-align: center;
  padding: 0 4px;
}
div.labels {
  top: -14px !important;
  left: -14px !important;
  bottom: unset !important;
  right: unset !important;
}
div.labels img {
  display: block;
  height: 35px;
  margin-bottom: 5px;
}
div.contentCard_name {
  position: absolute;
  right: 13px;
  bottom: 40px;
}
div.contentCard_name span.name {
  display: block;
  background: #646C9A;
  color: white;
  padding: 5px;
  border-radius: 3px;
}
/**
 * <ajax-button>
 *
 * App-wide styles for our ajax buttons.
 */
[parasails-component='ajax-button'] .button-loader,
[parasails-component='ajax-button'] .button-loading {
  display: inline-block;
  margin: auto;
  display: none;
}
[parasails-component='ajax-button'] .button-loader .loading-dot,
[parasails-component='ajax-button'] .button-loading .loading-dot {
  border-radius: 50%;
  background-color: #fff;
  float: left;
  opacity: 0;
  width: 16px;
  height: 16px;
  margin: 5px;
  -moz-animation-name: fade-in;
  -webkit-animation-name: fade-in;
  -ms-animation-name: fade-in;
  -o-animation-name: fade-in;
  animation-name: fade-in;
  -moz-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-direction: linear;
  -webkit-animation-direction: linear;
  -ms-animation-direction: linear;
  -o-animation-direction: linear;
  animation-direction: linear;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
[parasails-component='ajax-button'] .button-loader .loading-dot.dot1,
[parasails-component='ajax-button'] .button-loading .loading-dot.dot1 {
  -moz-animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  -ms-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
[parasails-component='ajax-button'] .button-loader .loading-dot.dot2,
[parasails-component='ajax-button'] .button-loading .loading-dot.dot2 {
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
[parasails-component='ajax-button'] .button-loader .loading-dot.dot3,
[parasails-component='ajax-button'] .button-loading .loading-dot.dot3 {
  -moz-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
[parasails-component='ajax-button'] .button-loader .loading-dot.dot4,
[parasails-component='ajax-button'] .button-loading .loading-dot.dot4 {
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
[parasails-component='ajax-button'] .button-loader .loading-dot,
[parasails-component='ajax-button'] .button-loading .loading-dot {
  width: 7px;
  height: 7px;
  margin: 0px 3px;
  display: inline;
}
[parasails-component='ajax-button'].syncing .button-loader,
[parasails-component='ajax-button'].syncing .button-loading {
  display: inline-block;
}
[parasails-component='ajax-button'].syncing .button-text {
  display: none;
}
#homepage {
  @charset "UTF-8";
}
#homepage .responsive-video {
  position: relative;
  padding-bottom: 56.25% !important;
  /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
#homepage .responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#homepage .kt-wizard-v1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#homepage .kt-wizard-v1 .kt-wizard-v1__nav {
  border-bottom: 1px solid #eeeef4;
}
#homepage .kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items {
  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;
  width: 70%;
  margin: 0 auto;
}
#homepage .kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items .kt-wizard-v1__nav-item {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#homepage .kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items .kt-wizard-v1__nav-item:after {
  font-family: Flaticon2;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "";
  font-size: 1.25rem;
  color: #a2a5b9;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
#homepage .kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items .kt-wizard-v1__nav-item:last-child:after {
  content: none;
}
#homepage .kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items .kt-wizard-v1__nav-item .kt-wizard-v1__nav-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2rem 1rem;
  text-align: center;
}
#homepage .kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items .kt-wizard-v1__nav-item .kt-wizard-v1__nav-body .kt-wizard-v1__nav-icon {
  font-size: 3.7rem;
  color: #a2a5b9;
  margin-bottom: 0.5rem;
}
#homepage .kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items .kt-wizard-v1__nav-item .kt-wizard-v1__nav-body .kt-wizard-v1__nav-icon g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #a2a5b9;
}
#homepage .kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items .kt-wizard-v1__nav-item .kt-wizard-v1__nav-body .kt-wizard-v1__nav-icon:hover g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
#homepage .kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items .kt-wizard-v1__nav-item .kt-wizard-v1__nav-body .kt-wizard-v1__nav-label {
  font-size: 1.1rem;
  font-weight: 500;
  color: #74788d;
}
#homepage .kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items .kt-wizard-v1__nav-item[data-ktwizard-state="done"]:after,
#homepage .kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items .kt-wizard-v1__nav-item[data-ktwizard-state="current"]:after {
  color: #366cf3;
}
#homepage .kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items .kt-wizard-v1__nav-item[data-ktwizard-state="done"] .kt-wizard-v1__nav-body .kt-wizard-v1__nav-icon,
#homepage .kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items .kt-wizard-v1__nav-item[data-ktwizard-state="current"] .kt-wizard-v1__nav-body .kt-wizard-v1__nav-icon {
  color: #366cf3;
}
#homepage .kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items .kt-wizard-v1__nav-item[data-ktwizard-state="done"] .kt-wizard-v1__nav-body .kt-wizard-v1__nav-icon g [fill],
#homepage .kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items .kt-wizard-v1__nav-item[data-ktwizard-state="current"] .kt-wizard-v1__nav-body .kt-wizard-v1__nav-icon g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #366cf3;
}
#homepage .kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items .kt-wizard-v1__nav-item[data-ktwizard-state="done"] .kt-wizard-v1__nav-body .kt-wizard-v1__nav-icon:hover g [fill],
#homepage .kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items .kt-wizard-v1__nav-item[data-ktwizard-state="current"] .kt-wizard-v1__nav-body .kt-wizard-v1__nav-icon:hover g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
#homepage .kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items .kt-wizard-v1__nav-item[data-ktwizard-state="done"] .kt-wizard-v1__nav-body .kt-wizard-v1__nav-label,
#homepage .kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items .kt-wizard-v1__nav-item[data-ktwizard-state="current"] .kt-wizard-v1__nav-body .kt-wizard-v1__nav-label {
  color: #366cf3;
}
#homepage .kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items.kt-wizard-v1__nav-items--clickable .kt-wizard-v1__nav-item {
  cursor: pointer;
}
@media (max-width: 1399px) {
  #homepage .kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #homepage .kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items {
    -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;
    padding: 2rem 0;
  }
  #homepage .kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items .kt-wizard-v1__nav-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    position: relative;
    width: 100%;
  }
  #homepage .kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items .kt-wizard-v1__nav-item:after {
    position: absolute;
    right: 2rem;
  }
  #homepage .kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items .kt-wizard-v1__nav-item:last-child:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 2rem;
    color: #a2a5b9;
  }
  #homepage .kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items .kt-wizard-v1__nav-item .kt-wizard-v1__nav-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0.5rem 2rem;
  }
  #homepage .kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items .kt-wizard-v1__nav-item .kt-wizard-v1__nav-body .kt-wizard-v1__nav-icon {
    font-size: 1.5rem;
    margin-right: 1rem;
    margin-bottom: 0;
  }
}
#homepage .kt-wizard-v1 .kt-wizard-v1__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f9fafc;
}
#homepage .kt-wizard-v1 .kt-wizard-v1__wrapper .kt-form {
  width: 60%;
  padding: 4rem 0 5rem;
}
#homepage .kt-wizard-v1 .kt-wizard-v1__wrapper .kt-form .kt-wizard-v1__content {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #eeeef4;
}
#homepage .kt-wizard-v1 .kt-wizard-v1__wrapper .kt-form .kt-wizard-v1__content .kt-wizard-v1__form {
  margin-top: 3rem;
}
#homepage .kt-wizard-v1 .kt-wizard-v1__wrapper .kt-form .kt-wizard-v1__content .kt-wizard-v1__review .kt-wizard-v1__review-item {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #eeeef4;
}
#homepage .kt-wizard-v1 .kt-wizard-v1__wrapper .kt-form .kt-wizard-v1__content .kt-wizard-v1__review .kt-wizard-v1__review-item .kt-wizard-v1__review-title {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 0.7rem;
}
#homepage .kt-wizard-v1 .kt-wizard-v1__wrapper .kt-form .kt-wizard-v1__content .kt-wizard-v1__review .kt-wizard-v1__review-item .kt-wizard-v1__review-content {
  line-height: 1.8rem;
}
#homepage .kt-wizard-v1 .kt-wizard-v1__wrapper .kt-form .kt-wizard-v1__content .kt-wizard-v1__review .kt-wizard-v1__review-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#homepage .kt-wizard-v1 .kt-wizard-v1__wrapper .kt-form .kt-form__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 576px) {
  #homepage .kt-wizard-v1 .kt-wizard-v1__wrapper .kt-form .kt-form__actions {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  #homepage .kt-wizard-v1 .kt-wizard-v1__wrapper .kt-form .kt-form__actions .btn {
    margin: 0 0.5rem 1rem;
  }
}
#homepage .kt-wizard-v1 .kt-wizard-v1__wrapper .kt-form .kt-form__actions [data-ktwizard-type="action-prev"] {
  margin-right: auto;
}
@media (max-width: 576px) {
  #homepage .kt-wizard-v1 .kt-wizard-v1__wrapper .kt-form .kt-form__actions [data-ktwizard-type="action-prev"] {
    margin-right: 0.5rem;
  }
}
#homepage .kt-wizard-v1 .kt-wizard-v1__wrapper .kt-form .kt-form__actions [data-ktwizard-type="action-next"] {
  margin: auto 0 auto auto;
}
@media (max-width: 576px) {
  #homepage .kt-wizard-v1 .kt-wizard-v1__wrapper .kt-form .kt-form__actions [data-ktwizard-type="action-next"] {
    margin: 0 0 1rem;
  }
}
@media (max-width: 768px) {
  #homepage .kt-wizard-v1 .kt-wizard-v1__wrapper {
    padding: 2rem;
  }
  #homepage .kt-wizard-v1 .kt-wizard-v1__wrapper .kt-form {
    width: 100%;
    padding: 2rem 1rem 4rem;
  }
}
#homepage .kt-wizard-v1.kt-wizard-v1--white .kt-wizard-v1__wrapper {
  background-color: #ffffff;
}
#homepage .kt-wizard-v1 [data-ktwizard-type="step-info"] {
  display: none;
}
#homepage .kt-wizard-v1 [data-ktwizard-type="step-info"][data-ktwizard-state="current"] {
  display: block;
}
#homepage .kt-wizard-v1 [data-ktwizard-type="step-content"] {
  display: none;
}
#homepage .kt-wizard-v1 [data-ktwizard-type="step-content"][data-ktwizard-state="current"] {
  display: block;
}
#homepage .kt-wizard-v1 [data-ktwizard-type="action-prev"] {
  display: none;
}
#homepage .kt-wizard-v1 [data-ktwizard-type="action-next"] {
  display: inline-block;
}
#homepage .kt-wizard-v1 [data-ktwizard-type="action-submit"] {
  display: none;
}
#homepage .kt-wizard-v1[data-ktwizard-state="first"] [data-ktwizard-type="action-prev"] {
  display: none;
}
#homepage .kt-wizard-v1[data-ktwizard-state="first"] [data-ktwizard-type="action-next"] {
  display: inline-block;
}
#homepage .kt-wizard-v1[data-ktwizard-state="first"] [data-ktwizard-type="action-submit"] {
  display: none;
}
#homepage .kt-wizard-v1[data-ktwizard-state="between"] [data-ktwizard-type="action-prev"] {
  display: inline-block;
}
#homepage .kt-wizard-v1[data-ktwizard-state="between"] [data-ktwizard-type="action-next"] {
  display: inline-block;
}
#homepage .kt-wizard-v1[data-ktwizard-state="between"] [data-ktwizard-type="action-submit"] {
  display: none;
}
#homepage .kt-wizard-v1[data-ktwizard-state="last"] [data-ktwizard-type="action-prev"] {
  display: inline-block;
}
#homepage .kt-wizard-v1[data-ktwizard-state="last"] [data-ktwizard-type="action-next"] {
  display: none;
}
#homepage .kt-wizard-v1[data-ktwizard-state="last"] [data-ktwizard-type="action-submit"] {
  display: inline-block;
}
#homepage .kt-pricing-3 {
  padding: 5.71rem 0 5.71rem 0;
}
#homepage .kt-pricing-3.kt-pricing-3--fixed {
  width: 75%;
  margin: 0 auto;
}
#homepage .kt-pricing-3 .kt-pricing-3__items {
  width: 100%;
  text-align: center;
  -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
  box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
}
#homepage .kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item {
  border-radius: 4px;
}
#homepage .kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item .kt-pricing-3__wrapper {
  padding: 4.2rem 1rem;
  text-align: center;
}
#homepage .kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item .kt-pricing-3__wrapper .kt-pricing-3__title {
  font-size: 1.3rem;
  color: #74788d;
}
#homepage .kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item .kt-pricing-3__wrapper .kt-pricing-3__price {
  border-radius: 16px;
  margin-top: 2.83rem;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 0.83rem 1.43rem 0.83rem 1.43rem;
  background-color: rgba(54, 108, 243, 0.05);
  color: #74788d;
}
#homepage .kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item .kt-pricing-3__wrapper .kt-pricing-3__price.kt-pricing-3__price--padding {
  padding: 1.4rem 1.43rem 1.4rem 1.43rem;
}
#homepage .kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item .kt-pricing-3__wrapper .kt-pricing-3__price .kt-pricing-3__label {
  font-size: 1.5rem;
  vertical-align: 33%;
  color: #74788d;
}
#homepage .kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item .kt-pricing-3__wrapper .kt-pricing-3__price .kt-pricing-3__number {
  font-size: 2.64rem;
  color: #595d6e;
}
#homepage .kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item .kt-pricing-3__wrapper .kt-pricing-3__price .kt-pricing-3__text {
  font-size: 1.07rem;
  vertical-align: 40%;
  color: #74788d;
}
#homepage .kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item .kt-pricing-3__wrapper .kt-pricing-3__description {
  text-align: center;
  font-size: 0.96rem;
  display: inline-block;
  margin-top: 2.85rem;
  color: #74788d;
}
#homepage .kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item .kt-pricing-3__wrapper .kt-pricing-3__description > span {
  display: block;
}
#homepage .kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item .kt-pricing-3__wrapper .kt-pricing-3__description > span:nth-child(1) {
  letter-spacing: 0.01rem;
}
#homepage .kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item .kt-pricing-3__wrapper .kt-pricing-3__btn {
  margin: 2.83rem auto 0 auto;
}
#homepage .kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item .kt-pricing-3__wrapper .kt-pricing-3__btn > .btn {
  padding: 0.8rem 3.6rem 0.8rem 3.6rem;
}
#homepage .kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item.kt-pricing-3__item--focus {
  background-color: #366cf3;
  margin-top: -3rem;
  margin-bottom: -3rem;
  color: rgba(255, 255, 255, 0.1);
}
#homepage .kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item.kt-pricing-3__item--focus .kt-pricing-3__wrapper {
  padding: 7rem 1rem;
}
#homepage .kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item.kt-pricing-3__item--focus .kt-pricing-3__wrapper .kt-pricing-3__btn > .btn {
  color: #595d6e;
}
#homepage .kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item.kt-pricing-3__item--focus .kt-pricing-3__wrapper .kt-pricing-3__btn > .btn:hover {
  color: #595d6e;
  background-color: #fff;
  border: 1px solid #fff;
}
#homepage .kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item.kt-pricing-3__item--focus .kt-pricing-3__wrapper .kt-pricing-3__price {
  background-color: white;
}
#homepage .kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item.kt-pricing-3__item--focus .kt-pricing-3__wrapper .kt-pricing-3__price .kt-pricing-3__label {
  color: rgba(255, 255, 255, 0.6);
}
#homepage .kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item.kt-pricing-3__item--focus .kt-pricing-3__wrapper .kt-pricing-3__price .kt-pricing-3__number {
  font-size: 2.64rem;
  color: rgba(255, 255, 255, 0.8);
}
#homepage .kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item.kt-pricing-3__item--focus .kt-pricing-3__wrapper .kt-pricing-3__price .kt-pricing-3__text {
  color: rgba(255, 255, 255, 0.6);
}
#homepage .kt-pricing-3 .kt-pricing-3__items .kt-pricing-3__item.kt-pricing-3__item--focus .kt-pricing-3__wrapper .kt-pricing-3__description {
  color: rgba(255, 255, 255, 0.9);
}
@media (min-width: 1025px) and (max-width: 1399px) {
  #homepage .kt-pricing-3.kt-pricing-3--fixed {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  #homepage .kt-pricing-3 {
    padding: 2.14rem 0 2.14rem 0;
  }
  #homepage .kt-pricing-3.kt-pricing-3--fixed {
    width: 100%;
    margin: 0 auto;
  }
  #homepage .kt-pricing-3.kt-pricing-3--fixed .kt-pricing-3__items .kt-pricing-3__item .kt-pricing-3__wrapper {
    padding: 3rem 1rem;
  }
  #homepage .kt-pricing-3.kt-pricing-3--fixed .kt-pricing-3__items .kt-pricing-3__item.kt-pricing-3__item--focus {
    margin-top: 0;
    margin-bottom: 0;
  }
  #homepage .kt-pricing-3.kt-pricing-3--fixed .kt-pricing-3__items .kt-pricing-3__item.kt-pricing-3__item--focus .kt-pricing-3__wrapper {
    padding: 3rem 1rem;
  }
}
#welcome .kt-sc-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
#welcome .kt-sc-2 .kt-sc__bg {
  position: absolute;
  top: 4rem;
  left: 4rem;
  right: 4rem;
  bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 0;
}
#welcome .kt-sc-2 .kt-sc__bg .kt-svg-icon {
  height: 100%;
  width: auto;
}
#welcome .kt-sc-2 .kt-sc__bg--layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#welcome .kt-sc-2 .kt-sc__bg--layer .kt-svg-icon {
  height: auto;
  width: 100%;
  fill: #f7f8fa;
}
#welcome .kt-sc-2 .kt-sc-bg-2 .kt-svg-icon {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}
#welcome .kt-sc-2 .kt-sc__top {
  min-height: 385px;
  position: relative;
  z-index: 1;
}
#welcome .kt-sc-2 .kt-sc__top .kt-sc__content {
  margin-right: 50%;
  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;
  min-height: 385px;
  padding: 0 3rem;
}
#welcome .kt-sc-2 .kt-sc__top .kt-sc__content .kt-sc__title {
  color: #48465b;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2.5rem;
}
#welcome .kt-sc-2 .kt-sc__top .kt-sc__content .kt-sc__form .input-group {
  width: 450px;
  -webkit-box-shadow: 0px 0px 27px 0px rgba(160, 160, 191, 0.2);
  box-shadow: 0px 0px 27px 0px rgba(160, 160, 191, 0.2);
}
#welcome .kt-sc-2 .kt-sc__top .kt-sc__content .kt-sc__form .input-group .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: none;
  padding: 0.65rem 2rem;
  background-color: #ffffff;
}
#welcome .kt-sc-2 .kt-sc__top .kt-sc__content .kt-sc__form .input-group .form-control {
  border: none;
  padding: 2.5rem 0;
  font-weight: 400;
  font-size: 1.1rem;
}
#welcome .kt-sc-2 .kt-sc__bottom {
  padding: 25px 25px 0;
  position: relative;
  z-index: 1;
}
#welcome .kt-sc-2 .kt-sc__bottom .nav-tabs {
  margin-bottom: -25px;
}
#welcome .kt-sc-2 .kt-sc__bottom .nav-tabs.nav-tabs-line {
  border-bottom: 0;
  padding: 0 3rem;
}
#welcome .kt-sc-2 .kt-sc__bottom .nav-tabs .nav-item {
  margin-right: 50px;
}
#welcome .kt-sc-2 .kt-sc__bottom .nav-tabs .nav-item .nav-link,
#welcome .kt-sc-2 .kt-sc__bottom .nav-tabs .nav-item a.nav-link {
  font-size: 1.2rem;
  padding: 0 0 1.5rem;
  font-weight: 500;
  color: #48465b;
  margin-bottom: 25px;
  border-bottom: 2px solid transparent;
}
#welcome .kt-sc-2 .kt-sc__bottom .nav-tabs .nav-item .nav-link:hover,
#welcome .kt-sc-2 .kt-sc__bottom .nav-tabs .nav-item a.nav-link:hover {
  border-bottom: 2px solid #366cf3;
  color: #48465b;
}
#welcome .kt-sc-2 .kt-sc__bottom .nav-tabs .nav-item .nav-link.active,
#welcome .kt-sc-2 .kt-sc__bottom .nav-tabs .nav-item a.nav-link.active {
  border-bottom: 2px solid #366cf3;
  color: #366cf3;
}
#welcome .kt-sc-2--wave {
  background-color: #f7f8fa !important;
  overflow: hidden;
  position: relative;
}
#welcome .kt-sc-2--wave > div {
  z-index: 1;
}
#welcome .kt-sc-2--wave:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: -1;
}
#welcome .kt-sc-2--wave:after {
  content: ' ';
  width: 1000px;
  height: 1025px;
  position: absolute;
  bottom: 65%;
  left: -250px;
  border-radius: 35%;
  background: white;
  z-index: 0;
}
#welcome .kt-sc-2--wave:after {
  bottom: 25%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 1024px) {
  #welcome .kt-sc-2 {
    min-height: auto;
  }
  #welcome .kt-sc-2 .kt-sc__bg {
    opacity: 0.2;
  }
  #welcome .kt-sc-2 .kt-sc__top {
    min-height: auto;
  }
  #welcome .kt-sc-2 .kt-sc__top .kt-sc__content {
    padding: 4rem 0;
    margin-right: 0;
    min-height: auto;
  }
  #welcome .kt-sc-2 .kt-sc__top .kt-sc__content .kt-sc__form .input-group {
    width: 100%;
  }
}
.kt-login.kt-login--v3 {
  background-size: cover;
  background-repeat: no-repeat;
}
.kt-login.kt-login--v3 .kt-login__wrapper {
  padding: 6% 2rem 1rem 2rem;
  margin: 0 auto 2rem auto;
  overflow: hidden;
}
.kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container {
  width: 430px;
  margin: 100px auto 0 auto;
}
.kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-login__logo {
  text-align: center;
  margin: 0 auto 4rem auto;
}
.kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-login__head {
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-login__head .kt-login__title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  color: #595d6e;
}
.kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-form {
  margin: 0 auto;
}
.kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-form .input-group {
  padding: 0;
  margin: 0 auto;
}
.kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-form .form-control {
  height: 46px;
  border: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-top: 1.5rem;
  background: rgba(235, 237, 242, 0.4);
}
.kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-form .form-control::-moz-placeholder {
  color: #74788d;
  opacity: 1;
}
.kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-form .form-control:-ms-input-placeholder {
  color: #74788d;
}
.kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-form .form-control::-webkit-input-placeholder {
  color: #74788d;
}
.kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-form .form-control.is-valid + .valid-feedback {
  font-weight: 500;
  font-size: 0.9rem;
  padding-left: 1.6rem;
}
.kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-form .form-control.is-invalid + .invalid-feedback {
  font-weight: 500;
  font-size: 0.9rem;
  padding-left: 1.6rem;
}
.kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-login__account {
  text-align: center;
  margin-top: 2rem;
}
.kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-login__account .kt-login__account-msg {
  font-size: 1rem;
  font-weight: 400;
  color: #74788d;
}
.kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-login__account .kt-login__account-link {
  font-size: 1rem;
  font-weight: 500;
  color: #595d6e;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-login__account .kt-login__account-link:hover {
  color: #366cf3;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 1024px) {
  .kt-login.kt-login--v3 .kt-login__wrapper {
    padding-top: 5rem;
    width: 100%;
  }
  .kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container {
    margin: 100px auto 0 auto;
  }
  .kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-login__account {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .kt-login.kt-login--v3 .kt-login__wrapper {
    width: 100%;
  }
  .kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container {
    width: 100%;
    margin: 100px auto 0 auto;
  }
  .kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-form {
    width: 100%;
    margin: 0 auto;
  }
  .kt-login.kt-login--v3 .kt-login__wrapper .kt-login__container .kt-login__account {
    margin-top: 1rem;
  }
}
#edit-password {
  padding-top: 75px;
  padding-bottom: 75px;
}
.kt-error-v1 {
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.kt-error-v1 .kt-error-v1__container .kt-error-v1__number {
  font-size: 150px;
  margin-left: 80px;
  margin-top: 6rem;
  font-weight: 700;
  color: #595d6e;
}
@media (max-width: 768px) {
  .kt-error-v1 .kt-error-v1__container .kt-error-v1__number {
    margin: 20px 0 0 3rem;
    font-size: 8rem;
  }
}
.kt-error-v1 .kt-error-v1__container .kt-error-v1__desc {
  font-size: 1.5rem;
  margin-left: 80px;
  color: #74788d;
}
@media (max-width: 768px) {
  .kt-error-v1 .kt-error-v1__container .kt-error-v1__desc {
    margin-left: 3rem;
    padding-right: 0.5rem;
  }
}
#content-overview .skeleton {
  height: 350px;
}
#content-overview .skeleton-wrapper {
  margin: 10px 15px;
}
#content-overview .skeleton-wrapper-inner {
  height: 150px;
  padding: 15px;
  position: relative;
}
#content-overview .skeleton-wrapper-body div {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: placeholderSkeleton;
  -webkit-animation-timing-function: linear;
  background: #f6f7f8;
  background-image: -webkit-gradient(linear, left center, right center, from(#f6f7f8), color-stop(0.2, #edeef1), color-stop(0.4, #f6f7f8), to(#f6f7f8));
  background-image: -webkit-linear-gradient(left, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 800px 104px;
  height: 104px;
  position: relative;
}
#content-overview .skeleton-wrapper-body {
  -webkit-animation-name: skeletonAnimate;
  background-image: -webkit-gradient(linear, center top, center bottom, from(deg), color-stop(0, red), color-stop(0.15, orange), color-stop(0.3, yellow), color-stop(0.45, green), color-stop(0.6, blue), color-stop(0.75, indigo), color-stop(0.8, violet), to(red));
  background-image: -webkit-linear-gradient(135deg, red 0%, orange 15%, yellow 30%, green 45%, blue 60%, indigo 75%, violet 80%, red 100%);
  background-repeat: repeat;
  background-size: 50% auto;
}
#content-overview .skeleton-wrapper-body div {
  position: absolute;
}
#content-overview div.skeleton-more {
  right: 10px;
  top: 20px;
  height: 8px;
  width: 20px;
}
#content-overview div.skeleton-icon {
  left: 50%;
  margin-left: -60px;
  top: 55px;
  height: 100px;
  width: 120px;
  border-radius: 10px;
}
#content-overview div.skeleton-title,
#content-overview div.skeleton-description {
  left: 15px;
  right: 15px;
}
#content-overview div.skeleton-title {
  top: 220px;
  height: 20px;
}
#content-overview div.skeleton-description {
  top: 270px;
  height: 13px;
}
@-webkit-keyframes placeholderSkeleton {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@-webkit-keyframes skeletonAnimate {
  from {
    background-position: top left;
  }
  to {
    background-position: top right;
  }
}
#content-overview .droppable-active {
  border: dashed;
}
.photo-uploader .photo-upload-field {
  min-height: 150px;
}
.photo-uploader .photo-upload-field .file-upload-button {
  position: relative;
  cursor: pointer;
}
.photo-uploader .photo-upload-field .file-upload-button .file-input {
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  cursor: pointer;
}
.photo-uploader .photo-upload-field .photo-preview .image-wrapper {
  background-image: url('/images/img-placeholder.jpg');
  background-size: 100% auto;
  width: 100%;
}
.photo-uploader .photo-upload-field .photo-preview .image-wrapper img {
  width: 100%;
}
.photo-uploader .photo-upload-field .photo-preview .image-wrapper .placeholder-icon {
  color: grey;
  font-size: 42px;
}
.photo-uploader .photo-upload-field .image-advice {
  margin-top: 15px;
  font-size: 13px;
  line-height: 16px;
}
.photo-uploader.empty .image-wrapper {
  min-height: 150px;
}
#remove-image {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 20px;
}
.kt-todo .kt-todo__content {
  width: 100%;
}
.kt-todo .kt-todo__aside {
  padding: 20px;
  width: 275px;
}
@media (min-width: 1025px) {
  .kt-todo .kt-todo__aside {
    margin-right: 30px;
  }
}
.kt-todo .kt-todo__aside .kt-todo__nav .kt-nav .kt-nav__item {
  margin-bottom: 0.5rem;
}
.kt-todo .kt-todo__aside .kt-todo__nav .kt-nav .kt-nav__item .kt-nav__link-title {
  padding-left: 1.9rem;
  font-weight: 600;
  color: #48465b;
  font-size: 1.1rem;
}
.kt-todo .kt-todo__aside .kt-todo__nav .kt-nav .kt-nav__item .kt-nav__link {
  padding: 0.6rem 20px;
  border-radius: 4px;
}
.kt-todo .kt-todo__aside .kt-todo__nav .kt-nav .kt-nav__item .kt-nav__link i {
  color: #8e96b8;
}
.kt-todo .kt-todo__aside .kt-todo__nav .kt-nav .kt-nav__item .kt-nav__link g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #8e96b8;
}
.kt-todo .kt-todo__aside .kt-todo__nav .kt-nav .kt-nav__item .kt-nav__link:hover g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.kt-todo .kt-todo__aside .kt-todo__nav .kt-nav .kt-nav__item .kt-nav__link .kt-nav__link-icon {
  text-align: center;
  margin: 0 0.7rem 0 -0.23rem;
}
.kt-todo .kt-todo__aside .kt-todo__nav .kt-nav .kt-nav__item .kt-nav__link .kt-nav__link-icon.kt-nav__link-icon--size {
  font-size: 0.9rem;
  color: #93a2dd;
}
.kt-todo .kt-todo__aside .kt-todo__nav .kt-nav .kt-nav__item .kt-nav__link .kt-nav__link-icon svg {
  width: 20px;
  height: 20px;
}
.kt-todo .kt-todo__aside .kt-todo__nav .kt-nav .kt-nav__item .kt-nav__link .kt-nav__link-icon g [fill] {
  fill: #93a2dd;
}
.kt-todo .kt-todo__aside .kt-todo__nav .kt-nav .kt-nav__item .kt-nav__link .kt-nav__link-text {
  font-weight: 500;
  color: #595d6e;
}
.kt-todo .kt-todo__aside .kt-todo__nav .kt-nav .kt-nav__item:last-child {
  margin-bottom: 0;
}
.kt-todo .kt-todo__aside .kt-todo__nav .kt-nav .kt-nav__item:last-child .kt-nav__link .kt-nav__link-icon {
  font-size: 0.9rem;
}
.kt-todo .kt-todo__aside .kt-todo__nav .kt-nav .kt-nav__item.hover .kt-nav__link,
.kt-todo .kt-todo__aside .kt-todo__nav .kt-nav .kt-nav__item.kt-nav__item--selected .kt-nav__link,
.kt-todo .kt-todo__aside .kt-todo__nav .kt-nav .kt-nav__item.kt-nav__item--active .kt-nav__link {
  background-color: #f7f8fa;
  border-radius: 4px;
}
.kt-todo .kt-todo__aside .kt-todo__nav .kt-nav .kt-nav__item.hover .kt-nav__link i,
.kt-todo .kt-todo__aside .kt-todo__nav .kt-nav .kt-nav__item.kt-nav__item--selected .kt-nav__link i,
.kt-todo .kt-todo__aside .kt-todo__nav .kt-nav .kt-nav__item.kt-nav__item--active .kt-nav__link i {
  color: #366cf3;
}
.kt-todo .kt-todo__aside .kt-todo__nav .kt-nav .kt-nav__item.hover .kt-nav__link g [fill],
.kt-todo .kt-todo__aside .kt-todo__nav .kt-nav .kt-nav__item.kt-nav__item--selected .kt-nav__link g [fill],
.kt-todo .kt-todo__aside .kt-todo__nav .kt-nav .kt-nav__item.kt-nav__item--active .kt-nav__link g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #366cf3;
}
.kt-todo .kt-todo__aside .kt-todo__nav .kt-nav .kt-nav__item.hover .kt-nav__link:hover g [fill],
.kt-todo .kt-todo__aside .kt-todo__nav .kt-nav .kt-nav__item.kt-nav__item--selected .kt-nav__link:hover g [fill],
.kt-todo .kt-todo__aside .kt-todo__nav .kt-nav .kt-nav__item.kt-nav__item--active .kt-nav__link:hover g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.kt-todo .kt-todo__aside .kt-todo__nav .kt-nav .kt-nav__item.hover .kt-nav__link .kt-nav__link-text,
.kt-todo .kt-todo__aside .kt-todo__nav .kt-nav .kt-nav__item.kt-nav__item--selected .kt-nav__link .kt-nav__link-text,
.kt-todo .kt-todo__aside .kt-todo__nav .kt-nav .kt-nav__item.kt-nav__item--active .kt-nav__link .kt-nav__link-text {
  color: #366cf3;
}
.kt-todo .kt-todo__header {
  padding: 13px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.kt-todo .kt-todo__header .kt-todo__title {
  margin: 0;
  font-size: 1.4rem;
  padding-right: 2rem;
  font-weight: 600;
  color: #595d6e;
}
.kt-todo .kt-todo__header .kt-todo__nav {
  padding: 0;
  flex-grow: 1;
  margin-top: 0.2rem;
}
.kt-todo .kt-todo__header .kt-todo__nav .btn {
  margin-right: 1rem;
}
.kt-todo .kt-todo__header .kt-todo__nav .kt-todo__link {
  padding: 0.5rem 1.2rem;
  font-weight: 500;
  color: #74788d;
  border-radius: 4px;
}
.kt-todo .kt-todo__header .kt-todo__nav .kt-todo__link:not(:first-child):not(:last-child) {
  margin: 0 0.2rem;
}
.kt-todo .kt-todo__header .kt-todo__nav .kt-todo__link:hover,
.kt-todo .kt-todo__header .kt-todo__nav .kt-todo__link.kt-todo__link--selected,
.kt-todo .kt-todo__header .kt-todo__nav .kt-todo__link.kt-todo__link--active {
  background-color: #f7f8fa;
  color: #366cf3;
  border-radius: 4px;
}
@media (max-width: 1024px) {
  .kt-todo .kt-todo__header {
    padding: 10px 15px;
  }
}
@media (max-width: 1024px) {
  .kt-todo {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
  .kt-todo .kt-todo__aside {
    background: #fff;
    margin: 0;
  }
  .kt-todo .kt-todo__aside .kt-todo__nav .kt-nav .kt-nav__item .kt-nav__link-title {
    padding-left: 1.2rem;
  }
  .kt-todo .kt-todo__aside .kt-todo__nav .kt-nav .kt-nav__item .kt-nav__link {
    padding: 0.75rem 10px;
  }
  .kt-todo .kt-portlet__head {
    min-height: 60px !important;
    padding: 10px 15px;
  }
}
@media (max-width: 768px) {
  .kt-todo .kt-todo__head .kt-todo__nav .btn {
    margin-right: 0.2rem;
  }
}
.kt-todo__aside-close {
  display: none;
}
@media (max-width: 1024px) {
  .kt-todo__aside {
    z-index: 1001;
    position: fixed;
    -webkit-overflow-scrolling: touch;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    -webkit-transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    width: 300px !important;
    -webkit-transition: left .3s ease, right .3s ease;
    transition: left .3s ease, right .3s ease;
    left: -320px;
  }
  .kt-todo__aside.kt-todo__aside--on {
    -webkit-transition: left .3s ease, right .3s ease;
    transition: left .3s ease, right .3s ease;
    left: 0;
  }
}
@media screen and (max-width: 1024px) and (-ms-high-contrast: active), (max-width: 1024px) and (-ms-high-contrast: none) {
  .kt-todo__aside {
    -webkit-transition: none !important;
    transition: none !important;
  }
}
@media (max-width: 1024px) {
  .kt-todo__aside--right .kt-todo__aside {
    right: -320px;
    left: auto;
  }
  .kt-todo__aside--right .kt-todo__aside.kt-todo__aside--on {
    -webkit-transition: left .3s ease, right .3s ease;
    transition: left .3s ease, right .3s ease;
    right: 0;
    left: auto;
  }
  .kt-todo__aside-close {
    width: 25px;
    height: 25px;
    top: 1px;
    z-index: 1002;
    -webkit-transition: left .3s ease, right .3s ease;
    transition: left .3s ease, right .3s ease;
    position: fixed;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    cursor: pointer;
    outline: 0 !important;
    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;
    left: -25px;
  }
}
@media screen and (max-width: 1024px) and (-ms-high-contrast: active), (max-width: 1024px) and (-ms-high-contrast: none) {
  .kt-todo__aside-close {
    -webkit-transition: none !important;
    transition: none !important;
  }
}
@media (max-width: 1024px) {
  .kt-todo__aside-close > i {
    line-height: 0;
    font-size: 1.4rem;
  }
  .kt-todo__aside-close:hover {
    text-decoration: none;
  }
  .kt-todo__aside--right .kt-todo__aside-close {
    left: auto;
    right: -25px;
  }
  .kt-todo__aside--on .kt-todo__aside-close {
    -webkit-transition: left .3s ease, right .3s ease;
    transition: left .3s ease, right .3s ease;
    left: 274px;
  }
  .kt-todo__aside--on.kt-todo__aside--right .kt-todo__aside-close {
    left: auto;
    right: 274px;
  }
  .kt-todo__aside-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.1);
    -webkit-animation: kt-animate-fade-in 0.3s linear 1;
    animation: kt-animate-fade-in 0.3s linear 1;
  }
  .kt-todo__aside-overlay {
    background: rgba(0, 0, 0, 0.05);
  }
  .kt-todo__aside-close {
    background-color: #f7f8fa;
  }
  .kt-todo__aside-close > i {
    color: #74788d;
  }
  .kt-todo__aside-close:hover {
    background-color: transparent;
  }
  .kt-todo__aside-close:hover > i {
    color: #366cf3;
  }
}
@media (max-width: 350px) {
  .kt-todo__aside {
    width: 90% !important;
  }
}
