@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*
! tailwindcss v3.4.1 | 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: #e5e7eb; /* 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.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
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]) {
  -webkit-text-decoration: underline dotted;
          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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
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-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 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;
}

/*
Reset default styling for dialogs.
*/

dialog {
  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::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

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;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
}
.container{
  width: 100%;
}
@media (min-width: 640px){

  .container{
    max-width: 640px;
  }
}
@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: 1536px){

  .container{
    max-width: 1536px;
  }
}
.absolute{
  position: absolute;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mr-1{
  margin-right: 0.25rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.block{
  display: block;
}
.hidden{
  display: none;
}
.justify-center{
  justify-content: center;
}
.p-2{
  padding: 0.5rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.underline{
  text-decoration-line: underline;
}
.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);
}

:root {
  --foreground-rgb: 0, 0, 0;
  --background-start-rgb: 214, 219, 220;
  --background-end-rgb: 255, 255, 255;
}


body {
  color: rgb(var(--foreground-rgb));
  background: linear-gradient(to bottom,
      transparent,
      rgb(var(--background-end-rgb))) rgb(var(--background-start-rgb));
}


/*!
Theme Name: XTEND Barre v2
Author: Geisler Young
Author URI: http://www.geisleryoung.com
Version: 1.0.0
*/
:root {
  --gutter: 1rem
}

/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
*,
:after,
:before {
  box-sizing: border-box
}

:root {
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"
}

hr {
  height: 0;
  color: inherit
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -0.25em
}

sup {
  top: -0.5em
}

table {
  text-indent: 0;
  border-color: inherit
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
select {
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

::-moz-focus-inner {
  border-style: none;
  padding: 0
}

:-moz-focusring {
  outline: 1px dotted ButtonText
}

:-moz-ui-invalid {
  box-shadow: none
}

legend {
  padding: 0
}

progress {
  vertical-align: baseline
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

summary {
  display: list-item
}

.row.seps>div:not(:first-child) {
  position: relative;
  border-left: 1px solid #d5d5d5
}

@media (min-width: 600px) {
  .row.sm-seps>div:not(:first-child) {
    position: relative;
    border-left: 1px solid #d5d5d5
  }
}

@media (min-width: 900px) {
  .row.md-seps>div:not(:first-child) {
    position: relative;
    border-left: 1px solid #d5d5d5
  }
}

@media (min-width: 1200px) {
  .row.lg-seps>div:not(:first-child) {
    position: relative;
    border-left: 1px solid #d5d5d5
  }
}

@media (min-width: 1600px) {
  .row.xl-seps>div:not(:first-child) {
    position: relative;
    border-left: 1px solid #d5d5d5
  }
}

.round {
  border-radius: 50%;
  background-clip: padding-box
}

.screen-reader-text,
.sr-only {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px
}

.w-25 {
  width: 25%
}

.w-50 {
  width: 50%
}

.w-75 {
  width: 75%
}

.w-100 {
  width: 100%
}

@media (min-width: 600px) {
  .sm-w-25 {
    width: 25%
  }

  .sm-w-50 {
    width: 50%
  }

  .sm-w-75 {
    width: 75%
  }

  .sm-w-100 {
    width: 100%
  }
}

@media (min-width: 900px) {
  .md-w-25 {
    width: 25%
  }

  .md-w-50 {
    width: 50%
  }

  .md-w-75 {
    width: 75%
  }

  .md-w-100 {
    width: 100%
  }
}

@media (min-width: 1200px) {
  .lg-w-25 {
    width: 25%
  }

  .lg-w-50 {
    width: 50%
  }

  .lg-w-75 {
    width: 75%
  }

  .lg-w-100 {
    width: 100%
  }
}

@media (min-width: 1600px) {
  .xl-w-25 {
    width: 25%
  }

  .xl-w-50 {
    width: 50%
  }

  .xl-w-75 {
    width: 75%
  }

  .xl-w-100 {
    width: 100%
  }
}

.w-auto {
  width: auto !important;
  flex: 0 0 auto !important
}

.hide {
  display: none
}

.d-flex {
  display: flex !important
}

.d-inline-flex {
  display: inline-flex !important
}

.d-block {
  display: block !important
}

.d-inline-block {
  display: inline-block !important
}

.d-none {
  display: none !important
}

@media (min-width: 600px) {
  .sm-d-flex {
    display: flex !important
  }

  .sm-d-inline-flex {
    display: inline-flex !important
  }

  .sm-d-block {
    display: block !important
  }

  .sm-d-inline-block {
    display: inline-block !important
  }

  .sm-d-none {
    display: none !important
  }
}

@media (min-width: 900px) {
  .md-d-flex {
    display: flex !important
  }

  .md-d-inline-flex {
    display: inline-flex !important
  }

  .md-d-block {
    display: block !important
  }

  .md-d-inline-block {
    display: inline-block !important
  }

  .md-d-none {
    display: none !important
  }
}

@media (min-width: 1200px) {
  .lg-d-flex {
    display: flex !important
  }

  .lg-d-inline-flex {
    display: inline-flex !important
  }

  .lg-d-block {
    display: block !important
  }

  .lg-d-inline-block {
    display: inline-block !important
  }

  .lg-d-none {
    display: none !important
  }
}

@media (min-width: 1600px) {
  .xl-d-flex {
    display: flex !important
  }

  .xl-d-inline-flex {
    display: inline-flex !important
  }

  .xl-d-block {
    display: block !important
  }

  .xl-d-inline-block {
    display: inline-block !important
  }

  .xl-d-none {
    display: none !important
  }
}

.float-left {
  float: left
}

.float-right {
  float: right
}

@media (min-width: 600px) {
  .sm-float-left {
    float: left
  }

  .sm-float-right {
    float: right
  }
}

@media (min-width: 900px) {
  .md-float-left {
    float: left
  }

  .md-float-right {
    float: right
  }
}

@media (min-width: 1200px) {
  .lg-float-left {
    float: left
  }

  .lg-float-right {
    float: right
  }
}

@media (min-width: 1600px) {
  .xl-float-left {
    float: left
  }

  .xl-float-right {
    float: right
  }
}

@media (max-width: 600px) {
  .float-left {
    margin: 0 2rem 1rem 0
  }

  .float-right {
    margin: 0 0 1rem 2rem
  }

  figure.float-left,
  figure.float-right,
  img.float-left,
  img.float-right {
    max-width: 40%
  }
}

.flex-row {
  flex-direction: row
}

.flex-row-rev {
  flex-direction: row-reverse
}

.flex-col {
  flex-direction: column
}

@media (min-width: 600px) {
  .sm-flex-row {
    flex-direction: row
  }

  .sm-flex-row-rev {
    flex-direction: row-reverse
  }

  .sm-flex-col {
    flex-direction: column
  }
}

@media (min-width: 900px) {
  .md-flex-row {
    flex-direction: row
  }

  .md-flex-row-rev {
    flex-direction: row-reverse
  }

  .md-flex-col {
    flex-direction: column
  }
}

@media (min-width: 1200px) {
  .lg-flex-row {
    flex-direction: row
  }

  .lg-flex-row-rev {
    flex-direction: row-reverse
  }

  .lg-flex-col {
    flex-direction: column
  }
}

@media (min-width: 1600px) {
  .xl-flex-row {
    flex-direction: row
  }

  .xl-flex-row-rev {
    flex-direction: row-reverse
  }

  .xl-flex-col {
    flex-direction: column
  }
}

.justify-start {
  justify-content: flex-start
}

.justify-end {
  justify-content: flex-end
}

.justify-center {
  justify-content: center
}

.justify-between {
  justify-content: space-between
}

.justify-around {
  justify-content: space-around
}

@media (min-width: 600px) {
  .sm-justify-start {
    justify-content: flex-start
  }

  .sm-justify-end {
    justify-content: flex-end
  }

  .sm-justify-center {
    justify-content: center
  }

  .sm-justify-between {
    justify-content: space-between
  }

  .sm-justify-around {
    justify-content: space-around
  }
}

@media (min-width: 900px) {
  .md-justify-start {
    justify-content: flex-start
  }

  .md-justify-end {
    justify-content: flex-end
  }

  .md-justify-center {
    justify-content: center
  }

  .md-justify-between {
    justify-content: space-between
  }

  .md-justify-around {
    justify-content: space-around
  }
}

@media (min-width: 1200px) {
  .lg-justify-start {
    justify-content: flex-start
  }

  .lg-justify-end {
    justify-content: flex-end
  }

  .lg-justify-center {
    justify-content: center
  }

  .lg-justify-between {
    justify-content: space-between
  }

  .lg-justify-around {
    justify-content: space-around
  }
}

@media (min-width: 1600px) {
  .xl-justify-start {
    justify-content: flex-start
  }

  .xl-justify-end {
    justify-content: flex-end
  }

  .xl-justify-center {
    justify-content: center
  }

  .xl-justify-between {
    justify-content: space-between
  }

  .xl-justify-around {
    justify-content: space-around
  }
}

.align-start {
  align-items: flex-start
}

.align-end {
  align-items: flex-end
}

.align-center {
  align-items: center
}

.align-stretch {
  align-items: stretch
}

@media (min-width: 600px) {
  .sm-align-start {
    align-items: flex-start
  }

  .sm-align-end {
    align-items: flex-end
  }

  .sm-align-center {
    align-items: center
  }

  .sm-align-stretch {
    align-items: stretch
  }
}

@media (min-width: 900px) {
  .md-align-start {
    align-items: flex-start
  }

  .md-align-end {
    align-items: flex-end
  }

  .md-align-center {
    align-items: center
  }

  .md-align-stretch {
    align-items: stretch
  }
}

@media (min-width: 1200px) {
  .lg-align-start {
    align-items: flex-start
  }

  .lg-align-end {
    align-items: flex-end
  }

  .lg-align-center {
    align-items: center
  }

  .lg-align-stretch {
    align-items: stretch
  }
}

@media (min-width: 1600px) {
  .xl-align-start {
    align-items: flex-start
  }

  .xl-align-end {
    align-items: flex-end
  }

  .xl-align-center {
    align-items: center
  }

  .xl-align-stretch {
    align-items: stretch
  }
}

.align-self-start {
  align-self: flex-start
}

.align-self-end {
  align-self: flex-end
}

.align-self-center {
  align-self: center
}

.align-self-stretch {
  align-self: stretch
}

@media (min-width: 600px) {
  .sm-align-self-start {
    align-self: flex-start
  }

  .sm-align-self-end {
    align-self: flex-end
  }

  .sm-align-self-center {
    align-self: center
  }

  .sm-align-self-stretch {
    align-self: stretch
  }
}

@media (min-width: 900px) {
  .md-align-self-start {
    align-self: flex-start
  }

  .md-align-self-end {
    align-self: flex-end
  }

  .md-align-self-center {
    align-self: center
  }

  .md-align-self-stretch {
    align-self: stretch
  }
}

@media (min-width: 1200px) {
  .lg-align-self-start {
    align-self: flex-start
  }

  .lg-align-self-end {
    align-self: flex-end
  }

  .lg-align-self-center {
    align-self: center
  }

  .lg-align-self-stretch {
    align-self: stretch
  }
}

@media (min-width: 1600px) {
  .xl-align-self-start {
    align-self: flex-start
  }

  .xl-align-self-end {
    align-self: flex-end
  }

  .xl-align-self-center {
    align-self: center
  }

  .xl-align-self-stretch {
    align-self: stretch
  }
}

.order-0 {
  order: 0
}

.order-1 {
  order: 1
}

.order-2 {
  order: 2
}

.order-3 {
  order: 3
}

.order-4 {
  order: 4
}

.order-5 {
  order: 5
}

.order-6 {
  order: 6
}

@media (min-width: 600px) {
  .sm-order-0 {
    order: 0
  }

  .sm-order-1 {
    order: 1
  }

  .sm-order-2 {
    order: 2
  }

  .sm-order-3 {
    order: 3
  }

  .sm-order-4 {
    order: 4
  }

  .sm-order-5 {
    order: 5
  }

  .sm-order-6 {
    order: 6
  }
}

@media (min-width: 900px) {
  .md-order-0 {
    order: 0
  }

  .md-order-1 {
    order: 1
  }

  .md-order-2 {
    order: 2
  }

  .md-order-3 {
    order: 3
  }

  .md-order-4 {
    order: 4
  }

  .md-order-5 {
    order: 5
  }

  .md-order-6 {
    order: 6
  }
}

@media (min-width: 1200px) {
  .lg-order-0 {
    order: 0
  }

  .lg-order-1 {
    order: 1
  }

  .lg-order-2 {
    order: 2
  }

  .lg-order-3 {
    order: 3
  }

  .lg-order-4 {
    order: 4
  }

  .lg-order-5 {
    order: 5
  }

  .lg-order-6 {
    order: 6
  }
}

@media (min-width: 1600px) {
  .xl-order-0 {
    order: 0
  }

  .xl-order-1 {
    order: 1
  }

  .xl-order-2 {
    order: 2
  }

  .xl-order-3 {
    order: 3
  }

  .xl-order-4 {
    order: 4
  }

  .xl-order-5 {
    order: 5
  }

  .xl-order-6 {
    order: 6
  }
}

.px-0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important
}

.py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important
}

.mx-0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important
}

.my-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important
}

.p-0 {
  padding: 0rem !important
}

.pt-0 {
  padding-top: 0rem !important
}

.pr-0 {
  padding-right: 0rem !important
}

.pb-0 {
  padding-bottom: 0rem !important
}

.pl-0 {
  padding-left: 0rem !important
}

.m-0 {
  margin: 0rem !important
}

.mt-0 {
  margin-top: 0rem !important
}

.mr-0 {
  margin-right: 0rem !important
}

.mb-0 {
  margin-bottom: 0rem !important
}

.ml-0 {
  margin-left: 0rem !important
}

.px-1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important
}

.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important
}

.mx-1 {
  margin-left: 1rem !important;
  margin-right: 1rem !important
}

.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important
}

.p-1 {
  padding: 1rem !important
}

.pt-1 {
  padding-top: 1rem !important
}

.pr-1 {
  padding-right: 1rem !important
}

.pb-1 {
  padding-bottom: 1rem !important
}

.pl-1 {
  padding-left: 1rem !important
}

.m-1 {
  margin: 1rem !important
}

.mt-1 {
  margin-top: 1rem !important
}

.mr-1 {
  margin-right: 1rem !important
}

.mb-1 {
  margin-bottom: 1rem !important
}

.ml-1 {
  margin-left: 1rem !important
}

.px-2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important
}

.py-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important
}

.mx-2 {
  margin-left: 2rem !important;
  margin-right: 2rem !important
}

.my-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important
}

.p-2 {
  padding: 2rem !important
}

.pt-2 {
  padding-top: 2rem !important
}

.pr-2 {
  padding-right: 2rem !important
}

.pb-2 {
  padding-bottom: 2rem !important
}

.pl-2 {
  padding-left: 2rem !important
}

.m-2 {
  margin: 2rem !important
}

.mt-2 {
  margin-top: 2rem !important
}

.mr-2 {
  margin-right: 2rem !important
}

#site-footer .footer-group,
.mb-2 {
  margin-bottom: 2rem !important
}

.ml-2 {
  margin-left: 2rem !important
}

.px-3 {
  padding-left: 3rem !important;
  padding-right: 3rem !important
}

.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important
}

.mx-3 {
  margin-left: 3rem !important;
  margin-right: 3rem !important
}

.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important
}

.p-3 {
  padding: 3rem !important
}

.pt-3 {
  padding-top: 3rem !important
}

.pr-3 {
  padding-right: 3rem !important
}

.pb-3 {
  padding-bottom: 3rem !important
}

.pl-3 {
  padding-left: 3rem !important
}

.m-3 {
  margin: 3rem !important
}

.mt-3 {
  margin-top: 3rem !important
}

.mr-3 {
  margin-right: 3rem !important
}

#site-footer .container>div,
#site-footer .container>nav,
#site-footer .modal-lg>div,
#site-footer .modal-lg>nav,
#site-footer .pop-cover .modal>div,
#site-footer .pop-cover .modal>nav,
.mb-3,
.pop-cover #site-footer .modal>div,
.pop-cover #site-footer .modal>nav {
  margin-bottom: 3rem !important
}

.ml-3 {
  margin-left: 3rem !important
}

.px-4 {
  padding-left: 4rem !important;
  padding-right: 4rem !important
}

.py-4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important
}

.mx-4 {
  margin-left: 4rem !important;
  margin-right: 4rem !important
}

.book-pick-spot,
.my-4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important
}

.p-4 {
  padding: 4rem !important
}

.pt-4 {
  padding-top: 4rem !important
}

.pr-4 {
  padding-right: 4rem !important
}

.pb-4 {
  padding-bottom: 4rem !important
}

.pl-4 {
  padding-left: 4rem !important
}

.m-4 {
  margin: 4rem !important
}

.mt-4,
.posts-navigation {
  margin-top: 4rem !important
}

.mr-4 {
  margin-right: 4rem !important
}

.mb-4 {
  margin-bottom: 4rem !important
}

.ml-4 {
  margin-left: 4rem !important
}

.px-5 {
  padding-left: 5rem !important;
  padding-right: 5rem !important
}

.py-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important
}

.mx-5 {
  margin-left: 5rem !important;
  margin-right: 5rem !important
}

.my-5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important
}

.p-5 {
  padding: 5rem !important
}

.pt-5 {
  padding-top: 5rem !important
}

.pr-5 {
  padding-right: 5rem !important
}

.pb-5 {
  padding-bottom: 5rem !important
}

.pl-5 {
  padding-left: 5rem !important
}

.m-5 {
  margin: 5rem !important
}

.mt-5 {
  margin-top: 5rem !important
}

.mr-5 {
  margin-right: 5rem !important
}

.mb-5 {
  margin-bottom: 5rem !important
}

.ml-5 {
  margin-left: 5rem !important
}

.px-6 {
  padding-left: 6rem !important;
  padding-right: 6rem !important
}

.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important
}

.mx-6 {
  margin-left: 6rem !important;
  margin-right: 6rem !important
}

.my-6 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important
}

.p-6 {
  padding: 6rem !important
}

.pt-6 {
  padding-top: 6rem !important
}

.pr-6 {
  padding-right: 6rem !important
}

.pb-6 {
  padding-bottom: 6rem !important
}

.pl-6 {
  padding-left: 6rem !important
}

.m-6 {
  margin: 6rem !important
}

.mt-6 {
  margin-top: 6rem !important
}

.mr-6 {
  margin-right: 6rem !important
}

.mb-6 {
  margin-bottom: 6rem !important
}

.ml-6 {
  margin-left: 6rem !important
}

.px-7 {
  padding-left: 7rem !important;
  padding-right: 7rem !important
}

.py-7 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important
}

.mx-7 {
  margin-left: 7rem !important;
  margin-right: 7rem !important
}

.my-7 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important
}

.p-7 {
  padding: 7rem !important
}

.pt-7 {
  padding-top: 7rem !important
}

.pr-7 {
  padding-right: 7rem !important
}

.pb-7 {
  padding-bottom: 7rem !important
}

.pl-7 {
  padding-left: 7rem !important
}

.m-7 {
  margin: 7rem !important
}

.mt-7 {
  margin-top: 7rem !important
}

.mr-7 {
  margin-right: 7rem !important
}

.mb-7 {
  margin-bottom: 7rem !important
}

.ml-7 {
  margin-left: 7rem !important
}

.px-8 {
  padding-left: 8rem !important;
  padding-right: 8rem !important
}

.py-8 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important
}

.mx-8 {
  margin-left: 8rem !important;
  margin-right: 8rem !important
}

.my-8 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important
}

.p-8 {
  padding: 8rem !important
}

.pt-8 {
  padding-top: 8rem !important
}

.pr-8 {
  padding-right: 8rem !important
}

.pb-8 {
  padding-bottom: 8rem !important
}

.pl-8 {
  padding-left: 8rem !important
}

.m-8 {
  margin: 8rem !important
}

.mt-8 {
  margin-top: 8rem !important
}

.mr-8 {
  margin-right: 8rem !important
}

.mb-8 {
  margin-bottom: 8rem !important
}

.ml-8 {
  margin-left: 8rem !important
}

@media (min-width: 600px) {
  .sm-px-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important
  }

  .sm-py-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important
  }

  .sm-mx-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important
  }

  .sm-my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important
  }

  .sm-p-0 {
    padding: 0rem !important
  }

  .sm-pt-0 {
    padding-top: 0rem !important
  }

  .sm-pr-0 {
    padding-right: 0rem !important
  }

  .sm-pb-0 {
    padding-bottom: 0rem !important
  }

  .sm-pl-0 {
    padding-left: 0rem !important
  }

  .sm-m-0 {
    margin: 0rem !important
  }

  .sm-mt-0 {
    margin-top: 0rem !important
  }

  .sm-mr-0 {
    margin-right: 0rem !important
  }

  .sm-mb-0 {
    margin-bottom: 0rem !important
  }

  .sm-ml-0 {
    margin-left: 0rem !important
  }

  .sm-px-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
  }

  .sm-py-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
  }

  .sm-mx-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
  }

  .sm-my-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
  }

  .sm-p-1 {
    padding: 1rem !important
  }

  .sm-pt-1 {
    padding-top: 1rem !important
  }

  .sm-pr-1 {
    padding-right: 1rem !important
  }

  .sm-pb-1 {
    padding-bottom: 1rem !important
  }

  .sm-pl-1 {
    padding-left: 1rem !important
  }

  .sm-m-1 {
    margin: 1rem !important
  }

  .sm-mt-1 {
    margin-top: 1rem !important
  }

  .sm-mr-1 {
    margin-right: 1rem !important
  }

  .sm-mb-1 {
    margin-bottom: 1rem !important
  }

  .sm-ml-1 {
    margin-left: 1rem !important
  }

  .sm-px-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important
  }

  .sm-py-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
  }

  .sm-mx-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important
  }

  .sm-my-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important
  }

  .sm-p-2 {
    padding: 2rem !important
  }

  .sm-pt-2 {
    padding-top: 2rem !important
  }

  .sm-pr-2 {
    padding-right: 2rem !important
  }

  .sm-pb-2 {
    padding-bottom: 2rem !important
  }

  .sm-pl-2 {
    padding-left: 2rem !important
  }

  .sm-m-2 {
    margin: 2rem !important
  }

  .sm-mt-2 {
    margin-top: 2rem !important
  }

  .sm-mr-2 {
    margin-right: 2rem !important
  }

  .sm-mb-2 {
    margin-bottom: 2rem !important
  }

  .sm-ml-2 {
    margin-left: 2rem !important
  }

  .sm-px-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
  }

  .sm-py-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
  }

  .sm-mx-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
  }

  .sm-my-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
  }

  .sm-p-3 {
    padding: 3rem !important
  }

  .sm-pt-3 {
    padding-top: 3rem !important
  }

  .sm-pr-3 {
    padding-right: 3rem !important
  }

  .sm-pb-3 {
    padding-bottom: 3rem !important
  }

  .sm-pl-3 {
    padding-left: 3rem !important
  }

  .sm-m-3 {
    margin: 3rem !important
  }

  .sm-mt-3 {
    margin-top: 3rem !important
  }

  .sm-mr-3 {
    margin-right: 3rem !important
  }

  .sm-mb-3 {
    margin-bottom: 3rem !important
  }

  .sm-ml-3 {
    margin-left: 3rem !important
  }

  .sm-px-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important
  }

  .sm-py-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important
  }

  .sm-mx-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important
  }

  .sm-my-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important
  }

  .sm-p-4 {
    padding: 4rem !important
  }

  .sm-pt-4 {
    padding-top: 4rem !important
  }

  .sm-pr-4 {
    padding-right: 4rem !important
  }

  .sm-pb-4 {
    padding-bottom: 4rem !important
  }

  .sm-pl-4 {
    padding-left: 4rem !important
  }

  .sm-m-4 {
    margin: 4rem !important
  }

  .sm-mt-4 {
    margin-top: 4rem !important
  }

  .sm-mr-4 {
    margin-right: 4rem !important
  }

  .sm-mb-4 {
    margin-bottom: 4rem !important
  }

  .sm-ml-4 {
    margin-left: 4rem !important
  }

  .sm-px-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important
  }

  .sm-py-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important
  }

  .sm-mx-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important
  }

  .sm-my-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important
  }

  .sm-p-5 {
    padding: 5rem !important
  }

  .sm-pt-5 {
    padding-top: 5rem !important
  }

  .sm-pr-5 {
    padding-right: 5rem !important
  }

  .sm-pb-5 {
    padding-bottom: 5rem !important
  }

  .sm-pl-5 {
    padding-left: 5rem !important
  }

  .sm-m-5 {
    margin: 5rem !important
  }

  .sm-mt-5 {
    margin-top: 5rem !important
  }

  .sm-mr-5 {
    margin-right: 5rem !important
  }

  .sm-mb-5 {
    margin-bottom: 5rem !important
  }

  .sm-ml-5 {
    margin-left: 5rem !important
  }

  .sm-px-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important
  }

  .sm-py-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important
  }

  .sm-mx-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important
  }

  .sm-my-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important
  }

  .sm-p-6 {
    padding: 6rem !important
  }

  .sm-pt-6 {
    padding-top: 6rem !important
  }

  .sm-pr-6 {
    padding-right: 6rem !important
  }

  .sm-pb-6 {
    padding-bottom: 6rem !important
  }

  .sm-pl-6 {
    padding-left: 6rem !important
  }

  .sm-m-6 {
    margin: 6rem !important
  }

  .sm-mt-6 {
    margin-top: 6rem !important
  }

  .sm-mr-6 {
    margin-right: 6rem !important
  }

  .sm-mb-6 {
    margin-bottom: 6rem !important
  }

  .sm-ml-6 {
    margin-left: 6rem !important
  }

  .sm-px-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important
  }

  .sm-py-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important
  }

  .sm-mx-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important
  }

  .sm-my-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important
  }

  .sm-p-7 {
    padding: 7rem !important
  }

  .sm-pt-7 {
    padding-top: 7rem !important
  }

  .sm-pr-7 {
    padding-right: 7rem !important
  }

  .sm-pb-7 {
    padding-bottom: 7rem !important
  }

  .sm-pl-7 {
    padding-left: 7rem !important
  }

  .sm-m-7 {
    margin: 7rem !important
  }

  .sm-mt-7 {
    margin-top: 7rem !important
  }

  .sm-mr-7 {
    margin-right: 7rem !important
  }

  .sm-mb-7 {
    margin-bottom: 7rem !important
  }

  .sm-ml-7 {
    margin-left: 7rem !important
  }

  .sm-px-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important
  }

  .sm-py-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important
  }

  .sm-mx-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important
  }

  .sm-my-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important
  }

  .sm-p-8 {
    padding: 8rem !important
  }

  .sm-pt-8 {
    padding-top: 8rem !important
  }

  .sm-pr-8 {
    padding-right: 8rem !important
  }

  .sm-pb-8 {
    padding-bottom: 8rem !important
  }

  .sm-pl-8 {
    padding-left: 8rem !important
  }

  .sm-m-8 {
    margin: 8rem !important
  }

  .sm-mt-8 {
    margin-top: 8rem !important
  }

  .sm-mr-8 {
    margin-right: 8rem !important
  }

  .sm-mb-8 {
    margin-bottom: 8rem !important
  }

  .sm-ml-8 {
    margin-left: 8rem !important
  }
}

