/* #region default */
/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}
/* #endregion default */

/* #region global */

body {
  position: relative;
  overflow: hidden;
}
div#innerWrapDiv {
  width: 100%;
}
div#mktContent {
  position: absolute;
  height: auto;
}
.lpeCElement {
  position: inherit !important;
  min-width: 50px !important;
  z-index: 15 !important;
  min-height: 50px !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: auto !important;
}
img {
  width: 100%;
}

section {
  position: absolute;
  left: 0;
  width: 100vw;
}

@font-face { font-family: kl-light; src: url(../fonts/assessment-KasperskySans-Light.ttf);  }
@font-face { font-family: kl-regular; src: url(../fonts/assessment-KasperskySans-Regular.ttf);  }
@font-face { font-family: kl-bold; src: url(../fonts/assessment-KasperskySans-Bold.ttf);  }

.text-light {
  font-family: kl-light;
  font-weight: 200;
}
.text-regular { 
  font-family: kl-regular;
  font-weight: 400;
}
.text-bold { 
  font-family: kl-bold; 
  font-weight: 600;
}
.text-black { color: #1D1D1B; }
.text-green { color: #00A88E; }
.text-white { color: #ffffff; }

.section-hidden { display: none;  }
.wrapper {
  width: 80vw;
  margin: 0 auto;
}

/*----*/
.intro {
  top: 0;
  height: 100vh;
  background: #fff;
  z-index: 3;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.intro h1 {
  width: 39vw;
  margin: 0;
}
.intro h3 {
  font-size: 2.1vw;
  line-height: 3vw;
  margin: 1.3vw 0 0 0;
}
.big-title {
    font-size: 2.6vw;
    line-height: 2.3vw;
}
.assessment-pt .big-title {
  font-size: 2.8vw;
  line-height: 3.2vw;
}
p {
    font-size: 1.1vw;
    line-height: 1.4vw;
    margin: 0.9vw 0;
    font-family: kl-light;
}
.button {
  font-size: 1.1vw;
  line-height: 1.2vw;
  padding: 0.8vw 1.2vw;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
}
.green-button {
  background: #00A88E;
  color: #fff;
}
.solution-slider-02 {
  width: 100%;
}
/*----*/
.cover {
  background: url(../images/assessment-hero-intro.png) center no-repeat;
  background-size: cover;
  height: calc(100vh - 7.9vw);
}
.cover .wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cover .big-title {
    width: 52vw;
    margin-top: 0;
}
.cover p {
  width: 27vw;
}
.cover .button {
  margin-top: 1.2vw;
}
/*----*/
.question {
    background: url(../images/assessment-bg-desktop.png) center no-repeat;
    background-size: cover;
    height: calc(100vh - 80px);
}
.question-box {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.question-progress {
  position: absolute;
  display: flex;
  top: -0.7vw;
  left: -0.4%;
  width: 100.8%;
}
.bar {
  width: 9.09%;
  height: 0.4vw;
  background: #ffffff;
  margin: 0 0.3%;
}
.bar.done {
  background: #00A88E;
}
.box-content {
    position: relative;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100vh - 10.7vw);
    width: 55vw;
    padding: 1.3vw 1.5vw;
    box-shadow: 2px 3px 5px rgb(0 0 0 / 30%);
    margin-top: -2.4vw;
}
.question-title {
    font-size: 1.5vw;
    line-height: 1.8vw;
    margin: 0 0 1.3vw 0;
}
.question input, .question select {
    width: 53.8vw;
    padding: 0.4vw 0.4vw 0.4vw 0.4vw;
    font-size: 1vw;
    margin: 0 0 0.9vw 0;
    font-family: 'kl-light';
    font-weight: 100;
    border: 0.1vw solid #cecece;
    border-radius: 4px;
    color: #1D1D1B;
    background: #fff;
}
.question select {
  width: 55vw;
}
.box-part2 {
  text-align: center;
}
.question .button {
  padding: 0.6vw 1vw;
  background: #00A88E;
}
/*----*/
.radio {
  position: relative;
  cursor: pointer;
  line-height: 1.4vw;
  font-size: 1.2vw;
  margin: 1.2vw 0.3vw;
  display: block;
  font-family: 'kl-light';
}
.radio .label {
  position: relative;
  display: block;
  float: left;
  margin-right: 0.9vw;
  width: 1.2vw;
  height: 1.2vw;
  border: 0.1vw solid #707070;
  border-radius: 1.6vw;
  -webkit-tap-highlight-color: transparent;
}
.radio .label:after {
  content: '';
  position: absolute;
  top: 0.15vw;
  left: 0.15vw;
  width: 0.9vw;
  height: 0.9vw;
  border-radius: 2.5vw;
  background: #00A88E;
  transform: scale(0);
  transition: all 0.2s ease;
  opacity: 0.08;
  pointer-events: none;
}
.radio:hover .label:after {
transform: scale(2.5);
}
input[type="radio"]:checked + .label, input[type="checkbox"]:checked + .label {
  border-color: #707070;
}
input[type="radio"]:checked + .label:after, input[type="checkbox"]:checked + .label:after {
  transform: scale(1);
  transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  opacity: 1;
}
.hide {
  display: none;
}
.question .submit-form {
    color: #fff;
    width: auto;
    border: 0;
}
/*----*/
.select-validation {
  display: none;
  position: absolute;
  bottom: 4vw;
}
.select-validation h5 {
  color: #666;
  font-family: 'kl-light';
  font-weight: 200;
  font-size: 1.2vw;
  background: #fff;
  margin: 0;
  padding: 0.6vw 1.1vw;
  border-radius: 9px;
  border: 1px solid #00a88e;
  box-shadow: 1px 1px 5px rgb(0 0 0 / 38%);
}
.data-input-container {
  position: relative;
}
.form-error {
  position: absolute;
  margin: 0;
  top: -0.3vw;
  font-size: 0.8vw;
  color: #f10;
  line-height: 0.7vw;
  background: #fff;
  left: 0.5vw;
}
/*----*/
.levels {
  background: url(../images/assessment-bg-nivel1.png) center no-repeat;
  background-size: cover;
  height: calc(100vh - 7.9vw);
}
.levels .wrapper {
  height: calc(100vh - 9vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.levels-intro .content {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.levels-intro .content-left {
  width: 38vw;
  margin-right: 6vw;
}
.levels h1 {
  font-size: 2.6vw;
  width: 16vw;
  margin: 0 0 0 2vw;
  line-height: 2.9vw;
}
.level1-part1 .button {
  margin-top: 6vw;
}
.content-right, .level-hero {
  display: flex;
}
.icon-level {
  width: 4.2vw;
}
.level-title {
  font-size: 1.4vw;
  line-height: 2vw;
}
.levels li {
  font-size: 1.1vw;
  line-height: 1.9vw;
  margin: 1.1vw 0 1.6vw 1.4vw;
  list-style: none;
  position: relative;
}
.levels li::before {
  content: "";
  position: absolute;
  left: -1.4vw;
  top: 0.4vw;
  width: 0.7vw;
  height: 0.7vw;
  border: 0.1vw solid #00a88e;
  border-radius: 2vw;
}
/*----*/
.video-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  background: #ffffff;
}
.video-bg video {
  width: 100%;
  height: 56.3vw;
}
.levels-hero .wrapper {
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 1.5vw;
  position: relative;
  z-index: 1;
}
.bar-levels {
  display: flex;
  margin: 0 0 2.4vw 5vw;
}
.bar-levels h4 {
  font-size: 1.4vw;
  margin: 0 1vw 0.9vw 0;
  color: #666666;
  border-bottom: 0.3vw solid #F2F2F2;
  cursor: pointer;
}
.bar-levels h4.level-active {
  color: #222222;
  border-bottom: 0.3vw solid #00a88e;
}
.levels-hero .content-left {
  width: 33vw;
  margin: 0 0 0 5vw;
}
.levels-hero .button {
  margin: 0.7vw 0 0 4.9vw;
}
.levels-hero h2 {
  position: relative;
  margin: 1.8vw 0 0 0;
  padding: 0.9vw 0 0 0;
}
.levels-hero h2::before {
  content: "";
  height: 0.2vw;
  width: 3.6vw;
  background: #222;
  position: absolute;
  top: 0;
}
/*----*/
.levels-final {
  background: #fff;
}
.levels-final .bar-levels {
  margin: 0;
}
.levels-final .content {
  display: flex;
  background: url(../images/assessment-bg-results.png) center no-repeat;
  width: 100%;
  height: 65vh;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-bottom: 1vw;
}
.level-column {
  background: #fff;
  width: 32%;
  height: 95.8%;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin: 0 0.45%;
  box-shadow: 1px 1px 5px rgb(0 0 0 / 24%);
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
}
.column-container {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.icon-column {
  width: 8vw;
  margin: 0 auto;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.level-column h3 {
  text-align: center;
  font-size: 1.5vw;
  line-height: 1.8vw;
  width: 11vw;
  margin: 0;
  height: 4.9vw;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/*--*/
.level-column.active-result {
  width: 280vw !important;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.level-column.active-result .column-container {
  display: flex;
  align-content: center;
  align-items: center;
}
.level-column.active-result h3 {
  width: auto;
  height: auto;
}
h3.hidden-text {
  height: 0;
  overflow: hidden;
}
/*---*/
.solutions-list {
  position: relative;
  display: flex;
  width: 93%;
  margin: 4.3vw auto 5vw auto;
  padding: 2.1vw 0 0 0;
}
.sol-title {
  position: absolute;
  top: 0;
}
.solution {
  width: 11.7%;
  margin: 0 1.3% 0 1.3%;
  text-align: center;
  position: relative;
}
.solution img {
  width: 4.3vw;
}
.solution p {
  font-size: 0.74vw;
  line-height: 1.1vw;
  margin: 0.6vw 0 0 0;
}
.solutions-title1 {
  display: block;
  left: 4.6vw;
}
.sol-title img, .sol-title p {
  float: left;
}
.solutions-title1 img {
  width: 6.6vw;
}
.sol-title p {
  font-size: 1vw;
  margin: -0.9vw 0.5vw 0 0.5vw;
}
.solutions-title2 img {
  width: 3.2vw;
}
.solutions-title2 {
  left: 32.2vw;
}
.solutions-title3 {
  left: 48.3vw;
}
.solutions-title4 {
  left: 58.2vw;
}
.black-button {
  color: #fff;
  background: #222222;
  margin: 0 auto;
  display: block;
}
.solution03::after, .solution05::after, .solution06::after {
  content: "";
  width: 0.01vw;
  height: 3.1vw;
  position: absolute;
  right: -0.7vw;
  background: #949494;
  top: 0.6vw;
}
/*---*/
.column2-content {
  width: 81.2%;
  margin: 1.2vw auto 0 auto;
}
.video-list {
  display: flex;
  flex-wrap: wrap;
}
.video-item {
  flex-grow: 1;
  width: 31%;
  margin: 0.3vw 2.7%;
  display: flex;
  position: relative;
}
.video-item img {
  margin: 0 1.4vw 0 0;
}
.video-text h4 {
  font-size: 1.4vw;
  margin: 0 0 0.7vw 0;
}
.video-text p {
  color: #666666;
  font-size: 0.9vw;
  line-height: 1.3vw;
  margin: 0;
}
/*---*/
.column3-content {
  width: 91%;
  margin: 0.5vw auto 0 auto;
}
.level-column .section-hidden h3 {
  text-align: left;
  position: relative;
  margin: 0.2vw 0 0 0;
  padding-top: 0.3vw;
}
.column3-content p {
  color: #666666;
  margin: 0.4vw 0;
  font-size: 1vw;
  line-height: 1.4vw;
}
.awards {
  display: flex;
  margin: 1.5vw 0;
}
.awards div {
  width: 24%;
  margin: 0.2vw 1%;
  display: flex;
  align-items: center;
}
.awards img {
  width: 4.9vw;
}
.column3-content .awards p {
  font-size: 0.9vw;
  line-height: 1.1vw;
  margin: 0 0 0 1vw;
}
.col3-cont-part2 {
  display: flex;
}
.transparent {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.transparent img {
  width: 6vw;
  margin: 1.2vw 0 0 1.2vw;
}
.results3-1-1 {
  width: 70%;
  margin-right: 3vw;
}
.results3-1-2 img {
  width: 15vw;
  margin-top: 1.6vw;
}
.level-column .section-hidden h3::after {
  content: "";
  width: 4.1vw;
  height: 0.2vw;
  background: #222;
  position: absolute;
  left: 0;
  top: 0;
}
/*----*/
.contact-popup {
  position: absolute;
  background: rgb(0 0 0 / 78%);
  width: 100%;
  height: 100%;
  display: none;
  z-index: 2;
}
.popup-text-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.popup-text-container h4 {
  background: #fff;
  padding: 2vw 2vw;
  border-radius: 7px;
  margin: 0;
  font-size: 1.7vw;
}
/*----------------*/
#level2-part3 .column1-content {
  width: 100%;
}
#level2-part3 .solutions-list {
  width: 77%;
}
#level2-part3 .solution {
  width: 22.4%;
}
#level2-part3 .solutions-title1 {
  left: 1.1vw;
}
/*---*/
.assessment-pt #level2-part3 .solutions-title1 {
  left: 1.5vw;
}
.assessment-pt #level2-part3 .solutions-title2 {
  left: 15.6vw;
}
.assessment-pt #level2-part3 .solutions-title3 {
  left: 26.5vw;
}
.assessment-pt #level2-part3 .solutions-title4 {
  left: 44.3vw;
}

/*----*/
#level2-part3 .solutions-title2 {
  left: 14.8vw;
}
#level2-part3 .solutions-title3 {
  left: 25.6vw;
}
#level2-part3 .solutions-title4 {
  left: 43.9vw;
}
#level2-part3 .solution01::after, 
#level2-part3 .solution02::after, 
#level2-part3 .solution03::after {
  content: "";
  width: 0.01vw;
  height: 3.1vw;
  position: absolute;
  right: -0.7vw;
  background: #949494;
  top: 0.6vw;
}
/*----------------*/
#level3-part3 .solution {
  width: 13.4%;
}
#level3-part3 .solutions-title1 {
  left: 1.3vw;
  width: 8vw;
  text-align: center;
}
#level3-part3 .solutions-title1 p {
  line-height: 1.3vw;
}
#level3-part3 .solutions-title2 {
  left: 12.5vw;
}
#level3-part3 .solutions-title3 {
  left: 25.6vw;
}
#level3-part3 .solutions-title3 img {
  width: 0.4vw;
}
#level3-part3 .solutions-title3 p {
  width: 11.2vw;
  text-align: center;
  line-height: 1.3vw;
}
#level3-part3 .solution04.solution {
  width: 4.2%;
  margin: 0;
}
#level3-part3 .solutions-title4 {
  left: 46.4vw;
}
#level3-part3 .solutions-title5 {
  left: 56.1vw;
  width: 7vw;
  text-align: center;
}
#level3-part3 .solutions-title5 p {
  line-height: 1.3vw;
}
#level3-part3 .solution01::after, #level3-part3 .solution02::after {
  content: "";
  width: 0.01vw;
  height: 3.1vw;
  position: absolute;
  right: -0.7vw;
  background: #949494;
  top: 0.6vw;
}
#level3-part3 .solution03::after {
  background: none;
}
a.button {
  text-decoration: none;
  display: table;
}
/*----------------*/
header {
  box-shadow: 1px 1px 7px rgb(0 0 0 / 15%);
  z-index: 2;
  background: #fff;
  position: relative;
}
header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header h1 {
    width: 9vw;
    margin: 0.2vw 0;
}

