.browserWarning {
  display: none;
}

.hat {
  position: absolute;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  bottom: 16px;
  left: 0px;
  width: 28px;
}

.swal2-container {
  z-index: 999999999999 !important;
}

.swal2-html-container {
  overflow: auto;
}

input.mm-toggle:checked {
  background-color: #4bd963 !important;
  background-image: linear-gradient(-90deg, #04e9b4 0%, #09c6f9 74%) !important;
}

.swal-toast-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #e1e1e1;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}

body.swal2-shown > [aria-hidden="true"] {
  filter: blur(10px);
}

.hidden {
  display: none;
}

.hiddenOnDesktop {
  display: none;
}

body > * {
  transition: 0.1s filter linear;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cssTransitionsAfterPageLoad {
  -webkit-transition: 0s !important;
  -o-transition: 0s !important;
  transition: 0s !important;
}

html,
body {
  height: 100vh; /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background: #222;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  font-family: "Open Sans", sans-serif;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}

.box {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  background: #fff;
  margin: 10px 0px;
}

.boxHeader {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  padding: 20px;
  width: 65%;
}

.box h1 {
  font-size: 18px;
  margin: 0px;
  padding: 0px;
  font-weight: 500;
}

.boxContent {
  padding: 0px 20px 20px;
  width: 65%;
}

.boxSidebar {
  border-left: 1px solid rgba(120, 130, 140, 0.13);
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  border-radius: 0 0 0 3px;
  width: 35%;
  float: right;
  padding: 20px;
}

p,
ol {
  font-size: 13px;
}

audio {
  display: none;
}

h1 {
  font-family: "Open Sans", sans-serif;
  line-height: 1.1;
}

.gradient-text {
  background-color: white;
  position: relative;
  background-image: linear-gradient(0deg, #04e9b4 0%, #09c6f9d6 74%) !important;
  background-size: 100%;
  background-repeat: repeat;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.wrapper {
  max-width: 960px;
  margin: auto;
  z-index: 2;
}

.main {
  padding: 20px;
  height: 100vh;
}

.bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  -webkit-transition: 8s;
  -o-transition: 8s;
  transition: 8s;
  margin: -20px;
}

.foot {
  background: #f3f6f9;
  padding: 20px;
}

.button {
  float: right;
  background: #fff;
  color: #569cd5;
  position: relative;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Open Sans";
  text-decoration: none;
  border-radius: 2px;
  font-size: 14px;
}

.buttonText {
  -webkit-transition: 8s;
  -o-transition: 8s;
  transition: 8s;
}

.copyright p {
  margin-top: 0px;
}

.footerButton {
  background: #569cd5;
  color: #fff;
  position: relative;
  padding: 8px 12px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Open Sans";
  text-decoration: none;
  border-radius: 2px;
  font-size: 12px;
  display: inline-block;
  -webkit-transition: 8s;
  -o-transition: 8s;
  transition: 8s;
}

.footerLinks {
  float: right;
  font-size: 12px;
  text-align: right;
}

.footerLinks p {
  margin: 34px 0px 0px 0px;
  padding: 0;
  opacity: 0.5;
}

.footerLinks minimalbtn {
  margin-left: 10px;
}

.footerBrief {
  width: 300px;
  float: left;
}

.clearfix {
  clear: both;
  display: block;
}

.minimalbtn {
  color: rgba(0, 255, 255, 0.699);
}

.swal2-container {
  border-radius: 0.25em;
}

.logo {
  color: #fff;
  font-family: "Open Sans";
  font-size: 25px;
  position: relative;
  width: 300px;
  margin-top: 7px;
  margin-right: 7px;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.logo svg {
  width: 35px;
  height: 22px;
  margin-top: 7px;
  float: left;
  margin-right: 7px;
}

.copyright {
  padding: 10px 20px;
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}

.footerLogo {
  color: rgba(70, 90, 110, 0.85);
  font-family: "Open Sans";
  font-size: 25px;
  width: 300px;
  position: relative;
}

.footerLogo svg {
  fill: #569cd5;
  -webkit-transition: 8s;
  -o-transition: 8s;
  transition: 8s;
  width: 35px;
  margin-top: 7px;
  float: left;
  height: 22px;
  margin-right: 7px;
}

.light {
  font-weight: 300;
}

.breatheRing {
  width: 270px;
  height: 270px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -135px;
  margin-left: -135px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  padding-top: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  transition: transform 1000ms, box-shadow 1000ms;
}

.breatehRing-shadow {
  transition: box-shadow 400ms;
  box-shadow: 18px 18px 30px rgb(22 23 23), -18px -18px 30px rgb(22 22 23 / 1);
  -webkit-box-shadow: 18px 18px 30px rgb(22 23 23),
    -18px -18px 30px rgb(22 22 23 / 1);
}

.breathe {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-normal ease-in-out 3s;
  animation: breathing-normal ease-in-out 3s;
  /*animation: breathing ease-in-out 3.5s*/
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-count-5 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-normal ease-in-out 3.5s;
  animation: breathing-normal ease-in-out 3.5s;
  /*animation: breathing ease-in-out 3.5s*/
  -webkit-animation-iteration-count: 5;
  animation-iteration-count: 5;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-count-20 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-normal ease-in-out 3.5s;
  animation: breathing-normal ease-in-out 3.5s;
  /*animation: breathing ease-in-out 3.5s*/
  -webkit-animation-iteration-count: 20;
  animation-iteration-count: 20;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-count-20-slower {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-normal ease-in-out 4s;
  animation: breathing-normal ease-in-out 4s;
  /*animation: breathing ease-in-out 3.5s*/
  -webkit-animation-iteration-count: 20;
  animation-iteration-count: 20;
  /*breath number */
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-count-25 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-normal ease-in-out 3.5s;
  animation: breathing-normal ease-in-out 3.5s;
  /*animation: breathing ease-in-out 3.5s*/
  -webkit-animation-iteration-count: 25;
  animation-iteration-count: 25;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-count-25-slower {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-normal ease-in-out 4s;
  animation: breathing-normal ease-in-out 4s;
  /*animation: breathing ease-in-out 3.5s*/
  -webkit-animation-iteration-count: 25;
  animation-iteration-count: 25;
  /*breath number */
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-count-30 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-normal ease-in-out 3s;
  animation: breathing-normal ease-in-out 3s;
  /*animation: breathing ease-in-out 3.5s*/
  -webkit-animation-iteration-count: 30;
  animation-iteration-count: 30;
  /*breath number */
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-count-30-slower {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-normal ease-in-out 4s;
  animation: breathing-normal ease-in-out 4s;
  /*animation: breathing ease-in-out 3.5s*/
  -webkit-animation-iteration-count: 30;
  animation-iteration-count: 30;
  /*breath number */
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-count-35 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-normal ease-in-out 3s;
  animation: breathing-normal ease-in-out 3s;
  /*animation: breathing ease-in-out 3.5s*/
  -webkit-animation-iteration-count: 35;
  animation-iteration-count: 35;
  /*breath number */
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-count-35-slower {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-normal ease-in-out 4s;
  animation: breathing-normal ease-in-out 4s;
  /*animation: breathing ease-in-out 3.5s*/
  -webkit-animation-iteration-count: 35;
  animation-iteration-count: 35;
  /*breath number */
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-count-40 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-normal ease-in-out 3s;
  animation: breathing-normal ease-in-out 3s;
  /*animation: breathing ease-in-out 3.5s*/
  -webkit-animation-iteration-count: 40;
  animation-iteration-count: 40;
  /*breath number */
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-count-40-slower {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-normal ease-in-out 4s;
  animation: breathing-normal ease-in-out 4s;
  /*animation: breathing ease-in-out 3.5s*/
  -webkit-animation-iteration-count: 40;
  animation-iteration-count: 40;
  /*breath number */
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-count-45 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-normal ease-in-out 3s;
  animation: breathing-normal ease-in-out 3s;
  /*animation: breathing ease-in-out 3.5s*/
  -webkit-animation-iteration-count: 45;
  animation-iteration-count: 45;
  /*breath number */
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.breathe-count-45-slower {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-normal ease-in-out 4s;
  animation: breathing-normal ease-in-out 4s;
  /*animation: breathing ease-in-out 3.5s*/
  -webkit-animation-iteration-count: 45;
  animation-iteration-count: 45;
  /*breath number */
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-count-50 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-normal ease-in-out 3s;
  animation: breathing-normal ease-in-out 3s;
  /*animation: breathing ease-in-out 3.5s*/
  -webkit-animation-iteration-count: 50;
  animation-iteration-count: 50;
  /*breath number */
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-count-50-slower {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-normal ease-in-out 4s;
  animation: breathing-normal ease-in-out 4s;
  /*animation: breathing ease-in-out 3.5s*/
  -webkit-animation-iteration-count: 50;
  animation-iteration-count: 50;
  /*breath number */
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-count-55 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-normal ease-in-out 3s;
  animation: breathing-normal ease-in-out 3s;
  /*animation: breathing ease-in-out 3.5s*/
  -webkit-animation-iteration-count: 55;
  animation-iteration-count: 55;
  /*breath number */
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-count-55-slower {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-normal ease-in-out 4s;
  animation: breathing-normal ease-in-out 4s;
  /*animation: breathing ease-in-out 3.5s*/
  -webkit-animation-iteration-count: 55;
  animation-iteration-count: 55;
  /*breath number */
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-count-60 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-normal ease-in-out 3s;
  animation: breathing-normal ease-in-out 3s;
  /*animation: breathing ease-in-out 3.5s*/
  -webkit-animation-iteration-count: 60;
  animation-iteration-count: 60;
  /*breath number */
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-count-60-slower {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-normal ease-in-out 4s;
  animation: breathing-normal ease-in-out 4s;
  /*animation: breathing ease-in-out 3.5s*/
  -webkit-animation-iteration-count: 60;
  animation-iteration-count: 60;
  /*breath number */
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-hold-15 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-hold ease-in-out 18s;
  animation: breathing-hold ease-in-out 18s;
  /*animation: breathing ease-in-out 3.5s*/
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-hold-20 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-hold ease-in-out 23s;
  animation: breathing-hold ease-in-out 23s;
  /*animation: breathing ease-in-out 3.5s*/
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-hold-25 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-hold ease-in-out 28s;
  animation: breathing-hold ease-in-out 28s;
  /*animation: breathing ease-in-out 3.5s*/
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-hold-30 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-hold ease-in-out 32s;
  animation: breathing-hold ease-in-out 32s;
  /*animation: breathing ease-in-out 3.5s*/
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-hold-35 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-hold ease-in-out 38s;
  animation: breathing-hold ease-in-out 38s;
  /*animation: breathing ease-in-out 3.5s*/
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-hold-40 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-hold ease-in-out 42s;
  animation: breathing-hold ease-in-out 42s;
  /*animation: breathing ease-in-out 3.5s*/
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-hold-45 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-hold ease-in-out 48s;
  animation: breathing-hold ease-in-out 48s;
  /*animation: breathing ease-in-out 3.5s*/
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-retention-60 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-retention ease-in-out 63s;
  animation: breathing-retention ease-in-out 63s;
  /* set to 63s */
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-retention-65 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-retention ease-in-out 68s;
  animation: breathing-retention ease-in-out 68s;
  /* set to 63s */
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-retention-70 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-retention ease-in-out 73s;
  animation: breathing-retention ease-in-out 73s;
  /* set to 63s */
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-retention-75 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-retention ease-in-out 78s;
  animation: breathing-retention ease-in-out 78s;
  /* set to 63s */
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-retention-80 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-retention ease-in-out 83s;
  animation: breathing-retention ease-in-out 83s;
  /* set to 63s */
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-retention-85 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-retention ease-in-out 88s;
  animation: breathing-retention ease-in-out 88s;
  /* set to 63s */
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-retention-90 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-retention ease-in-out 93s;
  animation: breathing-retention ease-in-out 93s;
  /* set to 63s */
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-retention-95 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-retention ease-in-out 98s;
  animation: breathing-retention ease-in-out 98s;
  /* set to 63s */
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-retention-100 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-retention ease-in-out 103s;
  animation: breathing-retention ease-in-out 103s;
  /* set to 63s */
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-retention-105 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-retention ease-in-out 108s;
  animation: breathing-retention ease-in-out 108s;
  /* set to 63s */
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-retention-110 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-retention ease-in-out 113s;
  animation: breathing-retention ease-in-out 113s;
  /* set to 63s */
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-retention-115 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-retention ease-in-out 188s;
  animation: breathing-retention ease-in-out 188s;
  /* set to 63s */
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-retention-120 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-retention ease-in-out 123s;
  animation: breathing-retention ease-in-out 123s;
  /* set to 63s */
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-retention-125 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-retention ease-in-out 128s;
  animation: breathing-retention ease-in-out 128s;
  /* set to 63s */
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-retention-130 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-retention ease-in-out 133s;
  animation: breathing-retention ease-in-out 133s;
  /* set to 63s */
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-retention-135 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-retention ease-in-out 138s;
  animation: breathing-retention ease-in-out 138s;
  /* set to 63s */
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-retention-140 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-retention ease-in-out 143s;
  animation: breathing-retention ease-in-out 143s;
  /* set to 63s */
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-retention-145 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-retention ease-in-out 148s;
  animation: breathing-retention ease-in-out 148s;
  /* set to 63s */
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-retention-150 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-retention ease-in-out 153s;
  animation: breathing-retention ease-in-out 153s;
  /* set to 63s */
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-retention-155 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-retention ease-in-out 158s;
  animation: breathing-retention ease-in-out 158s;
  /* set to 63s */
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-retention-160 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-retention ease-in-out 163s;
  animation: breathing-retention ease-in-out 163s;
  /* set to 63s */
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-retention-165 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-retention ease-in-out 168s;
  animation: breathing-retention ease-in-out 168s;
  /* set to 63s */
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-retention-170 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-retention ease-in-out 173s;
  animation: breathing-retention ease-in-out 173s;
  /* set to 63s */
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-retention-175 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-retention ease-in-out 173s;
  animation: breathing-retention ease-in-out 173s;
  /* set to 63s */
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-retention-180 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-retention ease-in-out 183s;
  animation: breathing-retention ease-in-out 183s;
  /* set to 63s */
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-retention-185 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-retention ease-in-out 188s;
  animation: breathing-retention ease-in-out 188s;
  /* set to 63s */
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-retention-190 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-retention ease-in-out 193s;
  animation: breathing-retention ease-in-out 193s;
  /* set to 63s */
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-retention-195 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-retention ease-in-out 198s;
  animation: breathing-retention ease-in-out 198s;
  /* set to 63s */
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-retention-200 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-retention ease-in-out 203s;
  animation: breathing-retention ease-in-out 203s;
  /* set to 63s */
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.breathe-retention-205 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-retention ease-in-out 208s;
  animation: breathing-retention ease-in-out 208s;
  /* set to 63s */
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-retention-210 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-retention ease-in-out 213s;
  animation: breathing-retention ease-in-out 213s;
  /* set to 63s */
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.breathe-retention-215 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-retention ease-in-out 218s;
  animation: breathing-retention ease-in-out 218s;
  /* set to 63s */
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-retention-220 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-retention ease-in-out 223s;
  animation: breathing-retention ease-in-out 223s;
  /* set to 63s */
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-retention-225 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-retention ease-in-out 228s;
  animation: breathing-retention ease-in-out 228s;
  /* set to 63s */
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-retention-230 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-retention ease-in-out 233s;
  animation: breathing-retention ease-in-out 233s;
  /* set to 63s */
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.breathe-retention-235 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-retention ease-in-out 238s;
  animation: breathing-retention ease-in-out 238s;
  /* set to 63s */
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-retention-240 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-retention ease-in-out 243s;
  animation: breathing-retention ease-in-out 243s;
  /* set to 63s */
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-retention-245 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-retention ease-in-out 248s;
  animation: breathing-retention ease-in-out 248s;
  /* set to 63s */
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-retention-250 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-retention ease-in-out 253s;
  animation: breathing-retention ease-in-out 253s;
  /* set to 63s */
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-retention-255 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-retention ease-in-out 258s;
  animation: breathing-retention ease-in-out 258s;
  /* set to 63s */
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-retention-260 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-retention ease-in-out 263s;
  animation: breathing-retention ease-in-out 263s;
  /* set to 63s */
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-retention-265 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-retention ease-in-out 268s;
  animation: breathing-retention ease-in-out 268s;
  /* set to 63s */
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-retention-270 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-retention ease-in-out 273s;
  animation: breathing-retention ease-in-out 273s;
  /* set to 63s */
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-retention-275 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-retention ease-in-out 278s;
  animation: breathing-retention ease-in-out 278s;
  /* set to 63s */
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-retention-280 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-retention ease-in-out 283s;
  animation: breathing-retention ease-in-out 283s;
  /* set to 63s */
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-retention-285 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-retention ease-in-out 288s;
  animation: breathing-retention ease-in-out 288s;
  /* set to 63s */
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-retention-290 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-retention ease-in-out 293s;
  animation: breathing-retention ease-in-out 293s;
  /* set to 63s */
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-retention-295 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-retention ease-in-out 298s;
  animation: breathing-retention ease-in-out 298s;
  /* set to 63s */
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.breathe-retention-300 {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: breathing-retention ease-in-out 303s;
  animation: breathing-retention ease-in-out 303s;
  /* set to 63s */
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

/* SWAL Confirm, deny, cancel button order */
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}

.right-gap {
  margin-right: auto;
}

.label {
  position: absolute;
  top: calc(50% - 9px);
  width: 270px;
  text-align: center;
  margin: auto;
  color: rgba(255, 255, 255, 1);
  font-family: "Open Sans";
  font-size: 28px;
  letter-spacing: 4px;
  font-weight: 500;
  margin-top: -10px;

  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.tau-label {
  position: absolute;
  width: 270px;
  text-align: center;
  margin: auto;
  color: rgba(255, 255, 255, 1);
  font-family: "Open Sans";
  font-size: 28px;
  letter-spacing: 4px;
  font-weight: 300;
  margin-top: -10px;
  z-index: 5;

  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.number {
  font-size: 120px;
  opacity: 0.3;
  top: calc(50% - 59px);
  left: -12px;
  font-style: italic;
}

.start {
  font-size: 50px;
  opacity: 0.85;
  top: calc(50% - 18px);
  font-weight: 500;
  mix-blend-mode: exclusion;

  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.customize {
  font-size: 28px;
  top: calc(50% - -162px);
  font-weight: 500;
  color: white;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;

  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.prevRetentionChartButton {
  top: calc(50% - -225px);
  font-size: 16px;
  font-weight: 500;
  color: white;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  text-decoration: none;

  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.previousRetentionMargin {
  top: calc(50% - -260px) !important;
}

.best {
  font-size: 14px;

  font-weight: 500;
  color: white;
  /* position: absolute; */
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;

  line-height: 142%;

  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

#retentionTimeHolder {
  font-size: 16px;
  top: calc(50% - -205px);
  font-weight: 500;
  color: white;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  display: none;

  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                      supported by Chrome, Edge, Opera and Firefox */
}

#previousBestHolder {
  font-size: 16px;
  top: calc(50% - -231px);
  font-weight: 500;
  color: white;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;

  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                      supported by Chrome, Edge, Opera and Firefox */
}

.breathingTimer {
  font-size: 16px;
  top: calc(50% - -170px);
  font-weight: 500;
  color: white;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  display: none;

  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.restarter {
  font-size: 16px;
  top: 12%;
  font-weight: 500;
  color: white;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  display: none;

  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.breathRing:hover h1 {
  opacity: 1;
}

.inhale {
  -webkit-animation: inhale ease-out 3s;
  animation: inhale ease-out 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.inhale-slower {
  -webkit-animation: inhale ease-out 4s;
  animation: inhale ease-out 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.single-inhale {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-animation: single-inhale ease-in-out 2s;
  animation: single-inhale ease-in-out 2s;
  /*animation: breathing ease-in-out 3.5s*/
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#holder {
  font-weight: 800;
}

.inhale-hold-15 {
  -webkit-animation: inhale-hold ease-out 18s;
  animation: inhale-hold ease-out 18s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.inhale-hold-20 {
  -webkit-animation: inhale-hold ease-out 23s;
  animation: inhale-hold ease-out 23s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.inhale-hold-25 {
  -webkit-animation: inhale-hold ease-out 28s;
  animation: inhale-hold ease-out 28s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.inhale-hold-30 {
  -webkit-animation: inhale-hold ease-out 32s;
  animation: inhale-hold ease-out 32s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.inhale-hold-35 {
  -webkit-animation: inhale-hold ease-out 38s;
  animation: inhale-hold ease-out 38s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.inhale-hold-40 {
  -webkit-animation: inhale-hold ease-out 43s;
  animation: inhale-hold ease-out 43s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.inhale-hold-45 {
  -webkit-animation: inhale-hold ease-out 48s;
  animation: inhale-hold ease-out 48s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.inhale-retention {
  -webkit-animation: inhale-hold ease-out 63s;
  animation: inhale-hold ease-out 63s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.exhale {
  -webkit-animation: exhale ease-out 3s;
  animation: exhale ease-out 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.exhale-slower {
  -webkit-animation: exhale ease-out 4s;
  animation: exhale ease-out 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.hold {
  -webkit-animation: hold ease-out 16s;
  animation: hold ease-out 16s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  display: none;
}

.hold-20 {
  -webkit-animation: hold ease-out 21s;
  animation: hold ease-out 21s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  display: none;
}

.hold-25 {
  -webkit-animation: hold ease-out 26s;
  animation: hold ease-out 26s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  display: none;
}

.hold-30 {
  -webkit-animation: hold ease-out 31s;
  animation: hold ease-out 31s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  display: none;
}

.hold-static {
  display: none;
  font-size: 24px;
  z-index: 5;
}

.svgMask {
  height: 100%;
  width: 100%;
  position: absolute;
  border-radius: 50%;
}

.grow {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.grow:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.waveOne,
.waveTwo {
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100x);
  transform: translateY(100x);
  fill: cyan;
  -webkit-animation: rainbow 10s;
  animation: rainbow 10s;
  opacity: 0.85;
}

.details {
  position: absolute;
  max-width: 960px;
  width: calc(100% - 40px);
  bottom: 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.75);
}

.details minimalbtn {
  color: rgba(255, 255, 255, 0.75);
}

.options {
  float: right;
}

.shake {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both 3;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
  color: red;
}

@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}

#avgRetentionStat {
  font-weight: 400;
}

#bestRetentionStat {
  font-weight: 400;
}

#globalRetentionStat {
  font-weight: 400;
}

/* Responsive */

@media (max-width: 500px) {
  .hideOnMobile {
    display: none;
  }

  .hiddenOnDesktop {
    display: block;
  }

  .logo {
    width: calc(100% + 40px);
    background: rgba(0, 0, 0, 0.1);
    text-align: center;
    margin: -20px -20px 20px -20px;
    padding: 10px;
  }

  .logo svg {
    text-align: center;
    display: inline-block;
    float: none;
    width: 30px;
    margin-right: 0px;
  }

  .breatheRing {
    width: 270px;
    height: 270px;
    position: absolute;
    top: 48%;
    left: 50%;
    margin-top: -135px;
    margin-left: -135px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    padding-top: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    transition: transform box-shadow 1000ms;
  }

  .restarter {
    font-size: 14px;
    top: 12%;
    font-weight: 500;
    color: white;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    display: none;
    letter-spacing: 1px;

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
  }

  .prevRetentionChartButton {
    top: calc(50% - -235px);
  }

  #previousBestHolder {
    font-size: 16px;
    top: calc(50% - 300px) !important;
    font-weight: 500;
    color: white;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                      supported by Chrome, Edge, Opera and Firefox */
  }

  .swal2-title-chart {
    font-size: 22px !important;
  }

  #additionalStatsTitle {
    font-size: 18px;
    color: white;
  }
}

@media (max-width: 650px) {
  .footerBrief {
    width: 100%;
    float: none;
  }

  .footerLinks {
    float: none;
    text-align: left;
  }

  .footerLinks minimalbtn {
    margin: 0 10px 0 0;
  }
}

@media (max-width: 860px) {
  .boxSidebar {
    width: 100%;
    float: none;
    border-radius: 0px;
    border-left: 0px;
  }

  .boxHeader {
    width: 100%;
    border-bottom: 0px;
    padding-bottom: 0px;
  }

  .boxContent {
    width: 100%;
  }
}

/* Animations */
@-webkit-keyframes rainbow {
  0% {
    fill: cyan;
  }

  10% {
    fill: lightskyblue;
  }

  50% {
    fill: rgb(0, 162, 255);
  }

  70% {
    fill: cyan;
  }

  80% {
    fill: DeepPink;
  }

  90% {
    fill: DodgerBlue;
  }

  100% {
    fill: orange;
  }
}
@keyframes rainbow {
  0% {
    fill: cyan;
  }

  10% {
    fill: lightskyblue;
  }

  50% {
    fill: rgb(0, 162, 255);
  }

  70% {
    fill: cyan;
  }

  80% {
    fill: DeepPink;
  }

  90% {
    fill: DodgerBlue;
  }

  100% {
    fill: orange;
  }
}

@-webkit-keyframes breathing {
  0% {
    -webkit-transform: scaleX(0.233) scaleY(0.233);
    transform: scaleX(0.233) scaleY(0.233);
  }

  25% {
    -webkit-transform: scaleX(1) scaleY(1);
    transform: scaleX(1) scaleY(1);
  }

  50% {
    -webkit-transform: scaleX(1) scaleY(1);
    transform: scaleX(1) scaleY(1);
  }

  75% {
    -webkit-transform: scaleX(0.333) scaleY(0.333);
    transform: scaleX(0.333) scaleY(0.333);
  }

  100% {
    -webkit-transform: scaleX(0.233) scaleY(0.233);
    transform: scaleX(0.233) scaleY(0.233);
  }
}

@keyframes breathing {
  0% {
    -webkit-transform: scaleX(0.233) scaleY(0.233);
    transform: scaleX(0.233) scaleY(0.233);
  }

  25% {
    -webkit-transform: scaleX(1) scaleY(1);
    transform: scaleX(1) scaleY(1);
  }

  50% {
    -webkit-transform: scaleX(1) scaleY(1);
    transform: scaleX(1) scaleY(1);
  }

  75% {
    -webkit-transform: scaleX(0.333) scaleY(0.333);
    transform: scaleX(0.333) scaleY(0.333);
  }

  100% {
    -webkit-transform: scaleX(0.233) scaleY(0.233);
    transform: scaleX(0.233) scaleY(0.233);
  }
}

@-webkit-keyframes breathing-normal {
  0% {
    -webkit-transform: scaleX(0.233) scaleY(0.233);
    transform: scaleX(0.233) scaleY(0.233);
  }

  48% {
    -webkit-transform: scaleX(1) scaleY(1);
    transform: scaleX(1) scaleY(1);
  }

  50% {
    -webkit-transform: scaleX(1) scaleY(1);
    transform: scaleX(1) scaleY(1);
  }

  75% {
    /* transform: scaleX(0.333) scaleY(0.333); */
  }

  100% {
    -webkit-transform: scaleX(0.233) scaleY(0.233);
    transform: scaleX(0.233) scaleY(0.233);
  }
}

@keyframes breathing-normal {
  0% {
    -webkit-transform: scaleX(0.233) scaleY(0.233);
    transform: scaleX(0.233) scaleY(0.233);
  }

  48% {
    -webkit-transform: scaleX(1) scaleY(1);
    transform: scaleX(1) scaleY(1);
  }

  50% {
    -webkit-transform: scaleX(1) scaleY(1);
    transform: scaleX(1) scaleY(1);
  }

  75% {
    /* transform: scaleX(0.333) scaleY(0.333); */
  }

  100% {
    -webkit-transform: scaleX(0.233) scaleY(0.233);
    transform: scaleX(0.233) scaleY(0.233);
  }
}

@-webkit-keyframes breathing-hold {
  0% {
    -webkit-transform: scaleX(0.233) scaleY(0.233);
    transform: scaleX(0.233) scaleY(0.233);
  }

  10% {
    -webkit-transform: scaleX(1) scaleY(1);
    transform: scaleX(1) scaleY(1);
  }

  90% {
    -webkit-transform: scaleX(1) scaleY(1);
    transform: scaleX(1) scaleY(1);
  }

  100% {
    -webkit-transform: scaleX(0.233) scaleY(0.233);
    transform: scaleX(0.233) scaleY(0.233);
  }
}

@keyframes breathing-hold {
  0% {
    -webkit-transform: scaleX(0.233) scaleY(0.233);
    transform: scaleX(0.233) scaleY(0.233);
  }

  10% {
    -webkit-transform: scaleX(1) scaleY(1);
    transform: scaleX(1) scaleY(1);
  }

  90% {
    -webkit-transform: scaleX(1) scaleY(1);
    transform: scaleX(1) scaleY(1);
  }

  100% {
    -webkit-transform: scaleX(0.233) scaleY(0.233);
    transform: scaleX(0.233) scaleY(0.233);
  }
}

@-webkit-keyframes breathing-retention {
  0% {
    -webkit-transform: scaleX(0.233) scaleY(0.233);
    transform: scaleX(0.233) scaleY(0.233);
  }

  97.23% {
    -webkit-transform: scaleX(0.233) scaleY(0.233);
    transform: scaleX(0.233) scaleY(0.233);
  }

  100% {
    -webkit-transform: scaleX(1) scaleY(1);
    transform: scaleX(1) scaleY(1);
  }
}

@keyframes breathing-retention {
  0% {
    -webkit-transform: scaleX(0.233) scaleY(0.233);
    transform: scaleX(0.233) scaleY(0.233);
  }

  97.23% {
    -webkit-transform: scaleX(0.233) scaleY(0.233);
    transform: scaleX(0.233) scaleY(0.233);
  }

  100% {
    -webkit-transform: scaleX(1) scaleY(1);
    transform: scaleX(1) scaleY(1);
  }
}

@-webkit-keyframes inhale {
  0% {
    opacity: 1;
    letter-spacing: 0px;
  }

  40% {
    opacity: 1;
    letter-spacing: 10px;
  }

  42% {
    letter-spacing: 10px;
    opacity: 0px;
  }

  100% {
    opacity: 0;
  }
}

@keyframes inhale {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  42% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes inhale-hold {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  42% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes inhale-hold {
  0% {
    opacity: 1;
  }

  10% {
    opacity: 1;
  }

  11% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes inhale-normal {
  0% {
    opacity: 1;
  }

  39% {
    opacity: 1;
  }

  40% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes inhale-normal {
  0% {
    opacity: 1;
  }

  39% {
    opacity: 1;
  }

  40% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes single-inhale {
  0% {
    -webkit-transform: scaleX(0.233) scaleY(0.233);
    transform: scaleX(0.233) scaleY(0.233);
  }

  100% {
    -webkit-transform: scaleX(1) scaleY(1);
    transform: scaleX(1) scaleY(1);
  }
}

@keyframes single-inhale {
  0% {
    -webkit-transform: scaleX(0.233) scaleY(0.233);
    transform: scaleX(0.233) scaleY(0.233);
  }

  100% {
    -webkit-transform: scaleX(1) scaleY(1);
    transform: scaleX(1) scaleY(1);
  }
}

@-webkit-keyframes hold {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0;
  }

  26% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  51% {
    opacity: 0;
  }

  74% {
    opacity: 0;
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes hold {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0;
  }

  26% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  51% {
    opacity: 0;
  }

  74% {
    opacity: 0;
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes exhale {
  0% {
    opacity: 0;
  }

  41% {
    opacity: 0;
  }

  42% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes exhale {
  0% {
    opacity: 0;
  }

  41% {
    opacity: 0;
  }

  42% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.glow {
  color: #ffffff;
  text-shadow: 0 0 2px #ffffff, 0 0 10px #ffffff, 0 0 20px #0ba9ca,
    0 0 30px #0ba9ca, 0 0 40px #0ba9ca, 0 0 50px #0ba9ca;
  -webkit-animation: blink 1.5s infinite alternate;
  animation: blink 1.5s infinite alternate;
}

@-webkit-keyframes blink {
  100% {
    text-shadow: 0 0 2px #ffffff, 0 0 10px #ffffff, 0 0 20px #ffffff,
      0 0 40px #0ba9ca, 0 0 70px #0ba9ca, 0 0 80px #0ba9ca;
  }
}

@keyframes blink {
  100% {
    text-shadow: 0 0 2px #ffffff, 0 0 10px #ffffff, 0 0 20px #ffffff,
      0 0 40px #0ba9ca, 0 0 70px #0ba9ca, 0 0 80px #0ba9ca;
  }
}