@media (min-width: 900px) {
  .md-px-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important
  }

  .md-py-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important
  }

  .md-mx-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important
  }

  .md-my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important
  }

  .md-p-0 {
    padding: 0rem !important
  }

  .md-pt-0 {
    padding-top: 0rem !important
  }

  .md-pr-0 {
    padding-right: 0rem !important
  }

  .md-pb-0 {
    padding-bottom: 0rem !important
  }

  .md-pl-0 {
    padding-left: 0rem !important
  }

  .md-m-0 {
    margin: 0rem !important
  }

  .md-mt-0 {
    margin-top: 0rem !important
  }

  .md-mr-0 {
    margin-right: 0rem !important
  }

  #site-footer .container>div,
  #site-footer .container>nav,
  #site-footer .footer-group,
  #site-footer .modal-lg>div,
  #site-footer .modal-lg>nav,
  #site-footer .pop-cover .modal>div,
  #site-footer .pop-cover .modal>nav,
  .md-mb-0,
  .pop-cover #site-footer .modal>div,
  .pop-cover #site-footer .modal>nav {
    margin-bottom: 0rem !important
  }

  .md-ml-0 {
    margin-left: 0rem !important
  }

  .md-px-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
  }

  .md-py-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
  }

  .md-mx-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
  }

  .md-my-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
  }

  .md-p-1 {
    padding: 1rem !important
  }

  .md-pt-1 {
    padding-top: 1rem !important
  }

  .md-pr-1 {
    padding-right: 1rem !important
  }

  .md-pb-1 {
    padding-bottom: 1rem !important
  }

  .md-pl-1 {
    padding-left: 1rem !important
  }

  .md-m-1 {
    margin: 1rem !important
  }

  .md-mt-1 {
    margin-top: 1rem !important
  }

  .md-mr-1 {
    margin-right: 1rem !important
  }

  .md-mb-1 {
    margin-bottom: 1rem !important
  }

  .md-ml-1 {
    margin-left: 1rem !important
  }

  .md-px-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important
  }

  .md-py-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
  }

  #site-footer .footer-group,
  .md-mx-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important
  }

  .md-my-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important
  }

  .md-p-2 {
    padding: 2rem !important
  }

  .md-pt-2 {
    padding-top: 2rem !important
  }

  .md-pr-2 {
    padding-right: 2rem !important
  }

  .md-pb-2 {
    padding-bottom: 2rem !important
  }

  .md-pl-2 {
    padding-left: 2rem !important
  }

  .md-m-2 {
    margin: 2rem !important
  }

  .md-mt-2 {
    margin-top: 2rem !important
  }

  .md-mr-2 {
    margin-right: 2rem !important
  }

  .md-mb-2 {
    margin-bottom: 2rem !important
  }

  .md-ml-2 {
    margin-left: 2rem !important
  }

  .md-px-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
  }

  .md-py-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
  }

  .md-mx-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
  }

  .md-my-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
  }

  .md-p-3 {
    padding: 3rem !important
  }

  .md-pt-3 {
    padding-top: 3rem !important
  }

  .md-pr-3 {
    padding-right: 3rem !important
  }

  .md-pb-3 {
    padding-bottom: 3rem !important
  }

  .md-pl-3 {
    padding-left: 3rem !important
  }

  .md-m-3 {
    margin: 3rem !important
  }

  .md-mt-3 {
    margin-top: 3rem !important
  }

  .md-mr-3 {
    margin-right: 3rem !important
  }

  .md-mb-3 {
    margin-bottom: 3rem !important
  }

  .md-ml-3 {
    margin-left: 3rem !important
  }

  .md-px-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important
  }

  .md-py-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important
  }

  .md-mx-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important
  }

  .md-my-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important
  }

  .md-p-4 {
    padding: 4rem !important
  }

  .md-pt-4 {
    padding-top: 4rem !important
  }

  .md-pr-4 {
    padding-right: 4rem !important
  }

  .md-pb-4 {
    padding-bottom: 4rem !important
  }

  .md-pl-4 {
    padding-left: 4rem !important
  }

  .md-m-4 {
    margin: 4rem !important
  }

  .md-mt-4 {
    margin-top: 4rem !important
  }

  .md-mr-4 {
    margin-right: 4rem !important
  }

  .md-mb-4 {
    margin-bottom: 4rem !important
  }

  .md-ml-4 {
    margin-left: 4rem !important
  }

  .md-px-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important
  }

  .md-py-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important
  }

  .md-mx-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important
  }

  .md-my-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important
  }

  .md-p-5 {
    padding: 5rem !important
  }

  .md-pt-5 {
    padding-top: 5rem !important
  }

  .md-pr-5 {
    padding-right: 5rem !important
  }

  .md-pb-5 {
    padding-bottom: 5rem !important
  }

  .md-pl-5 {
    padding-left: 5rem !important
  }

  .md-m-5 {
    margin: 5rem !important
  }

  .md-mt-5 {
    margin-top: 5rem !important
  }

  .md-mr-5 {
    margin-right: 5rem !important
  }

  .md-mb-5 {
    margin-bottom: 5rem !important
  }

  .md-ml-5 {
    margin-left: 5rem !important
  }

  .md-px-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important
  }

  .md-py-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important
  }

  .md-mx-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important
  }

  .md-my-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important
  }

  .md-p-6 {
    padding: 6rem !important
  }

  .md-pt-6 {
    padding-top: 6rem !important
  }

  .md-pr-6 {
    padding-right: 6rem !important
  }

  .md-pb-6 {
    padding-bottom: 6rem !important
  }

  .md-pl-6 {
    padding-left: 6rem !important
  }

  .md-m-6 {
    margin: 6rem !important
  }

  .md-mt-6 {
    margin-top: 6rem !important
  }

  .md-mr-6 {
    margin-right: 6rem !important
  }

  .md-mb-6 {
    margin-bottom: 6rem !important
  }

  .md-ml-6 {
    margin-left: 6rem !important
  }

  .md-px-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important
  }

  .md-py-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important
  }

  .md-mx-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important
  }

  .md-my-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important
  }

  .md-p-7 {
    padding: 7rem !important
  }

  .md-pt-7 {
    padding-top: 7rem !important
  }

  .md-pr-7 {
    padding-right: 7rem !important
  }

  .md-pb-7 {
    padding-bottom: 7rem !important
  }

  .md-pl-7 {
    padding-left: 7rem !important
  }

  .md-m-7 {
    margin: 7rem !important
  }

  .md-mt-7 {
    margin-top: 7rem !important
  }

  .md-mr-7 {
    margin-right: 7rem !important
  }

  .md-mb-7 {
    margin-bottom: 7rem !important
  }

  .md-ml-7 {
    margin-left: 7rem !important
  }

  .md-px-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important
  }

  .md-py-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important
  }

  .md-mx-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important
  }

  .md-my-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important
  }

  .md-p-8 {
    padding: 8rem !important
  }

  .md-pt-8 {
    padding-top: 8rem !important
  }

  .md-pr-8 {
    padding-right: 8rem !important
  }

  .md-pb-8 {
    padding-bottom: 8rem !important
  }

  .md-pl-8 {
    padding-left: 8rem !important
  }

  .md-m-8 {
    margin: 8rem !important
  }

  .md-mt-8 {
    margin-top: 8rem !important
  }

  .md-mr-8 {
    margin-right: 8rem !important
  }

  .md-mb-8 {
    margin-bottom: 8rem !important
  }

  .md-ml-8 {
    margin-left: 8rem !important
  }
}

@media (min-width: 1200px) {
  .lg-px-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important
  }

  .lg-py-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important
  }

  .lg-mx-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important
  }

  .lg-my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important
  }

  .lg-p-0 {
    padding: 0rem !important
  }

  .lg-pt-0 {
    padding-top: 0rem !important
  }

  .lg-pr-0 {
    padding-right: 0rem !important
  }

  .lg-pb-0 {
    padding-bottom: 0rem !important
  }

  .lg-pl-0 {
    padding-left: 0rem !important
  }

  .lg-m-0 {
    margin: 0rem !important
  }

  .lg-mt-0 {
    margin-top: 0rem !important
  }

  .lg-mr-0 {
    margin-right: 0rem !important
  }

  .lg-mb-0 {
    margin-bottom: 0rem !important
  }

  .lg-ml-0 {
    margin-left: 0rem !important
  }

  .lg-px-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
  }

  .lg-py-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
  }

  .lg-mx-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
  }

  .lg-my-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
  }

  .lg-p-1 {
    padding: 1rem !important
  }

  .lg-pt-1 {
    padding-top: 1rem !important
  }

  .lg-pr-1 {
    padding-right: 1rem !important
  }

  .lg-pb-1 {
    padding-bottom: 1rem !important
  }

  .lg-pl-1 {
    padding-left: 1rem !important
  }

  .lg-m-1 {
    margin: 1rem !important
  }

  .lg-mt-1 {
    margin-top: 1rem !important
  }

  .lg-mr-1 {
    margin-right: 1rem !important
  }

  .lg-mb-1 {
    margin-bottom: 1rem !important
  }

  .lg-ml-1 {
    margin-left: 1rem !important
  }

  .lg-px-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important
  }

  .lg-py-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
  }

  .lg-mx-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important
  }

  .lg-my-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important
  }

  .lg-p-2 {
    padding: 2rem !important
  }

  .lg-pt-2 {
    padding-top: 2rem !important
  }

  .lg-pr-2 {
    padding-right: 2rem !important
  }

  .lg-pb-2 {
    padding-bottom: 2rem !important
  }

  .lg-pl-2 {
    padding-left: 2rem !important
  }

  .lg-m-2 {
    margin: 2rem !important
  }

  .lg-mt-2 {
    margin-top: 2rem !important
  }

  .lg-mr-2 {
    margin-right: 2rem !important
  }

  .lg-mb-2 {
    margin-bottom: 2rem !important
  }

  .lg-ml-2 {
    margin-left: 2rem !important
  }

  .lg-px-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
  }

  .lg-py-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
  }

  .lg-mx-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
  }

  .lg-my-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
  }

  .lg-p-3 {
    padding: 3rem !important
  }

  .lg-pt-3 {
    padding-top: 3rem !important
  }

  .lg-pr-3 {
    padding-right: 3rem !important
  }

  .lg-pb-3 {
    padding-bottom: 3rem !important
  }

  .lg-pl-3 {
    padding-left: 3rem !important
  }

  .lg-m-3 {
    margin: 3rem !important
  }

  .lg-mt-3 {
    margin-top: 3rem !important
  }

  .lg-mr-3 {
    margin-right: 3rem !important
  }

  .lg-mb-3 {
    margin-bottom: 3rem !important
  }

  .lg-ml-3 {
    margin-left: 3rem !important
  }

  .lg-px-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important
  }

  .lg-py-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important
  }

  .lg-mx-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important
  }

  .lg-my-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important
  }

  .lg-p-4 {
    padding: 4rem !important
  }

  .lg-pt-4 {
    padding-top: 4rem !important
  }

  .lg-pr-4 {
    padding-right: 4rem !important
  }

  .lg-pb-4 {
    padding-bottom: 4rem !important
  }

  .lg-pl-4 {
    padding-left: 4rem !important
  }

  .lg-m-4 {
    margin: 4rem !important
  }

  .lg-mt-4 {
    margin-top: 4rem !important
  }

  .lg-mr-4 {
    margin-right: 4rem !important
  }

  .lg-mb-4 {
    margin-bottom: 4rem !important
  }

  .lg-ml-4 {
    margin-left: 4rem !important
  }

  .lg-px-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important
  }

  .lg-py-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important
  }

  .lg-mx-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important
  }

  .lg-my-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important
  }

  .lg-p-5 {
    padding: 5rem !important
  }

  .lg-pt-5 {
    padding-top: 5rem !important
  }

  .lg-pr-5 {
    padding-right: 5rem !important
  }

  .lg-pb-5 {
    padding-bottom: 5rem !important
  }

  .lg-pl-5 {
    padding-left: 5rem !important
  }

  .lg-m-5 {
    margin: 5rem !important
  }

  .lg-mt-5 {
    margin-top: 5rem !important
  }

  .lg-mr-5 {
    margin-right: 5rem !important
  }

  .lg-mb-5 {
    margin-bottom: 5rem !important
  }

  .lg-ml-5 {
    margin-left: 5rem !important
  }

  .lg-px-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important
  }

  .lg-py-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important
  }

  .lg-mx-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important
  }

  .lg-my-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important
  }

  .lg-p-6 {
    padding: 6rem !important
  }

  .lg-pt-6 {
    padding-top: 6rem !important
  }

  .lg-pr-6 {
    padding-right: 6rem !important
  }

  .lg-pb-6 {
    padding-bottom: 6rem !important
  }

  .lg-pl-6 {
    padding-left: 6rem !important
  }

  .lg-m-6 {
    margin: 6rem !important
  }

  .lg-mt-6 {
    margin-top: 6rem !important
  }

  .lg-mr-6 {
    margin-right: 6rem !important
  }

  .lg-mb-6 {
    margin-bottom: 6rem !important
  }

  .lg-ml-6 {
    margin-left: 6rem !important
  }

  .lg-px-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important
  }

  .lg-py-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important
  }

  .lg-mx-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important
  }

  .lg-my-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important
  }

  .lg-p-7 {
    padding: 7rem !important
  }

  .lg-pt-7 {
    padding-top: 7rem !important
  }

  .lg-pr-7 {
    padding-right: 7rem !important
  }

  .lg-pb-7 {
    padding-bottom: 7rem !important
  }

  .lg-pl-7 {
    padding-left: 7rem !important
  }

  .lg-m-7 {
    margin: 7rem !important
  }

  .lg-mt-7 {
    margin-top: 7rem !important
  }

  .lg-mr-7 {
    margin-right: 7rem !important
  }

  .lg-mb-7 {
    margin-bottom: 7rem !important
  }

  .lg-ml-7 {
    margin-left: 7rem !important
  }

  .lg-px-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important
  }

  .lg-py-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important
  }

  .lg-mx-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important
  }

  .lg-my-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important
  }

  .lg-p-8 {
    padding: 8rem !important
  }

  .lg-pt-8 {
    padding-top: 8rem !important
  }

  .lg-pr-8 {
    padding-right: 8rem !important
  }

  .lg-pb-8 {
    padding-bottom: 8rem !important
  }

  .lg-pl-8 {
    padding-left: 8rem !important
  }

  .lg-m-8 {
    margin: 8rem !important
  }

  .lg-mt-8 {
    margin-top: 8rem !important
  }

  .lg-mr-8 {
    margin-right: 8rem !important
  }

  .lg-mb-8 {
    margin-bottom: 8rem !important
  }

  .lg-ml-8 {
    margin-left: 8rem !important
  }
}

@media (min-width: 1600px) {
  .xl-px-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important
  }

  .xl-py-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important
  }

  .xl-mx-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important
  }

  .xl-my-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important
  }

  .xl-p-0 {
    padding: 0rem !important
  }

  .xl-pt-0 {
    padding-top: 0rem !important
  }

  .xl-pr-0 {
    padding-right: 0rem !important
  }

  .xl-pb-0 {
    padding-bottom: 0rem !important
  }

  .xl-pl-0 {
    padding-left: 0rem !important
  }

  .xl-m-0 {
    margin: 0rem !important
  }

  .xl-mt-0 {
    margin-top: 0rem !important
  }

  .xl-mr-0 {
    margin-right: 0rem !important
  }

  .xl-mb-0 {
    margin-bottom: 0rem !important
  }

  .xl-ml-0 {
    margin-left: 0rem !important
  }

  .xl-px-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
  }

  .xl-py-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
  }

  .xl-mx-1 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
  }

  .xl-my-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
  }

  .xl-p-1 {
    padding: 1rem !important
  }

  .xl-pt-1 {
    padding-top: 1rem !important
  }

  .xl-pr-1 {
    padding-right: 1rem !important
  }

  .xl-pb-1 {
    padding-bottom: 1rem !important
  }

  .xl-pl-1 {
    padding-left: 1rem !important
  }

  .xl-m-1 {
    margin: 1rem !important
  }

  .xl-mt-1 {
    margin-top: 1rem !important
  }

  .xl-mr-1 {
    margin-right: 1rem !important
  }

  .xl-mb-1 {
    margin-bottom: 1rem !important
  }

  .xl-ml-1 {
    margin-left: 1rem !important
  }

  .xl-px-2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important
  }

  .xl-py-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
  }

  .xl-mx-2 {
    margin-left: 2rem !important;
    margin-right: 2rem !important
  }

  .xl-my-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important
  }

  .xl-p-2 {
    padding: 2rem !important
  }

  .xl-pt-2 {
    padding-top: 2rem !important
  }

  .xl-pr-2 {
    padding-right: 2rem !important
  }

  .xl-pb-2 {
    padding-bottom: 2rem !important
  }

  .xl-pl-2 {
    padding-left: 2rem !important
  }

  .xl-m-2 {
    margin: 2rem !important
  }

  .xl-mt-2 {
    margin-top: 2rem !important
  }

  .xl-mr-2 {
    margin-right: 2rem !important
  }

  .xl-mb-2 {
    margin-bottom: 2rem !important
  }

  .xl-ml-2 {
    margin-left: 2rem !important
  }

  .xl-px-3 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
  }

  .xl-py-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
  }

  .xl-mx-3 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
  }

  .xl-my-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
  }

  .xl-p-3 {
    padding: 3rem !important
  }

  .xl-pt-3 {
    padding-top: 3rem !important
  }

  .xl-pr-3 {
    padding-right: 3rem !important
  }

  .xl-pb-3 {
    padding-bottom: 3rem !important
  }

  .xl-pl-3 {
    padding-left: 3rem !important
  }

  .xl-m-3 {
    margin: 3rem !important
  }

  .xl-mt-3 {
    margin-top: 3rem !important
  }

  .xl-mr-3 {
    margin-right: 3rem !important
  }

  .xl-mb-3 {
    margin-bottom: 3rem !important
  }

  .xl-ml-3 {
    margin-left: 3rem !important
  }

  .xl-px-4 {
    padding-left: 4rem !important;
    padding-right: 4rem !important
  }

  .xl-py-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important
  }

  .xl-mx-4 {
    margin-left: 4rem !important;
    margin-right: 4rem !important
  }

  .xl-my-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important
  }

  .xl-p-4 {
    padding: 4rem !important
  }

  .xl-pt-4 {
    padding-top: 4rem !important
  }

  .xl-pr-4 {
    padding-right: 4rem !important
  }

  .xl-pb-4 {
    padding-bottom: 4rem !important
  }

  .xl-pl-4 {
    padding-left: 4rem !important
  }

  .xl-m-4 {
    margin: 4rem !important
  }

  .xl-mt-4 {
    margin-top: 4rem !important
  }

  .xl-mr-4 {
    margin-right: 4rem !important
  }

  .xl-mb-4 {
    margin-bottom: 4rem !important
  }

  .xl-ml-4 {
    margin-left: 4rem !important
  }

  .xl-px-5 {
    padding-left: 5rem !important;
    padding-right: 5rem !important
  }

  .xl-py-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important
  }

  .xl-mx-5 {
    margin-left: 5rem !important;
    margin-right: 5rem !important
  }

  .xl-my-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important
  }

  .xl-p-5 {
    padding: 5rem !important
  }

  .xl-pt-5 {
    padding-top: 5rem !important
  }

  .xl-pr-5 {
    padding-right: 5rem !important
  }

  .xl-pb-5 {
    padding-bottom: 5rem !important
  }

  .xl-pl-5 {
    padding-left: 5rem !important
  }

  .xl-m-5 {
    margin: 5rem !important
  }

  .xl-mt-5 {
    margin-top: 5rem !important
  }

  .xl-mr-5 {
    margin-right: 5rem !important
  }

  .xl-mb-5 {
    margin-bottom: 5rem !important
  }

  .xl-ml-5 {
    margin-left: 5rem !important
  }

  .xl-px-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important
  }

  .xl-py-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important
  }

  .xl-mx-6 {
    margin-left: 6rem !important;
    margin-right: 6rem !important
  }

  .xl-my-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important
  }

  .xl-p-6 {
    padding: 6rem !important
  }

  .xl-pt-6 {
    padding-top: 6rem !important
  }

  .xl-pr-6 {
    padding-right: 6rem !important
  }

  .xl-pb-6 {
    padding-bottom: 6rem !important
  }

  .xl-pl-6 {
    padding-left: 6rem !important
  }

  .xl-m-6 {
    margin: 6rem !important
  }

  .xl-mt-6 {
    margin-top: 6rem !important
  }

  .xl-mr-6 {
    margin-right: 6rem !important
  }

  .xl-mb-6 {
    margin-bottom: 6rem !important
  }

  .xl-ml-6 {
    margin-left: 6rem !important
  }

  .xl-px-7 {
    padding-left: 7rem !important;
    padding-right: 7rem !important
  }

  .xl-py-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important
  }

  .xl-mx-7 {
    margin-left: 7rem !important;
    margin-right: 7rem !important
  }

  .xl-my-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important
  }

  .xl-p-7 {
    padding: 7rem !important
  }

  .xl-pt-7 {
    padding-top: 7rem !important
  }

  .xl-pr-7 {
    padding-right: 7rem !important
  }

  .xl-pb-7 {
    padding-bottom: 7rem !important
  }

  .xl-pl-7 {
    padding-left: 7rem !important
  }

  .xl-m-7 {
    margin: 7rem !important
  }

  .xl-mt-7 {
    margin-top: 7rem !important
  }

  .xl-mr-7 {
    margin-right: 7rem !important
  }

  .xl-mb-7 {
    margin-bottom: 7rem !important
  }

  .xl-ml-7 {
    margin-left: 7rem !important
  }

  .xl-px-8 {
    padding-left: 8rem !important;
    padding-right: 8rem !important
  }

  .xl-py-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important
  }

  .xl-mx-8 {
    margin-left: 8rem !important;
    margin-right: 8rem !important
  }

  .xl-my-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important
  }

  .xl-p-8 {
    padding: 8rem !important
  }

  .xl-pt-8 {
    padding-top: 8rem !important
  }

  .xl-pr-8 {
    padding-right: 8rem !important
  }

  .xl-pb-8 {
    padding-bottom: 8rem !important
  }

  .xl-pl-8 {
    padding-left: 8rem !important
  }

  .xl-m-8 {
    margin: 8rem !important
  }

  .xl-mt-8 {
    margin-top: 8rem !important
  }

  .xl-mr-8 {
    margin-right: 8rem !important
  }

  .xl-mb-8 {
    margin-bottom: 8rem !important
  }

  .xl-ml-8 {
    margin-left: 8rem !important
  }
}

#s-franchise .content,
.book-wrap,
.form-login-wrap,
.gradient-form-wrap,
.mx-auto,
.pricing-group .pricing-heading,
.schedule,
.section-heading,
.studio-promo-box,
.studio-team,
.studio-team a img,
.what-to-expect .icon svg {
  margin-left: auto !important;
  margin-right: auto !important
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important
}

.m-auto {
  margin: auto !important
}

.mt-auto {
  margin-top: auto !important
}

.mr-auto {
  margin-right: auto !important
}

.mb-auto {
  margin-bottom: auto !important
}

.ml-auto {
  margin-left: auto !important
}

@media (min-width: 600px) {
  .sm-m-auto {
    margin: auto !important
  }

  .sm-mt-auto {
    margin-top: auto !important
  }

  .sm-mr-auto {
    margin-right: auto !important
  }

  .sm-mb-auto {
    margin-bottom: auto !important
  }

  .sm-ml-auto {
    margin-left: auto !important
  }
}

@media (min-width: 900px) {
  .md-m-auto {
    margin: auto !important
  }

  .md-mt-auto {
    margin-top: auto !important
  }

  .md-mr-auto {
    margin-right: auto !important
  }

  .md-mb-auto {
    margin-bottom: auto !important
  }

  .md-ml-auto {
    margin-left: auto !important
  }
}

@media (min-width: 1200px) {
  .lg-m-auto {
    margin: auto !important
  }

  .lg-mt-auto {
    margin-top: auto !important
  }

  .lg-mr-auto {
    margin-right: auto !important
  }

  .lg-mb-auto {
    margin-bottom: auto !important
  }

  .lg-ml-auto {
    margin-left: auto !important
  }
}

@media (min-width: 1600px) {
  .xl-m-auto {
    margin: auto !important
  }

  .xl-mt-auto {
    margin-top: auto !important
  }

  .xl-mr-auto {
    margin-right: auto !important
  }

  .xl-mb-auto {
    margin-bottom: auto !important
  }

  .xl-ml-auto {
    margin-left: auto !important
  }
}

@media (min-width: 600px) {
  .sm-mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
  }

  .sm-my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
  }
}

@media (min-width: 900px) {
  .md-mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
  }

  .md-my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
  }
}

@media (min-width: 1200px) {
  .lg-mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
  }

  .lg-my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
  }
}

@media (min-width: 1600px) {
  .xl-mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
  }

  .xl-my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
  }
}

.tl {
  text-align: left !important
}

.tc {
  text-align: center !important
}

.tr {
  text-align: right !important
}

@media (min-width: 600px) {
  .sm-tl {
    text-align: left !important
  }

  .sm-tc {
    text-align: center !important
  }

  .sm-tr {
    text-align: right !important
  }
}

@media (min-width: 900px) {
  .md-tl {
    text-align: left !important
  }

  .md-tc {
    text-align: center !important
  }

  .md-tr {
    text-align: right !important
  }
}

@media (min-width: 1200px) {
  .lg-tl {
    text-align: left !important
  }

  .lg-tc {
    text-align: center !important
  }

  .lg-tr {
    text-align: right !important
  }
}

@media (min-width: 1600px) {
  .xl-tl {
    text-align: left !important
  }

  .xl-tc {
    text-align: center !important
  }

  .xl-tr {
    text-align: right !important
  }
}

.bt-none {
  border-top: none !important
}

.bt {
  border-top: 1px solid #d5d5d5 !important
}

.br-none {
  border-right: none !important
}

.br {
  border-right: 1px solid #d5d5d5 !important
}

.bl-none {
  border-left: none !important
}

.bl {
  border-left: 1px solid #d5d5d5 !important
}

.bb-none {
  border-bottom: none !important
}

.bb {
  border-bottom: 1px solid #d5d5d5 !important
}

.c-text {
  color: #222 !important
}

.bg-text {
  background-color: #222 !important
}

.c-prim,
.prim {
  color: #02AFA4 !important
}

.bg-prim {
  background-color: #02AFA4 !important
}

.c-prim-xl {
  color: #e6f7f6 !important
}

.bg-prim-xl {
  background-color: #e6f7f6 !important
}

.c-sec,
.sec {
  color: #6F58DF !important
}

.bg-sec {
  background-color: #6F58DF !important
}

.c-accent {
  color: #F33F16 !important
}

.bg-accent {
  background-color: #F33F16 !important
}

.c-success,
.success {
  color: #02AFA4 !important
}

.bg-success {
  background-color: #02AFA4 !important
}

.c-error,
.error {
  color: #F33F16 !important
}

.bg-error,
.wpcf7 .wpcf7-not-valid-tip {
  background-color: #F33F16 !important
}

.articles .post-meta,
.c-muted,
.muted,
.table-cart .cart-item-discl {
  color: #a5a5a5 !important
}

.bg-muted {
  background-color: #a5a5a5 !important
}

.c-light {
  color: #f4f4f4 !important
}

.bg-light {
  background-color: #f4f4f4 !important
}

.c-white,
.wpcf7 .wpcf7-not-valid-tip {
  color: #fff !important
}

.bg-white {
  background-color: #fff !important
}

.shadow {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07), 0 2px 2px rgba(0, 0, 0, 0.07), 0 4px 4px rgba(0, 0, 0, 0.07), 0 8px 8px rgba(0, 0, 0, 0.07)
}

.shadow-soft {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.015), 0 2px 4px rgba(0, 0, 0, 0.015), 0 4px 8px rgba(0, 0, 0, 0.015), 0 8px 16px rgba(0, 0, 0, 0.015), 0 16px 32px rgba(0, 0, 0, 0.015)
}

.shadow-lift {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.07), 0 2px 2px rgba(0, 0, 0, 0.07), 0 4px 4px rgba(0, 0, 0, 0.07), 0 8px 8px rgba(0, 0, 0, 0.07), 0 16px 16px rgba(0, 0, 0, 0.07), 0 32px 32px rgba(0, 0, 0, 0.07)
}

:focus:not(:focus-visible) {
  outline: none !important
}

* {
  -webkit-tap-highlight-color: transparent
}

body {
  margin: 0;
  background-color: #fff
}

iframe {
  display: block
}

.cf:after {
  clear: both;
  content: "";
  display: block
}

.clear {
  clear: both
}

hr {
  margin: 2rem auto;
  border: none;
  height: 1px;
  background-color: #d5d5d5
}

.hr-tight {
  margin: 1rem auto
}

.hr-spaced {
  margin: calc(1.6428571429rem + 3.1428571429vw) auto
}

@media (min-width: 1200px) {
  .hr-spaced {
    margin: 4rem auto
  }
}

.hr-short {
  width: 10rem
}

.js-warning {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000
}

