/* Custom variables and mixins */
:root {
  --header-height: 100px;
}

/* just the icons as background */
/* Arrows */
/* Chevrons */
/* Chevrons small */
/* More Icons */
/* mixins to use on inline elements */
@keyframes growin {
  0% {
    transform: scale(0);
    visibility: hidden;
  }
  1% {
    transform: scale(0);
    visibility: visible;
  }
  100% {
    transform: scale(1);
  }
}

@keyframes wobble {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.cct-start {
  background-color: #EBF5F5;
  color: #157B7C;
  padding: 1.5rem;
}

.cct-start-illustration {
  height: 0;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
}

@media (min-width: 800px) {
  .cct-start-illustration {
    height: 26.25rem;
    padding-bottom: 0;
  }
}

.cct-start-illustration .illustration {
  position: absolute;
}

.cct-start-illustration .illustration img {
  width: 100%;
  height: auto;
}

@media (min-width: 800px) {
  .cct-start-illustration .illustration img {
    height: 100%;
    width: auto;
  }
}

.cct-start-illustration .illustration-frau {
  width: 50%;
  left: 48%;
  bottom: 0;
}

@media (min-width: 800px) {
  .cct-start-illustration .illustration-frau {
    height: 23.25rem;
    width: auto;
  }
}

.cct-start-illustration .illustration-mann {
  width: 50%;
  right: 43%;
  bottom: 0;
}

@media (min-width: 800px) {
  .cct-start-illustration .illustration-mann {
    height: 24.6875rem;
  }
}

.cct-start-illustration .illustration-fragezeichen {
  width: 10%;
  left: 40%;
}

@media (min-width: 800px) {
  .cct-start-illustration .illustration-fragezeichen {
    height: 7.125rem;
  }
}

.cct-start-illustration .illustration-ausrufezeichen {
  width: 3%;
  left: 60%;
}

@media (min-width: 800px) {
  .cct-start-illustration .illustration-ausrufezeichen {
    height: 4.875rem;
  }
}

.cct-intro .cct-main {
  position: relative;
}

.cct-intro-header {
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: bold;
  color: #157B7C;
  z-index: 1;
}

@media (min-height: 800px) {
  .cct-intro-header {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}

@media (min-height: 1000px) {
  .cct-intro-header {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.cct-intro-button {
  position: relative;
}

.cct-intro-button button {
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 1.375rem;
  transform: translateX(-50%) translateY(-50%);
}

.cct-intro-text {
  padding: 3rem 2rem 2rem 2rem;
  text-align: center;
}

.cct-intro-illustration {
  height: 0;
  padding-bottom: 80%;
  position: relative;
  overflow: hidden;
  background-color: #E6F1F1;
}

@media (min-height: 800px) {
  .cct-intro-illustration {
    padding-bottom: 90%;
  }
}

@media (min-height: 1000px) {
  .cct-intro-illustration {
    padding-bottom: 100%;
  }
}

.cct-intro-illustration .illustration {
  position: absolute;
}

.cct-intro-illustration .illustration img {
  width: 100%;
  height: auto;
}

.cct-intro-illustration .illustration-frau {
  width: 55%;
  right: -60%;
  bottom: 0;
  animation: frauEnter 500ms ease 500ms 1 normal forwards;
}

@keyframes frauEnter {
  0% {
    right: -60%;
  }
  100% {
    right: -9%;
  }
}

.cct-intro-illustration .illustration-mann {
  width: 55%;
  left: -60%;
  bottom: 0;
  animation: mannEnter 500ms ease 1 normal forwards;
}

@keyframes mannEnter {
  0% {
    left: -60%;
  }
  100% {
    left: -2%;
  }
}

.cct-intro-illustration .illustration-fragezeichen {
  left: 39%;
  bottom: 48%;
  width: 16%;
  transform: scale(0);
  animation: growin 500ms cubic-bezier(0.68, 0.2, 0.265, 1.55) 1000ms 1 normal forwards, wobble 3000ms linear 2000ms infinite;
}

.cct-intro-illustration .illustration-ausrufezeichen {
  left: 61%;
  bottom: 53%;
  width: 5%;
  transform: scale(0);
  animation: growin 500ms cubic-bezier(0.68, 0.2, 0.265, 1.55) 1500ms 1 normal forwards, wobble 3000ms linear 3100ms infinite;
}

.cct-accordion-item {
  background-color: #FFFFFF;
  border-radius: 0.75rem;
  box-shadow: 0 0 2px #0F5B5C31;
  margin-bottom: 1.5rem;
  padding: 0.5rem 0;
}

.cct-accordion-item:has(button.collapsed) {
  background-color: rgba(255, 255, 255, 0.7);
}

.cct-accordion-header {
  position: relative;
}

.cct-accordion-header button {
  width: 100%;
  text-align: left;
  color: #157B7C;
  border: 0;
  background-color: transparent;
  padding: 1rem;
  padding-right: 2.625rem;
  font-size: 0.9375rem;
}

.cct-accordion-header button:not(.collapsed) {
  color: #000000;
  font-weight: bold;
}

.cct-accordion-header .icon {
  position: absolute;
  top: 1.75rem;
  margin-top: -12px;
  right: 12px;
  width: 28px;
  height: 28px;
  display: block;
  background-position: 50% 50%;
  transition: transform 200ms;
  transform-origin: 50% 50%;
  transform: scaleY(1);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgogICAgIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQxMi4wMDAwMDAsIC0xMTAuMDAwMDAwKSI+CgkJPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDIxLjAwMDAwMCwgMTE5LjAwMDAwMCkgcm90YXRlKDE4MC4wMDAwMDApIHRyYW5zbGF0ZSgtNDIxLjAwMDAwMCwgLTExOS4wMDAwMDApIHRyYW5zbGF0ZSg0MTIuMDAwMDAwLCAxMTAuMDAwMDAwKSI+CgkJPHBhdGggZmlsbD0iIzE1N0I3QyIgZD0iTS0xLjksMC44YzAuMiwwLDAuNSwwLjEsMC43LDAuM2w3LjMsNy4zbDcuMy03LjNjMC40LTAuNCwxLTAuNCwxLjMsMGMwLjQsMC40LDAuNCwxLDAsMS4zbC04LDgKCQkJYy0wLjQsMC40LTEsMC40LTEuMywwbC04LThDLTMsMi0zLDEuNC0yLjYsMS4xQy0yLjQsMC45LTIuMiwwLjgtMS45LDAuOHoiLz4KCTwvZz4KPC9nPgo8L3N2Zz4K");
  background-repeat: no-repeat;
}

.cct-accordion-header button.collapsed .icon {
  transform: scaleY(-1);
}

.cct-accordion-header .method-icon {
  position: absolute;
  top: 4px;
  left: 12px;
}

.cct-accordion-item.active {
  background-color: rgba(255, 255, 255, 0.7);
}

.cct-accordion-item.active .cct-accordion-header button {
  color: #000000;
  font-weight: bold;
}

.cct-methods .cct-accordion-header {
  padding-left: 3.25rem;
}

.cct-accordion-content {
  padding: 0 1rem 1rem 1rem;
}

.cct-accordion-content .custom-control {
  margin-bottom: 1rem;
}

.cct-accordion-content .custom-control-label::before {
  border-color: #FFCE00;
}

.cct-accordion-content .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 2px 3px #FFCE00;
}

.cct-accordion-content .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #FFCE00;
}

.cct-accordion-content .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;
  background-color: #FFCE00;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.cct-accordion-content .custom-control-label::after {
  top: 4px;
  left: -28px;
}

.cct-accordion-content button {
  background-color: #CEE4E5;
  font-size: 0.75rem;
  font-weight: bold;
  border-radius: 0.5rem;
  padding: 0.5rem 0.5rem 0.5rem 2rem;
  border: none;
  color: #157B7C;
  position: relative;
  text-align: left;
}

.cct-accordion-content button .icon {
  display: block;
  height: 1.25rem;
  width: 1.25rem;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 0.625rem;
  position: absolute;
  top: 6px;
  left: 6px;
}

.cct-accordion-method {
  font-size: 0.8125rem;
  padding-left: 4.25rem;
}

.cct-accordion-method .info-link {
  display: inline-block;
  background-color: #CEE4E5;
  background-size: 1rem 1rem;
  background-position: top 10px left 8px;
  text-decoration: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTM2My4wMDAwMDAsIC0xMTMuMDAwMDAwKSI+CgkJPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzcwLjAwMDAwMCwgMTE5LjUwMDAwMCkgcm90YXRlKC0xODAuMDAwMDAwKSB0cmFuc2xhdGUoLTM3MC4wMDAwMDAsIC0xMTkuNTAwMDAwKSB0cmFuc2xhdGUoMzYzLjAwMDAwMCwgMTEzLjAwMDAwMCkiPgoJCQk8cGF0aCBmaWxsPSIjMTU3QjdDIiBkPSJNNS01LjZjMC4zLDAsMC41LDAuMSwwLjcsMC4zYzAuNCwwLjQsMC40LDEsMCwxLjRMMC40LDEuNGw1LjMsNS4zYzAuNCwwLjQsMC40LDEsMCwxLjRzLTEsMC40LTEuNCwwbC02LTYKCQkJCUMtMS45LDEuOS0yLDEuNi0yLDEuNHMwLjEtMC41LDAuMy0wLjdsNi02QzQuNS01LjUsNC43LTUuNiw1LTUuNnoiLz4KCTwvZz4KPC9nPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  padding: 0.5rem 1rem 0.5rem 2rem;
  border-radius: 0.25rem;
}

.cct-alert {
  position: absolute;
  left: 2rem;
  right: 2rem;
  top: 2rem;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 2rem;
  padding-bottom: 4.5rem;
  z-index: 10;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  display: none;
  font-size: 0.875rem;
}

.cct-alert.show {
  display: block;
}

.cct-alert .alert-title {
  font-weight: bold;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  font-size: 1.625rem;
  color: #157B7C;
}

.cct-alert .alert-title::after {
  content: "";
  width: 70px;
  height: 1px;
  background-color: #157B7C;
  border: 1px solid #157B7C;
  display: block;
  position: absolute;
  bottom: 0;
}

.cct-alert .alert-close {
  position: absolute;
  left: 50%;
  bottom: 1.5rem;
  width: 3rem;
  height: 3rem;
  border: 3px solid #157B7C;
  border-radius: 50%;
  margin-left: -1.5rem;
  cursor: pointer;
}

.cct-alert .alert-close::after, .cct-alert .alert-close::before {
  content: "";
  position: absolute;
  background-color: #157B7C;
  transform: rotate(45deg);
}

.cct-alert .alert-close::after {
  width: 30px;
  height: 4px;
  top: 19px;
  left: 6px;
}

.cct-alert .alert-close::before {
  width: 4px;
  height: 30px;
  top: 6px;
  left: 19px;
}

.cct-navigation {
  background-color: #157B7C;
  padding: 0.5rem 0.5rem;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.cct-navigation .cct-back {
  display: inline-block;
}

.cct-navigation .cct-back svg {
  width: 2rem;
  height: 2rem;
}

.cct-navigation .logo {
  padding-top: 0.5rem;
}

.cct-navigation .logo svg {
  height: 2.5rem;
  width: auto;
}

.cct-navigation a {
  display: block;
  width: 3rem;
  height: 3rem;
  overflow: hidden;
  padding: 0.5rem;
}

.cct-navigation svg {
  width: 2rem;
  height: 2rem;
}

.cct-standalone .cct-navigation {
  position: fixed;
}

.cct-overlay-navigation {
  background-color: #FFFFFF;
  position: absolute;
  max-width: 90%;
  width: 20rem;
  padding-top: 1.5rem;
  top: 0;
  bottom: 0;
  left: -26.25rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  display: flex;
  z-index: 10;
  flex-direction: column;
  justify-content: space-between;
  transition: all 500ms;
}

.cct-overlay-navigation ul {
  padding: 1rem;
  list-style: none;
}

.cct-overlay-navigation li {
  border-bottom: 2px solid #EFEFEF;
}

.cct-overlay-navigation li a {
  display: flex;
  align-items: center;
  padding: 2rem 1rem;
  font-size: 0.9375rem;
  color: #2F2E33;
  font-weight: 500;
  text-decoration: none;
}

.cct-overlay-navigation li a svg {
  height: 1rem;
  width: 1rem;
  margin-right: 1.5rem;
  color: #157B7C;
}

.cct-overlay-navigation .cct-overlay-close {
  display: block;
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: 2px solid #157B7C;
  border-radius: 50%;
  cursor: pointer;
}

.cct-overlay-navigation .cct-overlay-close::after, .cct-overlay-navigation .cct-overlay-close::before {
  content: "";
  position: absolute;
  background-color: #157B7C;
  transform: rotate(45deg);
}

.cct-overlay-navigation .cct-overlay-close::after {
  width: 20px;
  height: 2px;
  top: 13px;
  left: 4px;
}

.cct-overlay-navigation .cct-overlay-close::before {
  width: 2px;
  height: 20px;
  top: 4px;
  left: 13px;
}

.cct-overlay-navigation.show {
  left: 0;
}

@keyframes clickflow-loading-indicator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.cct-modal {
  width: 25rem;
  position: fixed;
  top: 2vh;
  height: 96vh;
  max-height: 100%;
  left: 50%;
  margin-left: -12.5rem;
  z-index: 20;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  background-color: #FFFFFF;
}

@media (min-height: 800px) {
  .cct-modal {
    top: 5vh;
    height: 90vh;
  }
}

@media (min-height: 1000px) {
  .cct-modal {
    top: 10vh;
    height: 80vh;
  }
}

.cct-modal::after {
  content: "";
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  top: 50%;
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
  border: 8px solid transparent;
  border-radius: 50%;
  animation: clickflow-loading-indicator 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #157B7C transparent transparent transparent;
}

.cct-modal::after:nth-child(1) {
  animation-delay: -0.45s;
}

.cct-modal::after:nth-child(2) {
  animation-delay: -0.3s;
}

.cct-modal::after:nth-child(3) {
  animation-delay: -0.15s;
}

.cct-modal.loaded::after {
  content: none;
}

.cct-container {
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
}

.cct-standalone .cct-container {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.cct-background {
  position: relative;
  height: 100%;
  width: 100%;
}

.cct-foreground {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding-bottom: 4rem;
  transition: left 500ms;
  background-color: #FFFFFF;
  /* fold shadow */
}

.cct-foreground.offset-right {
  left: 100%;
}

.cct-foreground.offset-left {
  left: -100%;
}

.cct-foreground.bgcolor {
  background-color: #E6F1F1;
}

.cct-foreground::before, .cct-foreground::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  left: 0;
  right: 4px;
  height: 1.25rem;
  z-index: 10;
  transition: opacity 200ms ease-in-out;
  opacity: 1;
}

.cct-foreground::before {
  top: 0;
  background: radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) center top;
}

.cct-foreground::after {
  bottom: 4rem;
  background: radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) center bottom;
}

