@charset "UTF-8";
/*============================================================================*\
  Styles
\*============================================================================*/
/* Utilities
\*============================================================================*/
.pointer-events-none{
  pointer-events: none;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.sticky{
  position: sticky;
}
.top-0{
  top: 0px;
}
.left-0{
  left: 0px;
}
.bottom-0{
  bottom: 0px;
}
.right-0{
  right: 0px;
}
.-top-24{
  top: -6rem;
}
.top-full{
  top: 100%;
}
.-left-3{
  left: -0.75rem;
}
.left-1\/2{
  left: 50%;
}
.top-1\/2{
  top: 50%;
}
.top-2{
  top: 0.5rem;
}
.bottom-2{
  bottom: 0.5rem;
}
.left-4{
  left: 1rem;
}
.right-6{
  right: 1.5rem;
}
.-bottom-full{
  bottom: -100%;
}
.-bottom-20{
  bottom: -5rem;
}
.top-1\/4{
  top: 25%;
}
.bottom-1\/2{
  bottom: 50%;
}
.top-20{
  top: 5rem;
}
.z-above{
  z-index: 2;
}
.z-default{
  z-index: 1;
}
.z-\[5\]{
  z-index: 5;
}
.clear-both{
  clear: both;
}
.my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mx-6{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.-mx-2{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.my-36{
  margin-top: 9rem;
  margin-bottom: 9rem;
}
.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.mt-40{
  margin-top: 10rem;
}
.mt-7{
  margin-top: 1.75rem;
}
.ml-4{
  margin-left: 1rem;
}
.mr-4{
  margin-right: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.ml-6{
  margin-left: 1.5rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.-mb-16{
  margin-bottom: -4rem;
}
.-ml-\[40\%\]{
  margin-left: -40%;
}
.mt-6{
  margin-top: 1.5rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mt-14{
  margin-top: 3.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mt-8{
  margin-top: 2rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.-mt-8{
  margin-top: -2rem;
}
.mt-16{
  margin-top: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mt-9{
  margin-top: 2.25rem;
}
.mt-4{
  margin-top: 1rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.-mt-24{
  margin-top: -6rem;
}
.mt-12{
  margin-top: 3rem;
}
.box-content{
  box-sizing: content-box;
}
.h-full{
  height: 100%;
}
.h-5{
  height: 1.25rem;
}
.h-px{
  height: 1px;
}
.h-0{
  height: 0px;
}
.h-auto{
  height: auto;
}
.h-14{
  height: 3.5rem;
}
.h-8{
  height: 2rem;
}
.h-6{
  height: 1.5rem;
}
.h-12{
  height: 3rem;
}
.h-\[100px\]{
  height: 100px;
}
.max-h-20{
  max-height: 5rem;
}
.max-h-12{
  max-height: 3rem;
}
.max-h-full{
  max-height: 100%;
}
.max-h-\[40vh\]{
  max-height: 40vh;
}
.max-h-\[100px\]{
  max-height: 100px;
}
.max-h-32{
  max-height: 8rem;
}
.min-h-full{
  min-height: 100%;
}
.w-full{
  width: 100%;
}
.w-\[28\%\]{
  width: 28%;
}
.w-1\/2{
  width: 50%;
}
.w-\[140\%\]{
  width: 140%;
}
.w-5{
  width: 1.25rem;
}
.w-\[145\%\]{
  width: 145%;
}
.w-\[400\%\]{
  width: 400%;
}
.w-20{
  width: 5rem;
}
.w-\[53\%\]{
  width: 53%;
}
.w-\[35\%\]{
  width: 35%;
}
.w-14{
  width: 3.5rem;
}
.w-6{
  width: 1.5rem;
}
.w-11\/12{
  width: 91.666667%;
}
.w-10\/12{
  width: 83.333333%;
}
.w-12{
  width: 3rem;
}
.w-16{
  width: 4rem;
}
.w-2{
  width: 0.5rem;
}
.w-4{
  width: 1rem;
}
.w-\[calc\(100\%-1rem\)\]{
  width: calc(100% - 1rem);
}
.max-w-xs{
  max-width: 20rem;
}
.max-w-full{
  max-width: 100%;
}
.max-w-\[90vw\]{
  max-width: 90vw;
}
.max-w-\[20\%\]{
  max-width: 20%;
}
.flex-shrink{
  flex-shrink: 1;
}
.translate-y-2{
  --tw-translate-y: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-1\/4{
  --tw-translate-x: -25%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-10{
  --tw-translate-x: 2.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-10{
  --tw-translate-x: -2.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-14{
  --tw-translate-x: 3.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-skew-y-3{
  --tw-skew-y: -3deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform-gpu{
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.resize{
  resize: both;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-center{
  align-items: center;
}
.items-stretch{
  align-items: stretch;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-around{
  justify-content: space-around;
}
.overflow-hidden{
  overflow: hidden;
}
.whitespace-normal{
  white-space: normal;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-t-2xl{
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.rounded-b-2xl{
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.border-2{
  border-width: 2px;
}
.border{
  border-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-r-2{
  border-right-width: 2px;
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-yellow-400{
  --tw-border-opacity: 1;
  border-color: rgb(254 243 53 / var(--tw-border-opacity));
}
.border-gray-900{
  --tw-border-opacity: 1;
  border-color: rgb(24 24 26 / var(--tw-border-opacity));
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-opacity-20{
  --tw-border-opacity: 0.2;
}
.border-opacity-50{
  --tw-border-opacity: 0.5;
}
.bg-blue-400{
  --tw-bg-opacity: 1;
  background-color: rgb(0 55 198 / var(--tw-bg-opacity));
}
.bg-blue-200{
  --tw-bg-opacity: 1;
  background-color: rgb(70 242 242 / var(--tw-bg-opacity));
}
.bg-green-600{
  --tw-bg-opacity: 1;
  background-color: rgb(0 119 76 / var(--tw-bg-opacity));
}
.bg-purple-400{
  --tw-bg-opacity: 1;
  background-color: rgb(149 66 255 / var(--tw-bg-opacity));
}
.bg-yellow-400{
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 53 / var(--tw-bg-opacity));
}
.bg-red-400{
  --tw-bg-opacity: 1;
  background-color: rgb(235 0 70 / var(--tw-bg-opacity));
}
.bg-orange-400{
  --tw-bg-opacity: 1;
  background-color: rgb(255 70 23 / var(--tw-bg-opacity));
}
.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 26 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 19 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-opacity-10{
  --tw-bg-opacity: 0.1;
}
.bg-opacity-30{
  --tw-bg-opacity: 0.3;
}
.bg-opacity-60{
  --tw-bg-opacity: 0.6;
}
.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-black{
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 0 0 / 0));
}
.fill-blue-400{
  fill: #0037C6;
}
.fill-blue-200{
  fill: #46F2F2;
}
.fill-green-600{
  fill: #00774C;
}
.fill-purple-400{
  fill: #9542FF;
}
.fill-yellow-400{
  fill: #FEF335;
}
.fill-red-400{
  fill: #EB0046;
}
.fill-orange-400{
  fill: #FF4617;
}
.fill-gray-900{
  fill: #18181A;
}
.object-cover{
  object-fit: cover;
}
.p-8{
  padding: 2rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.pt-32{
  padding-top: 8rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-14{
  padding-bottom: 3.5rem;
}
.pt-7{
  padding-top: 1.75rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pr-8{
  padding-right: 2rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pt-20{
  padding-top: 5rem;
}
.pb-0{
  padding-bottom: 0px;
}
.pr-3{
  padding-right: 0.75rem;
}
.text-center{
  text-align: center;
}
.font-title{
  font-family: Faktum, sans-serif;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-h4{
  font-size: 2.65vw;
  line-height: 1.15;
}
.font-light{
  font-weight: 300;
}
.font-semibold{
  font-weight: 600;
}
.font-medium{
  font-weight: 500;
}
.uppercase{
  text-transform: uppercase;
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-blue-400{
  --tw-text-opacity: 1;
  color: rgb(0 55 198 / var(--tw-text-opacity));
}
.text-blue-200{
  --tw-text-opacity: 1;
  color: rgb(70 242 242 / var(--tw-text-opacity));
}
.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(0 119 76 / var(--tw-text-opacity));
}
.text-purple-400{
  --tw-text-opacity: 1;
  color: rgb(149 66 255 / var(--tw-text-opacity));
}
.text-yellow-400{
  --tw-text-opacity: 1;
  color: rgb(254 243 53 / var(--tw-text-opacity));
}
.text-red-400{
  --tw-text-opacity: 1;
  color: rgb(235 0 70 / var(--tw-text-opacity));
}
.text-orange-400{
  --tw-text-opacity: 1;
  color: rgb(255 70 23 / var(--tw-text-opacity));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(24 24 26 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.opacity-0{
  opacity: 0;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-100{
  opacity: 1;
}
.outline{
  outline-style: solid;
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.duration-700{
  transition-duration: 700ms;
}
.duration-1000{
  transition-duration: 1000ms;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.hidden{
  display: none;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.hidden{
  display: none;
}
/* Globals
\*============================================================================*/
/*! tailwindcss v3.0.24 | MIT License | https://tailwindcss.com*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: Inter, sans-serif; /* 4 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/*
Ensure the default browser behavior of the `hidden` attribute.
*/
[hidden] {
  display: none;
}
@font-face{
  font-family: Faktum;
  font-weight: 500;
  font-style: normal;
  font-display: auto;
  src: url(/wp-content/themes/nc/dist/fonts/Faktum-Medium.woff2) format("woff2"), url(/wp-content/themes/nc/dist/fonts/Faktum-Medium.woff) format("woff");
}
@font-face{
  font-family: Faktum;
  font-weight: 600;
  font-style: normal;
  font-display: auto;
  src: url(/wp-content/themes/nc/dist/fonts/Faktum-SemiBold.woff2) format("woff2"), url(/wp-content/themes/nc/dist/fonts/Faktum-SemiBold.woff) format("woff");
}
@font-face{
  font-family: Faktum;
  font-weight: 700;
  font-style: normal;
  font-display: auto;
  src: url(/wp-content/themes/nc/dist/fonts/Faktum-Bold.woff2) format("woff2"), url(/wp-content/themes/nc/dist/fonts/Faktum-Bold.woff) format("woff");
}
html{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face{
  font-family: Faktum;
  font-weight: 500;
  font-style: normal;
  font-display: auto;
  src: url(/wp-content/themes/nc/dist/fonts/Faktum-Medium.woff2) format("woff2"), url(/wp-content/themes/nc/dist/fonts/Faktum-Medium.woff) format("woff");
}
@font-face{
  font-family: Faktum;
  font-weight: 600;
  font-style: normal;
  font-display: auto;
  src: url(/wp-content/themes/nc/dist/fonts/Faktum-SemiBold.woff2) format("woff2"), url(/wp-content/themes/nc/dist/fonts/Faktum-SemiBold.woff) format("woff");
}
@font-face{
  font-family: Faktum;
  font-weight: 700;
  font-style: normal;
  font-display: auto;
  src: url(/wp-content/themes/nc/dist/fonts/Faktum-Bold.woff2) format("woff2"), url(/wp-content/themes/nc/dist/fonts/Faktum-Bold.woff) format("woff");
}
html{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*, ::before, ::after{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
/* stylelint-disable selector-max-compound-selectors */
/*==========================================================================*\
  Global
\*==========================================================================*/
/* Base
\*==========================================================================*/
*,
*::before,
*::after {
  position: relative;
}

*:focus-visible, *:focus {
  outline: none !important;
  box-shadow: none !important;
}

html {
  overflow-x: hidden;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body {
  overflow-x: hidden;
  font-family: Inter, sans-serif;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

h1, h2, h3, h4, h5{
  font-family: Faktum, sans-serif;
  font-weight: 600;
}
h1:not(:last-child), h2:not(:last-child), h3:not(:last-child), h4:not(:last-child), h5:not(:last-child){
  margin-bottom: 2.5rem;
}

h1{
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.1;
}
h1 img {
  max-height: 1.1em;
}
@media (min-width: 1024px) {
  h1{
    font-size: 6.25vw;
    line-height: 1.1;
  }
}

h2{
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.5rem;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  h2{
    font-size: 4.7vw;
    line-height: 1.15;
  }
}

h3{
  font-size: 1.875rem;
  line-height: 2.25rem;
  line-height: 1.25;
}
h3 img {
  max-height: 1.25em;
  width: auto;
}
@media (min-width: 1024px) {
  h3{
    font-size: 3.65vw;
    line-height: 1.15;
  }
  h3 img {
    max-height: 1.3em;
  }
}

h4{
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  h4{
    font-size: 2.65vw;
    line-height: 1.15;
  }
}

h5{
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  h5{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
h5:not(:last-child){
  margin-bottom: 1.5rem;
}

h6{
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.5rem;
}
h6:not(:last-child){
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  h6:not(:last-child){
    margin-bottom: 2rem;
  }
}

p:not(:last-child){
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  p:not(:last-child){
    margin-bottom: 2rem;
  }
}

strong,
b {
  font-weight: 700;
}

em {
  font-style: italic;
}

a {
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

img {
  height: auto;
}

/* Selection
\*==========================================================================*/
::-moz-selection {
  text-shadow: none;
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 19 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

::selection {
  text-shadow: none;
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 19 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/*==========================================================================*\
  WordPress Admin Bar
\*==========================================================================*/
/* Base
\*==========================================================================*/
html[lang] {
  margin-top: 0 !important;
}

@media (min-width: 783px) {
  .admin-bar {
    margin-bottom: 32px;
  }
}

#wpadminbar {
  position: fixed;
  top: auto;
  bottom: 0;
  display: none;
}
@media (min-width: 1280px) {
  #wpadminbar {
    display: block;
  }
}

.main-header .menu{
  font-family: Faktum, sans-serif;
  font-weight: 700;
  position: fixed;
  font-size: 1.875rem;
  line-height: 2.25rem;
  top: 0px;
  width: 100%;
  left: 0px;
  padding-top: 8rem;
  visibility: hidden;
  opacity: 0;
  height: 100%;
  overflow-y: auto;
  transition: all 0s linear 0.6s;
}
.main-header .menu::before {
  content: "";
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  visibility: hidden;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 200ms;
  transition-duration: 300ms;
}
.js-reveal.main-header .menu::before {
  transition-delay: 0.2s;
}
@media (min-width: 1024px) {
  .main-header .menu::before{
    display: none;
  }
  .main-header .menu {
    transition: none;
    overflow: initial;
    visibility: visible;
    opacity: 1;
    width: auto;
    height: auto;
    padding-top: 0px;
    font-weight: 600;
    display: flex;
  }
.wysiwyg.js-reveal > *:not(.main-header .menu):not(ul), .wysiwyg.js-reveal > .main-header .menu > div:not(.overlay), .mce-content-body.js-reveal > *:not(.main-header .menu):not(ul), .mce-content-body.js-reveal > .main-header .menu > div:not(.overlay){
    opacity: 0;
    --tw-translate-y: 2.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  }
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay){
    opacity: 1;
    transform: none;
  }
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(1), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(1), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(1), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(1) {
  transition-delay: 0s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(2), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(2), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(2), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(2) {
  transition-delay: 0.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(3), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(3), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(3), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(3) {
  transition-delay: 0.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(4), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(4), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(4), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(4) {
  transition-delay: 0.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(5), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(5), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(5), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(5) {
  transition-delay: 0.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(6), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(6), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(6), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(6) {
  transition-delay: 0.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(7), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(7), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(7), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(7) {
  transition-delay: 0.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(8), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(8), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(8), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(8) {
  transition-delay: 0.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(9), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(9), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(9), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(9) {
  transition-delay: 0.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(10), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(10), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(10), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(10) {
  transition-delay: 0.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(11), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(11), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(11), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(11) {
  transition-delay: 1s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(12), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(12), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(12), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(12) {
  transition-delay: 1.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(13), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(13), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(13), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(13) {
  transition-delay: 1.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(14), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(14), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(14), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(14) {
  transition-delay: 1.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(15), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(15), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(15), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(15) {
  transition-delay: 1.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(16), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(16), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(16), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(16) {
  transition-delay: 1.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(17), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(17), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(17), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(17) {
  transition-delay: 1.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(18), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(18), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(18), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(18) {
  transition-delay: 1.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(19), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(19), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(19), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(19) {
  transition-delay: 1.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(20), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(20), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(20), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(20) {
  transition-delay: 1.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(21), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(21), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(21), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(21) {
  transition-delay: 2s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(22), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(22), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(22), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(22) {
  transition-delay: 2.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(23), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(23), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(23), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(23) {
  transition-delay: 2.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(24), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(24), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(24), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(24) {
  transition-delay: 2.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(25), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(25), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(25), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(25) {
  transition-delay: 2.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(26), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(26), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(26), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(26) {
  transition-delay: 2.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(27), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(27), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(27), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(27) {
  transition-delay: 2.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(28), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(28), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(28), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(28) {
  transition-delay: 2.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(29), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(29), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(29), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(29) {
  transition-delay: 2.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(30), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(30), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(30), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(30) {
  transition-delay: 2.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(31), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(31), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(31), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(31) {
  transition-delay: 3s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(32), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(32), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(32), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(32) {
  transition-delay: 3.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(33), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(33), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(33), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(33) {
  transition-delay: 3.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(34), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(34), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(34), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(34) {
  transition-delay: 3.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(35), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(35), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(35), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(35) {
  transition-delay: 3.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(36), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(36), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(36), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(36) {
  transition-delay: 3.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(37), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(37), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(37), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(37) {
  transition-delay: 3.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(38), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(38), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(38), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(38) {
  transition-delay: 3.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(39), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(39), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(39), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(39) {
  transition-delay: 3.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(40), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(40), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(40), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(40) {
  transition-delay: 3.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(41), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(41), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(41), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(41) {
  transition-delay: 4s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(42), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(42), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(42), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(42) {
  transition-delay: 4.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(43), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(43), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(43), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(43) {
  transition-delay: 4.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(44), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(44), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(44), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(44) {
  transition-delay: 4.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(45), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(45), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(45), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(45) {
  transition-delay: 4.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(46), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(46), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(46), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(46) {
  transition-delay: 4.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(47), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(47), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(47), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(47) {
  transition-delay: 4.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(48), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(48), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(48), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(48) {
  transition-delay: 4.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(49), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(49), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(49), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(49) {
  transition-delay: 4.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(50), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(50), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(50), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(50) {
  transition-delay: 4.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(51), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(51), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(51), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(51) {
  transition-delay: 5s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(52), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(52), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(52), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(52) {
  transition-delay: 5.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(53), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(53), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(53), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(53) {
  transition-delay: 5.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(54), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(54), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(54), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(54) {
  transition-delay: 5.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(55), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(55), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(55), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(55) {
  transition-delay: 5.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(56), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(56), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(56), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(56) {
  transition-delay: 5.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(57), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(57), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(57), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(57) {
  transition-delay: 5.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(58), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(58), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(58), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(58) {
  transition-delay: 5.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(59), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(59), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(59), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(59) {
  transition-delay: 5.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(60), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(60), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(60), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(60) {
  transition-delay: 5.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(61), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(61), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(61), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(61) {
  transition-delay: 6s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(62), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(62), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(62), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(62) {
  transition-delay: 6.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(63), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(63), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(63), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(63) {
  transition-delay: 6.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(64), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(64), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(64), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(64) {
  transition-delay: 6.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(65), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(65), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(65), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(65) {
  transition-delay: 6.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(66), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(66), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(66), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(66) {
  transition-delay: 6.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(67), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(67), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(67), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(67) {
  transition-delay: 6.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(68), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(68), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(68), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(68) {
  transition-delay: 6.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(69), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(69), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(69), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(69) {
  transition-delay: 6.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(70), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(70), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(70), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(70) {
  transition-delay: 6.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(71), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(71), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(71), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(71) {
  transition-delay: 7s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(72), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(72), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(72), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(72) {
  transition-delay: 7.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(73), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(73), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(73), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(73) {
  transition-delay: 7.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(74), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(74), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(74), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(74) {
  transition-delay: 7.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(75), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(75), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(75), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(75) {
  transition-delay: 7.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(76), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(76), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(76), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(76) {
  transition-delay: 7.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(77), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(77), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(77), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(77) {
  transition-delay: 7.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(78), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(78), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(78), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(78) {
  transition-delay: 7.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(79), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(79), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(79), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(79) {
  transition-delay: 7.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(80), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(80), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(80), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(80) {
  transition-delay: 7.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(81), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(81), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(81), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(81) {
  transition-delay: 8s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(82), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(82), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(82), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(82) {
  transition-delay: 8.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(83), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(83), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(83), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(83) {
  transition-delay: 8.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(84), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(84), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(84), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(84) {
  transition-delay: 8.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(85), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(85), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(85), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(85) {
  transition-delay: 8.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(86), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(86), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(86), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(86) {
  transition-delay: 8.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(87), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(87), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(87), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(87) {
  transition-delay: 8.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(88), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(88), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(88), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(88) {
  transition-delay: 8.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(89), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(89), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(89), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(89) {
  transition-delay: 8.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(90), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(90), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(90), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(90) {
  transition-delay: 8.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(91), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(91), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(91), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(91) {
  transition-delay: 9s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(92), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(92), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(92), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(92) {
  transition-delay: 9.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(93), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(93), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(93), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(93) {
  transition-delay: 9.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(94), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(94), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(94), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(94) {
  transition-delay: 9.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(95), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(95), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(95), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(95) {
  transition-delay: 9.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(96), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(96), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(96), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(96) {
  transition-delay: 9.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(97), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(97), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(97), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(97) {
  transition-delay: 9.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(98), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(98), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(98), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(98) {
  transition-delay: 9.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(99), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(99), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(99), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(99) {
  transition-delay: 9.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(100), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(100), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(100), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(100) {
  transition-delay: 9.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(101), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(101), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(101), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(101) {
  transition-delay: 10s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(102), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(102), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(102), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(102) {
  transition-delay: 10.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(103), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(103), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(103), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(103) {
  transition-delay: 10.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(104), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(104), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(104), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(104) {
  transition-delay: 10.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(105), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(105), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(105), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(105) {
  transition-delay: 10.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(106), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(106), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(106), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(106) {
  transition-delay: 10.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(107), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(107), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(107), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(107) {
  transition-delay: 10.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(108), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(108), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(108), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(108) {
  transition-delay: 10.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(109), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(109), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(109), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(109) {
  transition-delay: 10.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(110), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(110), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(110), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(110) {
  transition-delay: 10.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(111), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(111), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(111), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(111) {
  transition-delay: 11s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(112), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(112), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(112), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(112) {
  transition-delay: 11.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(113), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(113), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(113), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(113) {
  transition-delay: 11.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(114), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(114), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(114), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(114) {
  transition-delay: 11.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(115), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(115), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(115), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(115) {
  transition-delay: 11.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(116), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(116), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(116), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(116) {
  transition-delay: 11.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(117), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(117), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(117), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(117) {
  transition-delay: 11.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(118), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(118), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(118), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(118) {
  transition-delay: 11.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(119), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(119), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(119), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(119) {
  transition-delay: 11.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(120), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(120), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(120), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(120) {
  transition-delay: 11.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(121), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(121), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(121), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(121) {
  transition-delay: 12s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(122), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(122), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(122), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(122) {
  transition-delay: 12.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(123), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(123), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(123), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(123) {
  transition-delay: 12.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(124), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(124), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(124), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(124) {
  transition-delay: 12.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(125), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(125), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(125), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(125) {
  transition-delay: 12.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(126), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(126), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(126), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(126) {
  transition-delay: 12.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(127), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(127), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(127), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(127) {
  transition-delay: 12.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(128), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(128), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(128), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(128) {
  transition-delay: 12.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(129), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(129), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(129), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(129) {
  transition-delay: 12.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(130), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(130), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(130), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(130) {
  transition-delay: 12.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(131), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(131), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(131), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(131) {
  transition-delay: 13s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(132), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(132), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(132), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(132) {
  transition-delay: 13.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(133), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(133), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(133), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(133) {
  transition-delay: 13.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(134), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(134), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(134), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(134) {
  transition-delay: 13.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(135), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(135), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(135), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(135) {
  transition-delay: 13.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(136), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(136), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(136), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(136) {
  transition-delay: 13.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(137), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(137), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(137), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(137) {
  transition-delay: 13.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(138), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(138), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(138), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(138) {
  transition-delay: 13.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(139), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(139), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(139), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(139) {
  transition-delay: 13.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(140), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(140), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(140), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(140) {
  transition-delay: 13.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(141), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(141), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(141), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(141) {
  transition-delay: 14s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(142), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(142), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(142), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(142) {
  transition-delay: 14.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(143), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(143), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(143), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(143) {
  transition-delay: 14.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(144), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(144), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(144), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(144) {
  transition-delay: 14.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(145), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(145), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(145), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(145) {
  transition-delay: 14.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(146), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(146), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(146), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(146) {
  transition-delay: 14.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(147), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(147), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(147), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(147) {
  transition-delay: 14.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(148), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(148), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(148), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(148) {
  transition-delay: 14.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(149), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(149), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(149), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(149) {
  transition-delay: 14.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(150), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(150), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(150), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(150) {
  transition-delay: 14.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(151), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(151), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(151), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(151) {
  transition-delay: 15s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(152), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(152), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(152), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(152) {
  transition-delay: 15.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(153), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(153), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(153), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(153) {
  transition-delay: 15.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(154), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(154), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(154), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(154) {
  transition-delay: 15.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(155), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(155), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(155), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(155) {
  transition-delay: 15.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(156), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(156), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(156), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(156) {
  transition-delay: 15.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(157), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(157), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(157), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(157) {
  transition-delay: 15.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(158), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(158), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(158), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(158) {
  transition-delay: 15.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(159), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(159), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(159), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(159) {
  transition-delay: 15.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(160), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(160), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(160), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(160) {
  transition-delay: 15.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(161), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(161), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(161), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(161) {
  transition-delay: 16s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(162), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(162), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(162), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(162) {
  transition-delay: 16.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(163), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(163), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(163), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(163) {
  transition-delay: 16.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(164), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(164), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(164), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(164) {
  transition-delay: 16.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(165), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(165), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(165), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(165) {
  transition-delay: 16.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(166), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(166), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(166), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(166) {
  transition-delay: 16.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(167), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(167), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(167), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(167) {
  transition-delay: 16.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(168), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(168), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(168), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(168) {
  transition-delay: 16.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(169), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(169), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(169), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(169) {
  transition-delay: 16.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(170), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(170), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(170), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(170) {
  transition-delay: 16.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(171), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(171), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(171), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(171) {
  transition-delay: 17s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(172), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(172), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(172), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(172) {
  transition-delay: 17.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(173), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(173), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(173), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(173) {
  transition-delay: 17.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(174), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(174), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(174), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(174) {
  transition-delay: 17.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(175), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(175), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(175), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(175) {
  transition-delay: 17.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(176), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(176), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(176), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(176) {
  transition-delay: 17.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(177), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(177), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(177), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(177) {
  transition-delay: 17.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(178), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(178), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(178), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(178) {
  transition-delay: 17.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(179), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(179), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(179), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(179) {
  transition-delay: 17.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(180), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(180), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(180), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(180) {
  transition-delay: 17.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(181), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(181), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(181), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(181) {
  transition-delay: 18s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(182), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(182), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(182), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(182) {
  transition-delay: 18.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(183), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(183), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(183), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(183) {
  transition-delay: 18.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(184), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(184), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(184), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(184) {
  transition-delay: 18.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(185), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(185), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(185), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(185) {
  transition-delay: 18.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(186), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(186), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(186), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(186) {
  transition-delay: 18.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(187), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(187), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(187), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(187) {
  transition-delay: 18.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(188), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(188), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(188), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(188) {
  transition-delay: 18.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(189), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(189), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(189), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(189) {
  transition-delay: 18.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(190), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(190), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(190), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(190) {
  transition-delay: 18.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(191), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(191), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(191), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(191) {
  transition-delay: 19s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(192), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(192), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(192), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(192) {
  transition-delay: 19.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(193), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(193), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(193), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(193) {
  transition-delay: 19.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(194), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(194), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(194), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(194) {
  transition-delay: 19.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(195), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(195), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(195), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(195) {
  transition-delay: 19.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(196), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(196), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(196), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(196) {
  transition-delay: 19.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(197), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(197), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(197), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(197) {
  transition-delay: 19.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(198), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(198), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(198), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(198) {
  transition-delay: 19.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(199), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(199), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(199), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(199) {
  transition-delay: 19.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(200), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(200), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(200), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(200) {
  transition-delay: 19.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(201), .wysiwyg.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(201), .mce-content-body.js-reveal.is-visible > *:not(.main-header .menu):not(ul):nth-child(201), .mce-content-body.js-reveal.is-visible > .main-header .menu > div:not(.overlay):nth-child(201) {
  transition-delay: 20s;
}
  .main-header .menu{
    align-items: center;
    font-size: 1rem;
    line-height: 1.5rem;
    position: relative;
  }
}
.open-menu .main-header .menu {
  transition-delay: 0s;
  visibility: visible;
  opacity: 1;
}
.open-menu .main-header .menu::before{
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}
.main-header .menu a:not(.btn){
  display: block;
}
@media (min-width: 1024px) {
  .main-header .menu a:not(.btn){
    display: block;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .main-header .menu a:not(.btn):not(.menu-item-has-children){
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }
  .main-header .menu a:not(.btn):not(.menu-item-has-children)::before {
    content: "";
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    height: 0.125rem;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    transform-origin: right;
    --tw-scale-x: 0;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .main-header .menu a:not(.btn):not(.menu-item-has-children):hover::before{
    --tw-scale-x: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform-origin: left;
  }
}
@media (min-width: 1280px) {}
.main-header .btn{
  width: 100%;
  text-align: center;
}
@media (min-width: 1024px) {
  .main-header .btn{
    width: auto;
  }
}
.main-header li{
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 2rem;
  visibility: hidden;
  opacity: 0;
  --tw-translate-y: 1.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.open-menu .main-header li{
  visibility: visible;
  opacity: 1;
  transform: none;
}
.open-menu .main-header li:nth-child(1) {
  transition-delay: 0.15s;
}
.open-menu .main-header li:nth-child(2) {
  transition-delay: 0.2s;
}
.open-menu .main-header li:nth-child(3) {
  transition-delay: 0.25s;
}
.open-menu .main-header li:nth-child(4) {
  transition-delay: 0.3s;
}
.open-menu .main-header li:nth-child(5) {
  transition-delay: 0.35s;
}
.open-menu .main-header li:nth-child(6) {
  transition-delay: 0.4s;
}
.open-menu .main-header li:nth-child(7) {
  transition-delay: 0.45s;
}
.open-menu .main-header li:nth-child(8) {
  transition-delay: 0.5s;
}
.open-menu .main-header li:nth-child(9) {
  transition-delay: 0.55s;
}
.open-menu .main-header li:nth-child(10) {
  transition-delay: 0.6s;
}
.open-menu .main-header li:nth-child(11) {
  transition-delay: 0.65s;
}
@media (min-width: 1024px) {
  .main-header li{
    visibility: visible;
    opacity: 1;
    transform: none;
    margin-bottom: 0px;
  }
}
.main-header li:hover .menu-item-has-children::after{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.main-header li:hover .sub-menu{
  display: block;
  opacity: 1;
  visibility: visible;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  pointer-events: auto;
}
.main-header li a.menu-item-has-children{
  pointer-events: none;
  padding-right: 1rem;
}
@media (min-width: 1024px) {
  .main-header li a.menu-item-has-children{
    pointer-events: auto;
  }
}
.main-header li a.menu-item-has-children::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  width: 10px;
  height: 6px;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEwIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01IDYuODEyMDFMMCAxLjgxMjAxTDEuMjI5IDAuNTgzMDA4TDUgNC4zNTQwMUw4Ljc3MSAwLjU4MzAwOEwxMCAxLjgxMjAxTDUgNi44MTIwMVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=) center center no-repeat;
  background-size: contain;
}
.main-header li .sub-menu{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 1rem;
  padding: 1.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  display: none;
}
@media (min-width: 1024px) {
  .main-header li .sub-menu{
    pointer-events: none;
    display: block;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    position: absolute;
    top: 100%;
    white-space: nowrap;
    left: 50%;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-translate-x: -50%;
    --tw-translate-y: 1rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 0;
    visibility: hidden;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
  }
}
.main-header li .sub-menu li{
  padding-left: 0px;
  padding-right: 0px;
  margin: 0px;
  text-align: left;
}
.main-header li .sub-menu li:not(:first-child){
  border-top-width: 1px;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-border-opacity: 0.1;
}
.main-header li .sub-menu a{
  display: inline-block;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 1024px) {
  .main-header li .sub-menu a{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
    line-height: 2;
    --tw-text-opacity: 1;
    color: rgb(24 24 26 / var(--tw-text-opacity));
  }
.main-header li .sub-menu a .wysiwyg a:not(.btn):not(.no-style):not([class*=mejs]):not(.page-numbers), .main-header li .sub-menu a .mce-content-body a:not(.btn):not(.no-style):not([class*=mejs]):not(.page-numbers) {
  background-image: linear-gradient(90deg, #18181A 0%, #18181A 100%);
}
  .main-header li .sub-menu a{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
  }
  .main-header li .sub-menu a:hover{
    --tw-text-opacity: 0.7;
  }
}

.toggle-menu{
  width: 1.75rem;
  height: 1.75rem;
}
.toggle-menu span{
  width: 100%;
  height: 0.125rem;
  position: absolute;
  top: 50%;
  left: 50%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  margin-top: -0.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.toggle-menu span:last-child{
  margin-top: 0.25rem;
}
.open-menu .toggle-menu span{
  margin-top: 0px;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.open-menu .toggle-menu span:last-child{
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 1024px) {
  .toggle-menu{
    display: none;
  }
}

.main-footer .menu{
  font-family: Faktum, sans-serif;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 768px) {
  .main-footer .menu{
    align-items: center;
    display: flex;
  }
.wysiwyg.js-reveal > *:not(.main-footer .menu):not(ul), .wysiwyg.js-reveal > .main-footer .menu > div:not(.overlay), .mce-content-body.js-reveal > *:not(.main-footer .menu):not(ul), .mce-content-body.js-reveal > .main-footer .menu > div:not(.overlay){
    opacity: 0;
    --tw-translate-y: 2.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  }
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay){
    opacity: 1;
    transform: none;
  }
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(1), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(1), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(1), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(1) {
  transition-delay: 0s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(2), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(2), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(2), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(2) {
  transition-delay: 0.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(3), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(3), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(3), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(3) {
  transition-delay: 0.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(4), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(4), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(4), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(4) {
  transition-delay: 0.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(5), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(5), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(5), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(5) {
  transition-delay: 0.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(6), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(6), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(6), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(6) {
  transition-delay: 0.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(7), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(7), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(7), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(7) {
  transition-delay: 0.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(8), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(8), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(8), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(8) {
  transition-delay: 0.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(9), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(9), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(9), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(9) {
  transition-delay: 0.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(10), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(10), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(10), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(10) {
  transition-delay: 0.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(11), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(11), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(11), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(11) {
  transition-delay: 1s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(12), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(12), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(12), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(12) {
  transition-delay: 1.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(13), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(13), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(13), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(13) {
  transition-delay: 1.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(14), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(14), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(14), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(14) {
  transition-delay: 1.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(15), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(15), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(15), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(15) {
  transition-delay: 1.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(16), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(16), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(16), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(16) {
  transition-delay: 1.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(17), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(17), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(17), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(17) {
  transition-delay: 1.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(18), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(18), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(18), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(18) {
  transition-delay: 1.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(19), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(19), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(19), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(19) {
  transition-delay: 1.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(20), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(20), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(20), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(20) {
  transition-delay: 1.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(21), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(21), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(21), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(21) {
  transition-delay: 2s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(22), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(22), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(22), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(22) {
  transition-delay: 2.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(23), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(23), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(23), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(23) {
  transition-delay: 2.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(24), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(24), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(24), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(24) {
  transition-delay: 2.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(25), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(25), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(25), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(25) {
  transition-delay: 2.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(26), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(26), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(26), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(26) {
  transition-delay: 2.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(27), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(27), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(27), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(27) {
  transition-delay: 2.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(28), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(28), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(28), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(28) {
  transition-delay: 2.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(29), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(29), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(29), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(29) {
  transition-delay: 2.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(30), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(30), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(30), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(30) {
  transition-delay: 2.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(31), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(31), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(31), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(31) {
  transition-delay: 3s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(32), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(32), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(32), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(32) {
  transition-delay: 3.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(33), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(33), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(33), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(33) {
  transition-delay: 3.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(34), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(34), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(34), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(34) {
  transition-delay: 3.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(35), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(35), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(35), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(35) {
  transition-delay: 3.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(36), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(36), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(36), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(36) {
  transition-delay: 3.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(37), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(37), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(37), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(37) {
  transition-delay: 3.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(38), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(38), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(38), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(38) {
  transition-delay: 3.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(39), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(39), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(39), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(39) {
  transition-delay: 3.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(40), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(40), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(40), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(40) {
  transition-delay: 3.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(41), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(41), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(41), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(41) {
  transition-delay: 4s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(42), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(42), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(42), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(42) {
  transition-delay: 4.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(43), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(43), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(43), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(43) {
  transition-delay: 4.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(44), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(44), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(44), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(44) {
  transition-delay: 4.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(45), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(45), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(45), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(45) {
  transition-delay: 4.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(46), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(46), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(46), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(46) {
  transition-delay: 4.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(47), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(47), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(47), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(47) {
  transition-delay: 4.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(48), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(48), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(48), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(48) {
  transition-delay: 4.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(49), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(49), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(49), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(49) {
  transition-delay: 4.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(50), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(50), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(50), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(50) {
  transition-delay: 4.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(51), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(51), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(51), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(51) {
  transition-delay: 5s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(52), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(52), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(52), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(52) {
  transition-delay: 5.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(53), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(53), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(53), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(53) {
  transition-delay: 5.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(54), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(54), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(54), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(54) {
  transition-delay: 5.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(55), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(55), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(55), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(55) {
  transition-delay: 5.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(56), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(56), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(56), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(56) {
  transition-delay: 5.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(57), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(57), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(57), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(57) {
  transition-delay: 5.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(58), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(58), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(58), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(58) {
  transition-delay: 5.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(59), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(59), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(59), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(59) {
  transition-delay: 5.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(60), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(60), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(60), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(60) {
  transition-delay: 5.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(61), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(61), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(61), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(61) {
  transition-delay: 6s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(62), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(62), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(62), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(62) {
  transition-delay: 6.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(63), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(63), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(63), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(63) {
  transition-delay: 6.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(64), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(64), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(64), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(64) {
  transition-delay: 6.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(65), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(65), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(65), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(65) {
  transition-delay: 6.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(66), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(66), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(66), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(66) {
  transition-delay: 6.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(67), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(67), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(67), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(67) {
  transition-delay: 6.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(68), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(68), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(68), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(68) {
  transition-delay: 6.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(69), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(69), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(69), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(69) {
  transition-delay: 6.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(70), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(70), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(70), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(70) {
  transition-delay: 6.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(71), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(71), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(71), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(71) {
  transition-delay: 7s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(72), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(72), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(72), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(72) {
  transition-delay: 7.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(73), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(73), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(73), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(73) {
  transition-delay: 7.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(74), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(74), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(74), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(74) {
  transition-delay: 7.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(75), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(75), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(75), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(75) {
  transition-delay: 7.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(76), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(76), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(76), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(76) {
  transition-delay: 7.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(77), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(77), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(77), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(77) {
  transition-delay: 7.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(78), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(78), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(78), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(78) {
  transition-delay: 7.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(79), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(79), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(79), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(79) {
  transition-delay: 7.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(80), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(80), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(80), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(80) {
  transition-delay: 7.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(81), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(81), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(81), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(81) {
  transition-delay: 8s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(82), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(82), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(82), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(82) {
  transition-delay: 8.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(83), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(83), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(83), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(83) {
  transition-delay: 8.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(84), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(84), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(84), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(84) {
  transition-delay: 8.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(85), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(85), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(85), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(85) {
  transition-delay: 8.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(86), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(86), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(86), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(86) {
  transition-delay: 8.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(87), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(87), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(87), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(87) {
  transition-delay: 8.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(88), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(88), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(88), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(88) {
  transition-delay: 8.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(89), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(89), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(89), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(89) {
  transition-delay: 8.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(90), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(90), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(90), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(90) {
  transition-delay: 8.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(91), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(91), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(91), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(91) {
  transition-delay: 9s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(92), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(92), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(92), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(92) {
  transition-delay: 9.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(93), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(93), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(93), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(93) {
  transition-delay: 9.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(94), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(94), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(94), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(94) {
  transition-delay: 9.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(95), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(95), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(95), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(95) {
  transition-delay: 9.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(96), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(96), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(96), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(96) {
  transition-delay: 9.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(97), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(97), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(97), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(97) {
  transition-delay: 9.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(98), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(98), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(98), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(98) {
  transition-delay: 9.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(99), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(99), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(99), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(99) {
  transition-delay: 9.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(100), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(100), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(100), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(100) {
  transition-delay: 9.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(101), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(101), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(101), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(101) {
  transition-delay: 10s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(102), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(102), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(102), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(102) {
  transition-delay: 10.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(103), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(103), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(103), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(103) {
  transition-delay: 10.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(104), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(104), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(104), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(104) {
  transition-delay: 10.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(105), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(105), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(105), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(105) {
  transition-delay: 10.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(106), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(106), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(106), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(106) {
  transition-delay: 10.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(107), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(107), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(107), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(107) {
  transition-delay: 10.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(108), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(108), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(108), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(108) {
  transition-delay: 10.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(109), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(109), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(109), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(109) {
  transition-delay: 10.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(110), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(110), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(110), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(110) {
  transition-delay: 10.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(111), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(111), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(111), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(111) {
  transition-delay: 11s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(112), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(112), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(112), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(112) {
  transition-delay: 11.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(113), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(113), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(113), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(113) {
  transition-delay: 11.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(114), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(114), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(114), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(114) {
  transition-delay: 11.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(115), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(115), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(115), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(115) {
  transition-delay: 11.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(116), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(116), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(116), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(116) {
  transition-delay: 11.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(117), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(117), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(117), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(117) {
  transition-delay: 11.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(118), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(118), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(118), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(118) {
  transition-delay: 11.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(119), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(119), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(119), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(119) {
  transition-delay: 11.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(120), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(120), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(120), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(120) {
  transition-delay: 11.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(121), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(121), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(121), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(121) {
  transition-delay: 12s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(122), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(122), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(122), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(122) {
  transition-delay: 12.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(123), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(123), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(123), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(123) {
  transition-delay: 12.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(124), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(124), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(124), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(124) {
  transition-delay: 12.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(125), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(125), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(125), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(125) {
  transition-delay: 12.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(126), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(126), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(126), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(126) {
  transition-delay: 12.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(127), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(127), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(127), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(127) {
  transition-delay: 12.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(128), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(128), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(128), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(128) {
  transition-delay: 12.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(129), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(129), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(129), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(129) {
  transition-delay: 12.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(130), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(130), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(130), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(130) {
  transition-delay: 12.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(131), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(131), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(131), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(131) {
  transition-delay: 13s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(132), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(132), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(132), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(132) {
  transition-delay: 13.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(133), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(133), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(133), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(133) {
  transition-delay: 13.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(134), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(134), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(134), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(134) {
  transition-delay: 13.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(135), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(135), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(135), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(135) {
  transition-delay: 13.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(136), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(136), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(136), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(136) {
  transition-delay: 13.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(137), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(137), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(137), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(137) {
  transition-delay: 13.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(138), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(138), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(138), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(138) {
  transition-delay: 13.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(139), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(139), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(139), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(139) {
  transition-delay: 13.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(140), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(140), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(140), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(140) {
  transition-delay: 13.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(141), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(141), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(141), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(141) {
  transition-delay: 14s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(142), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(142), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(142), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(142) {
  transition-delay: 14.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(143), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(143), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(143), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(143) {
  transition-delay: 14.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(144), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(144), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(144), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(144) {
  transition-delay: 14.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(145), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(145), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(145), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(145) {
  transition-delay: 14.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(146), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(146), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(146), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(146) {
  transition-delay: 14.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(147), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(147), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(147), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(147) {
  transition-delay: 14.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(148), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(148), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(148), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(148) {
  transition-delay: 14.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(149), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(149), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(149), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(149) {
  transition-delay: 14.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(150), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(150), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(150), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(150) {
  transition-delay: 14.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(151), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(151), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(151), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(151) {
  transition-delay: 15s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(152), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(152), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(152), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(152) {
  transition-delay: 15.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(153), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(153), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(153), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(153) {
  transition-delay: 15.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(154), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(154), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(154), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(154) {
  transition-delay: 15.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(155), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(155), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(155), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(155) {
  transition-delay: 15.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(156), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(156), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(156), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(156) {
  transition-delay: 15.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(157), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(157), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(157), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(157) {
  transition-delay: 15.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(158), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(158), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(158), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(158) {
  transition-delay: 15.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(159), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(159), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(159), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(159) {
  transition-delay: 15.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(160), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(160), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(160), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(160) {
  transition-delay: 15.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(161), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(161), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(161), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(161) {
  transition-delay: 16s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(162), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(162), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(162), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(162) {
  transition-delay: 16.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(163), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(163), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(163), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(163) {
  transition-delay: 16.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(164), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(164), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(164), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(164) {
  transition-delay: 16.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(165), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(165), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(165), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(165) {
  transition-delay: 16.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(166), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(166), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(166), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(166) {
  transition-delay: 16.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(167), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(167), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(167), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(167) {
  transition-delay: 16.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(168), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(168), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(168), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(168) {
  transition-delay: 16.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(169), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(169), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(169), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(169) {
  transition-delay: 16.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(170), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(170), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(170), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(170) {
  transition-delay: 16.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(171), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(171), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(171), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(171) {
  transition-delay: 17s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(172), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(172), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(172), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(172) {
  transition-delay: 17.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(173), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(173), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(173), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(173) {
  transition-delay: 17.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(174), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(174), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(174), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(174) {
  transition-delay: 17.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(175), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(175), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(175), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(175) {
  transition-delay: 17.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(176), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(176), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(176), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(176) {
  transition-delay: 17.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(177), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(177), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(177), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(177) {
  transition-delay: 17.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(178), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(178), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(178), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(178) {
  transition-delay: 17.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(179), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(179), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(179), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(179) {
  transition-delay: 17.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(180), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(180), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(180), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(180) {
  transition-delay: 17.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(181), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(181), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(181), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(181) {
  transition-delay: 18s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(182), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(182), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(182), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(182) {
  transition-delay: 18.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(183), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(183), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(183), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(183) {
  transition-delay: 18.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(184), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(184), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(184), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(184) {
  transition-delay: 18.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(185), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(185), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(185), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(185) {
  transition-delay: 18.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(186), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(186), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(186), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(186) {
  transition-delay: 18.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(187), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(187), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(187), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(187) {
  transition-delay: 18.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(188), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(188), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(188), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(188) {
  transition-delay: 18.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(189), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(189), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(189), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(189) {
  transition-delay: 18.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(190), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(190), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(190), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(190) {
  transition-delay: 18.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(191), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(191), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(191), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(191) {
  transition-delay: 19s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(192), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(192), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(192), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(192) {
  transition-delay: 19.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(193), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(193), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(193), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(193) {
  transition-delay: 19.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(194), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(194), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(194), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(194) {
  transition-delay: 19.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(195), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(195), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(195), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(195) {
  transition-delay: 19.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(196), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(196), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(196), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(196) {
  transition-delay: 19.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(197), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(197), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(197), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(197) {
  transition-delay: 19.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(198), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(198), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(198), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(198) {
  transition-delay: 19.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(199), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(199), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(199), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(199) {
  transition-delay: 19.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(200), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(200), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(200), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(200) {
  transition-delay: 19.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(201), .wysiwyg.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(201), .mce-content-body.js-reveal.is-visible > *:not(.main-footer .menu):not(ul):nth-child(201), .mce-content-body.js-reveal.is-visible > .main-footer .menu > div:not(.overlay):nth-child(201) {
  transition-delay: 20s;
}
}
.main-footer .menu li{
  display: block;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .main-footer .menu li{
    margin-bottom: 0px;
  }
  .main-footer .menu li:not(:last-child){
    margin-right: 2.5rem;
  }
}
.main-footer .menu li a{
  display: block;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.main-footer .menu li a::before {
  content: "";
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  height: 0.125rem;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  transform-origin: right;
  --tw-scale-x: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.main-footer .menu li a:hover::before{
  --tw-scale-x: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform-origin: left;
}

/* Elements
\*============================================================================*/
.icon {
  display: inline-block;
  vertical-align: middle;
}
.icon svg {
  display: block;
}
.icon[class*=w-full] svg{
  width: 100%;
  height: auto;
}
.icon[class*=h-full] svg{
  height: 100%;
  width: auto;
}
.icon[class*="hover:fill-purple-400"] svg *{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.icon[class*="hover:fill-purple-400"]:hover svg *{
  fill: #9542FF;
}
.icon[class*=fill-blue-200] svg *{
  fill: #46F2F2;
}
.icon[class*=fill-blue-400] svg *{
  fill: #0037C6;
}
.icon[class*=fill-red-400] svg *{
  fill: #EB0046;
}
.icon[class*=fill-purple-400] svg *{
  fill: #9542FF;
}
.icon[class*=fill-orange-400] svg *{
  fill: #FF4617;
}
.icon[class*=fill-yellow-400] svg *{
  fill: #FEF335;
}
.icon[class*="hover:fill-blue-200"] svg *{
  fill: #fff;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.icon[class*="hover:fill-blue-200"]:hover svg *{
  fill: #46F2F2;
}
.js-reveal .icon.icon--footer .shape-1, .js-reveal .icon.icon--footer .shape-2{
  --tw-translate-y: 2.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.3s;
}
.js-reveal .icon.icon--footer .shape-1{
  --tw-translate-y: 0px;
  --tw-translate-x: 2.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.is-visible .icon.icon--footer .shape-1, .is-visible .icon.icon--footer .shape-2{
  opacity: 1;
  transform: none;
}
.is-visible .icon.icon--footer .shape-1 {
  transition-delay: 0.15s;
}

.btn{
  display: inline-block;
  cursor: pointer;
  font-family: Faktum, sans-serif;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-radius: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-weight: 600;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  vertical-align: top;
}
[class*=bg-white] .btn{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
[class*=bg-white] [class*=text-white] .btn{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.btn:not(:last-child){
  margin-right: 1rem;
}
.btn[class*=bg-yellow-400]{
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 53 / var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(254 243 53 / var(--tw-border-opacity));
}
.btn.btn--secondary{
  background-color: transparent;
  --tw-border-opacity: 0.3;
  color: currentColor;
}
.btn.btn--secondary.-black, [class*=bg-white] .btn.btn--secondary{
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-border-opacity: 0.3;
}
[class*=bg-white] [class*=text-white] .btn.btn--secondary{
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-border-opacity: 0.3;
}
.btn:hover{
  --tw-bg-opacity: 0.6 !important;
  --tw-border-opacity: 0.5 !important;
}

.switch a{
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-text-opacity: 0.3;
}
.switch a.active{
  --tw-text-opacity: 1;
}

/* Components
\*============================================================================*/
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 480px){
  .container{
    max-width: 480px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1440px){
  .container{
    max-width: 1440px;
  }
}
@media (min-width: 1640px){
  .container{
    max-width: 1640px;
  }
}
@media (min-width: 2040px){
  .container{
    max-width: 2040px;
  }
}
[data-breakpoint]::after, [data-breakpoint]::before{
  display: none;
}
[data-breakpoint]::after{
  content: 'xs,s,m,l,xl,xxl,xxxl';
}
[data-breakpoint]::before{
  content: 'xxs';
}
@media (min-width: 480px){
  [data-breakpoint]::before{
    content: 'xs';
  }
}
@media (min-width: 768px){
  [data-breakpoint]::before{
    content: 's';
  }
}
@media (min-width: 1024px){
  [data-breakpoint]::before{
    content: 'm';
  }
}
@media (min-width: 1280px){
  [data-breakpoint]::before{
    content: 'l';
  }
}
@media (min-width: 1440px){
  [data-breakpoint]::before{
    content: 'xl';
  }
}
@media (min-width: 1640px){
  [data-breakpoint]::before{
    content: 'xxl';
  }
}
@media (min-width: 2040px){
  [data-breakpoint]::before{
    content: 'xxxl';
  }
}
.grid{
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.grid-row{
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
[class*="grid-col-"]{
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
@media (min-width: 480px){
  .grid{
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .grid-row{
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*="grid-col-"]{
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
@media (min-width: 768px){
  .grid{
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .grid-row{
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*="grid-col-"]{
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1024px){
  .grid{
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .grid-row{
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*="grid-col-"]{
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1280px){
  .grid{
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .grid-row{
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*="grid-col-"]{
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1440px){
  .grid{
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .grid-row{
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*="grid-col-"]{
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1640px){
  .grid{
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .grid-row{
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*="grid-col-"]{
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.grid{
  min-height: 1px;
  margin-right: auto;
  margin-left: auto;
}

              .grid-no-gutter,
              .grid-nested,
              .grid-no-gutter > .grid-row > [class*="grid-col-"]
            {
  padding-right: 0;
  padding-left: 0;
}
.grid-no-gutter > .grid-row{
  margin-right: 0;
  margin-left: 0;
}
.grid-row{
  position: relative;
}
.grid-row:after{
  content: '';
  display: block;
  clear: both;
}
.grid-col-0{
  display: none;
}
.grid-col-6{
  float: left;
  display: block;
  width: 50%;
}
.grid-col-12{
  float: left;
  display: block;
  width: 100%;
}
[data-breakpoint]::after, [data-breakpoint]::before{
  display: none;
}
[data-breakpoint]::after{
  content: 'xs,s,m,l,xl,xxl,xxxl';
}
[data-breakpoint]::before{
  content: 'xxs';
}
@media (min-width: 480px){
  [data-breakpoint]::before{
    content: 'xs';
  }
}
@media (min-width: 768px){
  [data-breakpoint]::before{
    content: 's';
  }
}
@media (min-width: 1024px){
  [data-breakpoint]::before{
    content: 'm';
  }
}
@media (min-width: 1280px){
  [data-breakpoint]::before{
    content: 'l';
  }
}
@media (min-width: 1440px){
  [data-breakpoint]::before{
    content: 'xl';
  }
}
@media (min-width: 1640px){
  [data-breakpoint]::before{
    content: 'xxl';
  }
}
@media (min-width: 2040px){
  [data-breakpoint]::before{
    content: 'xxxl';
  }
}
.grid{
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.grid-row{
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
[class*="grid-col-"]{
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
@media (min-width: 480px){
  .grid{
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .grid-row{
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
  [class*="grid-col-"]{
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
@media (min-width: 768px){
  .grid{
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .grid-row{
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*="grid-col-"]{
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1024px){
  .grid{
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .grid-row{
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*="grid-col-"]{
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1280px){
  .grid{
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .grid-row{
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*="grid-col-"]{
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1440px){
  .grid{
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .grid-row{
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*="grid-col-"]{
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1640px){
  .grid{
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .grid-row{
    margin-right: -1rem;
    margin-left: -1rem;
  }
  [class*="grid-col-"]{
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.grid{
  min-height: 1px;
  margin-right: auto;
  margin-left: auto;
}

              .grid-no-gutter,
              .grid-nested,
              .grid-no-gutter > .grid-row > [class*="grid-col-"]
            {
  padding-right: 0;
  padding-left: 0;
}
.grid-no-gutter > .grid-row{
  margin-right: 0;
  margin-left: 0;
}
.grid-row{
  position: relative;
}
.grid-row:after{
  content: '';
  display: block;
  clear: both;
}
.grid-col-0{
  display: none;
}
.grid-col-6{
  float: left;
  display: block;
  width: 50%;
}
.grid-col-12{
  float: left;
  display: block;
  width: 100%;
}
.container{
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 1024px){
  .container{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1280px){
  .container{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1640px){
  .container{
    padding-left: 3.75rem;
    padding-right: 3.75rem;
    max-width: 1920px;
  }
}
@media (min-width: 1024px) {
  .wysiwyg.mce-content-body h2[style*="text-align: center;"],
.wysiwyg.mce-content-body h3[style*="text-align: center;"],
.wysiwyg.mce-content-body h4[style*="text-align: center;"],
.mce-content-body.mce-content-body h2[style*="text-align: center;"],
.mce-content-body.mce-content-body h3[style*="text-align: center;"],
.mce-content-body.mce-content-body h4[style*="text-align: center;"] {
    width: 100%;
    margin-left: 0;
    margin-bottom: 3.5rem;
  }
  .wysiwyg.mce-content-body .wp-caption.aligncenter,
.mce-content-body.mce-content-body .wp-caption.aligncenter {
    width: 100% !important;
    margin-left: 0%;
  }
}
.wysiwyg.mce-content-body .wp-caption.aligncenter img, .mce-content-body.mce-content-body .wp-caption.aligncenter img{
  width: 100%;
}
.wysiwyg.js-reveal > *:not(.flex):not(ul), .wysiwyg.js-reveal > ul > li, .wysiwyg.js-reveal > .flex > div:not(.overlay), .mce-content-body.js-reveal > *:not(.flex):not(ul), .mce-content-body.js-reveal > ul > li, .mce-content-body.js-reveal > .flex > div:not(.overlay){
  opacity: 0;
  --tw-translate-y: 2.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul), .wysiwyg.js-reveal.is-visible > ul > li, .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay), .mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul), .mce-content-body.js-reveal.is-visible > ul > li, .mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay){
  opacity: 1;
  transform: none;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(1), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(1), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(1),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(1),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(1),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(1) {
  transition-delay: 0s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(2), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(2), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(2),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(2),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(2),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(2) {
  transition-delay: 0.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(3), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(3), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(3),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(3),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(3),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(3) {
  transition-delay: 0.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(4), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(4), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(4),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(4),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(4),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(4) {
  transition-delay: 0.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(5), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(5), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(5),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(5),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(5),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(5) {
  transition-delay: 0.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(6), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(6), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(6),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(6),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(6),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(6) {
  transition-delay: 0.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(7), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(7), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(7),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(7),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(7),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(7) {
  transition-delay: 0.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(8), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(8), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(8),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(8),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(8),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(8) {
  transition-delay: 0.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(9), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(9), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(9),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(9),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(9),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(9) {
  transition-delay: 0.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(10), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(10), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(10),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(10),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(10),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(10) {
  transition-delay: 0.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(11), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(11), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(11),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(11),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(11),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(11) {
  transition-delay: 1s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(12), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(12), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(12),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(12),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(12),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(12) {
  transition-delay: 1.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(13), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(13), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(13),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(13),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(13),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(13) {
  transition-delay: 1.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(14), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(14), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(14),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(14),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(14),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(14) {
  transition-delay: 1.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(15), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(15), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(15),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(15),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(15),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(15) {
  transition-delay: 1.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(16), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(16), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(16),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(16),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(16),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(16) {
  transition-delay: 1.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(17), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(17), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(17),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(17),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(17),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(17) {
  transition-delay: 1.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(18), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(18), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(18),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(18),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(18),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(18) {
  transition-delay: 1.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(19), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(19), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(19),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(19),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(19),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(19) {
  transition-delay: 1.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(20), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(20), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(20),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(20),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(20),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(20) {
  transition-delay: 1.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(21), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(21), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(21),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(21),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(21),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(21) {
  transition-delay: 2s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(22), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(22), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(22),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(22),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(22),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(22) {
  transition-delay: 2.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(23), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(23), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(23),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(23),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(23),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(23) {
  transition-delay: 2.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(24), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(24), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(24),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(24),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(24),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(24) {
  transition-delay: 2.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(25), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(25), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(25),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(25),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(25),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(25) {
  transition-delay: 2.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(26), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(26), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(26),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(26),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(26),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(26) {
  transition-delay: 2.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(27), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(27), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(27),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(27),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(27),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(27) {
  transition-delay: 2.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(28), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(28), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(28),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(28),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(28),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(28) {
  transition-delay: 2.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(29), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(29), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(29),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(29),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(29),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(29) {
  transition-delay: 2.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(30), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(30), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(30),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(30),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(30),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(30) {
  transition-delay: 2.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(31), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(31), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(31),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(31),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(31),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(31) {
  transition-delay: 3s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(32), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(32), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(32),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(32),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(32),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(32) {
  transition-delay: 3.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(33), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(33), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(33),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(33),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(33),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(33) {
  transition-delay: 3.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(34), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(34), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(34),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(34),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(34),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(34) {
  transition-delay: 3.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(35), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(35), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(35),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(35),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(35),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(35) {
  transition-delay: 3.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(36), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(36), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(36),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(36),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(36),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(36) {
  transition-delay: 3.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(37), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(37), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(37),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(37),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(37),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(37) {
  transition-delay: 3.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(38), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(38), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(38),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(38),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(38),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(38) {
  transition-delay: 3.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(39), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(39), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(39),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(39),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(39),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(39) {
  transition-delay: 3.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(40), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(40), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(40),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(40),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(40),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(40) {
  transition-delay: 3.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(41), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(41), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(41),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(41),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(41),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(41) {
  transition-delay: 4s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(42), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(42), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(42),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(42),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(42),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(42) {
  transition-delay: 4.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(43), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(43), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(43),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(43),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(43),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(43) {
  transition-delay: 4.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(44), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(44), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(44),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(44),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(44),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(44) {
  transition-delay: 4.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(45), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(45), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(45),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(45),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(45),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(45) {
  transition-delay: 4.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(46), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(46), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(46),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(46),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(46),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(46) {
  transition-delay: 4.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(47), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(47), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(47),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(47),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(47),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(47) {
  transition-delay: 4.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(48), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(48), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(48),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(48),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(48),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(48) {
  transition-delay: 4.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(49), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(49), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(49),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(49),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(49),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(49) {
  transition-delay: 4.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(50), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(50), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(50),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(50),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(50),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(50) {
  transition-delay: 4.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(51), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(51), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(51),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(51),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(51),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(51) {
  transition-delay: 5s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(52), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(52), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(52),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(52),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(52),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(52) {
  transition-delay: 5.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(53), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(53), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(53),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(53),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(53),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(53) {
  transition-delay: 5.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(54), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(54), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(54),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(54),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(54),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(54) {
  transition-delay: 5.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(55), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(55), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(55),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(55),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(55),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(55) {
  transition-delay: 5.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(56), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(56), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(56),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(56),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(56),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(56) {
  transition-delay: 5.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(57), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(57), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(57),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(57),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(57),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(57) {
  transition-delay: 5.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(58), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(58), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(58),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(58),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(58),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(58) {
  transition-delay: 5.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(59), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(59), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(59),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(59),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(59),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(59) {
  transition-delay: 5.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(60), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(60), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(60),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(60),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(60),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(60) {
  transition-delay: 5.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(61), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(61), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(61),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(61),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(61),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(61) {
  transition-delay: 6s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(62), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(62), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(62),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(62),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(62),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(62) {
  transition-delay: 6.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(63), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(63), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(63),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(63),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(63),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(63) {
  transition-delay: 6.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(64), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(64), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(64),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(64),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(64),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(64) {
  transition-delay: 6.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(65), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(65), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(65),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(65),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(65),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(65) {
  transition-delay: 6.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(66), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(66), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(66),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(66),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(66),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(66) {
  transition-delay: 6.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(67), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(67), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(67),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(67),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(67),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(67) {
  transition-delay: 6.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(68), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(68), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(68),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(68),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(68),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(68) {
  transition-delay: 6.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(69), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(69), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(69),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(69),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(69),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(69) {
  transition-delay: 6.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(70), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(70), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(70),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(70),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(70),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(70) {
  transition-delay: 6.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(71), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(71), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(71),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(71),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(71),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(71) {
  transition-delay: 7s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(72), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(72), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(72),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(72),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(72),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(72) {
  transition-delay: 7.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(73), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(73), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(73),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(73),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(73),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(73) {
  transition-delay: 7.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(74), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(74), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(74),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(74),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(74),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(74) {
  transition-delay: 7.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(75), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(75), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(75),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(75),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(75),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(75) {
  transition-delay: 7.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(76), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(76), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(76),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(76),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(76),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(76) {
  transition-delay: 7.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(77), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(77), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(77),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(77),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(77),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(77) {
  transition-delay: 7.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(78), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(78), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(78),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(78),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(78),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(78) {
  transition-delay: 7.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(79), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(79), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(79),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(79),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(79),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(79) {
  transition-delay: 7.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(80), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(80), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(80),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(80),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(80),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(80) {
  transition-delay: 7.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(81), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(81), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(81),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(81),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(81),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(81) {
  transition-delay: 8s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(82), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(82), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(82),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(82),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(82),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(82) {
  transition-delay: 8.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(83), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(83), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(83),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(83),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(83),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(83) {
  transition-delay: 8.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(84), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(84), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(84),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(84),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(84),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(84) {
  transition-delay: 8.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(85), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(85), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(85),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(85),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(85),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(85) {
  transition-delay: 8.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(86), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(86), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(86),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(86),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(86),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(86) {
  transition-delay: 8.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(87), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(87), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(87),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(87),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(87),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(87) {
  transition-delay: 8.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(88), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(88), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(88),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(88),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(88),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(88) {
  transition-delay: 8.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(89), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(89), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(89),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(89),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(89),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(89) {
  transition-delay: 8.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(90), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(90), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(90),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(90),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(90),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(90) {
  transition-delay: 8.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(91), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(91), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(91),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(91),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(91),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(91) {
  transition-delay: 9s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(92), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(92), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(92),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(92),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(92),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(92) {
  transition-delay: 9.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(93), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(93), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(93),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(93),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(93),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(93) {
  transition-delay: 9.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(94), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(94), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(94),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(94),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(94),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(94) {
  transition-delay: 9.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(95), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(95), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(95),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(95),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(95),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(95) {
  transition-delay: 9.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(96), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(96), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(96),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(96),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(96),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(96) {
  transition-delay: 9.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(97), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(97), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(97),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(97),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(97),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(97) {
  transition-delay: 9.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(98), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(98), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(98),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(98),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(98),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(98) {
  transition-delay: 9.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(99), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(99), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(99),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(99),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(99),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(99) {
  transition-delay: 9.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(100), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(100), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(100),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(100),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(100),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(100) {
  transition-delay: 9.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(101), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(101), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(101),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(101),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(101),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(101) {
  transition-delay: 10s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(102), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(102), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(102),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(102),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(102),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(102) {
  transition-delay: 10.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(103), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(103), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(103),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(103),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(103),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(103) {
  transition-delay: 10.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(104), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(104), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(104),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(104),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(104),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(104) {
  transition-delay: 10.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(105), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(105), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(105),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(105),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(105),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(105) {
  transition-delay: 10.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(106), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(106), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(106),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(106),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(106),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(106) {
  transition-delay: 10.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(107), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(107), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(107),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(107),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(107),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(107) {
  transition-delay: 10.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(108), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(108), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(108),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(108),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(108),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(108) {
  transition-delay: 10.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(109), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(109), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(109),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(109),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(109),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(109) {
  transition-delay: 10.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(110), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(110), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(110),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(110),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(110),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(110) {
  transition-delay: 10.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(111), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(111), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(111),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(111),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(111),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(111) {
  transition-delay: 11s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(112), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(112), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(112),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(112),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(112),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(112) {
  transition-delay: 11.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(113), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(113), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(113),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(113),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(113),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(113) {
  transition-delay: 11.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(114), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(114), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(114),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(114),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(114),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(114) {
  transition-delay: 11.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(115), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(115), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(115),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(115),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(115),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(115) {
  transition-delay: 11.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(116), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(116), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(116),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(116),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(116),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(116) {
  transition-delay: 11.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(117), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(117), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(117),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(117),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(117),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(117) {
  transition-delay: 11.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(118), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(118), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(118),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(118),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(118),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(118) {
  transition-delay: 11.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(119), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(119), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(119),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(119),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(119),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(119) {
  transition-delay: 11.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(120), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(120), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(120),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(120),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(120),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(120) {
  transition-delay: 11.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(121), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(121), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(121),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(121),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(121),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(121) {
  transition-delay: 12s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(122), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(122), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(122),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(122),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(122),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(122) {
  transition-delay: 12.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(123), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(123), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(123),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(123),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(123),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(123) {
  transition-delay: 12.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(124), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(124), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(124),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(124),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(124),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(124) {
  transition-delay: 12.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(125), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(125), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(125),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(125),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(125),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(125) {
  transition-delay: 12.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(126), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(126), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(126),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(126),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(126),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(126) {
  transition-delay: 12.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(127), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(127), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(127),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(127),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(127),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(127) {
  transition-delay: 12.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(128), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(128), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(128),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(128),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(128),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(128) {
  transition-delay: 12.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(129), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(129), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(129),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(129),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(129),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(129) {
  transition-delay: 12.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(130), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(130), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(130),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(130),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(130),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(130) {
  transition-delay: 12.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(131), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(131), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(131),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(131),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(131),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(131) {
  transition-delay: 13s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(132), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(132), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(132),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(132),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(132),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(132) {
  transition-delay: 13.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(133), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(133), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(133),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(133),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(133),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(133) {
  transition-delay: 13.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(134), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(134), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(134),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(134),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(134),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(134) {
  transition-delay: 13.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(135), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(135), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(135),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(135),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(135),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(135) {
  transition-delay: 13.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(136), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(136), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(136),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(136),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(136),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(136) {
  transition-delay: 13.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(137), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(137), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(137),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(137),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(137),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(137) {
  transition-delay: 13.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(138), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(138), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(138),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(138),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(138),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(138) {
  transition-delay: 13.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(139), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(139), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(139),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(139),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(139),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(139) {
  transition-delay: 13.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(140), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(140), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(140),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(140),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(140),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(140) {
  transition-delay: 13.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(141), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(141), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(141),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(141),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(141),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(141) {
  transition-delay: 14s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(142), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(142), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(142),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(142),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(142),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(142) {
  transition-delay: 14.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(143), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(143), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(143),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(143),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(143),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(143) {
  transition-delay: 14.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(144), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(144), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(144),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(144),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(144),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(144) {
  transition-delay: 14.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(145), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(145), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(145),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(145),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(145),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(145) {
  transition-delay: 14.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(146), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(146), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(146),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(146),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(146),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(146) {
  transition-delay: 14.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(147), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(147), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(147),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(147),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(147),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(147) {
  transition-delay: 14.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(148), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(148), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(148),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(148),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(148),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(148) {
  transition-delay: 14.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(149), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(149), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(149),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(149),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(149),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(149) {
  transition-delay: 14.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(150), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(150), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(150),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(150),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(150),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(150) {
  transition-delay: 14.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(151), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(151), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(151),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(151),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(151),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(151) {
  transition-delay: 15s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(152), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(152), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(152),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(152),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(152),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(152) {
  transition-delay: 15.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(153), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(153), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(153),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(153),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(153),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(153) {
  transition-delay: 15.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(154), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(154), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(154),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(154),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(154),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(154) {
  transition-delay: 15.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(155), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(155), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(155),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(155),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(155),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(155) {
  transition-delay: 15.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(156), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(156), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(156),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(156),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(156),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(156) {
  transition-delay: 15.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(157), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(157), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(157),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(157),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(157),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(157) {
  transition-delay: 15.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(158), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(158), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(158),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(158),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(158),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(158) {
  transition-delay: 15.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(159), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(159), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(159),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(159),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(159),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(159) {
  transition-delay: 15.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(160), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(160), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(160),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(160),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(160),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(160) {
  transition-delay: 15.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(161), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(161), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(161),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(161),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(161),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(161) {
  transition-delay: 16s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(162), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(162), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(162),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(162),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(162),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(162) {
  transition-delay: 16.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(163), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(163), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(163),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(163),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(163),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(163) {
  transition-delay: 16.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(164), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(164), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(164),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(164),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(164),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(164) {
  transition-delay: 16.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(165), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(165), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(165),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(165),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(165),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(165) {
  transition-delay: 16.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(166), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(166), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(166),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(166),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(166),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(166) {
  transition-delay: 16.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(167), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(167), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(167),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(167),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(167),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(167) {
  transition-delay: 16.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(168), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(168), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(168),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(168),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(168),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(168) {
  transition-delay: 16.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(169), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(169), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(169),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(169),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(169),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(169) {
  transition-delay: 16.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(170), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(170), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(170),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(170),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(170),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(170) {
  transition-delay: 16.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(171), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(171), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(171),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(171),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(171),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(171) {
  transition-delay: 17s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(172), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(172), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(172),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(172),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(172),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(172) {
  transition-delay: 17.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(173), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(173), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(173),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(173),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(173),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(173) {
  transition-delay: 17.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(174), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(174), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(174),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(174),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(174),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(174) {
  transition-delay: 17.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(175), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(175), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(175),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(175),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(175),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(175) {
  transition-delay: 17.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(176), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(176), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(176),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(176),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(176),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(176) {
  transition-delay: 17.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(177), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(177), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(177),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(177),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(177),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(177) {
  transition-delay: 17.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(178), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(178), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(178),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(178),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(178),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(178) {
  transition-delay: 17.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(179), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(179), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(179),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(179),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(179),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(179) {
  transition-delay: 17.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(180), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(180), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(180),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(180),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(180),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(180) {
  transition-delay: 17.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(181), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(181), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(181),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(181),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(181),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(181) {
  transition-delay: 18s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(182), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(182), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(182),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(182),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(182),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(182) {
  transition-delay: 18.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(183), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(183), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(183),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(183),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(183),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(183) {
  transition-delay: 18.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(184), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(184), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(184),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(184),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(184),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(184) {
  transition-delay: 18.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(185), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(185), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(185),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(185),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(185),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(185) {
  transition-delay: 18.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(186), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(186), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(186),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(186),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(186),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(186) {
  transition-delay: 18.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(187), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(187), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(187),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(187),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(187),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(187) {
  transition-delay: 18.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(188), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(188), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(188),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(188),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(188),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(188) {
  transition-delay: 18.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(189), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(189), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(189),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(189),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(189),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(189) {
  transition-delay: 18.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(190), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(190), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(190),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(190),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(190),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(190) {
  transition-delay: 18.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(191), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(191), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(191),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(191),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(191),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(191) {
  transition-delay: 19s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(192), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(192), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(192),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(192),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(192),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(192) {
  transition-delay: 19.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(193), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(193), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(193),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(193),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(193),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(193) {
  transition-delay: 19.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(194), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(194), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(194),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(194),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(194),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(194) {
  transition-delay: 19.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(195), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(195), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(195),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(195),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(195),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(195) {
  transition-delay: 19.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(196), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(196), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(196),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(196),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(196),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(196) {
  transition-delay: 19.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(197), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(197), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(197),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(197),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(197),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(197) {
  transition-delay: 19.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(198), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(198), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(198),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(198),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(198),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(198) {
  transition-delay: 19.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(199), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(199), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(199),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(199),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(199),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(199) {
  transition-delay: 19.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(200), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(200), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(200),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(200),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(200),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(200) {
  transition-delay: 19.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(201), .wysiwyg.js-reveal.is-visible > ul > li:nth-child(201), .wysiwyg.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(201),
.mce-content-body.js-reveal.is-visible > *:not(.flex):not(ul):nth-child(201),
.mce-content-body.js-reveal.is-visible > ul > li:nth-child(201),
.mce-content-body.js-reveal.is-visible > .flex > div:not(.overlay):nth-child(201) {
  transition-delay: 20s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(1),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(1) {
  transition-delay: 0s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(2),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(2) {
  transition-delay: 0.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(3),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(3) {
  transition-delay: 0.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(4),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(4) {
  transition-delay: 0.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(5),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(5) {
  transition-delay: 0.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(6),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(6) {
  transition-delay: 0.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(7),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(7) {
  transition-delay: 0.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(8),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(8) {
  transition-delay: 0.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(9),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(9) {
  transition-delay: 0.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(10),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(10) {
  transition-delay: 0.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(11),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(11) {
  transition-delay: 1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(12),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(12) {
  transition-delay: 1.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(13),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(13) {
  transition-delay: 1.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(14),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(14) {
  transition-delay: 1.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(15),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(15) {
  transition-delay: 1.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(16),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(16) {
  transition-delay: 1.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(17),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(17) {
  transition-delay: 1.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(18),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(18) {
  transition-delay: 1.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(19),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(19) {
  transition-delay: 1.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(20),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(20) {
  transition-delay: 1.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(21),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(21) {
  transition-delay: 2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(22),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(22) {
  transition-delay: 2.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(23),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(23) {
  transition-delay: 2.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(24),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(24) {
  transition-delay: 2.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(25),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(25) {
  transition-delay: 2.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(26),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(26) {
  transition-delay: 2.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(27),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(27) {
  transition-delay: 2.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(28),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(28) {
  transition-delay: 2.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(29),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(29) {
  transition-delay: 2.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(30),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(30) {
  transition-delay: 2.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(31),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(31) {
  transition-delay: 3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(32),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(32) {
  transition-delay: 3.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(33),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(33) {
  transition-delay: 3.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(34),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(34) {
  transition-delay: 3.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(35),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(35) {
  transition-delay: 3.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(36),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(36) {
  transition-delay: 3.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(37),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(37) {
  transition-delay: 3.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(38),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(38) {
  transition-delay: 3.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(39),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(39) {
  transition-delay: 3.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(40),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(40) {
  transition-delay: 3.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(41),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(41) {
  transition-delay: 4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(42),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(42) {
  transition-delay: 4.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(43),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(43) {
  transition-delay: 4.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(44),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(44) {
  transition-delay: 4.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(45),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(45) {
  transition-delay: 4.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(46),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(46) {
  transition-delay: 4.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(47),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(47) {
  transition-delay: 4.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(48),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(48) {
  transition-delay: 4.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(49),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(49) {
  transition-delay: 4.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(50),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(50) {
  transition-delay: 4.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(51),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(51) {
  transition-delay: 5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(52),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(52) {
  transition-delay: 5.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(53),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(53) {
  transition-delay: 5.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(54),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(54) {
  transition-delay: 5.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(55),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(55) {
  transition-delay: 5.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(56),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(56) {
  transition-delay: 5.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(57),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(57) {
  transition-delay: 5.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(58),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(58) {
  transition-delay: 5.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(59),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(59) {
  transition-delay: 5.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(60),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(60) {
  transition-delay: 5.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(61),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(61) {
  transition-delay: 6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(62),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(62) {
  transition-delay: 6.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(63),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(63) {
  transition-delay: 6.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(64),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(64) {
  transition-delay: 6.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(65),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(65) {
  transition-delay: 6.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(66),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(66) {
  transition-delay: 6.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(67),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(67) {
  transition-delay: 6.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(68),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(68) {
  transition-delay: 6.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(69),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(69) {
  transition-delay: 6.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(70),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(70) {
  transition-delay: 6.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(71),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(71) {
  transition-delay: 7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(72),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(72) {
  transition-delay: 7.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(73),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(73) {
  transition-delay: 7.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(74),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(74) {
  transition-delay: 7.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(75),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(75) {
  transition-delay: 7.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(76),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(76) {
  transition-delay: 7.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(77),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(77) {
  transition-delay: 7.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(78),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(78) {
  transition-delay: 7.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(79),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(79) {
  transition-delay: 7.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(80),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(80) {
  transition-delay: 7.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(81),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(81) {
  transition-delay: 8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(82),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(82) {
  transition-delay: 8.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(83),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(83) {
  transition-delay: 8.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(84),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(84) {
  transition-delay: 8.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(85),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(85) {
  transition-delay: 8.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(86),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(86) {
  transition-delay: 8.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(87),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(87) {
  transition-delay: 8.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(88),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(88) {
  transition-delay: 8.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(89),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(89) {
  transition-delay: 8.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(90),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(90) {
  transition-delay: 8.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(91),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(91) {
  transition-delay: 9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(92),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(92) {
  transition-delay: 9.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(93),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(93) {
  transition-delay: 9.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(94),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(94) {
  transition-delay: 9.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(95),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(95) {
  transition-delay: 9.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(96),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(96) {
  transition-delay: 9.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(97),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(97) {
  transition-delay: 9.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(98),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(98) {
  transition-delay: 9.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(99),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(99) {
  transition-delay: 9.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(100),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(100) {
  transition-delay: 9.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(101),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(101) {
  transition-delay: 10s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(102),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(102) {
  transition-delay: 10.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(103),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(103) {
  transition-delay: 10.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(104),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(104) {
  transition-delay: 10.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(105),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(105) {
  transition-delay: 10.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(106),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(106) {
  transition-delay: 10.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(107),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(107) {
  transition-delay: 10.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(108),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(108) {
  transition-delay: 10.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(109),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(109) {
  transition-delay: 10.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(110),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(110) {
  transition-delay: 10.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(111),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(111) {
  transition-delay: 11s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(112),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(112) {
  transition-delay: 11.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(113),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(113) {
  transition-delay: 11.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(114),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(114) {
  transition-delay: 11.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(115),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(115) {
  transition-delay: 11.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(116),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(116) {
  transition-delay: 11.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(117),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(117) {
  transition-delay: 11.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(118),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(118) {
  transition-delay: 11.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(119),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(119) {
  transition-delay: 11.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(120),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(120) {
  transition-delay: 11.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(121),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(121) {
  transition-delay: 12s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(122),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(122) {
  transition-delay: 12.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(123),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(123) {
  transition-delay: 12.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(124),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(124) {
  transition-delay: 12.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(125),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(125) {
  transition-delay: 12.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(126),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(126) {
  transition-delay: 12.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(127),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(127) {
  transition-delay: 12.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(128),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(128) {
  transition-delay: 12.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(129),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(129) {
  transition-delay: 12.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(130),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(130) {
  transition-delay: 12.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(131),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(131) {
  transition-delay: 13s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(132),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(132) {
  transition-delay: 13.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(133),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(133) {
  transition-delay: 13.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(134),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(134) {
  transition-delay: 13.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(135),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(135) {
  transition-delay: 13.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(136),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(136) {
  transition-delay: 13.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(137),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(137) {
  transition-delay: 13.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(138),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(138) {
  transition-delay: 13.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(139),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(139) {
  transition-delay: 13.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(140),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(140) {
  transition-delay: 13.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(141),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(141) {
  transition-delay: 14s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(142),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(142) {
  transition-delay: 14.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(143),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(143) {
  transition-delay: 14.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(144),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(144) {
  transition-delay: 14.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(145),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(145) {
  transition-delay: 14.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(146),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(146) {
  transition-delay: 14.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(147),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(147) {
  transition-delay: 14.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(148),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(148) {
  transition-delay: 14.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(149),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(149) {
  transition-delay: 14.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(150),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(150) {
  transition-delay: 14.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(151),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(151) {
  transition-delay: 15s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(152),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(152) {
  transition-delay: 15.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(153),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(153) {
  transition-delay: 15.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(154),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(154) {
  transition-delay: 15.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(155),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(155) {
  transition-delay: 15.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(156),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(156) {
  transition-delay: 15.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(157),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(157) {
  transition-delay: 15.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(158),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(158) {
  transition-delay: 15.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(159),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(159) {
  transition-delay: 15.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(160),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(160) {
  transition-delay: 15.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(161),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(161) {
  transition-delay: 16s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(162),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(162) {
  transition-delay: 16.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(163),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(163) {
  transition-delay: 16.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(164),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(164) {
  transition-delay: 16.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(165),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(165) {
  transition-delay: 16.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(166),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(166) {
  transition-delay: 16.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(167),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(167) {
  transition-delay: 16.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(168),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(168) {
  transition-delay: 16.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(169),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(169) {
  transition-delay: 16.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(170),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(170) {
  transition-delay: 16.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(171),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(171) {
  transition-delay: 17s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(172),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(172) {
  transition-delay: 17.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(173),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(173) {
  transition-delay: 17.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(174),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(174) {
  transition-delay: 17.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(175),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(175) {
  transition-delay: 17.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(176),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(176) {
  transition-delay: 17.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(177),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(177) {
  transition-delay: 17.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(178),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(178) {
  transition-delay: 17.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(179),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(179) {
  transition-delay: 17.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(180),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(180) {
  transition-delay: 17.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(181),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(181) {
  transition-delay: 18s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(182),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(182) {
  transition-delay: 18.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(183),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(183) {
  transition-delay: 18.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(184),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(184) {
  transition-delay: 18.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(185),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(185) {
  transition-delay: 18.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(186),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(186) {
  transition-delay: 18.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(187),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(187) {
  transition-delay: 18.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(188),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(188) {
  transition-delay: 18.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(189),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(189) {
  transition-delay: 18.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(190),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(190) {
  transition-delay: 18.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(191),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(191) {
  transition-delay: 19s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(192),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(192) {
  transition-delay: 19.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(193),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(193) {
  transition-delay: 19.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(194),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(194) {
  transition-delay: 19.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(195),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(195) {
  transition-delay: 19.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(196),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(196) {
  transition-delay: 19.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(197),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(197) {
  transition-delay: 19.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(198),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(198) {
  transition-delay: 19.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(199),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(199) {
  transition-delay: 19.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(200),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(200) {
  transition-delay: 19.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-0] > *:nth-child(201),
.mce-content-body.js-reveal.is-visible[class*=delay-0] > *:nth-child(201) {
  transition-delay: 20s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(1),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(1) {
  transition-delay: 0.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(2),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(2) {
  transition-delay: 0.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(3),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(3) {
  transition-delay: 0.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(4),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(4) {
  transition-delay: 0.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(5),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(5) {
  transition-delay: 0.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(6),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(6) {
  transition-delay: 0.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(7),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(7) {
  transition-delay: 0.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(8),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(8) {
  transition-delay: 0.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(9),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(9) {
  transition-delay: 0.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(10),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(10) {
  transition-delay: 1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(11),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(11) {
  transition-delay: 1.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(12),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(12) {
  transition-delay: 1.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(13),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(13) {
  transition-delay: 1.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(14),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(14) {
  transition-delay: 1.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(15),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(15) {
  transition-delay: 1.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(16),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(16) {
  transition-delay: 1.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(17),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(17) {
  transition-delay: 1.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(18),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(18) {
  transition-delay: 1.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(19),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(19) {
  transition-delay: 1.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(20),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(20) {
  transition-delay: 2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(21),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(21) {
  transition-delay: 2.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(22),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(22) {
  transition-delay: 2.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(23),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(23) {
  transition-delay: 2.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(24),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(24) {
  transition-delay: 2.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(25),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(25) {
  transition-delay: 2.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(26),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(26) {
  transition-delay: 2.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(27),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(27) {
  transition-delay: 2.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(28),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(28) {
  transition-delay: 2.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(29),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(29) {
  transition-delay: 2.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(30),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(30) {
  transition-delay: 3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(31),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(31) {
  transition-delay: 3.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(32),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(32) {
  transition-delay: 3.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(33),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(33) {
  transition-delay: 3.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(34),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(34) {
  transition-delay: 3.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(35),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(35) {
  transition-delay: 3.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(36),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(36) {
  transition-delay: 3.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(37),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(37) {
  transition-delay: 3.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(38),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(38) {
  transition-delay: 3.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(39),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(39) {
  transition-delay: 3.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(40),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(40) {
  transition-delay: 4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(41),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(41) {
  transition-delay: 4.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(42),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(42) {
  transition-delay: 4.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(43),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(43) {
  transition-delay: 4.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(44),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(44) {
  transition-delay: 4.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(45),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(45) {
  transition-delay: 4.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(46),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(46) {
  transition-delay: 4.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(47),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(47) {
  transition-delay: 4.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(48),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(48) {
  transition-delay: 4.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(49),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(49) {
  transition-delay: 4.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(50),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(50) {
  transition-delay: 5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(51),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(51) {
  transition-delay: 5.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(52),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(52) {
  transition-delay: 5.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(53),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(53) {
  transition-delay: 5.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(54),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(54) {
  transition-delay: 5.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(55),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(55) {
  transition-delay: 5.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(56),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(56) {
  transition-delay: 5.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(57),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(57) {
  transition-delay: 5.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(58),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(58) {
  transition-delay: 5.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(59),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(59) {
  transition-delay: 5.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(60),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(60) {
  transition-delay: 6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(61),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(61) {
  transition-delay: 6.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(62),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(62) {
  transition-delay: 6.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(63),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(63) {
  transition-delay: 6.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(64),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(64) {
  transition-delay: 6.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(65),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(65) {
  transition-delay: 6.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(66),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(66) {
  transition-delay: 6.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(67),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(67) {
  transition-delay: 6.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(68),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(68) {
  transition-delay: 6.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(69),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(69) {
  transition-delay: 6.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(70),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(70) {
  transition-delay: 7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(71),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(71) {
  transition-delay: 7.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(72),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(72) {
  transition-delay: 7.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(73),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(73) {
  transition-delay: 7.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(74),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(74) {
  transition-delay: 7.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(75),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(75) {
  transition-delay: 7.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(76),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(76) {
  transition-delay: 7.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(77),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(77) {
  transition-delay: 7.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(78),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(78) {
  transition-delay: 7.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(79),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(79) {
  transition-delay: 7.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(80),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(80) {
  transition-delay: 8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(81),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(81) {
  transition-delay: 8.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(82),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(82) {
  transition-delay: 8.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(83),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(83) {
  transition-delay: 8.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(84),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(84) {
  transition-delay: 8.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(85),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(85) {
  transition-delay: 8.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(86),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(86) {
  transition-delay: 8.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(87),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(87) {
  transition-delay: 8.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(88),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(88) {
  transition-delay: 8.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(89),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(89) {
  transition-delay: 8.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(90),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(90) {
  transition-delay: 9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(91),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(91) {
  transition-delay: 9.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(92),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(92) {
  transition-delay: 9.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(93),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(93) {
  transition-delay: 9.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(94),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(94) {
  transition-delay: 9.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(95),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(95) {
  transition-delay: 9.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(96),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(96) {
  transition-delay: 9.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(97),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(97) {
  transition-delay: 9.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(98),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(98) {
  transition-delay: 9.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(99),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(99) {
  transition-delay: 9.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(100),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(100) {
  transition-delay: 10s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(101),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(101) {
  transition-delay: 10.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(102),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(102) {
  transition-delay: 10.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(103),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(103) {
  transition-delay: 10.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(104),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(104) {
  transition-delay: 10.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(105),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(105) {
  transition-delay: 10.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(106),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(106) {
  transition-delay: 10.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(107),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(107) {
  transition-delay: 10.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(108),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(108) {
  transition-delay: 10.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(109),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(109) {
  transition-delay: 10.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(110),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(110) {
  transition-delay: 11s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(111),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(111) {
  transition-delay: 11.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(112),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(112) {
  transition-delay: 11.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(113),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(113) {
  transition-delay: 11.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(114),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(114) {
  transition-delay: 11.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(115),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(115) {
  transition-delay: 11.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(116),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(116) {
  transition-delay: 11.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(117),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(117) {
  transition-delay: 11.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(118),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(118) {
  transition-delay: 11.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(119),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(119) {
  transition-delay: 11.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(120),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(120) {
  transition-delay: 12s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(121),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(121) {
  transition-delay: 12.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(122),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(122) {
  transition-delay: 12.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(123),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(123) {
  transition-delay: 12.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(124),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(124) {
  transition-delay: 12.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(125),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(125) {
  transition-delay: 12.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(126),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(126) {
  transition-delay: 12.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(127),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(127) {
  transition-delay: 12.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(128),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(128) {
  transition-delay: 12.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(129),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(129) {
  transition-delay: 12.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(130),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(130) {
  transition-delay: 13s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(131),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(131) {
  transition-delay: 13.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(132),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(132) {
  transition-delay: 13.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(133),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(133) {
  transition-delay: 13.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(134),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(134) {
  transition-delay: 13.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(135),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(135) {
  transition-delay: 13.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(136),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(136) {
  transition-delay: 13.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(137),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(137) {
  transition-delay: 13.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(138),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(138) {
  transition-delay: 13.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(139),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(139) {
  transition-delay: 13.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(140),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(140) {
  transition-delay: 14s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(141),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(141) {
  transition-delay: 14.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(142),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(142) {
  transition-delay: 14.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(143),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(143) {
  transition-delay: 14.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(144),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(144) {
  transition-delay: 14.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(145),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(145) {
  transition-delay: 14.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(146),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(146) {
  transition-delay: 14.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(147),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(147) {
  transition-delay: 14.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(148),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(148) {
  transition-delay: 14.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(149),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(149) {
  transition-delay: 14.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(150),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(150) {
  transition-delay: 15s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(151),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(151) {
  transition-delay: 15.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(152),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(152) {
  transition-delay: 15.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(153),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(153) {
  transition-delay: 15.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(154),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(154) {
  transition-delay: 15.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(155),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(155) {
  transition-delay: 15.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(156),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(156) {
  transition-delay: 15.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(157),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(157) {
  transition-delay: 15.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(158),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(158) {
  transition-delay: 15.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(159),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(159) {
  transition-delay: 15.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(160),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(160) {
  transition-delay: 16s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(161),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(161) {
  transition-delay: 16.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(162),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(162) {
  transition-delay: 16.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(163),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(163) {
  transition-delay: 16.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(164),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(164) {
  transition-delay: 16.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(165),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(165) {
  transition-delay: 16.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(166),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(166) {
  transition-delay: 16.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(167),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(167) {
  transition-delay: 16.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(168),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(168) {
  transition-delay: 16.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(169),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(169) {
  transition-delay: 16.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(170),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(170) {
  transition-delay: 17s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(171),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(171) {
  transition-delay: 17.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(172),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(172) {
  transition-delay: 17.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(173),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(173) {
  transition-delay: 17.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(174),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(174) {
  transition-delay: 17.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(175),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(175) {
  transition-delay: 17.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(176),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(176) {
  transition-delay: 17.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(177),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(177) {
  transition-delay: 17.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(178),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(178) {
  transition-delay: 17.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(179),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(179) {
  transition-delay: 17.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(180),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(180) {
  transition-delay: 18s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(181),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(181) {
  transition-delay: 18.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(182),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(182) {
  transition-delay: 18.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(183),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(183) {
  transition-delay: 18.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(184),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(184) {
  transition-delay: 18.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(185),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(185) {
  transition-delay: 18.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(186),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(186) {
  transition-delay: 18.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(187),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(187) {
  transition-delay: 18.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(188),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(188) {
  transition-delay: 18.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(189),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(189) {
  transition-delay: 18.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(190),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(190) {
  transition-delay: 19s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(191),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(191) {
  transition-delay: 19.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(192),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(192) {
  transition-delay: 19.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(193),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(193) {
  transition-delay: 19.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(194),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(194) {
  transition-delay: 19.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(195),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(195) {
  transition-delay: 19.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(196),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(196) {
  transition-delay: 19.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(197),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(197) {
  transition-delay: 19.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(198),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(198) {
  transition-delay: 19.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(199),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(199) {
  transition-delay: 19.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(200),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(200) {
  transition-delay: 20s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-100] > *:nth-child(201),
.mce-content-body.js-reveal.is-visible[class*=delay-100] > *:nth-child(201) {
  transition-delay: 20.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(1),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(1) {
  transition-delay: 0.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(2),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(2) {
  transition-delay: 0.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(3),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(3) {
  transition-delay: 0.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(4),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(4) {
  transition-delay: 0.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(5),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(5) {
  transition-delay: 0.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(6),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(6) {
  transition-delay: 0.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(7),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(7) {
  transition-delay: 0.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(8),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(8) {
  transition-delay: 0.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(9),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(9) {
  transition-delay: 1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(10),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(10) {
  transition-delay: 1.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(11),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(11) {
  transition-delay: 1.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(12),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(12) {
  transition-delay: 1.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(13),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(13) {
  transition-delay: 1.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(14),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(14) {
  transition-delay: 1.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(15),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(15) {
  transition-delay: 1.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(16),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(16) {
  transition-delay: 1.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(17),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(17) {
  transition-delay: 1.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(18),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(18) {
  transition-delay: 1.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(19),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(19) {
  transition-delay: 2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(20),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(20) {
  transition-delay: 2.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(21),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(21) {
  transition-delay: 2.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(22),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(22) {
  transition-delay: 2.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(23),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(23) {
  transition-delay: 2.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(24),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(24) {
  transition-delay: 2.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(25),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(25) {
  transition-delay: 2.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(26),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(26) {
  transition-delay: 2.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(27),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(27) {
  transition-delay: 2.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(28),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(28) {
  transition-delay: 2.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(29),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(29) {
  transition-delay: 3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(30),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(30) {
  transition-delay: 3.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(31),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(31) {
  transition-delay: 3.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(32),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(32) {
  transition-delay: 3.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(33),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(33) {
  transition-delay: 3.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(34),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(34) {
  transition-delay: 3.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(35),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(35) {
  transition-delay: 3.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(36),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(36) {
  transition-delay: 3.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(37),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(37) {
  transition-delay: 3.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(38),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(38) {
  transition-delay: 3.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(39),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(39) {
  transition-delay: 4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(40),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(40) {
  transition-delay: 4.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(41),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(41) {
  transition-delay: 4.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(42),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(42) {
  transition-delay: 4.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(43),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(43) {
  transition-delay: 4.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(44),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(44) {
  transition-delay: 4.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(45),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(45) {
  transition-delay: 4.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(46),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(46) {
  transition-delay: 4.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(47),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(47) {
  transition-delay: 4.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(48),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(48) {
  transition-delay: 4.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(49),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(49) {
  transition-delay: 5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(50),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(50) {
  transition-delay: 5.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(51),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(51) {
  transition-delay: 5.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(52),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(52) {
  transition-delay: 5.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(53),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(53) {
  transition-delay: 5.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(54),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(54) {
  transition-delay: 5.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(55),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(55) {
  transition-delay: 5.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(56),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(56) {
  transition-delay: 5.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(57),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(57) {
  transition-delay: 5.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(58),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(58) {
  transition-delay: 5.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(59),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(59) {
  transition-delay: 6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(60),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(60) {
  transition-delay: 6.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(61),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(61) {
  transition-delay: 6.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(62),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(62) {
  transition-delay: 6.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(63),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(63) {
  transition-delay: 6.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(64),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(64) {
  transition-delay: 6.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(65),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(65) {
  transition-delay: 6.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(66),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(66) {
  transition-delay: 6.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(67),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(67) {
  transition-delay: 6.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(68),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(68) {
  transition-delay: 6.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(69),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(69) {
  transition-delay: 7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(70),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(70) {
  transition-delay: 7.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(71),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(71) {
  transition-delay: 7.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(72),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(72) {
  transition-delay: 7.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(73),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(73) {
  transition-delay: 7.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(74),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(74) {
  transition-delay: 7.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(75),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(75) {
  transition-delay: 7.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(76),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(76) {
  transition-delay: 7.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(77),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(77) {
  transition-delay: 7.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(78),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(78) {
  transition-delay: 7.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(79),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(79) {
  transition-delay: 8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(80),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(80) {
  transition-delay: 8.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(81),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(81) {
  transition-delay: 8.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(82),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(82) {
  transition-delay: 8.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(83),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(83) {
  transition-delay: 8.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(84),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(84) {
  transition-delay: 8.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(85),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(85) {
  transition-delay: 8.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(86),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(86) {
  transition-delay: 8.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(87),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(87) {
  transition-delay: 8.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(88),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(88) {
  transition-delay: 8.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(89),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(89) {
  transition-delay: 9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(90),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(90) {
  transition-delay: 9.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(91),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(91) {
  transition-delay: 9.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(92),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(92) {
  transition-delay: 9.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(93),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(93) {
  transition-delay: 9.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(94),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(94) {
  transition-delay: 9.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(95),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(95) {
  transition-delay: 9.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(96),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(96) {
  transition-delay: 9.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(97),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(97) {
  transition-delay: 9.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(98),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(98) {
  transition-delay: 9.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(99),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(99) {
  transition-delay: 10s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(100),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(100) {
  transition-delay: 10.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(101),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(101) {
  transition-delay: 10.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(102),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(102) {
  transition-delay: 10.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(103),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(103) {
  transition-delay: 10.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(104),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(104) {
  transition-delay: 10.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(105),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(105) {
  transition-delay: 10.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(106),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(106) {
  transition-delay: 10.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(107),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(107) {
  transition-delay: 10.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(108),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(108) {
  transition-delay: 10.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(109),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(109) {
  transition-delay: 11s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(110),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(110) {
  transition-delay: 11.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(111),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(111) {
  transition-delay: 11.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(112),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(112) {
  transition-delay: 11.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(113),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(113) {
  transition-delay: 11.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(114),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(114) {
  transition-delay: 11.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(115),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(115) {
  transition-delay: 11.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(116),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(116) {
  transition-delay: 11.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(117),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(117) {
  transition-delay: 11.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(118),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(118) {
  transition-delay: 11.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(119),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(119) {
  transition-delay: 12s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(120),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(120) {
  transition-delay: 12.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(121),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(121) {
  transition-delay: 12.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(122),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(122) {
  transition-delay: 12.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(123),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(123) {
  transition-delay: 12.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(124),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(124) {
  transition-delay: 12.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(125),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(125) {
  transition-delay: 12.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(126),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(126) {
  transition-delay: 12.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(127),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(127) {
  transition-delay: 12.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(128),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(128) {
  transition-delay: 12.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(129),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(129) {
  transition-delay: 13s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(130),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(130) {
  transition-delay: 13.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(131),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(131) {
  transition-delay: 13.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(132),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(132) {
  transition-delay: 13.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(133),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(133) {
  transition-delay: 13.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(134),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(134) {
  transition-delay: 13.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(135),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(135) {
  transition-delay: 13.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(136),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(136) {
  transition-delay: 13.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(137),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(137) {
  transition-delay: 13.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(138),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(138) {
  transition-delay: 13.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(139),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(139) {
  transition-delay: 14s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(140),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(140) {
  transition-delay: 14.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(141),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(141) {
  transition-delay: 14.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(142),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(142) {
  transition-delay: 14.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(143),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(143) {
  transition-delay: 14.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(144),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(144) {
  transition-delay: 14.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(145),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(145) {
  transition-delay: 14.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(146),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(146) {
  transition-delay: 14.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(147),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(147) {
  transition-delay: 14.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(148),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(148) {
  transition-delay: 14.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(149),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(149) {
  transition-delay: 15s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(150),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(150) {
  transition-delay: 15.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(151),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(151) {
  transition-delay: 15.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(152),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(152) {
  transition-delay: 15.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(153),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(153) {
  transition-delay: 15.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(154),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(154) {
  transition-delay: 15.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(155),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(155) {
  transition-delay: 15.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(156),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(156) {
  transition-delay: 15.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(157),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(157) {
  transition-delay: 15.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(158),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(158) {
  transition-delay: 15.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(159),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(159) {
  transition-delay: 16s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(160),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(160) {
  transition-delay: 16.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(161),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(161) {
  transition-delay: 16.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(162),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(162) {
  transition-delay: 16.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(163),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(163) {
  transition-delay: 16.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(164),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(164) {
  transition-delay: 16.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(165),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(165) {
  transition-delay: 16.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(166),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(166) {
  transition-delay: 16.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(167),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(167) {
  transition-delay: 16.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(168),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(168) {
  transition-delay: 16.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(169),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(169) {
  transition-delay: 17s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(170),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(170) {
  transition-delay: 17.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(171),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(171) {
  transition-delay: 17.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(172),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(172) {
  transition-delay: 17.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(173),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(173) {
  transition-delay: 17.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(174),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(174) {
  transition-delay: 17.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(175),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(175) {
  transition-delay: 17.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(176),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(176) {
  transition-delay: 17.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(177),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(177) {
  transition-delay: 17.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(178),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(178) {
  transition-delay: 17.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(179),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(179) {
  transition-delay: 18s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(180),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(180) {
  transition-delay: 18.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(181),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(181) {
  transition-delay: 18.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(182),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(182) {
  transition-delay: 18.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(183),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(183) {
  transition-delay: 18.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(184),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(184) {
  transition-delay: 18.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(185),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(185) {
  transition-delay: 18.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(186),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(186) {
  transition-delay: 18.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(187),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(187) {
  transition-delay: 18.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(188),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(188) {
  transition-delay: 18.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(189),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(189) {
  transition-delay: 19s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(190),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(190) {
  transition-delay: 19.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(191),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(191) {
  transition-delay: 19.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(192),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(192) {
  transition-delay: 19.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(193),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(193) {
  transition-delay: 19.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(194),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(194) {
  transition-delay: 19.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(195),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(195) {
  transition-delay: 19.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(196),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(196) {
  transition-delay: 19.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(197),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(197) {
  transition-delay: 19.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(198),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(198) {
  transition-delay: 19.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(199),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(199) {
  transition-delay: 20s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(200),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(200) {
  transition-delay: 20.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-200] > *:nth-child(201),
.mce-content-body.js-reveal.is-visible[class*=delay-200] > *:nth-child(201) {
  transition-delay: 20.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(1),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(1) {
  transition-delay: 0.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(2),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(2) {
  transition-delay: 0.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(3),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(3) {
  transition-delay: 0.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(4),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(4) {
  transition-delay: 0.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(5),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(5) {
  transition-delay: 0.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(6),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(6) {
  transition-delay: 0.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(7),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(7) {
  transition-delay: 0.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(8),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(8) {
  transition-delay: 1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(9),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(9) {
  transition-delay: 1.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(10),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(10) {
  transition-delay: 1.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(11),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(11) {
  transition-delay: 1.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(12),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(12) {
  transition-delay: 1.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(13),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(13) {
  transition-delay: 1.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(14),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(14) {
  transition-delay: 1.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(15),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(15) {
  transition-delay: 1.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(16),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(16) {
  transition-delay: 1.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(17),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(17) {
  transition-delay: 1.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(18),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(18) {
  transition-delay: 2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(19),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(19) {
  transition-delay: 2.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(20),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(20) {
  transition-delay: 2.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(21),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(21) {
  transition-delay: 2.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(22),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(22) {
  transition-delay: 2.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(23),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(23) {
  transition-delay: 2.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(24),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(24) {
  transition-delay: 2.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(25),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(25) {
  transition-delay: 2.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(26),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(26) {
  transition-delay: 2.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(27),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(27) {
  transition-delay: 2.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(28),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(28) {
  transition-delay: 3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(29),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(29) {
  transition-delay: 3.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(30),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(30) {
  transition-delay: 3.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(31),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(31) {
  transition-delay: 3.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(32),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(32) {
  transition-delay: 3.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(33),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(33) {
  transition-delay: 3.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(34),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(34) {
  transition-delay: 3.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(35),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(35) {
  transition-delay: 3.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(36),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(36) {
  transition-delay: 3.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(37),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(37) {
  transition-delay: 3.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(38),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(38) {
  transition-delay: 4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(39),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(39) {
  transition-delay: 4.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(40),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(40) {
  transition-delay: 4.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(41),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(41) {
  transition-delay: 4.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(42),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(42) {
  transition-delay: 4.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(43),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(43) {
  transition-delay: 4.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(44),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(44) {
  transition-delay: 4.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(45),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(45) {
  transition-delay: 4.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(46),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(46) {
  transition-delay: 4.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(47),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(47) {
  transition-delay: 4.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(48),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(48) {
  transition-delay: 5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(49),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(49) {
  transition-delay: 5.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(50),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(50) {
  transition-delay: 5.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(51),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(51) {
  transition-delay: 5.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(52),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(52) {
  transition-delay: 5.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(53),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(53) {
  transition-delay: 5.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(54),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(54) {
  transition-delay: 5.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(55),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(55) {
  transition-delay: 5.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(56),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(56) {
  transition-delay: 5.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(57),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(57) {
  transition-delay: 5.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(58),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(58) {
  transition-delay: 6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(59),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(59) {
  transition-delay: 6.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(60),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(60) {
  transition-delay: 6.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(61),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(61) {
  transition-delay: 6.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(62),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(62) {
  transition-delay: 6.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(63),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(63) {
  transition-delay: 6.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(64),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(64) {
  transition-delay: 6.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(65),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(65) {
  transition-delay: 6.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(66),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(66) {
  transition-delay: 6.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(67),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(67) {
  transition-delay: 6.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(68),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(68) {
  transition-delay: 7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(69),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(69) {
  transition-delay: 7.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(70),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(70) {
  transition-delay: 7.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(71),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(71) {
  transition-delay: 7.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(72),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(72) {
  transition-delay: 7.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(73),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(73) {
  transition-delay: 7.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(74),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(74) {
  transition-delay: 7.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(75),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(75) {
  transition-delay: 7.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(76),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(76) {
  transition-delay: 7.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(77),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(77) {
  transition-delay: 7.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(78),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(78) {
  transition-delay: 8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(79),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(79) {
  transition-delay: 8.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(80),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(80) {
  transition-delay: 8.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(81),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(81) {
  transition-delay: 8.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(82),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(82) {
  transition-delay: 8.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(83),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(83) {
  transition-delay: 8.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(84),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(84) {
  transition-delay: 8.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(85),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(85) {
  transition-delay: 8.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(86),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(86) {
  transition-delay: 8.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(87),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(87) {
  transition-delay: 8.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(88),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(88) {
  transition-delay: 9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(89),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(89) {
  transition-delay: 9.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(90),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(90) {
  transition-delay: 9.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(91),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(91) {
  transition-delay: 9.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(92),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(92) {
  transition-delay: 9.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(93),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(93) {
  transition-delay: 9.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(94),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(94) {
  transition-delay: 9.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(95),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(95) {
  transition-delay: 9.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(96),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(96) {
  transition-delay: 9.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(97),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(97) {
  transition-delay: 9.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(98),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(98) {
  transition-delay: 10s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(99),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(99) {
  transition-delay: 10.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(100),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(100) {
  transition-delay: 10.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(101),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(101) {
  transition-delay: 10.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(102),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(102) {
  transition-delay: 10.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(103),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(103) {
  transition-delay: 10.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(104),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(104) {
  transition-delay: 10.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(105),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(105) {
  transition-delay: 10.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(106),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(106) {
  transition-delay: 10.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(107),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(107) {
  transition-delay: 10.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(108),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(108) {
  transition-delay: 11s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(109),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(109) {
  transition-delay: 11.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(110),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(110) {
  transition-delay: 11.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(111),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(111) {
  transition-delay: 11.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(112),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(112) {
  transition-delay: 11.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(113),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(113) {
  transition-delay: 11.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(114),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(114) {
  transition-delay: 11.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(115),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(115) {
  transition-delay: 11.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(116),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(116) {
  transition-delay: 11.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(117),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(117) {
  transition-delay: 11.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(118),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(118) {
  transition-delay: 12s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(119),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(119) {
  transition-delay: 12.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(120),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(120) {
  transition-delay: 12.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(121),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(121) {
  transition-delay: 12.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(122),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(122) {
  transition-delay: 12.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(123),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(123) {
  transition-delay: 12.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(124),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(124) {
  transition-delay: 12.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(125),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(125) {
  transition-delay: 12.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(126),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(126) {
  transition-delay: 12.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(127),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(127) {
  transition-delay: 12.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(128),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(128) {
  transition-delay: 13s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(129),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(129) {
  transition-delay: 13.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(130),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(130) {
  transition-delay: 13.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(131),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(131) {
  transition-delay: 13.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(132),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(132) {
  transition-delay: 13.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(133),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(133) {
  transition-delay: 13.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(134),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(134) {
  transition-delay: 13.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(135),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(135) {
  transition-delay: 13.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(136),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(136) {
  transition-delay: 13.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(137),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(137) {
  transition-delay: 13.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(138),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(138) {
  transition-delay: 14s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(139),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(139) {
  transition-delay: 14.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(140),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(140) {
  transition-delay: 14.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(141),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(141) {
  transition-delay: 14.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(142),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(142) {
  transition-delay: 14.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(143),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(143) {
  transition-delay: 14.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(144),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(144) {
  transition-delay: 14.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(145),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(145) {
  transition-delay: 14.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(146),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(146) {
  transition-delay: 14.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(147),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(147) {
  transition-delay: 14.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(148),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(148) {
  transition-delay: 15s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(149),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(149) {
  transition-delay: 15.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(150),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(150) {
  transition-delay: 15.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(151),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(151) {
  transition-delay: 15.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(152),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(152) {
  transition-delay: 15.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(153),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(153) {
  transition-delay: 15.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(154),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(154) {
  transition-delay: 15.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(155),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(155) {
  transition-delay: 15.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(156),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(156) {
  transition-delay: 15.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(157),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(157) {
  transition-delay: 15.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(158),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(158) {
  transition-delay: 16s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(159),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(159) {
  transition-delay: 16.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(160),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(160) {
  transition-delay: 16.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(161),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(161) {
  transition-delay: 16.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(162),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(162) {
  transition-delay: 16.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(163),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(163) {
  transition-delay: 16.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(164),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(164) {
  transition-delay: 16.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(165),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(165) {
  transition-delay: 16.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(166),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(166) {
  transition-delay: 16.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(167),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(167) {
  transition-delay: 16.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(168),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(168) {
  transition-delay: 17s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(169),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(169) {
  transition-delay: 17.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(170),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(170) {
  transition-delay: 17.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(171),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(171) {
  transition-delay: 17.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(172),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(172) {
  transition-delay: 17.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(173),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(173) {
  transition-delay: 17.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(174),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(174) {
  transition-delay: 17.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(175),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(175) {
  transition-delay: 17.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(176),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(176) {
  transition-delay: 17.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(177),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(177) {
  transition-delay: 17.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(178),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(178) {
  transition-delay: 18s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(179),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(179) {
  transition-delay: 18.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(180),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(180) {
  transition-delay: 18.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(181),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(181) {
  transition-delay: 18.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(182),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(182) {
  transition-delay: 18.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(183),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(183) {
  transition-delay: 18.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(184),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(184) {
  transition-delay: 18.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(185),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(185) {
  transition-delay: 18.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(186),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(186) {
  transition-delay: 18.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(187),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(187) {
  transition-delay: 18.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(188),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(188) {
  transition-delay: 19s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(189),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(189) {
  transition-delay: 19.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(190),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(190) {
  transition-delay: 19.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(191),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(191) {
  transition-delay: 19.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(192),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(192) {
  transition-delay: 19.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(193),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(193) {
  transition-delay: 19.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(194),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(194) {
  transition-delay: 19.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(195),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(195) {
  transition-delay: 19.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(196),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(196) {
  transition-delay: 19.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(197),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(197) {
  transition-delay: 19.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(198),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(198) {
  transition-delay: 20s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(199),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(199) {
  transition-delay: 20.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(200),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(200) {
  transition-delay: 20.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-300] > *:nth-child(201),
.mce-content-body.js-reveal.is-visible[class*=delay-300] > *:nth-child(201) {
  transition-delay: 20.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(1),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(1) {
  transition-delay: 0.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(2),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(2) {
  transition-delay: 0.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(3),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(3) {
  transition-delay: 0.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(4),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(4) {
  transition-delay: 0.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(5),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(5) {
  transition-delay: 0.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(6),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(6) {
  transition-delay: 0.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(7),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(7) {
  transition-delay: 1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(8),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(8) {
  transition-delay: 1.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(9),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(9) {
  transition-delay: 1.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(10),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(10) {
  transition-delay: 1.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(11),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(11) {
  transition-delay: 1.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(12),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(12) {
  transition-delay: 1.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(13),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(13) {
  transition-delay: 1.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(14),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(14) {
  transition-delay: 1.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(15),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(15) {
  transition-delay: 1.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(16),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(16) {
  transition-delay: 1.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(17),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(17) {
  transition-delay: 2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(18),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(18) {
  transition-delay: 2.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(19),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(19) {
  transition-delay: 2.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(20),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(20) {
  transition-delay: 2.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(21),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(21) {
  transition-delay: 2.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(22),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(22) {
  transition-delay: 2.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(23),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(23) {
  transition-delay: 2.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(24),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(24) {
  transition-delay: 2.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(25),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(25) {
  transition-delay: 2.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(26),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(26) {
  transition-delay: 2.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(27),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(27) {
  transition-delay: 3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(28),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(28) {
  transition-delay: 3.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(29),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(29) {
  transition-delay: 3.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(30),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(30) {
  transition-delay: 3.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(31),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(31) {
  transition-delay: 3.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(32),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(32) {
  transition-delay: 3.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(33),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(33) {
  transition-delay: 3.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(34),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(34) {
  transition-delay: 3.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(35),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(35) {
  transition-delay: 3.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(36),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(36) {
  transition-delay: 3.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(37),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(37) {
  transition-delay: 4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(38),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(38) {
  transition-delay: 4.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(39),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(39) {
  transition-delay: 4.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(40),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(40) {
  transition-delay: 4.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(41),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(41) {
  transition-delay: 4.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(42),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(42) {
  transition-delay: 4.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(43),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(43) {
  transition-delay: 4.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(44),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(44) {
  transition-delay: 4.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(45),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(45) {
  transition-delay: 4.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(46),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(46) {
  transition-delay: 4.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(47),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(47) {
  transition-delay: 5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(48),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(48) {
  transition-delay: 5.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(49),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(49) {
  transition-delay: 5.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(50),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(50) {
  transition-delay: 5.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(51),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(51) {
  transition-delay: 5.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(52),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(52) {
  transition-delay: 5.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(53),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(53) {
  transition-delay: 5.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(54),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(54) {
  transition-delay: 5.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(55),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(55) {
  transition-delay: 5.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(56),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(56) {
  transition-delay: 5.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(57),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(57) {
  transition-delay: 6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(58),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(58) {
  transition-delay: 6.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(59),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(59) {
  transition-delay: 6.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(60),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(60) {
  transition-delay: 6.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(61),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(61) {
  transition-delay: 6.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(62),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(62) {
  transition-delay: 6.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(63),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(63) {
  transition-delay: 6.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(64),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(64) {
  transition-delay: 6.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(65),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(65) {
  transition-delay: 6.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(66),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(66) {
  transition-delay: 6.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(67),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(67) {
  transition-delay: 7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(68),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(68) {
  transition-delay: 7.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(69),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(69) {
  transition-delay: 7.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(70),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(70) {
  transition-delay: 7.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(71),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(71) {
  transition-delay: 7.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(72),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(72) {
  transition-delay: 7.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(73),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(73) {
  transition-delay: 7.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(74),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(74) {
  transition-delay: 7.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(75),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(75) {
  transition-delay: 7.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(76),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(76) {
  transition-delay: 7.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(77),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(77) {
  transition-delay: 8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(78),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(78) {
  transition-delay: 8.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(79),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(79) {
  transition-delay: 8.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(80),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(80) {
  transition-delay: 8.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(81),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(81) {
  transition-delay: 8.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(82),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(82) {
  transition-delay: 8.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(83),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(83) {
  transition-delay: 8.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(84),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(84) {
  transition-delay: 8.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(85),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(85) {
  transition-delay: 8.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(86),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(86) {
  transition-delay: 8.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(87),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(87) {
  transition-delay: 9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(88),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(88) {
  transition-delay: 9.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(89),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(89) {
  transition-delay: 9.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(90),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(90) {
  transition-delay: 9.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(91),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(91) {
  transition-delay: 9.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(92),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(92) {
  transition-delay: 9.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(93),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(93) {
  transition-delay: 9.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(94),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(94) {
  transition-delay: 9.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(95),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(95) {
  transition-delay: 9.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(96),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(96) {
  transition-delay: 9.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(97),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(97) {
  transition-delay: 10s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(98),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(98) {
  transition-delay: 10.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(99),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(99) {
  transition-delay: 10.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(100),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(100) {
  transition-delay: 10.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(101),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(101) {
  transition-delay: 10.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(102),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(102) {
  transition-delay: 10.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(103),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(103) {
  transition-delay: 10.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(104),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(104) {
  transition-delay: 10.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(105),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(105) {
  transition-delay: 10.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(106),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(106) {
  transition-delay: 10.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(107),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(107) {
  transition-delay: 11s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(108),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(108) {
  transition-delay: 11.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(109),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(109) {
  transition-delay: 11.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(110),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(110) {
  transition-delay: 11.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(111),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(111) {
  transition-delay: 11.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(112),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(112) {
  transition-delay: 11.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(113),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(113) {
  transition-delay: 11.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(114),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(114) {
  transition-delay: 11.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(115),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(115) {
  transition-delay: 11.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(116),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(116) {
  transition-delay: 11.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(117),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(117) {
  transition-delay: 12s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(118),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(118) {
  transition-delay: 12.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(119),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(119) {
  transition-delay: 12.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(120),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(120) {
  transition-delay: 12.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(121),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(121) {
  transition-delay: 12.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(122),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(122) {
  transition-delay: 12.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(123),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(123) {
  transition-delay: 12.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(124),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(124) {
  transition-delay: 12.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(125),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(125) {
  transition-delay: 12.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(126),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(126) {
  transition-delay: 12.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(127),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(127) {
  transition-delay: 13s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(128),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(128) {
  transition-delay: 13.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(129),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(129) {
  transition-delay: 13.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(130),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(130) {
  transition-delay: 13.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(131),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(131) {
  transition-delay: 13.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(132),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(132) {
  transition-delay: 13.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(133),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(133) {
  transition-delay: 13.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(134),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(134) {
  transition-delay: 13.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(135),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(135) {
  transition-delay: 13.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(136),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(136) {
  transition-delay: 13.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(137),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(137) {
  transition-delay: 14s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(138),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(138) {
  transition-delay: 14.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(139),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(139) {
  transition-delay: 14.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(140),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(140) {
  transition-delay: 14.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(141),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(141) {
  transition-delay: 14.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(142),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(142) {
  transition-delay: 14.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(143),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(143) {
  transition-delay: 14.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(144),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(144) {
  transition-delay: 14.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(145),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(145) {
  transition-delay: 14.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(146),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(146) {
  transition-delay: 14.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(147),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(147) {
  transition-delay: 15s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(148),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(148) {
  transition-delay: 15.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(149),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(149) {
  transition-delay: 15.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(150),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(150) {
  transition-delay: 15.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(151),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(151) {
  transition-delay: 15.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(152),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(152) {
  transition-delay: 15.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(153),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(153) {
  transition-delay: 15.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(154),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(154) {
  transition-delay: 15.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(155),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(155) {
  transition-delay: 15.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(156),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(156) {
  transition-delay: 15.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(157),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(157) {
  transition-delay: 16s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(158),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(158) {
  transition-delay: 16.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(159),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(159) {
  transition-delay: 16.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(160),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(160) {
  transition-delay: 16.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(161),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(161) {
  transition-delay: 16.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(162),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(162) {
  transition-delay: 16.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(163),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(163) {
  transition-delay: 16.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(164),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(164) {
  transition-delay: 16.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(165),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(165) {
  transition-delay: 16.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(166),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(166) {
  transition-delay: 16.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(167),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(167) {
  transition-delay: 17s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(168),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(168) {
  transition-delay: 17.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(169),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(169) {
  transition-delay: 17.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(170),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(170) {
  transition-delay: 17.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(171),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(171) {
  transition-delay: 17.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(172),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(172) {
  transition-delay: 17.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(173),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(173) {
  transition-delay: 17.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(174),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(174) {
  transition-delay: 17.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(175),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(175) {
  transition-delay: 17.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(176),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(176) {
  transition-delay: 17.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(177),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(177) {
  transition-delay: 18s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(178),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(178) {
  transition-delay: 18.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(179),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(179) {
  transition-delay: 18.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(180),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(180) {
  transition-delay: 18.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(181),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(181) {
  transition-delay: 18.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(182),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(182) {
  transition-delay: 18.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(183),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(183) {
  transition-delay: 18.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(184),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(184) {
  transition-delay: 18.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(185),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(185) {
  transition-delay: 18.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(186),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(186) {
  transition-delay: 18.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(187),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(187) {
  transition-delay: 19s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(188),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(188) {
  transition-delay: 19.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(189),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(189) {
  transition-delay: 19.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(190),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(190) {
  transition-delay: 19.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(191),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(191) {
  transition-delay: 19.4s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(192),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(192) {
  transition-delay: 19.5s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(193),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(193) {
  transition-delay: 19.6s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(194),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(194) {
  transition-delay: 19.7s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(195),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(195) {
  transition-delay: 19.8s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(196),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(196) {
  transition-delay: 19.9s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(197),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(197) {
  transition-delay: 20s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(198),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(198) {
  transition-delay: 20.1s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(199),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(199) {
  transition-delay: 20.2s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(200),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(200) {
  transition-delay: 20.3s;
}
.wysiwyg.js-reveal.is-visible[class*=delay-400] > *:nth-child(201),
.mce-content-body.js-reveal.is-visible[class*=delay-400] > *:nth-child(201) {
  transition-delay: 20.4s;
}
@media (min-width: 1024px) {
  .wysiwyg p, .wysiwyg ul, .wysiwyg ol, .mce-content-body p, .mce-content-body ul, .mce-content-body ol{
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1.75;
  }
}
.wysiwyg img.aligncenter, .mce-content-body img.aligncenter{
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.wysiwyg img.alignnone, .mce-content-body img.alignnone{
  display: inline-block;
  vertical-align: middle;
}
.wysiwyg img.alignnone:not(:first-child), .mce-content-body img.alignnone:not(:first-child){
  margin-left: 0.25rem;
}
.wysiwyg img.alignnone:not(:last-child), .mce-content-body img.alignnone:not(:last-child){
  margin-right: 0.25rem;
}
.wysiwyg .player, .wysiwyg .wp-video, .mce-content-body .player, .mce-content-body .wp-video{
  overflow: hidden;
  border-radius: 1rem;
  margin-left: auto;
  margin-right: auto;
}
.wysiwyg .btn:not(:last-child), .mce-content-body .btn:not(:last-child){
  margin-bottom: 1rem;
}
.wysiwyg ul:not(.page-numbers):not(:last-child), .mce-content-body ul:not(.page-numbers):not(:last-child){
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .wysiwyg ul:not(.page-numbers):not(:last-child), .mce-content-body ul:not(.page-numbers):not(:last-child){
    margin-bottom: 2rem;
  }
}
.wysiwyg ul:not(.page-numbers) li, .mce-content-body ul:not(.page-numbers) li{
  padding-left: 2rem;
  margin-bottom: 1rem;
}
.wysiwyg ul:not(.page-numbers) li::before,
.mce-content-body ul:not(.page-numbers) li::before {
  content: "";
  height: 0.125rem;
  width: 1rem;
  position: absolute;
  left: 0px;
  top: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
[class*=bg-white] .wysiwyg ul:not(.page-numbers) li::before, [class*=bg-white] .mce-content-body ul:not(.page-numbers) li::before{
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.3;
}
.wysiwyg ul:not(.page-numbers) li ul, .mce-content-body ul:not(.page-numbers) li ul{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.wysiwyg ul:not(.page-numbers) li ul li, .mce-content-body ul:not(.page-numbers) li ul li{
  padding-left: 1.5rem;
}
.wysiwyg ul:not(.page-numbers) li ul li::before,
.mce-content-body ul:not(.page-numbers) li ul li::before {
  content: "";
  top: 0.5rem;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
}
@media (min-width: 1024px) {
  .wysiwyg ul:not(.page-numbers) li ul li::before, .mce-content-body ul:not(.page-numbers) li ul li::before{
    top: 0.75rem;
  }
}
.wysiwyg ol:not(.page-numbers),
.mce-content-body ol:not(.page-numbers) {
  counter-reset: puce;
}
.wysiwyg ol:not(.page-numbers):not(:last-child), .mce-content-body ol:not(.page-numbers):not(:last-child){
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .wysiwyg ol:not(.page-numbers):not(:last-child), .mce-content-body ol:not(.page-numbers):not(:last-child){
    margin-bottom: 2rem;
  }
}
.wysiwyg ol:not(.page-numbers) li, .mce-content-body ol:not(.page-numbers) li{
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  counter-increment: puce;
}
.wysiwyg ol:not(.page-numbers) li::before,
.mce-content-body ol:not(.page-numbers) li::before {
  content: counter(puce) ".";
  position: absolute;
  left: 0px;
  top: 0px;
  font-weight: 700;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-text-opacity: 0.3;
}
[class*=bg-white] .wysiwyg ol:not(.page-numbers) li::before, [class*=bg-white] .mce-content-body ol:not(.page-numbers) li::before{
  color: rgb(0 0 0 / var(--tw-text-opacity));
  --tw-text-opacity: 0.3;
}
.wysiwyg ol:not(.page-numbers) li ul, .wysiwyg ol:not(.page-numbers) li ol, .mce-content-body ol:not(.page-numbers) li ul, .mce-content-body ol:not(.page-numbers) li ol{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.wysiwyg a:not(.btn):not(.no-style):not([class*=mejs]):not(.page-numbers),
.mce-content-body a:not(.btn):not(.no-style):not([class*=mejs]):not(.page-numbers) {
  background-image: linear-gradient(90deg, #fff 0%, #fff 100%) !important;
  background-size: 100% 2px;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.wysiwyg a:not(.btn):not(.no-style):not([class*=mejs]):not(.page-numbers):hover,
.mce-content-body a:not(.btn):not(.no-style):not([class*=mejs]):not(.page-numbers):hover {
  animation: moveline 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
}
.text-gray-900 .wysiwyg a:not(.btn):not(.no-style):not([class*=mejs]):not(.page-numbers),
.text-gray-900 .mce-content-body a:not(.btn):not(.no-style):not([class*=mejs]):not(.page-numbers) {
  background-image: linear-gradient(90deg, #18181A 0%, #18181A 100%) !important;
}
.wysiwyg a:not(.btn):not(.no-style):not([class*=mejs]):not(.page-numbers).text-yellow-400,
.mce-content-body a:not(.btn):not(.no-style):not([class*=mejs]):not(.page-numbers).text-yellow-400 {
  background-image: linear-gradient(90deg, #FEF335 0%, #FEF335 100%) !important;
}
@keyframes moveline {
  0% {
    background-size: 100% 2px;
    background-position: right bottom;
  }
  50% {
    background-size: 0% 2px;
    background-position: right bottom;
  }
  51% {
    background-size: 0% 2px;
    background-position: left bottom;
  }
  100% {
    background-size: 100% 2px;
    background-position: left bottom;
  }
}
@keyframes movelinetitle {
  0% {
    background-size: 100% 1px;
    background-position: right bottom;
  }
  50% {
    background-size: 0% 1px;
    background-position: right bottom;
  }
  51% {
    background-size: 0% 1px;
    background-position: left bottom;
  }
  100% {
    background-size: 100% 1px;
    background-position: left bottom;
  }
}
.wysiwyg figure, .mce-content-body figure{
  max-width: 100%;
}
.wysiwyg img:not(.no-rounded), .mce-content-body img:not(.no-rounded){
  border-radius: 1rem;
}
@media (min-width: 1024px) {
  .wysiwyg h2[style*="text-align: center;"],
.wysiwyg h3[style*="text-align: center;"],
.wysiwyg h4[style*="text-align: center;"],
.mce-content-body h2[style*="text-align: center;"],
.mce-content-body h3[style*="text-align: center;"],
.mce-content-body h4[style*="text-align: center;"] {
    width: 125%;
    margin-left: -12.5%;
    margin-bottom: 3.5rem;
  }
}
.wysiwyg .wp-caption, .mce-content-body .wp-caption{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 1024px) {
  .wysiwyg .wp-caption, .mce-content-body .wp-caption{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.wysiwyg .wp-caption figcaption, .mce-content-body .wp-caption figcaption{
  text-align: right;
  margin-top: 1rem;
  font-weight: 300;
}
@media (min-width: 1024px) {
  .wysiwyg .wp-caption.aligncenter,
.mce-content-body .wp-caption.aligncenter {
    width: 150% !important;
    margin-left: -25%;
    max-width: none;
  }
}
.wysiwyg .wp-caption.aligncenter img, .mce-content-body .wp-caption.aligncenter img{
  width: 100%;
}
.wysiwyg .gallery, .mce-content-body .gallery{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  gap: 1rem;
  display: grid;
}
@media (min-width: 1024px) {
  .wysiwyg .gallery,
.mce-content-body .gallery {
    width: 150% !important;
    margin-left: -25%;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media (min-width: 768px) {
  .wysiwyg .gallery.gallery-columns-1,
.mce-content-body .gallery.gallery-columns-1 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .wysiwyg .gallery.gallery-columns-1,
.mce-content-body .gallery.gallery-columns-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .wysiwyg .gallery.gallery-columns-2,
.mce-content-body .gallery.gallery-columns-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .wysiwyg .gallery.gallery-columns-2,
.mce-content-body .gallery.gallery-columns-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .wysiwyg .gallery.gallery-columns-3,
.mce-content-body .gallery.gallery-columns-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .wysiwyg .gallery.gallery-columns-3,
.mce-content-body .gallery.gallery-columns-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .wysiwyg .gallery.gallery-columns-4,
.mce-content-body .gallery.gallery-columns-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .wysiwyg .gallery.gallery-columns-4,
.mce-content-body .gallery.gallery-columns-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .wysiwyg .gallery.gallery-columns-5,
.mce-content-body .gallery.gallery-columns-5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .wysiwyg .gallery.gallery-columns-5,
.mce-content-body .gallery.gallery-columns-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .wysiwyg .gallery.gallery-columns-6,
.mce-content-body .gallery.gallery-columns-6 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .wysiwyg .gallery.gallery-columns-6,
.mce-content-body .gallery.gallery-columns-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .wysiwyg .gallery.gallery-columns-7,
.mce-content-body .gallery.gallery-columns-7 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .wysiwyg .gallery.gallery-columns-7,
.mce-content-body .gallery.gallery-columns-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .wysiwyg .gallery.gallery-columns-8,
.mce-content-body .gallery.gallery-columns-8 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .wysiwyg .gallery.gallery-columns-8,
.mce-content-body .gallery.gallery-columns-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .wysiwyg .gallery.gallery-columns-9,
.mce-content-body .gallery.gallery-columns-9 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .wysiwyg .gallery.gallery-columns-9,
.mce-content-body .gallery.gallery-columns-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
}
.wysiwyg .iframe-container,
.mce-content-body .iframe-container {
  width: 100%;
  padding-top: 56.25%;
}
.wysiwyg .iframe-container:not(:last-child), .mce-content-body .iframe-container:not(:last-child){
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .wysiwyg .iframe-container:not(:last-child), .mce-content-body .iframe-container:not(:last-child){
    margin-bottom: 2rem;
  }
}
.wysiwyg .iframe-container iframe,
.mce-content-body .iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wysiwyg .mejs-container:not(:last-child), .mce-content-body .mejs-container:not(:last-child){
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .wysiwyg .mejs-container:not(:last-child), .mce-content-body .mejs-container:not(:last-child){
    margin-bottom: 2rem;
  }
}
.wysiwyg .mejs-container .mejs-inner, .mce-content-body .mejs-container .mejs-inner{
  height: 100%;
}
.single-post .wysiwyg h2, .single-post .mce-content-body h2{
  font-size: 1.875rem;
  line-height: 2.25rem;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  .single-post .wysiwyg h2, .single-post .mce-content-body h2{
    font-size: 3.65vw;
    line-height: 1.15;
  }
}
.single-post .wysiwyg h3, .single-post .mce-content-body h3{
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  .single-post .wysiwyg h3, .single-post .mce-content-body h3{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .single-post .wysiwyg h3, .single-post .mce-content-body h3{
    font-size: 2.65vw;
    line-height: 1.15;
  }
}
.single-post .wysiwyg h4, .single-post .mce-content-body h4{
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  .single-post .wysiwyg h4, .single-post .mce-content-body h4{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.single-post .wysiwyg h4:not(:last-child), .single-post .mce-content-body h4:not(:last-child){
  margin-bottom: 1.5rem;
}
.wysiwyg .hbspt-form::after,
.mce-content-body .hbspt-form::after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.no-customscroll .wysiwyg .hbspt-form::after,
.no-customscroll .mce-content-body .hbspt-form::after {
  display: none;
}
.wysiwyg .hbspt-form.onfocus::after, .mce-content-body .hbspt-form.onfocus::after{
  display: none;
}

.cover-media .media {
  clip-path: url(#svgPathCover);
  height: 74.88%;
  width: 54.94%;
}
.cover-media svg {
  overflow: initial;
}
.cover-media .shapes.js-reveal.shape-1 .s1, .cover-media .shapes.js-reveal.shape-1 .s2{
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-translate-x: 2.5rem;
  --tw-translate-y: 2.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.3s;
}
.cover-media .shapes.js-reveal.shape-1 .s2{
  --tw-translate-x: -2.5rem;
  --tw-translate-y: -2.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cover-media .shapes.js-reveal.shape-2 .s1, .cover-media .shapes.js-reveal.shape-2 .s2{
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-translate-x: -2.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.3s;
}
.cover-media .shapes.js-reveal.shape-2 .s2{
  --tw-translate-x: 2.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cover-media .shapes.js-reveal .media{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  opacity: 0;
}
.cover-media .shapes.js-reveal.is-visible.img-is-loaded.shape-1 .s1, .cover-media .shapes.js-reveal.is-visible.img-is-loaded.shape-1 .s2, .cover-media .shapes.js-reveal.is-visible.img-is-loaded.shape-2 .s1, .cover-media .shapes.js-reveal.is-visible.img-is-loaded.shape-2 .s2{
  transform: none;
  opacity: 1;
}
.cover-media .shapes.js-reveal.is-visible.img-is-loaded.shape-1 .s2, .cover-media .shapes.js-reveal.is-visible.img-is-loaded.shape-2 .s2 {
  transition-delay: 0.1s;
}
.cover-media .shapes.js-reveal.is-visible.img-is-loaded .media{
  opacity: 1;
  transition-delay: 0.5s;
}
.cover-media .shape-2 .media {
  clip-path: url(#svgPathCoverShape2);
  height: 69%;
  width: 45.6%;
  top: 27.6%;
  right: 3.2%;
}

.cover .compo.js-reveal .shape-1{
  --tw-translate-x: -2.5rem;
  --tw-translate-y: -2.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.3s;
}
.cover .compo.js-reveal .shape-2{
  --tw-translate-x: 2.5rem;
  --tw-translate-y: 2.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.3s;
}
.cover .compo.js-reveal.is-visible .shape-1, .cover .compo.js-reveal.is-visible .shape-2{
  transform: none;
  opacity: 1;
}
.cover .compo.js-reveal.is-visible .shape-2 {
  transition-delay: 0.1s;
}

.list-txtimg .imgs {
  left: 57%;
  right: 0;
  clip-path: url(#svgPathListTxtImg);
}
@media (min-width: 1280px) {
  .list-txtimg .item.active{
    opacity: 1;
  }
}
.list-txtimg .img.active{
  opacity: 1;
  visibility: visible;
}
.list-txtimg .list.js-reveal > li{
  opacity: 0;
  --tw-translate-y: 2.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.list-txtimg .list.js-reveal.is-visible > li{
  opacity: 1;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.list-txtimg .list.js-reveal.is-visible > li:nth-child(1) {
  transition-delay: 0s;
}
.list-txtimg .list.js-reveal.is-visible > li:nth-child(2) {
  transition-delay: 0.1s;
}
.list-txtimg .list.js-reveal.is-visible > li:nth-child(3) {
  transition-delay: 0.2s;
}
.list-txtimg .list.js-reveal.is-visible > li:nth-child(4) {
  transition-delay: 0.3s;
}
.list-txtimg .list.js-reveal.is-visible > li:nth-child(5) {
  transition-delay: 0.4s;
}
.list-txtimg .list.js-reveal.is-visible > li:nth-child(6) {
  transition-delay: 0.5s;
}
.list-txtimg .list.js-reveal.is-visible > li:nth-child(7) {
  transition-delay: 0.6s;
}
.list-txtimg .list.js-reveal.is-visible > li:nth-child(8) {
  transition-delay: 0.7s;
}
.list-txtimg .list.js-reveal.is-visible > li:nth-child(9) {
  transition-delay: 0.8s;
}
.list-txtimg .list.js-reveal.is-visible > li:nth-child(10) {
  transition-delay: 0.9s;
}
.list-txtimg .list.js-reveal.is-visible > li:nth-child(11) {
  transition-delay: 1s;
}
.list-txtimg .list.js-reveal.is-visible > li:nth-child(12) {
  transition-delay: 1.1s;
}
.list-txtimg .list.js-reveal.is-visible > li:nth-child(13) {
  transition-delay: 1.2s;
}
.list-txtimg .list.js-reveal.is-visible > li:nth-child(14) {
  transition-delay: 1.3s;
}
.list-txtimg .list.js-reveal.is-visible > li:nth-child(15) {
  transition-delay: 1.4s;
}
.list-txtimg .list.js-reveal.is-visible > li:nth-child(16) {
  transition-delay: 1.5s;
}
.list-txtimg .list.js-reveal.is-visible > li:nth-child(17) {
  transition-delay: 1.6s;
}
.list-txtimg .list.js-reveal.is-visible > li:nth-child(18) {
  transition-delay: 1.7s;
}
.list-txtimg .list.js-reveal.is-visible > li:nth-child(19) {
  transition-delay: 1.8s;
}
.list-txtimg .list.js-reveal.is-visible > li:nth-child(20) {
  transition-delay: 1.9s;
}
.list-txtimg .list.js-reveal.is-visible > li:nth-child(21) {
  transition-delay: 2s;
}

:root {
  --plyr-color-main: #18181A;
}

.plyr.plyr--video .plyr__control--overlaid {
  padding: 40px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.plyr.plyr--video .plyr__control--overlaid svg *{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  fill: #18181A;
}
.plyr.plyr--video .plyr__control--overlaid:hover svg *{
  fill: #fff;
}
.plyr.plyr--stopped .plyr__controls, .plyr.plyr--paused .plyr__controls{
  display: none;
}

.slider.js-reveal .flickity-cell, .slider-mobile.js-reveal .flickity-cell{
  opacity: 0;
  left: 2.5rem;
  transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.slider.js-reveal .flickity-page-dots, .slider.js-reveal .flickity-prev-next-button, .slider-mobile.js-reveal .flickity-page-dots, .slider-mobile.js-reveal .flickity-prev-next-button{
  opacity: 0;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-delay: 0.3s;
}
.slider.js-reveal.is-visible .flickity-cell, .slider-mobile.js-reveal.is-visible .flickity-cell{
  opacity: 1;
  transform: none;
  left: 0px;
}
.slider.js-reveal.is-visible .flickity-cell:nth-child(1),
.slider-mobile.js-reveal.is-visible .flickity-cell:nth-child(1) {
  transition-delay: 0s;
}
.slider.js-reveal.is-visible .flickity-cell:nth-child(2),
.slider-mobile.js-reveal.is-visible .flickity-cell:nth-child(2) {
  transition-delay: 0.1s;
}
.slider.js-reveal.is-visible .flickity-cell:nth-child(3),
.slider-mobile.js-reveal.is-visible .flickity-cell:nth-child(3) {
  transition-delay: 0.2s;
}
.slider.js-reveal.is-visible .flickity-cell:nth-child(4),
.slider-mobile.js-reveal.is-visible .flickity-cell:nth-child(4) {
  transition-delay: 0.3s;
}
.slider.js-reveal.is-visible .flickity-cell:nth-child(5),
.slider-mobile.js-reveal.is-visible .flickity-cell:nth-child(5) {
  transition-delay: 0.4s;
}
.slider.js-reveal.is-visible .flickity-cell:nth-child(6),
.slider-mobile.js-reveal.is-visible .flickity-cell:nth-child(6) {
  transition-delay: 0.5s;
}
.slider.js-reveal.is-visible .flickity-cell:nth-child(7),
.slider-mobile.js-reveal.is-visible .flickity-cell:nth-child(7) {
  transition-delay: 0.6s;
}
.slider.js-reveal.is-visible .flickity-page-dots, .slider.js-reveal.is-visible .flickity-prev-next-button, .slider-mobile.js-reveal.is-visible .flickity-page-dots, .slider-mobile.js-reveal.is-visible .flickity-prev-next-button{
  opacity: 1;
}
.slider .flickity-viewport,
.slider-mobile .flickity-viewport {
  overflow: initial;
}
.slider .flickity-page-dots, .slider-mobile .flickity-page-dots{
  bottom: -2rem;
}
@media (min-width: 768px) {
  .slider .flickity-page-dots, .slider-mobile .flickity-page-dots{
    bottom: -3.5rem;
  }
}
@media (min-width: 1024px) {
  .slider .flickity-page-dots, .slider-mobile .flickity-page-dots{
    bottom: -5rem;
  }
}
.slider .flickity-page-dots button,
.slider-mobile .flickity-page-dots button {
  text-indent: -9999em;
  overflow: hidden;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  --tw-bg-opacity: 0.3;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.slider .flickity-page-dots button:hover, .slider-mobile .flickity-page-dots button:hover{
  --tw-bg-opacity: 1;
}
.slider .flickity-page-dots button.is-selected, .slider-mobile .flickity-page-dots button.is-selected{
  width: 1.5rem;
  --tw-bg-opacity: 1;
}
.slider .flickity-prev-next-button, .slider-mobile .flickity-prev-next-button{
  margin-top: 2rem;
  top: 100%;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  left: 0px;
  right: auto;
  height: 4rem;
  width: 4rem;
  border-radius: 9999px;
  background-color: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-border-opacity: 0.4;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  z-index: 1;
  display: none;
}
@media (min-width: 1024px) {
  .slider .flickity-prev-next-button, .slider-mobile .flickity-prev-next-button{
    display: block;
  }
}
.slider .flickity-prev-next-button::after,
.slider-mobile .flickity-prev-next-button::after {
  content: "";
  height: 1rem;
  width: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggMTZMMCA4TDggMEw5LjQyNSAxLjRMMy44MjUgN0gxNlY5SDMuODI1TDkuNDI1IDE0LjZMOCAxNloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=) center center no-repeat;
  background-size: contain;
}
.slider .flickity-prev-next-button svg, .slider-mobile .flickity-prev-next-button svg{
  display: none;
}
.slider .flickity-prev-next-button:hover, .slider-mobile .flickity-prev-next-button:hover{
  background-color: transparent;
  --tw-border-opacity: 1;
}
.slider .flickity-prev-next-button.previous, .slider-mobile .flickity-prev-next-button.previous{
  left: 0px;
}
.slider .flickity-prev-next-button.next, .slider-mobile .flickity-prev-next-button.next{
  left: 5rem;
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.slider-fade .flickity-viewport {
  transition: height 0.2s;
}

.slider-mobile::after {
  content: "flickity";
  display: none;
  /* hide :after */
}
@media (min-width: 1024px) {
  .slider-mobile::after {
    content: "";
  }
}
@media (min-width: 768px) {
  .slider-mobile.pin-wrap::after {
    content: "";
  }
}

.js-reveal.reveal-y{
  opacity: 0;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-translate-y: 2.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.js-reveal.reveal-scale{
  opacity: 0;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition: transform 0.6s cubic-bezier(0.95, 0.05, 0.795, 0.035), opacity 0.3s;
}
.js-reveal.reveal-opacity{
  opacity: 0;
  transition: opacity 0.3s;
}
.js-reveal.is-visible.reveal-y, .js-reveal.is-visible.reveal-scale, .js-reveal.is-visible.reveal-opacity{
  opacity: 1;
  transform: none;
}
.js-reveal.delay-0 {
  transition-delay: 0s;
}
.js-reveal.delay-100 {
  transition-delay: 0.1s;
}
.js-reveal.delay-200 {
  transition-delay: 0.2s;
}
.js-reveal.delay-300 {
  transition-delay: 0.3s;
}
.js-reveal.delay-400 {
  transition-delay: 0.4s;
}

.media.js-reveal{
  opacity: 0;
  --tw-blur: blur(4px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.media.js-reveal.is-visible.img-is-loaded{
  opacity: 1;
  filter: none;
}

.marquee-imgs .flickity-viewport {
  overflow: initial;
}

ul.page-numbers{
  align-items: center;
  justify-content: center;
  display: flex;
}

.wysiwyg.js-reveal > *:not(ul.page-numbers):not(ul), .wysiwyg.js-reveal > ul.page-numbers > div:not(.overlay), .mce-content-body.js-reveal > *:not(ul.page-numbers):not(ul), .mce-content-body.js-reveal > ul.page-numbers > div:not(.overlay){
  opacity: 0;
  --tw-translate-y: 2.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay){
  opacity: 1;
  transform: none;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(1), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(1), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(1), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(1) {
  transition-delay: 0s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(2), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(2), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(2), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(2) {
  transition-delay: 0.1s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(3), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(3), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(3), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(3) {
  transition-delay: 0.2s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(4), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(4), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(4), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(4) {
  transition-delay: 0.3s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(5), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(5), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(5), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(5) {
  transition-delay: 0.4s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(6), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(6), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(6), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(6) {
  transition-delay: 0.5s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(7), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(7), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(7), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(7) {
  transition-delay: 0.6s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(8), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(8), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(8), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(8) {
  transition-delay: 0.7s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(9), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(9), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(9), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(9) {
  transition-delay: 0.8s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(10), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(10), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(10), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(10) {
  transition-delay: 0.9s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(11), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(11), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(11), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(11) {
  transition-delay: 1s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(12), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(12), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(12), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(12) {
  transition-delay: 1.1s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(13), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(13), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(13), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(13) {
  transition-delay: 1.2s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(14), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(14), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(14), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(14) {
  transition-delay: 1.3s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(15), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(15), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(15), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(15) {
  transition-delay: 1.4s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(16), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(16), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(16), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(16) {
  transition-delay: 1.5s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(17), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(17), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(17), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(17) {
  transition-delay: 1.6s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(18), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(18), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(18), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(18) {
  transition-delay: 1.7s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(19), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(19), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(19), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(19) {
  transition-delay: 1.8s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(20), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(20), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(20), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(20) {
  transition-delay: 1.9s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(21), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(21), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(21), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(21) {
  transition-delay: 2s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(22), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(22), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(22), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(22) {
  transition-delay: 2.1s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(23), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(23), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(23), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(23) {
  transition-delay: 2.2s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(24), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(24), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(24), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(24) {
  transition-delay: 2.3s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(25), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(25), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(25), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(25) {
  transition-delay: 2.4s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(26), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(26), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(26), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(26) {
  transition-delay: 2.5s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(27), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(27), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(27), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(27) {
  transition-delay: 2.6s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(28), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(28), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(28), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(28) {
  transition-delay: 2.7s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(29), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(29), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(29), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(29) {
  transition-delay: 2.8s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(30), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(30), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(30), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(30) {
  transition-delay: 2.9s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(31), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(31), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(31), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(31) {
  transition-delay: 3s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(32), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(32), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(32), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(32) {
  transition-delay: 3.1s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(33), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(33), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(33), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(33) {
  transition-delay: 3.2s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(34), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(34), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(34), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(34) {
  transition-delay: 3.3s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(35), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(35), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(35), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(35) {
  transition-delay: 3.4s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(36), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(36), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(36), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(36) {
  transition-delay: 3.5s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(37), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(37), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(37), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(37) {
  transition-delay: 3.6s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(38), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(38), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(38), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(38) {
  transition-delay: 3.7s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(39), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(39), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(39), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(39) {
  transition-delay: 3.8s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(40), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(40), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(40), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(40) {
  transition-delay: 3.9s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(41), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(41), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(41), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(41) {
  transition-delay: 4s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(42), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(42), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(42), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(42) {
  transition-delay: 4.1s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(43), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(43), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(43), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(43) {
  transition-delay: 4.2s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(44), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(44), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(44), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(44) {
  transition-delay: 4.3s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(45), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(45), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(45), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(45) {
  transition-delay: 4.4s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(46), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(46), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(46), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(46) {
  transition-delay: 4.5s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(47), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(47), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(47), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(47) {
  transition-delay: 4.6s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(48), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(48), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(48), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(48) {
  transition-delay: 4.7s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(49), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(49), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(49), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(49) {
  transition-delay: 4.8s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(50), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(50), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(50), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(50) {
  transition-delay: 4.9s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(51), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(51), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(51), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(51) {
  transition-delay: 5s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(52), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(52), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(52), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(52) {
  transition-delay: 5.1s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(53), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(53), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(53), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(53) {
  transition-delay: 5.2s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(54), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(54), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(54), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(54) {
  transition-delay: 5.3s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(55), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(55), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(55), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(55) {
  transition-delay: 5.4s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(56), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(56), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(56), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(56) {
  transition-delay: 5.5s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(57), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(57), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(57), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(57) {
  transition-delay: 5.6s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(58), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(58), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(58), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(58) {
  transition-delay: 5.7s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(59), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(59), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(59), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(59) {
  transition-delay: 5.8s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(60), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(60), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(60), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(60) {
  transition-delay: 5.9s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(61), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(61), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(61), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(61) {
  transition-delay: 6s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(62), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(62), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(62), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(62) {
  transition-delay: 6.1s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(63), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(63), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(63), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(63) {
  transition-delay: 6.2s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(64), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(64), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(64), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(64) {
  transition-delay: 6.3s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(65), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(65), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(65), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(65) {
  transition-delay: 6.4s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(66), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(66), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(66), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(66) {
  transition-delay: 6.5s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(67), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(67), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(67), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(67) {
  transition-delay: 6.6s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(68), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(68), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(68), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(68) {
  transition-delay: 6.7s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(69), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(69), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(69), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(69) {
  transition-delay: 6.8s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(70), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(70), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(70), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(70) {
  transition-delay: 6.9s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(71), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(71), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(71), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(71) {
  transition-delay: 7s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(72), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(72), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(72), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(72) {
  transition-delay: 7.1s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(73), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(73), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(73), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(73) {
  transition-delay: 7.2s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(74), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(74), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(74), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(74) {
  transition-delay: 7.3s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(75), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(75), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(75), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(75) {
  transition-delay: 7.4s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(76), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(76), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(76), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(76) {
  transition-delay: 7.5s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(77), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(77), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(77), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(77) {
  transition-delay: 7.6s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(78), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(78), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(78), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(78) {
  transition-delay: 7.7s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(79), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(79), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(79), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(79) {
  transition-delay: 7.8s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(80), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(80), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(80), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(80) {
  transition-delay: 7.9s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(81), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(81), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(81), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(81) {
  transition-delay: 8s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(82), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(82), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(82), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(82) {
  transition-delay: 8.1s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(83), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(83), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(83), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(83) {
  transition-delay: 8.2s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(84), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(84), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(84), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(84) {
  transition-delay: 8.3s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(85), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(85), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(85), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(85) {
  transition-delay: 8.4s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(86), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(86), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(86), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(86) {
  transition-delay: 8.5s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(87), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(87), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(87), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(87) {
  transition-delay: 8.6s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(88), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(88), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(88), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(88) {
  transition-delay: 8.7s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(89), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(89), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(89), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(89) {
  transition-delay: 8.8s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(90), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(90), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(90), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(90) {
  transition-delay: 8.9s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(91), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(91), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(91), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(91) {
  transition-delay: 9s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(92), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(92), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(92), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(92) {
  transition-delay: 9.1s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(93), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(93), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(93), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(93) {
  transition-delay: 9.2s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(94), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(94), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(94), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(94) {
  transition-delay: 9.3s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(95), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(95), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(95), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(95) {
  transition-delay: 9.4s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(96), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(96), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(96), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(96) {
  transition-delay: 9.5s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(97), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(97), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(97), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(97) {
  transition-delay: 9.6s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(98), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(98), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(98), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(98) {
  transition-delay: 9.7s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(99), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(99), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(99), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(99) {
  transition-delay: 9.8s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(100), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(100), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(100), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(100) {
  transition-delay: 9.9s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(101), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(101), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(101), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(101) {
  transition-delay: 10s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(102), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(102), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(102), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(102) {
  transition-delay: 10.1s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(103), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(103), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(103), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(103) {
  transition-delay: 10.2s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(104), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(104), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(104), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(104) {
  transition-delay: 10.3s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(105), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(105), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(105), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(105) {
  transition-delay: 10.4s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(106), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(106), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(106), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(106) {
  transition-delay: 10.5s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(107), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(107), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(107), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(107) {
  transition-delay: 10.6s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(108), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(108), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(108), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(108) {
  transition-delay: 10.7s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(109), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(109), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(109), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(109) {
  transition-delay: 10.8s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(110), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(110), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(110), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(110) {
  transition-delay: 10.9s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(111), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(111), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(111), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(111) {
  transition-delay: 11s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(112), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(112), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(112), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(112) {
  transition-delay: 11.1s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(113), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(113), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(113), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(113) {
  transition-delay: 11.2s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(114), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(114), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(114), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(114) {
  transition-delay: 11.3s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(115), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(115), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(115), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(115) {
  transition-delay: 11.4s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(116), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(116), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(116), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(116) {
  transition-delay: 11.5s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(117), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(117), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(117), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(117) {
  transition-delay: 11.6s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(118), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(118), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(118), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(118) {
  transition-delay: 11.7s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(119), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(119), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(119), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(119) {
  transition-delay: 11.8s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(120), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(120), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(120), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(120) {
  transition-delay: 11.9s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(121), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(121), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(121), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(121) {
  transition-delay: 12s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(122), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(122), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(122), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(122) {
  transition-delay: 12.1s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(123), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(123), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(123), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(123) {
  transition-delay: 12.2s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(124), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(124), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(124), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(124) {
  transition-delay: 12.3s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(125), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(125), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(125), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(125) {
  transition-delay: 12.4s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(126), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(126), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(126), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(126) {
  transition-delay: 12.5s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(127), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(127), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(127), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(127) {
  transition-delay: 12.6s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(128), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(128), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(128), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(128) {
  transition-delay: 12.7s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(129), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(129), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(129), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(129) {
  transition-delay: 12.8s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(130), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(130), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(130), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(130) {
  transition-delay: 12.9s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(131), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(131), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(131), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(131) {
  transition-delay: 13s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(132), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(132), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(132), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(132) {
  transition-delay: 13.1s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(133), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(133), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(133), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(133) {
  transition-delay: 13.2s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(134), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(134), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(134), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(134) {
  transition-delay: 13.3s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(135), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(135), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(135), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(135) {
  transition-delay: 13.4s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(136), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(136), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(136), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(136) {
  transition-delay: 13.5s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(137), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(137), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(137), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(137) {
  transition-delay: 13.6s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(138), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(138), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(138), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(138) {
  transition-delay: 13.7s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(139), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(139), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(139), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(139) {
  transition-delay: 13.8s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(140), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(140), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(140), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(140) {
  transition-delay: 13.9s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(141), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(141), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(141), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(141) {
  transition-delay: 14s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(142), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(142), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(142), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(142) {
  transition-delay: 14.1s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(143), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(143), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(143), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(143) {
  transition-delay: 14.2s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(144), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(144), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(144), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(144) {
  transition-delay: 14.3s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(145), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(145), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(145), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(145) {
  transition-delay: 14.4s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(146), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(146), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(146), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(146) {
  transition-delay: 14.5s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(147), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(147), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(147), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(147) {
  transition-delay: 14.6s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(148), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(148), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(148), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(148) {
  transition-delay: 14.7s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(149), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(149), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(149), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(149) {
  transition-delay: 14.8s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(150), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(150), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(150), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(150) {
  transition-delay: 14.9s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(151), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(151), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(151), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(151) {
  transition-delay: 15s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(152), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(152), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(152), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(152) {
  transition-delay: 15.1s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(153), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(153), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(153), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(153) {
  transition-delay: 15.2s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(154), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(154), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(154), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(154) {
  transition-delay: 15.3s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(155), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(155), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(155), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(155) {
  transition-delay: 15.4s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(156), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(156), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(156), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(156) {
  transition-delay: 15.5s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(157), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(157), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(157), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(157) {
  transition-delay: 15.6s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(158), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(158), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(158), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(158) {
  transition-delay: 15.7s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(159), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(159), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(159), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(159) {
  transition-delay: 15.8s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(160), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(160), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(160), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(160) {
  transition-delay: 15.9s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(161), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(161), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(161), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(161) {
  transition-delay: 16s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(162), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(162), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(162), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(162) {
  transition-delay: 16.1s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(163), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(163), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(163), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(163) {
  transition-delay: 16.2s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(164), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(164), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(164), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(164) {
  transition-delay: 16.3s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(165), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(165), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(165), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(165) {
  transition-delay: 16.4s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(166), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(166), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(166), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(166) {
  transition-delay: 16.5s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(167), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(167), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(167), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(167) {
  transition-delay: 16.6s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(168), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(168), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(168), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(168) {
  transition-delay: 16.7s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(169), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(169), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(169), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(169) {
  transition-delay: 16.8s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(170), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(170), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(170), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(170) {
  transition-delay: 16.9s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(171), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(171), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(171), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(171) {
  transition-delay: 17s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(172), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(172), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(172), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(172) {
  transition-delay: 17.1s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(173), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(173), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(173), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(173) {
  transition-delay: 17.2s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(174), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(174), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(174), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(174) {
  transition-delay: 17.3s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(175), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(175), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(175), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(175) {
  transition-delay: 17.4s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(176), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(176), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(176), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(176) {
  transition-delay: 17.5s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(177), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(177), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(177), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(177) {
  transition-delay: 17.6s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(178), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(178), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(178), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(178) {
  transition-delay: 17.7s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(179), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(179), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(179), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(179) {
  transition-delay: 17.8s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(180), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(180), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(180), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(180) {
  transition-delay: 17.9s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(181), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(181), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(181), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(181) {
  transition-delay: 18s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(182), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(182), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(182), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(182) {
  transition-delay: 18.1s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(183), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(183), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(183), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(183) {
  transition-delay: 18.2s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(184), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(184), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(184), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(184) {
  transition-delay: 18.3s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(185), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(185), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(185), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(185) {
  transition-delay: 18.4s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(186), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(186), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(186), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(186) {
  transition-delay: 18.5s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(187), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(187), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(187), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(187) {
  transition-delay: 18.6s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(188), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(188), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(188), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(188) {
  transition-delay: 18.7s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(189), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(189), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(189), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(189) {
  transition-delay: 18.8s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(190), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(190), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(190), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(190) {
  transition-delay: 18.9s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(191), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(191), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(191), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(191) {
  transition-delay: 19s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(192), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(192), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(192), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(192) {
  transition-delay: 19.1s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(193), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(193), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(193), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(193) {
  transition-delay: 19.2s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(194), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(194), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(194), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(194) {
  transition-delay: 19.3s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(195), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(195), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(195), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(195) {
  transition-delay: 19.4s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(196), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(196), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(196), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(196) {
  transition-delay: 19.5s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(197), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(197), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(197), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(197) {
  transition-delay: 19.6s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(198), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(198), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(198), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(198) {
  transition-delay: 19.7s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(199), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(199), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(199), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(199) {
  transition-delay: 19.8s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(200), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(200), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(200), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(200) {
  transition-delay: 19.9s;
}

.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(201), .wysiwyg.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(201), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers):not(ul):nth-child(201), .mce-content-body.js-reveal.is-visible > ul.page-numbers > div:not(.overlay):nth-child(201) {
  transition-delay: 20s;
}

ul.page-numbers{
  font-family: Faktum, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}
ul.page-numbers li{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
ul.page-numbers li .current{
  color: rgb(0 0 0 / var(--tw-text-opacity));
  --tw-text-opacity: 1;
  display: block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
ul.page-numbers li a {
  background: none !important;
  background-image: none !important;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  --tw-text-opacity: 0.5;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  display: block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
ul.page-numbers li a::hover{
  --tw-text-opacity: 0.8;
}
ul.page-numbers li .prev, ul.page-numbers li .next{
  align-items: center;
  justify-content: center;
  display: flex;
}
.wysiwyg.js-reveal > *:not(ul.page-numbers li .prev):not(ul), .wysiwyg.js-reveal > ul.page-numbers li .prev > div:not(.overlay), .mce-content-body.js-reveal > *:not(ul.page-numbers li .prev):not(ul), .mce-content-body.js-reveal > ul.page-numbers li .prev > div:not(.overlay), .wysiwyg.js-reveal > *:not(ul.page-numbers li .next):not(ul), .wysiwyg.js-reveal > ul.page-numbers li .next > div:not(.overlay), .mce-content-body.js-reveal > *:not(ul.page-numbers li .next):not(ul), .mce-content-body.js-reveal > ul.page-numbers li .next > div:not(.overlay){
  opacity: 0;
  --tw-translate-y: 2.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay){
  opacity: 1;
  transform: none;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(1), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(1), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(1), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(1), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(1), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(1), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(1), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(1) {
  transition-delay: 0s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(2), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(2), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(2), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(2), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(2), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(2), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(2), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(2) {
  transition-delay: 0.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(3), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(3), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(3), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(3), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(3), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(3), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(3), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(3) {
  transition-delay: 0.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(4), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(4), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(4), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(4), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(4), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(4), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(4), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(4) {
  transition-delay: 0.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(5), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(5), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(5), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(5), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(5), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(5), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(5), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(5) {
  transition-delay: 0.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(6), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(6), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(6), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(6), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(6), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(6), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(6), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(6) {
  transition-delay: 0.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(7), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(7), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(7), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(7), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(7), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(7), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(7), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(7) {
  transition-delay: 0.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(8), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(8), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(8), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(8), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(8), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(8), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(8), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(8) {
  transition-delay: 0.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(9), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(9), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(9), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(9), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(9), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(9), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(9), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(9) {
  transition-delay: 0.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(10), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(10), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(10), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(10), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(10), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(10), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(10), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(10) {
  transition-delay: 0.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(11), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(11), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(11), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(11), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(11), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(11), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(11), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(11) {
  transition-delay: 1s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(12), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(12), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(12), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(12), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(12), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(12), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(12), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(12) {
  transition-delay: 1.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(13), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(13), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(13), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(13), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(13), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(13), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(13), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(13) {
  transition-delay: 1.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(14), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(14), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(14), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(14), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(14), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(14), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(14), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(14) {
  transition-delay: 1.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(15), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(15), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(15), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(15), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(15), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(15), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(15), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(15) {
  transition-delay: 1.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(16), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(16), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(16), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(16), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(16), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(16), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(16), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(16) {
  transition-delay: 1.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(17), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(17), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(17), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(17), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(17), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(17), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(17), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(17) {
  transition-delay: 1.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(18), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(18), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(18), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(18), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(18), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(18), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(18), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(18) {
  transition-delay: 1.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(19), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(19), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(19), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(19), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(19), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(19), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(19), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(19) {
  transition-delay: 1.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(20), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(20), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(20), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(20), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(20), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(20), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(20), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(20) {
  transition-delay: 1.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(21), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(21), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(21), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(21), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(21), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(21), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(21), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(21) {
  transition-delay: 2s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(22), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(22), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(22), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(22), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(22), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(22), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(22), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(22) {
  transition-delay: 2.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(23), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(23), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(23), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(23), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(23), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(23), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(23), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(23) {
  transition-delay: 2.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(24), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(24), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(24), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(24), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(24), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(24), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(24), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(24) {
  transition-delay: 2.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(25), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(25), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(25), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(25), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(25), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(25), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(25), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(25) {
  transition-delay: 2.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(26), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(26), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(26), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(26), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(26), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(26), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(26), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(26) {
  transition-delay: 2.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(27), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(27), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(27), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(27), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(27), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(27), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(27), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(27) {
  transition-delay: 2.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(28), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(28), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(28), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(28), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(28), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(28), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(28), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(28) {
  transition-delay: 2.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(29), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(29), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(29), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(29), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(29), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(29), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(29), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(29) {
  transition-delay: 2.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(30), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(30), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(30), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(30), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(30), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(30), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(30), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(30) {
  transition-delay: 2.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(31), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(31), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(31), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(31), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(31), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(31), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(31), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(31) {
  transition-delay: 3s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(32), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(32), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(32), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(32), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(32), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(32), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(32), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(32) {
  transition-delay: 3.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(33), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(33), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(33), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(33), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(33), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(33), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(33), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(33) {
  transition-delay: 3.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(34), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(34), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(34), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(34), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(34), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(34), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(34), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(34) {
  transition-delay: 3.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(35), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(35), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(35), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(35), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(35), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(35), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(35), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(35) {
  transition-delay: 3.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(36), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(36), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(36), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(36), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(36), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(36), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(36), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(36) {
  transition-delay: 3.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(37), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(37), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(37), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(37), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(37), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(37), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(37), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(37) {
  transition-delay: 3.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(38), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(38), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(38), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(38), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(38), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(38), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(38), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(38) {
  transition-delay: 3.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(39), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(39), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(39), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(39), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(39), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(39), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(39), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(39) {
  transition-delay: 3.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(40), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(40), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(40), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(40), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(40), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(40), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(40), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(40) {
  transition-delay: 3.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(41), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(41), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(41), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(41), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(41), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(41), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(41), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(41) {
  transition-delay: 4s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(42), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(42), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(42), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(42), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(42), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(42), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(42), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(42) {
  transition-delay: 4.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(43), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(43), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(43), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(43), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(43), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(43), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(43), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(43) {
  transition-delay: 4.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(44), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(44), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(44), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(44), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(44), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(44), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(44), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(44) {
  transition-delay: 4.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(45), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(45), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(45), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(45), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(45), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(45), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(45), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(45) {
  transition-delay: 4.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(46), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(46), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(46), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(46), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(46), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(46), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(46), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(46) {
  transition-delay: 4.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(47), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(47), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(47), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(47), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(47), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(47), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(47), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(47) {
  transition-delay: 4.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(48), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(48), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(48), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(48), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(48), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(48), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(48), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(48) {
  transition-delay: 4.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(49), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(49), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(49), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(49), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(49), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(49), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(49), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(49) {
  transition-delay: 4.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(50), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(50), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(50), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(50), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(50), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(50), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(50), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(50) {
  transition-delay: 4.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(51), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(51), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(51), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(51), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(51), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(51), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(51), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(51) {
  transition-delay: 5s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(52), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(52), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(52), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(52), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(52), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(52), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(52), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(52) {
  transition-delay: 5.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(53), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(53), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(53), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(53), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(53), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(53), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(53), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(53) {
  transition-delay: 5.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(54), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(54), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(54), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(54), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(54), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(54), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(54), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(54) {
  transition-delay: 5.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(55), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(55), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(55), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(55), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(55), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(55), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(55), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(55) {
  transition-delay: 5.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(56), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(56), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(56), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(56), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(56), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(56), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(56), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(56) {
  transition-delay: 5.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(57), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(57), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(57), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(57), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(57), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(57), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(57), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(57) {
  transition-delay: 5.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(58), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(58), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(58), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(58), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(58), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(58), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(58), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(58) {
  transition-delay: 5.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(59), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(59), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(59), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(59), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(59), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(59), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(59), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(59) {
  transition-delay: 5.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(60), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(60), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(60), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(60), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(60), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(60), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(60), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(60) {
  transition-delay: 5.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(61), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(61), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(61), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(61), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(61), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(61), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(61), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(61) {
  transition-delay: 6s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(62), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(62), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(62), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(62), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(62), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(62), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(62), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(62) {
  transition-delay: 6.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(63), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(63), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(63), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(63), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(63), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(63), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(63), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(63) {
  transition-delay: 6.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(64), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(64), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(64), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(64), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(64), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(64), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(64), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(64) {
  transition-delay: 6.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(65), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(65), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(65), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(65), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(65), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(65), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(65), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(65) {
  transition-delay: 6.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(66), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(66), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(66), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(66), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(66), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(66), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(66), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(66) {
  transition-delay: 6.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(67), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(67), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(67), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(67), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(67), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(67), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(67), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(67) {
  transition-delay: 6.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(68), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(68), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(68), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(68), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(68), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(68), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(68), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(68) {
  transition-delay: 6.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(69), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(69), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(69), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(69), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(69), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(69), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(69), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(69) {
  transition-delay: 6.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(70), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(70), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(70), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(70), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(70), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(70), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(70), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(70) {
  transition-delay: 6.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(71), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(71), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(71), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(71), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(71), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(71), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(71), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(71) {
  transition-delay: 7s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(72), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(72), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(72), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(72), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(72), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(72), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(72), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(72) {
  transition-delay: 7.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(73), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(73), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(73), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(73), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(73), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(73), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(73), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(73) {
  transition-delay: 7.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(74), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(74), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(74), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(74), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(74), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(74), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(74), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(74) {
  transition-delay: 7.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(75), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(75), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(75), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(75), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(75), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(75), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(75), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(75) {
  transition-delay: 7.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(76), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(76), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(76), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(76), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(76), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(76), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(76), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(76) {
  transition-delay: 7.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(77), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(77), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(77), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(77), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(77), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(77), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(77), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(77) {
  transition-delay: 7.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(78), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(78), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(78), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(78), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(78), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(78), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(78), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(78) {
  transition-delay: 7.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(79), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(79), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(79), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(79), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(79), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(79), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(79), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(79) {
  transition-delay: 7.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(80), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(80), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(80), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(80), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(80), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(80), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(80), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(80) {
  transition-delay: 7.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(81), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(81), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(81), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(81), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(81), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(81), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(81), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(81) {
  transition-delay: 8s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(82), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(82), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(82), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(82), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(82), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(82), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(82), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(82) {
  transition-delay: 8.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(83), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(83), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(83), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(83), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(83), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(83), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(83), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(83) {
  transition-delay: 8.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(84), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(84), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(84), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(84), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(84), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(84), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(84), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(84) {
  transition-delay: 8.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(85), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(85), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(85), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(85), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(85), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(85), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(85), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(85) {
  transition-delay: 8.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(86), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(86), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(86), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(86), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(86), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(86), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(86), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(86) {
  transition-delay: 8.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(87), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(87), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(87), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(87), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(87), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(87), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(87), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(87) {
  transition-delay: 8.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(88), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(88), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(88), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(88), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(88), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(88), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(88), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(88) {
  transition-delay: 8.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(89), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(89), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(89), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(89), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(89), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(89), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(89), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(89) {
  transition-delay: 8.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(90), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(90), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(90), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(90), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(90), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(90), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(90), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(90) {
  transition-delay: 8.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(91), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(91), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(91), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(91), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(91), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(91), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(91), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(91) {
  transition-delay: 9s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(92), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(92), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(92), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(92), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(92), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(92), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(92), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(92) {
  transition-delay: 9.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(93), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(93), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(93), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(93), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(93), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(93), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(93), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(93) {
  transition-delay: 9.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(94), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(94), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(94), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(94), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(94), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(94), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(94), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(94) {
  transition-delay: 9.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(95), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(95), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(95), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(95), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(95), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(95), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(95), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(95) {
  transition-delay: 9.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(96), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(96), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(96), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(96), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(96), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(96), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(96), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(96) {
  transition-delay: 9.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(97), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(97), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(97), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(97), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(97), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(97), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(97), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(97) {
  transition-delay: 9.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(98), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(98), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(98), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(98), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(98), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(98), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(98), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(98) {
  transition-delay: 9.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(99), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(99), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(99), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(99), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(99), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(99), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(99), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(99) {
  transition-delay: 9.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(100), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(100), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(100), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(100), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(100), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(100), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(100), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(100) {
  transition-delay: 9.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(101), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(101), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(101), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(101), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(101), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(101), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(101), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(101) {
  transition-delay: 10s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(102), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(102), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(102), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(102), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(102), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(102), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(102), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(102) {
  transition-delay: 10.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(103), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(103), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(103), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(103), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(103), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(103), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(103), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(103) {
  transition-delay: 10.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(104), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(104), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(104), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(104), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(104), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(104), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(104), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(104) {
  transition-delay: 10.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(105), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(105), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(105), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(105), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(105), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(105), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(105), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(105) {
  transition-delay: 10.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(106), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(106), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(106), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(106), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(106), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(106), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(106), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(106) {
  transition-delay: 10.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(107), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(107), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(107), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(107), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(107), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(107), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(107), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(107) {
  transition-delay: 10.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(108), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(108), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(108), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(108), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(108), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(108), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(108), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(108) {
  transition-delay: 10.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(109), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(109), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(109), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(109), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(109), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(109), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(109), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(109) {
  transition-delay: 10.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(110), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(110), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(110), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(110), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(110), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(110), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(110), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(110) {
  transition-delay: 10.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(111), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(111), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(111), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(111), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(111), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(111), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(111), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(111) {
  transition-delay: 11s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(112), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(112), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(112), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(112), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(112), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(112), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(112), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(112) {
  transition-delay: 11.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(113), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(113), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(113), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(113), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(113), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(113), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(113), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(113) {
  transition-delay: 11.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(114), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(114), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(114), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(114), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(114), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(114), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(114), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(114) {
  transition-delay: 11.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(115), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(115), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(115), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(115), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(115), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(115), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(115), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(115) {
  transition-delay: 11.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(116), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(116), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(116), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(116), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(116), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(116), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(116), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(116) {
  transition-delay: 11.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(117), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(117), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(117), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(117), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(117), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(117), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(117), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(117) {
  transition-delay: 11.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(118), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(118), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(118), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(118), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(118), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(118), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(118), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(118) {
  transition-delay: 11.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(119), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(119), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(119), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(119), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(119), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(119), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(119), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(119) {
  transition-delay: 11.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(120), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(120), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(120), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(120), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(120), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(120), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(120), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(120) {
  transition-delay: 11.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(121), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(121), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(121), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(121), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(121), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(121), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(121), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(121) {
  transition-delay: 12s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(122), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(122), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(122), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(122), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(122), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(122), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(122), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(122) {
  transition-delay: 12.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(123), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(123), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(123), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(123), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(123), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(123), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(123), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(123) {
  transition-delay: 12.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(124), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(124), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(124), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(124), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(124), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(124), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(124), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(124) {
  transition-delay: 12.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(125), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(125), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(125), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(125), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(125), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(125), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(125), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(125) {
  transition-delay: 12.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(126), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(126), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(126), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(126), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(126), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(126), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(126), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(126) {
  transition-delay: 12.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(127), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(127), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(127), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(127), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(127), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(127), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(127), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(127) {
  transition-delay: 12.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(128), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(128), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(128), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(128), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(128), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(128), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(128), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(128) {
  transition-delay: 12.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(129), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(129), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(129), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(129), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(129), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(129), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(129), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(129) {
  transition-delay: 12.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(130), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(130), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(130), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(130), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(130), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(130), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(130), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(130) {
  transition-delay: 12.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(131), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(131), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(131), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(131), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(131), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(131), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(131), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(131) {
  transition-delay: 13s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(132), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(132), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(132), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(132), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(132), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(132), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(132), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(132) {
  transition-delay: 13.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(133), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(133), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(133), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(133), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(133), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(133), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(133), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(133) {
  transition-delay: 13.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(134), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(134), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(134), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(134), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(134), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(134), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(134), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(134) {
  transition-delay: 13.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(135), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(135), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(135), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(135), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(135), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(135), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(135), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(135) {
  transition-delay: 13.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(136), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(136), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(136), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(136), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(136), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(136), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(136), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(136) {
  transition-delay: 13.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(137), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(137), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(137), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(137), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(137), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(137), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(137), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(137) {
  transition-delay: 13.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(138), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(138), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(138), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(138), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(138), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(138), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(138), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(138) {
  transition-delay: 13.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(139), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(139), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(139), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(139), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(139), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(139), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(139), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(139) {
  transition-delay: 13.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(140), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(140), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(140), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(140), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(140), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(140), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(140), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(140) {
  transition-delay: 13.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(141), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(141), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(141), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(141), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(141), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(141), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(141), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(141) {
  transition-delay: 14s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(142), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(142), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(142), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(142), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(142), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(142), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(142), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(142) {
  transition-delay: 14.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(143), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(143), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(143), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(143), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(143), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(143), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(143), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(143) {
  transition-delay: 14.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(144), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(144), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(144), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(144), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(144), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(144), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(144), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(144) {
  transition-delay: 14.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(145), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(145), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(145), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(145), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(145), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(145), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(145), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(145) {
  transition-delay: 14.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(146), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(146), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(146), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(146), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(146), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(146), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(146), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(146) {
  transition-delay: 14.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(147), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(147), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(147), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(147), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(147), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(147), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(147), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(147) {
  transition-delay: 14.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(148), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(148), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(148), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(148), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(148), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(148), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(148), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(148) {
  transition-delay: 14.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(149), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(149), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(149), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(149), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(149), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(149), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(149), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(149) {
  transition-delay: 14.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(150), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(150), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(150), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(150), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(150), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(150), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(150), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(150) {
  transition-delay: 14.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(151), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(151), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(151), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(151), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(151), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(151), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(151), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(151) {
  transition-delay: 15s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(152), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(152), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(152), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(152), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(152), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(152), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(152), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(152) {
  transition-delay: 15.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(153), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(153), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(153), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(153), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(153), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(153), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(153), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(153) {
  transition-delay: 15.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(154), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(154), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(154), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(154), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(154), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(154), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(154), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(154) {
  transition-delay: 15.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(155), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(155), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(155), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(155), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(155), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(155), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(155), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(155) {
  transition-delay: 15.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(156), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(156), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(156), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(156), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(156), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(156), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(156), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(156) {
  transition-delay: 15.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(157), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(157), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(157), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(157), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(157), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(157), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(157), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(157) {
  transition-delay: 15.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(158), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(158), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(158), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(158), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(158), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(158), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(158), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(158) {
  transition-delay: 15.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(159), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(159), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(159), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(159), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(159), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(159), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(159), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(159) {
  transition-delay: 15.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(160), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(160), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(160), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(160), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(160), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(160), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(160), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(160) {
  transition-delay: 15.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(161), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(161), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(161), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(161), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(161), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(161), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(161), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(161) {
  transition-delay: 16s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(162), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(162), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(162), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(162), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(162), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(162), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(162), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(162) {
  transition-delay: 16.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(163), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(163), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(163), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(163), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(163), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(163), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(163), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(163) {
  transition-delay: 16.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(164), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(164), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(164), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(164), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(164), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(164), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(164), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(164) {
  transition-delay: 16.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(165), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(165), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(165), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(165), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(165), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(165), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(165), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(165) {
  transition-delay: 16.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(166), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(166), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(166), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(166), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(166), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(166), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(166), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(166) {
  transition-delay: 16.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(167), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(167), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(167), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(167), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(167), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(167), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(167), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(167) {
  transition-delay: 16.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(168), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(168), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(168), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(168), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(168), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(168), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(168), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(168) {
  transition-delay: 16.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(169), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(169), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(169), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(169), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(169), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(169), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(169), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(169) {
  transition-delay: 16.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(170), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(170), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(170), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(170), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(170), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(170), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(170), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(170) {
  transition-delay: 16.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(171), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(171), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(171), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(171), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(171), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(171), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(171), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(171) {
  transition-delay: 17s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(172), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(172), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(172), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(172), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(172), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(172), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(172), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(172) {
  transition-delay: 17.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(173), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(173), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(173), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(173), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(173), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(173), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(173), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(173) {
  transition-delay: 17.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(174), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(174), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(174), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(174), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(174), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(174), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(174), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(174) {
  transition-delay: 17.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(175), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(175), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(175), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(175), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(175), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(175), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(175), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(175) {
  transition-delay: 17.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(176), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(176), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(176), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(176), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(176), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(176), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(176), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(176) {
  transition-delay: 17.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(177), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(177), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(177), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(177), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(177), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(177), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(177), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(177) {
  transition-delay: 17.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(178), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(178), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(178), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(178), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(178), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(178), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(178), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(178) {
  transition-delay: 17.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(179), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(179), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(179), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(179), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(179), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(179), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(179), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(179) {
  transition-delay: 17.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(180), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(180), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(180), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(180), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(180), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(180), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(180), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(180) {
  transition-delay: 17.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(181), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(181), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(181), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(181), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(181), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(181), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(181), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(181) {
  transition-delay: 18s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(182), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(182), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(182), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(182), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(182), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(182), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(182), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(182) {
  transition-delay: 18.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(183), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(183), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(183), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(183), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(183), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(183), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(183), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(183) {
  transition-delay: 18.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(184), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(184), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(184), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(184), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(184), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(184), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(184), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(184) {
  transition-delay: 18.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(185), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(185), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(185), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(185), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(185), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(185), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(185), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(185) {
  transition-delay: 18.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(186), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(186), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(186), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(186), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(186), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(186), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(186), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(186) {
  transition-delay: 18.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(187), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(187), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(187), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(187), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(187), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(187), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(187), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(187) {
  transition-delay: 18.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(188), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(188), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(188), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(188), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(188), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(188), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(188), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(188) {
  transition-delay: 18.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(189), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(189), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(189), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(189), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(189), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(189), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(189), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(189) {
  transition-delay: 18.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(190), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(190), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(190), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(190), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(190), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(190), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(190), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(190) {
  transition-delay: 18.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(191), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(191), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(191), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(191), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(191), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(191), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(191), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(191) {
  transition-delay: 19s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(192), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(192), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(192), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(192), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(192), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(192), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(192), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(192) {
  transition-delay: 19.1s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(193), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(193), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(193), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(193), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(193), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(193), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(193), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(193) {
  transition-delay: 19.2s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(194), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(194), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(194), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(194), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(194), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(194), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(194), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(194) {
  transition-delay: 19.3s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(195), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(195), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(195), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(195), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(195), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(195), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(195), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(195) {
  transition-delay: 19.4s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(196), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(196), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(196), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(196), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(196), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(196), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(196), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(196) {
  transition-delay: 19.5s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(197), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(197), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(197), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(197), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(197), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(197), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(197), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(197) {
  transition-delay: 19.6s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(198), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(198), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(198), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(198), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(198), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(198), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(198), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(198) {
  transition-delay: 19.7s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(199), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(199), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(199), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(199), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(199), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(199), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(199), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(199) {
  transition-delay: 19.8s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(200), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(200), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(200), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(200), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(200), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(200), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(200), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(200) {
  transition-delay: 19.9s;
}
.wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(201), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(201), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .prev):not(ul):nth-child(201), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .prev > div:not(.overlay):nth-child(201), .wysiwyg.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(201), .wysiwyg.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(201), .mce-content-body.js-reveal.is-visible > *:not(ul.page-numbers li .next):not(ul):nth-child(201), .mce-content-body.js-reveal.is-visible > ul.page-numbers li .next > div:not(.overlay):nth-child(201) {
  transition-delay: 20s;
}
ul.page-numbers li .prev, ul.page-numbers li .next{
  height: 3rem;
  width: 3rem;
  border-radius: 9999px;
  border-width: 2px;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-border-opacity: 0.4;
}
@media (min-width: 768px) {
  ul.page-numbers li .prev, ul.page-numbers li .next{
    height: 4rem;
    width: 4rem;
  }
}
ul.page-numbers li .prev:hover, ul.page-numbers li .next:hover{
  --tw-border-opacity: 0.5;
}
ul.page-numbers li .prev .icon *, ul.page-numbers li .next .icon *{
  fill: #000;
}
ul.page-numbers li .next{
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.accordion-item.js-reveal{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --tw-translate-y: 2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
}
.accordion-item.js-reveal.is-visible{
  opacity: 1;
  transform: none;
}
.accordion-item .header{
  padding-left: 3rem;
}
@media (min-width: 1024px) {
  .accordion-item .header{
    padding-left: 0px;
  }
}
.accordion-item .header img {
  vertical-align: top;
  max-width: 36px;
}
@media (min-width: 1024px) {
  .accordion-item .header img {
    max-width: 48px;
  }
}
.accordion-item .header img:first-child{
  position: absolute;
  top: 50%;
  left: 0px;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 1024px) {
  .accordion-item .header img:first-child{
    position: relative;
    top: auto;
    transform: none;
    float: none;
    margin-right: 1rem;
  }
}
.accordion-item.open .header .icon-more i:last-child{
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.table-comparatif .table-header .title{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
  transition-delay: 0s;
}
.table-comparatif .table-header.is-inviewport .info > *{
  opacity: 0;
  transition-delay: 0s;
}
.table-comparatif .table-header.is-inviewport .info > *.title{
  opacity: 1;
  visibility: visible;
  transition-delay: 0.05s;
}

/* Vendors
\*============================================================================*/
/* eslint-disable */
@keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes plyr-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: inherit;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: 1.7;
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
  z-index: 0;
}

.plyr audio,
.plyr iframe,
.plyr video {
  display: block;
  height: 100%;
  width: 100%;
}

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}

.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  box-sizing: border-box;
}

.plyr--full-ui *,
.plyr--full-ui ::after,
.plyr--full-ui ::before {
  box-sizing: inherit;
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  touch-action: manipulation;
}

.plyr__badge {
  background: #4a5464;
  background: var(--plyr-badge-background, #4a5464);
  border-radius: 2px;
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: #fff;
  color: var(--plyr-badge-text-color, #fff);
  font-size: 9px;
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}

.plyr__captions span:empty {
  display: none;
}

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 15px;
    font-size: var(--plyr-font-size-base, 15px);
    padding: 20px;
    padding: calc(var(--plyr-control-spacing, 10px) * 2);
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
    font-size: var(--plyr-font-size-large, 18px);
  }
}
.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(-40px);
  transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}

.plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #fff;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}

.plyr__caption div {
  display: inline;
}

.plyr__control {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  border-radius: var(--plyr-control-radius, 3px);
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
  position: relative;
  transition: all 0.3s ease;
}

.plyr__control svg {
  fill: currentColor;
  display: block;
  height: 18px;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: 18px;
  width: var(--plyr-control-icon-size, 18px);
}

.plyr__control:focus {
  outline: 0;
}

.plyr__control.plyr__tab-focus {
  outline: 3px dotted #00b2ff;
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff))) dotted 3px;
  outline-offset: 2px;
}

a.plyr__control {
  text-decoration: none;
}

.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
a.plyr__control::after,
a.plyr__control::before {
  display: none;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}

.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}

.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
  margin-left: calc(var(--plyr-control-spacing, 10px) / 4);
}

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px) / 4);
}

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
  padding: 0 calc(var(--plyr-control-spacing, 10px) / 2);
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time + .plyr__time,
.plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0;
}

.plyr [data-plyr=airplay],
.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen],
.plyr [data-plyr=pip],
.plyr__controls:empty {
  display: none;
}

.plyr--airplay-supported [data-plyr=airplay],
.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen],
.plyr--pip-supported [data-plyr=pip] {
  display: inline-block;
}

.plyr__menu {
  display: flex;
  position: relative;
}

.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg);
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}

.plyr__menu__container {
  animation: plyr-popup 0.2s ease;
  background: hsla(0deg, 0%, 100%, 0.9);
  background: var(--plyr-menu-background, hsla(0deg, 0%, 100%, 0.9));
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  font-size: 15px;
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}

.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.plyr__menu__container::after {
  border: 4px solid transparent;
  border-top-color: hsla(0deg, 0%, 100%, 0.9);
  border: var(--plyr-menu-arrow-size, 4px) solid transparent;
  border-top-color: var(--plyr-menu-background, hsla(0deg, 0%, 100%, 0.9));
  content: "";
  height: 0;
  position: absolute;
  right: 14px;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7 - var(--plyr-menu-arrow-size, 4px) / 2);
  top: 100%;
  width: 0;
}

.plyr__menu__container [role=menu] {
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}

.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}

.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  display: flex;
  font-size: 13px;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding: 4.66667px 10.5px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7 / 1.5) calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5);
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
}

.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}

.plyr__menu__container .plyr__control::after {
  border: 4px solid transparent;
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
  padding-right: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
}

.plyr__menu__container .plyr__control--forward::after {
  border-left-color: #728197;
  border-left-color: var(--plyr-menu-arrow-color, #728197);
  right: 6.5px;
  right: calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}

.plyr__menu__container .plyr__control--back {
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: 7px;
  margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
  margin-bottom: 3.5px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) * 0.7 / 2);
  padding-left: 28px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
  position: relative;
  width: calc(100% - 14px);
  width: calc(100% - var(--plyr-control-spacing, 10px) * 0.7 * 2);
}

.plyr__menu__container .plyr__control--back::after {
  border-right-color: #728197;
  border-right-color: var(--plyr-menu-arrow-color, #728197);
  left: 6.5px;
  left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}

.plyr__menu__container .plyr__control--back::before {
  background: #dcdfe5;
  background: var(--plyr-menu-back-border-color, #dcdfe5);
  box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: 3.5px;
  margin-top: calc(var(--plyr-control-spacing, 10px) * 0.7 / 2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after,
.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  border-radius: 100%;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all 0.3s ease;
  width: 16px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: #00b2ff;
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before,
.plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(35, 40, 47, 0.1);
}

.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: -5px;
  margin-right: calc(var(--plyr-control-spacing, 10px) * 0.7 * -1 + 2);
  overflow: hidden;
  padding-left: 24.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 3.5);
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 26px;
  border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
  color: #00b2ff;
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  display: block;
  height: 19px;
  height: calc(var(--plyr-range-thumb-active-shadow-width, 3px) * 2 + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
  background-image: linear-gradient(90deg, currentColor 0, transparent 0);
  background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0));
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: -4px;
  margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2 * -1);
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
}

.plyr--full-ui input[type=range]::-ms-track {
  color: transparent;
}

.plyr--full-ui input[type=range]::-ms-fill-upper,
.plyr--full-ui input[type=range]::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: 0 0;
  background: currentColor;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}

.plyr--full-ui input[type=range]:focus {
  outline: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  outline: 3px dotted #00b2ff;
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff))) dotted 3px;
  outline-offset: 2px;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  outline: 3px dotted #00b2ff;
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff))) dotted 3px;
  outline-offset: 2px;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  outline: 3px dotted #00b2ff;
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff))) dotted 3px;
  outline-offset: 2px;
}

.plyr__poster {
  background-color: #000;
  background-color: var(--plyr-video-background, var(--plyr-video-background, #000));
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: none;
}

.plyr__time {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__time + .plyr__time::before {
  content: "⁄";
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
}

@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}
.plyr__tooltip {
  background: hsla(0deg, 0%, 100%, 0.9);
  background: var(--plyr-tooltip-background, hsla(0deg, 0%, 100%, 0.9));
  border-radius: 5px;
  border-radius: var(--plyr-tooltip-radius, 5px);
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-tooltip-color, #4a5464);
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
  opacity: 0;
  padding: 5px 7.5px;
  padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(var(--plyr-control-spacing, 10px) / 2 * 1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
  white-space: nowrap;
  z-index: 2;
}

.plyr__tooltip::before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid hsla(0deg, 0%, 100%, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, hsla(0deg, 0%, 100%, 0.9));
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translateY(10px) scale(0.8);
  transform-origin: 0 100%;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: 16px;
  left: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translateY(10px) scale(0.8);
  transform-origin: 100% 100%;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7);
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  transform: translate(0) scale(1);
}

.plyr__progress {
  left: 6.5px;
  left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
  margin-right: 13px;
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}

.plyr__progress input[type=range],
.plyr__progress__buffer {
  margin-left: -6.5px;
  margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  margin-right: -6.5px;
  margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  width: calc(100% + 13px);
  width: calc(100% + var(--plyr-range-thumb-height, 13px));
}

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}

.plyr__progress .plyr__tooltip {
  left: 0;
  max-width: 120px;
  overflow-wrap: break-word;
  white-space: normal;
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: -2.5px;
  margin-top: calc(var(--plyr-range-track-height, 5px) / 2 * -1);
  padding: 0;
  position: absolute;
  top: 50%;
}

.plyr__progress__buffer::-webkit-progress-bar {
  background: 0 0;
}

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(35, 40, 47, 0.6) 25%, transparent 0, transparent 50%, rgba(35, 40, 47, 0.6) 0, rgba(35, 40, 47, 0.6) 75%, transparent 0, transparent);
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: hsla(0deg, 0%, 100%, 0.25);
  background-color: var(--plyr-video-progress-buffered-background, hsla(0deg, 0%, 100%, 0.25));
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr__progress__marker {
  background-color: #fff;
  background-color: var(--plyr-progress-marker-background, #fff);
  border-radius: 1px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3px;
  width: var(--plyr-progress-marker-width, 3px);
  z-index: 3;
}

.plyr__volume {
  align-items: center;
  display: flex;
  max-width: 110px;
  min-width: 80px;
  position: relative;
  width: 20%;
}

.plyr__volume input[type=range] {
  margin-left: 5px;
  margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
  margin-right: 5px;
  margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
  position: relative;
  z-index: 2;
}

.plyr--is-ios .plyr__volume {
  min-width: 0;
  width: auto;
}

.plyr--audio {
  display: block;
}

.plyr--audio .plyr__controls {
  background: #fff;
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: #4a5464;
  color: var(--plyr-audio-control-color, #4a5464);
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
}

.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true] {
  background: #00b2ff;
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  color: #fff;
  color: var(--plyr-audio-control-color-hover, #fff);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 200, 209, 0.6);
  color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr--video {
  background: #000;
  background: var(--plyr-video-background, var(--plyr-video-background, #000));
  overflow: hidden;
}

.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: #000;
  background: var(--plyr-video-background, var(--plyr-video-background, #000));
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 16/9;
}

@supports not (aspect-ratio: 16/9) {
  .plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }
}
.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
  background: var(--plyr-video-controls-background, linear-gradient(transparent, rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: 5px;
  padding: calc(var(--plyr-control-spacing, 10px) / 2);
  padding-top: 20px;
  padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}

@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    padding-top: 35px;
    padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
  }
}
.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
  background: #00b2ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  color: #fff;
  color: var(--plyr-video-control-color-hover, #fff);
}

.plyr__control--overlaid {
  background: #00b2ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  border: 0;
  border-radius: 100%;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: 0.9;
  padding: 15px;
  padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: 2;
}

.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}

.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
  opacity: 1;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: hsla(0deg, 0%, 100%, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, hsla(0deg, 0%, 100%, 0.25)));
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: hsla(0deg, 0%, 100%, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, hsla(0deg, 0%, 100%, 0.25)));
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: hsla(0deg, 0%, 100%, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, hsla(0deg, 0%, 100%, 0.25)));
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px hsla(0deg, 0%, 100%, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0deg, 0%, 100%, 0.5));
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px hsla(0deg, 0%, 100%, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0deg, 0%, 100%, 0.5));
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px hsla(0deg, 0%, 100%, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0deg, 0%, 100%, 0.5));
}

.plyr--video .plyr__progress__buffer {
  color: hsla(0deg, 0%, 100%, 0.25);
  color: var(--plyr-video-progress-buffered-background, hsla(0deg, 0%, 100%, 0.25));
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:fullscreen video {
  height: 100%;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10000000;
}

.plyr--fullscreen-fallback video {
  height: 100%;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

.plyr__ads::after {
  background: #23282f;
  border-radius: 2px;
  bottom: 10px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}

.plyr__ads:empty::after {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: hsla(0deg, 0%, 100%, 0.9);
  background-color: var(--plyr-tooltip-background, hsla(0deg, 0%, 100%, 0.9));
  border-radius: 5px;
  border-radius: var(--plyr-tooltip-radius, 5px);
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  transform: translateY(10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
  z-index: 2;
}

.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0) scale(1);
}

.plyr__preview-thumb::before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid hsla(0deg, 0%, 100%, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, hsla(0deg, 0%, 100%, 0.9));
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: calc(50% + var(--preview-arrow-offset));
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr__preview-thumb__image-container {
  background: #c1c8d1;
  border-radius: 4px;
  border-radius: calc(var(--plyr-tooltip-radius, 5px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__preview-thumb__image-container img,
.plyr__preview-thumb__image-container::after {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr__preview-thumb__image-container::after {
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  content: "";
  pointer-events: none;
}

.plyr__preview-thumb__image-container img {
  max-height: none;
  max-width: none;
}

.plyr__preview-thumb__time-container {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
  background: var(--plyr-video-controls-background, linear-gradient(transparent, rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: 4px;
  border-bottom-left-radius: calc(var(--plyr-tooltip-radius, 5px) - 1px);
  border-bottom-right-radius: 4px;
  border-bottom-right-radius: calc(var(--plyr-tooltip-radius, 5px) - 1px);
  bottom: 0;
  left: 0;
  line-height: 1.1;
  padding: 20px 6px 6px;
  position: absolute;
  right: 0;
  z-index: 3;
}

.plyr__preview-thumb__time-container span {
  color: #fff;
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}

.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  border: 0 !important;
  height: 1px !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}

/* eslint-disable */
/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0deg, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* flickity-fade */
.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}

/* eslint-disable */
/*! locomotive-scroll v4.1.3 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

[data-scroll-direction=horizontal] [data-scroll-container] {
  height: 100vh;
  display: inline-block;
  white-space: nowrap;
}

[data-scroll-direction=horizontal] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%;
}

.c-scrollbar {
  position: fixed;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}

.c-scrollbar:hover {
  transform: scaleX(1.45);
}

.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
  opacity: 1;
}

[data-scroll-direction=horizontal] .c-scrollbar {
  width: 100%;
  height: 10px;
  top: auto;
  bottom: 0;
  transform: scaleY(1);
}

[data-scroll-direction=horizontal] .c-scrollbar:hover {
  transform: scaleY(1.3);
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

[data-scroll-direction=horizontal] .c-scrollbar_thumb {
  right: auto;
  bottom: 0;
}

.hover\:fill-blue-200:hover{
  fill: #46F2F2;
}

.hover\:fill-purple-400:hover{
  fill: #9542FF;
}

.hover\:text-violet-400:hover{
  --tw-text-opacity: 1;
  color: rgb(167 139 250 / var(--tw-text-opacity));
}

.hover\:opacity-60:hover{
  opacity: 0.6;
}

.group:hover .group-hover\:visible{
  visibility: visible;
}

.group:hover .group-hover\:rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:rotate-\[0\.5deg\]{
  --tw-rotate: 0.5deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:transform-none{
  transform: none;
}

.group:hover .group-hover\:opacity-100{
  opacity: 1;
}

.group:hover .group-hover\:duration-\[2000ms\]{
  transition-duration: 2000ms;
}

@media (min-width: 768px){
  .s\:grid-push-4{
    margin-left: 33.333333333333336%;
  }
  .s\:grid-push-5{
    margin-left: 41.666666666666664%;
  }
  .s\:grid-col-4{
    float: left;
    display: block;
    width: 33.333333333333336%;
  }
  .s\:grid-col-5{
    float: left;
    display: block;
    width: 41.666666666666664%;
  }
  .s\:grid-col-6{
    float: left;
    display: block;
    width: 50%;
  }
  .s\:grid-col-7{
    float: left;
    display: block;
    width: 58.333333333333336%;
  }
  .s\:grid-push-4{
    margin-left: 33.333333333333336%;
  }
  .s\:grid-push-5{
    margin-left: 41.666666666666664%;
  }
  .s\:grid-col-4{
    float: left;
    display: block;
    width: 33.333333333333336%;
  }
  .s\:grid-col-5{
    float: left;
    display: block;
    width: 41.666666666666664%;
  }
  .s\:grid-col-6{
    float: left;
    display: block;
    width: 50%;
  }
  .s\:grid-col-7{
    float: left;
    display: block;
    width: 58.333333333333336%;
  }
  .s\:absolute{
    position: absolute;
  }
  .s\:relative{
    position: relative;
  }
  .s\:-top-52{
    top: -13rem;
  }
  .s\:-bottom-52{
    bottom: -13rem;
  }
  .s\:top-36{
    top: 9rem;
  }
  .s\:top-1\/2{
    top: 50%;
  }
  .s\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }
  .s\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .s\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .s\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .s\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .s\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .s\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .s\:mt-52{
    margin-top: 13rem;
  }
  .s\:ml-14{
    margin-left: 3.5rem;
  }
  .s\:mt-0{
    margin-top: 0px;
  }
  .s\:ml-0{
    margin-left: 0px;
  }
  .s\:mr-7{
    margin-right: 1.75rem;
  }
  .s\:mb-0{
    margin-bottom: 0px;
  }
  .s\:-ml-\[20\%\]{
    margin-left: -20%;
  }
  .s\:mb-20{
    margin-bottom: 5rem;
  }
  .s\:mt-20{
    margin-top: 5rem;
  }
  .s\:mb-8{
    margin-bottom: 2rem;
  }
  .s\:mt-32{
    margin-top: 8rem;
  }
  .s\:mb-28{
    margin-bottom: 7rem;
  }
  .s\:mb-14{
    margin-bottom: 3.5rem;
  }
  .s\:mt-6{
    margin-top: 1.5rem;
  }
  .s\:-mt-28{
    margin-top: -7rem;
  }
  .s\:mb-16{
    margin-bottom: 4rem;
  }
  .s\:mr-6{
    margin-right: 1.5rem;
  }
  .s\:mt-16{
    margin-top: 4rem;
  }
  .s\:h-7{
    height: 1.75rem;
  }
  .s\:h-1{
    height: 0.25rem;
  }
  .s\:h-\[26rem\]{
    height: 26rem;
  }
  .s\:h-screen{
    height: 100vh;
  }
  .s\:w-\[30\%\]{
    width: 30%;
  }
  .s\:w-\[70\%\]{
    width: 70%;
  }
  .s\:w-\[120\%\]{
    width: 120%;
  }
  .s\:w-7{
    width: 1.75rem;
  }
  .s\:w-5\/12{
    width: 41.666667%;
  }
  .s\:w-9\/12{
    width: 75%;
  }
  .s\:w-7\/12{
    width: 58.333333%;
  }
  .s\:w-\[calc\(100\%-6\.5rem\)\]{
    width: calc(100% - 6.5rem);
  }
  .s\:max-w-none{
    max-width: none;
  }
  .s\:-translate-y-1\/2{
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .s\:flex-row{
    flex-direction: row;
  }
  .s\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  .s\:items-center{
    align-items: center;
  }
  .s\:justify-start{
    justify-content: flex-start;
  }
  .s\:border-t-0{
    border-top-width: 0px;
  }
  .s\:border-l{
    border-left-width: 1px;
  }
  .s\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .s\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .s\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .s\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .s\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .s\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .s\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .s\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .s\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .s\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
  .s\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .s\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .s\:pt-44{
    padding-top: 11rem;
  }
  .s\:pb-28{
    padding-bottom: 7rem;
  }
  .s\:pl-14{
    padding-left: 3.5rem;
  }
  .s\:pt-0{
    padding-top: 0px;
  }
  .s\:pl-8{
    padding-left: 2rem;
  }
  .s\:pr-10{
    padding-right: 2.5rem;
  }
  .s\:pb-10{
    padding-bottom: 2.5rem;
  }
  .s\:pt-8{
    padding-top: 2rem;
  }
  .s\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .s\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .s\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .s\:flex{
    display: flex;
  }
}

@media (min-width: 1024px){
  .m\:grid-push-1{
    margin-left: 8.333333333333334%;
  }
  .m\:grid-push-2{
    margin-left: 16.666666666666668%;
  }
  .m\:grid-push-4{
    margin-left: 33.333333333333336%;
  }
  .m\:grid-push-5{
    margin-left: 41.666666666666664%;
  }
  .m\:grid-col-1{
    float: left;
    display: block;
    width: 8.333333333333334%;
  }
  .m\:grid-col-2{
    float: left;
    display: block;
    width: 16.666666666666668%;
  }
  .m\:grid-col-4{
    float: left;
    display: block;
    width: 33.333333333333336%;
  }
  .m\:grid-col-5{
    float: left;
    display: block;
    width: 41.666666666666664%;
  }
  .m\:grid-col-6{
    float: left;
    display: block;
    width: 50%;
  }
  .m\:grid-col-7{
    float: left;
    display: block;
    width: 58.333333333333336%;
  }
  .m\:grid-col-8{
    float: left;
    display: block;
    width: 66.66666666666667%;
  }
  .m\:grid-col-10{
    float: left;
    display: block;
    width: 83.33333333333333%;
  }
  .m\:grid-push-1{
    margin-left: 8.333333333333334%;
  }
  .m\:grid-push-2{
    margin-left: 16.666666666666668%;
  }
  .m\:grid-push-4{
    margin-left: 33.333333333333336%;
  }
  .m\:grid-push-5{
    margin-left: 41.666666666666664%;
  }
  .m\:grid-col-1{
    float: left;
    display: block;
    width: 8.333333333333334%;
  }
  .m\:grid-col-2{
    float: left;
    display: block;
    width: 16.666666666666668%;
  }
  .m\:grid-col-4{
    float: left;
    display: block;
    width: 33.333333333333336%;
  }
  .m\:grid-col-5{
    float: left;
    display: block;
    width: 41.666666666666664%;
  }
  .m\:grid-col-6{
    float: left;
    display: block;
    width: 50%;
  }
  .m\:grid-col-7{
    float: left;
    display: block;
    width: 58.333333333333336%;
  }
  .m\:grid-col-8{
    float: left;
    display: block;
    width: 66.66666666666667%;
  }
  .m\:grid-col-10{
    float: left;
    display: block;
    width: 83.33333333333333%;
  }
  .m\:absolute{
    position: absolute;
  }
  .m\:relative{
    position: relative;
  }
  .m\:top-auto{
    top: auto;
  }
  .m\:bottom-0{
    bottom: 0px;
  }
  .m\:top-\[15\%\]{
    top: 15%;
  }
  .m\:-top-16{
    top: -4rem;
  }
  .m\:mt-0{
    margin-top: 0px;
  }
  .m\:ml-28{
    margin-left: 7rem;
  }
  .m\:mb-56{
    margin-bottom: 14rem;
  }
  .m\:mb-0{
    margin-bottom: 0px;
  }
  .m\:ml-0{
    margin-left: 0px;
  }
  .m\:-ml-\[9\%\]{
    margin-left: -9%;
  }
  .m\:mt-20{
    margin-top: 5rem;
  }
  .m\:-ml-\[25\%\]{
    margin-left: -25%;
  }
  .m\:-mt-52{
    margin-top: -13rem;
  }
  .m\:mb-12{
    margin-bottom: 3rem;
  }
  .m\:min-h-screen{
    min-height: 100vh;
  }
  .m\:w-full{
    width: 100%;
  }
  .m\:w-\[118\%\]{
    width: 118%;
  }
  .m\:w-\[150\%\]{
    width: 150%;
  }
  .m\:w-\[calc\(33\.33333\%-2rem\)\]{
    width: calc(33.33333% - 2rem);
  }
  .m\:w-8\/12{
    width: 66.666667%;
  }
  .m\:w-1\/2{
    width: 50%;
  }
  .m\:w-5\/12{
    width: 41.666667%;
  }
  .m\:w-10\/12{
    width: 83.333333%;
  }
  .m\:translate-y-1\/2{
    --tw-translate-y: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .m\:items-center{
    align-items: center;
  }
  .m\:overflow-hidden{
    overflow: hidden;
  }
  .m\:bg-transparent{
    background-color: transparent;
  }
  .m\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .m\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .m\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .m\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .m\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .m\:pt-44{
    padding-top: 11rem;
  }
  .m\:pb-12{
    padding-bottom: 3rem;
  }
  .m\:pt-20{
    padding-top: 5rem;
  }
  .m\:pb-8{
    padding-bottom: 2rem;
  }
  .m\:pt-52{
    padding-top: 13rem;
  }
  .m\:text-left{
    text-align: left;
  }
  .m\:text-h3{
    font-size: 3.65vw;
    line-height: 1.15;
  }
  .m\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .m\:text-h2{
    font-size: 4.7vw;
    line-height: 1.15;
  }
  .m\:text-h4{
    font-size: 2.65vw;
    line-height: 1.15;
  }
  .m\:block{
    display: block;
  }
  .m\:flex{
    display: flex;
  }
  .m\:hidden{
    display: none;
  }
  .m\:block{
    display: block;
  }
  .m\:flex{
    display: flex;
  }
  .m\:hidden{
    display: none;
  }
}

@media (min-width: 1280px){
  .l\:grid-push-1{
    margin-left: 8.333333333333334%;
  }
  .l\:grid-col-10{
    float: left;
    display: block;
    width: 83.33333333333333%;
  }
  .l\:grid-push-1{
    margin-left: 8.333333333333334%;
  }
  .l\:grid-col-10{
    float: left;
    display: block;
    width: 83.33333333333333%;
  }
  .l\:mb-44{
    margin-bottom: 11rem;
  }
  .l\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .l\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .l\:pt-80{
    padding-top: 20rem;
  }
  .l\:opacity-30{
    opacity: 0.3;
  }
}

@media (min-width: 1440px){
  .xl\:grid-push-2{
    margin-left: 16.666666666666668%;
  }
  .xl\:grid-push-6{
    margin-left: 50%;
  }
  .xl\:grid-col-5{
    float: left;
    display: block;
    width: 41.666666666666664%;
  }
  .xl\:grid-col-6{
    float: left;
    display: block;
    width: 50%;
  }
  .xl\:grid-col-8{
    float: left;
    display: block;
    width: 66.66666666666667%;
  }
  .xl\:grid-push-2{
    margin-left: 16.666666666666668%;
  }
  .xl\:grid-push-6{
    margin-left: 50%;
  }
  .xl\:grid-col-5{
    float: left;
    display: block;
    width: 41.666666666666664%;
  }
  .xl\:grid-col-6{
    float: left;
    display: block;
    width: 50%;
  }
  .xl\:grid-col-8{
    float: left;
    display: block;
    width: 66.66666666666667%;
  }
  .xl\:w-5\/12{
    width: 41.666667%;
  }
  .xl\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
}

@media (min-width: 1640px){
  .xxl\:grid-push-2{
    margin-left: 16.666666666666668%;
  }
  .xxl\:grid-col-8{
    float: left;
    display: block;
    width: 66.66666666666667%;
  }
  .xxl\:grid-push-2{
    margin-left: 16.666666666666668%;
  }
  .xxl\:grid-col-8{
    float: left;
    display: block;
    width: 66.66666666666667%;
  }
}

@media (min-width: 2040px){
  .xxxl\:-top-36{
    top: -9rem;
  }
}
