:root {
  --green: #92FF00;
  --cyan: #00FFCD;
  --white: #FFFFFF;
  --black: #000000;
  --dark: #312F37;
  --grey: #F0FCFC;
  --header_height: 120px;
  --light: #ECEEFB;
  --blue: #1C12FA;
  --h1-hero: 70px;
  --h1-intro: 40px;
  --p: 28px;
  --h2: 70px;
  --h3: 40px;
  --h3-subheading: 32px;
  --small: 20px;
  --h2-subheading: 45px;
  --quote: 32px;
  --h3-client: 30px;
  --boiler: 14px;
}
/***************************************************************
* constants
***************************************************************/
/***************************************************************
* mrh trick container, wrappoer, and boxes
***************************************************************/
.mrh_trick_wrapper {
  overflow: hidden;
  aspect-ratio: 1/1;
  display: inline-block;
}
.mrh_trick_wrapper.mrh_trick_loop-infinite * {
  animation-iteration-count: infinite;
}
.mrh_trick_wrapper.mrh_trick_loop-30 * {
  animation-iteration-count: 30 !important;
}
.mrh_trick_wrapper.mrh_trick_loop-29 * {
  animation-iteration-count: 29 !important;
}
.mrh_trick_wrapper.mrh_trick_loop-28 * {
  animation-iteration-count: 28 !important;
}
.mrh_trick_wrapper.mrh_trick_loop-27 * {
  animation-iteration-count: 27 !important;
}
.mrh_trick_wrapper.mrh_trick_loop-26 * {
  animation-iteration-count: 26 !important;
}
.mrh_trick_wrapper.mrh_trick_loop-25 * {
  animation-iteration-count: 25 !important;
}
.mrh_trick_wrapper.mrh_trick_loop-24 * {
  animation-iteration-count: 24 !important;
}
.mrh_trick_wrapper.mrh_trick_loop-23 * {
  animation-iteration-count: 23 !important;
}
.mrh_trick_wrapper.mrh_trick_loop-22 * {
  animation-iteration-count: 22 !important;
}
.mrh_trick_wrapper.mrh_trick_loop-21 * {
  animation-iteration-count: 21 !important;
}
.mrh_trick_wrapper.mrh_trick_loop-20 * {
  animation-iteration-count: 20 !important;
}
.mrh_trick_wrapper.mrh_trick_loop-19 * {
  animation-iteration-count: 19 !important;
}
.mrh_trick_wrapper.mrh_trick_loop-18 * {
  animation-iteration-count: 18 !important;
}
.mrh_trick_wrapper.mrh_trick_loop-17 * {
  animation-iteration-count: 17 !important;
}
.mrh_trick_wrapper.mrh_trick_loop-16 * {
  animation-iteration-count: 16 !important;
}
.mrh_trick_wrapper.mrh_trick_loop-15 * {
  animation-iteration-count: 15 !important;
}
.mrh_trick_wrapper.mrh_trick_loop-14 * {
  animation-iteration-count: 14 !important;
}
.mrh_trick_wrapper.mrh_trick_loop-13 * {
  animation-iteration-count: 13 !important;
}
.mrh_trick_wrapper.mrh_trick_loop-12 * {
  animation-iteration-count: 12 !important;
}
.mrh_trick_wrapper.mrh_trick_loop-11 * {
  animation-iteration-count: 11 !important;
}
.mrh_trick_wrapper.mrh_trick_loop-10 * {
  animation-iteration-count: 10 !important;
}
.mrh_trick_wrapper.mrh_trick_loop-9 * {
  animation-iteration-count: 9 !important;
}
.mrh_trick_wrapper.mrh_trick_loop-8 * {
  animation-iteration-count: 8 !important;
}
.mrh_trick_wrapper.mrh_trick_loop-7 * {
  animation-iteration-count: 7 !important;
}
.mrh_trick_wrapper.mrh_trick_loop-6 * {
  animation-iteration-count: 6 !important;
}
.mrh_trick_wrapper.mrh_trick_loop-5 * {
  animation-iteration-count: 5 !important;
}
.mrh_trick_wrapper.mrh_trick_loop-4 * {
  animation-iteration-count: 4 !important;
}
.mrh_trick_wrapper.mrh_trick_loop-3 * {
  animation-iteration-count: 3 !important;
}
.mrh_trick_wrapper.mrh_trick_loop-2 * {
  animation-iteration-count: 2 !important;
}
.mrh_trick_wrapper.mrh_trick_loop-1 * {
  animation-iteration-count: 1 !important;
}
.mrh_trick {
  position: relative;
  aspect-ratio: 1/1;
  background: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.mrh_tricks_grid_tricks {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0;
  grid-row-gap: 0;
  /*** Responsive Styles Large Desktop And Above ***/
  /*** Responsive Styles Standard Desktop Only ***/
  /*** Responsive Styles Tablet And Below ***/
  /*** Responsive Styles Tablet Only ***/
  /*** Responsive Styles Smartphone Only ***/
  /*** Responsive Styles Smartphone Portrait ***/
}
@media all and (max-width: 980px) {
  .mrh_tricks_grid_tricks {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .mrh_tricks_grid_tricks .mrh_trick_wrapper:nth-child(-n+6) {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .mrh_tricks_grid_tricks {
    grid-template-columns: repeat(2, 1fr) !important;
    grid-template-rows: repeat(3, 1fr) !important;
  }
  .mrh_tricks_grid_tricks .mrh_trick_wrapper:nth-child(-n+6) {
    display: none;
  }
}
/***************************************************************
* trick in view global
***************************************************************/
.mrh_trick_in_view * {
  animation-delay: 0.5s;
}
/***************************************************************
* load tricks
***************************************************************/
/***************************************************************
* 1) donut
***************************************************************/
.mrh_trick.donut svg {
  position: absolute;
}
.mrh_trick.donut .trick-donut:nth-of-type(1) {
  width: 75%;
}
.mrh_trick.donut .trick-donut:nth-of-type(2) {
  width: 30%;
  transform: rotate(0deg);
}
.mrh_trick_in_view .mrh_trick.donut .trick-donut:nth-of-type(1) {
  animation-name: trick-donut-rotate;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.mrh_trick_in_view .mrh_trick.donut .trick-donut:nth-of-type(2) {
  animation-name: trick-donut-expand;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
@keyframes trick-donut-rotate {
  0% {
    rotate: 0;
  }
  50% {
    rotate: 180deg;
  }
  100% {
    rotate: 0;
  }
}
@keyframes trick-donut-expand {
  0% {
    rotate: 0;
    transform: scale(0.3);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    rotate: 90deg;
    transform: scale(1);
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    rotate: 0;
    transform: scale(0.3);
    opacity: 0;
  }
}
/***************************************************************
* 2) squares
***************************************************************/
.mrh_trick.squares {
  background: var(--dark);
}
.mrh_trick.squares svg {
  position: absolute;
}
.mrh_trick.squares .trick-sq-container {
  position: relative;
  width: 75%;
  height: 75%;
  rotate: 45deg;
}
.mrh_trick_in_view .mrh_trick.squares .trick-sq-container {
  animation-delay: 0.5s !important;
  animation-name: trick-square-container;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}
.mrh_trick.squares .trick-sq {
  position: absolute;
  width: 33.3333333%;
}
.mrh_trick.squares .trick-sq:nth-of-type(1) {
  inset: 66% 0 0 33%;
  --trick-sq-inset-orig: 66% 0 0 33%;
  --trick-sq-inset-to: 0 0 0 0;
  --trick-sq-translateX: 0%;
  --trick-sq-translateY: 0%;
}
.mrh_trick.squares .trick-sq:nth-of-type(1) rect {
  fill: var(--green) !important;
}
.mrh_trick.squares .trick-sq:nth-of-type(2) {
  inset: 33% 0 0 66%;
  --trick-sq-inset-orig: 33% 0 0 66%;
  --trick-sq-inset-to: 0 0 0 0;
  --trick-sq-translateX: 0%;
  --trick-sq-translateY: 100%;
}
.mrh_trick.squares .trick-sq:nth-of-type(2) rect {
  fill: var(--cyan) !important;
}
.mrh_trick.squares .trick-sq:nth-of-type(3) {
  inset: 33% 0 0 0;
  --trick-sq-inset-orig: 33% 0 0 0;
  --trick-sq-inset-to: 0 0 0 0;
  --trick-sq-translateX: 100%;
  --trick-sq-translateY: 0%;
}
.mrh_trick.squares .trick-sq:nth-of-type(3) rect {
  fill: var(--cyan) !important;
}
.mrh_trick.squares .trick-sq:nth-of-type(4) {
  inset: 0% 0 0 33%;
  --trick-sq-inset-orig: 0% 0 0 33%;
  --trick-sq-inset-to: 0 0 0 0;
  --trick-sq-translateX: 100%;
  --trick-sq-translateY: 100%;
}
.mrh_trick.squares .trick-sq:nth-of-type(4) rect {
  fill: var(--grey) !important;
}
.mrh_trick_in_view .mrh_trick.squares .trick-sq {
  animation-delay: 0.5s !important;
  animation-name: trick-square;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}
@keyframes trick-square-container {
  0% {
    width: 75%;
    height: 75%;
    rotate: 45deg;
  }
  50% {
    width: 50%;
    height: 50%;
    rotate: 0deg;
  }
  100% {
    width: 75%;
    height: 75%;
    rotate: 45deg;
  }
}
@keyframes trick-square {
  0% {
    inset: var(--trick-sq-inset-orig);
    width: 33.3333333%;
    transform: translateX(0%) translateY(0%);
  }
  50% {
    width: 50%;
    transform: translateX(var(--trick-sq-translateX)) translateY(var(--trick-sq-translateY));
    inset: var(--trick-sq-inset-to);
  }
  100% {
    inset: var(--trick-sq-inset-orig);
    width: 33.3333333%;
  }
}
/***************************************************************
* 3) yang
***************************************************************/
.mrh_trick.yang svg {
  position: absolute;
}
.mrh_trick.yang .trick-yang-rect {
  position: absolute;
  display: block;
  width: 35%;
  height: auto;
}
.mrh_trick_in_view .mrh_trick.yang .trick-yang-rect {
  animation-name: trick-yang-rect;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}
.mrh_trick.yang .trick-yang-yang {
  position: absolute;
  width: 35%;
}
.mrh_trick_in_view .mrh_trick.yang .trick-yang-yang {
  animation-name: trick-yang-yang;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}
@keyframes trick-yang-rect {
  0% {
    transform: translateX(50%);
  }
  50% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(50%);
  }
}
@keyframes trick-yang-yang {
  50% {
    rotate: 180deg;
  }
}
/***************************************************************
* 4) arc
***************************************************************/
.mrh_trick.arc {
  background: var(--green);
  aspect-ratio: 1/1;
}
.mrh_trick.arc svg {
  position: absolute;
}
.mrh_trick.arc .trick-arc-arc {
  position: absolute;
  display: block;
  width: 65%;
  height: auto;
}
.mrh_trick_in_view .mrh_trick.arc .trick-arc-arc {
  animation-name: trick-arc-arc;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}
.mrh_trick_in_view .mrh_trick.arc .trick-arc-circ {
  animation-name: trick-arc-circ;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}
.mrh_trick.arc .trick-arc-circ {
  position: absolute;
  width: 20%;
  inset: auto auto 18% 18%;
}
@keyframes trick-arc-arc {
  50% {
    rotate: 90deg;
  }
}
@keyframes trick-arc-circ {
  50% {
    inset: auto auto 72% 18%;
    transform: translateY(50%);
  }
}
/***************************************************************
* 5) flower
***************************************************************/
.mrh_trick.flower {
  background: var(--cyan);
}
.mrh_trick.flower svg {
  position: absolute;
}
.mrh_trick.flower .trick-flower-petal {
  height: 40%;
  position: absolute;
}
.mrh_trick.flower .trick-flower-petal:nth-of-type(1) {
  rotate: 0deg;
  transform: translateX(50%) translateY(-50%);
  inset: auto auto auto auto;
}
.mrh_trick.flower .trick-flower-petal:nth-of-type(2) {
  rotate: 90deg;
  transform: translateX(50%) translateY(-50%);
  inset: auto auto auto auto;
}
.mrh_trick.flower .trick-flower-petal:nth-of-type(3) {
  rotate: 180deg;
  transform: translateX(50%) translateY(-50%);
  inset: auto auto auto auto;
}
.mrh_trick.flower .trick-flower-petal:nth-of-type(4) {
  rotate: 270deg;
  transform: translateX(50%) translateY(-50%);
  inset: auto auto auto auto;
}
.mrh_trick_in_view .mrh_trick.flower .trick-flower-petal {
  animation-name: trick-flower-petal;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}
@keyframes trick-flower-petal {
  50% {
    transform: translateX(50%) translateY(50%);
  }
}
/***************************************************************
* 6) trees
***************************************************************/
.mrh_trick.trees {
  background: var(--dark);
}
.mrh_trick.trees svg {
  position: absolute;
}
.mrh_trick.trees .trick-trees-container {
  position: relative;
  width: 75%;
  height: 75%;
}
.mrh_trick.trees .trick-trees-tree {
  height: 100%;
  position: absolute;
  bottom: 0;
}
.mrh_trick.trees .trick-trees-tree:nth-child(1) {
  right: 50%;
}
.mrh_trick.trees .trick-trees-tree:nth-child(2) {
  height: 60%;
  left: 50%;
}
.mrh_trick_in_view .mrh_trick.trees .trick-trees-tree:nth-child(1) {
  animation-name: trick-tree-small;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}
.mrh_trick_in_view .mrh_trick.trees .trick-trees-tree:nth-child(2) {
  animation-name: trick-tree-large;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}
@keyframes trick-tree-small {
  0% {
    height: 60%;
  }
  50% {
    height: 100%;
  }
  100% {
    height: 60%;
  }
}
@keyframes trick-tree-large {
  0% {
    height: 100%;
  }
  50% {
    height: 60%;
  }
  100% {
    height: 100%;
  }
}
/***************************************************************
* 7) corner
***************************************************************/
.mrh_trick.corner {
  background: var(--cyan);
}
.mrh_trick.corner svg {
  position: absolute;
}
.mrh_trick.corner .trick-corner-container {
  position: relative;
  width: 75%;
  height: 75%;
}
.mrh_trick.corner .trick-corner-corner {
  height: 100%;
  position: absolute;
}
.mrh_trick_in_view .mrh_trick.corner .trick-corner-corner {
  animation-name: trick-corner-corner;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}
.mrh_trick.corner .trick-corner-circ {
  width: 30%;
  right: 25%;
  top: 0;
  transform: translateX(50%) translateY(25%);
  position: absolute;
}
.mrh_trick_in_view .mrh_trick.corner .trick-corner-circ {
  animation-name: trick-corner-ball;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}
@keyframes trick-corner-ball {
  50% {
    top: 50%;
  }
}
@keyframes trick-corner-corner {
  50% {
    rotate: 90deg;
  }
}
/***************************************************************
* 8) dots
***************************************************************/
.mrh_trick.dots {
  background: var(--grey);
}
.mrh_trick.dots svg {
  position: absolute;
}
.mrh_trick.dots .trick-dots-container {
  position: relative;
  width: 75%;
  height: 75%;
}
.mrh_trick.dots .trick-dots-inner {
  z-index: 1000;
  width: 10%;
  inset: 50% auto auto 50%;
  transform: translateX(-50%) translateY(-50%);
}
.mrh_trick_in_view .mrh_trick.dots .trick-dots-inner {
  animation-name: trick-dots-inner;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}
.mrh_trick.dots .trick-dots-outer-container {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mrh_trick.dots .trick-dots-outer-container .trick-dots-outer {
  position: relative;
  width: 33%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mrh_trick.dots .trick-dots-outer-container .trick-dots-outer svg {
  width: 60%;
}
.mrh_trick.dots .trick-dots-outer-container .trick-dots-outer svg path {
  fill: var(--green) !important;
}
.mrh_trick.dots .trick-dots-outer-container .trick-dots-outer:nth-of-type(5) {
  opacity: 0;
}
.mrh_trick.dots .trick-dots-outer-container .trick-dots-outer:nth-of-type(2n) path {
  fill: var(--cyan) !important;
}
.mrh_trick_in_view .mrh_trick.dots .trick-dots-outer-container {
  animation-name: trick-dots-outer-container;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}
@keyframes trick-dots-inner {
  0% {
    width: 20%;
  }
  50% {
    width: 90%;
  }
  100% {
    width: 20%;
  }
}
@keyframes trick-dots-outer-container {
  50% {
    rotate: -45deg;
    transform: scale(5);
  }
}
/***************************************************************
* 9) tribox
***************************************************************/
.mrh_trick.tribox {
  background: var(--cyan);
}
.mrh_trick.tribox svg {
  position: absolute;
}
.mrh_trick.tribox .trick-tribox-tri {
  z-index: 1000;
  width: 75%;
  height: 75%;
}
.mrh_trick_in_view .mrh_trick.tribox .trick-tribox-tri {
  animation-name: trick-tribox-tri;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}
.mrh_trick.tribox .trick-tribox-sq {
  width: 25%;
  height: 25%;
  rotate: 45deg;
  inset: 18% 18% auto auto;
}
.mrh_trick_in_view .mrh_trick.tribox .trick-tribox-sq {
  animation-name: trick-tribox-sq;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}
@keyframes trick-tribox-tri {
  50% {
    rotate: -90deg;
    width: 50%;
  }
}
@keyframes trick-tribox-sq {
  50% {
    rotate: 0deg;
    width: 65%;
    height: 65%;
  }
}
/***************************************************************
* 10) els
***************************************************************/
.mrh_trick.els {
  background: var(--dark);
}
.mrh_trick.els svg {
  position: absolute;
}
.mrh_trick.els .trick-els-el {
  width: 40%;
}
.mrh_trick.els .trick-els-el:nth-of-type(1) {
  inset: 15% auto auto 15%;
  --trick-els-el-inset: 22.5% auto auto 25%;
  --trick-els-el-rotate: -90deg;
}
.mrh_trick.els .trick-els-el:nth-of-type(2) {
  inset: auto 15% 15% auto;
  --trick-els-el-inset: auto 25% 22.5% auto;
  --trick-els-el-rotate: 90deg;
}
.mrh_trick_in_view .mrh_trick.els .trick-els-el {
  animation-name: trick-els-el;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}
@keyframes trick-els-el {
  50% {
    inset: var(--trick-els-el-inset);
    rotate: var(--trick-els-el-rotate);
  }
}
/***************************************************************
* 11) tri
***************************************************************/
.mrh_trick.tri {
  background: var(--grey);
}
.mrh_trick.tri svg {
  position: absolute;
}
.mrh_trick.tri .trick-tri-container {
  position: relative;
  width: 75%;
  height: 75%;
}
.mrh_trick.tri .trick-tri-tri {
  width: 50%;
  rotate: 180deg;
  position: absolute;
}
.mrh_trick.tri .trick-tri-tri:nth-of-type(1) {
  inset: 0 auto auto 0;
  --trick-tri-inset: 0 auto auto 50%;
}
.mrh_trick.tri .trick-tri-tri:nth-of-type(1) polygon {
  fill: var(--green) !important;
}
.mrh_trick.tri .trick-tri-tri:nth-of-type(2) {
  inset: 0 0 auto auto;
  --trick-tri-inset: 50% 0 auto auto;
}
.mrh_trick.tri .trick-tri-tri:nth-of-type(2) polygon {
  fill: var(--dark) !important;
}
.mrh_trick.tri .trick-tri-tri:nth-of-type(3) {
  inset: auto auto 0 0;
  --trick-tri-inset: auto auto 50% 0;
}
.mrh_trick.tri .trick-tri-tri:nth-of-type(3) polygon {
  fill: var(--dark) !important;
}
.mrh_trick.tri .trick-tri-tri:nth-of-type(4) {
  inset: auto 0 0 auto;
  --trick-tri-inset: auto 50% 0 auto;
}
.mrh_trick.tri .trick-tri-tri:nth-of-type(4) polygon {
  fill: var(--cyan) !important;
}
.mrh_trick_in_view .mrh_trick.tri .trick-tri-tri {
  animation-name: trick-tri-tri;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}
@keyframes trick-tri-tri {
  50% {
    inset: var(--trick-tri-inset);
  }
}
/***************************************************************
* 12) circ
***************************************************************/
.mrh_trick.circ {
  background: var(--green);
}
.mrh_trick.circ svg {
  position: absolute;
}
.mrh_trick.circ .trick-circ-container {
  position: relative;
  width: 75%;
  height: 75%;
}
.mrh_trick.circ .trick-circ-quart {
  width: 50%;
  position: absolute;
  inset: -100% auto auto -100%;
}
.mrh_trick_in_view .mrh_trick.circ .trick-circ-quart {
  animation-name: trick-circ-quart;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}
.mrh_trick.circ .trick-circ-semi {
  width: 50%;
  position: absolute;
}
.mrh_trick.circ .trick-circ-semi.trick-circ-semi-1 {
  z-index: 1000;
  inset: 0 auto auto 0;
}
.mrh_trick.circ .trick-circ-semi.trick-circ-semi-2 {
  rotate: 0;
  inset: auto 0 auto auto;
}
.mrh_trick_in_view .mrh_trick.circ .trick-circ-semi {
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}
.mrh_trick_in_view .mrh_trick.circ .trick-circ-semi.trick-circ-semi-1 {
  animation-name: trick-circ-semi;
}
@keyframes trick-circ-quart {
  50% {
    inset: 0 auto auto 0;
  }
}
@keyframes trick-circ-semi {
  50% {
    inset: 25% auto auto 25%;
    rotate: 90deg;
  }
}
/***************************************************************
* 13) donut-2
***************************************************************/
.mrh_trick.donut-2 {
  background: transparent;
}
.mrh_trick.donut-2 svg {
  position: absolute;
}
.mrh_trick.donut-2 .trick-donut-2:nth-of-type(1) {
  width: 75%;
}
.mrh_trick.donut-2 .trick-donut-2:nth-of-type(2) {
  width: 30%;
  transform: rotate(0deg);
}
.mrh_trick_in_view .mrh_trick.donut-2 .trick-donut-2:nth-of-type(1) {
  animation-name: trick-donut-rotate;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.mrh_trick_in_view .mrh_trick.donut-2 .trick-donut-2:nth-of-type(1) .donut path:nth-of-type(1) {
  fill: #FFFFFF !important;
}
.mrh_trick_in_view .mrh_trick.donut-2 .trick-donut-2:nth-of-type(1) .donut path:nth-of-type(2) {
  fill: var(--dark) !important;
}
.mrh_trick_in_view .mrh_trick.donut-2 .trick-donut-2:nth-of-type(2) {
  animation-name: trick-donut-expand;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.mrh_trick_in_view .mrh_trick.donut-2 .trick-donut-2:nth-of-type(2) .donut path:nth-of-type(1) {
  fill: #FFFFFF !important;
}
.mrh_trick_in_view .mrh_trick.donut-2 .trick-donut-2:nth-of-type(2) .donut path:nth-of-type(2) {
  fill: var(--dark) !important;
}
@keyframes trick-donut-rotate {
  0% {
    rotate: 0;
  }
  50% {
    rotate: 180deg;
  }
  100% {
    rotate: 0;
  }
}
@keyframes trick-donut-expand {
  0% {
    rotate: 0;
    transform: scale(0.3);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    rotate: 90deg;
    transform: scale(1);
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    rotate: 0;
    transform: scale(0.3);
    opacity: 0;
  }
}
/***************************************************************
* 11) tri
***************************************************************/
.mrh_trick.tri {
  background: var(--green);
}
.mrh_trick.tri svg {
  position: absolute;
}
.mrh_trick.tri .trick-tri-container {
  position: relative;
  width: 75%;
  height: 75%;
}
.mrh_trick.tri .trick-tri-tri {
  width: 50%;
  rotate: 180deg;
  position: absolute;
}
.mrh_trick.tri .trick-tri-tri:nth-of-type(1) {
  inset: 0 auto auto 0;
  --trick-tri-inset: 0 auto auto 50%;
}
.mrh_trick.tri .trick-tri-tri:nth-of-type(1) polygon {
  fill: #FFFFFF !important;
}
.mrh_trick.tri .trick-tri-tri:nth-of-type(2) {
  inset: 0 0 auto auto;
  --trick-tri-inset: 50% 0 auto auto;
}
.mrh_trick.tri .trick-tri-tri:nth-of-type(2) polygon {
  fill: var(--dark) !important;
}
.mrh_trick.tri .trick-tri-tri:nth-of-type(3) {
  inset: auto auto 0 0;
  --trick-tri-inset: auto auto 50% 0;
}
.mrh_trick.tri .trick-tri-tri:nth-of-type(3) polygon {
  fill: var(--dark) !important;
}
.mrh_trick.tri .trick-tri-tri:nth-of-type(4) {
  inset: auto 0 0 auto;
  --trick-tri-inset: auto 50% 0 auto;
}
.mrh_trick.tri .trick-tri-tri:nth-of-type(4) polygon {
  fill: var(--cyan) !important;
}
.mrh_trick_in_view .mrh_trick.tri .trick-tri-tri {
  animation-name: trick-tri-tri;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}
@keyframes trick-tri-tri {
  50% {
    inset: var(--trick-tri-inset);
  }
}
/***************************************************************
* 14) venn
***************************************************************/
.mrh_trick {
  overflow: visible !important;
}
.mrh_trick.venn {
  background: var(--cyan);
  /***************************************************************
    * the element being masked -- animate per green circle
    ***************************************************************/
  /***************************************************************
    * dark circle
    ***************************************************************/
  /***************************************************************
    * green circle
    ***************************************************************/
}
.mrh_trick.venn .trick-venn-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.mrh_trick.venn svg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.mrh_trick_in_view .mrh_trick.venn svg.trick-venn-white {
  animation-name: trick_venn_ani_white;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}
.mrh_trick_in_view .mrh_trick.venn svg.trick-venn-dark {
  animation-name: trick_venn_ani_dark;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}
.mrh_trick_in_view .mrh_trick.venn svg.trick-venn-green {
  animation-name: trick_venn_ani_green;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}
.mrh_trick.venn svg.trick-venn-white {
  scale: 0.25;
  opacity: 0;
}
.mrh_trick.venn svg.trick-venn-white g path {
  fill: var(--white) !important;
}
.mrh_trick.venn .trick-venn-dark {
  scale: 0.4;
  transform: translate(50%, 50%);
}
.mrh_trick.venn .trick-venn-dark g path {
  fill: var(--dark) !important;
}
.mrh_trick.venn .trick-venn-green {
  position: absolute;
  scale: 0.25;
  transform: translate(-100%, -100%);
}
.mrh_trick.venn .trick-venn-green g path {
  fill: var(--green) !important;
}
/***************************************************************
* keyframes
***************************************************************/
@keyframes trick_venn_ani_white {
  30% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
}
@keyframes trick_venn_ani_dark {
  45% {
    scale: 0.5;
    transform: translate(-25%, -25%);
  }
  55% {
    scale: 0.5;
    transform: translate(-25%, -25%);
  }
}
@keyframes trick_venn_ani_green {
  45% {
    scale: 0.5;
    transform: translate(25%, 25%);
  }
  55% {
    scale: 0.5;
    transform: translate(25%, 25%);
  }
}
/*# sourceMappingURL=_load-tricks.css.map */