.cct-foreground.scroll-min::before {
  opacity: 0;
}

.cct-foreground.scroll-max::after {
  opacity: 0;
}

.cct-foreground:has(.fixed-header)::before {
  content: none;
  display: none;
}

.cct-foreground.locked .cct-main {
  overflow: hidden;
}

.cct-foreground.locked .cct-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -100%;
  background-color: rgba(221, 236, 237, 0.7);
  z-index: 8;
}

.cct-main {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow-y: scroll;
  scrollbar-color: #C7C7C7 #EFEFEF;
  scrollbar-width: thin;
}

.cct-main.fixed-header {
  padding-top: 23.375rem;
}

.short-header .cct-main.fixed-header {
  padding-top: 16.875rem;
}

.cct-overlay-logo {
  padding: 1rem;
}

.cct-overlay-logo a {
  display: block;
  padding: 1rem;
}

.cct-header {
  background-color: #E6F1F1;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  transition: height 200ms ease-in-out;
  z-index: 5;
}

.fixed-header .cct-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fixed-header .cct-header::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  left: 0;
  right: 4px;
  top: 100%;
  height: 1.25rem;
  z-index: 10;
  opacity: 1;
  background: radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) center top;
  transition: opacity 200ms ease-in-out;
}

.scroll-min .cct-header::after {
  opacity: 0;
}