.fi {
  width: 1.5em;
  height: 1.5em;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast
}

figure,
picture {
  margin: 0
}

.img-circle,
.studio-team a img {
  border-radius: 50%;
  background-clip: padding-box
}

.img-cover {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: $p;";
  overflow: hidden;
  width: auto;
  height: auto
}

.bw {
  filter: grayscale(100%)
}

a[data-hover-icon] {
  position: relative;
  display: inline-block
}

a[data-hover-icon]:before {
  display: none;
  font: normal normal normal 1rem/1;
  font-family: "Font Awesome 5 Solid";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: attr(data-hover-icon)
}

a[data-hover-icon] svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: white;
  font-size: 2rem
}

a[data-hover-icon][data-hover-icon-hide] svg {
  transition: opacity 250ms ease;
  opacity: 0
}

a[data-hover-icon][data-hover-icon-hide]:hover svg {
  opacity: 1
}

a[data-hover-icon]:after {
  transition: opacity 250ms ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: rgba(43, 43, 43, 0.5);
  opacity: 0;
  z-index: 0
}

a[data-hover-icon]:hover:after {
  opacity: 1
}

a[data-hover-zoom] img {
  transition: all 250ms ease
}

a[data-hover-zoom]:hover img {
  transform: scale(1.1)
}

a {
  color: #02AFA4;
  text-decoration: none;
  text-decoration-color: inherit
}

a.unstyled {
  color: inherit !important;
  text-decoration: none !important
}

a:hover {
  color: #01726b;
  text-decoration: none;
  text-decoration-color: inherit
}

.style-visited-links a:visited {
  color: SlateBlue
}

.link-fill:before {
  content: "";
  display: block;
  pointer-events: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0)
}

html {
  font-size: 16px
}

body {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.8;
  font-family: "figtree", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-feature-settings: "ss01" 1, "ss03" 1, "ss05" 1, "ss08" 1, "ss09" 1, "ss11" 1;
  color: #222
}

ol,
p,
ul {
  margin: 0 0 1rem 0
}

dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
table {
  margin: 0 0 1rem 0
}

h1 small,
h2 small,
h3 small {
  font-size: 0.7em
}

.h1,
h1 {
  font: 700 4rem/1.17 Montserrat, "Georgia", "Times", "Times New Roman", serif;
  font-size: calc(1.6428571429rem + 3.1428571429vw)
}

@media (min-width: 1200px) {

  .h1,
  h1 {
    font-size: 4rem
  }
}

#s-studio-cta h3,
.account-main>h1,
.h2,
.single-team h1,
h2 {
  font: 600 2.3rem/1.44 Montserrat, "Georgia", "Times", "Times New Roman", serif;
  font-size: calc(1.4rem + 1.2vw)
}

@media (min-width: 1200px) {

  #s-studio-cta h3,
  .account-main>h1,
  .h2,
  .single-team h1,
  h2 {
    font-size: 2.3rem
  }
}

.accordion-heading,
.h3,
.pricing-group .pricing-option-price,
h3 {
  font: 600 1.5rem/1.62 Montserrat, "Georgia", "Times", "Times New Roman", serif;
  font-size: calc(1.2857142857rem + 0.2857142857vw)
}

.pricing-option-price {
  position: relative;

  &.discounted {
    color: #afafaf;

    &::before {
      position: absolute;
      content: "";
      left: 0;
      top: 50%;
      right: 0;
      border-top: 1px solid black;
      width: 50%;
      transform: translateX(50%) rotate(-5deg);
    }
  }
}

@media (min-width: 1200px) {

  .accordion-heading,
  .h3,
  .pricing-group .pricing-option-price,
  h3 {
    font-size: 1.5rem
  }
}

.articles .post-title,
.axle-checkout-start h2+div h3,
.bg-light .accordion .accordion-heading,
.card-class .card-header h3,
.h4,
.moves-item-title,
.schedule-full h3,
.training-steps h3,
h4 {
  font: 700 1.25rem/1.62 Montserrat, "Georgia", "Times", "Times New Roman", serif;
  font-size: 1.25rem
}

.accordion-small-headings .accordion-heading,
.card-studio h4,
.h5,
.person-bits h4,
h5 {
  font: bold 1rem/1.8 Montserrat, "Georgia", "Times", "Times New Roman", serif
}

#site-footer .footer-links ul a,
.h6,
h6 {
  font: bold 0.75rem/1.8 Montserrat, "Georgia", "Times", "Times New Roman", serif
}

@media (min-width: 600px) {

  #s-home-hero .slide p,
  .lead,
  .person-quote,
  .section-heading p {
    font-size: 1.35em;
    font-weight: 400;
    line-height: 1.8
  }
}

.cart-footer .cart-terms .terms-box,
.pricing-group .pricing-option-discl,
.table-cart .cart-item-discl,
.xs {
  font-size: 0.7em
}

.articles .post-meta,
.axle-checkout-login .link-forgot-password,
.book-options-selected,
.book-pick-spot .book-pick-spot-legend,
.form-terms,
.single-post .page-header .post-meta,
.sm,
small {
  font-size: 0.85em
}

.account-main .no-results,
.lg,
.page-header .btn-group,
.page-header .posts-navigation .nav-links,
.page-header p,
.posts-navigation .page-header .nav-links,
.testimonial-slider blockquote p {
  font-size: 1.1em
}

.xl {
  font-size: 1.25em
}

.xxl {
  font-size: 2em
}

.fz-50p {
  font-size: 50%
}

.fz-75p {
  font-size: 75%
}

.fz-125p {
  font-size: 125%
}

.fz-150p {
  font-size: 150%
}

#axle-checkout h1,
#axle-checkout h2,
#axle-checkout h3,
#blog-cats,
#nav-account .nav,
#s-home-hero .slide h1,
#s-studio-cta h3,
#site-footer .footer-links ul a,
.accordion-heading,
.accordion.classes .class h4,
.caps,
.card-studio h4,
.moves-item-title,
.person-bits h4,
.section-heading,
.single-team h1,
.training-steps h3,
legend {
  text-transform: uppercase
}

.title-case {
  text-transform: capitalize
}

.strike {
  text-decoration: line-through
}

.no-deco {
  text-decoration: none
}

.no-wrap {
  white-space: nowrap
}

.ff-sans {
  font-family: "figtree", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}

.ff-serif {
  font-family: "Georgia", "Times", "Times New Roman", serif
}

.ff-alt {
  font-family: Montserrat, "Georgia", "Times", "Times New Roman", serif
}

.ff-script {
  font-family: cursive
}

.fw-bold {
  font-weight: bold
}

.fw-normal {
  font-weight: normal
}

.fw-light {
  font-weight: light
}

.fw-100 {
  font-weight: 100
}

.fw-200 {
  font-weight: 200
}

.fw-300 {
  font-weight: 300
}

.fw-400 {
  font-weight: 400
}

.fw-500 {
  font-weight: 500
}

.fw-600 {
  font-weight: 600
}

.fw-700 {
  font-weight: 700
}

.fw-88 {
  font-weight: 88
}

.fw-900 {
  font-weight: 900
}

.balance {
  text-wrap: balance
}

.trunc {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0
}

ol ol {
  list-style-type: lower-alpha
}

.list-unstyled {
  list-style: none;
  padding-left: 0
}

.list-icons {
  list-style: none;
  padding-left: 0;
  padding-left: 1rem
}

.list-icons>li {
  position: relative;
  padding-left: 1.8em;
}

.list-icons>li i:first-child,
.list-icons>li svg:first-child {
  position: absolute;
  top: 0.3em;
  left: 0;
  line-height: 1;
  color: #02AFA4;
}

.book-options-selected,
.book-pick-spot .book-pick-spot-legend,
.list-inline {
  list-style: none;
  padding-left: 0;
}

.book-options-selected>li,
.book-pick-spot .book-pick-spot-legend>li,
.list-inline>li {
  display: inline-block;
}

.book-options-selected>li:not(:last-child),
.book-pick-spot .book-pick-spot-legend>li:not(:last-child),
.list-inline>li:not(:last-child) {
  margin-right: 1em;
}

.list-spaced li+li {
  margin-top: 0.5rem;
}

.list-spaced ul {
  margin-top: 0.5rem;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 1rem;
}

.dl-spaced dt {
  margin-top: 0.5rem
}

.dl-spaced dt:first-child {
  margin-top: 0
}

@media (min-width: 600px) {
  ul[class *=cols-] li {
    -moz-column-break-inside: avoid;
         break-inside: avoid
  }

  ul[class *=cols-].cols-2 {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
    -moz-column-rule: none;
         column-rule: none;
  }

  ul[class *=cols-].cols-3 {
    -moz-columns: 3;
         columns: 3;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
    -moz-column-rule: none;
         column-rule: none;
  }
}

blockquote {
  margin: 0 0 1rem
}

blockquote> :last-child {
  margin-bottom: 0
}

blockquote small {
  display: block;
  margin-top: 0.5em
}

blockquote small:before {
  content: "—";
  margin-right: 0.5em
}

.table,
table {
  width: 100%;
  border-collapse: collapse
}

.table td,
.table th,
table td,
table th {
  text-align: left;
  padding: 0.75rem 1rem
}

.table th,
table th {
  font-weight: bold
}

.table td,
table td {
  border-top: 1px solid #d5d5d5;
  vertical-align: top
}

.table thead th,
table thead th {
  font-size: 1.1rem;
  vertical-align: bottom;
  border-bottom: 2px solid #d5d5d5
}

.table tbody tr:first-child td,
table tbody tr:first-child td {
  border-top: none
}

.table tbody+tbody,
table tbody+tbody {
  border-top: 2px solid #d5d5d5
}

.table-sm td,
.table-sm th {
  padding: 0.375rem 0.5rem;
  font-size: 0.85em
}

.table-lg td,
.table-lg th {
  padding: 1.5rem 1.5rem
}

.table-equal-col {
  table-layout: fixed
}

.table-borders {
  border: 1px solid #d5d5d5
}

.table-borders td:not(:first-child),
.table-borders th:not(:first-child) {
  border-left: 1px solid #d5d5d5
}

.table-striped tbody tr:nth-child(odd) {
  background-color: #f4f4f4
}

.table-hover tbody tr:hover {
  background-color: #fff5d7 !important
}

.table-center-rows td {
  vertical-align: middle
}

.table-cart thead,
.thead {
  background: whitesmoke;
  color: #222
}

.table-cart thead,
.thead.thead-rev {
  background: #02AFA4;
  color: white
}

.table-cart thead th,
.thead.thead-rev th {
  border-color: #017d75 !important
}

tr.center-row td {
  vertical-align: middle
}

.table-resp {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}

.tr-actions {
  text-align: right !important;
  padding-right: 5px !important
}

@media (min-width: 900px) {
  .tr-actions {
    white-space: nowrap;
    width: 1%
  }
}

.container,
.modal-lg,
.pop-cover .modal {
  width: 90%;
  width: min(87.5rem, 90%);
  margin-left: auto;
  margin-right: auto
}

.container.stretch,
.pop-cover .stretch.modal,
.stretch.modal-lg {
  width: 90% !important
}

[class *=narrow-] {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 600px) {
  .narrow-1 {
    padding-left: 4vw;
    padding-right: 4vw
  }

  .narrow-2 {
    padding-left: 8vw;
    padding-right: 8vw
  }

  .narrow-3 {
    padding-left: 12vw;
    padding-right: 12vw
  }
}

section#s-related-posts,
section#s-studio-cta,
section.pad {
  padding-top: calc(2.3571428571rem + 8.8571428571vw);
  padding-bottom: calc(2.3571428571rem + 8.8571428571vw)
}

@media (min-width: 1200px) {

  section#s-related-posts,
  section#s-studio-cta,
  section.pad {
    padding-top: 4rem;
    padding-bottom: 4rem
  }
}

section.pad-1 {
  padding-top: calc(1.5rem + 2vw);
  padding-bottom: calc(1.5rem + 2vw)
}

@media (min-width: 1200px) {
  section.pad-1 {
    padding-top: 3rem;
    padding-bottom: 3rem
  }
}

section.cta-banner,
section.pad-2 {
  /* padding-top: calc(1.7142857143rem + 3.7142857143vw);
  padding-bottom: calc(1.7142857143rem + 3.7142857143vw) */
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 1200px) {

  section.cta-banner,
  section.pad-2 {
    /* padding-top: 4.5rem */
    /* padding-bottom: 4.5rem */
  }
}

section#s-franchise,
section.pad-3 {
  padding-top: calc(3rem + 14vw);
  padding-bottom: calc(3rem + 14vw)
}

@media (min-width: 1200px) {

  section#s-franchise,
  section.pad-3 {
    padding-top: 13.5rem;
    padding-bottom: 13.5rem
  }
}

section.pad-4 {
  padding-top: calc(3.6428571429rem + 19.1428571429vw);
  padding-bottom: calc(3.6428571429rem + 19.1428571429vw)
}

@media (min-width: 1200px) {
  section.pad-4 {
    padding-top: 18rem;
    padding-bottom: 18rem
  }
}

.row {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(calc(var(--gutter) / 2) * -1);
  margin-right: calc(calc(var(--gutter) / 2) * -1)
}

.col {
  position: relative;
  width: 100%;
  padding-right: calc(var(--gutter) / 2);
  padding-left: calc(var(--gutter) / 2);
  flex: 1
}

.col[style] {
  flex: 0 0 auto
}

[class *=-col],
[class *=col-] {
  position: relative;
  width: 100%;
  padding-right: calc(var(--gutter) / 2);
  padding-left: calc(var(--gutter) / 2);
  flex: 1;
  flex: 0 0 auto
}

[class *=-col][style],
[class *=col-][style] {
  flex: 0 0 auto
}

@media (min-width: 600px) {
  .row.g-0 {
    --gutter: 0rem
  }

  .row.g-1 {
    --gutter: 1rem
  }

  .row.g-2 {
    --gutter: 2rem
  }

  .row.g-3 {
    --gutter: 3rem
  }

  .row.g-4 {
    --gutter: 4rem
  }
}

.col-auto {
  flex: 0 0 auto;
  width: auto
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%
}

.offset-1 {
  margin-left: 8.3333333333%
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%
}

.offset-2 {
  margin-left: 16.6666666667%
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%
}

.offset-3 {
  margin-left: 25%
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%
}

.offset-4 {
  margin-left: 33.3333333333%
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%
}

.offset-5 {
  margin-left: 41.6666666667%
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%
}

.offset-6 {
  margin-left: 50%
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%
}

.offset-7 {
  margin-left: 58.3333333333%
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%
}

.offset-8 {
  margin-left: 66.6666666667%
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%
}

.offset-9 {
  margin-left: 75%
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%
}

.offset-10 {
  margin-left: 83.3333333333%
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%
}

.offset-11 {
  margin-left: 91.6666666667%
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%
}

.offset-12 {
  margin-left: 100%
}

@media (min-width: 600px) {
  .sm-col {
    flex: 1 1;
    max-width: 100%
  }

  .sm-col-auto {
    flex: 0 0 auto;
    width: auto
  }

  .sm-col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .sm-offset-1 {
    margin-left: 8.3333333333%
  }

  .sm-col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .sm-offset-2 {
    margin-left: 16.6666666667%
  }

  .sm-col-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .sm-offset-3 {
    margin-left: 25%
  }

  .sm-col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .sm-offset-4 {
    margin-left: 33.3333333333%
  }

  .sm-col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .sm-offset-5 {
    margin-left: 41.6666666667%
  }

  .sm-col-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .sm-offset-6 {
    margin-left: 50%
  }

  .sm-col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .sm-offset-7 {
    margin-left: 58.3333333333%
  }

  .sm-col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .sm-offset-8 {
    margin-left: 66.6666666667%
  }

  .sm-col-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .sm-offset-9 {
    margin-left: 75%
  }

  .sm-col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .sm-offset-10 {
    margin-left: 83.3333333333%
  }

  .sm-col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .sm-offset-11 {
    margin-left: 91.6666666667%
  }

  .sm-col-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .sm-offset-12 {
    margin-left: 100%
  }
}

@media (min-width: 900px) {
  .md-col {
    flex: 1 1;
    max-width: 100%
  }

  .md-col-auto {
    flex: 0 0 auto;
    width: auto
  }

  .md-col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .md-offset-1 {
    margin-left: 8.3333333333%
  }

  .md-col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .md-offset-2 {
    margin-left: 16.6666666667%
  }

  .md-col-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .md-offset-3 {
    margin-left: 25%
  }

  .md-col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .md-offset-4 {
    margin-left: 33.3333333333%
  }

  .md-col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .md-offset-5 {
    margin-left: 41.6666666667%
  }

  .md-col-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .md-offset-6 {
    margin-left: 50%
  }

  .md-col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .md-offset-7 {
    margin-left: 58.3333333333%
  }

  .md-col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .md-offset-8 {
    margin-left: 66.6666666667%
  }

  .md-col-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .md-offset-9 {
    margin-left: 75%
  }

  .md-col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .md-offset-10 {
    margin-left: 83.3333333333%
  }

  .md-col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .md-offset-11 {
    margin-left: 91.6666666667%
  }

  .md-col-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .md-offset-12 {
    margin-left: 100%
  }
}

@media (min-width: 1200px) {
  .lg-col {
    flex: 1 1;
    max-width: 100%
  }

  .lg-col-auto {
    flex: 0 0 auto;
    width: auto
  }

  .lg-col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .lg-offset-1 {
    margin-left: 8.3333333333%
  }

  .lg-col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .lg-offset-2 {
    margin-left: 16.6666666667%
  }

  .lg-col-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .lg-offset-3 {
    margin-left: 25%
  }

  .lg-col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .lg-offset-4 {
    margin-left: 33.3333333333%
  }

  .lg-col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .lg-offset-5 {
    margin-left: 41.6666666667%
  }

  .lg-col-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .lg-offset-6 {
    margin-left: 50%
  }

  .lg-col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .lg-offset-7 {
    margin-left: 58.3333333333%
  }

  .lg-col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .lg-offset-8 {
    margin-left: 66.6666666667%
  }

  .lg-col-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .lg-offset-9 {
    margin-left: 75%
  }

  .lg-col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .lg-offset-10 {
    margin-left: 83.3333333333%
  }

  .lg-col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .lg-offset-11 {
    margin-left: 91.6666666667%
  }

  .lg-col-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .lg-offset-12 {
    margin-left: 100%
  }
}

@media (min-width: 1600px) {
  .xl-col {
    flex: 1 1;
    max-width: 100%
  }

  .xl-col-auto {
    flex: 0 0 auto;
    width: auto
  }

  .xl-col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .xl-offset-1 {
    margin-left: 8.3333333333%
  }

  .xl-col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .xl-offset-2 {
    margin-left: 16.6666666667%
  }

  .xl-col-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .xl-offset-3 {
    margin-left: 25%
  }

  .xl-col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .xl-offset-4 {
    margin-left: 33.3333333333%
  }

  .xl-col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .xl-offset-5 {
    margin-left: 41.6666666667%
  }

  .xl-col-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .xl-offset-6 {
    margin-left: 50%
  }

  .xl-col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .xl-offset-7 {
    margin-left: 58.3333333333%
  }

  .xl-col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .xl-offset-8 {
    margin-left: 66.6666666667%
  }

  .xl-col-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .xl-offset-9 {
    margin-left: 75%
  }

  .xl-col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .xl-offset-10 {
    margin-left: 83.3333333333%
  }

  .xl-col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .xl-offset-11 {
    margin-left: 91.6666666667%
  }

  .xl-col-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .xl-offset-12 {
    margin-left: 100%
  }
}

.collapse {
  display: none
}

@media (min-width: 1199px) {
  .collapse {
    display: block;
    display: initial
  }
}

#select-subnav,
.submenu-toggle {
  display: none
}

@media (max-width: 599px) {
  #select-subnav {
    display: block;
    margin: -2rem auto 3rem
  }
}

@supports (-webkit-overflow-scrolling: touch) {
  input::-webkit-date-and-time-value {
    height: 1.5em
  }

  input[type=date]:before {
    display: block;
    color: #222;
    content: attr(placeholder);
    font-size: 0.85em
  }
}

.form-hp {
  display: none !important
}

form ::-moz-placeholder {
  color: #aaaaaa
}

form ::placeholder {
  color: #aaaaaa
}

form :focus {
  outline: 0 !important;
  box-shadow: 0 0 0 3px rgba(2, 175, 164, 0.1) !important
}

label:not(.form-switch).selected {
  color: #222 !important;
  font-weight: 400 !important
}

legend {
  padding: 0;
  font: 600 1.5rem/1.62 Montserrat, "Georgia", "Times", "Times New Roman", serif;
  margin-bottom: 1rem;
  color: #02AFA4
}

legend small {
  font-size: 75%;
  font-weight: normal;
  color: #a5a5a5
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0
}

fieldset.card legend {
  margin-bottom: 0;
  font: 700 1.25rem/1.62 Montserrat, "Georgia", "Times", "Times New Roman", serif;
  color: #6F58DF
}

input,
select,
textarea {
  font-size: 1rem;
  font-weight: 400;
  font-family: "figtree", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}

label {
  display: inline-block
}

.form-group {
  margin-bottom: 1.75rem
}

.form-group .form-label,
.form-group>label:not([class *=radio]):not([class *=checkbox]):not(.error) {
  display: block;
  margin-bottom: 0.35em;
  font-family: "figtree", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  color: #222
}

.form-group.has-error .form-label,
.form-group.has-error>label:not([class *=radio]):not([class *=checkbox]):not(.error) {
  color: #F33F16
}

.form-group.has-error .error.ms-choice,
.form-group.has-error .form-input.error,
.form-group.has-error [type=color].error,
.form-group.has-error [type=date].error,
.form-group.has-error [type=datetime-local].error,
.form-group.has-error [type=datetime].error,
.form-group.has-error [type=email].error,
.form-group.has-error [type=month].error,
.form-group.has-error [type=number].error,
.form-group.has-error [type=password].error,
.form-group.has-error [type=search].error,
.form-group.has-error [type=tel].error,
.form-group.has-error [type=text].error,
.form-group.has-error [type=time].error,
.form-group.has-error [type=url].error,
.form-group.has-error [type=week].error,
.form-group.has-error input:not([type]).error,
.form-group.has-error select.error,
.form-group.has-error textarea.error {
  border-color: #F33F16
}

.form-group:not(.has-error):focus-within>label {
  color: #222 !important
}

label small {
  font-weight: normal
}

label.error {
  display: block;
  color: #F33F16;
  font-weight: normal !important;
  font-size: 0.75rem !important;
  padding-top: 5px !important
}

.clear-appearance {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important
}

.form-input,
.ms-choice,
[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
input:not([type]),
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  line-height: 1.5;
  padding: 0.7em 0.9em;
  font-size: 1rem;
  color: #222;
  background-color: #fff;
  border: solid #d5d5d5;
  border-width: 1px;
  box-shadow: none;
  transition: all 250ms ease;
  border-radius: 1px
}

.form-input:active,
.form-input:focus,
.ms-choice:active,
.ms-choice:focus,
[type=color]:active,
[type=color]:focus,
[type=date]:active,
[type=date]:focus,
[type=datetime-local]:active,
[type=datetime-local]:focus,
[type=datetime]:active,
[type=datetime]:focus,
[type=email]:active,
[type=email]:focus,
[type=month]:active,
[type=month]:focus,
[type=number]:active,
[type=number]:focus,
[type=password]:active,
[type=password]:focus,
[type=search]:active,
[type=search]:focus,
[type=tel]:active,
[type=tel]:focus,
[type=text]:active,
[type=text]:focus,
[type=time]:active,
[type=time]:focus,
[type=url]:active,
[type=url]:focus,
[type=week]:active,
[type=week]:focus,
input:not([type]):active,
input:not([type]):focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
  border-color: #02AFA4;
  background-color: #fff;
  outline: 0;
  box-shadow: none
}

.error.ms-choice,
.form-input.error,
[type=color].error,
[type=date].error,
[type=datetime-local].error,
[type=datetime].error,
[type=email].error,
[type=month].error,
[type=number].error,
[type=password].error,
[type=search].error,
[type=tel].error,
[type=text].error,
[type=time].error,
[type=url].error,
[type=week].error,
input:not([type]).error,
select.error,
textarea.error {
  border-color: #F33F16 !important
}

.account-main .form-input.no-results,
.account-main .ms-choice.no-results,
.account-main [type=color].no-results,
.account-main [type=date].no-results,
.account-main [type=datetime-local].no-results,
.account-main [type=datetime].no-results,
.account-main [type=email].no-results,
.account-main [type=month].no-results,
.account-main [type=number].no-results,
.account-main [type=password].no-results,
.account-main [type=search].no-results,
.account-main [type=tel].no-results,
.account-main [type=text].no-results,
.account-main [type=time].no-results,
.account-main [type=url].no-results,
.account-main [type=week].no-results,
.account-main input.no-results:not([type]),
.account-main select.no-results,
.account-main textarea.no-results,
.form-input.lg,
.lg.ms-choice,
.page-header .form-input.btn-group,
.page-header .ms-choice.btn-group,
.page-header .posts-navigation .form-input.nav-links,
.page-header .posts-navigation .ms-choice.nav-links,
.page-header .posts-navigation [type=color].nav-links,
.page-header .posts-navigation [type=date].nav-links,
.page-header .posts-navigation [type=datetime-local].nav-links,
.page-header .posts-navigation [type=datetime].nav-links,
.page-header .posts-navigation [type=email].nav-links,
.page-header .posts-navigation [type=month].nav-links,
.page-header .posts-navigation [type=number].nav-links,
.page-header .posts-navigation [type=password].nav-links,
.page-header .posts-navigation [type=search].nav-links,
.page-header .posts-navigation [type=tel].nav-links,
.page-header .posts-navigation [type=text].nav-links,
.page-header .posts-navigation [type=time].nav-links,
.page-header .posts-navigation [type=url].nav-links,
.page-header .posts-navigation [type=week].nav-links,
.page-header .posts-navigation input.nav-links:not([type]),
.page-header .posts-navigation select.nav-links,
.page-header .posts-navigation textarea.nav-links,
.page-header [type=color].btn-group,
.page-header [type=date].btn-group,
.page-header [type=datetime-local].btn-group,
.page-header [type=datetime].btn-group,
.page-header [type=email].btn-group,
.page-header [type=month].btn-group,
.page-header [type=number].btn-group,
.page-header [type=password].btn-group,
.page-header [type=search].btn-group,
.page-header [type=tel].btn-group,
.page-header [type=text].btn-group,
.page-header [type=time].btn-group,
.page-header [type=url].btn-group,
.page-header [type=week].btn-group,
.page-header input.btn-group:not([type]),
.page-header p.form-input,
.page-header p.ms-choice,
.page-header p[type=color],
.page-header p[type=date],
.page-header p[type=datetime-local],
.page-header p[type=datetime],
.page-header p[type=email],
.page-header p[type=month],
.page-header p[type=number],
.page-header p[type=password],
.page-header p[type=search],
.page-header p[type=tel],
.page-header p[type=text],
.page-header p[type=time],
.page-header p[type=url],
.page-header p[type=week],
.page-header select.btn-group,
.page-header textarea.btn-group,
.posts-navigation .page-header .form-input.nav-links,
.posts-navigation .page-header .ms-choice.nav-links,
.posts-navigation .page-header [type=color].nav-links,
.posts-navigation .page-header [type=date].nav-links,
.posts-navigation .page-header [type=datetime-local].nav-links,
.posts-navigation .page-header [type=datetime].nav-links,
.posts-navigation .page-header [type=email].nav-links,
.posts-navigation .page-header [type=month].nav-links,
.posts-navigation .page-header [type=number].nav-links,
.posts-navigation .page-header [type=password].nav-links,
.posts-navigation .page-header [type=search].nav-links,
.posts-navigation .page-header [type=tel].nav-links,
.posts-navigation .page-header [type=text].nav-links,
.posts-navigation .page-header [type=time].nav-links,
.posts-navigation .page-header [type=url].nav-links,
.posts-navigation .page-header [type=week].nav-links,
.posts-navigation .page-header input.nav-links:not([type]),
.posts-navigation .page-header select.nav-links,
.posts-navigation .page-header textarea.nav-links,
.testimonial-slider blockquote p.form-input,
.testimonial-slider blockquote p.ms-choice,
.testimonial-slider blockquote p[type=color],
.testimonial-slider blockquote p[type=date],
.testimonial-slider blockquote p[type=datetime-local],
.testimonial-slider blockquote p[type=datetime],
.testimonial-slider blockquote p[type=email],
.testimonial-slider blockquote p[type=month],
.testimonial-slider blockquote p[type=number],
.testimonial-slider blockquote p[type=password],
.testimonial-slider blockquote p[type=search],
.testimonial-slider blockquote p[type=tel],
.testimonial-slider blockquote p[type=text],
.testimonial-slider blockquote p[type=time],
.testimonial-slider blockquote p[type=url],
.testimonial-slider blockquote p[type=week],
[type=color].lg,
[type=date].lg,
[type=datetime-local].lg,
[type=datetime].lg,
[type=email].lg,
[type=month].lg,
[type=number].lg,
[type=password].lg,
[type=search].lg,
[type=tel].lg,
[type=text].lg,
[type=time].lg,
[type=url].lg,
[type=week].lg,
input:not([type]).lg,
select.lg,
textarea.lg {
  font-size: 150%
}

