@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes zeroToHundred {
  0% {
    width: 1%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__animated {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@font-face {
  font-family: "Nunito Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/nunito-sans-v5-latin-italic.eot");
  src: local("Nunito Sans Italic"), local("NunitoSans-Italic"), url("../fonts/nunito-sans-v5-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito-sans-v5-latin-italic.woff2") format("woff2"), url("../fonts/nunito-sans-v5-latin-italic.woff") format("woff"), url("../fonts/nunito-sans-v5-latin-italic.ttf") format("truetype"), url("../fonts/nunito-sans-v5-latin-italic.svg#NunitoSans") format("svg");
}
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/nunito-sans-v5-latin-regular.eot");
  src: local("Nunito Sans Regular"), local("NunitoSans-Regular"), url("../fonts/nunito-sans-v5-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito-sans-v5-latin-regular.woff2") format("woff2"), url("../fonts/nunito-sans-v5-latin-regular.woff") format("woff"), url("../fonts/nunito-sans-v5-latin-regular.ttf") format("truetype"), url("../fonts/nunito-sans-v5-latin-regular.svg#NunitoSans") format("svg");
}
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/nunito-sans-v5-latin-700.eot");
  src: local("Nunito Sans Bold"), local("NunitoSans-Bold"), url("../fonts/nunito-sans-v5-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito-sans-v5-latin-700.woff2") format("woff2"), url("../fonts/nunito-sans-v5-latin-700.woff") format("woff"), url("../fonts/nunito-sans-v5-latin-700.ttf") format("truetype"), url("../fonts/nunito-sans-v5-latin-700.svg#NunitoSans") format("svg");
}
@font-face {
  font-family: "Nunito Sans";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/nunito-sans-v5-latin-700italic.eot");
  src: local("Nunito Sans Bold Italic"), local("NunitoSans-BoldItalic"), url("../fonts/nunito-sans-v5-latin-700italic.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito-sans-v5-latin-700italic.woff2") format("woff2"), url("../fonts/nunito-sans-v5-latin-700italic.woff") format("woff"), url("../fonts/nunito-sans-v5-latin-700italic.ttf") format("truetype"), url("../fonts/nunito-sans-v5-latin-700italic.svg#NunitoSans") format("svg");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/inter-v2-latin-regular.eot");
  src: local(""), url("../fonts/inter-v2-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-v2-latin-regular.woff2") format("woff2"), url("../fonts/inter-v2-latin-regular.woff") format("woff"), url("../fonts/inter-v2-latin-regular.ttf") format("truetype"), url("../fonts/inter-v2-latin-regular.svg#Inter") format("svg");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/inter-v2-latin-700.eot");
  src: local(""), url("../fonts/inter-v2-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-v2-latin-700.woff2") format("woff2"), url("../fonts/inter-v2-latin-700.woff") format("woff"), url("../fonts/inter-v2-latin-700.ttf") format("truetype"), url("../fonts/inter-v2-latin-700.svg#Inter") format("svg");
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icons/icomoon.woff2?uliak0") format("woff2"), url("../fonts/icons/icomoon.ttf?uliak0") format("truetype"), url("../fonts/icons/icomoon.woff?uliak0") format("woff"), url("../fonts/icons/icomoon.svg?uliak0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], .lessons__list > div a[data-completed="100"] span.duration:before, .lessons__list a:hover span.item > em, .lessons__list a.current span.item > em, .fieldset .fieldrow.checkbox label:before, [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-play:before {
  content: "\e916";
}

.icon-replay:before {
  content: "\e91e";
}

.icon-courses:before {
  content: "\e900";
}

.icon-email:before {
  content: "\e901";
}

.icon-has_key:before {
  content: "\e91d";
}

.icon-visible:before {
  content: "\e902";
}

.icon-add:before {
  content: "\e903";
}

.icon-clear:before {
  content: "\e918";
}

.icon-edit:before {
  content: "\e904";
}

.icon-sort:before {
  content: "\e905";
}

.icon-save:before {
  content: "\e912";
}

.icon-image_file:before {
  content: "\e911";
}

.icon-dashboard:before {
  content: "\e906";
}

.icon-stats:before {
  content: "\e907";
}

.icon-file:before {
  content: "\e908";
}

.icon-arrow_down:before {
  content: "\e909";
}

.icon-arrow_left:before {
  content: "\e913";
}

.icon-arrow_right:before {
  content: "\e914";
}

.icon-arrow_up:before {
  content: "\e90a";
}

.icon-points:before {
  content: "\e90b";
}

.icon-chapter:before {
  content: "\e917";
}

.icon-arrow_back:before {
  content: "\e91a";
}

.icon-arrow_forward:before {
  content: "\e91b";
}

.icon-check:before {
  content: "\e919";
}

.icon-refresh:before {
  content: "\e91c";
}

.icon-person:before {
  content: "\e915";
}

.icon-star:before {
  content: "\e90c";
}

.icon-star_outline:before {
  content: "\e91f";
}

.icon-delete:before {
  content: "\e90d";
}

.icon-info_outline:before {
  content: "\e920";
}

.icon-settings:before {
  content: "\e90e";
}

.icon-not_visible:before {
  content: "\e90f";
}

.icon-users:before {
  content: "\e910";
}

.inline__errors {
  color: #EC3237;
}

.fc-success {
  color: #30A55D;
}

.fc-warning {
  color: #FAB92C;
}

.fc-error {
  color: #EC3237;
}

.pointer {
  cursor: pointer;
}

a.btn,
.head .actions > div > a {
  text-decoration: none;
}

button {
  -webkit-appearance: none;
  border: none;
  background-color: transparent;
  font-family: inherit;
  padding: 0;
  cursor: pointer;
}

button,
.btn,
.head .actions > div > div,
.head .actions > div > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: start;
  background-color: #2481C6;
  color: #fff;
  font-size: 16px;
  border-radius: 6px;
  padding: 0.25em 25px;
  min-height: 42px;
  border: 0;
  font-weight: 400;
  text-align: center;
  line-height: 1.1;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
button:hover,
.btn:hover,
.head .actions > div > div:hover,
.head .actions > div > a:hover {
  background-color: #2b8fd8;
  color: #fff;
}
button .icon,
.btn .icon,
.head .actions > div > div .icon,
.head .actions > div > a .icon {
  position: relative;
  top: -1px;
}
button .icon,
.btn .icon,
.head .actions > div > div .icon,
.head .actions > div > a .icon {
  padding-right: 5px;
}
button.icon__right .icon,
.btn.icon__right .icon,
.head .actions > div > div.icon__right .icon,
.head .actions > div > a.icon__right .icon {
  padding-right: 0;
  padding-left: 5px;
}
button.round,
.btn.round,
.head .actions > div > div.round,
.head .actions > div > a.round {
  border-radius: 22px;
}
button__small,
.btn__small {
  font-size: 13px;
}
button__block,
.btn__block {
  width: 100%;
}
button.outline,
.btn.outline,
.head .actions > div > div.outline,
.head .actions > div > a.outline {
  border: 1px solid #303030;
  background-color: #fff;
  color: #303030;
}
button.outline.thick,
.btn.outline.thick,
.head .actions > div > div.outline.thick,
.head .actions > div > a.outline.thick {
  border: 2px solid #303030;
}
button.outline.thick.light,
.btn.outline.thick.light,
.head .actions > div > div.outline.thick.light,
.head .actions > div > a.outline.thick.light {
  border-color: #CFCFCF;
}
button.outline:hover,
.btn.outline:hover,
.head .actions > div > div.outline:hover,
.head .actions > div > a.outline:hover {
  color: #2481C6;
  border-color: #2481C6 !important;
  background-color: #fff;
}
button:focus,
.btn:focus,
.head .actions > div > div:focus,
.head .actions > div > a:focus {
  outline-style: solid;
  outline-color: transparent;
}
button.glow,
.btn.glow,
.head .actions > div > div,
.head .actions > div > a {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.2);
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
button.glow:hover,
.btn.glow:hover,
.head .actions > div > div:hover,
.head .actions > div > a:hover {
  background-color: #fff;
  color: #2481C6;
  box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.5);
}
button.white,
.btn.white,
.head .actions > div > div.white,
.head .actions > div > a.white {
  background-color: #fff;
  color: #303030;
}
button.white:hover,
.btn.white:hover,
.head .actions > div > div.white:hover,
.head .actions > div > a.white:hover {
  background-color: #fff;
  color: #2481C6;
}
button.red,
.btn.red,
.head .actions > div > div.red,
.head .actions > div > a.red {
  background-color: #EC3237;
  color: #fff;
}
button.red:hover,
.btn.red:hover,
.head .actions > div > div.red:hover,
.head .actions > div > a.red:hover {
  background-color: #ea1b20;
  color: #fff;
}
button.loader.act,
.btn.loader.act,
.head .actions > div > div.loader.act,
.head .actions > div > a.loader.act {
  position: relative;
  background-color: #909090;
  cursor: default;
}
button.loader.act:after,
.btn.loader.act:after,
.head .actions > div > div.loader.act:after,
.head .actions > div > a.loader.act:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background-color: #909090;
  z-index: 2;
}
button.loader.act:before,
.btn.loader.act:before,
.head .actions > div > div.loader.act:before,
.head .actions > div > a.loader.act:before {
  content: "";
  animation: rotate 0.8s infinite linear;
  border: 1px solid #707070;
  border-radius: 50%;
  border-right-color: #fff;
  border-top-color: #fff;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  width: 16px;
  height: 16px;
  z-index: 3;
}