.cct-header-title {
  font-weight: bold;
  font-size: 1.25rem;
  position: relative;
  padding: 1.5rem 1rem 1.5rem;
  background-color: #FFFFFF;
}

.cct-header-title::after {
  content: "";
  width: 6.25rem;
  height: 3px;
  background-color: #157B7C;
  display: block;
  position: absolute;
  bottom: 3px;
}

.cct-content {
  position: relative;
  flex-shrink: 1;
  flex-grow: 1;
  padding: 1rem;
}

.cct-content h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #157B7C;
  margin-bottom: 1.5rem;
}

/* if header is short, add padding to scrollable container to prevent jumps */
.short-header .cct-content {
  padding-top: 120px;
}

.cct-tab-content {
  display: none;
}

.cct-tab-content.show {
  display: block;
}

@keyframes bubble {
  0% {
    transform: scale(0);
    visibility: hidden;
    opacity: 1;
  }
  1% {
    transform: scale(0);
    visibility: visible;
  }
  90% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
  }
}

.cct-counter {
  position: relative;
  background-color: #FFFFFF;
  margin-bottom: 7.5rem;
  transition: margin-bottom 200ms ease-in-out;
}

.cct-counter.faded {
  opacity: 0.6;
}

.cct-counter .background {
  background: radial-gradient(circle farthest-side at 50% 100%, #157B7C 0%, #E6F1F1 98%, #ffffff 100%);
  height: 10rem;
  width: 20rem;
  margin: 0 auto;
  display: block;
}

.cct-counter .background:after {
  content: "";
  height: 1.25rem;
  width: 12.5rem;
  position: absolute;
  top: 10.625rem;
  left: 50%;
  margin-left: -6.25rem;
  background: radial-gradient(ellipse at 50% 50%, #157B7C 0%, #E6F1F1 70%, rgba(230, 241, 241, 0) 100%);
  opacity: 0.5;
  transition: opacity 200ms ease-in-out;
}

.cct-counter .confetti {
  position: absolute;
  top: 1.25rem;
  left: 50%;
  margin-left: -7.5rem;
  height: 11.25rem;
  width: 15rem;
  pointer-events: none;
  z-index: 10;
  transition: top 200ms ease-in-out;
}

.cct-counter .confetti i {
  position: absolute;
  background-color: #FFCE00;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  margin-left: -1rem;
  margin-top: -1rem;
  transform-origin: 50% 50%;
  transform: scale(0);
  visibility: hidden;
}

.cct-counter .confetti.weak i {
  background-color: #EBF5F5;
}

.cct-counter .confetti i:nth-child(1) {
  top: 49%;
  left: 22%;
}

.cct-counter .confetti i:nth-child(2) {
  top: 83%;
  left: 12%;
}

.cct-counter .confetti i:nth-child(3) {
  top: 20%;
  left: 55%;
}

.cct-counter .confetti i:nth-child(4) {
  top: 42%;
  left: 71%;
}

.cct-counter .confetti i:nth-child(5) {
  top: 63%;
  left: 87%;
}

.cct-counter .confetti i:nth-child(6) {
  top: 77%;
  left: 64%;
}

.cct-counter .confetti i:nth-child(7) {
  top: 22%;
  left: 74%;
}

.cct-counter .confetti i:nth-child(8) {
  top: 75%;
  left: 34%;
}

.cct-counter .confetti.play i:nth-child(1) {
  animation: bubble 500ms ease-in 20ms 1;
}

.cct-counter .confetti.play i:nth-child(2) {
  animation: bubble 500ms ease-in 80ms 1;
}

.cct-counter .confetti.play i:nth-child(3) {
  animation: bubble 500ms ease-in 140ms 1;
}

.cct-counter .confetti.play i:nth-child(4) {
  animation: bubble 500ms ease-in 200ms 1;
}

.cct-counter .confetti.play i:nth-child(5) {
  animation: bubble 500ms ease-in 260ms 1;
}

.cct-counter .confetti.play i:nth-child(6) {
  animation: bubble 500ms ease-in 320ms 1;
}

.cct-counter .confetti.play i:nth-child(7) {
  animation: bubble 500ms ease-in 380ms 1;
}

.cct-counter .confetti.play i:nth-child(8) {
  animation: bubble 500ms ease-in 440ms 1;
}

.cct-counter .count {
  display: block;
  width: 8rem;
  height: 8rem;
  border: 8px solid #157B7C;
  font-size: 3rem;
  font-weight: bold;
  position: absolute;
  border-radius: 50%;
  background-color: #FFCE00;
  background: radial-gradient(circle, #FFFFFF 0%, #FFCE00 100%);
  top: 3rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  line-height: 7rem;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}

.cct-counter .counter-text {
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: bold;
  width: 80%;
  text-align: center;
  position: absolute;
  top: 11.875rem;
  left: 10%;
  transition: top 200ms ease-in-out;
}

.cct-counter .counter-text span {
  display: none;
}

.cct-counter .counter-text.initial span.initial {
  display: block;
}

.cct-counter .counter-text.many span.many {
  display: block;
}

.cct-counter .counter-text.one span.one {
  display: block;
}

/*
 * Compact header
 */
.short-header .cct-header .cct-counter {
  margin-bottom: 1rem;
}

.short-header .cct-header .cct-counter .confetti {
  top: -2.625rem;
}

.short-header .cct-header .cct-counter .count {
  top: -1.25rem;
  width: 6.25rem;
  height: 6.25rem;
  line-height: 5rem;
}

.short-header .cct-header .cct-tab-navigation {
  top: 11.875rem;
}

.short-header .cct-header .cct-tab-navigation .criteria {
  border-radius: 1.25rem;
  margin-right: 6.25rem;
}

.short-header .cct-header .cct-tab-navigation .methods {
  border-radius: 1.25rem;
}

.short-header .cct-header .cct-counter .background::after {
  opacity: 0;
}

.short-header .cct-header .cct-counter .counter-text {
  top: 5.5rem;
}

.cct-tab-navigation {
  display: flex;
  justify-content: center;
  padding-bottom: 1rem;
  position: absolute;
  top: 19.375rem;
  left: 0;
  right: 0;
  transition: top 200ms ease-in-out;
}

.cct-tab-navigation button {
  border: none;
  background-color: #CEE4E5;
  font-weight: bold;
  color: #157B7C;
  font-size: 0.8125rem;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  width: 7.5rem;
  transition: margin 200ms ease-in-out, border-radius 200ms ease-in-out;
}

.cct-tab-navigation button.active {
  background-color: #157B7C;
  color: #FFFFFF;
}

.cct-tab-navigation button.criteria {
  border-top-left-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
}

.cct-tab-navigation button.methods {
  border-top-right-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
}

.cct-selected {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1rem;
}

.cct-zeroresult .selected .filter-tag,
.cct-selected .filter-tag {
  display: inline-block;
  margin: 0 0.25rem 0.25rem;
  position: relative;
  border-radius: 0.75rem;
  background-color: #FFCE00;
  font-size: 0.6875rem;
  line-height: 0.875rem;
  padding: 2px 8px 4px 24px;
}

.cct-zeroresult .selected .filter-tag:focus,
.cct-selected .filter-tag:focus {
  box-shadow: 0 0 2px 3px #FFCE00;
}

.cct-zeroresult .selected .filter-tag .remove,
.cct-selected .filter-tag .remove {
  display: block;
  background-color: #FFFFFF;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IS0tIFVwbG9hZGVkIHRvOiBTVkcgUmVwbywgd3d3LnN2Z3JlcG8uY29tLCBHZW5lcmF0b3I6IFNWRyBSZXBvIE1peGVyIFRvb2xzIC0tPgo8c3ZnIHdpZHRoPSI4MDBweCIgaGVpZ2h0PSI4MDBweCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogICAgPHBhdGggZD0iTTIwLjc0NTcgMy4zMjg1MUMyMC4zNTUyIDIuOTM3OTggMTkuNzIyIDIuOTM3OTggMTkuMzMxNSAzLjMyODUxTDEyLjAzNzEgMTAuNjIyOUw0Ljc0Mjc1IDMuMzI4NTFDNC4zNTIyMyAyLjkzNzk4IDMuNzE5MDYgMi45Mzc5OCAzLjMyODU0IDMuMzI4NTFDMi45MzgwMSAzLjcxOTAzIDIuOTM4MDEgNC4zNTIyIDMuMzI4NTQgNC43NDI3MkwxMC42MjI5IDEyLjAzNzFMMy4zMjg1NiAxOS4zMzE0QzIuOTM4MDMgMTkuNzIyIDIuOTM4MDMgMjAuMzU1MSAzLjMyODU2IDIwLjc0NTdDMy43MTkwOCAyMS4xMzYyIDQuMzUyMjUgMjEuMTM2MiA0Ljc0Mjc3IDIwLjc0NTdMMTIuMDM3MSAxMy40NTEzTDE5LjMzMTUgMjAuNzQ1N0MxOS43MjIgMjEuMTM2MiAyMC4zNTUyIDIxLjEzNjIgMjAuNzQ1NyAyMC43NDU3QzIxLjEzNjIgMjAuMzU1MSAyMS4xMzYyIDE5LjcyMiAyMC43NDU3IDE5LjMzMTVMMTMuNDUxMyAxMi4wMzcxTDIwLjc0NTcgNC43NDI3MkMyMS4xMzYyIDQuMzUyMiAyMS4xMzYyIDMuNzE5MDMgMjAuNzQ1NyAzLjMyODUxWiIgZmlsbD0iIzBGMEYwRiIvPgo8L3N2Zz4K");
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 0.5rem;
}

.cct-zeroresult .selected .filter-tag .show,
.cct-selected .filter-tag .show {
  color: #333333;
  font-weight: 500;
  white-space: nowrap;
  text-decoration: none;
}

.cct-zeroresult .selected .filter-tag .show:hover,
.cct-selected .filter-tag .show:hover {
  color: #000000;
  text-decoration: none;
}

.cct-zeroresult .selected .filter-tag .show:visited,
.cct-selected .filter-tag .show:visited {
  color: #000000;
}

.cct-page-close {
  display: flex;
  justify-content: center;
}

.cct-method-item.hide {
  display: none;
}

.cct-zeroresult .selected {
  margin-bottom: 1rem;
}

.cct-zeroresult .filter-tag {
  cursor: pointer;
}

/*
.cct-zeroresult {
    background-color: $white;
    box-shadow: 0 0 2px #0F5B5C31;
    padding: rem-calc(20) rem-calc(16);
    font-size: rem-calc(14);
    border-radius: rem-calc(12);
    display: none;

    &.show {
        display: block;
    }
}

.cct-result {
    border-bottom: 1px solid $seaweed;
    margin-bottom: 1rem;
    display: none;

    .selected {
        margin-bottom: 1rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    &.show {
        display: block;
    }

    &:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }
}
*/

/*# sourceMappingURL=styles.css.map */