textarea {
  padding: 0.875em 0.9em
}

select[multiple],
select[size],
textarea {
  height: auto
}

.input-auto {
  width: auto !important;
  display: inline-block
}

input[disabled],
input[readonly],
select[disabled],
select[readonly],
textarea[disabled],
textarea[readonly] {
  background-color: #f4f4f4 !important
}

[disabled],
[disabled] * {
  cursor: not-allowed !important
}

.form-help {
  color: #a5a5a5;
  font-size: 0.85em;
  font-weight: normal
}

.form-help:not(.d-block) {
  margin-left: 5px
}

.form-text {
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  display: inline-block
}

.form-fields.form-checks {
  padding-top: 6px
}

.form-inline {
  display: flex;
  flex-wrap: wrap
}

.form-inline .form-group {
  margin-bottom: 0;
  display: flex;
  align-items: center
}

.form-inline .form-group>label {
  flex: none;
  margin: 0 1rem 0 0 !important
}

.form-inline .form-group input,
.form-inline .form-group select {
  height: 100%
}

.form-inline> :not(.btn) {
  flex: 1
}

.form-inline> :not(:last-child) {
  margin-right: 1rem
}

.form-inline .checkbox,
.form-inline .radio,
.form-inline .switch {
  align-self: center;
  white-space: nowrap
}

@media (min-width: 600px) {
  .form-placeholders .form-group>label {
    display: none !important
  }
}

.form-placeholders .form-group {
  margin-bottom: 0.875rem
}

.hide-error-labels label.error {
  display: none !important
}

@supports (-webkit-appearance: none) or(-moz-appearance: none) {
  select:not(.plain-select) {
    content: "";
    display: block;
    background: center/16px 16px no-repeat;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-position: right 0.5rem center !important;
    background-color: #fff;
    padding-right: 2rem;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none
  }

  .checkbox,
  .radio,
  .switch,
  .wpcf7-checkbox .wpcf7-list-item,
  .wpcf7-radio .wpcf7-list-item {
    position: relative;
    padding-left: 28px;
    display: block
  }

  .checkbox input[type=checkbox],
  .checkbox input[type=radio],
  .radio input[type=checkbox],
  .radio input[type=radio],
  .switch input[type=checkbox],
  .switch input[type=radio],
  .wpcf7-checkbox .wpcf7-list-item input[type=checkbox],
  .wpcf7-checkbox .wpcf7-list-item input[type=radio],
  .wpcf7-radio .wpcf7-list-item input[type=checkbox],
  .wpcf7-radio .wpcf7-list-item input[type=radio] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    position: absolute;
    left: 0;
    top: 3.6px;
    border-radius: 2px;
    background-clip: padding-box;
    transition: all 250ms ease;
    transition-duration: 0.1s;
    background: white;
    border: solid #d5d5d5;
    border-width: 2px;
    height: 18px;
    width: 18px
  }

  .checkbox input[type=checkbox]:checked,
  .checkbox input[type=radio]:checked,
  .radio input[type=checkbox]:checked,
  .radio input[type=radio]:checked,
  .switch input[type=checkbox]:checked,
  .switch input[type=radio]:checked,
  .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked,
  .wpcf7-checkbox .wpcf7-list-item input[type=radio]:checked,
  .wpcf7-radio .wpcf7-list-item input[type=checkbox]:checked,
  .wpcf7-radio .wpcf7-list-item input[type=radio]:checked {
    border-color: #02AFA4;
    background: #02AFA4
  }

  .checkbox input[type=checkbox]:checked:before,
  .checkbox input[type=radio]:checked:before,
  .radio input[type=checkbox]:checked:before,
  .radio input[type=radio]:checked:before,
  .switch input[type=checkbox]:checked:before,
  .switch input[type=radio]:checked:before,
  .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked:before,
  .wpcf7-checkbox .wpcf7-list-item input[type=radio]:checked:before,
  .wpcf7-radio .wpcf7-list-item input[type=checkbox]:checked:before,
  .wpcf7-radio .wpcf7-list-item input[type=radio]:checked:before {
    height: 100%;
    content: "";
    display: block;
    background: center/85% 85% no-repeat;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='4' stroke-linecap='round' stroke-linejoin='round' class='feather feather-check'%3e%3cpolyline points='20 6 9 17 4 12'%3e%3c/polyline%3e%3c/svg%3e");
    z-index: 1
  }

  .checkbox.inline,
  .radio.inline,
  .switch.inline,
  .wpcf7-checkbox .wpcf7-list-item.inline,
  .wpcf7-radio .wpcf7-list-item.inline {
    display: inline-block;
    margin-right: 1rem
  }

  .checkbox:not(.inline)+.checkbox,
  .checkbox:not(.inline)+.radio,
  .checkbox:not(.inline)+.switch,
  .radio:not(.inline)+.checkbox,
  .radio:not(.inline)+.radio,
  .radio:not(.inline)+.switch,
  .switch:not(.inline)+.checkbox,
  .switch:not(.inline)+.radio,
  .switch:not(.inline)+.switch,
  .wpcf7-checkbox .wpcf7-list-item:not(.inline)+.checkbox,
  .wpcf7-checkbox .wpcf7-list-item:not(.inline)+.radio,
  .wpcf7-checkbox .wpcf7-list-item:not(.inline)+.switch,
  .wpcf7-radio .wpcf7-list-item:not(.inline)+.checkbox,
  .wpcf7-radio .wpcf7-list-item:not(.inline)+.radio,
  .wpcf7-radio .wpcf7-list-item:not(.inline)+.switch {
    margin-top: 0.25em
  }

  .wpcf7-checkbox.inline .wpcf7-list-item,
  .wpcf7-radio.inline .wpcf7-list-item {
    display: inline-block;
    margin-right: 1rem
  }

  .radio input[type=checkbox],
  .radio input[type=radio],
  .wpcf7-radio .wpcf7-list-item input[type=checkbox],
  .wpcf7-radio .wpcf7-list-item input[type=radio] {
    border-radius: 50%;
    background-clip: padding-box
  }

  .radio input[type=checkbox]:checked,
  .radio input[type=radio]:checked,
  .wpcf7-radio .wpcf7-list-item input[type=checkbox]:checked,
  .wpcf7-radio .wpcf7-list-item input[type=radio]:checked {
    background: none;
    border-color: #02AFA4;
    border-width: 5px
  }

  .radio input[type=checkbox]:before,
  .radio input[type=radio]:before,
  .wpcf7-radio .wpcf7-list-item input[type=checkbox]:before,
  .wpcf7-radio .wpcf7-list-item input[type=radio]:before {
    display: none
  }

  .switch {
    padding-left: 50px
  }

  .switch input[type=checkbox] {
    width: 40px;
    top: 1.8px;
    height: 23.4px;
    border-radius: 10px;
    background-clip: padding-box
  }

  .switch input[type=checkbox]:before {
    display: none !important
  }

  .switch input[type=checkbox]:after {
    content: "";
    display: block;
    position: absolute;
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: #d5d5d5;
    transition: transform 0.25s ease
  }

  .switch input[type=checkbox]:checked:after {
    transform: translateX(18px);
    background: white
  }
}

@media (min-width: 600px) {

  .form-horizontal fieldset>.form-group:not(.stacked),
  .form-horizontal>.form-group:not(.stacked) {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
  }

  .form-horizontal fieldset>.form-group:not(.stacked)>label,
  .form-horizontal>.form-group:not(.stacked)>label {
    padding-top: 0.5rem;
    flex: 0 0 30%;
    padding-right: 1.5rem
  }

  .form-horizontal fieldset>.form-group:not(.stacked) .form-fields,
  .form-horizontal>.form-group:not(.stacked) .form-fields {
    flex: 1
  }

  .form-horizontal .choices .form-fields {
    padding-top: 0.5rem
  }
}

.input-icon {
  position: relative
}

.input-icon .icon,
.input-icon i,
.input-icon svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.75rem;
  opacity: 0.5;
  transition: all 250ms ease;
  color: #02AFA4
}

.input-icon input {
  padding-left: 2.5rem
}

.input-icon input:focus~i,
.input-icon input:focus~svg {
  opacity: 1
}

.input-group {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap
}

.input-group input,
.input-group select {
  width: auto;
  flex: 1 0 auto;
  border-radius: 0 !important
}

.input-group input:first-child,
.input-group select:first-child {
  border-radius: 1px 0 0 1px !important
}

.input-group input:last-child,
.input-group select:last-child {
  border-radius: 0 1px 1px 0 !important
}

.axle-checkout-login .input-group input+.link-create-account,
.input-group .axle-checkout-login input+.link-create-account,
.input-group .posts-navigation .nav-links input+a,
.input-group .schedule .schedule-nav input+a,
.input-group .schedule-full-header .schedule-nav input+a,
.input-group input+.btn,
.posts-navigation .nav-links .input-group input+a,
.schedule .schedule-nav .input-group input+a,
.schedule-full-header .schedule-nav .input-group input+a {
  position: relative;
  z-index: 1
}

.input-group-add-on {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 0 1em;
  font-size: 1rem;
  font-weight: normal;
  background-color: whitesmoke;
  border: solid #d5d5d5;
  border-width: 1px
}

.input-group-add-on:first-child {
  border-right: none
}

.input-group-add-on:last-child {
  border-left: none
}

.input-group-add-on:first-child {
  border-radius: 1px 0 0 1px
}

.input-group-add-on:last-child {
  border-radius: 0 1px 1px 0
}

.floating-label {
  position: relative
}

.floating-label input,
.floating-label select {
  padding: 1.05em 0.9em
}

.floating-label input.error+label,
.floating-label select.error+label {
  color: #F33F16 !important
}

.floating-label>label {
  position: absolute;
  top: 50%;
  left: calc(0.9em - 3px);
  opacity: 0;
  transition: all 250ms ease;
  margin-bottom: 0 !important;
  font-size: 0.7rem !important;
  color: #a5a5a5 !important;
  font-weight: normal !important;
  line-height: 1.3;
  padding: 0 5px;
  background: #fff
}

.floating-label input:not(:-moz-placeholder-shown)+label {
  top: calc(0% - 8px);
  opacity: 1
}

.floating-label input:not(:placeholder-shown)+label,
.floating-label.float-label>label {
  top: calc(0% - 8px);
  opacity: 1
}

.choice-group {
  margin-bottom: 1.75rem;
  display: flex;
  flex-wrap: wrap
}

.choice-group-item {
  display: inline-block;
  margin: 0 0.5rem 0.5rem 0
}

.choice-group-button {
  display: inline-block;
  background: #e8e8e8;
  color: #222;
  font-size: 0.9rem;
  padding: 0.7em 1.8em;
  border-radius: 0.1em;
  cursor: pointer
}

.choice-group-button:hover {
  background: #dbdbdb
}

.choice-group input {
  position: absolute;
  opacity: 0;
  z-index: -1
}

.choice-group input:checked+.choice-group-button {
  background: #02AFA4;
  color: white
}

.choice-group input[disabled]+.choice-group-button {
  opacity: 0.5;
  cursor: not-allowed
}

.choice-group input:active:not(:checked)+.choice-group-button,
.choice-group input:focus:not(:checked)+.choice-group-button,
.choice-group input:hover:not(:checked)+.choice-group-button {
  background: #dbdbdb
}

.alert,
.wpcf7 .wpcf7-response-output {
  border-radius: 0;
  padding: 1em 2em;
  margin-bottom: 1rem;
  position: relative;
  color: #674e00;
  background-color: #fff3cd;
  border: solid rgba(0, 0, 0, 0.1);
  border-width: 0 0 0 0
}

.alert .close,
.wpcf7 .wpcf7-response-output .close {
  all: unset;
  cursor: pointer;
  position: absolute;
  height: 2rem;
  width: 2rem;
  top: 0;
  right: 0;
  font-size: 0;
  content: "";
  display: block;
  background: center/60% 60% no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x'%3e%3cline x1='18' y1='6' x2='6' y2='18'%3e%3c/line%3e%3cline x1='6' y1='6' x2='18' y2='18'%3e%3c/line%3e%3c/svg%3e");
  opacity: 0.4
}

.alert .close:hover,
.wpcf7 .wpcf7-response-output .close:hover {
  opacity: 1
}

.alert h1,
.alert h2,
.alert h3,
.alert h4,
.wpcf7 .wpcf7-response-output h1,
.wpcf7 .wpcf7-response-output h2,
.wpcf7 .wpcf7-response-output h3,
.wpcf7 .wpcf7-response-output h4 {
  margin-bottom: 0.25em;
  color: inherit
}

.alert a,
.wpcf7 .wpcf7-response-output a {
  color: inherit !important;
  text-decoration: underline
}

.alert :last-child,
.wpcf7 .wpcf7-response-output :last-child {
  margin-bottom: 0
}

.alert-success {
  color: #01605a;
  background-color: #d9f3f1;
  border-color: rgba(0, 0, 0, 0.1)
}

.alert-error,
.wpcf7 form.invalid .wpcf7-response-output {
  color: #86230c;
  background-color: #fde2dc;
  border-color: rgba(0, 0, 0, 0.1)
}

.card {
  border-radius: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: solid #d5d5d5;
  border-width: 1px
}

.card .card-img {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  display: block
}

.card .card-img img {
  width: 100%
}

.card hr {
  background: rgba(0, 0, 0, 0.15);
  margin: 1rem 0
}

.card.clickable {
  cursor: pointer
}

.card[class *=c-] a:not(.btn) {
  color: inherit
}

.card[class *=bg-] {
  border: none
}

.card:not([class *=bg-]) .card-header[class *=bg-] {
  margin: -3px -1px
}

.card-body {
  padding: 1.25rem 1.5rem
}

.card-body> :last-child {
  margin-bottom: 0
}

.card-header {
  background-color: #f4f4f4;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
  padding: 0.9375rem 1.5rem
}

.card-header * {
  margin-bottom: 0
}

.card-footer {
  background: inherit;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.9375rem 1.5rem
}

.card-footer * {
  margin-bottom: 0
}

.card.toggle {
  border-bottom-width: 0 !important
}

.card.toggle .card-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.card.toggle .card-header:after {
  content: "";
  display: block;
  background: center/24px 24px no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-plus'%3e%3cline x1='12' y1='5' x2='12' y2='19'%3e%3c/line%3e%3cline x1='5' y1='12' x2='19' y2='12'%3e%3c/line%3e%3c/svg%3e");
  margin-left: 1rem;
  opacity: 0.5;
  position: relative;
  right: -0.8rem;
  height: 1.75rem;
  width: 1.75rem
}

.card.toggle.open {
  border-bottom-width: 1px !important
}

.card.toggle.open .card-header:after {
  transform: rotate(45deg)
}

.card.toggle[data-icon=chevron] .card-header:after {
  content: "";
  display: block;
  background: center/24px 24px no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e")
}

.card.toggle[data-icon=chevron].open .card-header:after {
  transform: rotate(-180deg)
}

.card.toggle[data-effect=slide] .card-header:after {
  transition: all 250ms ease
}

.cards .card {
  margin-bottom: 2rem
}

.cards.img-eq-ht .card-img {
  padding-bottom: 75%
}

.cards.img-eq-ht img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: $p;";
  overflow: hidden;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0
}

#site-header .nav {
  margin-bottom: 0
}

#site-header .container,
#site-header .modal-lg,
#site-header .pop-cover .modal,
.pop-cover #site-header .modal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between
}

#main-nav a {
  text-decoration: none
}

@media (min-width: 1199px) {
  #main-nav a:not(.btn) {
    padding: 0.5em 1.3em;
    font-size: 0.8rem;
    color: #000
  }

  #main-nav .nav li {
    position: relative
  }

  #main-nav .nav>li.active>a,
  #main-nav .nav>li.current_page_item>a {
    color: #02AFA4
  }

  #main-nav .nav>li>ul {
    left: 0;
    top: 110%
  }

  #main-nav .nav>li>ul ul:not(.nav-studio-list) {
    right: 100%;
    top: 0;
    background: #f2f2f2
  }

  #main-nav .nav>li ul:not(.nav-studio-list) {
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    background: white;
    min-width: 200px;
    position: absolute;
    padding: 0.65em 0;
    transition: all 0.15s ease;
    transition-delay: 0.25s
  }

  #main-nav .nav>li ul:not(.nav-studio-list) a {
    display: block;
    font-size: 0.8rem;
    padding: 0.65em 1.5em;
    color: #000
  }

  #main-nav .nav>li ul:not(.nav-studio-list) a:hover {
    color: #02AFA4
  }

  #main-nav .nav>li.open-left>ul {
    left: auto;
    right: 0
  }

  #main-nav .nav>li.open-left>ul ul {
    left: auto;
    right: 100%
  }

  #main-nav .nav>li:hover>ul {
    top: 100%
  }

  #main-nav .nav>li:hover>a:not(.btn) {
    color: #02AFA4
  }

  #main-nav .nav li:hover>ul {
    height: auto;
    overflow: visible;
    visibility: visible;
    opacity: 1;
    z-index: 100
  }
}

.resp-header-icons {
  display: flex;
  align-items: center
}

.resp-header-icons svg {
  height: 2.25rem;
  width: 2.25rem;
  stroke: #02AFA4
}

.resp-header-icons .call svg {
  stroke: none;
  fill: #02AFA4
}

.resp-header-icons a,
.resp-header-icons button {
  all: unset;
  display: inline-flex !important;
  align-items: center;
  padding: 0.75rem 0.75rem !important;
  margin-left: 5px !important
}

@media (min-width: 1199px) {
  .resp-header-icons {
    display: none
  }
}

body.nav-open {
  max-height: 100vh;
  max-height: -webkit-fill-available;
  overflow: hidden !important
}

body.nav-open * {
  pointer-events: none
}

body.nav-open #site-nav,
body.nav-open #site-nav * {
  pointer-events: auto
}

#site-nav body.nav-open #site-nav {}

#site-header {
  position: relative;
  z-index: 10
}

#site-header .nav-close {
  display: none
}

@media (max-width: 1198px) {
  #site-header {
    padding: 1rem 0 1rem !important;
    position: relative
  }

  #site-header .container,
  #site-header .modal-lg,
  #site-header .pop-cover .modal,
  .pop-cover #site-header .modal {
    width: 100%
  }

  #site-header .header-logo {
    display: block;
    max-width: 50%;
    margin-left: calc((100% - 90%) / 2);
  }

  #site-header .header-logo img {
    max-height: 10rem
  }
  #site-header .collapse {
    background: linear-gradient(155deg, #02AFA4 0%, #02AFA4 30%, #6F58DF 100%);
    display: block;
    backface-visibility: hidden;
    perspective: 1000px;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 75vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transform: translateX(-75vw);
    transition: all 250ms ease-out
  }

  #site-header .collapse #main-nav {
    margin-top: auto;
    margin-bottom: auto;
    width: 100%
  }

  #site-header .collapse #account-nav {
    margin-bottom: 1rem
  }

  #site-header .collapse.open {
    transform: translateX(0);
    box-shadow: 0 0 0 5000px rgba(43, 43, 43, 0.65);
    z-index: 100;
    overflow-y: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch
  }

  #site-header .collapse .nav {
    flex-direction: column;
    align-items: stretch
  }

  #site-header .collapse a {
    color: white
  }

  #site-header .collapse nav .nav {
    margin: 0;
    text-align: left;
    z-index: 10000
  }

  #site-header .collapse nav .nav>li a {
    font-size: 1.2rem
  }

  #site-header .collapse nav .nav>li>a {
    padding: 0.65em 1rem !important
  }

  #site-header .collapse nav .nav>li ul {
    display: none;
    margin-bottom: 1rem
  }

  #site-header .collapse nav .nav>li ul a {
    font-size: 1.08rem;
    padding: 0.325em 1rem !important
  }

  #site-header .collapse nav .nav>li ul ul {
    margin-top: 0.25rem;
    margin-bottom: 0.5rem
  }

  #site-header .collapse nav .nav>li.open ul {
    display: block
  }

  #site-header .collapse nav .nav>li.open .submenu-toggle {
    transform: rotate(180deg)
  }

  #site-header .collapse nav .nav .submenu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background-color: rgba(0, 0, 0, 0);
    top: 0;
    height: 55px;
    right: 0;
    padding: 0.65em 0;
    width: 45px;
    text-align: center
  }

  #site-header .collapse nav .nav .submenu-toggle:before {
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background: center/24px 24px no-repeat;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e")
  }
}

.nav {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1rem
}

.nav>a:not(.btn),
.nav>li>a:not(.btn) {
  text-decoration: none;
  display: block;
  padding: 0.5em 1em
}

.nav>a:not(.btn):hover,
.nav>li>a:not(.btn):hover {
  text-decoration: none
}

.nav ul {
  list-style: none;
  padding-left: 0
}

#nav-account .nav,
#sub-nav .nav,
.nav.nav-vert {
  flex-direction: column;
  align-items: stretch
}

.nav>li {
  position: relative
}

.nav-pills>li>a {
  color: #222;
  background: #e8e8e8;
  padding: 0.7em 1.8em !important;
  border-radius: 0.1em;
  background-clip: padding-box
}

.nav-pills>li>a:hover {
  color: #1f1f1f;
  background: gainsboro
}

.nav-pills>li:not(:last-child) {
  margin-right: 1rem
}

#nav-account .nav-pills.nav>li,
#sub-nav .nav-pills.nav>li,
.nav-pills.nav-vert>li {
  margin-right: 0;
  width: 100%
}

#nav-account .nav-pills.nav>li+li,
#sub-nav .nav-pills.nav>li+li,
.nav-pills.nav-vert>li+li {
  margin-top: 0.5rem
}

@keyframes spin {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(359deg)
  }
}

.btn-group,
.posts-navigation .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap
}

.btn-group>*,
.posts-navigation .nav-links>* {
  margin: 0 0.575em 1.15em
}

.axle-checkout-login .link-create-account,
.btn,
.posts-navigation .nav-links a,
.schedule .schedule-nav a,
.schedule-full-header .schedule-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.1em;
  padding: 0.7em 1.8em;
  line-height: 1.8;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  background-color: #e8e8e8;
  border: solid #e8e8e8;
  border-width: 2px;
  font-family: Montserrat, "Georgia", "Times", "Times New Roman", serif;
  font-size: 0.9rem;
  color: #222;
  cursor: pointer;
  text-decoration: none !important;
  position: relative
}

.axle-checkout-login .link-create-account:active,
.axle-checkout-login .link-create-account:focus,
.axle-checkout-login .link-create-account:hover,
.btn:active,
.btn:focus,
.btn:hover,
.posts-navigation .nav-links a:active,
.posts-navigation .nav-links a:focus,
.posts-navigation .nav-links a:hover,
.schedule .schedule-nav a:active,
.schedule .schedule-nav a:focus,
.schedule .schedule-nav a:hover,
.schedule-full-header .schedule-nav a:active,
.schedule-full-header .schedule-nav a:focus,
.schedule-full-header .schedule-nav a:hover {
  color: #1f1f1f;
  background-color: gainsboro;
  border-color: gainsboro
}

.axle-checkout-login .link-create-account:focus,
.btn:focus,
.posts-navigation .nav-links a:focus,
.schedule .schedule-nav a:focus,
.schedule-full-header .schedule-nav a:focus {
  outline: 3px solid rgba(2, 175, 164, 0.35)
}

.axle-checkout-login .btn-gradient.link-create-account,
.btn.btn-gradient,
.posts-navigation .nav-links a.btn-gradient,
.schedule .schedule-nav a.btn-gradient,
.schedule-full-header .schedule-nav a.btn-gradient {
  background-image: linear-gradient(rgba(255, 255, 255, 0.15), transparent)
}

.axle-checkout-login .is-loading.link-create-account,
.btn.is-loading,
.posts-navigation .nav-links a.is-loading,
.schedule .schedule-nav a.is-loading,
.schedule-full-header .schedule-nav a.is-loading {
  pointer-events: none !important;
  color: transparent !important
}

.axle-checkout-login .is-loading.link-create-account:after,
.btn.is-loading:after,
.posts-navigation .nav-links a.is-loading:after,
.schedule .schedule-nav a.is-loading:after,
.schedule-full-header .schedule-nav a.is-loading:after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 0.6em);
  top: calc(50% - 0.6em);
  height: 1.2em;
  width: 1.2em;
  border: 3px solid white;
  border-top-color: transparent;
  border-right-color: transparent;
  border-radius: 50%;
  background-clip: padding-box;
  animation: spin 0.75s infinite linear
}

.axle-checkout-login .card-studio .link-create-account,
.axle-checkout-login .map-bubble .link-create-account,
.axle-checkout-login .schedule-grid .class .link-create-account,
.btn-sm,
.card-studio .axle-checkout-login .link-create-account,
.card-studio .btn,
.card-studio .posts-navigation .nav-links a,
.card-studio .schedule .schedule-nav a,
.card-studio .schedule-full-header .schedule-nav a,
.map-bubble .axle-checkout-login .link-create-account,
.map-bubble .btn,
.map-bubble .posts-navigation .nav-links a,
.map-bubble .schedule .schedule-nav a,
.map-bubble .schedule-full-header .schedule-nav a,
.posts-navigation .nav-links .card-studio a,
.posts-navigation .nav-links .map-bubble a,
.posts-navigation .nav-links .schedule-grid .class a,
.schedule .schedule-nav .card-studio a,
.schedule .schedule-nav .map-bubble a,
.schedule .schedule-nav .schedule-grid .class a,
.schedule-full-header .schedule-nav .card-studio a,
.schedule-full-header .schedule-nav .map-bubble a,
.schedule-full-header .schedule-nav .schedule-grid .class a,
.schedule-grid .class .axle-checkout-login .link-create-account,
.schedule-grid .class .btn,
.schedule-grid .class .posts-navigation .nav-links a,
.schedule-grid .class .schedule .schedule-nav a,
.schedule-grid .class .schedule-full-header .schedule-nav a {
  font-size: 0.75rem;
  padding: 0.35em 0.9em
}

.axle-checkout-login .link-create-account,
.btn-lg {
  font-size: 1.05rem;
  padding: 0.805em 2.07em
}

.btn-icon,
.schedule .schedule-nav a,
.schedule-full-header .schedule-nav a {
  padding-left: 0.6em;
  padding-right: 0.6em
}

.btn-link,
.schedule .schedule-nav a,
.schedule-full-header .schedule-nav a {
  background: none;
  color: #02AFA4;
  border-color: transparent;
  text-decoration: none !important;
  box-shadow: none
}

.btn-link:active,
.btn-link:focus,
.btn-link:hover,
.schedule .schedule-nav a:active,
.schedule .schedule-nav a:focus,
.schedule .schedule-nav a:hover,
.schedule-full-header .schedule-nav a:active,
.schedule-full-header .schedule-nav a:focus,
.schedule-full-header .schedule-nav a:hover {
  border-color: transparent;
  color: #01726b;
  text-decoration: none;
  background: none
}

.axle-checkout-login .link-create-account,
.btn-prim,
.schedule .classes .btn-reserve {
  background-color: #000;
  border-color: #000;
  color: white
}