footer {
  position: fixed;
  bottom: 0;
  border-top: 2px solid #23D1AE;
  width: 100%;
  background: #fff;
  z-index: 2;
}
footer p {
    margin: 10px 15px 10px 0;
    font-size: 14px;
}
.footer-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.social ul {
  display: flex;
  padding: 0;
  margin: 0;
}
.social li {
  list-style: none;
  margin: 0 0.2vw;
}
.social a {
  height: 0;
  display: block;
  overflow: hidden;
  padding-top: 0.9vw;
  width: 1.6vw;
  background: url(../images/assessment-social.png) 0.4vw 0vw no-repeat;
  background-size: cover;
}
.social2 a {
  background-position: -1.1vw 0;
}
.social3 a {
  background-position: -2.8vw 0;
}
.social4 a {
  background-position: -4.5vw 0;
}
.social5 a {
  background-position: -6.3vw 0;
}
/*------*/
.video-container {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: rgb(0 0 0 / 52%);
  width: 100%;
  height: 100%;
}
.video-container video {
  width: 78%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.video-item img {
  margin: 0 1.4vw 0 0;
  width: 11vw;
  height: 6.8vw;
  border: 1px solid #00a88e;
}
.video-item img.video-play {
  position: absolute;
  left: 4vw;
  right: 0;
  width: 3vw;
  cursor: pointer;
  height: 3vw;
  top: 2vw;
  border: 0;
  box-shadow: 0 0 8px black;
  border-radius: 5vw;
}
.close-video {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
  background: #fff;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 40px;
  box-shadow: 0 0 7px black;
  cursor: pointer;
}
.close-video p {
  margin: 0;
  font-size: 30px;
  font-family: 'kl-bold';
  line-height: 34px;
}
/*---*/
.close-section {
  display: none;
}
/*---*/
.solution-slider-01, .solution-slider-02, .solution-slider-03 {
  display: flex;
}
/*-----*/
span.green {
    color: #00a88e;
    border-bottom: 3px solid;
    display: block;
    text-transform: uppercase;
}
a.link-download {
    background: #00A88E;
    color: #fff;
    text-decoration: none;
    font-size: 1.1vw;
    line-height: 1.2vw;
    padding: 0.8vw 1.2vw;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
}

/*---------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1600px) {
  .wrapper {
    width: 90vw;
  }
  h2 {
    margin-bottom: 1.8vw;
  }
  p {
    font-size: 1.2vw;
    line-height: 1.5vw;
    margin: 0.8vw 0;
  }
  .button {
    font-size: 1.2vw;
    line-height: 1.3vw;
    padding: 0.9vw 1.2vw;
  }
  /*---*/
  .cover p {
    width: 43vw;
  }
  /*---*/
  .box-content {
    height: calc(100% - 13vw);
    width: 55vw;
    padding: 2.5vw 2.5vw;
    box-shadow: 2px 3px 5px rgb(0 0 0 / 30%);
  }
  /*---*/
  .bar-levels {
    margin: 0 0 1.5vw 5vw;
  }
  .icon-level {
    width: 3.6vw;
  }
  .levels h1 {
    font-size: 2.3vw;
    line-height: 2.5vw;
    margin: 0 0 0 1.4vw;
    width: 15vw;
  }
  .levels-hero h2 {
    margin: 1.3vw 0 0 0;
    padding: 0.5vw 0 0 0;
  }
  .levels li {
    font-size: 1.1vw;
    line-height: 1.7vw;
    margin: 1vw 0 1.1vw 1.4vw;
  }
  .solutions-list {
    margin: 2.3vw auto 3vw auto;
  }
  /*---*/
  .column2-content {
    width: 91.2%;
    margin: 0.5vw auto 0 auto;
  }
  .video-item {
    flex-grow: 0;
    width: 30%;
    margin: 0.8vw 1.3%;
  }
  .video-item img {
    margin: 0 1.4vw 0 0;
    width: 10.3vw;
    height: 6.4vw;
  }
  .video-text p {
    line-height: 1.1vw;
  }
  /*---*/
  .awards {
    margin: 0.9vw 0;
  }
  /*---*/
  .solutions-title1 img {
    width: 7.8vw;
  }
  .sol-title p {
    font-size: 1vw;
    margin: -0.9vw 0.5vw 0 0.5vw;
  }
  .solutions-title2 img {
    width: 3.9vw;
  }
  .solutions-title2 {
      left: 36.2vw;
  }
  .solutions-title3 {
    left: 54.8vw;
  }
  .solutions-title4 {
    left: 65.4vw;
  }
  #level2-part3 .solutions-title1 {
    left: 2.5vw;
  }
  #level2-part3 .solutions-title2 {
    left: 17.3vw;
  }
  #level2-part3 .solutions-title3 {
    left: 30vw;
  }
  #level2-part3 .solutions-title4 {
    left: 50vw;
  }
  /*---*/
  .assessment-pt #level2-part3 .solutions-title1 {
    left: 2.3vw;
  }
  .assessment-pt #level2-part3 .solutions-title2 {
    left: 17.7vw;
  }
  .assessment-pt #level2-part3 .solutions-title3 {
    left: 30.7vw;
  }
  .assessment-pt #level2-part3 .solutions-title4 {
    left: 50.3vw;
  }
  /*---*/

  #level3-part3 .solutions-title2 {
    left: 13.6vw;
  }
  #level3-part3 .solutions-title3 {
    left: 27.9vw;
  }
  #level3-part3 .solutions-title4 {
    left: 48.9vw;
  }
  #level3-part3 .solutions-title5 {
    left: 59.7vw;
  }

}
/*-----------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  .intro h1 {
    width: 47vw;
  }
  .intro h3 {
    font-size: 3.6vw;
    line-height: 4vw;
    margin: 1.5vw 0 0 0;
  }
  /*----*/
  header h1 {
    width: 16vw;
    margin: 0.3vw;
  }
  /*----*/
  .cover .big-title {
    width: 64vw;
    margin-top: 0;
  }
  .big-title {
    font-size: 3.5vw;
    line-height: 3.2vw;
  }
  p {
    font-size: 1.6vw;
    line-height: 1.9vw;
    margin: 1.1vw 0;
  }
  .cover p {
    width: 48vw;
  }
  .button {
    font-size: 1.7vw;
    line-height: 2.4vw;
    padding: 1vw 1.7vw;
  }
  /*---*/
  .social li {
    margin: 0 0.6vw;
  }
  .social a {
    padding-top: 1.4vw;
    width: 1.8vw;
    background: url(../images/assessment-social.png) 0.8vw 0vw no-repeat;
    background-size: cover;
  }
  .social2 a {
    background-position: -1.8vw 0;
  }
  .social3 a {
    background-position: -4.5vw 0;
  }
  .social4 a {
    background-position: -7.1vw 0;
  }
  .social5 a {
    background-position: -9.7vw 0;
  }
  /*---*/
  .form-error {
    top: -0.9vw;
    font-size: 1.6vw;
    line-height: 1.7vw;
    left: 0.5vw;
  }
  .question-title {
    font-size: 2.2vw;
    line-height: 2.6vw;
    margin: 0 0 2.7vw 0;
  }
  .question input, .question select {
    width: 52.8vw;
    padding: 1vw 1vw 0.9vw 1vw;
    font-size: 1.6vw;
    margin: 0 0 1vw 0;
  }
  .radio .label {
    margin-right: 1.2vw;
    width: 1.6vw;
    height: 1.6vw;
    border-radius: 2.1vw;
  }
  .radio .label:after {
    top: 0.15vw;
    left: 0.18vw;
    width: 1.2vw;
    height: 1.3vw;
    border-radius: 3vw;
  }
  .radio {
    line-height: 1.8vw;
    font-size: 2vw;
    margin: 1.9vw 0.4vw;    
  }
  .question-progress {
    top: -1.2vw;
  }
  .bar {
    height: 0.7vw;    
  }
  /*---*/
  .level-title {
    font-size: 2vw;
    line-height: 2.3vw;
  }
  .levels h1 {
    font-size: 3.4vw;
    line-height: 3.5vw;
    margin: 0 0 0 1.8vw;
    width: 18.4vw;
  }
  .icon-level {
    width: 7.6vw;
  }
  /*---*/
  .bar-levels {
    margin: 0 0 3.5vw 2vw;
  }
  .levels-hero .content-left {
    width: 37vw;
    margin: 0 0 0 2vw;
  }
  .bar-levels h4 {
    font-size: 2.9vw;
    margin: 0 2.4vw 2vw 0;
    border-bottom: 0.4vw solid #F2F2F2;
  }
  .levels-hero h2 {
    margin: 4.4vw 0 0 0;
    padding: 1.4vw 0 0 0;
  }
  .levels li {
    font-size: 1.6vw;
    line-height: 2.1vw;
    margin: 1.5vw 0 1.5vw 1.6vw;
  }
  .levels li::before {
    left: -2vw;
    top: 0.5vw;
    width: 1.1vw;
    height: 1.1vw;
    border-radius: 3vw;
  }
  .levels-hero .button {
    margin: 1.7vw 0 0 0.9vw;
  }
  /*---*/
  .icon-column {
    width: 12.4vw;
  }
  .level-column h3 {
    font-size: 2.2vw;
    line-height: 2.5vw;
    width: 15vw;
  }
  /*---*/
  .popup-text-container {
    width: 93%;
    margin: 0 auto;
  }
  .popup-text-container h4 {
    padding: 17px 20px;
    font-size: 26px;
    text-align: center;
    line-height: 30px;
  }
  /*---*/
  .sol-title p {
    font-size: 2vw;
    margin: -1vw 0.2vw 0 0.2vw;
  }
  .solution {
    margin: 0 1.9% 0 1.9%;
  }
  .solution img {
    width: 6.7vw;
  }
  .solution p {
    font-size: 1.3vw;
    line-height: 1.4vw;
    margin: 0.6vw 0 0 0;
  }
  .solutions-title1 {
    left: 5.2vw;
  }
  .solutions-title1 img {
    width: 5.9vw;
  }
  .solutions-title2 {
    left: 36.1vw;
  }
  .solutions-title2 img {
    width: 3.4vw;
  }
  .solutions-title3 {
    left: 52.9vw;
  }
  .solutions-title4 {
    left: 64.6vw;
  }
  .solutions-list {
    margin: 6.3vw auto 4.7vw auto;
  }
  /*---*/
  #level2-part3 .solutions-list {
    width: 93%;
  }
  #level2-part3 .solutions-title1 {
    left: 0vw;
    width: 18vw;
    text-align: center;
    top: -1.7vw;
  }
  #level2-part3 .solutions-title2 {
    left: 18.4vw;
    width: 18vw;
    text-align: center;
    top: -1.7vw;
  }
  #level2-part3 .solutions-title3 {
    left: 36vw;
    width: 18vw;
    text-align: center;
    top: -1.7vw;
  }  
  #level2-part3 .solutions-title4 {
    left: 59.2vw;
  }
  /*---*/
  .assessment-pt #level2-part3 .solutions-title4 {
    left: 59.6vw;
  }
  .assessment-pt #level2-part3 .solutions-title3 {
    left: 37vw;
  }
  .assessment-pt #level2-part3 .solutions-title1 {
    left: 0vw;
  }
  /*---*/
  #level3-part3 .solutions-title3 p {
    line-height: 1.8vw;
    font-size: 1.8vw;
  }
  /*---*/
  .video-item {
    width: 46%;
    margin: 0.8vw 1.9%;
  }
  .video-text h4 {
    font-size: 2.2vw;
    margin: 0 0 0.9vw 0;
  }
  .video-text p {
    font-size: 1.4vw;
    line-height: 1.7vw;
  }
  /*---*/
  .column3-content p {
    margin: 2.3vw 0;
    font-size: 1.6vw;
    line-height: 2.3vw;
  }
  .awards div {
    width: 27%;
    margin: 0.8vw 2%;
  }
  .awards img {
    width: 7.9vw;
  }
  .column3-content .awards p {
    font-size: 1.2vw;
    line-height: 1.7vw;
    margin: 0 0 0 1vw;
  }
  .level-column .section-hidden h3 {
    margin: 1vw 0 0 0;
    padding-top: 0.9vw;
  }
  /*---*/
  #level3-part3 .solutions-title1 {
    left: -1.5vw;
    width: 13.5vw;
  }
  #level3-part3 .solutions-title3 {
    left: 30.3vw;
    top: -1.2vw;
  }
  #level3-part3 .solutions-title5 {
    left: 61.5vw;
    width: 10.7vw;
  }
  #level3-part3 .solutions-title4 {
    left: 50.5vw;
  }
  /*---*/
  .select-validation {
    bottom: 2vw;
  }
  .select-validation h5 {
    font-size: 16px;
    padding: 6px 10px;
  }
  a.link-download {
      font-size: 2vw;
      line-height: 2.2vw;
      padding: 1.2vw 2.5vw;
  }
}
/*-----------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  body {
    overflow-y: scroll;
    height: calc(100vh + 54px);
  }
  /*---*/
  .intro h1 {
    width: 67vw;
  }
  .intro h3 {
    font-size: 5.9vw;
    line-height: 6vw;
    margin: 1.8vw 0 0 0;
  }
  header h1 {
    width: 130px;
    margin: 6px auto;
  }

  /*----*/
  footer p {
    font-size: 14px;
    line-height: normal;
    margin: 12px 0;
  }
  .social a {
    padding-top: 12px;
    width: 17px;
    background: url(../images/assessment-social.png) 4px 0vw no-repeat;
    background-size: cover;
  }
  .social2 a {
    background-position: -14px 0;
  }
  .social3 a {
    background-position: -38px 0;
  }
  .social4 a {
    background-position: -61px 0;
  }
  .social5 a {
    background-position: -85px 0;
  }
  .social li {
    margin: 0 4px;
  }
  footer {
    position: fixed;
    top: calc(100vh - 50px);
    bottom: auto;
    padding: 0 0 12px 0;
    height: 54px;
  }
  /*---*/
  .cover, section, .question {
    height: 100vh;
  }
  .cover {
    background: url(../images/assessment-hero-mobile.png) top center no-repeat;
    background-size: contain;
  }
  .cover .wrapper {
    display: block;
  }
  .wrapper {
    width: 90%;
  }
  .cover .big-title {
    width: 100%;
    font-size: 4.8vw;
    line-height: 4.9vw;
    text-align: center;
    margin-bottom: 3.2vw;
  }
  .cover p {
    width: 100%;
  }
  .cover .content {
    position: relative;
    top: 55.8vw;
  }
  /*---*/
  p {
    font-size: 2.7vw;
    line-height: normal;
    margin: 3.3vw 0;
  }
  .button {
    font-size: 2.6vw;
    line-height: 3.6vw;
    padding: 1.4vw 3.1vw;
    margin: 0 auto;
    display: block;
  }
  .cover .button {
    margin-top: 6.2vw;
  }
  /*---*/
  .question-title {
    font-size: 3.4vw;
    line-height: 4vw;
    margin: 1.5vw 0 3.4vw 0;
    font-family: 'kl-regular';
    font-weight: 400;
  }
  .question input, .question select {
    width: calc(100% - 3vw);
    padding: 1.2vw 1.5vw 1.1vw 1.5vw;
    font-size: 2.7vw;
    margin: 0 0 2.2vw 0;
  }
  .question select {
    width: 100%;
  }
  .question .button {
    padding: 1.3vw 3vw;
  }
  .form-error {
    top: -1.2vw;
    font-size: 2.2vw;
    line-height: 1.9vw;
    left: 1.2vw;
  }
  .radio .label {
    margin-right: 2.2vw;
    width: 2.6vw;
    height: 2.6vw;
    border-radius: 4.1vw;
  }
  .radio .label:after {
    top: 0.25vw;
    left: 0.29vw;
    width: 2.1vw;
    height: 2.2vw;
    border-radius: 3vw;
  }
  .radio {
    line-height: 2.8vw;
    font-size: 3.5vw;
    margin: 2.9vw 0.8vw;
  }
  .box-content {
    height: calc(100% - 18vw);
    width: 88%;
    padding: 2.6vw 3vw;
    margin-top: 3vw;
  }
  .bar {
    height: 1.5vw;
  }
  .question-progress {
    top: -2.3vw;
  }
  .question .submit-form {
    display: block;
    margin: 0 auto;
  }
  /*---*/
  .levels-intro .content {
    flex-direction: column;
  }
  .levels-intro .content-left {
    width: 100%;
    margin: 0 auto;
  }
  .level-title {
    font-size: 2.8vw;
    line-height: 3.2vw;
  }
  .levels h1 {
    font-size: 4.5vw;
    line-height: 5.1vw;
    margin: 0 0 0 2.3vw;
    width: 24.9vw;
  }
  .icon-level {
    width: 11vw;
  }
  .content-right {
    margin-top: 4vw;
  }
  .level1-part1 .button {
    margin-top: 10vw;
  }
  /*---*/
  .bar-levels h4 {
    font-size: 3.7vw;
    margin: 1.5vw 2.8vw 2vw 0;
    border-bottom: 0.9vw solid #F2F2F2;
  }
  .bar-levels h4.level-active {
    border-bottom: 0.9vw solid #00a88e;
  }
  .levels-hero .content-left {
    width: 100%;
    margin: 24vw 0 0 0;
  }
  .levels .content-right {
    margin-bottom: 6vw;
  }
  .level-column h3 {
    font-size: 3.2vw;
    line-height: 3.7vw;
    width: 23vw;
  }
  /*---*/
  .video-item {
    flex-direction: column;
  }
  .video-item img {
    width: 100%;
    height: auto;
  }
  .video-text h4 {
    font-size: 2.7vw;
    margin: 0.9vw 0 0 0;
    line-height: 2.9vw;
  }
  .video-item img.video-play {
    left: 0;
    right: 0;
    width: 6vw;
    height: 6vw;
    top: 7vw;
    border-radius: 7vw;
    margin: auto;
  }
  /*---*/
  .transparent img {
    width: 14vw;
    margin: 1.2vw 0 0 0.9vw;
  }
  /*---*/
  .levels li {
    font-size: 2.6vw;
    line-height: 3.1vw;
    margin: 1.5vw 0 1.7vw 3.6vw;
  }
  .levels li::before {
    left: -3.3vw;
    top: 0.8vw;
    width: 1.5vw;
    height: 1.5vw;
    border-radius: 3vw;
  }
  a.link-download {
    font-size: 2.5vw;
    line-height: 2.8vw;
    padding: 1.6vw 3.6vw;
  }  
}
/*-----------------------------------------------------------*/
@media only screen and (max-width: 500px) {
  body {
    height: calc(172vw + 54px);
  }
  footer {
    top: 172vw;
    padding: 0 0 16px 0;
    height: auto;
    position: absolute;
}
  .intro {
    height: 172vw;
  }
  .cover, section, .question {
    height: calc(172vw - 54px);
  }
  .levels .wrapper {
    height: calc(172vw - 54px);
  }
  .levels {
    height: calc(172vw - 54px);
  }

  /*---*/

  .footer-container {
    flex-direction: column;
    text-align: center;
    padding: 0 20px;
  }
  /*---*/
  .cover .big-title {
    font-size: 5.7vw;
    line-height: 6vw;
    margin-bottom: 4.3vw;
  }
  p {
    font-size: 3.7vw;
    line-height: normal;
    margin: 3.6vw 0;
  }
  .button {
    font-size: 4vw;
    line-height: 4.6vw;
    padding: 2.4vw 5.1vw;
  }
  .cover .button {
    margin-top: 8.2vw;
  }
  /*---*/
  .box-content {
    height: calc(94% - 24vw);
    width: 83%;
    padding: 3vw 4vw;
    margin-top: 3vw;
  }
  .question-title {
    font-size: 4.7vw;
    line-height: 5.4vw;
    margin: 2vw 0 7.4vw 0;
  }
  .question input, .question select {
    width: calc(100% - 4vw);
    padding: 1.5vw 2vw 1.4vw 2vw;
    font-size: 3.9vw;
    margin: 0 0 3.2vw 0;
  }
  .question select {
    width: 100%;
  }
  .form-error {
    top: -1vw;
    font-size: 3.6vw;
    line-height: 1.9vw;
    left: 2.2vw;
  }
  .question .button {
    padding: 2.3vw 5vw;
  }
  .bar {
    width: 8.19%;
    height: 1.8vw;
    margin: 0 0.5%;
  }
  .radio {
    line-height: 4.4vw;
    font-size: 4.6vw;
    margin: 5.4vw 1.8vw;
  }
  .radio .label {
    margin-right: 3.2vw;
    width: 4vw;
    height: 4vw;
    border-radius: 5vw;
  }
  .radio .label:after {
    top: 0.35vw;
    left: 0.39vw;
    width: 3.2vw;
    height: 3.2vw;
    border-radius: 5vw;
  }
  /*---*/
  .level-title {
    font-size: 4.8vw;
    line-height: 5.7vw;
  }
  .levels h1 {
    font-size: 6vw;
    line-height: 6.5vw;
    margin: 0 0 0 2.5vw;
    width: 32.9vw;
  }
  .icon-level {
    width: 14.3vw;
  }
  /*---*/
  .bar-levels h4 {
    font-size: 4.3vw;
    margin: 0vw 3vw 0vw 0;
    border-bottom: 0.9vw solid #F2F2F2;
  }
  .bar-levels h4.level-active {
    border-bottom: 0.9vw solid #00a88e;
  }
  .bar-levels {
    margin: 0 0 3vw 0vw;
  }
  .levels li {
    font-size: 3.8vw;
    line-height: 4.5vw;
    margin: 1.5vw 0 2.7vw 4.6vw;
  }
  .levels li::before {
    left: -4.9vw;
    top: 1.2vw;
    width: 2.5vw;
    height: 2.5vw;
    border-radius: 3vw;
  }
  .levels-hero h2 {
    margin: 5.4vw 0 4vw 0;
    padding: 2.4vw 0 0 0;
  }
  .levels-hero h2::before {
    height: 1vw;
    width: 13.6vw;
  }
  /*---*/
  .popup-text-container h4 {
    padding: 17px 20px;
    font-size: 19px;
    line-height: 24px;
  }
  .levels-final .content {
    height: 120vw;
    margin-bottom: 2vw;
    flex-direction: column;
    position: relative;
  }
  .levels-final .bar-levels {
    margin: 0 0 3vw 0;
  }
  .level-column {
    width: 94%;
    height: 31%;
    margin: 1% 0;
  }
  .column-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    text-align: left;
  }
  .icon-column {
    width: 19.4vw;
    margin: 0 4vw 0 0;
  }
  .level-column h3 {
    font-size: 4.4vw;
    line-height: 6.7vw;
    width: auto;
    text-align: left;
    width: 87vw !important;
  }
  .level-column.active-result {
    width: 90.6vw !important;
    height: calc(100% - 6vw);
    position: absolute;
    padding: 3.1vw 0;
    z-index: 2;
    top: -1vw;
  }
  .level-column .section-hidden h3::after {
    width: 7.1vw;
    height: 0.4vw;
    left: 0;
    top: auto;
    bottom: 0;
  }
  .level-column .section-hidden h3 {
    margin: 0 0 2vw 0;
    padding-top: 0;
    padding-bottom: 1.4vw;
  }
  .column3-content p {
    margin: 2.3vw 0;
    font-size: 3.7vw;
    line-height: 4.9vw;
  }
  .awards {
    margin: 7.9vw 0;
  }
  .awards div {
    width: 29%;
    margin: 0.8vw 3%;
    flex-direction: column;
  }
  .awards img {
    width: 18.6vw;
  }
  .column3-content .awards p {
    font-size: 3.2vw;
    line-height: 3.9vw;
    margin: 2vw 0 0 2vw;
  }
  /*---*/
  .video-list {
    flex-direction: column;
  }
  .video-item img.video-play {
    left: 16.3vw;
    right: 0;
    width: 9vw;
    height: 9vw;
    top: 8.7vw;
    border-radius: 9vw;
    margin: 0;
  }
  .video-item img {
    width: 42vw;
    height: auto;
  }
  .video-item {
    flex-direction: row;
    width: 100%;
    align-items: center;
    margin: 0 0 3.9vw 0;
  }
  .video-text h4 {
    font-size: 3.7vw;
    margin: 0 0 0 1.9vw;
    line-height: 5vw;
  }
  .video-container video {
    width: 95%;
  }
  /*---*/
  .sol-title {
    display: none;
  }
  .slider-assessment {
    width: 83.9vw;
    height: 83.9vw;
    margin-bottom: 8vw;
  }
  .solution {
    margin: 0;
  }
  .solutions-list, .aux-container {
    margin: 0 auto;
    width: auto;
  }
  .solution h4 {
    display: block !important;
    font-family: 'kl-regular';
    font-weight: 400;
    font-size: 5.1vw;
    margin: 0 0 5vw 0;
    text-align: center;
  }
  .solution p {
    font-size: 4.2vw;
    line-height: 4.8vw;
    margin: 5vw 0 0 0;
  }
  .solution img {
    width: 30.7vw;
    margin: 0 auto;
  }
  .levels .slick-dots li::before {
    display: none;
  }
  ul.slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1vw;
    display: flex !important;
    padding: 0;
    align-items: center;
    justify-content: center;
    width: 50vw;
    margin: 0 auto;
    z-index: 3;
  }
  .slick-dots li {
    height: 0;
    border: 0;
    display: block;
    overflow: hidden;
    padding-top: 1.9vw;
    background: #F2F2F2;
    margin: 0 auto;
  }
  .slick-dots li.slick-active {
    background: #00a88e;
  }
  button.slick-next.slick-arrow {
    background: url(../images/assessment-right.png) center no-repeat;
    border: 0;
    height: 0;
    display: block;
    overflow: hidden;
    padding-top: 6.6vw;
    background-size: contain;
    position: absolute;
    right: 10vw;
    width: 4vw;
    bottom: -3.3vw;
    z-index: 3;
  }
  button.slick-prev.slick-arrow {
    background: url(../images/assessment-left.png) center no-repeat;
    border: 0;
    height: 0;
    overflow: hidden;
    padding-top: 6.6vw;
    background-size: contain;
    position: absolute;
    left: 10vw;
    width: 4vw;
    bottom: -3.3vw;
    z-index: 3;
  }
  .close-section {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/assessment-close.png) center no-repeat;
    background-size: contain;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 4;
  }
  /*---*/
  .results3-1-1 {
    width: 100%;
    margin-right: 0;
  }
  .transparent {
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
    flex-direction: column;
  }
  .transparent img {
    width: 30vw;
    margin: 0.7vw 0 0 0;
  }
  .results3-1-2 img {
    width: 55vw;
    margin-top: 3.6vw;
  }
  .black-button {
    position: relative;
    top: -25.7vw;
  }
  .solution-slider-01, .solution-slider-03 {
    margin-left: 3vw;
  }
  .contact-popup {
    z-index: 6;
  }
  .video-bg video {
    display: none;
  }
  .level1-part2 .video-bg {
    background: url(../images/assessment-mobile-hero-nivel1.png) no-repeat;
    background-size: 82vw;
    background-position: 41vw -12vw;
  }
  .level2-part2 .video-bg {
    background: url(../images/assessment-mobile-hero-nivel2.png) no-repeat;
    background-size: 82vw;
    background-position: 41vw -12vw;
  }
  .level3-part2 .video-bg {
    background: url(../images/assessment-mobile-hero-nivel3.png) no-repeat;
    background-size: 82vw;
    background-position: 41vw -12vw;
  }
  /*---*/
  .solution03::after, .solution05::after, .solution06::after {
    display: none;
  }
  /*---*/
  .slider-assessment {
    display: flex;
  }
  .solution-slider-02.slider-assessment {
    width: 100%;
  }
  /*---*/
  .why-slider01 ul.slick-dots, .why-slider02 ul.slick-dots, .why-slider03 ul.slick-dots {
    width: 18vw;
  }
  .g-recaptcha {
    transform: scale(0.77);
    transform-origin: 0 0;
  }
  a.link-download {
    font-size: 4.4vw;
    line-height: 5.8vw;
    padding: 2.3vw 5.6vw;
  }
}




/* #region default2 */
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* #endregion default2 */