/*
Theme Name: singer
Theme URI: 
Author: 2046
Author URI: http://2046.cz/
Description: 
Version: 0.2
License: Aggressive Copyright
License URI: http://aggresive-copyright.org
Tags: 
*/
html.lenis {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-scrolling iframe {
  pointer-events: none;
}
:root {
  --fs: 18px;
  --lh: 25.2px;
  --bs-gutter-x: 3rem;
}
@media all and (max-width: 768px) {
  :root {
    --fs: 18px * 1.1;
    --lh: 25.2px * 1.1;
  }
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  background-color: #fff;
  color: #28265B;
  font-family: 'Libre Franklin', sans-serif;
  font-size: var(--fs);
  line-height: var(--lh);
}
body.dev * {
  box-shadow: inset 0 0 1px 1px pink;
}
/* H design */
h1,
._h1 {
  font-size: clamp(2.422rem, 3.46vw, 3.46rem);
  margin-bottom: 1.73rem;
  margin-left: -6.228px;
  font-weight: 800;
  color: #190762;
}
h1 p,
._h1 p {
  line-height: 1.1;
}
h1 a,
._h1 a {
  color: #190762;
}
h2,
._h2 {
  font-size: clamp(2.1rem, 3vw, 3rem);
  margin-bottom: 1.5rem;
  margin-left: -5.4px;
  font-weight: 800;
  color: #190762;
}
h2 p,
._h2 p {
  line-height: 1.1;
}
h2 a,
._h2 a {
  color: #190762;
}
h3,
._h3 {
  font-size: clamp(1.5722rem, 2.246vw, 2.246rem);
  margin-bottom: 1.123rem;
  margin-left: -4.0428px;
  font-weight: 800;
  color: #190762;
}
h3 p,
._h3 p {
  line-height: 1.1;
}
h3 a,
._h3 a {
  color: #190762;
}
h4,
._h4 {
  font-size: clamp(0.98994rem, 1.4142vw, 1.4142rem);
  margin-bottom: 0.7071rem;
  margin-left: -2.54556px;
  font-weight: 800;
  color: #190762;
}
h4 p,
._h4 p {
  line-height: 1.1;
}
h4 a,
._h4 a {
  color: #190762;
}
h5,
._h5 {
  font-size: clamp(0.83244rem, 1.1892vw, 1.1892rem);
  margin-bottom: 0.5946rem;
  margin-left: -2.14056px;
  font-weight: 800;
  color: #190762;
}
h5 p,
._h5 p {
  line-height: 1.1;
}
h5 a,
._h5 a {
  color: #190762;
}
h6,
._h6 {
  font-size: clamp(0.7rem, 1vw, 1rem);
  margin-bottom: 0.5rem;
  margin-left: -1.8px;
  font-weight: 800;
  color: #190762;
}
h6 p,
._h6 p {
  line-height: 1.1;
}
h6 a,
._h6 a {
  color: #190762;
}
.accent {
  font-size: clamp(40.428px, 3vw, 62.28px);
}
.btn,
#top_menu {
  text-transform: uppercase;
  font-weight: 800;
}
#top_menu {
  font-size: clamp(0.9rem, 1vw, 1.1rem);
}
.footer {
  font-size: 0.9rem;
  line-height: 1.6rem;
}
.graph,
.activity_list a {
  font-weight: 800;
}
.center_center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.btn {
  border: 0;
  border-radius: 0;
  background-color: #313bae;
  color: #fff;
  padding: 0.6rem 2rem;
  text-decoration: none;
}
.btn:hover,
.btn:active,
.btn:focus {
  background-color: #190762;
  color: #fff;
  text-decoration: none;
}
.btn.status_full {
  background-color: #e1d400;
  color: #190762;
}
.btn.big {
  padding: 18px clamp(0.8rem, 5vh, 2rem);
}
.btn.pill {
  border-radius: 2046px;
  padding: 5.4px 14.4px;
  background-color: #190762;
}
.btn.pill:hover,
.btn.pill:active,
.btn.pill:focus {
  background-color: #313bae;
}
.status_full {
  display: block;
  margin-top: 2px;
}
.status_full:before {
  content: 'i';
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #313bae;
  color: #fff;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  margin-right: 0.3rem;
  font-size: 0.9rem;
}
.input {
  border: 0;
  border-radius: 0;
}
input[type="text"],
input[type="url"],
input[type="email"] {
  padding: 0.5rem;
}
img,
iframe {
  max-width: 100%;
  display: inline-block;
  height: auto;
}
a {
  color: #190762;
  text-decoration: none;
  outline: none;
}
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}
ul {
  margin-bottom: 25.2px;
}
ol li {
  margin-bottom: 25.2px;
}
p {
  margin-bottom: 25.2px;
}
p,
li {
  line-height: 1.4;
}
p a,
li a {
  text-decoration: underline;
}
p a:hover,
li a:hover,
p a:active,
li a:active,
p a:focus,
li a:focus {
  text-decoration: underline;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  color: #190762;
}
.triangle-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #313bae;
}
.w {
  padding-top: clamp(1rem, 7vh, 3rem);
  padding-bottom: clamp(1rem, 7vh, 3rem);
}
.w.v_1 {
  padding-top: 0;
}
.edit-link {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
  background: red;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
.edit-link:hover {
  color: #fff;
  text-decoration: none;
}
._anchor {
  opacity: 0;
  position: absolute;
  z-index: 3;
  text-decoration: none;
}
.anchor {
  opacity: 0;
  position: absolute;
  z-index: 3;
  text-decoration: none;
  left: 18px;
  display: inline-block;
  text-align: center;
  width: 28px;
  height: 28px;
  background: black;
  color: #fff;
  border-radius: 0 0 50% 50%;
}
.anchor:hover,
.anchor:active,
.anchor:focus {
  color: #fff;
}
.noanim {
  transition: all 0s;
}
.anim {
  transition: all 0.4s;
}
.anim_ {
  transition: all 0.8s ease-out;
}
.aPeaceful {
  transition: all 1300ms cubic-bezier(0.315, 0.03, 0.465, 0.96);
}
.aNatural {
  transition: all 800ms cubic-bezier(0.22, -0.14, 0.405, 1.08);
}
.aAbrupt {
  transition: all 400ms cubic-bezier(0.05, 0.935, 0.755, 1.045);
}
.logged-in .anchor {
  opacity: 1;
}
.container,
.navbar {
  max-width: 91vw;
  margin-left: auto;
  margin-right: auto;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 3rem;
}
.row {
  --bs-gutter-x: 3rem;
  --bs-gutter-y: 0;
}
.row.g-0 {
  --bs-gutter-x: 0;
}
#logo {
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
  padding-left: 1rem;
  padding-top: clamp(1rem, 5vh, 2.2rem);
}
#logo img {
  width: clamp(26px, 4vw, 60px);
  height: clamp(26px, 3vw, 60px);
}
.home #logo {
  padding-top: clamp(1rem, 7vh, 3rem);
}
.home #logo img {
  width: 7vw;
  height: 8vw;
}
.mejl {
  text-decoration: underline;
}
.breadcrumbs {
  margin-top: -4vh;
  margin-bottom: 1.6rem;
}
.single_image + .breadcrumbs {
  margin-top: 0.5rem;
}
.single-item #logo,
.page-id-1048 #logo {
  padding-top: clamp(1rem, 5vh, 2.2rem);
}
.single-item #logo img,
.page-id-1048 #logo img {
  width: clamp(26px, 4vw, 60px);
  height: clamp(26px, 3vw, 60px);
}
#top_menu {
  justify-content: flex-end;
  padding-right: 1.3rem;
}
#top_menu ul {
  padding-left: 0;
  margin-left: 0;
}
#top_menu ul li {
  display: inline-block;
  list-style: none;
}
#top_menu ul li a {
  display: block;
  text-decoration: none;
  padding: 0 0.7rem;
  color: #190762;
}
#top_menu ul li.active a {
  text-decoration: underline;
}
#top_menu ul li .dropdown-menu {
  background-color: #313bae;
  border: 0;
  box-shadow: 0 0 0 transparent;
  border-radius: 0;
  border-top: 12.6px solid #fff;
  padding: 12.6px 17.64px 12.6px 18px;
}
#top_menu ul li .dropdown-menu:before {
  position: absolute;
  content: '';
  z-index: 2;
  top: -5px;
  left: 15%;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #313bae;
}
#top_menu ul li .dropdown-menu li {
  display: block;
}
#top_menu ul li .dropdown-menu li a {
  padding: 0.4rem 0;
  background-color: #313bae;
  color: #fff;
  white-space: nowrap;
}
#top_menu ul li .dropdown-menu li a:hover,
#top_menu ul li .dropdown-menu li a:active,
#top_menu ul li .dropdown-menu li a:focus {
  color: #F8F6F5;
}
.activity_list {
  margin-bottom: clamp(1rem, 7vh, 3rem);
}
.activity_list a {
  text-decoration: none;
  margin-bottom: 7.2px;
  display: block;
}
.activity_list a:hover {
  text-decoration: none;
}
.activity_list .item {
  display: flex;
}
.activity_list .item .in {
  flex-grow: 1;
}
.activity_list ul {
  padding: 0;
}
.activity_list ul li {
  list-style: none;
}
.activity_list .filter_bits {
  background-color: #fff;
  position: sticky;
  top: 18px;
}
.activity_list .filter_bits .items {
  margin-top: 25.2px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.activity_list .filter_bits #release_filter {
  margin-top: 25.2px;
  text-transform: uppercase;
  font-weight: 800;
  border: 0;
  border-radius: 0;
  background-color: #313bae;
  color: #fff;
  padding: 0.6rem 2rem;
  text-decoration: none;
}
.activity_list .filter_bits #release_filter:hover,
.activity_list .filter_bits #release_filter:active,
.activity_list .filter_bits #release_filter:focus {
  background-color: #190762;
  color: #fff;
  text-decoration: none;
}
.activity_list .filter_bits #release_filter.status_full {
  background-color: #e1d400;
  color: #190762;
}
.activity_list .filter_bits #release_filter.big {
  padding: 18px clamp(0.8rem, 5vh, 2rem);
}
.activity_list .filter_bits #release_filter.pill {
  border-radius: 2046px;
  padding: 5.4px 14.4px;
  background-color: #190762;
}
.activity_list .filter_bits #release_filter.pill:hover,
.activity_list .filter_bits #release_filter.pill:active,
.activity_list .filter_bits #release_filter.pill:focus {
  background-color: #313bae;
}
.activity_list .filter_bits ul {
  display: inline-block;
}
.activity_list .filter_bits ul li {
  display: block;
}
.activity_list .filter_bits ul li a {
  display: block;
}
.activity_list .filter_bits ul li a:hover,
.activity_list .filter_bits ul li a:focus {
  color: #000;
}
.activity_list .filter_bits ul li a.bits:before {
  display: inline-block;
  content: '';
  width: 15px;
  height: 15px;
  margin: 0 0.2rem -0.1rem 0;
  background: url(img/filter_off.svg) no-repeat center;
}
.activity_list .filter_bits ul li a.active:before {
  background-image: url(img/filter_on.svg);
}
.activity_list .game {
  overflow: hidden;
  max-height: 2046px;
  transition: all 0.4s;
  position: relative;
}
.activity_list .game:hover,
.activity_list .game:focus {
  content: '';
}
.activity_list .game[data-active="false"] {
  max-height: 0;
}
.dropdown-toggle::after {
  display: none;
}
.navbar {
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: end;
}
.navbar-toggler {
  background-color: #fff;
  border-radius: 0;
  position: fixed;
  z-index: 2046;
  top: 21px;
  right: 18px;
  border: 0;
  padding: 18px;
  width: 44px;
  height: 44px;
}
.navbar-toggler:hover,
.navbar-toggler:active,
.navbar-toggler:focus {
  border: 0;
  box-shadow: none;
  outline: none;
}
.navbar-toggler span {
  position: absolute;
  left: 9.36px;
  transform: rotate(0deg);
  transition: all 0.4s ease-in-out;
  transform-origin: left center;
  display: block;
  width: 26px;
  border-bottom: 2px solid #000;
  transition: all 0.4s;
}
.navbar-toggler span:nth-child(1) {
  transform: rotate(0deg);
  opacity: 1;
  top: 12.6px;
}
.navbar-toggler span:nth-child(2) {
  transform: rotate(0deg);
  opacity: 1;
  transform-origin: left center;
  top: 21px;
}
.navbar-toggler span:nth-child(3) {
  transform: rotate(0deg);
  opacity: 1;
  transform-origin: left center;
  top: 29.4px;
}
.navbar-toggler[aria-expanded="true"] span:nth-child(1) {
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.navbar-toggler[aria-expanded="true"] span:nth-child(3) {
  transform: rotate(-45deg);
  top: 30.4px;
}
.button_holder {
  text-align: center;
}
.image_grid {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}
.image_grid img {
  width: 100%;
  height: auto;
}
.image_grid div {
  margin: 0;
  padding: 0;
}
.image_grid .d-flex {
  flex: 1;
}
.image_grid .cl {
  flex-flow: column;
}
.image_grid a {
  flex: 1;
  display: block;
  background-size: cover;
  background-position: center center;
}
._3cols h4 {
  margin-bottom: 2.7rem;
}
.intro_item {
  background-position: calc(100% - clamp(1rem, 7vh, 3rem) * 0.5) calc(100% - clamp(1rem, 7vh, 3rem) * 0.5);
  background-repeat: no-repeat;
  background-size: 35%;
}
.intro_item .description {
  padding-left: clamp(0.8rem, 5vh, 2rem);
}
.intro_item .description {
  max-width: 80%;
}
.wide_photo .intro_item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-flow: column;
}
.wide_photo .identity {
  max-width: 70%;
  margin-bottom: clamp(0.8rem, 7.4vh, 5rem);
}
.related_products .heading {
  height: 100%;
  justify-content: center;
  display: flex;
  flex-flow: column;
}
.related_products .meta {
  padding: clamp(0.8rem, 5vh, 2rem);
}
.single-lide .meta {
  margin-bottom: 25.2px;
}
.related_products .item,
.products .item {
  display: flex;
  flex-flow: column;
  margin-bottom: clamp(1rem, 7vh, 3rem);
}
.related_products .item img,
.products .item img {
  width: 100%;
}
.related_products .pdata,
.products .pdata {
  display: flex;
  flex-flow: column;
  flex: 1;
  align-items: flex-start;
  justify-content: space-between;
  background-position: calc(100% - clamp(1rem, 7vh, 3rem) * 0.5) calc(100% - clamp(1rem, 7vh, 3rem));
  background-repeat: no-repeat;
  background-size: 25%;
  padding: clamp(0.8rem, 5vh, 2rem);
  color: #313bae;
}
.related_products .pdata.bc_5,
.products .pdata.bc_5 {
  color: #F8F6F5;
}
.related_products .pdata .info_part,
.products .pdata .info_part {
  width: 100%;
}
.related_products .pdata .product_title,
.products .pdata .product_title {
  margin-bottom: 25.2px;
}
.product-detail-meta .product_variant {
  background-color: #F8F6F5;
  padding: clamp(0.8rem, 5vh, 2rem);
  margin-top: 18px;
}
.product-detail-meta .product_variant:last-of-type {
  margin-bottom: clamp(3rem, 10vh, 10rem);
}
.product-detail-meta .product_variant .price {
  margin-bottom: 25.2px;
}
.in {
  padding: clamp(0.8rem, 5vh, 2rem);
}
.single-activity .in {
  margin-bottom: 25.2px;
  width: 100%;
}
.entry {
  max-width: 78ch;
  margin-bottom: clamp(3rem, 10vh, 10rem);
}
.single-post h1 {
  margin-top: clamp(1rem, 7vh, 3rem);
  margin-bottom: 0.6rem;
}
.single-post .meta_holder {
  display: flex;
  align-items: center;
}
.single-post .meta_holder .avatar {
  margin-right: 18px;
}
.reminder_links {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.reminder_links a {
  margin: 9px 0 0 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.reminder_links a:first-child {
  margin-top: 0;
}
.grecaptcha-badge {
  display: none;
}
.join_us {
  position: fixed;
  z-index: 2096;
  bottom: 0;
  padding: 18px;
  right: clamp(3rem, 10vh, 10rem);
  background-color: #FFA22B;
}
.join_us p {
  margin-bottom: 9px;
}
.join_us a {
  padding: 25.2px;
  display: inline-block;
}
.join_us .refuse {
  position: absolute;
  right: -10.8px;
  top: -16.2px;
  background: #28265B;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 0;
  width: 32px;
  height: 32px;
}
.hidden {
  display: none;
}
.gallery {
  margin: 0 18px;
}
.gallery .swiper-button-next,
.gallery .swiper-button-prev {
  filter: brightness(0) contrast(2);
}
.lead_holder,
.bcg_helper {
  min-height: 40vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.bcg_helper {
  background-position: center top;
  margin-bottom: clamp(3rem, 10vh, 10rem);
}
.selected_projects .item,
.similar_posts .item,
.post_list .item,
.post-type-archive-videa .item,
.video_list .item {
  display: flex;
  flex-flow: column;
}
.selected_projects .item .in,
.similar_posts .item .in,
.post_list .item .in,
.post-type-archive-videa .item .in,
.video_list .item .in {
  flex-grow: 1;
}
.selected_projects .item {
  margin-bottom: clamp(1rem, 7vh, 3rem);
}
.post-type-archive-videa .item,
.video_list .item,
.post_list .item {
  margin-bottom: clamp(1rem, 7vh, 3rem);
}
.item_head {
  margin-bottom: clamp(1rem, 7vh, 3rem);
}
.item_head ._head {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pagination {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-flow: inherit;
  padding-bottom: 18px;
}
.pagination li {
  border: 0.5px solid #fff;
  display: inline-block;
  color: #fff;
}
.pagination li a,
.pagination li span {
  display: inline-block;
  background-color: #313bae;
  padding: 18px;
  color: #fff;
  text-decoration: none;
}
.pagination li a:hover,
.pagination li span:hover,
.pagination li a:active,
.pagination li span:active,
.pagination li a:focus,
.pagination li span:focus {
  background-color: #28265B;
}
.pagination li span {
  color: #28265B;
  background-color: #EAA8CB;
}
.pagination li span:hover,
.pagination li span:active,
.pagination li span:focus {
  background-color: #EAA8CB;
}
.text.enlarged {
  font-size: 1.2em;
}
.text.enlarged .btn {
  padding: 18px 54px;
}
.text .button_holder {
  text-align: center;
  margin-bottom: clamp(0.8rem, 5vh, 2rem);
}
.text h2 {
  margin-bottom: clamp(3rem, 10vh, 10rem);
}
.testemonialsBlock {
  color: #313bae;
}
.testemonialsBlock .item {
  margin-bottom: clamp(3rem, 10vh, 10rem);
}
.testemonialsBlock .name {
  margin-top: 25.2px;
  margin-bottom: 0;
}
.testemonialsBlock .position {
  margin-bottom: 12.6px;
  display: block;
  font-size: 0.8em;
}
.testemonialsBlock .text {
  font-size: 1.1em;
}
.heading.align_1 {
  text-align: center;
}
.ceduFormBlock,
.salesforceForm {
  margin-top: clamp(3rem, 10vh, 10rem);
  margin-bottom: clamp(3rem, 10vh, 10rem);
  padding-top: clamp(0.8rem, 5vh, 2rem);
  background-color: #190762;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.ceduFormBlock p,
.salesforceForm p {
  line-height: 1.5rem;
}
.ceduFormBlock a,
.salesforceForm a,
.ceduFormBlock .heading,
.salesforceForm .heading {
  color: #fff;
}
.ceduFormBlock #register_school,
.salesforceForm #register_school {
  column-count: 2;
  column-gap: clamp(0.8rem, 5vh, 2rem);
}
.ceduFormBlock #register_school,
.salesforceForm #register_school,
.ceduFormBlock form,
.salesforceForm form {
  padding: clamp(0.8rem, 5vh, 2rem);
  margin-bottom: 50.4px;
}
.ceduFormBlock #register_school .field,
.salesforceForm #register_school .field,
.ceduFormBlock form .field,
.salesforceForm form .field {
  break-inside: avoid;
}
.ceduFormBlock #register_school label,
.salesforceForm #register_school label,
.ceduFormBlock form label,
.salesforceForm form label {
  display: block;
}
.ceduFormBlock #register_school input,
.salesforceForm #register_school input,
.ceduFormBlock form input,
.salesforceForm form input,
.ceduFormBlock #register_school select,
.salesforceForm #register_school select,
.ceduFormBlock form select,
.salesforceForm form select,
.ceduFormBlock #register_school label,
.salesforceForm #register_school label,
.ceduFormBlock form label,
.salesforceForm form label {
  width: 90%;
}
.ceduFormBlock #register_school select,
.salesforceForm #register_school select,
.ceduFormBlock form select,
.salesforceForm form select {
  font-size: 1.2rem;
  padding: 0.6rem;
  border: 0;
  margin-bottom: 18px;
}
.ceduFormBlock #register_school input,
.salesforceForm #register_school input,
.ceduFormBlock form input,
.salesforceForm form input,
.ceduFormBlock #register_school button,
.salesforceForm #register_school button,
.ceduFormBlock form button,
.salesforceForm form button {
  margin-bottom: 18px;
}
.ceduFormBlock #register_school input.submit,
.salesforceForm #register_school input.submit,
.ceduFormBlock form input.submit,
.salesforceForm form input.submit,
.ceduFormBlock #register_school button.submit,
.salesforceForm #register_school button.submit,
.ceduFormBlock form button.submit,
.salesforceForm form button.submit {
  background-color: #313bae;
  color: #fff;
  border: 0;
  padding: 18px;
  font-weight: 600;
  margin-top: 18px;
  transition: all 0.4s;
}
.ceduFormBlock #register_school input.submit:hover,
.salesforceForm #register_school input.submit:hover,
.ceduFormBlock form input.submit:hover,
.salesforceForm form input.submit:hover,
.ceduFormBlock #register_school button.submit:hover,
.salesforceForm #register_school button.submit:hover,
.ceduFormBlock form button.submit:hover,
.salesforceForm form button.submit:hover,
.ceduFormBlock #register_school input.submit:active,
.salesforceForm #register_school input.submit:active,
.ceduFormBlock form input.submit:active,
.salesforceForm form input.submit:active,
.ceduFormBlock #register_school button.submit:active,
.salesforceForm #register_school button.submit:active,
.ceduFormBlock form button.submit:active,
.salesforceForm form button.submit:active,
.ceduFormBlock #register_school input.submit:focus,
.salesforceForm #register_school input.submit:focus,
.ceduFormBlock form input.submit:focus,
.salesforceForm form input.submit:focus,
.ceduFormBlock #register_school button.submit:focus,
.salesforceForm #register_school button.submit:focus,
.ceduFormBlock form button.submit:focus,
.salesforceForm form button.submit:focus {
  transition: all 0s;
  background-color: #81dbb4;
  color: #190762;
}
.ceduFormBlock #register_school input[type="checkbox"],
.salesforceForm #register_school input[type="checkbox"],
.ceduFormBlock form input[type="checkbox"],
.salesforceForm form input[type="checkbox"],
.ceduFormBlock #register_school button[type="checkbox"],
.salesforceForm #register_school button[type="checkbox"],
.ceduFormBlock form button[type="checkbox"],
.salesforceForm form button[type="checkbox"] {
  display: inline-block;
  width: auto;
  margin-right: 0.4rem;
}
.req {
  padding-left: 0.2rem;
}
.productVariationsBlock .intro_item,
.eventsBlock.format_1 .intro_item {
  padding: clamp(0.8rem, 5vh, 2rem);
}
.productVariationsBlock .item,
.eventsBlock.format_1 .item {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  padding: clamp(0.8rem, 5vh, 2rem);
  margin-bottom: 50.4px;
  min-height: 20vw;
}
.productVariationsBlock .item .meta,
.eventsBlock.format_1 .item .meta {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.productVariationsBlock .item .meta img,
.eventsBlock.format_1 .item .meta img {
  width: 9vh;
}
.eventsBlock.format_1 .be_social {
  text-align: center;
}
._card {
  flex-grow: 1;
  background-color: #313bae;
  color: #fff;
  border-radius: 0;
  padding: clamp(0.8rem, 5vh, 2rem) clamp(0.8rem, 5vh, 2rem) clamp(3rem, 10vh, 10rem) clamp(0.8rem, 5vh, 2rem);
  margin-bottom: clamp(0.8rem, 5vh, 2rem);
}
.cardsBlock .item {
  display: flex;
}
.cardsBlock h3 {
  color: #fff;
}
.cardsBlock h3.heading {
  color: #190762;
}
.cardsBlock .card {
  flex-grow: 1;
  background-color: #313bae;
  color: #fff;
  border-radius: 0;
  padding: clamp(0.8rem, 5vh, 2rem) clamp(0.8rem, 5vh, 2rem) clamp(3rem, 10vh, 10rem) clamp(0.8rem, 5vh, 2rem);
  margin-bottom: clamp(0.8rem, 5vh, 2rem);
  transition: all 0.4s;
}
.cardsBlock .card:hover,
.cardsBlock .card:focus {
  transition: all 0s;
  background-color: #190762;
}
.eventsBlock .moo_item {
  display: flex;
  align-items: center;
}
.eventsBlock .moo_item a {
  text-transform: uppercase;
  font-weight: 800;
  border: 0;
  border-radius: 0;
  padding: 0.6rem 2rem;
  text-decoration: none;
  padding: 18px clamp(0.8rem, 5vh, 2rem);
  color: #fff;
  background-color: #313bae;
  font-weight: bold;
  display: block;
  text-align: center;
}
.eventsBlock .moo_item a:hover,
.eventsBlock .moo_item a:active,
.eventsBlock .moo_item a:focus {
  background-color: #190762;
  color: #fff;
  text-decoration: none;
}
.eventsBlock .moo_item a.status_full {
  background-color: #e1d400;
  color: #190762;
}
.eventsBlock .moo_item a.big {
  padding: 18px clamp(0.8rem, 5vh, 2rem);
}
.eventsBlock .moo_item a.pill {
  border-radius: 2046px;
  padding: 5.4px 14.4px;
  background-color: #190762;
}
.eventsBlock .moo_item a.pill:hover,
.eventsBlock .moo_item a.pill:active,
.eventsBlock .moo_item a.pill:focus {
  background-color: #313bae;
}
.eventsBlock .item {
  padding: 18px 0 clamp(0.8rem, 5vh, 2rem) 0;
  margin-bottom: 18px;
  color: #313bae;
}
.eventsBlock .item .date {
  display: block;
  font-weight: bold;
  margin-bottom: 18px;
}
.eventsBlock .item .title {
  font-size: 1.1em;
  color: #313bae;
}
.footer {
  background-color: #190762;
  color: #fff;
}
.footer a {
  color: #fff;
}
.foldableTextBlock .show_more_text {
  text-align: right;
}
.textField .in {
  height: 100%;
}
.textField .in .btn {
  align-self: flex-start;
  margin-top: auto;
}
.textField .row {
  padding-left: calc(0.5 * var(--bs-gutter-x));
  padding-right: calc(0.5 * var(--bs-gutter-x));
}
.textField .heading {
  margin-bottom: clamp(0.8rem, 5vh, 2rem);
}
.textField .item.odd {
  background-color: #F8F6F5;
}
.textField .item.upscaled {
  background-color: #313bae;
  color: #fff;
}
.textField .item.upscaled .heading {
  color: #fff;
}
.textField .item.upscaled .btn {
  background-color: #28265B;
}
.textField .item .text p + p:last-of-type {
  padding-bottom: clamp(3rem, 10vh, 10rem);
}
.secret {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.8s ease-out;
}
.exposed .secret {
  max-height: 99999px;
  opacity: 1;
}
.acf-map {
  content-visibility: auto;
  width: 100%;
  min-height: 400px;
  height: 60vh;
  border: #ccc solid 1px;
  padding-top: clamp(1rem, 7vh, 3rem);
  padding-bottom: clamp(1rem, 7vh, 3rem);
  margin-bottom: 0;
}
.acf-map.v_1 {
  padding-top: 0;
}
.product_variant .add_to_cart,
.product_variant .price_sale_cedu_net,
.product_variant .variant_id {
  margin-bottom: 25.2px;
}
.avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #aaa;
  overflow: hidden;
  background-size: cover;
  display: inline-block;
}
.avatar.big {
  width: 140px;
  height: 140px;
}
.comrades {
  margin-bottom: 25.2px;
}
.comrades .data {
  display: inline-flex;
  align-items: left;
  flex-flow: column;
  justify-content: center;
}
.centrums .item {
  margin-bottom: 25.2px;
}
#cart {
  position: relative;
}
#cart:before {
  content: '';
  width: 22px;
  height: 22px;
  display: inline-block;
  background: url(img/cart.svg) no-repeat center center;
  background-size: 100%;
}
#cart.loaded .num {
  position: absolute;
  top: -0.3rem;
  left: 0.7rem;
  z-index: 2;
  color: #fff;
  background-color: #190762;
  width: 16px;
  height: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  font-size: 0.8rem;
}
.cart_notice {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: calc(50% - 150px);
  width: 300px;
  padding: 9px 18px;
  background: #81dbb4;
  max-height: 0;
  overflow: hidden;
  color: #190762;
  font-weight: 800;
  opacity: 0;
  transition: all 0.4s;
}
.cart_notice.show {
  transition: all 0.4s;
  opacity: 1;
  max-height: 999px;
}
/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}
#fancybox-wrap,
#fancybox-content {
  box-sizing: content-box;
}
.mc4wp-form-fields {
  display: flex;
}
.mc4wp-form-fields input[type="submit"] {
  text-transform: uppercase;
  font-weight: 800;
  border: 0;
  border-radius: 0;
  background-color: #313bae;
  color: #fff;
  padding: 0.6rem 2rem;
  text-decoration: none;
}
.mc4wp-form-fields input[type="submit"]:hover,
.mc4wp-form-fields input[type="submit"]:active,
.mc4wp-form-fields input[type="submit"]:focus {
  background-color: #190762;
  color: #fff;
  text-decoration: none;
}
.mc4wp-form-fields input[type="submit"].status_full {
  background-color: #e1d400;
  color: #190762;
}
.mc4wp-form-fields input[type="submit"].big {
  padding: 18px clamp(0.8rem, 5vh, 2rem);
}
.mc4wp-form-fields input[type="submit"].pill {
  border-radius: 2046px;
  padding: 5.4px 14.4px;
  background-color: #190762;
}
.mc4wp-form-fields input[type="submit"].pill:hover,
.mc4wp-form-fields input[type="submit"].pill:active,
.mc4wp-form-fields input[type="submit"].pill:focus {
  background-color: #313bae;
}
.video-container {
  position: relative;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: calc(100% - 30px);
  aspect-ratio: 16 / 9;
}
.wp-video {
  margin-bottom: 25.2px;
}
.wide_photo p,
.arch_lead p {
  font-size: 1.4em;
  line-height: 1.3;
}
.wide_photo ._head,
.arch_lead ._head {
  display: flex;
  align-items: center;
}
.wide_photo ._head p,
.arch_lead ._head p {
  margin-bottom: 50.4px;
}
.wide_photo.v_1 ._body.crop_ img,
.arch_lead.v_1 ._body.crop_ img,
.wide_photo.v_1 ._body.crop_0 img,
.arch_lead.v_1 ._body.crop_0 img {
  object-fit: cover;
  height: 40vh;
  width: 100%;
}
.wide_photo .crop_2,
.arch_lead .crop_2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wide_photo .crop_2 img,
.arch_lead .crop_2 img {
  width: clamp(80px, 6vw, 30%);
  padding-bottom: 18px;
}
.wide_photo .justify_1,
.arch_lead .justify_1 {
  text-align: center;
}
.wide_photo .crop_1.justify_1,
.arch_lead .crop_1.justify_1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wide_photo .justify_2,
.arch_lead .justify_2 {
  text-align: right;
}
.req {
  color: red;
}
.field {
  margin-bottom: 9px;
}
.field.type_checkbox {
  display: flex;
  align-items: baseline;
}
.field.type_checkbox input {
  margin-right: 0.3rem;
}
#eshop_order {
  display: none;
}
#eshop_order .order_head,
#eshop_order #order_summary_field .pItem {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 3rem;
}
#eshop_order .order_head {
  background-color: #F8F6F5;
}
#eshop_order .order_head div {
  padding: 0.7rem;
}
#eshop_order .order_head div:nth-child(2) {
  grid-column-end: span 2;
}
#eshop_order .remove_from_cart,
#eshop_order .add_to_cart {
  border-radius: 2046px;
  padding: 0;
  width: 22px;
  height: 22px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.1rem;
}
#eshop_order .remove_from_cart {
  align-items: end;
}
#eshop_order #order_summary_field .pItem {
  border-bottom: 1px solid #F8F6F5;
}
#eshop_order #order_summary_field .pItem > div {
  padding: 0.7rem;
}
#eshop_order #order_summary_field .pItem div:nth-child(2) {
  grid-column-end: span 2;
}
#eshop_order label {
  display: block;
}
#eshop_order input,
#eshop_order textarea {
  width: 100%;
  border-radius: 0;
}
#eshop_order input[type="checkbox"] {
  display: inline-block;
  width: auto;
}
#eshop_order input[type="checkbox"] + label {
  display: inline-block;
}
#eshop_order .commit {
  display: flex;
  align-items: flex-end;
}
#eshop_order .order-info {
  font-size: 0.8rem;
}
.checkout_loaded #eshop_order {
  display: block;
}
.checkout_loaded .checkout_empty_header {
  display: none;
}
#order_total_field,
#order_total_field_after_cedu_sale {
  text-align: right;
  padding: 0.7rem;
  background-color: #F8F6F5;
}
.graph {
  background-color: #313bae;
  color: #fff;
  margin-top: clamp(1rem, 7vh, 3rem);
}
.graph .graph_holder {
  display: flex;
  justify-content: space-evenly;
  padding-top: clamp(3rem, 10vh, 10rem);
  padding-bottom: clamp(3rem, 10vh, 10rem);
}
.graph .graph_holder .val {
  position: relative;
  font-size: 3rem;
  line-height: 3rem;
}
.graph .graph_holder .val:after {
  left: 0;
  bottom: -9px;
  position: absolute;
  content: '';
  display: inline-block;
  width: 100%;
  height: 0.4vw;
  background-color: #fff;
  border-radius: 2046px;
}
.graph .graph_holder .item {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
}
.graph .graph_holder .arrowUp {
  position: relative;
  margin: 12.6px 0 18px 0;
}
.graph .graph_holder .arrowUp:before {
  content: '';
  position: absolute;
  left: calc(50% - 3px);
  width: 6px;
  display: inline-block;
  margin-top: 2%;
  height: 98%;
  background: #fff;
  border-radius: 2046px;
}
.graph .graph_holder .arrowUp img {
  display: inline-block;
  width: 45px;
}
.map_schools + .graph {
  margin-top: 0;
}
._inside_head.with_logo {
  padding: clamp(0.8rem, 8vh, 5rem);
}
._inside_head p {
  padding-right: clamp(0.8rem, 5vh, 2rem);
}
.backgroundy ._inside_head {
  padding-left: clamp(0.8rem, 5vh, 2rem);
}
.backgroundy ._inside_head.with_logo {
  padding: clamp(0.8rem, 8vh, 5rem);
}
.backgroundy ._inside_head p {
  padding-right: clamp(0.8rem, 5vh, 2rem);
}
.backgroundy ._body {
  padding-right: 0;
}
.backgroundy,
.bc_0 {
  background-color: #F8F6F5;
}
.bc_1,
.t_10 .in,
.t_14 .in,
.t_10 ol li::before,
.t_14 ol li::before {
  background-color: #e1d400;
  color: #190762;
}
.bc_2,
.t_15 .in,
.t_15 ol li::before {
  background-color: #EAA8CB;
  color: #190762;
}
.bc_3,
.t_12 .in,
.t_13 .in,
.t_12 ol li::before,
.t_13 ol li::before {
  background-color: #81dbb4;
  color: #190762;
}
.bc_4,
.t_11 .in,
.t_11 ol li::before {
  background-color: #FFA22B;
  color: #190762;
}
.bc_5,
.t_9 .in {
  background-color: #313bae;
  color: #F8F6F5;
}
.bc_5 h4,
.t_9 .in h4,
.bc_5 h3,
.t_9 .in h3,
.bc_5 a,
.t_9 .in a {
  color: #F8F6F5;
}
.bc_5 .icon,
.t_9 .in .icon {
  filter: invert(1) brightness(5);
}
.t_9 ol li:before {
  background-color: #313bae;
  color: #F8F6F5;
}
.t_9 ol li:before h4,
.t_9 ol li:before h3,
.t_9 ol li:before a {
  color: #F8F6F5;
}
.t_9 ol li:before .icon {
  filter: invert(1) brightness(5);
}
ol li {
  counter-increment: my-awesome-counter;
  line-height: 1.7rem;
  list-style: none;
}
ol li::before {
  content: counter(my-awesome-counter) ". ";
  margin-left: -28px;
  color: #fff;
  border-radius: 50%;
  min-width: 26px;
  min-height: 26px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  margin-right: 0;
  position: relative;
  left: -8px;
}
.map_legend {
  position: absolute;
  z-index: 1000;
  margin-top: -45px;
  background-color: #fff;
  padding: 9px;
}
.map_legend .each {
  display: inline-flex;
  align-items: center;
  margin-right: 18px;
}
.map_legend .each img {
  padding-right: 5.4px;
}
.socials {
  margin-top: 30.24px;
}
.socials a {
  width: 30px;
  display: inline-block;
  margin-right: 0.4rem;
  filter: brightness(0) invert(1);
}
.quiz-comparison-container {
  display: flex;
  gap: 25.2px;
}
.quiz-comparison-container .col_A,
.quiz-comparison-container .col_B {
  display: none;
}
.quiz-comparison-container .piny {
  position: sticky;
  top: 0;
  background-color: #fff;
  padding-left: 5.4px;
}
.quiz-comparison-container .question-block {
  flex-grow: 1;
  background-color: #313bae;
  color: #fff;
  border-radius: 0;
  padding: clamp(0.8rem, 5vh, 2rem) clamp(0.8rem, 5vh, 2rem) clamp(3rem, 10vh, 10rem) clamp(0.8rem, 5vh, 2rem);
  margin-bottom: clamp(0.8rem, 5vh, 2rem);
  padding: clamp(0.8rem, 5vh, 2rem);
}
.quiz-comparison-container .question-block .question-title {
  color: #fff;
  margin-bottom: 18px;
}
.quiz-comparison-container .question-block .pie-circle {
  margin-right: 18px;
}
.quiz-comparison-container .item_weight {
  font-size: 0.8em;
  opacity: 0.8;
  white-space: nowrap;
  width: 34px;
  text-align: right;
}
.quiz-comparison-container .item_value {
  font-size: 0.8em;
  padding-left: 1ch;
}
.quiz-comparison-container .item_progress_container {
  height: 10px;
  border-radius: 5px;
  width: 100%;
  overflow: hidden;
}
.quiz-comparison-container .item_progress {
  background: #fff;
  height: 100%;
  border-radius: 5px;
}
.quiz-comparison-container .item_bar {
  display: grid;
  grid-template-columns: 34px 1fr 34px;
  gap: 8px;
  align-items: center;
}
.quiz-comparison-container .response-list {
  margin-bottom: 0;
}
.quiz-comparison-container .summary {
  display: flex;
  justify-content: space-between;
}
.quiz-comparison-container .summary strong {
  display: inline-block;
  border-top: 1px solid #fff;
  font-size: 0.8em;
  margin-bottom: 5px;
  margin-top: 0.6rem;
  padding: 0.5rem 1.1ch 0 0.1rem;
}
.quiz-comparison-container .summary .max_scale strong {
  padding-left: 0.6ch;
  padding-right: 0;
}
.quiz-comparison-container .average i {
  display: inline-block;
  font-style: italic;
  font-family: Georgia;
  line-height: 1rem;
  position: relative;
}
.quiz-comparison-container .average i::before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 0.6ch;
  margin-left: 0.2ch;
  border-top: 1px solid #fff;
}
@media all and (min-width: 1200px) and (max-width: 1300px) {
  #top_menu {
    font-size: 0.8rem;
  }
}
@media all and (min-width: 1200px) {
  .navbar-toggler {
    display: none;
  }
}
@media all and (max-width: 1111px) {
  .home #logo img {
    width: clamp(26px, 4vw, 60px);
    height: clamp(26px, 3vw, 60px);
  }
}
@media all and (max-width: 769px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
  .nav-item {
    padding-left: 27px;
  }
}
@media all and (max-width: 578px) {
  body,
  h4 {
    font-size: 19.8px;
    line-height: 27.72px;
  }
  .wide_photo p,
  .arch_lead p {
    font-size: 1.2em;
    line-height: 1.3;
  }
  .text.enlarged {
    font-size: 1.1em;
  }
  h3.accent {
    padding-right: 3rem;
  }
  .wide_photo .crop_2 img,
  .arch_lead .crop_2 img {
    padding-bottom: 75.6px;
  }
  .navbar {
    padding-top: 18px;
    align-items: start;
  }
  .single-item #logo,
  .page-id-1048 #logo,
  .home #logo,
  #logo {
    top: 0;
    left: -0.7rem;
    padding-top: 0.7rem;
    position: relative;
  }
  #cart {
    width: 100%;
    margin-left: 72px;
    margin-top: 36px;
  }
  #top_menu {
    position: fixed;
    z-index: 1024;
    top: 0;
    left: 100%;
    right: 0;
    min-height: 100svh;
    min-height: 100vh;
    background-color: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    line-height: 2.1;
    transition: all 400ms cubic-bezier(0.05, 0.935, 0.755, 1.045);
  }
  #top_menu:not(.show) {
    width: 0;
  }
  #top_menu:not(.show) ul,
  #top_menu:not(.show) #cart {
    opacity: 0;
  }
  #top_menu.show {
    transition: all 400ms cubic-bezier(0.05, 0.935, 0.755, 1.045);
    width: 100%;
    left: 0;
  }
  #top_menu.show ul,
  #top_menu.show #cart {
    opacity: 1;
    transition: all 1300ms cubic-bezier(0.315, 0.03, 0.465, 0.96);
  }
  #top_menu ul,
  #top_menu #cart {
    width: 100vw;
  }
  #top_menu ul li {
    line-height: 2.1;
  }
  #top_menu ul li .dropdown-menu::before {
    display: none;
  }
  #top_menu .navbar-nav {
    width: 100vw;
  }
  #top_menu .navbar-nav .dropdown-menu {
    padding-left: 36px;
    padding-right: 36px;
  }
  #top_menu .navbar-nav a {
    padding-left: 36px;
    padding-right: 36px;
    padding-bottom: 10.8px;
  }
  #top_menu .nav-item {
    padding-left: 0;
  }
  #eshop_order .order_head {
    display: none;
  }
  #eshop_order #order_summary_field .pItem {
    display: block;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  #eshop_order #order_summary_field .pItem > div {
    padding: 0.3rem 0;
  }
  #eshop_order #order_summary_field .pItem > div:empty {
    display: none;
  }
  .graph .graph_holder {
    flex-flow: column;
  }
  .graph .graph_holder .item {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .graph .graph_holder .item .arrowUp {
    height: 50px !important;
  }
  .intro_item {
    background-position: calc(100% - clamp(1rem, 7vh, 3rem) * 0.6) calc(100% - clamp(1rem, 7vh, 3rem) * 0.5);
    background-size: auto max(11%, 2.3rem);
  }
  .intro_item .meta {
    padding-left: 0;
  }
  .textField .item.upscaled {
    background-color: #fff;
  }
  .textField .item.upscaled .heading {
    color: #190762;
    margin-bottom: 0;
  }
  .textField .item.upscaled .heading p {
    margin-bottom: 0;
  }
  .textField .in {
    padding: 18px 0;
  }
  .salesforceForm form,
  .ceduFormBlock #register_school {
    column-count: auto;
  }
  .salesforceForm form input,
  .ceduFormBlock #register_school input,
  .salesforceForm form select,
  .ceduFormBlock #register_school select,
  .salesforceForm form textarea,
  .ceduFormBlock #register_school textarea {
    width: 100%;
  }
  .activity_holder {
    padding: 0;
  }
  .single-post h1 {
    margin-top: 0;
  }
  .single-post ._inside_head {
    margin-bottom: 46.8px;
  }
  .single-post .entry {
    margin-bottom: 25.2px;
  }
  .reminder_links {
    margin-top: 50.4px;
  }
}