.axle-checkout-login .link-create-account:active,
.axle-checkout-login .link-create-account:focus,
.axle-checkout-login .link-create-account:hover,
.btn-prim:active,
.btn-prim:focus,
.btn-prim:hover,
.schedule .classes .btn-reserve:active,
.schedule .classes .btn-reserve:focus,
.schedule .classes .btn-reserve:hover {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: white
}

.btn-sec {
  background-color: #02AFA4;
  border-color: #02AFA4;
  color: white
}

.btn-sec:active,
.btn-sec:focus,
.btn-sec:hover {
  background-color: #1bb7ad;
  border-color: #1bb7ad;
  color: white
}

.btn-alt {
  background-color: #2b2b2b;
  border-color: #2b2b2b;
  color: white
}

.btn-alt:active,
.btn-alt:focus,
.btn-alt:hover {
  background-color: #222222;
  border-color: #222222;
  color: white
}

.btn-white {
  background-color: white;
  border-color: white;
  color: #222
}

.btn-white:active,
.btn-white:focus,
.btn-white:hover {
  background-color: #000;
  border-color: #000;
  color: white
}

.btn-outline {
  background: transparent;
  border: solid #e8e8e8;
  border-width: 2px
}

.btn-outline.active,
.btn-outline:active,
.btn-outline:focus,
.btn-outline:hover {
  background-color: #e8e8e8;
  color: #222;
  border-color: #e8e8e8
}

.axle-checkout-login .btn-outline.link-create-account,
.btn-outline.btn-prim,
.schedule .classes .btn-outline.btn-reserve {
  border-color: #000;
  color: #000;
  background: transparent
}

.axle-checkout-login .btn-outline.active.link-create-account,
.axle-checkout-login .btn-outline.link-create-account:active,
.axle-checkout-login .btn-outline.link-create-account:focus,
.axle-checkout-login .btn-outline.link-create-account:hover,
.btn-outline.btn-prim.active,
.btn-outline.btn-prim:active,
.btn-outline.btn-prim:focus,
.btn-outline.btn-prim:hover,
.schedule .classes .btn-outline.active.btn-reserve,
.schedule .classes .btn-outline.btn-reserve:active,
.schedule .classes .btn-outline.btn-reserve:focus,
.schedule .classes .btn-outline.btn-reserve:hover {
  background-color: #000;
  color: white;
  border-color: #000
}

.btn-outline.btn-sec {
  border-color: #02AFA4;
  color: #02AFA4;
  background: transparent
}

.btn-outline.btn-sec.active,
.btn-outline.btn-sec:active,
.btn-outline.btn-sec:focus,
.btn-outline.btn-sec:hover {
  background-color: #02AFA4;
  color: white;
  border-color: #02AFA4
}

.btn-outline.btn-white {
  border-color: white;
  color: white
}

.btn-outline.btn-white.active,
.btn-outline.btn-white:active,
.btn-outline.btn-white:focus,
.btn-outline.btn-white:hover {
  background: white;
  color: #2b2b2b
}

.btn-outline.btn-rev:not(:hover) {
  border-color: white;
  color: white
}

.axle-checkout-login .has-icon.link-create-account,
.btn.has-icon,
.posts-navigation .nav-links a.has-icon,
.schedule .schedule-nav a.has-icon,
.schedule-full-header .schedule-nav a.has-icon {
  display: inline-grid;
  align-items: center;
  grid-template-columns: auto auto;
  gap: 0.75em
}

.axle-checkout-login .has-icon.link-create-account i:first-child,
.axle-checkout-login .has-icon.link-create-account svg:first-child,
.btn.has-icon i:first-child,
.btn.has-icon svg:first-child,
.posts-navigation .nav-links a.has-icon i:first-child,
.posts-navigation .nav-links a.has-icon svg:first-child,
.schedule .schedule-nav a.has-icon i:first-child,
.schedule .schedule-nav a.has-icon svg:first-child,
.schedule-full-header .schedule-nav a.has-icon i:first-child,
.schedule-full-header .schedule-nav a.has-icon svg:first-child {
  margin-left: -0.25em
}

.axle-checkout-login .has-icon.link-create-account i:last-child,
.axle-checkout-login .has-icon.link-create-account svg:last-child,
.btn.has-icon i:last-child,
.btn.has-icon svg:last-child,
.posts-navigation .nav-links a.has-icon i:last-child,
.posts-navigation .nav-links a.has-icon svg:last-child,
.schedule .schedule-nav a.has-icon i:last-child,
.schedule .schedule-nav a.has-icon svg:last-child,
.schedule-full-header .schedule-nav a.has-icon i:last-child,
.schedule-full-header .schedule-nav a.has-icon svg:last-child {
  margin-right: -0.25em
}

.dropdown {
  position: relative;
  display: inline-block
}

.dropdown .dropdown-toggle:not(.btn) {
  display: inline-block
}

.dropdown .dropdown-toggle:not(.btn)+.dropdown-content {
  top: calc(100% + 0.5em)
}

.dropdown.is-hoverable:hover .dropdown-content,
.dropdown.open .dropdown-content {
  visibility: visible;
  z-index: 100;
  opacity: 1;
  transform: scale(1);
  transition-duration: 0.2s
}

.dropdown .dropdown-content {
  transition: all 250ms ease;
  transition-duration: 0.1s;
  transform: scale(0.95);
  display: block;
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px;
  padding: 0.75em 1.5em;
  color: #222;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background: white;
  text-align: left;
  top: 100%;
  min-width: 15rem;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.07)
}

.dropdown .dropdown-content.nav {
  padding-top: 5px;
  padding-bottom: 5px
}

@media (min-width: 600px) {
  .dropdown .dropdown-content.dropdown-content-lg {
    min-width: 30rem
  }
}

.dropdown .dropdown-content.fit {
  width: 100%
}

.dropdown .dropdown-content .dropdown-heading {
  font: bold 0.75rem/1.6 "figtree", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #a5a5a5
}

.dropdown .dropdown-content .dropdown-sep {
  margin-top: 0.5em;
  padding-top: 0.5em;
  border-top: 1px solid rgba(0, 0, 0, 0.15)
}

.dropdown .dropdown-content hr {
  background-color: rgba(0, 0, 0, 0.15);
  margin: 1rem -1.5em 1rem -1.5em
}

.dropdown .dropdown-content.nav {
  padding-left: 0;
  padding-right: 0
}

.dropdown .dropdown-content.nav .dropdown-heading {
  padding: 0.5em 1.5em 0.25em
}

.dropdown .dropdown-content.nav a {
  padding: 0.5em 1.5em;
  color: #222;
  font-size: 0.9rem;
  line-height: 1.4
}

.dropdown .dropdown-content.nav a:hover {
  background: #f4f4f4;
  color: #222;
  text-decoration: none
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.mfp-align-top .mfp-container:before {
  display: none
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto
}

.mfp-ajax-cur {
  cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
  cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none
}

.mfp-loading.mfp-figure {
  display: none
}

.mfp-hide {
  display: none !important
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044
}

.mfp-preloader a {
  color: #CCC
}

.mfp-preloader a:hover {
  color: #FFF
}

.mfp-s-ready .mfp-preloader {
  display: none
}

.mfp-s-error .mfp-content {
  display: none
}

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
  opacity: 1
}

.mfp-close:active {
  top: 1px
}

.mfp-close-btn-in .mfp-close {
  color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px
}

.mfp-iframe-holder .mfp-close {
  top: -40px
}

@media screen and (max-height: 300px),
screen and(max-width: 800px) and(orientation: landscape) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0
  }
}

@media (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75)
  }

  .mfp-arrow-left {
    transform-origin: 0
  }

  .mfp-arrow-right {
    transform-origin: 100%
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0.5
  }

  to {
    opacity: 1
  }
}

.mfp-hide {
  display: none
}

.modal {
  background: white;
  text-align: left;
  max-width: 32rem;
  margin: auto;
  position: relative;
  border-radius: 2px
}

.modal button.mfp-close {
  all: unset;
  cursor: pointer;
  position: absolute;
  height: 3.25rem;
  width: 3.25rem;
  top: 0;
  right: 0;
  font-size: 0;
  content: "";
  display: block;
  background: center/50% 50% no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x'%3e%3cline x1='18' y1='6' x2='6' y2='18'%3e%3c/line%3e%3cline x1='6' y1='6' x2='18' y2='18'%3e%3c/line%3e%3c/svg%3e");
  opacity: 0.4
}

.modal button.mfp-close:hover {
  opacity: 1
}

.modal-body {
  padding: calc(1.3571428571rem + 0.8571428571vw) calc(1.4285714286rem + 1.4285714286vw)
}

@media (min-width: 1200px) {
  .modal-body {
    padding: 2rem 2.5rem
  }
}

.modal-body> :last-child {
  margin-bottom: 0
}

.modal-lg {
  max-width: unset
}

.mfp-bg {
  background: #2b2b2b
}

.modal-footer {
  padding: 2rem 2.5rem
}

.pop-cover .modal {
  background: none;
  color: #f4f4f4;
  max-width: unset;
  opacity: 0;
  transition: all 250ms ease;
  transition-delay: 0.35s
}

.pop-cover.mfp-bg {
  background: #2b2b2b;
  opacity: 0;
  transition: all 250ms ease
}

.pop-cover.mfp-ready .modal {
  opacity: 1
}

.pop-cover.mfp-ready.mfp-bg {
  opacity: 1
}

.pop-cover.mfp-removing .modal {
  opacity: 0;
  transition-delay: 0s
}

.pop-cover.mfp-removing.mfp-bg {
  opacity: 0
}

.pop-cover button.mfp-close {
  cursor: pointer;
  position: absolute;
  height: 3.25rem;
  width: 3.25rem;
  top: 0;
  right: 0;
  font-size: 0;
  content: "";
  display: block;
  background: center/55% 55% no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x'%3e%3cline x1='18' y1='6' x2='6' y2='18'%3e%3c/line%3e%3cline x1='6' y1='6' x2='18' y2='18'%3e%3c/line%3e%3c/svg%3e");
  opacity: 0.4
}

.pop-cover button.mfp-close:hover {
  opacity: 1
}

.pop-fade .modal {
  opacity: 0;
  transition: all 250ms ease;
  transform: translate(0, -2rem) scale(0.9)
}

.pop-fade.mfp-bg {
  opacity: 0;
  transition: all 250ms ease
}

.pop-fade.mfp-ready .modal {
  opacity: 1;
  transform: translate(0, 0) scale(1)
}

.pop-fade.mfp-ready.mfp-bg {
  opacity: 0.9
}

.pop-fade.mfp-removing .modal {
  transform: translate(0, -1rem);
  opacity: 0
}

.pop-fade.mfp-removing.mfp-bg {
  opacity: 0
}

.slick-slider {
  list-style: none;
  padding-left: 0;
  position: relative;
  display: flex;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translate3d(0, 0, 0)
}

.slick-track {
  display: flex;
  position: relative;
  margin-left: auto;
  margin-right: auto
}

.slick-loading .slick-track {
  visibility: hidden
}

[data-captions=inside] .slide-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding: 1rem
}

.slick-slide {
  display: none;
  height: 100%;
  min-height: 1px;
  position: relative
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.slick-arrow {
  all: unset;
  flex-shrink: 0;
  padding: 0 !important;
  height: 6rem;
  width: 3rem;
  font-size: 0;
  outline: none;
  cursor: pointer;
  transition: opacity 250ms ease;
  opacity: 0.5;
  z-index: 1
}

[data-arrows *=inside] .slick-arrow {
  background: white !important;
  border-radius: 50%;
  height: 3rem;
  display: none !important;
  position: relative
}

@media (hover: hover) {
  [data-arrows *=hide] .slick-arrow {
    opacity: 0
  }

  [data-arrows *=hide]:hover .slick-arrow {
    opacity: 1
  }
}

.slick-arrow:hover {
  background: none;
  opacity: 1;
  color: #222
}

[data-arrows *=inside] .slick-arrow:hover {
  background: white !important
}

.slick-arrow:before {
  content: "";
  display: block;
  background: center/75% 75% no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3e%3cpolyline points='9 18 15 12 9 6'%3e%3c/polyline%3e%3c/svg%3e");
  height: 100%
}

.slick-arrow.slick-prev:before {
  content: "";
  display: block;
  background: center/75% 75% no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3e%3cpolyline points='15 18 9 12 15 6'%3e%3c/polyline%3e%3c/svg%3e")
}

[data-arrows *=inside] .slick-arrow.slick-prev {
  transform: translateX(3.6rem);
  margin-left: -3rem !important
}

[data-arrows *=inside] .slick-arrow.slick-next {
  transform: translateX(-3.6rem);
  margin-right: -3rem !important
}

[data-arrows *=inside] .slick-initialized .slick-arrow {
  display: block !important
}

.slick-dots {
  list-style: none;
  padding-left: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%)
}

.slick-dots li {
  display: inline-block;
  position: relative;
  margin: 0.1rem
}

.slick-dots button {
  all: unset;
  font-size: 0;
  width: calc(0.75rem * 2);
  height: calc(0.75rem * 2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer
}

.slick-dots button:before {
  display: block;
  content: "";
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 50%;
  background-clip: padding-box;
  background: #d5d5d5
}

.slick-dots button:active:before,
.slick-dots button:focus:before,
.slick-dots button:hover:before {
  background: #aaaaaa
}

.slick-dots .slick-active button:before {
  background: #02AFA4
}

.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0
}

[data-tippy-root] {
  max-width: calc(100vw - 10px)
}

.tippy-box {
  position: relative;
  background-color: #2b2b2b;
  color: #f4f4f4;
  border-radius: 2px;
  font-size: 0.9rem;
  line-height: 1.5;
  outline: 0;
  transition-property: transform, visibility, opacity
}

.tippy-box[data-placement^=top]>.tippy-arrow {
  bottom: 0
}

.tippy-box[data-placement^=top]>.tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top
}

.tippy-box[data-placement^=bottom]>.tippy-arrow {
  top: 0
}

.tippy-box[data-placement^=bottom]>.tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom
}

.tippy-box[data-placement^=left]>.tippy-arrow {
  right: 0
}

.tippy-box[data-placement^=left]>.tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left
}

.tippy-box[data-placement^=right]>.tippy-arrow {
  left: 0
}

.tippy-box[data-placement^=right]>.tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right
}

.tippy-box[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11)
}

.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #2b2b2b
}

.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid
}

.tippy-content {
  position: relative;
  padding: 0.65em 1em;
  z-index: 1
}

.nav-tabs,
[class^=axle-checkout-account] [data-tabs] {
  position: relative;
  overflow-x: auto;
  overflow-y: visible;
  white-space: nowrap;
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch
}

.nav-tabs:after,
[class^=axle-checkout-account] [data-tabs]:after {
  display: block;
  content: "";
  height: 1px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #d5d5d5;
  z-index: 0
}

.nav-tabs>li,
[class^=axle-checkout-account] [data-tabs]>li {
  position: relative;
  z-index: 1;
  text-align: center
}

.nav-tabs>li+li,
[class^=axle-checkout-account] [data-tabs]>li+li {
  margin-left: 0.5rem
}

.nav-tabs>li>a,
[class^=axle-checkout-account] [data-tabs]>li>a {
  font-size: 0.8rem;
  text-decoration: none;
  color: #a5a5a5;
  padding: 0.75em 1.5em !important;
  border: 1px solid transparent;
  border-bottom-color: #d5d5d5;
  background: transparent
}

.nav-tabs>li>a:active,
.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover,
[class^=axle-checkout-account] [data-tabs]>li>a:active,
[class^=axle-checkout-account] [data-tabs]>li>a:focus,
[class^=axle-checkout-account] [data-tabs]>li>a:hover {
  text-decoration: none;
  border-color: #f4f4f4;
  border-bottom-color: #d5d5d5;
  background: #f4f4f4
}

.nav-tabs>li>a.active,
.nav-tabs>li>a[aria-selected=true],
[class^=axle-checkout-account] [data-tabs]>li>a.active,
[class^=axle-checkout-account] [data-tabs]>li>a[aria-selected=true] {
  color: #222;
  cursor: default;
  background-color: white;
  border-color: #d5d5d5;
  border-bottom-color: white;
  outline: none
}

@media (max-width: 600px) {

  .nav-tabs.resp-tabs,
  [class^=axle-checkout-account] .resp-tabs[data-tabs] {
    flex-direction: column;
    align-items: stretch;
    overflow-x: auto;
    overflow-y: visible;
    white-space: unset;
    -webkit-overflow-scrolling: touch
  }

  .nav-tabs.resp-tabs:after,
  [class^=axle-checkout-account] .resp-tabs[data-tabs]:after {
    display: none
  }

  .nav-tabs.resp-tabs>li,
  [class^=axle-checkout-account] .resp-tabs[data-tabs]>li {
    margin: 0 0 1rem 0
  }

  .nav-tabs.resp-tabs>li>a,
  [class^=axle-checkout-account] .resp-tabs[data-tabs]>li>a {
    border: 1px solid transparent;
    background: #f4f4f4
  }

  .nav-tabs.resp-tabs>li>a[aria-selected=true],
  [class^=axle-checkout-account] .resp-tabs[data-tabs]>li>a[aria-selected=true] {
    color: white;
    cursor: default;
    background-color: #02AFA4
  }

  .nav-tabs.resp-tabs [role=tabpanel],
  [class^=axle-checkout-account] .resp-tabs[data-tabs] [role=tabpanel] {
    padding: 1rem;
    text-align: left
  }
}

.accordion-item:not(:first-child) {
  border-top: solid #d5d5d5;
  border-width: 0
}

.accordion-item.open>.accordion-heading {
  color: #222
}

.accordion-item.open>.accordion-heading:before {
  transform: rotate(45deg)
}

.accordion-item.open .accordion-content {
  display: block;
  padding-bottom: 1rem
}

.accordion-content {
  padding-left: 0.65em
}

.accordion-heading {
  margin: 0;
  position: relative;
  color: #777777;
  padding: 1.5rem;
  display: flex;
  outline: none
}

.accordion-heading:before {
  align-self: flex-start;
  flex: 0 0 1em;
  position: relative;
  top: 0.26em;
  height: 1em;
  margin-right: 0.65em;
  content: "";
  display: block;
  background: center/1.1em 1.1em no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2302AFA4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-plus'%3e%3cline x1='12' y1='5' x2='12' y2='19'%3e%3c/line%3e%3cline x1='5' y1='12' x2='19' y2='12'%3e%3c/line%3e%3c/svg%3e")
}

.accordion-heading:hover {
  color: #02AFA4
}

.accordion-heading:focus {
  color: #02AFA4
}

.breadcrumbs {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap
}

.breadcrumbs a {
  text-decoration: none
}

.breadcrumbs>* {
  margin: 0
}

.breadcrumbs> :not(:first-child):before {
  content: "/";
  color: #a5a5a5;
  margin: 0 1rem
}

.breadcrumbs>.active a,
.breadcrumbs>.current a,
.breadcrumbs>.current-item {
  cursor: default;
  color: #222
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice,
.tag,
.wpcf7 .wpcf7-not-valid-tip {
  display: inline-flex;
  padding: 0.25em 0.75em;
  font-weight: normal;
  align-items: center;
  background-color: #f4f4f4;
  border-radius: 0.2em;
  font-size: 0.7em;
  justify-content: center;
  white-space: nowrap;
  color: #222
}

.select2.select2-container .select2-selection--multiple [href].select2-selection__choice,
.tag[href],
.wpcf7 [href].wpcf7-not-valid-tip {
  text-decoration: none !important
}

.select2.select2-container .select2-selection--multiple .round.select2-selection__choice,
.tag.round,
.wpcf7 .round.wpcf7-not-valid-tip {
  border-radius: 50%;
  background-clip: padding-box;
  padding: 0.25em 0.7em
}

.select2.select2-container .select2-selection--multiple h1 .select2-selection__choice,
.select2.select2-container .select2-selection--multiple h2 .select2-selection__choice,
.select2.select2-container .select2-selection--multiple h3 .select2-selection__choice,
.wpcf7 h1 .wpcf7-not-valid-tip,
.wpcf7 h2 .wpcf7-not-valid-tip,
.wpcf7 h3 .wpcf7-not-valid-tip,
h1 .select2.select2-container .select2-selection--multiple .select2-selection__choice,
h1 .tag,
h1 .wpcf7 .wpcf7-not-valid-tip,
h2 .select2.select2-container .select2-selection--multiple .select2-selection__choice,
h2 .tag,
h2 .wpcf7 .wpcf7-not-valid-tip,
h3 .select2.select2-container .select2-selection--multiple .select2-selection__choice,
h3 .tag,
h3 .wpcf7 .wpcf7-not-valid-tip {
  font-size: 0.5em;
  margin-left: 0.5em;
  position: relative;
  top: -0.3em
}

.pagination {
  list-style: none;
  padding-left: 0;
  display: flex
}

.pagination a {
  display: block;
  border: 1px solid #d5d5d5;
  padding: 0.4em 0.9em;
  border-radius: 0.1em;
  text-decoration: none;
  background-color: transparent;
  margin-left: 0.5rem;
  position: relative;
  cursor: pointer;
  color: #02AFA4;
  font-size: 0.85em
}

.pagination a.pag-next,
.pagination a.pag-prev {
  border: none;
  background: none
}

.pagination a:not(.disabled):not(.pag-prev):not(.pag-next):hover {
  background: #efefef
}

.pagination a:not(.disabled):hover {
  color: #01726b
}

.pagination li:first-child a {
  border-radius: 0.1em 0 0 0.1em
}

.pagination li:last-child a {
  border-radius: 0 0.1em 0.1em 0
}

.pagination .active a,
.pagination .current {
  z-index: 1;
  background-color: #02AFA4 !important;
  border-color: #02AFA4 !important;
  color: white !important
}

.pagination .disabled,
.pagination .disabled a {
  color: #a5a5a5;
  cursor: not-allowed
}

.share {
  display: flex
}

.share .sharer {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  background: #777;
  height: 2.5rem;
  width: 2.5rem;
  text-align: center;
  line-height: 2.5rem;
  color: white;
  font-size: 1rem;
  border-radius: 50%;
  background-clip: padding-box
}

.share .sharer+.sharer {
  margin-left: 10px
}

.share [data-sharer=email] {
  background: #02AFA4
}

.share [data-sharer=email]:hover {
  background: #02837b
}

.share [data-sharer=facebook] {
  background: #3b5998
}

.share [data-sharer=facebook]:hover {
  background: #2c4372
}

.share [data-sharer=twitter] {
  background: #1da1f2
}

.share [data-sharer=twitter]:hover {
  background: #1679b6
}

.share [data-sharer=linkedin] {
  background: #0077b5
}

.share [data-sharer=linkedin]:hover {
  background: #005988
}

.share [data-sharer=pinterest] {
  background: #cb2029
}

.share [data-sharer=pinterest]:hover {
  background: #98181f
}

.share [data-sharer=instagram] {
  background: #e1306c
}

.share [data-sharer=instagram]:hover {
  background: #a92451
}

.section-heading {
  margin-bottom: 5rem;
  max-width: 56.875rem
}

.section-heading * {
  margin-bottom: 0
}

.section-heading p {
  margin-top: 0.5rem
}

.dataTable {
  clear: both
}

.dataTable thead th {
  cursor: pointer
}

.dataTable thead th.sorting:after,
.dataTable thead th.sorting_asc:after,
.dataTable thead th.sorting_desc:after {
  display: none;
  font: normal normal normal 1rem/1;
  font-family: "Font Awesome 5 Solid";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  float: right;
  position: relative;
  top: 5px;
  color: rgba(0, 0, 0, 0.25)
}

.dataTable thead th.sorting:after {
  content: "\f0dc"
}

.dataTable thead th.sorting_desc:after {
  content: "\f0de"
}

.dataTable thead th.sorting_asc:after {
  content: "\f0dd"
}

.thead-prim th.sorting:after,
.thead-prim th.sorting_asc:after,
.thead-prim th.sorting_desc:after,
.thead-sec th.sorting:after,
.thead-sec th.sorting_asc:after,
.thead-sec th.sorting_desc:after {
  color: rgba(255, 255, 255, 0.4) !important
}

.dataTables_wrapper {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap
}

.dataTables_wrapper:after {
  clear: both;
  content: "";
  display: block
}

.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .pagination {
  flex: 1 0 50%;
  display: flex;
  align-items: center
}

.dataTables_wrapper .dataTables_filter select,
.dataTables_wrapper .dataTables_info select,
.dataTables_wrapper .dataTables_length select,
.dataTables_wrapper .pagination select {
  width: auto !important;
  display: inline-block;
  margin-right: 5px
}

.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_length {
  margin-bottom: 10px
}

.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .pagination {
  justify-content: flex-end
}

.dataTables_wrapper .dataTable {
  width: 100%
}

.dataTables_wrapper .pagination span {
  display: flex
}

.select2.select2-container .select2-selection--multiple,
.select2.select2-container .select2-selection--single {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  line-height: 1.5;
  padding: 0.7em 0.9em;
  font-size: 1rem;
  color: #222;
  background-color: #fff;
  border: solid #d5d5d5;
  border-width: 1px;
  box-shadow: none;
  transition: all 250ms ease;
  border-radius: 1px;
  height: auto
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered,
.select2.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  line-height: 1.5
}

.select2.select2-container .select2-selection--multiple .select2-selection__arrow,
.select2.select2-container .select2-selection--single .select2-selection__arrow {
  content: "";
  display: block;
  background: center/16px 16px no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-position: center center;
  height: 100%;
  right: 0.5rem
}

.select2.select2-container .select2-selection--multiple .select2-selection__arrow b,
.select2.select2-container .select2-selection--single .select2-selection__arrow b {
  display: none
}

.select2.select2-container .select2-selection--multiple {
  min-height: 0
}

.select2.select2-container .select2-selection--multiple .select2-search__field {
  margin: 0
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: block
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice {
  border: none;
  font-size: 0.85rem;
  margin: 4px 8px 4px 0;
  display: flex;
  align-items: center
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  margin-right: 5px;
  line-height: 1;
  font-size: 1rem;
  position: relative;
  top: 1px
}

.select2.select2-container--focus .select2-selection--single,
.select2.select2-container--open .select2-selection--single {
  border-color: #02AFA4;
  background-color: #fff;
  outline: 0;
  box-shadow: none
}

.select2-dropdown {
  border: 1px solid #d5d5d5;
  border-radius: 1px;
  transition: none
}

.select2-dropdown .select2-search--dropdown {
  padding: 0.75rem
}

.select2-dropdown .select2-search--dropdown .select2-search__field {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  line-height: 1.5;
  padding: 0.7em 0.9em;
  color: #222;
  background-color: #fff;
  border: solid #d5d5d5;
  border-width: 1px;
  box-shadow: none;
  transition: all 250ms ease;
  border-radius: 1px;
  font-size: 0.85rem
}

.select2-dropdown .select2-results__option {
  padding: 0.4rem 1rem
}

.select2-dropdown .select2-results__option.select2-results__option--highlighted {
  background: #02AFA4
}

.ms-offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px
}

.ms-parent {
  max-width: 100%;
  position: relative
}

.ms-choice {
  height: auto;
  line-height: 1.5;
  padding-right: 30px;
  text-align: left;
  margin-bottom: 0 !important;
  position: relative
}

.ms-choice:hover {
  background: none
}

.ms-choice .icon-caret {
  position: absolute;
  top: 1em;
  right: 10px;
  height: 10px;
  width: 16px;
  content: "";
  display: block;
  background: center/16px 16px no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e")
}

.ms-choice .icon-caret.open {
  transform: rotate(180deg)
}

.ms-drop {
  width: 100%;
  overflow: hidden;
  display: none;
  position: absolute;
  z-index: 1000;
  background: #fff;
  color: #222;
  border: 1px solid #d5d5d5;
  border-top: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08)
}

.ms-drop ul {
  list-style: none;
  margin: 0;
  padding: 1rem 1.5rem;
  overflow: auto
}

.ms-drop ul>li+li {
  margin-top: 4px
}

.ms-drop .ms-select-all {
  font-weight: bold
}

.ms-drop .ms-select-all label>input {
  margin-right: 3px
}

.ms-drop label>input {
  margin-right: 7px
}

[data-aos=fade-up] {
  transform: translate3d(0, 40px, 0)
}

.fancybox-bg {
  background: #2b2b2b !important
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9 !important
}

.fancybox-caption {
  color: #eee !important;
  font-size: 0.9rem !important
}

