@import "../vendor/bootstrap/dist/css/bootstrap.min.css";
#navigation-vertical,
#navigation-horizontal {
  display: none;
}
body.js-enabled #navigation-vertical,
body.js-enabled #navigation-horizontal {
  display: none;
}
body {
  overscroll-behavior: none;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  background: #FFFAF2 url('/wp-content/themes/kinnuquiz/assets/resources/raster_big.png') repeat 0 0;
  padding-top: 0;
  background-size: 16px;
}
body.padding-top-0 {
  padding-top: 0;
}
@media screen and (min-width: 992px) {
  ::-moz-selection {
    background: #000;
    color: #FFF;
  }
  ::selection {
    background: #000;
    color: #FFF;
  }
  ::-webkit-scrollbar {
    width: 8px;
  }
  ::-webkit-scrollbar-track {
    background: #FFF;
  }
  ::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 5px;
  }
}
#page-transition-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #FFFAF2;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}
#page-transition-overlay.active {
  opacity: 1;
  pointer-events: auto;
}
.container {
  max-width: 1320px !important;
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-right: 15px;
  padding-left: 15px;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
b,
strong {
  font-weight: 600;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  width: 100%;
  display: inline-block;
  font-family: "Zilla Slab", serif;
  font-weight: 400;
  letter-spacing: 1%;
}
h1 {
  font-size: 40px;
  line-height: 52px;
  margin-bottom: 32px;
}
h1 span {
  display: inline-block;
  margin-bottom: 20px;
}
h2 {
  font-size: 34px;
  line-height: 42px;
  margin-bottom: 50px;
}
h3 {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 37px;
}
h4 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 15px;
}
h5 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}
.l-font {
  font-size: 20px;
  line-height: 26px;
}
.m-font {
  font-size: 14px;
  line-height: 20px;
}
.s-font {
  font-size: 12px;
  line-height: 16px;
}
.xs-font {
  font-size: 10px;
  line-height: 14px;
}
p {
  margin-bottom: 27px;
}
ul {
  padding-left: 17px;
  margin-bottom: 27px;
}
.special-font {
  font-family: "Figtree", sans-serif;
}
.awarded-font {
  font-family: "Zilla Slab", serif;
}
.gray-font {
  color: #989590;
}
.regular-font {
  font-weight: 400 !important;
}
.nowrap {
  white-space: nowrap;
}
.multiple-layout {
  width: 100%;
  display: flex;
  gap: 80px;
}
.multiple-layout .menu-box {
  width: 260px;
  flex-shrink: 0;
  padding-left: 80px;
}
.multiple-layout .content-box {
  width: 100%;
  padding-right: 80px;
}
.btn-main {
  display: inline-block;
  border: 1px solid #79B8C8;
  background-color: #79B8C8;
  color: #FFF;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  padding: 7px 27px;
  border-radius: 5px;
  text-decoration: none !important;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn-main:hover {
  background-color: #000;
  border-color: #000;
}
.btn-main.btn-big {
  font-family: "Zilla Slab", serif;
  font-size: 20px;
  line-height: 26px;
  padding: 17px 40px 20px 40px;
  font-weight: 500;
  border-radius: 10px;
}
.btn-main.btn-dark {
  border-color: #000;
  background-color: #000;
  color: #FFF;
}
.btn-main .icon {
  position: relative;
  top: 2px;
}
.btn-main h6 {
  margin-bottom: 0;
  line-height: 28px;
}
.html-icon-right {
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  display: inline-block;
  transform: rotate(45deg);
  margin: 0 0 1px 6px;
}
.footer-2 {
  margin-bottom: 238px;
}
@media screen and (max-width: 1511px) and (min-width: 1321px) {
  .container {
    margin-left: 0;
  }
}
#cookie-law-info-bar {
  padding: 19px 20px !important;
  background: #000 !important;
}
#cookie-law-info-bar .cli-plugin-button {
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 5px;
  color: #FFF !important;
  background: #000 !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  padding: 6px 18px;
  margin: 0 0 0 20px !important;
}
#cookie-law-info-bar .cli-plugin-button.cookie_action_close_header {
  border-color: #FFF;
  background: #FFF !important;
  color: #000 !important;
}
.cli-bar-message {
  display: flex;
  align-items: center;
}
.cli-bar-message .c-image {
  flex-shrink: 0;
  padding-right: 15px;
}
.cli-bar-message .c-image .logo-v1 {
  display: none;
}
.cli-bar-message .c-message {
  color: #FFF;
  font-size: 12px;
  line-height: 16px;
  font-family: 'Figtree';
  font-weight: 400;
}
#navigation-vertical {
  height: 100%;
}
.navigation-vertical {
  width: 100%;
  display: inline-block;
  padding-top: 70px;
  position: sticky;
  top: 0;
}
.navigation-vertical:after {
  content: "";
  position: absolute;
  top: 70px;
  right: 0;
  width: 1px;
  height: calc(100vh - 140px);
  background-color: rgba(0, 0, 0, 0.1);
}
.navigation-vertical .logo {
  margin-bottom: 43px;
}
.navigation-vertical .logo a {
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 13px;
}
.navigation-vertical .logo .img-logo,
.navigation-vertical .logo .name {
  display: inline-block;
}
.navigation-vertical .navbar {
  padding: 0;
}
.navigation-vertical .navbar-header {
  display: none;
}
.navigation-vertical .navbar-nav {
  flex-direction: column;
}
.navigation-vertical .navbar-nav .separate-link {
  margin-bottom: 32px;
}
.navigation-vertical .navbar-nav .nav-link {
  padding: 4px 0;
  color: #000;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.navigation-vertical .navbar-nav .nav-link:hover,
.navigation-vertical .navbar-nav .nav-link.active {
  font-weight: 700;
}
.navigation-vertical .navbar-collapse {
  display: block !important;
}
.navigation-vertical .awarded-data {
  width: 100%;
  display: inline-block;
  margin-top: 47px;
}
.navigation-vertical .awarded-data .subtitle-menu {
  margin-top: 26px;
  position: relative;
}
.navigation-vertical .awarded-data .subtitle-menu img {
  width: 18px;
  top: -12px;
  position: relative;
  margin-left: 6px;
}
.btn-mobile {
  display: none;
}
@media screen and (max-width: 1320px) {
  .navigation-beam {
    width: 100%;
    display: inline-block;
    background: #FFFAF2 url('/wp-content/themes/kinnuquiz/assets/resources/raster_big.png') repeat 0 0;
    background-size: 16px;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
  }
  .navigation-beam .navigation {
    width: 100%;
    display: inline-block;
    position: relative;
  }
  .navigation-beam .logo,
  .navigation-beam .menu {
    float: left;
    height: 90px;
    display: flex;
    align-items: center;
    z-index: 101;
  }
  .navigation-beam .logo {
    width: 142px;
  }
  .navigation-beam .logo a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .navigation-beam .logo img {
    width: 30px;
  }
  .navigation-beam .logo .name {
    color: #000;
    font-weight: 700;
  }
  .navigation-beam .menu {
    width: calc(100% - 142px);
  }
  .navigation-beam .navbar-header {
    display: none;
  }
  .navigation-beam .navbar {
    padding: 0;
    width: 100%;
  }
  .navigation-beam .navbar-nav {
    gap: 32px;
  }
  .navigation-beam .navbar-collapse {
    justify-content: space-between;
  }
  .navigation-beam .nav-link {
    padding: 0 !important;
    color: #000;
    font-weight: 400;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .navigation-beam .nav-link:hover {
    font-weight: 700;
  }
  .navigation-beam .awarded-menu {
    display: flex;
    align-items: center;
    gap: 30px;
  }
  .navigation-beam .awarded-menu .link {
    color: #000;
    text-decoration: none;
    font-weight: 400;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .navigation-beam .awarded-menu .link:hover {
    font-weight: 700;
  }
  .navigation-beam .awarded-menu-info {
    display: none;
  }
  .only-mobile {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navigation-beam {
    position: absolute;
    margin-top: 0;
  }
  .navigation-beam .logo {
    position: absolute;
  }
  .navigation-beam .logo .name {
    font-size: 12px;
  }
  .navigation-beam .menu {
    width: 100%;
    padding-top: 14px;
  }
  .navigation-beam .navigation {
    font-size: 20px;
    line-height: 30px;
  }
  .navigation-beam .navigation.open .navbar-header .btn-main {
    display: none;
  }
  .navigation-beam .navigation .navbar {
    width: 100%;
    padding: 0;
  }
  .navigation-beam .navigation .navbar-header {
    display: inline-block;
    margin: -7px 0 12px auto;
  }
  .navigation-beam .navigation .navbar-toggle {
    background: transparent;
    position: relative;
    float: right;
    margin: 0 0 0 0;
    border: none;
    width: 36px;
    height: 30px;
    border-radius: 20px;
    padding: 0 2px;
  }
  .navigation-beam .navigation .navbar-toggle .mb {
    width: auto;
    display: inline-block;
    float: right;
  }
  .navigation-beam .navigation .navbar-toggle:hover,
  .navigation-beam .navigation .navbar-toggle:focus {
    box-shadow: none;
    outline: none;
  }
  .navigation-beam .navigation .navbar-toggle.collapsed {
    padding: 0 7px;
  }
  .navigation-beam .navigation .navbar-toggle .icon-bar {
    margin: 4px 0;
    transition: all 0.2s;
    background: #000;
    height: 3px;
    display: block;
  }
  .navigation-beam .navigation .navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 75%;
    width: 28px;
    margin-bottom: 5px;
  }
  .navigation-beam .navigation .navbar-toggle .middle-bar {
    opacity: 0;
  }
  .navigation-beam .navigation .navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 15% 100%;
    width: 28px;
  }
  .navigation-beam .navigation .navbar-toggle.collapsed .top-bar,
  .navigation-beam .navigation .navbar-toggle.collapsed .bottom-bar {
    width: 22px;
  }
  .navigation-beam .navigation .navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
    margin-bottom: 0;
  }
  .navigation-beam .navigation .navbar-toggle.collapsed .middle-bar {
    opacity: 1;
  }
  .navigation-beam .navigation .navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
  }
  .navigation-beam .navigation .navbar-collapse {
    display: none;
    width: calc(100% + 112px);
    background: #FFFAF2 url('/wp-content/themes/kinnuquiz/assets/resources/raster_big.png') repeat 0 0;
    background-size: 16px;
    overflow-y: auto;
    padding: 16px 64px 32px 64px;
    border-radius: 0;
    position: absolute;
    top: 0;
    left: -66px;
    z-index: 10;
    border-bottom: 1px solid #d2cec7;
    font-family: "Zilla Slab", serif;
    height: calc(100vh - 96px);
    padding: 16px 28px 32px 28px;
    width: calc(100% + 56px);
    left: -28px;
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -ms-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear;
  }
  .navigation-beam .navigation .navbar-collapse.show {
    display: inline-block;
    flex-direction: column;
    top: 61px;
  }
  .navigation-beam .navigation .navbar-collapse .menu-header {
    width: 100%;
    display: inline-block;
    margin-bottom: 40px;
  }
  .navigation-beam .navigation .navbar-collapse a {
    padding: 6px 0;
    color: #000 !important;
  }
  .navigation-beam .navigation .navbar-nav {
    gap: 0;
    margin: 0;
    padding-bottom: 0;
  }
  .navigation-beam .navigation .navbar-nav li {
    padding: 0 !important;
    order: 2;
  }
  .navigation-beam .navigation .navbar-nav li a {
    width: 100%;
    display: inline-block;
    text-align: left;
    position: relative;
    padding: 6px 0;
    font-size: 36px;
    line-height: 67px;
    color: #000 !important;
  }
  .navigation-beam .navigation .navbar-nav li a:hover,
  .navigation-beam .navigation .navbar-nav li a:focus {
    text-decoration: none;
  }
  .navigation-beam .navigation .dropdown-menu {
    top: 0;
    padding: 0 16px;
    border: none;
  }
  .navigation-beam .awarded-menu .link {
    font-size: 36px;
    line-height: 67px;
  }
  .navigation-beam .awarded-menu .btn-main {
    display: none;
  }
  .navigation-beam .awarded-menu-info {
    width: 100%;
    display: inline-block;
    padding-top: 40px;
    padding-bottom: 16px;
    margin-top: 18px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .navigation-beam .awarded-menu-info a.btn-main {
    color: #FFF !important;
    padding: 18px 24px;
    margin-top: 19px;
  }
  .only-mobile {
    display: inline-block;
  }
  .btn-mobile {
    display: inline-block;
    margin-right: 26px;
    padding: 6px 10px;
  }
}
/*576*/
@media (max-width: 767px) {
  .navigation-beam .navigation .navbar-collapse {
    padding: 16px 28px 32px 28px;
    width: calc(100% + 56px);
    left: -28px;
  }
}
.post-sqe-single .body {
  width: 100%;
  display: inline-block;
  padding: 60px 0;
}
.post-sqe-single .header-beam {
  width: 100%;
  display: inline-block;
  position: relative;
}
.post-sqe-single .header-beam .category-name {
  margin-bottom: 24px;
}
.post-sqe-single .header-beam .back-link {
  font-family: "Zilla Slab", serif;
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
  color: #000;
  display: block;
  margin-bottom: 55px;
}
.post-sqe-single .header-beam .separator-line {
  margin: 28px 0 10px 0;
}
.post-sqe-single .content-beam {
  width: 100%;
  display: inline-block;
  padding: 30px 0;
}
.post-sqe-single .content-beam h1,
.post-sqe-single .content-beam h2,
.post-sqe-single .content-beam h3,
.post-sqe-single .content-beam h4,
.post-sqe-single .content-beam h5,
.post-sqe-single .content-beam h6 {
  margin-bottom: 30px;
}
.post-sqe-single .content-beam h1 b,
.post-sqe-single .content-beam h2 b,
.post-sqe-single .content-beam h3 b,
.post-sqe-single .content-beam h4 b,
.post-sqe-single .content-beam h5 b,
.post-sqe-single .content-beam h6 b,
.post-sqe-single .content-beam h1 strong,
.post-sqe-single .content-beam h2 strong,
.post-sqe-single .content-beam h3 strong,
.post-sqe-single .content-beam h4 strong,
.post-sqe-single .content-beam h5 strong,
.post-sqe-single .content-beam h6 strong {
  font-weight: 700;
}
.post-sqe-single .content-beam p {
  width: 100%;
  display: inline-block;
  font-family: "Zilla Slab", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
}
.post-sqe-single .content-beam a {
  color: #000;
  word-break: break-word;
  overflow-wrap: break-word;
}
.index-sqe-single .body {
  width: 100%;
  display: inline-block;
  padding: 60px 0 0 0;
}
.index-sqe-single .header-beam {
  width: 100%;
  display: inline-block;
  padding: 0 0 10px 0;
  position: relative;
}
.index-sqe-single .content-beam {
  width: 100%;
  display: inline-block;
}
.index-sqe-single .content-beam .posts-group {
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #d2cec7;
  margin: 20px 0 80px 0;
}
.index-sqe-single .content-beam .post-item {
  width: 100%;
  display: inline-block;
  border-top: 1px solid #d2cec7;
  padding: 0;
  position: relative;
}
.index-sqe-single .content-beam .post-item:after {
  content: "";
  position: absolute;
  top: 40px;
  right: 0;
  width: 12px;
  height: 12px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: rotate(45deg);
}
.index-sqe-single .content-beam .post-name {
  color: #000;
  text-decoration: none;
  width: 100%;
  display: inline-block;
  padding: 30px 0 24px 0;
}
.download-box {
  width: 100%;
  display: inline-block;
}
.download-box .input-form {
  max-width: 380px;
  margin: 0 0 27px 0 !important;
}
.download-box .input-form:focus {
  outline: none;
  box-shadow: none;
}
.download-box .btn-main {
  margin: 44px auto 0 auto;
}
.download-box .form-message {
  color: red;
  margin-top: 12px;
}
/*992*/
@media (max-width: 1199px) {
  .post-sqe-single .header-beam .back-link {
    font-size: 25px;
    line-height: 32px;
  }
  .post-sqe-single .content-beam p {
    font-size: 19px;
    line-height: 26px;
  }
}
/*768*/
@media (max-width: 991px) {
  .post-sqe-single .body {
    padding: 60px 0 0 0;
  }
  .post-sqe-single .header-beam {
    padding: 0 0 60px 0;
  }
  .post-sqe-single .header-beam .back-link {
    position: relative;
    float: left;
    margin-bottom: 24px;
    font-size: 22px;
    line-height: 30px;
  }
}
/*576*/
@media (max-width: 767px) {
  .index-sqe-single .body {
    padding: 30px 0;
  }
  .index-sqe-single .header-beam {
    padding: 0 0 50px 0;
  }
  .index-sqe-single .content-beam .posts-group {
    margin: 10px 0 60px 0;
  }
  .index-sqe-single .content-beam .post-item:after {
    top: 32px;
    right: 0;
  }
  .index-sqe-single .content-beam .post-name {
    padding: 24px 0 16px 0;
  }
  .post-sqe-single .header-beam {
    padding: 0 0 32px 0;
  }
}
/*425*/
/*320*/
@media (max-width: 424px) {
  .index-sqe-single .body {
    padding: 0 0 30px 0;
  }
  .index-sqe-single .header-beam {
    padding: 0 0 30px 0;
  }
  .index-sqe-single .content-beam .posts-group {
    margin: 5px 0 45px 0;
  }
  .index-sqe-single .content-beam .post-item:after {
    top: 28px;
  }
  .index-sqe-single .content-beam .post-name {
    padding: 20px 0 16px 0;
  }
  .post-sqe-single .body {
    padding: 0 0 30px 0;
  }
  .post-sqe-single .header-beam {
    padding: 0 0 16px 0;
  }
  .post-sqe-single .header-beam .back-link {
    margin-bottom: 12px;
  }
  .post-sqe-single .header-beam .category-name {
    margin-bottom: 16px;
  }
}
.kinnu-sqe-question-container {
  height: 420px;
  overflow-y: auto;
  margin-bottom: 32px;
}
#kinnu-sqe-registration-form,
#kinnu-sqe-result-container {
  text-align: center;
}
#kinnu-sqe-registration-form .hero-beam,
#kinnu-sqe-result-container .hero-beam {
  padding: 40px 16% 0 16%;
}
.quiz-start {
  width: 100%;
  display: inline-block;
  padding-top: 32px;
}
.quiz-start .input-form {
  max-width: 380px;
}
.quiz-start .kinnu-sqe-submit-btn {
  margin: 64px auto 0 auto;
}
.quiz-start .kinnu-sqe-submit-btn h5 {
  width: auto;
}
label a {
  color: #000;
}
.input-form {
  border: 3px solid #000;
  background: #fff;
  height: 60px;
  border-radius: 60px;
  padding: 0 24px;
  margin-bottom: 25px;
  width: 100%;
}
.input-form:focus {
  outline: none;
  box-shadow: none;
}
input[type="checkbox"] {
  width: 26px;
  height: 26px;
  margin: 0 10px -7px 0px;
  bottom: -7px;
  position: relative;
}
input[type="checkbox"]:checked {
  accent-color: #000;
}
.kinnu-sqe-legal {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 0.8rem;
  color: #777;
}
.kinnu-sqe-error {
  margin-bottom: 1rem;
  padding: 0.5rem;
  color: #c62828;
  border-radius: 4px;
}
.kinnu-sqe-progress {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0 20px 0;
}
.kinnu-sqe-progress-bar {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  background: #000;
  border-radius: 20px;
  padding: 10px 8px;
}
.kinnu-sqe-progress-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #FAFAFA;
  opacity: 0.3;
  margin: 0 4px;
}
.kinnu-sqe-progress-dot.current {
  background-color: #fff;
  opacity: 1;
}
.kinnu-sqe-progress-dot.completed-correct {
  background-color: #4caf50;
  opacity: 1;
}
.kinnu-sqe-progress-dot.completed-incorrect {
  background-color: #f44336;
  opacity: 1;
}
.kinnu-sqe-progress-text {
  font-size: 28px;
  color: #000;
  font-family: 'Zilla Slab', serif;
  letter-spacing: 1%;
  font-weight: 400;
}
.kinnu-sqe-question {
  font-family: 'Figtree', sans-serif;
  margin-bottom: 1.5rem;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
.kinnu-sqe-answers {
  margin-bottom: 1.5rem;
  font-family: 'Figtree', sans-serif;
  font-weight: 700;
}
.kinnu-sqe-answer {
  padding: 1rem;
  margin-bottom: 0.8rem;
  border-radius: 9px;
  cursor: pointer;
  transition: background-color 0.2s;
  display: flex;
  border: 1px solid #ccc;
  font-family: 'Figtree', sans-serif;
  font-weight: 400;
}
.kinnu-sqe-answer.selected {
  outline: 4px solid #000;
}
.kinnu-sqe-answer.correct {
  outline: 4px solid #4caf50;
}
.kinnu-sqe-answer.incorrect {
  outline: 4px solid #f44336;
}
.kinnu-sqe-answer-letter {
  font-weight: bold;
  margin-right: 5px;
  min-width: 20px;
}
.kinnu-sqe-buttons {
  display: flex;
  gap: 24px;
  justify-content: space-between;
}
.kinnu-sqe-buttons button {
  width: 100%;
}
.kinnu-sqe-feedback {
  margin-top: 1.5rem;
  border-radius: 9px;
}
.kinnu-sqe-feedback .kinnu-sqe-answer {
  outline: none;
  border: none;
}
.kinnu-sqe-feedback .kinnu-sqe-answer.correct .kinnu-sqe-answer-letter,
.kinnu-sqe-feedback .kinnu-sqe-answer.correct .kinnu-sqe-answer-text {
  color: #4caf50;
}
.kinnu-sqe-feedback .kinnu-sqe-answer .kinnu-sqe-answer-letter,
.kinnu-sqe-feedback .kinnu-sqe-answer .kinnu-sqe-answer-text {
  color: #CC5555;
}
.kinnu-sqe-feedback .kinnu-sqe-explanation {
  padding-top: 5px;
  position: relative;
  padding-bottom: 4px;
}
.kinnu-sqe-feedback .kinnu-sqe-explanation:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 200px;
  height: 1px;
  background: #d4d4d4;
}
.kinnu-sqe-correct-feedback h3 {
  color: #4caf50;
}
.kinnu-sqe-incorrect-feedback h3 {
  color: #f44336;
}
.kinnu-sqe-feedback-item {
  margin-bottom: 1rem;
  padding: 1rem;
  background-color: #fff;
  border-radius: 6px;
}
.kinnu-sqe-feedback-item.correct {
  border-left: 4px solid #4caf50;
}
.kinnu-sqe-results-stats {
  display: block;
  margin: 0 auto;
  width: 310px;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  padding: 20px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
}
.kinnu-sqe-results-stats .kinnu-sqe-result-number {
  display: block;
  font-family: 'Zilla Slab', serif;
}
.kinnu-sqe-result-actions {
  width: 100%;
  display: inline-block;
}
.kinnu-sqe-result-actions button {
  margin: 100px auto 0 auto;
  max-width: 500px;
}
.kinnu-sqe-share-btn {
  margin: 50px auto 0 auto;
}
.kinnu-sqe-share-btn svg {
  width: 18px;
  height: auto;
}
.kinnu-sqe-share-btn h5 {
  display: inline-block;
  width: fit-content;
}
.kinnu-sqe-content {
  margin-top: 12px;
}
.kinnu-sqe-answers {
  border-bottom: 1px solid #000;
  padding: 4px 4px 10px 4px;
}
.kinnu-sqe-progress-text .nav-sqe,
.kinnu-sqe-progress-text .nav-numbers {
  display: inline-block !important;
}
.kinnu-sqe-progress-text .nav-sqe {
  width: 12px;
  height: 12px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  position: relative;
  top: -1px;
}
.kinnu-sqe-progress-text .nav-sqe.prev {
  transform: rotate(-135deg);
}
.kinnu-sqe-progress-text .nav-sqe.next {
  transform: rotate(45deg);
}
.kinnu-sqe-progress-text .nav-sqe.disabled {
  border-top-color: #929292;
  border-right-color: #929292;
}
.kinnu-sqe-progress-text .nav-numbers {
  margin: 0 4px;
}
.kinnu-sqe-app-box {
  width: 100%;
  display: inline-block;
  padding-top: 50px;
}
.kinnu-sqe-app-box .description {
  width: 100%;
  display: inline-block;
  margin: 20px 0 10px 0;
}
.kinnu-sqe-app-box .cta-app {
  width: 100%;
  display: flex;
  gap: 20px;
  margin-top: 20px;
  align-items: center;
  justify-content: center;
}
/**** AD ****/
.kinnu-sqe-ad-container .kinnu-ad-content {
  margin-top: 40px;
  margin-bottom: 67px;
}
.kinnu-sqe-ad-container .kinnu-ad-content h2 {
  margin-bottom: 37px;
}
@media (max-width: 991px) {
  .kinnu-sqe-ad-container .kinnu-ad-content {
    margin-bottom: 89px;
  }
}
.kinnu-sqe-ad-container .kinnu-ad-useful {
  margin-bottom: 26px;
  font-size: 16px;
  font-weight: 400;
}
.kinnu-sqe-ad-container .kinnu-ad-scan-text {
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.kinnu-sqe-ad-container .kinnu-ad-scan-text h4 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
}
.kinnu-sqe-ad-container .kinnu-ad-scan-text h5 {
  margin: 0;
  font-size: 28px;
  line-height: 34px;
  font-weight: normal;
}
@media (max-width: 991px) {
  .kinnu-sqe-ad-container .kinnu-ad-scan-text {
    text-align: center;
    justify-content: center;
    padding-left: 36px;
  }
}
.kinnu-sqe-ad-container .kinnu-ad-scan {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .kinnu-sqe-ad-container .kinnu-ad-scan {
    flex-direction: column;
    text-align: center;
    margin-bottom: 0px;
  }
}
@media (max-width: 991px) {
  .kinnu-sqe-ad-container .kinnu-ad-scan h4 {
    margin-top: 34px;
    margin-bottom: 48px;
  }
}
.kinnu-sqe-ad-container .kinnu-ad-qr {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .kinnu-sqe-ad-container .kinnu-ad-qr {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .kinnu-sqe-ad-container .kinnu-app img {
    width: 185px;
    margin: 0 auto;
    display: table;
  }
}
.quiz-page-content {
  width: 100%;
  display: inline-block;
  margin-top: 64px;
  text-align: left;
}
.quiz-page-content table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 2px solid #000;
}
.quiz-page-content table td {
  padding: 10px;
  border: 1px solid #000;
}
.quiz-page-content table tr:first-child td {
  border-top: none;
}
.quiz-page-content table tr td:first-child {
  border-left: none;
}
.quiz-page-content table tr:last-child td {
  border-bottom: none;
}
.quiz-page-content table tr td:last-child {
  border-right: none;
}
/*1200*/
@media (max-width: 1439px) {
  .kinnu-sqe-result-actions button {
    margin: 76px auto 0 auto;
  }
  .kinnu-sqe-share-btn {
    margin: 80px auto 0 auto;
  }
}
/*992*/
/*768*/
@media (max-width: 991px) {
  .kinnu-sqe-question-container {
    height: auto;
    overflow-y: unset;
    margin-bottom: 16px;
  }
  #kinnu-sqe-registration-form .hero-beam {
    padding: 0;
  }
  .kinnu-sqe-progress {
    margin-bottom: 70px;
  }
  .kinnu-sqe-left-column {
    margin-bottom: 40px;
  }
}
/*576*/
@media (max-width: 767px) {
  .input-form {
    height: 54px;
  }
}
/*425*/
@media (max-width: 575px) {
  .kinnu-sqe-progress-bar {
    margin-bottom: 12px;
    padding: 7px 6px;
  }
  .kinnu-sqe-progress-dot {
    width: 8px;
    height: 8px;
    margin: 0 2px;
  }
  .kinnu-sqe-progress {
    margin-bottom: 36px;
  }
  .kinnu-sqe-left-column {
    margin-bottom: 16px;
  }
}
/*320*/
@media (max-width: 424px) {
  .kinnu-sqe-result-actions button {
    margin: 42px auto 0 auto;
  }
  .kinnu-sqe-share-btn {
    margin: 42px auto 40px auto;
  }
  .kinnu-sqe-app-box .cta-app {
    display: inline-block;
    margin-top: 0;
  }
  .kinnu-sqe-app-box .cta-app a {
    display: block;
    margin: 14px 8px 0 8px;
  }
}
@media screen and (max-width: 1320px) {
  .container {
    width: 900px !important;
  }
  .multiple-layout {
    display: inline-block;
    gap: unset;
  }
  .multiple-layout .menu-box {
    width: 100%;
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 1000;
  }
  .multiple-layout .menu-box.scroll-active .navigation-beam {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .multiple-layout .content-box {
    width: unset;
    padding-right: unset;
  }
}
@media (max-width: 1199px) {
  .multiple-layout .menu-box {
    margin-bottom: 50px;
  }
}
/*768*/
@media (max-width: 991px) {
  h5 {
    font-size: 20px;
    line-height: 26px;
  }
  .s-font {
    font-size: 16px;
    line-height: 22px;
  }
  .container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 30px !important;
  }
  #cookie-law-info-bar {
    padding: 30px 30px !important;
  }
  .cli-bar-message {
    align-items: start !important;
  }
  .cli-bar-message .c-image {
    padding-top: 4px;
  }
  .cli-bar-btn_container {
    width: 100%;
    margin-top: 20px !important;
    padding-left: 20px;
  }
}
/*576*/
@media (max-width: 767px) {
  .multiple-layout .menu-box {
    margin-bottom: 100px;
  }
}
/*425*/
@media (max-width: 575px) {
  h1 {
    font-size: 36px;
    line-height: 45px;
  }
  h4 {
    font-size: 20px;
    line-height: 26px;
  }
  .btn-main {
    text-align: center;
  }
  .btn-main.btn-big {
    width: 100%;
  }
}
/*320*/