.field {
  -webkit-appearance: none;
  display: block;
  border: 2px solid #F2F2F4;
  border-radius: 6px;
  outline: none;
  width: 100%;
  padding: 12px 15px;
  transition: border-color 0.2s ease-in-out;
}
.field::-webkit-input-placeholder {
  line-height: normal !important;
}
.field:focus {
  border-color: #2481C6;
}
.field.error {
  border-color: red;
}

.fieldset {
  display: flex;
  flex-wrap: wrap;
}
.fieldset .fieldrow {
  padding: 15px;
  width: 50%;
}
.fieldset .fieldrow .fieldrow {
  padding-left: 0;
  padding-right: 0;
}
.fieldset .fieldrow.w100 {
  width: 100%;
}
.fieldset .fieldrow.checkbox {
  backface-visibility: hidden;
  position: relative;
}
.fieldset .fieldrow.checkbox input {
  z-index: -1;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0 !important;
  outline: 0;
  width: 18px;
  height: 18px;
}
.fieldset .fieldrow.checkbox label {
  position: relative;
  margin-bottom: 0;
}
.fieldset .fieldrow.checkbox label:active:before, .fieldset .fieldrow.checkbox label.nice-select.open:before {
  transform: scale(0);
}
.fieldset .fieldrow.checkbox label:hover:before {
  border-color: #2481C6;
}
.fieldset .fieldrow.checkbox label:before {
  content: "\e919";
  border: 1px solid #CFCFCF;
  border-radius: 4px;
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 18px;
  text-align: center;
  margin-right: 10px;
  color: transparent;
  transition: 0.2s;
  background-color: #fff;
}
.fieldset .fieldrow.checkbox input[type=checkbox]:checked + label:before {
  background-color: #204f32;
  border-color: #204f32;
  color: #fff;
}
.fieldset .fieldrow.radio label:before {
  content: "";
  -webkit-transform: none;
  transform: none;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  top: 1px;
  left: 0;
}
.fieldset .fieldrow.radio label:after {
  top: 1px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  -webkit-transform: scale(0.46666667);
  transform: scale(0.46666667);
  background-color: rgba(0, 0, 0, 0.87);
}
.fieldset .fieldrow.label__aside {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
.fieldset label {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
}
.fieldset .field,
.fieldset input[type=text],
.fieldset input[type=password],
.fieldset input[type=number],
.fieldset input[type=email],
.fieldset textarea {
  -webkit-appearance: none;
  display: block;
  border: 2px solid #F2F2F4;
  border-radius: 6px;
  outline: none;
  width: 100%;
  padding: 12px 15px;
  transition: border-color 0.2s ease-in-out;
}
.fieldset .field::-webkit-input-placeholder,
.fieldset input[type=text]::-webkit-input-placeholder,
.fieldset input[type=password]::-webkit-input-placeholder,
.fieldset input[type=number]::-webkit-input-placeholder,
.fieldset input[type=email]::-webkit-input-placeholder,
.fieldset textarea::-webkit-input-placeholder {
  line-height: normal !important;
}
.fieldset .field:focus,
.fieldset input[type=text]:focus,
.fieldset input[type=password]:focus,
.fieldset input[type=number]:focus,
.fieldset input[type=email]:focus,
.fieldset textarea:focus {
  border-color: #2481C6;
}
.fieldset .field.error,
.fieldset input[type=text].error,
.fieldset input[type=password].error,
.fieldset input[type=number].error,
.fieldset input[type=email].error,
.fieldset textarea.error {
  border-color: red;
}
.fieldset select {
  width: 100%;
}
.fieldset textarea {
  height: 120px;
  resize: vertical;
}

span.invalid__feedback {
  display: block;
  font-size: 15px;
  color: #EC3237;
  margin-top: 10px;
}

@media screen and (max-width: 920px) {
  .hero .btn.glow, .hero .head .actions > div > div, .head .hero .actions > div > div,
.hero .head .actions > div > a,
.head .hero .actions > div > a {
    background-color: #2481C6;
    color: #fff;
  }
}
@media screen and (max-width: 520px) {
  .fieldset .fieldrow {
    width: 100%;
  }
  .fieldset .fieldrow .btn, .fieldset .fieldrow .head .actions > div > div, .head .fieldset .fieldrow .actions > div > div,
.fieldset .fieldrow .head .actions > div > a,
.head .fieldset .fieldrow .actions > div > a,
.fieldset .fieldrow button {
    width: 100%;
  }
}
*, *:before, *:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  overflow-x: hidden;
  position: relative;
}