.fancybox-container {
  backdrop-filter: blur(5px) !important
}

.flat-slider .value {
  position: absolute;
  top: 110%;
  width: 100px;
  padding: 2px 5px;
  background: white;
  margin-left: -50px;
  left: 50%;
  text-align: center;
  display: block
}

.flat-slider .price-range-max.value {
  top: auto;
  bottom: 110%
}

.flat-slider .ui-corner-all,
.flat-slider.ui-corner-all {
  border-radius: 0
}

.flat-slider.ui-slider {
  border: 0;
  background: #ddd;
  border-radius: 7px
}

.flat-slider.ui-slider-horizontal {
  height: 10px
}

.flat-slider .ui-slider-handle {
  width: 25px;
  height: 25px;
  background: #6F58DF;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  outline: none;
  outline: 0
}

.flat-slider.ui-slider-horizontal .ui-slider-handle {
  top: 50%;
  margin-top: -12.5px
}

.flat-slider.ui-slider-vertical .ui-slider-handle {
  left: 50%;
  margin-left: -12.5px
}

.flat-slider .ui-slider-handle:hover,
.ui-slider-handle.ui-state-active {
  background: #9483e7
}

.flat-slider .ui-slider-range {
  border: 0;
  border-radius: 7px;
  background: #02AFA4
}

.flat-slider.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 10px
}

.flat-slider.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 10px
}

.ui-datepicker.ui-widget {
  background: white;
  overflow: hidden;
  padding: 0;
  border-radius: 0;
  background-clip: padding-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  border: none
}

.ui-datepicker.ui-widget * {
  border-radius: 0;
  background-clip: padding-box;
  font-family: "figtree", "Helvetica Neue", "Helvetica", "Arial", sans-serif
}

.ui-datepicker.ui-widget .ui-datepicker-header {
  color: white;
  background: #02AFA4;
  border: none;
  padding: 0.65rem
}

.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-title {
  font-weight: bold
}

.ui-datepicker.ui-widget .ui-datepicker-calendar {
  width: 100%;
  text-align: center;
  table-layout: fixed;
  margin: 0
}

.ui-datepicker.ui-widget .ui-datepicker-calendar th,
.ui-datepicker.ui-widget .ui-datepicker-calendar thead {
  font-weight: normal
}

.ui-datepicker.ui-widget .ui-datepicker-calendar a,
.ui-datepicker.ui-widget .ui-datepicker-calendar td {
  text-align: center
}

.ui-datepicker.ui-widget td {
  padding: 0
}

.ui-datepicker.ui-widget th {
  color: #6F58DF
}

.ui-datepicker.ui-widget td,
.ui-datepicker.ui-widget th {
  width: 100%/7;
  font-size: 90%;
  text-align: center
}

.ui-datepicker.ui-widget td a,
.ui-datepicker.ui-widget td span {
  padding: 8px 0
}

.ui-datepicker.ui-widget .ui-datepicker-next,
.ui-datepicker.ui-widget .ui-datepicker-prev {
  width: 35px;
  height: 45px;
  cursor: pointer;
  text-align: center;
  opacity: 0.5;
  display: inline-block
}

.ui-datepicker.ui-widget .ui-datepicker-next span,
.ui-datepicker.ui-widget .ui-datepicker-prev span {
  display: none
}

.ui-datepicker.ui-widget .ui-datepicker-next:before,
.ui-datepicker.ui-widget .ui-datepicker-prev:before {
  height: 100%;
  content: "";
  display: block;
  background: center/24px 24px no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3e%3cpolyline points='15 18 9 12 15 6'%3e%3c/polyline%3e%3c/svg%3e")
}

.ui-datepicker.ui-widget .ui-datepicker-next:hover,
.ui-datepicker.ui-widget .ui-datepicker-prev:hover {
  opacity: 1
}

.ui-datepicker.ui-widget .ui-datepicker-next:before {
  transform: rotate(180deg)
}

.ui-datepicker.ui-widget .ui-state-focus,
.ui-datepicker.ui-widget .ui-state-hover,
.ui-datepicker.ui-widget .ui-widget-content .ui-state-focus,
.ui-datepicker.ui-widget .ui-widget-content .ui-state-hover,
.ui-datepicker.ui-widget .ui-widget-header .ui-state-focus,
.ui-datepicker.ui-widget .ui-widget-header .ui-state-hover {
  border: none;
  background: none
}

.ui-datepicker.ui-widget .ui-state-default {
  background: white;
  border: none !important;
  text-align: center;
  color: #a5a5a5
}

.ui-datepicker.ui-widget .ui-state-highlight {
  color: #02AFA4;
  background: #f4f4f4
}

.ui-datepicker.ui-widget .ui-state-active {
  background: #6F58DF;
  color: white
}

.ui-datepicker.ui-widget .ui-state-default:not(.ui-state-active):hover {
  background: #f4f4f4 !important;
  color: #a5a5a5
}

.ui-datepicker-unselectable .ui-state-default {
  color: #eee
}

@keyframes square-spin {
  25% {
    transform: perspective(100px) rotateX(180deg) rotateY(0)
  }

  50% {
    transform: perspective(100px) rotateX(180deg) rotateY(180deg)
  }

  75% {
    transform: perspective(100px) rotateX(0) rotateY(180deg)
  }

  to {
    transform: perspective(100px) rotateX(0) rotateY(0)
  }
}

.square-spin>div {
  animation-fill-mode: both;
  width: 50px;
  height: 50px;
  background: #fff;
  animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite
}

.alignleft,
img.alignleft {
  margin-bottom: 1rem
}

@media (min-width: 600px) {

  .alignleft,
  img.alignleft {
    float: left;
    margin: 0 2rem 1rem 0
  }
}

.alignright,
img.alignright {
  margin-bottom: 1rem
}

@media (min-width: 600px) {

  .alignright,
  img.alignright {
    float: right;
    margin: 0 0 1rem 2rem
  }
}

.aligncenter,
img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem
}

.comment-list {
  list-style: none;
  padding-left: 0
}

.comment-list ol {
  list-style: none;
  padding-left: 0;
  margin-left: 2rem
}

.comment-list .avatar {
  display: none
}

.comment-list .comment {
  margin: 2rem 0
}

.comment-list .comment-meta {
  font-size: 0.85em;
  margin-bottom: 1rem
}

.wpcf7 .form-group>p {
  margin: 0 !important
}

.wpcf7 .wpcf7-response-output:empty {
  display: none
}

.wpcf7 .wpcf7-not-valid {
  border-color: #F33F16
}

.screen-reader-response {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px
}

body.landing-plieforpink #schedule {
  z-index: 10
}

body.landing-plieforpink .class-name svg {
  opacity: 1 !important;
  top: 2px !important;
  height: 1rem;
  width: 1rem;
  fill: #FF87D3
}

body.landing-plieforpink .schedule-nav {
  display: none !important
}

body.landing-plieforpink .schedule-day {
  text-align: center
}

body.landing-plieforpink .schedule-day h3 {
  color: #02AFA4 !important;
  display: inline-block;
  border-bottom: 3px solid
}

body.landing-plieforpink .schedule-day h3 strong {
  margin-left: 0.5rem
}

body.landing-plieforpink .schedule-day .classes {
  text-align: initial
}

body.landing-plieforpink .classes:not(:has(li)) {
  background: red
}

body.landing-plieforpink #axle-checkout .filter .dropdown-content {
  padding: 0.5rem 1rem;
  z-index: 100
}

body.landing-plieforpink #axle-checkout .filter .dropdown-heading {
  padding-left: 0
}

@media (min-width: 900px) {
  body.landing-plieforpink #axle-checkout .schedule-day>h3 {
    font-size: 1.4rem
  }

  body.landing-plieforpink .class {
    padding-block: 1rem !important
  }

  body.landing-plieforpink .class-name {
    font-weight: bold;
    font-size: 110%
  }

  body.landing-plieforpink .class-descr {
    max-width: 80ch
  }

  body.landing-plieforpink .schedule-day+.schedule-day {
    margin-top: 5rem
  }
}

.h-100 {
  height: 100%
}

.list-numbers {
  list-style: none;
  margin-bottom: 1rem;
  padding-left: 3em;
  counter-reset: li
}

.list-numbers>li {
  position: relative;
  margin-bottom: 0.5rem;
  padding: 0
}

.list-numbers>li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 0;
  left: -35px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  background: #02AFA4;
  color: white;
  font-size: 85%;
  text-align: center
}

.base-text {
  font-size: 1rem !important;
  line-height: 1.8 !important;
  font-family: "figtree", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
  color: #222;
  font-weight: normal;
  text-decoration: none
}

.page-on-demand .card {
  height: 100%
}

.page-on-demand .card-icon {
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center
}

.studio-promo-box {
  background: linear-gradient(to right, #02AFA4 0%, #02AFA4 30%, #6F58DF 100%);
  text-align: center;
  color: white;
  padding: calc(1.4285714286rem + 1.4285714286vw) calc(1.7857142857rem + 4.2857142857vw) calc(1.3571428571rem + 0.8571428571vw);
  max-width: 800px
}

@media (min-width: 1200px) {
  .studio-promo-box {
    padding: 2.5rem 5rem 2rem
  }
}

@media (min-width: 900px) {
  .studio-promo-box {
    margin-bottom: -6rem;
    transform: translateY(-50%)
  }
}

.studio-promo-box p {
  font-family: Montserrat, "Georgia", "Times", "Times New Roman", serif;
  font-weight: bold;
  font-size: calc(1.3571428571rem + 0.8571428571vw);
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 0.3em
}

@media (min-width: 1200px) {
  .studio-promo-box p {
    font-size: 2rem
  }
}

@media (max-width: 599px) {
  .studio-promo-box .promo-box-links {
    margin-top: 1rem
  }
}

.studio-promo-box a {
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  display: inline-block;
  padding: 0.3em 1.5em;
  letter-spacing: 0.05em
}

.studio-promo-box a:hover {
  color: white
}

.studio-promo-box a+a {
  border-left: 2px solid rgba(255, 255, 255, 0.4)
}

@media (max-width: 599px) {
  .studio-promo-box a {
    border: none !important;
    display: block
  }
}

.gradient-form-wrap {
  max-width: 600px;
  background: rgba(255, 255, 255, 0.4);
  padding: calc(1.4285714286rem + 1.4285714286vw) calc(1.5rem + 2vw);
  margin-top: calc(1.5rem + 2vw)
}

@media (min-width: 1200px) {
  .gradient-form-wrap {
    padding: 2.5rem 3rem;
    margin-top: 3rem
  }
}

.gradient-form-wrap form {
  margin-bottom: 0
}

section.bg-prim {
  background: linear-gradient(to right, #02AFA4 0%, #02AFA4 30%, #6F58DF 100%)
}

.cta-header-banner {
  background: linear-gradient(to right, #02AFA4 0%, #02AFA4 30%, #6F58DF 100%);
  text-align: center
}

.cta-header-banner a {
  display: block;
  padding: 0.5rem 1rem;
  color: white;
  text-decoration: none;
  font-family: Montserrat, "Georgia", "Times", "Times New Roman", serif;
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase
}

.bg-gradient {
  background: linear-gradient(to right, #02AFA4 0%, #02AFA4 30%, #6F58DF 100%);
  color: white
}

.moves-wrap {
  display: grid;
  gap: 4rem;
  align-items: start;
  max-width: 75em;
  margin-left: auto;
  margin-right: auto
}

@media (min-width: 1000px) {
  .moves-wrap {
    grid-template-columns: repeat(2, 1fr)
  }
}

.btn-media {
  margin: 2rem auto 0;
  display: block;
  max-width: 150px;
  text-align: center
}

@media (min-width: 1000px) {
  .btn-media {
    display: none
  }
}

.moves-media {
  padding-bottom: 125%;
  background: #f4f4f4;
  position: relative;
  display: none
}

@media (min-width: 1000px) {
  .moves-media {
    display: block
  }
}

.moves-media video {
  width: 100%
}

.moves-media img {
  width: 100%
}

.moves-media>div {
  display: none
}

.moves-media video {
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0
}

.moves-media img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: $p;";
  overflow: hidden;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0
}

.moves-media[data-media-type=image] .video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0
}

.moves-item {
  margin-bottom: calc(1.2857142857rem + 0.2857142857vw)
}

@media (min-width: 1200px) {
  .moves-item {
    margin-bottom: 1.5rem
  }
}

.moves-item.open>.moves-item-title {
  color: #222
}

.moves-item.open>.moves-item-title:before {
  transform: rotate(45deg)
}

.moves-item-title {
  cursor: pointer;
  margin: 0;
  position: relative;
  color: #777777;
  padding: 1.5rem;
  display: flex;
  background: #f4f4f4;
  padding: 1rem calc(1.2857142857rem + 0.2857142857vw)
}

@media (min-width: 1200px) {
  .moves-item-title {
    padding: 1rem 1.5rem
  }
}

.moves-item-title:before {
  align-self: flex-start;
  flex: 0 0 1em;
  position: relative;
  top: 0.26em;
  height: 1em;
  margin-right: 0.65em;
  content: "";
  display: block;
  background: center/1.1em 1.1em no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2302AFA4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-plus'%3e%3cline x1='12' y1='5' x2='12' y2='19'%3e%3c/line%3e%3cline x1='5' y1='12' x2='19' y2='12'%3e%3c/line%3e%3c/svg%3e")
}

.moves-item-title:hover {
  color: #02AFA4
}

.moves-item-content {
  padding: 2rem 1.5rem 0.5rem;
  display: none
}

.moves-item-content ol {
  list-style: none;
  margin-bottom: 1rem;
  padding-left: 3em;
  counter-reset: li
}

.moves-item-content ol>li {
  position: relative;
  margin-bottom: 0.5rem;
  padding: 0
}

.moves-item-content ol>li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 0;
  left: -35px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  background: #02AFA4;
  color: white;
  font-size: 85%;
  text-align: center
}

.nav-moves,
.nav-tabs-line {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
  justify-content: center;
  margin-bottom: 4rem
}

.nav-moves a,
.nav-tabs-line a {
  color: #a5a5a5;
  padding: 1rem calc(1.2857142857rem + 0.2857142857vw) 0.5rem !important
}

@media (min-width: 600px) {

  .nav-moves a,
  .nav-tabs-line a {
    position: relative
  }

  .nav-moves a[aria-selected=true]:before,
  .nav-tabs-line a[aria-selected=true]:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, #02AFA4 0%, #02AFA4 30%, #6F58DF 100%)
  }
}

@media (min-width: 1200px) {

  .nav-moves a,
  .nav-tabs-line a {
    padding: 1rem 1.5rem 0.5rem !important
  }
}

.nav-moves a[aria-selected=true],
.nav-tabs-line a[aria-selected=true] {
  color: #02AFA4
}

@media (min-width: 900px) {
  .split-content {
    display: flex;
    align-items: center
  }

  .split-content>* {
    width: 100%
  }
}

.split-content .media .inner {
  position: relative;
  padding-bottom: 75%;
  background: #6F58DF
}

.split-content .media .inner img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: $p;";
  overflow: hidden;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0
}

.split-content .content {
  display: flex
}

.split-content .content .inner {
  padding: calc(1.3571428571rem + 0.8571428571vw) calc(1.6428571429rem + 3.1428571429vw);
  max-width: 53em
}

@media (min-width: 1200px) {
  .split-content .content .inner {
    padding: 2rem 4rem
  }
}

.split-content h3 {
  color: #02AFA4;
  text-transform: uppercase;
  letter-spacing: 0.05em
}

.split-content.flip {
  flex-direction: row-reverse
}

.split-content.flip .content {
  justify-content: flex-end
}

.cta-banner {
  background: linear-gradient(to right, #02AFA4 0%, #02AFA4 30%, #6F58DF 100%);
  color: white;
  text-align: center
}

.cta-banner .container,
.cta-banner .modal-lg,
.cta-banner .pop-cover .modal,
.pop-cover .cta-banner .modal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem 4rem
}

.cta-banner * {
  margin-bottom: 0
}

.cta-banner h3 {
  font-size: 1rem;

  a {
    color: #fff;
  }
}

.cta-banner .cta-content {
  /* max-width: 500px */
}

#axle-checkout #site-footer {
  border-top: 1px solid #f4f4f4
}

.axle-checkout-login h2 {
  display: none
}

.axle-checkout-login .login-wrap {
  flex: 0 0 24rem
}

.axle-checkout-login .login-wrap .alert,
.axle-checkout-login .login-wrap .wpcf7 .wpcf7-response-output,
.wpcf7 .axle-checkout-login .login-wrap .wpcf7-response-output {
  margin-bottom: 0.5rem
}

.axle-checkout-login .login-wrap form {
  padding: calc(1.3571428571rem + 0.8571428571vw);
  background: #f4f4f4
}

@media (min-width: 1200px) {
  .axle-checkout-login .login-wrap form {
    padding: 2rem
  }
}

.axle-checkout-login form {
  margin-bottom: 0
}

.axle-checkout-login .form-footer {
  display: flex;
  margin-top: 1rem;
  justify-content: space-between;
  align-items: center
}

.axle-checkout-login .create-account-wrap {
  text-align: center;
  margin-top: 3rem
}

@media (min-width: 600px) {

  .axle-checkout-login .pop-cover main>.modal,
  .axle-checkout-login main>.container,
  .axle-checkout-login main>.modal-lg,
  .pop-cover .axle-checkout-login main>.modal {
    display: flex;
    align-items: center;
    justify-content: center
  }

  .axle-checkout-login .create-account-wrap {
    margin-left: 5rem;
    margin-top: 0
  }
}

.page-template-page-become-instructor .side-img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover
}

.training-outline {
  margin-top: -2rem
}

.training-outline .tab:not([hidden]) {
  display: flex;
  background: #02AFA4
}

@media (max-width: 600px) {
  .training-outline .tab:not([hidden]) {
    flex-direction: column-reverse
  }
}

.training-outline .img {
  flex: 0 0 60%;
  position: relative;
  padding-bottom: unset !important;
  min-height: 55vh
}

.training-outline .img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: $p;";
  overflow: hidden;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0
}

.training-outline .content {
  align-self: center;
  color: white;
  padding: calc(1.5rem + 2vw) calc(1.6428571429rem + 3.1428571429vw)
}

@media (min-width: 1200px) {
  .training-outline .content {
    padding: 3rem 4rem
  }
}

.training-outline *+h5 {
  padding-top: 0.5em
}

.training-outline p {
  color: #ccefed
}

.training-outline p strong {
  color: white
}

.training-outline h5 {
  margin-bottom: 0
}

#become-instructor-steps .img-wrap {
  display: none
}

@media (min-width: 900px) {
  #become-instructor-steps .accordion img {
    display: none
  }

  #become-instructor-steps .container,
  #become-instructor-steps .modal-lg,
  #become-instructor-steps .pop-cover .modal,
  .pop-cover #become-instructor-steps .modal {
    display: flex;
    align-items: flex-start;
    gap: 4.5rem
  }

  #become-instructor-steps .container>*,
  #become-instructor-steps .modal-lg>*,
  #become-instructor-steps .pop-cover .modal>*,
  .pop-cover #become-instructor-steps .modal>* {
    flex: 1;
    width: 100%
  }

  #become-instructor-steps .img-wrap {
    display: block;
    background: rgba(0, 0, 0, 0.05)
  }

  #become-instructor-steps .img-wrap .inner img {
    width: 100%;
    aspect-ratio: 1/1.1;
    -o-object-fit: cover;
       object-fit: cover
  }
}

.list-cols-bl {
  list-style: none;
  padding-left: 0
}

@media (min-width: 600px) {
  .list-cols-bl {
    padding-left: 0;
    margin-left: 0;
    -moz-columns: 3;
         columns: 3;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    -moz-column-rule: none;
         column-rule: none
  }

  .list-cols-bl>li {
    display: block;
    width: 100%;
    vertical-align: top;
    border-left: 4px solid #02AFA4;
    padding-left: 1.5rem
  }
}

.accordion-item {
  margin-bottom: calc(1.2857142857rem + 0.2857142857vw)
}

@media (min-width: 1200px) {
  .accordion-item {
    margin-bottom: 1.5rem
  }
}

.accordion-heading {
  background: #f4f4f4;
  padding: calc(1.2857142857rem + 0.2857142857vw)
}

@media (min-width: 1200px) {
  .accordion-heading {
    padding: 1.5rem
  }
}

.accordion-content {
  padding: 2rem 1rem
}

.bg-light .accordion .accordion-heading {
  background: white;
  padding: 1em
}

.page-faq .accordion-item {
  margin-bottom: 0.75rem
}

.page-faq .accordion-heading {
  font-size: 1rem;
  text-transform: none;
  letter-spacing: unset;
  padding-block: 1rem
}

.accordion-small-headings .accordion-heading {
  text-transform: none
}

#axle-checkout h1,
#axle-checkout h2,
#axle-checkout h3,
#blog-cats,
#nav-account .nav,
#s-home-hero .slide h1,
#s-studio-cta h3,
#site-footer .footer-links ul a,
#site-header #main-nav,
.accordion-heading,
.accordion.classes .class h4,
.card-studio h4,
.cta-header-banner a,
.moves-item-title,
.person-bits h4,
.section-heading,
.single-team h1,
.spaced,
.training-steps h3,
legend {
  letter-spacing: 0.03em
}

#filter-schedule-studios {
  display: none !important
}

.schedule-grid.collapsed .schedule-day-header {
  display: flex;
  padding-left: 1rem;
  justify-content: space-between;
  text-align: left
}

.schedule-grid.collapsed .schedule-day-header:after {
  align-self: flex-start;
  flex: 0 0 1em;
  position: relative;
  top: 0.26em;
  height: 1em;
  margin-right: 0.65em;
  content: "";
  display: block;
  background: center/2em no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-plus'%3e%3cline x1='12' y1='5' x2='12' y2='19'%3e%3c/line%3e%3cline x1='5' y1='12' x2='19' y2='12'%3e%3c/line%3e%3c/svg%3e")
}

.schedule-grid.collapsed .schedule-day-header.open:after {
  transform: rotate(45deg)
}

.schedule-grid.collapsed .schedule-day {
  margin-bottom: 0.5rem
}

@media (max-width: 20000px) {
  .schedule-grid .schedule-nav {
    margin-bottom: 1rem
  }

  .schedule-grid .schedule-nav>a {
    display: flex;
    align-items: center
  }

  .schedule-grid .schedule-nav>a:after {
    font-size: 1rem !important;
    line-height: 1.8 !important;
    font-family: "figtree", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
    color: #222;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0
  }

  .schedule-grid .schedule-nav .schedule-prev:after {
    content: "previous week"
  }

  .schedule-grid .schedule-nav .schedule-next {
    flex-direction: row-reverse;
    margin-left: 2rem
  }

  .schedule-grid .schedule-nav .schedule-next:after {
    content: "next week"
  }
}

@media (min-width: 900px) {

  .page-contact main,
  .page-sale main,
  .page-template-page-landing:not(.page-challenge):not(.page-challenge2) main,
  .page-template-page-north-ryde main,
  .page-template-page-sale main,
  .studio-template-page-studio-coming-soon main {
    background: #f4f4f4;
    padding-top: 0
  }

  .page-contact main .form-wrap,
  .page-contact main .landing-form-wrap,
  .page-contact main .wpcf7,
  .page-sale main .form-wrap,
  .page-sale main .landing-form-wrap,
  .page-sale main .wpcf7,
  .page-template-page-landing:not(.page-challenge):not(.page-challenge2) main .form-wrap,
  .page-template-page-landing:not(.page-challenge):not(.page-challenge2) main .landing-form-wrap,
  .page-template-page-landing:not(.page-challenge):not(.page-challenge2) main .wpcf7,
  .page-template-page-north-ryde main .form-wrap,
  .page-template-page-north-ryde main .landing-form-wrap,
  .page-template-page-north-ryde main .wpcf7,
  .page-template-page-sale main .form-wrap,
  .page-template-page-sale main .landing-form-wrap,
  .page-template-page-sale main .wpcf7,
  .studio-template-page-studio-coming-soon main .form-wrap,
  .studio-template-page-studio-coming-soon main .landing-form-wrap,
  .studio-template-page-studio-coming-soon main .wpcf7 {
    position: relative;
    margin: -3rem auto 0;
    max-width: 700px;
    padding: 4rem;
    background: white;
    box-shadow: 0 5px 3rem rgba(0, 0, 0, 0.05)
  }

  .page-contact main .form-intro+.wpcf7,
  .page-sale main .form-intro+.wpcf7,
  .page-template-page-landing:not(.page-challenge):not(.page-challenge2) main .form-intro+.wpcf7,
  .page-template-page-north-ryde main .form-intro+.wpcf7,
  .page-template-page-sale main .form-intro+.wpcf7,
  .studio-template-page-studio-coming-soon main .form-intro+.wpcf7 {
    all: unset
  }
}

.page-template-page-north-ryde-thanks .page-header .parent,
.page-template-page-sale-thanks .page-header .parent {
  display: none !important
}

.c-white a:not(.btn),
.wpcf7 .wpcf7-not-valid-tip a:not(.btn) {
  color: inherit
}

.page-sale .page-header p,
.page-template-page-landing:not(.page-challenge):not(.page-challenge2) .page-header p,
.page-template-page-north-ryde .page-header p,
.page-template-page-sale .page-header p {
  line-height: 1.3
}

@media (max-width: 599px) {

  .page-sale main,
  .page-template-page-landing:not(.page-challenge):not(.page-challenge2) main,
  .page-template-page-north-ryde main,
  .page-template-page-sale main {
    background: linear-gradient(to right, #02AFA4 0%, #02AFA4 30%, #6F58DF 100%)
  }

  .page-sale main .landing-form-wrap p:first-child,
  .page-template-page-landing:not(.page-challenge):not(.page-challenge2) main .landing-form-wrap p:first-child,
  .page-template-page-north-ryde main .landing-form-wrap p:first-child,
  .page-template-page-sale main .landing-form-wrap p:first-child {
    color: white
  }
}

@media (min-width: 600px) {

  .page-sale .page-header h1,
  .page-template-page-landing:not(.page-challenge):not(.page-challenge2) .page-header h1,
  .page-template-page-north-ryde .page-header h1,
  .page-template-page-sale .page-header h1 {
    display: inline-block;
    background: #db5744;
    padding: 1rem 2rem !important
  }

  .page-sale .page-header p:before,
  .page-template-page-landing:not(.page-challenge):not(.page-challenge2) .page-header p:before,
  .page-template-page-north-ryde .page-header p:before,
  .page-template-page-sale .page-header p:before {
    display: none !important
  }

  .page-sale .page-header h1,
  .page-sale .page-header h2,
  .page-sale .page-header p,
  .page-template-page-landing:not(.page-challenge):not(.page-challenge2) .page-header h1,
  .page-template-page-landing:not(.page-challenge):not(.page-challenge2) .page-header h2,
  .page-template-page-landing:not(.page-challenge):not(.page-challenge2) .page-header p,
  .page-template-page-north-ryde .page-header h1,
  .page-template-page-north-ryde .page-header h2,
  .page-template-page-north-ryde .page-header p,
  .page-template-page-sale .page-header h1,
  .page-template-page-sale .page-header h2,
  .page-template-page-sale .page-header p {
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2)
  }

  .page-sale main,
  .page-template-page-landing:not(.page-challenge):not(.page-challenge2) main,
  .page-template-page-north-ryde main,
  .page-template-page-sale main {
    background: linear-gradient(to right, #F33F16 0%, #02AFA4 40%, #02AFA4 60%, #6F58DF 100%)
  }
}

.axle-checkout-login .page-sale .link-create-account,
.axle-checkout-login .page-template-page-landing:not(.page-challenge):not(.page-challenge2) .link-create-account,
.axle-checkout-login .page-template-page-north-ryde .link-create-account,
.axle-checkout-login .page-template-page-sale .link-create-account,
.page-sale .axle-checkout-login .link-create-account,
.page-sale .btn-prim,
.page-sale .schedule .classes .btn-reserve,
.page-template-page-landing:not(.page-challenge):not(.page-challenge2) .axle-checkout-login .link-create-account,
.page-template-page-landing:not(.page-challenge):not(.page-challenge2) .btn-prim,
.page-template-page-landing:not(.page-challenge):not(.page-challenge2) .schedule .classes .btn-reserve,
.page-template-page-north-ryde .axle-checkout-login .link-create-account,
.page-template-page-north-ryde .btn-prim,
.page-template-page-north-ryde .schedule .classes .btn-reserve,
.page-template-page-sale .axle-checkout-login .link-create-account,
.page-template-page-sale .btn-prim,
.page-template-page-sale .schedule .classes .btn-reserve,
.schedule .classes .page-sale .btn-reserve,
.schedule .classes .page-template-page-landing:not(.page-challenge):not(.page-challenge2) .btn-reserve,
.schedule .classes .page-template-page-north-ryde .btn-reserve,
.schedule .classes .page-template-page-sale .btn-reserve {
  width: 100%
}

@media (min-width: 600px) {

  .page-sale .landing-form-wrap,
  .page-template-page-landing:not(.page-challenge):not(.page-challenge2) .landing-form-wrap,
  .page-template-page-north-ryde .landing-form-wrap,
  .page-template-page-sale .landing-form-wrap {
    position: relative;
    top: -1rem
  }
}

.page-sale .landing-form-wrap p:first-child,
.page-template-page-landing:not(.page-challenge):not(.page-challenge2) .landing-form-wrap p:first-child,
.page-template-page-north-ryde .landing-form-wrap p:first-child,
.page-template-page-sale .landing-form-wrap p:first-child {
  margin: -1rem 0 2rem
}

.page-sale main.thanks-page,
.page-template-page-landing:not(.page-challenge):not(.page-challenge2) main.thanks-page,
.page-template-page-north-ryde main.thanks-page,
.page-template-page-sale main.thanks-page {
  background: white !important;
  padding: calc(1.7857142857rem + 4.2857142857vw) 0
}

@media (min-width: 1200px) {

  .page-sale main.thanks-page,
  .page-template-page-landing:not(.page-challenge):not(.page-challenge2) main.thanks-page,
  .page-template-page-north-ryde main.thanks-page,
  .page-template-page-sale main.thanks-page {
    padding: 5rem 0
  }
}

.training-steps .step {
  background: white;
  padding: calc(1.3571428571rem + 0.8571428571vw) calc(1.5rem + 2vw);
  text-align: center;
  height: 100%
}

@media (min-width: 1200px) {
  .training-steps .step {
    padding: 2rem 3rem
  }
}

.training-steps .icon {
  margin-bottom: 1rem
}

.training-steps .icon svg {
  color: #02AFA4;
  font-size: 2rem;
  stroke-width: 1.5
}

section {
  scroll-margin-top: 10rem
}

.person-bits {
  margin-top: calc(1.3571428571rem + 0.8571428571vw)
}

@media (min-width: 1200px) {
  .person-bits {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 3rem
  }
}

.person-bits h4 {
  color: #02AFA4;
  margin-bottom: 0.5rem
}

*+.person-bits h4 {
  margin-top: calc(1.3571428571rem + 0.8571428571vw)
}

@media (min-width: 1200px) {
  *+.person-bits h4 {
    margin-top: 2rem
  }
}

.person-quote {
  font-weight: 500;
  color: #02AFA4
}

.person-quote:after {
  content: "";
  display: block;
  background: #02AFA4;
  width: 8rem;
  height: 4px;
  margin: calc(1.3571428571rem + 0.8571428571vw) 0 calc(1.6428571429rem + 3.1428571429vw)
}

@media (min-width: 1200px) {
  .person-quote:after {
    margin: 2rem 0 4rem
  }
}

.blog main,
.category main {
  padding-top: 5.4rem
}

#blog-cats {
  padding: calc(1.3571428571rem + 0.8571428571vw) calc(1.3571428571rem + 0.8571428571vw) 0;
  margin-bottom: -1rem;
  font-weight: normal;
  font-size: 0.85rem
}

@media (min-width: 1200px) {
  #blog-cats {
    padding: 2rem 2rem 0
  }
}

#blog-cats ul {
  justify-content: center;
  margin-bottom: 0
}

#blog-cats a:not(:hover) {
  color: #a5a5a5
}

#blog-cats .current-cat a {
  color: #222
}

#s-franchise .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0
}

#s-franchise .img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: $p;";
  overflow: hidden;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0
}

#s-franchise .content {
  position: relative;
  padding: calc(1.5rem + 2vw);
  text-align: center;
  background: white;
  max-width: 600px
}

@media (min-width: 1200px) {
  #s-franchise .content {
    padding: 3rem
  }
}

h2 .ff-script {
  font-size: 150%;
  line-height: 1;
  font-weight: normal
}

h2 .ff-script:last-child {
  margin-top: -1rem
}

.map-bubble {
  text-align: center;
  padding: 0.5rem
}

.map-bubble h4 {
  text-transform: uppercase;
  margin-bottom: 0
}

.map-bubble p {
  line-height: 1.8 !important;
  font-family: "figtree", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
  color: #222;
  font-weight: normal;
  text-decoration: none;
  font-weight: 300;
  font-size: 0.9rem !important;
  margin-bottom: 0
}

.axle-checkout-login .map-bubble .link-create-account,
.map-bubble .axle-checkout-login .link-create-account,
.map-bubble .btn,
.map-bubble .posts-navigation .nav-links a,
.map-bubble .schedule .schedule-nav a,
.map-bubble .schedule-full-header .schedule-nav a,
.posts-navigation .nav-links .map-bubble a,
.schedule .schedule-nav .map-bubble a,
.schedule-full-header .schedule-nav .map-bubble a {
  margin-top: 0.75rem
}

.page-about .ff-script {
  border-bottom: 3px solid #02AFA4;
  position: relative;
  z-index: 10
}

@media (min-width: 900px) {
  .page-about .ff-script {
    padding-left: 10rem;
    margin-left: -10rem;
    margin-bottom: 4rem
  }
}

h2.ff-script {
  font-size: calc(1.7857142857rem + 4.2857142857vw)
}

@media (min-width: 1200px) {
  h2.ff-script {
    font-size: 5rem
  }
}

.testimonial-slider .slick-dots .slick-active button:before {
  background: #6F58DF
}

@media (min-width: 900px) {
  .testimonial-slider .slick-slide>div {
    margin: 1rem
  }
}

.testimonial-slider blockquote {
  padding: calc(1.5rem + 2vw) calc(1.5rem + 2vw) calc(1.3571428571rem + 0.8571428571vw);
  background: white;
  color: #222
}

@media (min-width: 1200px) {
  .testimonial-slider blockquote {
    padding: 3rem 3rem 2rem
  }
}

.testimonial-slider blockquote small {
  margin-top: 2rem;
  opacity: 0.5;
  display: block;
  text-align: right
}

.testimonial-slider blockquote small:empty {
  display: none
}

@media (min-width: 900px) {
  .testimonial-slider .slick-track {
    align-items: center
  }
}

.what-to-expect {
  list-style: none;
  padding-left: 0
}

.what-to-expect .icon {
  margin-bottom: 0.75rem
}

.what-to-expect .icon svg {
  color: #02AFA4;
  font-size: 3rem;
  stroke-width: 1.5
}

@media (min-width: 600px) {
  .what-to-expect {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0rem
  }
}

@media (min-width: 900px) {
  .what-to-expect {
    grid-template-columns: repeat(3, 1fr)
  }
}

.what-to-expect>li {
  padding: calc(1.5rem + 2vw) calc(1.6428571429rem + 3.1428571429vw);
  text-align: center;
  background: white;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column
}

@media (min-width: 1200px) {
  .what-to-expect>li {
    padding: 3rem 4rem
  }
}

@media (min-width: 600px) {
  .what-to-expect>li {
    min-height: 17rem
  }
}

.what-to-expect>li:nth-child(odd) {
  background: #ccefed
}

.what-to-expect>li:not(:last-child) .icon {
  display: none
}

.accordion.classes {
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto
}

@media (min-width: 900px) {
  .accordion.classes .class {
    display: flex;
    align-items: center
  }

  .accordion.classes .class-img {
    flex: 0 0 30%;
    margin-right: 3rem
  }

  .accordion.classes .class-content {
    flex: 1;
    padding: calc(1.3571428571rem + 0.8571428571vw)
  }
}

@media (min-width: 900px) and(min-width: 1200px) {
  .accordion.classes .class-content {
    padding: 2rem
  }
}

.accordion.classes .class:last-child {
  margin-bottom: 2rem
}

.accordion.classes .class+.class {
  margin-top: calc(1.4285714286rem + 1.4285714286vw);
  padding-top: calc(1.4285714286rem + 1.4285714286vw);
  border-top: 2px solid #f4f4f4
}

@media (min-width: 1200px) {
  .accordion.classes .class+.class {
    margin-top: 2.5rem;
    padding-top: 2.5rem
  }
}

.accordion.classes .class h4 {
  color: #02AFA4
}

.accordion.classes .class h4 small {
  font-size: 65%;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
  color: #222
}

.bg-pattern {
  background: #f4f4f4
}

.single-studio #schedule {
  padding-bottom: calc(2.3571428571rem + 8.8571428571vw)
}

@media (min-width: 1200px) {
  .single-studio #schedule {
    padding-bottom: 9rem
  }
}

#s-studio-cta {
  text-align: center;
  background: linear-gradient(to right, #02AFA4 0%, #02AFA4 30%, #6F58DF 100%);
  color: white
}

@media (min-width: 900px) {
  #s-studio-cta a {
    margin-bottom: 0
  }
}

#s-studio-map .map {
  height: 50vh
}

.studio-team {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(3rem * -1);
  margin-right: calc(3rem * -1);
  justify-content: center;
  max-width: 87.5rem
}

.studio-team>li {
  position: relative;
  width: 100%;
  padding-right: calc(var(--gutter) / 2);
  padding-left: calc(var(--gutter) / 2);
  flex: 1;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 3rem
}

.studio-team>li[style] {
  flex: 0 0 auto
}

@media (min-width: 900px) {
  .studio-team>li {
    flex: 0 0 25%;
    max-width: 25%
  }
}

.studio-team a {
  text-align: center;
  display: block;
  font-weight: 500
}

.studio-team a img {
  margin-bottom: 1rem;
  display: block;
  width: 15em;
  transition: all 250ms ease
}

.studio-team a:hover img {
  filter: brightness(90%)
}

#s-studio-gallery {
  z-index: 10
}

#studio-gallery {
  position: relative
}

#studio-gallery .slick-list,
#studio-gallery .slick-slide {
  width: 100% !important
}

#studio-gallery .img {
  position: relative;
  width: 100%;
  padding-bottom: 55%
}

#studio-gallery .img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: $p;";
  overflow: hidden;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0
}

.list-hours {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0
}

.list-hours li {
  display: flex
}

.list-hours li+li {
  margin-top: 0.5rem
}

.list-hours li strong {
  flex: 0 0 50%
}

#s-map-studios #map {
  height: 60vh
}

.list-studios {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(1rem * -1);
  margin-right: calc(1rem * -1)
}

.list-studios>li {
  position: relative;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  flex: 1;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: calc(1.3571428571rem + 0.8571428571vw)
}

.list-studios>li[style] {
  flex: 0 0 auto
}

@media (min-width: 900px) {
  .list-studios>li {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }
}

@media (min-width: 1200px) {
  .list-studios>li {
    margin-bottom: 2rem
  }
}

.location-group {
  margin-bottom: 1rem;
  border: none !important
}

.location-group .accordion-content {
  padding-top: 2rem
}

.location-group .accordion-heading .accordion-heading-text {
  flex: 1;
  display: flex
}

.location-group .accordion-heading .select2.select2-container .select2-selection--multiple .select2-selection__choice,
.location-group .accordion-heading .tag,
.location-group .accordion-heading .wpcf7 .wpcf7-not-valid-tip,
.select2.select2-container .select2-selection--multiple .location-group .accordion-heading .select2-selection__choice,
.wpcf7 .location-group .accordion-heading .wpcf7-not-valid-tip {
  margin-left: auto;
  background: white
}

.card-studio {
  border: none;
  border-left: 2px solid #f4f4f4;
  background: none;
  padding: 0.25rem 1rem
}

.axle-checkout-login .card-studio .link-create-account,
.card-studio .axle-checkout-login .link-create-account,
.card-studio .btn,
.card-studio .posts-navigation .nav-links a,
.card-studio .schedule .schedule-nav a,
.card-studio .schedule-full-header .schedule-nav a,
.posts-navigation .nav-links .card-studio a,
.schedule .schedule-nav .card-studio a,
.schedule-full-header .schedule-nav .card-studio a {
  margin-top: 1rem
}

.section-heading {
  text-align: center
}

.section-heading p {
  letter-spacing: 0;
  text-transform: none
}

.single-post .share {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4rem
}

.pop-cover .single-post main .modal,
.single-post main .container,
.single-post main .modal-lg,
.single-post main .pop-cover .modal {
  max-width: 61.25rem
}

.single-post .page-header .bg {
  opacity: 0.4
}

.single-post .page-header a {
  color: inherit
}

.single-post .page-header .post-meta {
  margin-bottom: -2rem
}

#s-related-posts {
  background: #f4f4f4
}

.articles article {
  margin-bottom: calc(1.6428571429rem + 3.1428571429vw)
}

@media (min-width: 1200px) {
  .articles article {
    margin-bottom: 4rem
  }
}

@media (min-width: 900px) {
  .articles {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(2rem * -1);
    margin-right: calc(2rem * -1)
  }

  .articles article {
    position: relative;
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
    flex: 1;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .articles article[style] {
    flex: 0 0 auto
  }

  .articles:not(.related) article:nth-child(-n + 2) {
    flex: 0 0 50%;
    max-width: 50%
  }
}

.articles .post-title {
  margin-bottom: 0.5rem
}

.articles .post-excerpt {
  display: none
}

.articles .post-content {
  padding: 0 0.5rem
}

.articles .post-thumb {
  display: block;
  margin-bottom: 1.5rem;
  padding-bottom: 60%;
  position: relative
}

.articles .post-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: $p;";
  overflow: hidden;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0
}

.post-content:after {
  clear: both;
  content: "";
  display: block
}

.dropdown-heading {
  text-transform: uppercase
}

legend {
  margin-bottom: 2rem
}

.axle-checkout-login .link-create-account:not(.btn-link),
.btn:not(.btn-link),
.posts-navigation .nav-links a:not(.btn-link),
.schedule .schedule-nav a:not(.btn-link),
.schedule-full-header .schedule-nav a:not(.btn-link) {
  font-weight: 700;
  text-transform: uppercase
}

@media (min-width: 600px) {

  .axle-checkout-login .link-create-account:not(.btn-link),
  .btn:not(.btn-link),
  .posts-navigation .nav-links a:not(.btn-link),
  .schedule .schedule-nav a:not(.btn-link),
  .schedule-full-header .schedule-nav a:not(.btn-link) {
    letter-spacing: 0.05em
  }
}

#home-wrap {
  min-height: 100vh;
  display: flex;
  flex-direction: column
}

#home-wrap>* {
  flex: 0
}

#home-wrap #s-home-hero {
  flex: 1
}

#s-home-hero {
  background: #2b2b2b
}

#s-home-hero video {
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0
}

@media (min-width: 900px) {
  #s-home-hero .slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
  }
}

#s-home-hero .slick-list,
#s-home-hero .slick-slide,
#s-home-hero .slick-slide>div,
#s-home-hero .slick-track,
#s-home-hero .slide,
#s-home-hero .slider,
#s-home-hero .slides {
  height: 100%
}

#s-home-hero .slide {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 20vh 0
}

#s-home-hero .slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  opacity: 1
}

#s-home-hero .slide-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: $p;";
  overflow: hidden;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0
}

#s-home-hero .slide-content {
  text-align: center;
  color: white;
  opacity: 0;
  transform: translateY(1rem);
  transition: 0.4s all ease-in-out;
  transition-delay: 0.25s
}

#s-home-hero .slide h1 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative
}

#s-home-hero .slide h1:after {
  display: block;
  content: "";
  background: linear-gradient(to right, #F33F16 0%, #02AFA4 40%, #02AFA4 60%, #6F58DF 100%);
  height: 0.75rem;
  margin: 1rem 0
}

#s-home-hero .slide .axle-checkout-login .link-create-account,
#s-home-hero .slide .btn,
#s-home-hero .slide .posts-navigation .nav-links a,
#s-home-hero .slide .schedule .schedule-nav a,
#s-home-hero .slide .schedule-full-header .schedule-nav a,
.axle-checkout-login #s-home-hero .slide .link-create-account,
.posts-navigation .nav-links #s-home-hero .slide a,
.schedule .schedule-nav #s-home-hero .slide a,
.schedule-full-header .schedule-nav #s-home-hero .slide a {
  margin-top: calc(1.3571428571rem + 0.8571428571vw)
}

@media (min-width: 1200px) {

  #s-home-hero .slide .axle-checkout-login .link-create-account,
  #s-home-hero .slide .btn,
  #s-home-hero .slide .posts-navigation .nav-links a,
  #s-home-hero .slide .schedule .schedule-nav a,
  #s-home-hero .slide .schedule-full-header .schedule-nav a,
  .axle-checkout-login #s-home-hero .slide .link-create-account,
  .posts-navigation .nav-links #s-home-hero .slide a,
  .schedule .schedule-nav #s-home-hero .slide a,
  .schedule-full-header .schedule-nav #s-home-hero .slide a {
    margin-top: 2rem
  }
}

#s-home-hero .slick-active .slide-content {
  opacity: 1;
  transform: translateY(0)
}

#s-home-hero .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.7
}

#s-home-hero .slick-arrow:active,
#s-home-hero .slick-arrow:focus,
#s-home-hero .slick-arrow:hover {
  opacity: 1
}

#s-home-hero .slick-prev {
  left: 5vw
}

#s-home-hero .slick-prev:before {
  content: "";
  display: block;
  background: center/100% 100% no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3e%3cpolyline points='15 18 9 12 15 6'%3e%3c/polyline%3e%3c/svg%3e")
}

#s-home-hero .slick-next {
  right: 5vw
}

#s-home-hero .slick-next:before {
  content: "";
  display: block;
  background: center/100% 100% no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3e%3cpolyline points='9 18 15 12 9 6'%3e%3c/polyline%3e%3c/svg%3e")
}

#s-home-hero .slick-dots {
  top: auto;
  bottom: 0
}

.page-header {
  position: relative;
  text-align: center;
  /* color: white; */
  /* background: #2b2b2b; */
  /* padding: 12rem 0;
  padding: 12vmax 0 */
}

.page-header .bg {
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.65;
}

.page-header .bg>.container {
  backdrop-filter: blur(10px);
  width: 100%;
  max-width: 100%;
  height: 100vh;
}

.page-header .bg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: $p;";
  overflow: hidden;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0
}

.page-header .bg video {
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0
}

.page-header .parent {
  display: block;
  font-size: calc(1.2714285714rem + 0.1714285714vw);
  color: white;
  opacity: 0.7;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500
}

@media (min-width: 1200px) {
  .page-header .parent {
    font-size: 1.4rem
  }
}

.page-header .container,
.page-header .modal-lg,
.page-header .pop-cover .modal,
.pop-cover .page-header .modal {
  position: relative;
  z-index: 1
}

.page-header h1,
.page-header h2 {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-top: 0 !important
}

.page-header h1 small:first-child,
.page-header h2 small:first-child {
  opacity: 0.75;
  position: relative;
  z-index: 1;
  font-size: 50%
}

.page-header h1 small a,
.page-header h2 small a {
  color: currentColor
}

.page-header h1+ :before {
  display: block;
  content: "";
  background: linear-gradient(to right, #F33F16 0%, #02AFA4 40%, #02AFA4 60%, #6F58DF 100%);
  height: 0.75rem;
  margin: 1.5rem auto;
  max-width: 56.875rem
}

.page-header .btn-group,
.page-header .posts-navigation .nav-links,
.posts-navigation .page-header .nav-links {
  display: block
}

.page-header .btn-group,
.page-header .posts-navigation .nav-links,
.page-header p,
.posts-navigation .page-header .nav-links {
  margin-left: auto;
  margin-right: auto;
  max-width: 65.625rem
}

.page-header .btn-group:last-child,
.page-header .posts-navigation .nav-links:last-child,
.page-header p:last-child,
.posts-navigation .page-header .nav-links:last-child {
  margin-bottom: -2rem !important
}

.page-offer .page-header {
  padding-bottom: 9vmax
}

@media screen and (orientation: portrait) {
  .page-header {
    padding: 14vmin 0
  }
}

.page-header.page-contact,
.page-header.short {
  padding: 9vmax 0
}

@media screen and (orientation: portrait) {

  .page-header.page-contact,
  .page-header.short {
    padding: 9vmin 0
  }
}

.page-header .container> :last-child,
.page-header .modal-lg> :last-child,
.page-header .pop-cover .modal> :last-child,
.pop-cover .page-header .modal> :last-child {
  margin-bottom: 0
}

#axle-checkout .page-header {
  background: linear-gradient(to right, #02AFA4 0%, #02AFA4 30%, #6F58DF 100%);
  color: white;
  text-align: center;
  padding: calc(1.9285714286rem + 5.4285714286vw) 0
}

@media (min-width: 1200px) {
  #axle-checkout .page-header {
    padding: 6rem 0
  }
}

@media (min-width: 900px) {

  .axle-checkout-login .single-studio .page-header .link-create-account,
  .posts-navigation .nav-links .single-studio .page-header a,
  .schedule .schedule-nav .single-studio .page-header a,
  .schedule-full-header .schedule-nav .single-studio .page-header a,
  .single-studio .page-header .axle-checkout-login .link-create-account,
  .single-studio .page-header .btn,
  .single-studio .page-header .posts-navigation .nav-links a,
  .single-studio .page-header .schedule .schedule-nav a,
  .single-studio .page-header .schedule-full-header .schedule-nav a {
    font-size: 1.05rem !important
  }
}

:not(hr):not(.close)+h1,
:not(hr):not(.close)+h2,
:not(hr):not(.close)+h3,
:not(hr):not(.close)+h4 {
  padding-top: 0.75em
}

section {
  position: relative;
  z-index: 1
}

.sidebar {
  margin-top: 2rem
}

@media (min-width: 900px) {

  .container.has-sidebar,
  .has-sidebar.modal-lg,
  .pop-cover .has-sidebar.modal {
    display: flex
  }

  .container.has-sidebar .content,
  .has-sidebar.modal-lg .content,
  .pop-cover .has-sidebar.modal .content {
    flex: 1
  }

  .container.has-sidebar .sidebar,
  .has-sidebar.modal-lg .sidebar,
  .pop-cover .has-sidebar.modal .sidebar {
    flex: 0 0 21.875rem;
    margin-left: 4rem;
    margin-top: 0
  }
}

main {
  min-height: 25rem;
  padding: calc(2.3571428571rem + 8.8571428571vw) 0
}

@media (min-width: 1200px) {
  main {
    padding: 6rem 0
  }
}

main.pad-sm {
  padding: calc(1.7142857143rem + 3.7142857143vw) 0
}

@media (min-width: 1200px) {
  main.pad-sm {
    padding: 4.5rem 0
  }
}

#site-header {
  background: white;
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.03);
  padding: 2rem 0 2rem;
  position: sticky;
  top: 0;
  z-index: 100
}

@media (min-width: 1199px) {
  #site-header #site-nav {
    flex: 1
  }

  #site-header #main-nav {
    display: flex;
    align-items: center;
    flex: 1
  }

  #site-header #main-nav>ul {
    margin-left: auto
  }

  #site-header #account-nav li:not(:last-child) ul:not(.nav-studio-list) {
    left: 50%;
    transform: translateX(-50%)
  }

  #site-header #account-nav li:last-child>ul {
    left: auto;
    transform: none;
    right: 0;
    text-align: center
  }

  #site-header .nav-studio-region {
    text-align: center;
    font-size: 1em !important
  }

  #site-header .nav-studio-region+ul {
    position: static !important;
    display: none;
    margin-bottom: 10px
  }

  #site-header .nav-studio-list {
    text-align: center;
    text-transform: capitalize
  }

  #site-header .nav-studio-list a {
    padding: 3px 0.5rem !important;
    font-weight: 300 !important;
    letter-spacing: 0 !important
  }
}

@media (max-width: 1198px) {
  #site-header #account-nav {
    margin-top: 3rem
  }

  #site-header #account-nav .nav-studio-region+ul {
    display: none;
    margin-bottom: 10px
  }

  #site-header #account-nav .nav-studio-list {
    font-family: "figtree", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    text-transform: capitalize
  }

  #site-header #account-nav .nav-studio-list a {
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    display: block;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-weight: normal;
    color: black
  }

  body #site-nav {
    display: none;
    flex-basis: 100%;
  }

  body.nav-open #site-nav {
    display: block;
  }

  body #site-nav .sub-menu {
    display: none;
  }

  body #site-nav .nav {
    margin: 0 !important;
  }

  body #site-nav .nav>li {
    margin: 0 !important;
    flex-basis: 100%;
    text-align: right;
  }

  body #site-nav .nav>li>a {
    display: inline-block;
  }
}

#site-header #main-nav {
  text-transform: uppercase;
  font-family: Montserrat, "Georgia", "Times", "Times New Roman", serif;
  font-weight: 600
}

@media (min-width: 1199px) {
  #site-header #main-nav {
    margin-left: auto
  }

  #site-header #main-nav .nav {
    align-items: center
  }
}

#site-header .header-logo {
  width: 8rem;
  text-align: center;
  color: #313131;
  text-transform: uppercase;
  font-size: 0.90rem;
  font-family: Montserrat;
  font-weight: 700;
}

#site-footer {
  padding: calc(2.3571428571rem + 8.8571428571vw) 0;
  background: #fff;
  color: #2b2b2b;
  font-size: 0.7rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.07)
}

@media (min-width: 1200px) {
  #site-footer {
    padding: 6rem 0
  }
}

#site-footer h6 {
  letter-spacing: 0.2em;
  text-transform: uppercase
}

#site-footer .footer-links ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0
}

@media (min-width: 600px) {
  #site-footer .footer-links ul {
    display: grid;
    gap: 0.5rem 5rem;
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (min-width: 900px) {

  #site-footer .container,
  #site-footer .modal-lg,
  #site-footer .pop-cover .modal,
  .pop-cover #site-footer .modal {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between
  }

  #site-footer .footer-links,
  #site-footer .footer-social {
    display: flex;
    align-items: flex-start;
    white-space: nowrap
  }
}

#site-footer .footer-social {
  text-align: center
}

@media (min-width: 900px) {
  #site-footer .footer-social {
    justify-content: flex-end
  }
}

#site-footer .social {
  font-size: 1.5rem;
  color: #02AFA4;
  padding: 0.5rem;
  margin: 0.5rem
}

#site-footer .footer-brand {
  flex: 0;
  flex-shrink: 0
}

#site-footer .footer-brand p {
  white-space: nowrap
}

#site-footer .footer-brand img {
  margin-bottom: 1rem
}

#site-footer a {
  color: inherit
}

#site-footer .nav {
  justify-content: center
}

@media (min-width: 900px) {
  #site-footer {
    text-align: left
  }

  #site-footer .nav {
    flex-direction: column;
    align-items: flex-start
  }

  #site-footer .nav a {
    padding-left: 0
  }
}

.nav-tabs,
[class^=axle-checkout-account] [data-tabs] {
  text-transform: uppercase;
  font-weight: 500
}

#form-profile fieldset>.row {
  --gutter: 2rem
}

#form-profile fieldset>.row .row {
  --gutter: 1rem
}

.account-main>h1 {
  margin-bottom: 2rem
}

.bring-friend-fields h4 {
  text-align: center
}

.bring-friend-fields ::-moz-placeholder {
  opacity: 0;
  visibility: hidden
}

.bring-friend-fields ::placeholder {
  opacity: 0;
  visibility: hidden
}

.book-wrap,
.form-login-wrap {
  max-width: 600px
}

.card-class .class-details {
  list-style: none;
  padding-left: 0
}

@media (min-width: 600px) {
  .card-class .class-details {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem
  }
}

.form-login-wrap-v2 {
  padding: calc(1.4285714286rem + 1.4285714286vw) calc(1.4285714286rem + 1.4285714286vw);
  background: #f4f4f4
}