body {
  font-family: "Nunito Sans", "Helvetica", "Arial", sans-serif;
  color: #303030;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
}

a {
  color: #303030;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
a:hover {
  color: #303030;
}

p {
  margin: 0 0 10px 0;
  padding: 0;
}
p.last {
  margin-bottom: 0;
}
p a {
  text-decoration: underline;
  color: #2481C6;
}

hr {
  width: 100%;
  height: 1px;
  background-color: #fff;
  border: 0;
  margin: 30px 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

small {
  font-size: 15px;
}

.uppercase {
  text-transform: uppercase;
}

.textalign__right {
  text-align: right;
}

.textalign__center {
  text-align: center;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.flex.align__stretch {
  align-items: stretch;
}
.flex.align__center {
  align-items: center;
}
.flex.nomar {
  margin-left: 0;
  margin-right: 0;
}
.flex.align__top {
  align-items: flex-start;
}
.flex.align__bottom {
  align-items: flex-end;
}
.flex.centered {
  justify-content: center;
}
.flex .column {
  padding: 0 15px;
}
.flex .column.fl__1 {
  flex: 1;
}

.w100 {
  width: 100%;
}

.w80 {
  width: 80%;
}

.w75 {
  width: 75%;
}

.w66 {
  width: 66.6666%;
}

.w60 {
  width: 60%;
}

.w50 {
  width: 50%;
}

.w40 {
  width: 40%;
}

.w33 {
  width: 33.3333%;
}

.w25 {
  width: 25%;
}

.w20 {
  width: 20%;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.m0auto {
  margin: 0 auto;
}

ul.clean {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rounded {
  border-radius: 6px;
}

small {
  color: #909090;
}

.hidden {
  display: none;
}

.mandatory {
  color: #EC3237;
}

ul.generic__list {
  border: 1px solid #F2F2F4;
  border-radius: 6px;
}
ul.generic__list li {
  padding: 15px;
}
ul.generic__list li:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
ul.generic__list li:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
ul.generic__list li:nth-child(odd) {
  background-color: #F2F2F4;
}
ul.generic__list.points li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
ul.generic__list.points li span.title {
  width: 65%;
}
ul.generic__list.points li span.title a {
  color: #2481C6;
}
ul.generic__list.points li span.title span {
  display: block;
  font-size: 13px;
  color: #909090;
  text-transform: uppercase;
  margin-bottom: 5px;
}
ul.generic__list.points li span.date {
  padding: 0 15px;
}
ul.generic__list.points li span.action {
  flex: 1;
  text-align: right;
}
ul.generic__list.points li.label {
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  color: #707070;
}
ul.generic__list.points li:nth-child(odd) {
  background-color: #fff;
}
ul.generic__list.points li:nth-child(even) {
  background-color: #F2F2F4;
}
ul.generic__list.payments li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
ul.generic__list.payments li span.title {
  width: 45%;
}
ul.generic__list.payments li span.title a {
  color: #2481C6;
}
ul.generic__list.payments li span.date {
  padding: 0 15px;
}
ul.generic__list.payments li span.action {
  flex: 1;
  text-align: right;
}
ul.generic__list.payments li.label {
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  color: #707070;
}
ul.generic__list.payments li:nth-child(odd) {
  background-color: #fff;
}
ul.generic__list.payments li:nth-child(even) {
  background-color: #F2F2F4;
}

.alert {
  border-radius: 6px;
  padding: 10px 15px;
  margin-bottom: 15px;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
}
.alert.info {
  background-color: #EBF8FF;
  color: #2B6CB0;
  border-color: #d2efff;
}
.alert.error {
  background-color: #EC3237;
  color: #fff;
  border-color: #ea1b20;
}
.alert.success {
  background-color: #68D391;
  color: #204f32;
  border-color: #54cd83;
}

.page__message {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f9f9f9;
  border-top: 2px solid #fff;
}
.page__message:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 1%;
  height: 2px;
  background-color: #fff;
  animation: zeroToHundred 8s;
}
.page__message .inner {
  padding: 15px;
}
.page__message.error {
  background-color: #EC3237;
  color: #fff;
}
.page__message.error:before {
  background-color: #a81014;
}
.page__message.success {
  background-color: #68D391;
  color: #204f32;
}
.page__message.success:before {
  background-color: #30a55d;
}
.page__message.info {
  background-color: #EBF8FF;
  color: #2B6CB0;
}
.page__message.info:before {
  background-color: #85d4ff;
}

.page {
  max-width: 1460px;
  margin: 0 auto;
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.page > .inner {
  flex: 1;
  width: 100%;
}
.page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 550px;
  border-radius: 6px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  z-index: -1;
  background-color: #2481C6;
  background-color: #2581C4;
  background-image: repeating-radial-gradient(circle at 0 0, transparent 0, #2581C4 30px), repeating-linear-gradient(#0d243355, #0d2433);
}
.page::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 550px;
  border-radius: 6px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  z-index: -1;
  opacity: 0.8;
  background-color: #2481C6;
}

body.user .page::before,
body.user .page::after,
body.textpage .page::before,
body.textpage .page::after {
  height: 120px;
}
body.user .content,
body.textpage .content {
  padding-top: 100px;
}
body.user .content > h1,
body.textpage .content > h1 {
  margin-top: 0;
}

.inner {
  max-width: 1190px;
  margin: 0 auto;
  padding: 0 15px;
}

.content {
  padding: 80px 0;
}

@media screen and (max-width: 1460px) {
  .page::before,
.page::after {
    border-radius: 0;
  }
}
@media screen and (max-width: 920px) {
  .content {
    padding: 45px 0;
  }
}
@media screen and (max-width: 840px) {
  body.user .page::before,
body.textpage .page::before,
body.textpage .page::after,
body.user .page::after {
    height: 125px;
  }
}
@media screen and (max-width: 730px) {
  body.no__video.no__assessment .content {
    padding-top: 30px;
  }
}
@media screen and (max-width: 640px) {
  .page::before,
.page::after {
    height: 125px;
  }
}
.head {
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
}
.head .logo {
  width: 50px;
  height: 54px;
}
.head .logo a {
  display: block;
  width: 50px;
  height: 54px;
  background-image: url("../images/logo-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.head .logo span {
  display: none;
}
.head .user {
  flex: 1;
  padding-left: 30px;
  padding-right: 30px;
}
.head .user span {
  font-size: 21px;
}
.head .actions {
  display: inline-flex;
  align-items: center;
}
.head .actions > div {
  padding-left: 15px;
  position: relative;
}
.head .actions > div > div,
.head .actions > div > a {
  text-align: center;
  line-height: 38px;
  min-width: 0;
  min-height: 0;
  width: 38px;
  height: 38px;
  border-radius: 100%;
}
.head .actions > div > div span.icon,
.head .actions > div > a span.icon {
  font-size: 18px;
}
.head .actions > div > div em,
.head .actions > div > a em {
  font-style: normal;
}
.head .actions > div > div.active,
.head .actions > div > a.active {
  background-color: #fff;
  color: #2481C6;
}
.head .actions > div > a.points {
  border-radius: 20px;
  width: auto;
  padding: 0 15px;
  font-size: 15px;
}
.head .usermenu {
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 101;
  background-color: #fff;
  font-size: 15px;
  border: 1px solid #F2F2F4;
  border-radius: 6px;
  min-width: 150px;
}
.head .usermenu a {
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #F2F2F4;
  transition: color 0.2s ease-in-out;
}
.head .usermenu a:hover {
  color: #2481C6;
}
.head .usermenu a.logout:hover {
  color: #EC3237;
}
.head .usermenu li:last-child a {
  border-bottom: 0;
}
.head .usermenu li.on__mobile {
  display: none;
}
.head div.messages {
  position: relative;
}
.head div.messages em {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  position: absolute;
  top: -7px;
  right: -4px;
  line-height: 20px;
  text-align: center;
  background-color: #2481C6;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  font-size: 11px;
  font-style: normal;
  color: #fff;
  display: inline-block;
}

body.course .chapter__nav {
  display: block;
}

.chapter__nav {
  display: none;
  margin-left: 30px;
}
.chapter__nav > span {
  font-size: 15px;
  padding-right: 10px;
}
.chapter__nav nav {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 101;
  background-color: #fff;
  width: 320px;
  padding: 50px 15px 5px 15px;
  border-radius: 6px;
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.08);
  max-height: 360px;
  overflow: auto;
}
.chapter__nav nav a.close {
  position: absolute;
  top: 18px;
  right: 20px;
  font-size: 20px;
  color: #909090;
}
.chapter__nav nav li {
  border-bottom: 1px solid #f5f5f5;
}
.chapter__nav nav li:last-child {
  border-bottom: 0;
}
.chapter__nav nav li a {
  display: block;
  padding: 10px 0;
  font-size: 15px;
}
.chapter__nav nav li a:hover {
  color: #2481C6;
}

@media screen and (max-width: 840px) {
  .head .logo,
.head .logo a {
    width: 70px;
    height: 65px;
  }

  .head .logo a {
    background-size: 70px 65px;
  }
}
@media screen and (max-width: 760px) {
  .head .user {
    display: none;
  }

  .head .actions {
    flex: 1;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 530px) {
  .chapter__nav {
    margin-left: 0;
  }
  .chapter__nav > span {
    display: none;
  }
}
@media screen and (max-width: 440px) {
  .head .actions .messages {
    display: none;
  }

  .head .usermenu li.on__mobile {
    display: block;
  }
}
.hero {
  min-height: 485px;
  color: #fff;
}
.hero h1 {
  margin-top: 0;
}
.hero .go__next {
  margin-top: 30px;
  margin-bottom: 0;
}
.hero .go__next .is__completed {
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 15px;
}
.hero .go__next .is__completed p {
  margin-bottom: 0;
}

.home .hero,
.course .hero {
  display: flex;
}
.home .hero .description,
.course .hero .description {
  padding-right: 80px;
  padding-top: 80px;
  flex: 1;
}
.home .hero .image,
.course .hero .image {
  width: 665px;
  border-radius: 6px;
  background-color: #2EDFBB;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 640px) {
  .hero {
    color: #303030;
  }
}
.box {
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}
.box .headline {
  background: #2481C6;
  background: linear-gradient(to right, #2481C6, #56a5e0);
  border-radius: 6px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: #fff;
  padding: 15px 30px;
}
.box .inner__box {
  padding: 30px;
}
.box ul li {
  padding-bottom: 5px;
}
.box ul li:last-child {
  padding-bottom: 0;
}

@media screen and (max-width: 720px) {
  .box .headline,
.box .inner__box {
    padding: 15px;
  }
}
.foot {
  background-color: #F1F2F6;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 6px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 13px;
  color: #949cba;
}
.foot ul li {
  display: inline;
  margin-right: 10px;
}
.foot a {
  color: #949cba;
  transition: color 0.2s ease-in-out;
}
.foot a:hover {
  color: #757fa6;
}
.foot .inner {
  display: flex;
  align-items: center;
}
.foot .inner .footer__nav {
  flex: 1;
  padding-right: 15px;
}

.login__register .foot .inner {
  justify-content: center;
}
.login__register .foot .inner .footer__nav {
  flex: none;
}

body.login__register {
  min-height: 100vh;
}
body.login__register .logo {
  width: 50px;
  height: 54px;
  padding-left: 15px;
}
body.login__register .logo a {
  display: block;
  width: 50px;
  height: 54px;
  background-image: url("../images/logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
body.login__register .logo a span {
  display: none;
}

#different__billing {
  display: none;
}

.auth__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 100vh;
}
.auth__wrapper > div {
  width: 50%;
  padding: 8% 0;
}
.auth__wrapper .inner {
  max-width: 620px;
}
.auth__wrapper .shower {
  background-color: #2481C6;
  align-self: stretch;
  position: relative;
  background-image: url("../images/splash_authBg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.auth__wrapper .shower:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2481C6;
  background: linear-gradient(to right, #2481C6, #56a5e0);
  opacity: 0.6;
}

@media screen and (max-width: 920px) {
  .auth__wrapper {
    flex-direction: column-reverse;
    min-height: 0;
  }
  .auth__wrapper .logo {
    margin: 0 auto;
  }
  .auth__wrapper > div {
    width: 100%;
    padding: 0;
  }
  .auth__wrapper .shower {
    min-height: 240px;
  }
  .auth__wrapper .fields {
    margin-top: -45px;
    margin-bottom: 45px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 2;
  }
  .auth__wrapper .fields .inner {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.08);
  }
}
@media screen and (max-width: 480px) {
  .auth__wrapper .fieldset .fieldrow {
    width: 100%;
  }
  .auth__wrapper .fieldset .fieldrow.textalign__right {
    text-align: left;
  }
  .auth__wrapper .fieldset .fieldrow .btn, .auth__wrapper .fieldset .fieldrow .head .actions > div > div, .head .auth__wrapper .fieldset .fieldrow .actions > div > div,
.auth__wrapper .fieldset .fieldrow .head .actions > div > a,
.head .auth__wrapper .fieldset .fieldrow .actions > div > a {
    width: 100%;
    margin: 5px 0;
  }
}
.courses__overview {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.courses__overview .course {
  width: 25%;
  padding: 10px;
}
.courses__overview .course a.image {
  display: flex;
}
.courses__overview .course.admin__only .image::before {
  content: "VORSCHAU";
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-flex;
  padding: 3px 6px 2px;
  background-color: #fff;
  font-size: 12px;
  font-weight: 600;
  border-radius: 6px;
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.08);
}
.courses__overview .course .box {
  position: relative;
  background-color: #fff;
  height: 100%;
  color: #303030;
  padding-bottom: 30px;
}
.courses__overview .course .box a {
  text-decoration: none;
}
.courses__overview .course .image {
  border-radius: 6px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  height: 220px;
  background-color: #2481C6;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.courses__overview .course .text {
  padding: 30px 0 65px;
  margin: 0 30px;
}
.courses__overview .course .actions {
  margin: 0;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
}
.courses__overview .course .actions a {
  flex: 1;
}
.courses__overview .course .actions > div {
  margin-left: 15px;
}
.courses__overview .course .actions .starrable {
  font-size: 25px;
  color: #FEC84D;
}
.courses__overview .course .actions .starrable em {
  display: block;
}
.courses__overview .course.dummy {
  min-height: 300px;
}
.courses__overview .course.dummy > div {
  background-color: #fafafa;
  height: 100%;
  border-radius: 6px;
}

.home .courses__overview .progress {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 16px;
}
.home .courses__overview .progress span {
  display: block;
  margin-top: 10px;
  background-color: #F2F2F4;
  width: 100%;
  height: 5px;
  border-radius: 6px;
}
.home .courses__overview .progress span em {
  border-radius: 6px;
  background: #2481C6;
  background: linear-gradient(to right, #2481C6, #56a5e0);
  width: 0%;
  height: 5px;
  display: block;
}

.course__progress__detail {
  padding: 15px;
  background-color: #fafafa;
  border-radius: 6px;
  border: 1px solid #f5f5f5;
}
.course__progress__detail .icon {
  margin-bottom: 15px;
}
.course__progress__detail .icon em {
  font-size: 25px;
  color: #1D75BC;
}
.course__progress__detail .progress {
  margin-top: 15px;
  margin-bottom: 0;
}
.course__progress__detail .progress span {
  display: block;
  margin-top: 10px;
  background-color: #F2F2F4;
  width: 100%;
  height: 5px;
  border-radius: 6px;
}
.course__progress__detail .progress span em {
  border-radius: 6px;
  background: #2481C6;
  background: linear-gradient(to right, #2481C6, #56a5e0);
  width: 0%;
  height: 5px;
  display: block;
  transition: width 0.5s ease-in-out;
}

.course__overview {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.course__overview .course__chapters {
  flex: 1;
  padding-right: 80px;
}
.course__overview .course__chapters .chapter {
  padding-top: 50px;
  margin-top: 50px;
  border-top: 2px solid #F2F2F4;
}
.course__overview .course__chapters .chapter:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}
.course__overview .course__chapters .chapter h2 {
  margin-top: 0;
}
.course__overview .course__chapters .lessons__list {
  margin-top: 40px;
}
.course__overview .course__materials {
  width: 390px;
}

.chapter__lessons {
  max-width: 695px;
}

.unlock__now {
  margin-top: 30px;
  border: 2px solid #2481C6;
  background-color: #f5f5f5;
  padding: 15px 15px 15px 25px;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.unlock__now .text {
  padding-left: 25px;
  padding-right: 15px;
  flex: 1;
}
.unlock__now .text p {
  margin: 0;
}

@media screen and (max-width: 1060px) {
  .home .hero .description,
.course .hero .description {
    padding-right: 40px;
    padding-top: 40px;
  }

  .home .hero .image,
.course .hero .image {
    width: 545px;
  }
}
@media screen and (max-width: 960px) {
  .courses__overview .course {
    width: 50%;
    padding: 10px;
  }
}
@media screen and (max-width: 920px) {
  .home .hero,
.course .hero {
    flex-wrap: wrap;
    max-width: 620px;
    margin: 0 auto;
  }

  .home .hero .description,
.course .hero .description {
    width: 100%;
    padding-right: 0;
  }

  .home .hero .image,
.course .hero .image {
    width: 100%;
    height: 400px;
    margin-top: 30px;
  }

  .course__overview .course__materials {
    width: 300px;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 760px) {
  .course__overview {
    flex-direction: column-reverse;
  }
  .course__overview .course__chapters {
    width: 100%;
    padding-right: 0;
  }
  .course__overview .course__materials {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .home .hero .image,
.course .hero .image {
    height: 280px;
  }

  .courses__overview {
    margin-left: 0;
    margin-right: 0;
  }
  .courses__overview .course {
    width: 100%;
    padding: 10px 0;
  }
  .courses__overview .course.dummy {
    display: none;
  }
}
.lesson.no__assessment.no__video .page::before,
.lesson.no__assessment.no__video .page::after {
  height: 120px;
}

.lesson__detail {
  display: flex;
  flex-wrap: wrap;
}
.lesson__detail .description {
  flex: 1;
  padding-right: 80px;
}
.lesson__detail .description ul,
.lesson__detail .description ol {
  padding-left: 20px;
  margin: 25px 0;
}
.lesson__detail .description ul {
  list-style-type: disc;
}
.lesson__detail .description ul ul {
  list-style-type: circle;
}
.lesson__detail .description ol {
  list-style-type: decimal;
}
.lesson__detail .description p {
  margin-bottom: 20px;
  line-height: 1.5;
}
.lesson__detail .lessons__sidebar {
  width: 475px;
}
.lesson__detail .lessons__sidebar .lessons__list {
  padding: 30px;
}
.lesson__detail .lessons__sidebar .lessons__list > div {
  margin-left: 0;
  margin-right: 0;
}
.lesson__detail .lessons__sidebar .lessons__list > div:last-child {
  margin-bottom: 0;
}
.lesson__detail .lessons__sidebar .lessons__list span.progress {
  padding-right: 0;
}
.lesson__detail .lessons__sidebar .chapters ul {
  margin-top: 10px;
  font-size: 15px;
}
.lesson__detail .lessons__sidebar .chapters ul li {
  display: inline;
  padding-right: 5px;
}
.lesson__detail .lessons__sidebar .chapters ul li a.act {
  font-weight: 700;
  color: #2481C6;
}
.lesson__detail .lessons__sidebar .downloads {
  margin-bottom: 30px;
}

.lessons__list > div {
  position: relative;
  margin-bottom: 25px;
  margin-left: -15px;
  margin-right: -15px;
}
.lessons__list a {
  display: block;
  transition: color 0.2s ease-in-out;
  padding: 12px 15px 15px 15px;
  font-size: 15px;
}
.lessons__list a.current {
  background-color: #f5f5f5;
  border-radius: 6px;
}
.lessons__list a.current span.item > em {
  display: block;
  content: "\e916";
}
.lessons__list a.current span.item > em span.count {
  display: none;
}
.lessons__list a.current span.item > em span.icon {
  display: block;
}
.lessons__list a.current:after {
  display: none;
}
.lessons__list a.current:hover {
  color: #303030;
}
.lessons__list a.current:hover span.item .duration {
  color: #909090;
}
.lessons__list a.current:hover span.item .duration:after {
  color: #2EDFBB;
}
.lessons__list a.current .duration {
  position: relative;
}
.lessons__list a.current .duration svg {
  position: absolute;
  top: -10px;
  right: 0;
}
.lessons__list a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2481C6;
  background: linear-gradient(to right, #2481C6, #56a5e0);
  border-radius: 6px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.lessons__list a:hover {
  color: #fff;
}
.lessons__list a:hover:after {
  opacity: 1;
}
.lessons__list a:hover span.progress {
  opacity: 0;
}
.lessons__list a:hover span.item .duration {
  color: #fff;
}
.lessons__list a:hover span.item .duration:after {
  color: #fff;
}
.lessons__list a:hover span.item > em {
  display: block;
  content: "\e916";
}
.lessons__list a:hover span.item > em span.count {
  display: none;
}
.lessons__list a:hover span.item > em span.icon {
  display: block;
}
.lessons__list span.item {
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 2;
}
.lessons__list span.item > em {
  width: 30px;
  font-style: normal;
  position: relative;
}
.lessons__list span.item > em span {
  position: absolute;
  top: -10px;
  left: 0;
}
.lessons__list span.item > em span.icon {
  display: none;
  font-size: 19px;
}
.lessons__list span.item b {
  flex: 1;
  padding-right: 15px;
}
.lessons__list span.item .duration {
  width: 60px;
  text-align: right;
  color: #909090;
  transition: color 0.2s ease-in-out;
}
.lessons__list span.progress {
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 5px;
  transition: opacity 0.1s ease-in;
}
.lessons__list span.progress span {
  border-radius: 6px;
  background-color: #F2F2F4;
  width: 100%;
  height: 5px;
  display: block;
}
.lessons__list span.progress span em {
  border-radius: 6px;
  background: #2481C6;
  background: linear-gradient(to right, #2481C6, #56a5e0);
  width: 0%;
  height: 5px;
  display: block;
  transition: width 0.5s ease-in-out;
}
.lessons__list > div a[data-completed="100"] span.duration:before {
  content: "\e919";
  font-size: 19px;
  color: #2EDFBB;
  position: relative;
  top: 2px;
  padding-right: 5px;
}
.lessons__list > div a[data-completed="100"] span.duration svg {
  top: 2px;
  right: 30px;
}

body.lesson .assessment__wrap {
  border-radius: 12px;
  background-color: #fff;
  width: 100%;
  min-height: 475px;
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.08);
  color: #303030;
  padding: 80px 80px 135px 80px;
  position: relative;
}
body.lesson .assessment__wrap.ended {
  padding: 0;
  min-height: 0;
}
body.lesson .assessment__wrap.ended form {
  display: none;
}
body.lesson .assessment__wrap.ended .completed {
  min-height: 475px;
}
body.lesson .assessment__wrap .items {
  padding: 30px 0;
}
body.lesson .assessment__wrap .items > div {
  display: none;
}
body.lesson .assessment__wrap .items > div:first-child {
  display: block;
}
body.lesson .assessment__wrap .progress {
  border-radius: 6px;
  background-color: #F2F2F4;
  width: 100%;
  height: 5px;
  display: block;
  margin-top: 10px;
}
body.lesson .assessment__wrap .progress em {
  border-radius: 6px;
  background: #2481C6;
  background: linear-gradient(to right, #2481C6, #56a5e0);
  width: 2%;
  height: 5px;
  display: block;
  transition: width 0.5s ease-in-out;
}
body.lesson .assessment__wrap textarea {
  min-height: 200px;
  resize: none;
}
body.lesson .assessment__wrap .choices {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
body.lesson .assessment__wrap .choices > p {
  margin-left: 10px;
  width: 100%;
}
body.lesson .assessment__wrap .choices .choice {
  width: 50%;
  padding: 10px;
  text-align: center;
}
body.lesson .assessment__wrap .choices .choice input {
  opacity: 0;
  visibility: hidden;
  width: 0;
}
body.lesson .assessment__wrap .choices .choice label.selected {
  border-color: #2481C6;
}
body.lesson .assessment__wrap .choices .btn, body.lesson .assessment__wrap .choices .head .actions > div > div, .head body.lesson .assessment__wrap .choices .actions > div > div,
body.lesson .assessment__wrap .choices .head .actions > div > a,
.head body.lesson .assessment__wrap .choices .actions > div > a {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
}

.assessment__nav {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  padding: 0 80px;
}
.assessment__nav > div {
  width: 50%;
}
.assessment__nav > div .btn, .head .actions.assessment__nav > div > div,
.head .actions.assessment__nav > div > a {
  width: auto;
}
.assessment__nav > div.next {
  text-align: right;
}
.assessment__nav .btn:disabled, .assessment__nav .head .actions > div > div:disabled, .head .assessment__nav .actions > div > div:disabled,
.assessment__nav .head .actions > div > a:disabled,
.head .assessment__nav .actions > div > a:disabled {
  opacity: 0.5;
}
.assessment__nav .btn:disabled:hover, .assessment__nav .head .actions > div > div:disabled:hover, .head .assessment__nav .actions > div > div:disabled:hover,
.assessment__nav .head .actions > div > a:disabled:hover,
.head .assessment__nav .actions > div > a:disabled:hover {
  border-color: #CFCFCF !important;
  color: #303030;
  cursor: default;
}
.assessment__nav .conclude {
  display: none;
}

body.lesson .hero {
  height: auto;
  min-height: 0;
  display: block;
}
body.lesson .hero .video {
  background-color: #111;
  width: 100%;
  border-radius: 12px;
  position: relative;
}
body.lesson .hero .video .completed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
body.lesson .hero .completed {
  padding: 45px 30px;
  background-color: #303030;
  background-image: url("../images/bg_lesson_completed.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 35% auto;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
body.lesson .hero .completed strong.points {
  display: block;
  font-size: 40px;
  margin-bottom: 30px;
}
body.lesson .hero .completed .btn.white, body.lesson .hero .completed .head .actions > div > div.white, .head body.lesson .hero .completed .actions > div > div.white,
body.lesson .hero .completed .head .actions > div > a.white,
.head body.lesson .hero .completed .actions > div > a.white {
  padding-left: 25px;
  padding-right: 25px;
}
body.lesson .hero .completed .actions {
  display: inline-flex;
  align-items: center;
}
body.lesson .hero .completed .actions a {
  margin: 0 10px;
}
body.lesson .hero .completed p.supervised__info {
  text-align: center;
  color: #909090;
  max-width: 540px;
  margin: 0 auto 30px;
}
body.lesson .hero .completed .completed__percent {
  text-align: center;
  max-width: 540px;
  margin: 0 auto 30px;
}
body.lesson .hero .completed .completed__percent strong {
  display: block;
  font-size: 30px;
}
body.lesson .hero .completed .completed__percent hr {
  margin: 20px 0;
  background-color: #CFCFCF;
}
body.lesson .hero .completed .completed__percent p {
  margin: 0;
}
body.lesson .hero .completed button#replay__video {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 100%;
  color: #303030;
  text-align: center;
  line-height: 50px;
  min-height: 0;
  padding: 0;
  font-size: 20px;
  transition: transform 0.2s ease-in-out;
}
body.lesson .hero .completed button#replay__video:hover {
  transform: scale(1.05);
}
body.lesson .hero .assessment__wrap .completed {
  background-color: #fff;
  background-image: url("../images/bg_assessment_completed.svg");
}
body.lesson .hero .assessment__wrap .completed.failed {
  background-image: url("../images/bg_assessment_failed.svg");
  background-size: 28% auto;
}

.next__action {
  margin-top: 30px;
}
.next__action a {
  width: 100%;
}

@media screen and (max-width: 920px) {
  .lesson__detail .description {
    padding-right: 0;
    width: 100%;
    padding-bottom: 45px;
  }

  .lesson__detail .lessons__sidebar {
    width: 100%;
  }

  body.lesson .hero {
    max-width: none;
  }
}
@media screen and (max-width: 840px) {
  body.lesson .page::before,
body.lesson .page::after {
    height: 23%;
  }

  body.lesson .assessment__wrap {
    padding: 40px 40px 105px 40px;
  }

  body.lesson .assessment__wrap {
    min-height: 395px;
  }

  .assessment__nav {
    padding-left: 40px;
    padding-right: 40px;
  }

  body.lesson.no__video.no__assessment .page::before,
body.lesson.no__video.no__assessment .page::after {
    height: 125px;
  }
}
@media screen and (max-width: 760px) {
  .lessons__list > div {
    margin-left: 0;
    margin-right: 0;
    border-radius: 6px;
    border: 1px solid #f0f0f0;
  }
}
@media screen and (max-width: 620px) {
  body.lesson .assessment__wrap .choices {
    margin-left: 0;
    margin-right: 0;
  }
  body.lesson .assessment__wrap .choices .choice {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 520px) {
  .lesson__detail .lessons__sidebar .lessons__list {
    padding: 0;
    box-shadow: none;
  }

  body.lesson .assessment__wrap {
    padding: 15px 15px 65px 15px;
  }

  .assessment__nav {
    padding-left: 15px;
    padding-right: 15px;
    bottom: 15px;
  }

  body.lesson .page::before,
body.lesson .page::after {
    height: 18%;
  }
}
ul.points__overview li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #CFCFCF;
}
ul.points__overview li.first {
  padding-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
  border-bottom: 0;
}
ul.points__overview li .col1 {
  flex: 1;
  padding-right: 15px;
}
ul.points__overview li .col1 span {
  color: #efefef;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  border-radius: 6px;
  padding: 3px 10px;
  font-size: 14px;
  color: #fff;
  background-color: #204f32;
}
ul.points__overview li .col1 a {
  color: #2481C6;
  display: inline-block;
  vertical-align: middle;
}
ul.points__overview li .col2 {
  width: 80px;
}
ul.points__overview li .col3 {
  width: 220px;
  text-align: right;
  padding-left: 15px;
}

.account__box {
  max-width: 620px;
}
.account__box .fieldset {
  margin-left: -15px;
  margin-right: -15px;
}
.account__box .fieldset .fieldset {
  margin-left: 0;
  margin-right: 0;
}

.subscription__state {
  padding: 80px 20px 20px 20px;
  border-radius: 6px;
}
.subscription__state h3 {
  margin: 0;
  font-size: 24px;
  color: #fff;
}
.subscription__state.canceled {
  background-color: #e75f5f;
}
.subscription__state.active {
  background-color: #55BEB4;
}

.subscription__next {
  margin-top: 20px;
  padding: 20px;
  border-radius: 6px;
  border: 1px solid #CFCFCF;
}
.subscription__next h4 {
  margin-bottom: 5px;
}
.subscription__next .payment__method {
  background-color: #F2F2F4;
  padding: 20px;
  border-radius: 6px;
}
.subscription__next .payment__method .paypal,
.subscription__next .payment__method .card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.subscription__next .payment__method .paypal span,
.subscription__next .payment__method .card span {
  flex: 1;
  padding-left: 15px;
}

.update__paymentMethod {
  display: none;
}

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

.completed_by ul {
  display: flex;
  flex-wrap: wrap;
}
.completed_by ul .image {
  width: 80px;
  height: 80px;
  border: 2px solid #f5f5f5;
  border-radius: 100%;
  margin-bottom: 8px;
}
.completed_by ul .image img {
  display: block;
  border-radius: 100%;
}
.completed_by ul .image div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  line-height: 1;
}
.completed_by ul .image div span {
  font-size: 21px;
}
.completed_by ul li {
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.completed_by ul li b {
  font-size: 14px;
}

@media screen and (max-width: 840px) {
  ul.points__overview li .col3 {
    display: none;
  }

  ul.points__overview li .col2 {
    text-align: right;
  }
}
@media screen and (max-width: 580px) {
  ul.points__overview li .col1 a {
    display: block;
  }
  ul.points__overview li .col1 a span {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    background-color: #fff;
    color: #204f32;
    border-radius: 0;
  }
}
ul.messages__list li {
  display: flex;
  flex-wrap: wrap;
  border-radius: 6px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}
ul.messages__list li .col1 {
  flex: 1;
  padding: 12px 15px 12px 45px;
  position: relative;
}
ul.messages__list li .col1:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #CFCFCF;
  position: absolute;
  top: 30px;
  left: 18px;
}
ul.messages__list li .col1 a {
  color: #2481C6;
  display: inline-block;
  vertical-align: middle;
}
ul.messages__list li .col2 {
  min-width: 200px;
  padding: 12px 15px;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 6px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  display: inline-flex;
  justify-content: center;
}
ul.messages__list li .col2 span {
  align-self: center;
}
ul.messages__list li .col2 span em {
  font-size: 15px;
}
ul.messages__list li.unread .col1:before {
  background-color: #2EDFBB;
}

#new .fieldset {
  margin-left: -15px;
  margin-right: -15px;
}

.conversation .message {
  padding-bottom: 30px;
}
.conversation .message > div {
  max-width: 60%;
}
.conversation .message > div p {
  margin: 0;
  background-color: #f5f5f5;
  border-radius: 6px;
  padding: 15px;
}
.conversation .message > div small {
  display: block;
  margin-top: 5px;
  font-size: 14px;
}
.conversation .message.own {
  margin-left: 40%;
}
.conversation .message.own > div {
  max-width: none;
}
.conversation .message.own > div p {
  background-color: #2481C6;
  color: #fff;
}
.conversation .message.own > div small {
  text-align: right;
}
.conversation .message:last-child {
  padding-bottom: 0;
}

@media screen and (max-width: 760px) {
  ul.messages__list li .col2 {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .conversation .message.own {
    margin-left: 25%;
  }

  .conversation .message > div {
    max-width: 75%;
  }
}
/* This is the core CSS of Tooltipster */
/* GENERAL STRUCTURE RULES (do not edit this section) */
.tooltipster-base {
  /* this ensures that a constrained height set by functionPosition,
  if greater that the natural height of the tooltip, will be enforced
  in browsers that support display:flex */
  display: flex;
  pointer-events: none;
  /* this may be overriden in JS for fixed position origins */
  position: absolute;
}

.tooltipster-box {
  /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
  and flex-basis auto for IE11- (at least) */
  flex: 1 1 auto;
}

.tooltipster-content {
  /* prevents an overflow if the user adds padding to the div */
  box-sizing: border-box;
  /* these make sure we'll be able to detect any overflow */
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}

.tooltipster-ruler {
  /* these let us test the size of the tooltip without overflowing the window */
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}

/* ANIMATIONS */
/* Open/close animations */
/* fade */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
  opacity: 1;
}

/* grow */
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

/* swing */
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

/* fall */
.tooltipster-fall {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}

/* slide */
.tooltipster-slide {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}

/* Update animations */
/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */
/* fade */
@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tooltipster-update-fade {
  animation: tooltipster-fading 400ms;
}

/* rotate */
@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0);
  }
}
.tooltipster-update-rotate {
  animation: tooltipster-rotating 600ms;
}

/* scale */
@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.tooltipster-update-scale {
  animation: tooltipster-scaling 600ms;
}

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 * 
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */
/* .tooltipster-box */
.tooltipster-sidetip .tooltipster-box {
  background: #909090;
  border-radius: 6px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}

/* .tooltipster-content */
.tooltipster-sidetip .tooltipster-content {
  color: #fff;
  line-height: 18px;
  padding: 6px 14px;
  font-size: 15px;
}

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  /* half the width, for centering */
  margin-left: -10px;
  top: 0;
  width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  /* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
  been positioned yet */
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  /* same as .tooltipster-left .tooltipster-arrow */
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}

/* .tooltipster-arrow-background */
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #909090;
  left: 0;
  top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #909090;
  left: -3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #909090;
  left: 3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #909090;
  left: 0;
  top: -3px;
}

/* .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}

/* tooltipster-arrow-uncropped */
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/icons/slick.eot");
  src: url("../fonts/icons/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/icons/slick.woff") format("woff"), url("../fonts/icons/slick.ttf") format("truetype"), url("../fonts/icons/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.white__popup {
  position: relative;
  background: #fff;
  padding: 20px;
  width: auto;
  max-width: 560px;
  margin: 20px auto;
  border-radius: 6px;
  border: 1px solid #F2F2F4;
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.08);
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #111;
  opacity: 0.75;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active, .mfp-close.nice-select.open {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active, .mfp-arrow.nice-select.open {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 6px;
  border: solid 2px #F2F2F4;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 17px;
  font-weight: normal;
  height: 51px;
  line-height: 49px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select li {
  display: block !important;
  padding-right: 29px !important;
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #2481C6;
}
.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 10px;
  margin-top: -6px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 10px;
}
.nice-select.open:after {
  transform: rotate(-135deg);
}
.nice-select.open .list {
  max-height: 300px;
  overflow: auto;
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-25px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select span.current {
  width: 95%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 49px;
  list-style: none;
  min-height: 49px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}