@media (min-width: 1200px) {
  .form-login-wrap-v2 {
    padding: 2.5rem 2.5rem
  }
}

.form-login-wrap-v2 form {
  margin-bottom: 0;
  min-width: 300px
}

.form-login-wrap-v2 .form-footer {
  margin-top: 1rem
}

.form-login-new-account {
  text-align: center
}

.form-login-wrap {
  max-width: 400px;
  padding: calc(1.2857142857rem + 0.2857142857vw) calc(1.3571428571rem + 0.8571428571vw);
  background: #f4f4f4
}

.form-login-wrap h2 {
  text-align: center
}

@media (min-width: 1200px) {
  .form-login-wrap {
    padding: 1.5rem 2rem
  }
}

.form-login-wrap .form-footer {
  text-align: center;
  margin-top: 2rem
}

form .has-error label.error {
  display: none !important
}

form .has-error .checkbox,
form .has-error .radio {
  color: #F33F16 !important
}

.cart-footer .cart-terms .terms-box::-webkit-scrollbar {
  width: 7px;
  height: 7px
}

.cart-footer .cart-terms .terms-box::-webkit-scrollbar-thumb {
  background: #d5d5d5
}

.cart-footer .cart-terms .terms-box::-webkit-scrollbar-track {
  background: #f4f4f4
}

.card-class,
.confirm-heading,
.waitlist-heading {
  text-align: center
}

[class^=axle-checkout-account] [data-tabs] {
  margin-bottom: 2rem
}

@media (max-width: 599px) {
  [class^=axle-checkout-account] [data-tabs]>li {
    flex: 1 0
  }
}

#form-create-account .row {
  --gutter: 2rem
}

.card-appointment .appointment-time {
  font-weight: bold
}

.card-appointment .card-footer {
  background: none;
  border-top: none;
  padding-top: 0;
  padding-bottom: 2rem
}

.form-group.disabled {
  opacity: 0.4
}

#axle-nav {
  background: #f4f4f4;
  font-size: 0.6rem
}

#axle-nav a {
  color: #222;
  padding-left: 0.7em;
  padding-right: 0.7em
}

#axle-nav .nav {
  width: 100%;
  justify-content: center
}

.axle-checkout-start h2 {
  text-align: center;
  margin-bottom: 2rem
}

.axle-checkout-start div+h2 {
  margin-top: 8rem
}

@media (min-width: 600px) {
  .axle-checkout-start h2+div {
    -moz-columns: 4;
         columns: 4;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    -moz-column-rule: none;
         column-rule: none
  }
}

.axle-checkout-start h2+div div {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-bottom: 2rem;
  padding: 1rem 1rem 1rem 1.5rem;
  background: #f4f4f4
}

.axle-checkout-start h2+div h3 {
  margin-bottom: 0
}

.axle-checkout-start h2+div ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 0.9em
}

.axle-checkout-start h2+div a:not(:hover) {
  color: #222;
  opacity: 0.8
}

#nav-account {
  line-height: 2.5
}

#nav-account .nav {
  font-weight: 500
}

#nav-account .nav a {
  color: #a5a5a5
}

#nav-account .nav a:hover {
  color: #02AFA4
}

.confirm-heading {
  margin-bottom: 2rem
}

.card-class {
  background: #f4f4f4;
  border: none
}

.card-class .card-header {
  background: #6F58DF;
  color: white
}

@media print {

  #main-nav,
  #site-footer {
    display: none
  }

  * {
    color: black !important
  }

  .page-header {
    background: none !important;
    padding: 30px 0
  }

  .page-header .bg,
  .page-header .img {
    display: none
  }

  main {
    padding: 30px 0
  }
}

.axle-checkout-login .has-arrow.link-create-account,
.btn.has-arrow,
.posts-navigation .nav-links a.has-arrow,
.schedule .schedule-nav a.has-arrow,
.schedule-full-header .schedule-nav a.has-arrow {
  padding-right: 1em
}

.axle-checkout-login .has-arrow.link-create-account:after,
.btn.has-arrow:after,
.posts-navigation .nav-links a.has-arrow:after,
.schedule .schedule-nav a.has-arrow:after,
.schedule-full-header .schedule-nav a.has-arrow:after {
  width: 1rem;
  height: 1rem;
  margin-left: 0.5rem;
  content: "";
  display: block;
  background: center/16px 16px no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-position: right center !important
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column
}

body .page-header,
body footer,
body header {
  flex: 0
}

body main {
  flex: 1
}

.hide {
  display: none
}

@media (max-width: 600px) {
  .account-main table thead {
    display: none
  }

  .account-main table tr {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem
  }

  .account-main table .tr-actions {
    text-align: left !important;
    grid-column: 1/-1
  }

  .account-main table .tr-actions:before {
    display: none
  }

  .account-main table td {
    display: block;
    border: none !important;
    width: unset;
    padding: 0 !important
  }

  .account-main table td:before {
    content: attr(data-label);
    display: block;
    font-weight: bold;
    font-size: 0.85em
  }

  .account-main table tr+tr {
    border-top: 2px solid #d5d5d5;
    padding-top: 2rem;
    margin-top: 2rem
  }
}

.account-main .no-results {
  text-align: center;
  padding: 2rem
}

.account-main .no-results span {
  display: block
}

.account-main .no-results i {
  color: #02AFA4;
  font-size: 2em !important
}

.card-appointment {
  text-align: center
}

.card-appointment .appointment-details {
  list-style: none;
  padding-left: 0
}

#addeventatc1 {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 0.1em !important;
  box-shadow: none !important;
  padding: 0.7em 1.8em !important;
  line-height: 1.8 !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
       user-select: none !important;
  background-color: #e8e8e8 !important;
  border: solid #e8e8e8 !important;
  border-width: 2px !important;
  font-family: Montserrat, "Georgia", "Times", "Times New Roman", serif !important;
  font-size: 0.9rem !important;
  color: #222 !important;
  cursor: pointer !important;
  text-decoration: none !important;
  position: relative !important;
  background-color: #000 !important;
  border-color: #000 !important;
  color: white !important;
  display: inline-grid;
  gap: 0.5rem;
  font-weight: 500 !important;
  text-transform: uppercase
}

#addeventatc1:active,
#addeventatc1:focus,
#addeventatc1:hover {
  color: #1f1f1f !important;
  background-color: gainsboro !important;
  border-color: gainsboro !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  color: white !important
}

#addeventatc1:before {
  display: none;
  font: normal normal normal 1rem/1;
  font-family: "Font Awesome 5 Solid";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f271";
  margin-right: 0.8em;
  opacity: 0.5
}

#addeventatc1 .addeventatc_icon {
  display: none !important
}

.book-pick-spot {
  text-align: center
}

.book-pick-spot .book-pick-spot-legend {
  margin: -0.5rem 0 2rem
}

.book-pick-spot .book-pick-spot-legend li {
  display: inline-flex;
  align-items: center;
  margin: 0 0.5rem
}

.book-pick-spot .book-pick-spot-legend span {
  margin-right: 0.65em;
  height: 20px;
  width: 20px;
  background: #d5d5d5
}

.book-pick-spot .book-pick-spot-legend span.shape-circle {
  border-radius: 50%;
  background-clip: padding-box;
  transform: scale(1.05)
}

.book-pick-spot .book-pick-spot-legend span.shape-diamond {
  transform: scale(0.85) rotate(45deg)
}

.book-pick-spot .class-front {
  margin-bottom: 1rem
}

.book-pick-spot .class-front svg {
  color: #a5a5a5;
  font-size: 1.5rem
}

.book-pick-spot .class-spots {
  list-style: none;
  padding-left: 0;
  display: inline-grid;
  gap: 0.75rem;
  grid-template-columns: repeat(10, 2.25rem)
}

.book-pick-spot li {
  position: relative;
  height: 2.25rem
}

.book-pick-spot li label {
  height: 2.25rem;
  width: 2.25rem;
  cursor: pointer;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(34, 34, 34, 0.75);
  border: 2px solid #d5d5d5
}

@media (hover: hover) {
  .book-pick-spot li label:hover {
    transform: scale(1.1)
  }
}

.book-pick-spot li[data-shape=circle] label {
  border-radius: 50%;
  background-clip: padding-box
}

.book-pick-spot li[data-shape=diamond] label {
  transform: scale(0.9) rotate(45deg)
}

.book-pick-spot li[data-shape=diamond] label>span {
  transform: scale(1.1) rotate(-45deg)
}

.book-pick-spot input {
  display: none !important;
  opacity: 0
}

.book-pick-spot input:checked+label {
  background: #02AFA4;
  border-color: #02AFA4;
  color: white
}

.book-pick-spot input:disabled+label {
  opacity: 1;
  background: gainsboro;
  border-color: gainsboro;
  cursor: not-allowed;
  color: #a5a5a5
}

.book-options {
  margin-bottom: 3rem
}

.book-options-group {
  margin-bottom: 2rem
}

@media (min-width: 600px) {
  .book-options-group {
    display: flex
  }
  .book-options-heading {
    flex: 0 0 42%;
    text-align: right
  }

  .book-options-choices {
    flex: 0 0 48%;
    padding-top: 4px;
    margin-left: 5%;
    padding-left: 5%;
    border-left: 1px solid #d5d5d5
  }
}

.book-options-selected {
  text-align: center;
  margin-top: 1.5em
}

.table-class-list td {
  vertical-align: middle !important
}

.tr-actions {
  text-align: right
}

.table-cart .cart-item-heading {
  margin-bottom: 0
}

.table-cart td {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  border-bottom: 2px solid #d5d5d5
}

.table-cart td:last-child,
.table-cart th:last-child {
  text-align: right !important
}

.cart-footer {
  padding: 1rem;
  margin-bottom: 2rem
}

@media (min-width: 900px) {
  .cart-footer {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(calc(var(--gutter) / 2) * -1);
    margin-right: calc(calc(var(--gutter) / 2) * -1)
  }

  .cart-footer>div {
    position: relative;
    width: 100%;
    padding-right: calc(var(--gutter) / 2);
    padding-left: calc(var(--gutter) / 2);
    flex: 1;
    flex: 0 0 50%;
    max-width: 50%
  }

  .cart-footer>div[style] {
    flex: 0 0 auto
  }
}

.cart-footer .cart-codes {
  margin-bottom: 2rem
}

.cart-footer .cart-codes h5 {
  margin-bottom: 0.5rem
}

.cart-footer .cart-codes>div {
  max-width: 350px
}

.cart-footer .cart-codes .cart-gift-card {
  margin-top: 2rem
}

.cart-footer .cart-actions {
  text-align: center
}

@media (min-width: 900px) {
  .cart-footer .cart-actions {
    text-align: right
  }
}

.cart-footer .cart-terms {
  margin-bottom: 2rem
}

.cart-footer .cart-terms .terms-box {
  text-align: left;
  border: 1px solid #d5d5d5;
  line-height: 1.3;
  max-height: 150px;
  padding: 0.5rem 1rem;
  overflow-y: auto;
  margin-bottom: 1rem
}

.cart-footer .cart-terms .terms-box :last-child {
  margin-bottom: 0
}

.cart-footer .cart-terms label {
  text-transform: none
}

.cart-price {
  font-weight: bold
}

.cart-price .old-price {
  text-decoration: line-through;
  font-weight: normal;
  color: #F33F16;
  margin-right: 0.25em
}

fieldset+fieldset {
  margin-top: 2rem
}

fieldset+.form-terms {
  margin-top: 2rem
}

.form-login-wrap> :last-child {
  margin-bottom: 0
}

.form-terms {
  border: 1px solid #d5d5d5;
  max-height: 300px;
  padding: 1rem;
  overflow-y: auto
}

.card-class {
  margin-bottom: 2rem
}

.card-class .card-footer {
  text-align: center
}

.card-class .card-footer>* {
  margin-top: 3px;
  margin-bottom: 3px
}

@media (min-width: 600px) {
  .card-class .card-footer {
    justify-content: center;
    display: flex
  }

  .card-class .card-footer .btn-link:first-child,
  .card-class .card-footer .schedule .schedule-nav a:first-child,
  .card-class .card-footer .schedule-full-header .schedule-nav a:first-child,
  .schedule .schedule-nav .card-class .card-footer a:first-child,
  .schedule-full-header .schedule-nav .card-class .card-footer a:first-child {
    padding-left: 0
  }

  .card-class .card-footer .btn-link:last-child,
  .card-class .card-footer .schedule .schedule-nav a:last-child,
  .card-class .card-footer .schedule-full-header .schedule-nav a:last-child,
  .schedule .schedule-nav .card-class .card-footer a:last-child,
  .schedule-full-header .schedule-nav .card-class .card-footer a:last-child {
    padding-right: 0
  }

  .card-class .card-footer * {
    margin: 0
  }

  .card-class .card-footer *+* {
    margin-left: auto
  }

  .form-footer.flex .btn-link:first-child,
  .form-footer.flex .schedule .schedule-nav a:first-child,
  .form-footer.flex .schedule-full-header .schedule-nav a:first-child,
  .schedule .schedule-nav .form-footer.flex a:first-child,
  .schedule-full-header .schedule-nav .form-footer.flex a:first-child {
    padding-left: 0
  }

  .form-footer.flex .btn-link:last-child,
  .form-footer.flex .schedule .schedule-nav a:last-child,
  .form-footer.flex .schedule-full-header .schedule-nav a:last-child,
  .schedule .schedule-nav .form-footer.flex a:last-child,
  .schedule-full-header .schedule-nav .form-footer.flex a:last-child {
    padding-right: 0
  }
}

.form-links {
  text-align: center
}

.form-links>a {
  display: inline-block;
  padding: 0.1em;
  margin: 0.1em 0.65em
}

section {
  position: relative;
  z-index: 1
}

@media (min-width: 900px) {

  .pop-cover main>.modal:first-child:after,
  main>.container:first-child:after,
  main>.modal-lg:first-child:after {
    clear: both;
    content: "";
    display: block
  }

  .account-main {
    width: 75%;
    float: right
  }

  .account-secondary {
    width: 20%;
    float: left
  }
}

main {
  min-height: 20rem;
  padding: calc(2.3571428571rem + 8.8571428571vw) 0
}

@media (min-width: 1200px) {
  main {
    padding: 6rem 0
  }
}

.schedule-filters {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 20;
  margin-bottom: 3rem;
  justify-content: center;
  align-items: center
}

@media (max-width: 599px) {
  .schedule-filters #clear-filters {
    margin-right: 0 !important
  }
}

.schedule-filters #clear-filters {
  width: 3rem;
  padding-left: 0;
  padding-right: 0;
  margin-right: -3rem
}

.schedule-filters .filter {
  margin: 0.5rem
}

.schedule-filters .dropdown-content {
  overflow-y: auto;
  max-height: 50vh
}

.schedule-filters .dropdown-content label+.dropdown-heading {
  margin-top: 0.75rem
}

.schedule-filters .dropdown-content label:first-child {
  margin-top: 0.5rem
}

.schedule-filters .dropdown-content label:last-child {
  margin-bottom: 0.5rem
}

.schedule-filters .dropdown-content * {
  font-size: 0.85rem
}

.schedule-full-header {
  text-align: center;
  position: relative;
  margin-bottom: 2rem
}

.schedule-full-header .schedule-nav {
  top: 0;
  position: absolute;
  height: 100%;
  z-index: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end
}

.schedule-full-header .schedule-nav a {
  font-size: 1.25em
}

.schedule-full-header .schedule-nav .schedule-prev {
  margin-right: auto
}

.schedule-full-header h4 {
  padding: 0 3rem
}

.schedule {
  position: relative
}

.schedule .schedule-nav {
  width: 100%
}

@media (max-width: 899px) {
  .schedule .schedule-nav {
    display: flex;
    justify-content: center
  }
}

@media (min-width: 900px) {
  .schedule .schedule-nav {
    position: absolute;
    top: 1rem
  }
}

.schedule .schedule-nav a {
  font-size: 1.25em
}

@media (min-width: 900px) {
  .schedule .schedule-nav a {
    position: absolute;
    top: 0;
    right: 100%
  }

  .schedule .schedule-nav a.schedule-next {
    right: unset;
    left: 100%
  }
}

.schedule-nav-days {
  list-style: none;
  padding-left: 0;
  text-align: center;
  display: flex;
  overflow-x: auto;
  overflow-y: visible;
  white-space: nowrap;
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 1rem;
  border-bottom: 1px solid #d5d5d5
}

.schedule-nav-days>li {
  flex: 1 0
}

.schedule-nav-days>li+li {
  border-left: 1px solid #d5d5d5
}

.schedule-nav-days a {
  text-decoration: none;
  display: block;
  outline: none;
  padding: 1rem 0.5rem;
  background: transparent;
  color: #222;
  font-size: 0.85em
}

@media (max-width: 600px) {
  .schedule-nav-days a {
    min-width: 100px
  }
}

.schedule-nav-days a[aria-selected=true] {
  background: #f4f4f4;
  color: #222
}

.schedule-nav-days strong {
  font-size: 1.1rem;
  display: block
}

.schedule .classes {
  list-style: none;
  padding-left: 0
}

.schedule .classes .no-classes {
  padding: calc(1.5rem + 2vw) 1rem;
  text-align: center;
  font-size: 1.1em
}

@media (min-width: 1200px) {
  .schedule .classes .no-classes {
    padding: 3rem 1rem
  }
}

.schedule .classes .no-classes svg {
  font-size: 2.5rem !important;
  display: block;
  margin: 0 auto 1rem
}

.schedule .classes .class {
  position: relative
}

.schedule .classes .class>* {
  position: relative;
  z-index: 1
}

.schedule .classes .class-highlight {
  background: #ebf9f8
}

.schedule .classes .class-booked {
  background: #c0ebe8
}

.schedule .classes .class-disabled:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: #fff;
  opacity: 0.75;
  z-index: 10
}

.schedule .classes .class-disabled * {
  pointer-events: none
}

.schedule .classes .class-full:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3Cpattern%20id%3D%22a%22%20patternUnits%3D%22userSpaceOnUse%22%20width%3D%225%22%20height%3D%225%22%20patternTransform%3D%22rotate(45)%22%3E%3Cpath%20stroke%3D%22%23000%22%20d%3D%22M1%200v5%22%2F%3E%3C%2Fpattern%3E%3C%2Fdefs%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22url(%23a)%22%2F%3E%3C%2Fsvg%3E");
  opacity: 0.1
}

.schedule .classes .class-past:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: #d5d5d5;
  opacity: 0.6;
  z-index: 10
}

.schedule .classes .class-past .class-cta {
  display: none !important
}

.schedule:not(.schedule-grid) .classes .class {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: calc(1.3571428571rem + 0.8571428571vw) 1rem
}

@media (max-width: 900px) {
  .schedule:not(.schedule-grid) .classes .class {
    flex-direction: column
  }
}

@media (min-width: 1200px) {
  .schedule:not(.schedule-grid) .classes .class {
    padding: 2rem 1rem
  }
}

.schedule:not(.schedule-grid) .classes .class:not(:last-child) {
  border-bottom: 1px solid #d5d5d5
}

.schedule:not(.schedule-grid) .classes .class-descr {
  flex: 0 0 100%;
  width: 100%;
  display: none;
  padding-top: 1.25rem;
  font-size: 0.85em
}

.schedule:not(.schedule-grid) .classes .class-descr :last-child {
  margin-bottom: 0
}

.schedule:not(.schedule-grid) .classes .class-status {
  font-size: 0.7em
}

@media (min-width: 900px) {
  .schedule:not(.schedule-grid) .classes .class-status {
    margin-left: auto
  }
}

.schedule:not(.schedule-grid) .classes .class-cta {
  margin-top: 1rem
}

@media (min-width: 900px) {
  .schedule:not(.schedule-grid) .classes .class-cta {
    margin-top: 0;
    margin-left: 1.5rem
  }
}

.schedule:not(.schedule-grid) .classes .class-name {
  margin-bottom: 0;
  text-align: center;
  display: block;
  cursor: pointer
}

@media (min-width: 900px) {
  .schedule:not(.schedule-grid) .classes .class-name {
    margin-right: 2rem;
    position: relative;
    top: -0.075em;
    flex-basis: 35%;
    text-align: left
  }
}

.schedule:not(.schedule-grid) .classes .class-name svg {
  color: #222;
  position: relative;
  top: -2px;
  font-size: 0.75rem;
  margin-left: 5px;
  opacity: 0.5
}

.schedule:not(.schedule-grid) .classes .class-name:hover svg {
  opacity: 1
}

.schedule:not(.schedule-grid) .classes .class-time {
  margin-right: 1rem;
  flex-basis: 25%
}

.schedule:not(.schedule-grid) .classes .class-time .class-duration {
  white-space: nowrap
}

.schedule-grid {
  max-width: 1600px
}

.schedule-grid .schedule-nav {
  top: 0.5rem
}

.schedule-grid .schedule-day-header {
  background: #02AFA4;
  color: white;
  padding: 0.75em 0.5em;
  font-weight: normal;
  text-align: center;
  z-index: 15;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  position: sticky;
  top: 0
}

.schedule-grid .schedule-day-header * {
  margin-bottom: 0
}

.schedule-grid .schedule-day-header h3 {
  font-size: 1rem;
  color: currentColor;
  line-height: unset
}

.schedule-grid .schedule-day-header strong {
  font-weight: normal;
  display: block;
  font-size: 0.8em
}

@media (min-width: 900px) {
  .schedule-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0
  }
}

.schedule-grid .class {
  padding: 0.75rem 1rem;
  font-size: 0.85em
}

.schedule-grid .class:not(:first-child) {
  border-top: 1px solid #d5d5d5
}

@media (min-width: 900px) {
  .schedule-grid .class {
    border: 1px solid #d5d5d5;
    margin: -1px 0 0 0
  }
}

.schedule-grid .class :not(.btn) {
  margin-bottom: 0.5em
}

.schedule-grid .class :not(.btn):last-child {
  margin-bottom: 0
}

.schedule-grid .class-name {
  position: relative;
  padding-right: 1rem !important
}

.schedule-grid .class-name .tip {
  position: absolute;
  top: 3px;
  right: 0;
  font-size: 0.75em;
  opacity: 0.5;
  color: #222
}

.schedule-grid .class-name .tip:hover {
  opacity: 1
}

@media (min-width: 900px) {
  .schedule-grid .class-name {
    font-size: 1.1em;
    font-weight: bold !important
  }
}

.schedule-grid .class-cta {
  margin-top: 1em
}

@media (hover: hover) {
  .schedule-grid .class-cta {
    opacity: 0
  }
  .schedule-grid .class:hover .class-cta {
    opacity: 1
  }
}

.schedule-grid .schedule-day {
  position: relative;
  margin-left: -1px
}

.pricing-group .pricing-packages {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(calc(var(--gutter) / 2) * -1);
  margin-right: calc(calc(var(--gutter) / 2) * -1);
  justify-content: center
}

.pricing-group .pricing-packages>li {
  position: relative;
  width: 100%;
  padding-right: calc(var(--gutter) / 2);
  padding-left: calc(var(--gutter) / 2);
  flex: 1;
  margin-bottom: 1rem;
  flex: 0 0 100%;
  max-width: 100%
}

.pricing-group .pricing-packages>li[style] {
  flex: 0 0 auto
}

.pricing-group .pricing-option-discl {
  line-height: 1.4;
  opacity: 0.75
}

.modal-prompt .modal-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0
}

.axle-checkout-login .modal-prompt .modal-footer .link-create-account,
.modal-prompt .modal-footer .axle-checkout-login .link-create-account,
.modal-prompt .modal-footer .btn,
.modal-prompt .modal-footer .posts-navigation .nav-links a,
.modal-prompt .modal-footer .schedule .schedule-nav a,
.modal-prompt .modal-footer .schedule-full-header .schedule-nav a,
.posts-navigation .nav-links .modal-prompt .modal-footer a,
.schedule .schedule-nav .modal-prompt .modal-footer a,
.schedule-full-header .schedule-nav .modal-prompt .modal-footer a {
  margin: 5px 10px
}

.modal-footer {
  padding-top: 0
}

.schedule-grid .class {
  line-height: 1.2
}

.schedule-grid .class-status {
  color: #F33F16
}

.schedule-full .schedule-day+.schedule-day {
  margin-top: calc(2.3571428571rem + 8.8571428571vw)
}

@media (min-width: 1200px) {
  .schedule-full .schedule-day+.schedule-day {
    margin-top: 9rem
  }
}

.schedule-full h3 {
  text-align: center
}

.alert.has-icon,
.wpcf7 .has-icon.wpcf7-response-output {
  display: flex;
  align-items: center
}

.alert.has-icon.tc,
.wpcf7 .has-icon.tc.wpcf7-response-output {
  justify-content: center;
  text-align: left
}

@media (max-width: 599px) {

  .alert.has-icon.tc,
  .wpcf7 .has-icon.tc.wpcf7-response-output {
    flex-direction: column;
    text-align: center
  }

  .alert.has-icon.tc .alert-icon,
  .wpcf7 .has-icon.tc.wpcf7-response-output .alert-icon {
    margin: 0 0 0.5rem 0
  }
}

.alert.has-icon .alert-icon,
.wpcf7 .has-icon.wpcf7-response-output .alert-icon {
  font-size: 2em;
  margin-right: 1rem
}

@media (min-width: 600px) {

  .alert.has-icon .alert-icon,
  .wpcf7 .has-icon.wpcf7-response-output .alert-icon {
    margin-bottom: 0
  }
}

.pricing-group .pricing-packages {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(calc(var(--gutter) / 2) * -1);
  margin-right: calc(calc(var(--gutter) / 2) * -1);
  justify-content: center
}

.pricing-group .pricing-packages>li {
  position: relative;
  width: 100%;
  padding-right: calc(var(--gutter) / 2);
  padding-left: calc(var(--gutter) / 2);
  flex: 1;
  margin-bottom: 2rem;
  flex: 0 0 100%;
  max-width: 100%
}

.pricing-group .pricing-packages>li[style] {
  flex: 0 0 auto
}

.pricing-group .pricing-heading {
  max-width: 65.625rem;
  text-align: center;
  margin-bottom: calc(1.6428571429rem + 3.1428571429vw)
}

@media (min-width: 1200px) {
  .pricing-group .pricing-heading {
    margin-bottom: 4rem
  }
}

.pricing-group+.pricing-group {
  margin-top: calc(2.0714285714rem + 6.5714285714vw)
}

@media (min-width: 1200px) {
  .pricing-group+.pricing-group {
    margin-top: 7rem
  }
}

.pricing-group .pricing-packages {
  --gutter: 2rem;
  align-items: stretch
}

@media (min-width: 600px) {
  .pricing-group .pricing-packages>li {
    flex: 0 0 50%;
    max-width: 50%
  }
}

@media (min-width: 900px) {
  .pricing-group .pricing-packages>li {
    flex: 0 0 25%;
    max-width: 25%
  }
}

.pricing-group .pricing-option {
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: 2rem;
  padding: 1.75rem;
  background: #f4f4f4;

  /* &.highlighted {
    background: linear-gradient(to bottom, #02AFA4 0%, #02AFA4 30%, #6F58DF 100%);
  } */
}

.pricing-group .pricing-option.highlighted,
.studio-promo-box {
  background: linear-gradient(270deg, #02afa4, #02afa4, #6f58df);
  background-size: 600% 600%;
  animation: BoxAnimation 20s ease infinite;
}

@keyframes BoxAnimation {
  0% {
    background-position: 0% 50%
  }

  30% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 50%
  }
}

.pricing-group .pricing-option-title {
  margin-bottom: 0;
  text-transform: uppercase
}

.pricing-group .pricing-option-footer {
  margin-top: auto
}

.pricing-group .pricing-option-footer :last-child {
  margin-bottom: 0
}

.pricing-group .pricing-option .pricing-option-banner {
  margin: -1.75rem -1.75rem 0.75em;
  padding: 0.5em;
  background: #6F58DF;
  color: white;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
  align-self: stretch
}

.pricing-group .pricing-option.featured {
  background: #e6f7f6
}

#mc_embed_signup_scroll {
  >* {
    margin-bottom: 1.1rem;
  }
}

.mailing {
  background: linear-gradient(230deg, #02afa4, #02afa4, #6f58df);
  background-size: 600% 600%;
  animation: BoxAnimation 20s ease infinite;
}
