:root {
  --belay-blue: #800;
  --belay-blue-75: #516779;
  --ascend-orange: #d0921a;
  --pure-white: white;
  --chalk-dust: #f4fafe;
  --belay-blue-15: #d4d9dc;
  --cloud: #daedfc;
  --biege: #f7f6f0;
  --blue-smoke\<deleted\|variable-58eba10c-6505-2348-7026-ea349de7cd32\>: #eff3f4;
  --ldm-gold: #d0921a;
  --black: black;
  --pure-white-70: #ffffffb3;
  --crux-midnight: #0f1a23;
  --dark-red: #800;
  --radius: 7.5rem;
  --radius-mobile: 2.5rem;
  --elements-webflow-library--neutral--200: transparent;
  --anchor-blue: #427aa6;
  --platinum: #e5e4e2;
  --gold: gold;
  --sliver: silver;
  --bronze: #cd7f32;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--neutral--400: #dcddeb;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --conversion-flow-library--medium-purple: #b16cea;
  --conversion-flow-library--coral: #ff8a56;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--primary-base: #642eff;
  --flowui-component-library--grey-600: #393b6a;
  --flowui-component-library--white: white;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--grey-300: #e4e6f1;
  --conversion-flow-library--light-coral: #ff5e69;
  --conversion-flow-library--sandy-brown: #ffa84b;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray700: #344054;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--primary300: #d6bbfb;
  --untitled-ui--primary25: #fcfaff;
  --untitled-ui--primary500: #9e77ed;
  --untitled-ui--primary50: #f9f5ff;
  --untitled-ui--primary700: #6941c6;
  --flowui-component-library--gray-500: #6b7094;
  --untitled-ui--white: white;
  --untitled-ui--gray900: #101828;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--primary800: #53389e;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray50: #f9fafb;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--gray100: #f2f4f7;
  --elements-webflow-library--general--shadow-03: #14142b1a;
  --elements-webflow-library--neutral--500: #a0a3bd;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

html, body {
  overflow-x: hidden;
}

body {
  color: var(--belay-blue);
  background-color: #800;
  font-family: Outfit, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.15;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Anton, sans-serif;
  font-size: 5.25rem;
  font-weight: 400;
  line-height: 1.15;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Anton, sans-serif;
  font-size: 4.75rem;
  font-weight: 400;
  line-height: 1.15;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Anton, sans-serif;
  font-size: 4.25rem;
  font-weight: 400;
  line-height: 1.15;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Anton, sans-serif;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 1.15;
}

h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Anton, sans-serif;
  font-size: 3.25rem;
  font-weight: 400;
  line-height: 1.15;
}

h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Anton, sans-serif;
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 1.15;
}

p {
  box-sizing: border-box;
  color: var(--belay-blue-75);
  margin-bottom: 1.5rem;
  font-family: Outfit, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.8;
}

a {
  color: var(--belay-blue);
  text-decoration: underline;
  transition: color .4s cubic-bezier(.23, 1, .32, 1);
}

a:hover {
  color: var(--belay-blue-75);
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

ol {
  color: var(--belay-blue-75);
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  color: var(--belay-blue-75);
  margin-bottom: .5rem;
  font-size: 1.125rem;
  line-height: 1.6;
}

img {
  object-fit: cover;
  width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 300;
  display: block;
}

strong {
  font-size: 1.3rem;
  font-weight: 600;
}

blockquote {
  border-left: .188rem solid var(--ascend-orange);
  background-color: var(--belay-blue-75);
  color: var(--pure-white);
  margin-bottom: 1rem;
  padding: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.8;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: 0;
  padding: .75rem 1rem;
}

.select-input {
  border-style: solid;
  border-width: 1px;
  border-color: var(--chalk-dust) var(--chalk-dust) var(--belay-blue);
  background-color: var(--chalk-dust);
  color: var(--belay-blue);
  border-radius: 0;
  height: 4rem;
  min-height: 4rem;
  margin-bottom: 2rem;
  padding: .5rem 0;
  font-size: 1.125rem;
  transition: background-color .4s, border-color .4s;
}

.select-input:hover {
  border-bottom-color: var(--ascend-orange);
}

.select-input:focus {
  border-color: var(--chalk-dust) var(--chalk-dust) var(--ascend-orange);
}

.select-input::placeholder {
  color: #1b1e25b3;
}

._4-column-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.radio-label {
  margin-bottom: 0;
  margin-left: .5rem;
}

.horizontal-rule {
  background-color: var(--belay-blue-15);
  width: 100%;
  height: .063rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.form-block {
  flex-direction: column;
  width: 100%;
  margin-bottom: 0;
}

.container-xsmall {
  width: 90%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.style-guide-subwrap {
  margin-top: 5rem;
}

.visual-container-example {
  background-color: var(--cloud);
  text-align: center;
  border: 1px solid #33302d1a;
  justify-content: center;
  align-items: center;
  min-height: 4rem;
  margin-bottom: 1.5rem;
  padding-top: 1.125rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

._2-column-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.mg-left-0 {
  margin-left: 0;
}

.load-in-wrapper {
  background-color: var(--belay-blue);
}

.form-success-message {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.4;
}

.section-pd-top {
  padding-top: 7.5rem;
  position: relative;
}

.swatch-hex-code {
  font-size: 1rem;
}

.sg-grid-3col {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.checkbox-label {
  margin-bottom: 0;
  margin-left: .5rem;
}

.component-card-top {
  background-color: var(--pure-white);
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 7.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.container-medium {
  width: 90%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.container-medium.z-index-1 {
  z-index: 1;
  position: relative;
}

.h2-style {
  color: var(--belay-blue);
  text-align: center;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Anton, sans-serif;
  font-size: 4.75rem;
  font-weight: 400;
  line-height: 1.15;
}

.style-guide-header {
  border-left: .188rem solid var(--ascend-orange);
  background-color: var(--biege);
  opacity: 1;
  padding: 1.5rem;
}

.swatch-text-example {
  font-size: 2rem;
  font-weight: 400;
}

.swatch-text-example.secondary-font {
  font-family: Anton, sans-serif;
}

.hidden-anchor {
  z-index: -1;
  align-items: baseline;
  width: 100%;
  height: 100%;
  margin-top: -4.188rem;
  position: absolute;
  inset: 0% 0% auto;
}

.form-success-block {
  background-color: #f9f9f800;
  padding: 0;
}

.section-pd {
  color: var(--belay-blue);
  background-color: #f7f6f0;
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
}

.section-pd.about-section {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.section-pd.position-relative {
  display: block;
}

.section-pd.no-overflow {
  overflow: visible;
}

.class-flex-wrapper {
  display: flex;
}

.text-input {
  border-style: solid;
  border-width: 1px;
  border-color: var(--chalk-dust) var(--chalk-dust) var(--belay-blue);
  color: var(--belay-blue);
  background-color: #0000;
  border-radius: 0;
  height: 4rem;
  min-height: 4rem;
  margin-bottom: 2rem;
  padding: .5rem 0;
  font-size: 1.125rem;
  transition: background-color .4s, border-color .4s;
}

.text-input:hover {
  border-bottom-color: var(--ascend-orange);
}

.text-input:focus {
  border-color: var(--chalk-dust) var(--chalk-dust) var(--ascend-orange);
}

.text-input::placeholder {
  color: var(--belay-blue-75);
}

.mg-left-1-5rem {
  margin-left: 1.5rem;
}

.mg-top-1-5rem {
  margin-top: 1.5rem;
}

.mg-right-1-5rem {
  margin-right: 1.5rem;
}

.style-guide-text {
  color: var(--belay-blue);
  font-size: 1.5rem;
}

.radio-button {
  border-width: .063rem;
  border-color: var(--belay-blue-75);
  background-color: var(--chalk-dust);
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: 0;
}

.radio-button:hover {
  border-color: var(--ascend-orange);
}

.radio-button.w--redirected-checked {
  border-width: .25rem;
  border-color: var(--blue-smoke\<deleted\|variable-58eba10c-6505-2348-7026-ea349de7cd32\>);
  background-color: var(--ascend-orange);
  outline-color: var(--ascend-orange);
  outline-offset: 0px;
  outline-width: .063rem;
  outline-style: solid;
}

.radio-button.w--redirected-focus {
  border-width: .063rem;
  border-color: var(--ascend-orange);
  box-shadow: none;
}

.mg-left-1rem {
  margin-left: 1rem;
}

.mg-right-1rem {
  margin-right: 1rem;
}

.sg-spacer-block {
  margin-bottom: 3.5rem;
}

.tab {
  color: var(--belay-blue-75);
  background-color: #f4fafe00;
  padding: 0 0 2rem;
  font-size: 1.5rem;
  transition: color .4s cubic-bezier(.23, 1, .32, 1);
}

.tab:hover {
  color: var(--belay-blue);
}

.tab.w--current {
  border-bottom: 1px solid var(--ascend-orange);
  color: var(--belay-blue);
  background-color: #fff0;
  border-radius: .063rem;
}

.h6-style {
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 1.15;
}

.swatch-details-wrapper {
  margin-bottom: 1.5rem;
}

._3-column-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-area {
  border-style: solid;
  border-width: 1px;
  border-color: var(--chalk-dust) var(--chalk-dust) var(--belay-blue);
  color: var(--belay-blue);
  background-color: #0000;
  border-radius: 0;
  height: 8rem;
  min-height: 8rem;
  margin-bottom: 2rem;
  padding-bottom: .5rem;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.125rem;
  transition: background-color .4s, border-color .4s;
}

.text-area:hover {
  border-bottom-color: var(--ascend-orange);
}

.text-area:focus {
  border-color: var(--chalk-dust) var(--chalk-dust) var(--ascend-orange);
}

.text-area::placeholder {
  color: var(--belay-blue-75);
}

.radio-field, .checkbox-wrapper {
  align-items: center;
  margin-bottom: 1rem;
  padding-left: 0;
  display: inline-block;
}

.mg-bottom-1-5rem {
  margin-bottom: 1.5rem;
}

.form-error-message {
  color: #b64040;
  background-color: #ffe5e5;
  margin-top: 1.25rem;
  padding: 1rem;
}

.container-small {
  width: 90%;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.h3-style {
  color: var(--ldm-gold);
  text-align: center;
  -webkit-text-stroke-width: .1px;
  -webkit-text-stroke-color: var(--black);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Anton, sans-serif;
  font-size: 2.3rem;
}

.mg-top-1rem {
  margin-top: 1rem;
}

.secondary-class-label {
  color: #fff;
  background-color: #d13591;
  border-radius: 3px;
  align-self: flex-start;
  margin-right: .5rem;
  padding: .25rem .5rem;
  font-family: Inconsolata, monospace;
  font-size: .875rem;
  line-height: 1rem;
  display: inline-block;
}

.anchor-wrapper {
  position: relative;
}

.card-spacing-details {
  background-color: #fffefe;
  border: 1px solid #33302d1a;
  height: 100%;
  padding: 1.5rem;
}

.font-details {
  font-size: 1rem;
  line-height: 1.5rem;
}

.h4-style {
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 1.15;
}

.mg-bottom-0 {
  color: var(--belay-blue);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 0;
}

.h5-style {
  font-size: 3.25rem;
  font-weight: 400;
  line-height: 1.15;
}

.h1-style {
  font-size: 5.25rem;
  font-weight: 400;
  line-height: 1.15;
}

.spacing-example-image {
  background-image: url('../images/bg-margin.svg');
  background-position: 0 0;
}

.rich-editor img {
  border-radius: 1rem;
}

.primary-class-label {
  color: #fff;
  background-color: #2d74de;
  border-radius: .188rem;
  align-self: flex-start;
  margin-right: .5rem;
  padding: .25rem .5rem;
  font-family: Inconsolata, monospace;
  font-size: .875rem;
  line-height: 1rem;
  display: inline-block;
}

.mg-right-0 {
  margin-right: 0;
}

.swatch-title {
  margin-bottom: .5rem;
  font-size: 1.25rem;
}

.style-details {
  border-top: .063rem solid var(--belay-blue-15);
  background-color: #fffefe;
  padding: 1.5rem;
}

.form {
  flex-direction: column;
}

.style-card-top {
  justify-content: center;
  align-items: center;
  min-height: 7.5rem;
  display: flex;
}

.example-grid-wrapper {
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.checkbox {
  border-width: .063rem;
  border-color: var(--belay-blue-75);
  background-color: var(--chalk-dust);
  border-radius: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: 0;
}

.checkbox:hover {
  border-color: var(--ascend-orange);
}

.checkbox.w--redirected-checked {
  border-color: var(--ascend-orange);
  background-color: var(--ascend-orange);
  background-image: url('../images/checkmark-pure-white.svg');
  background-size: 1rem;
}

.checkbox.w--redirected-focus {
  border-width: .063rem;
  border-color: var(--ascend-orange);
  box-shadow: none;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: 0;
}

.pd-bottom-0 {
  padding-bottom: 0;
}

.sg-card {
  border-style: solid;
  border-width: 1px;
  border-color: var(--belay-blue-15) #33302d1a #33302d1a;
  border-radius: .255rem;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.mg-bottom-1rem {
  margin-bottom: 1rem;
}

.menu-button.w--open {
  background-color: #0000;
}

.site-max-width {
  object-fit: fill;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.site-max-width.about {
  display: none;
}

.accordion-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 480px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.accordion-item-wrapper {
  grid-column-gap: 1.5rem;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: .5rem;
  transition: transform .3s;
  position: relative;
}

.accordion-title {
  text-transform: none;
  width: 100%;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.mg-bottom-5rem {
  margin-bottom: .5rem;
}

.card {
  color: var(--belay-blue);
  border-radius: 1rem;
  flex-flow: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: minmax(auto, auto);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: stretch stretch;
  width: 100%;
  text-decoration: none;
  transition: color .4s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  position: relative;
}

.card-magnetic-button {
  background-color: var(--belay-blue);
  color: var(--pure-white);
  text-align: center;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  width: 8.5rem;
  height: 8.5rem;
  padding: .5rem;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 68px #3e44571a;
}

.quote-author-image {
  aspect-ratio: 1;
  border-radius: 10rem;
  max-width: 3rem;
  margin-right: 1rem;
}

.copywrite-text {
  color: var(--chalk-dust);
  text-align: right;
  margin-top: 12.5rem;
  font-size: .875rem;
  line-height: 1.6;
}

.magnetic-button-wrapper {
  padding: 4rem;
}

.tabs-menu {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border-bottom: .0063rem solid var(--belay-blue-15);
  grid-template-rows: 1fr;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  place-items: flex-start stretch;
  display: flex;
}

.container-large {
  padding-left: 5%;
  padding-right: 5%;
}

.container-large.z-index-10 {
  z-index: 10;
  position: relative;
}

.grid-spacer {
  margin-top: 2rem;
}

.bg-pure-white {
  background-color: var(--pure-white);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  min-height: 37.5rem;
  padding: 7.5rem 5%;
  display: flex;
}

.utility-page-content {
  flex-direction: column;
  width: 100%;
  max-width: 35rem;
  display: flex;
}

.utility-page-content.align-center {
  justify-content: flex-start;
  align-items: center;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

._404-message-text {
  color: var(--belay-blue-75);
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.4;
}

.mg-top-0 {
  margin-top: 0;
}

.pd-top-0 {
  padding-top: 0;
}

.pd-top-1rem {
  padding-top: 1rem;
}

.pd-top-1-5rem {
  padding-top: 1.5rem;
}

.pd-bottom-1rem {
  padding-bottom: 1rem;
}

.pd-bottom-1-5rem {
  padding-bottom: 1.5rem;
}

.pd-left-1rem {
  padding-left: 1rem;
}

.pd-left-1-5rem {
  padding-left: 1.5rem;
}

.pd-right-0 {
  padding-right: 0;
}

.pd-right-1rem {
  padding-right: 1rem;
}

.pd-right-1-5rem {
  padding-right: 1.5rem;
}

.email-success-icon {
  max-width: 4rem;
}

.hero-image-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.track {
  height: 300vw;
}

.social-icons-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-top: 5rem;
  display: flex;
}

.social-icon-link {
  aspect-ratio: 1;
  border: .063rem solid var(--pure-white);
  color: var(--pure-white);
  text-transform: uppercase;
  background-color: #ffffff1a;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  min-width: 2.5rem;
  text-decoration: none;
  transition: background-color .4s cubic-bezier(.23, 1, .32, 1), color .4s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.social-icon-link:hover {
  color: var(--pure-white);
  background-color: #ffffff4d;
}

.nav-link-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.15;
  display: flex;
  position: relative;
}

.nav-link-wrapper:hover {
  color: var(--chalk-dust);
}

.hero-wrapper {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
  position: relative;
  overflow: hidden;
}

.vertical-grid-spacing {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.eyebrow-heading {
  color: var(--belay-blue-75);
  margin-bottom: 1rem;
  font-family: Outfit, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  display: inline-flex;
}

.height-100 {
  object-position: 50% 0%;
  height: 100%;
}

.card-2 {
  color: #1c1f1d;
  flex-flow: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: minmax(auto, auto);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: stretch stretch;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: color .4s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.quote-author-details {
  justify-content: flex-start;
  align-items: center;
  margin-top: 3rem;
  display: flex;
}

.copywrite-links {
  color: var(--pure-white);
}

.copywrite-links:hover {
  color: var(--pure-white-70);
}

.bg-belay-blue {
  background-color: var(--belay-blue);
}

.bg-cloud {
  background-color: var(--cloud);
}

.mobile-menu-slideout {
  z-index: 9999;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
}

.mobile-menu-button {
  padding: 0;
}

.mobile-menu-button.w--open {
  background-color: #0000;
}

.nav-menu {
  z-index: 100000;
}

.nav-slideout-grid {
  grid-template-rows: auto auto;
  grid-template-columns: 40% 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.burger-line {
  width: 100%;
  height: 1px;
}

.burger-line.bottom-line {
  margin-top: 6px;
}

.hamburger-lines {
  z-index: 999;
  width: 24px;
}

.mobile-navigation {
  display: none;
}

.text-purewhite {
  color: var(--pure-white);
}

.text-purewhite-70 {
  color: var(--pure-white-70);
}

.text-purewhite-70.mg-bottom-0 {
  text-align: left;
}

.desktop-hero-image {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
}

.desktop-nav {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: .95;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--dark-red);
  background-color: #800;
  background-image: linear-gradient(45deg, #800 26%, #310600b5);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center start;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2.5rem;
  display: flex;
  position: sticky;
  top: 0;
}

.hero-text-wrapper {
  z-index: 1;
  aspect-ratio: 16 / 9;
  background-image: linear-gradient(0deg, #3e4457, #3e4457b3 25%, #3e445700 50%);
  grid-template: "Area"
  / 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding-top: 20rem;
  padding-bottom: 5rem;
  display: grid;
  position: relative;
  inset: auto 0% 0%;
}

.hero-text-wrapper:where(.w-variant-323e63cf-a279-cbd1-293c-72c7f3c8679a), .hero-text-wrapper.anamorphic-ratio {
  aspect-ratio: 2.39;
}

.hero-content-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(1rem, 50rem) minmax(auto, 20rem);
  justify-content: space-between;
  place-items: start;
  display: grid;
}

.hero-title-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50rem;
  display: flex;
}

.callout-card {
  border-radius: 2.5rem;
  position: relative;
  overflow: hidden;
}

.callout-image {
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.callout-grid-rows {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.callout-grid-rows.align-right {
  text-align: right;
  place-items: start end;
}

.callout-grid {
  grid-column-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.callout-icon-wrapper {
  aspect-ratio: 1;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  min-width: 7.5rem;
  max-width: 7.5rem;
  display: flex;
}

.callout-icon-wrapper.bg-belay-blue, .callout-icon-wrapper.bg-belay-blue-75, .callout-icon-wrapper.bg-crux-midnight, .callout-icon-wrapper.bg-anchor-blue {
  min-width: 6rem;
  max-width: 6rem;
}

.callout-icon {
  width: auto;
  max-height: 2rem;
}

.callout-header {
  color: var(--dark-red);
  text-align: left;
  margin-bottom: 1rem;
  font-size: 1.75rem;
}

.hero-paragraph {
  transform: scale3d(1none, 1none, 1none);
  color: var(--pure-white);
  text-align: right;
  text-transform: none;
  transform-style: preserve-3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 400;
  text-decoration: none;
}

.featured-image {
  z-index: 1;
  aspect-ratio: 4 / 5;
  object-position: 100% 50%;
  border-bottom-right-radius: 7.5rem;
  border-bottom-left-radius: 7.5rem;
  height: 100%;
  position: relative;
}

.featured-callout-paragraph {
  color: var(--pure-white);
  margin-top: 2.5rem;
  font-size: 1.25rem;
}

.flex-text-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  margin-bottom: 10rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.section-50-50-grid {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.featured-section-bg {
  background-color: var(--belay-blue);
  background-image: linear-gradient(#254157f2, #254157f2), url('../images/the-ian-jdDs4BHIvEk-unsplash-1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  position: relative;
  overflow: hidden;
}

.bottom-underlay-color {
  background-color: var(--chalk-dust);
  width: 100%;
  height: 10rem;
  position: absolute;
  inset: auto 0% 0%;
}

.top-right-rock {
  z-index: 0;
  max-width: 30rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.top-right-rock.pulled-in {
  top: -18rem;
  right: -6rem;
}

.top-right-rock.sliding-section-rock {
  max-width: 20rem;
  top: 10%;
}

.date-details-text {
  margin-top: .25rem;
  margin-bottom: 0;
}

.date-details-text.first-of-type {
  margin-top: 0;
  display: inline-block;
}

.button {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: .125rem solid var(--pure-white);
  background-color: var(--pure-white);
  color: var(--belay-blue);
  border-radius: 10rem;
  flex: none;
  grid-template: ". Area"
  / auto 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  place-items: center start;
  min-height: 4rem;
  padding-left: 1.25rem;
  font-family: Outfit, sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: border .4s cubic-bezier(.23, 1, .32, 1), background-color .4s cubic-bezier(.23, 1, .32, 1);
  display: grid;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 68px #25415726;
}

.button:where(.w-variant-b3e25cb4-5585-1958-607f-2f023e772878) {
  margin-top: 0;
}

.button:where(.w-variant-547e19df-b392-4572-2b0a-9976cd1ca0f2) {
  border-color: var(--belay-blue-75);
  background-color: var(--belay-blue-75);
  opacity: .91;
  color: var(--pure-white);
  min-width: 50px;
}

.button:hover {
  border-color: var(--belay-blue-75);
  background-color: var(--belay-blue-75);
  color: var(--pure-white);
}

.button:hover:where(.w-variant-547e19df-b392-4572-2b0a-9976cd1ca0f2) {
  border-color: var(--belay-blue);
  background-color: var(--belay-blue);
  color: var(--pure-white);
}

.button:hover:where(.w-variant-0b9d174a-e6ef-fdda-ada0-ef236bbf46f3) {
  border-color: var(--crux-midnight);
  background-color: var(--crux-midnight);
}

.button.primary {
  flex-flow: row;
  justify-content: space-between;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  min-width: 200px;
  max-width: 220px;
  display: flex;
}

.button-circle {
  z-index: 1;
  aspect-ratio: 1;
  background-color: var(--ascend-orange);
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 100%;
  max-height: 4rem;
  display: flex;
  position: relative;
}

.button-icon {
  max-width: 1rem;
}

.button-text {
  z-index: 1;
  font-size: 1rem;
  position: relative;
}

.button-text:where(.w-variant-547e19df-b392-4572-2b0a-9976cd1ca0f2) {
  font-size: 1rem;
}

.rotate-wrapper {
  transform: rotate(-2.5deg);
}

.bottom-right-rock {
  z-index: 0;
  max-width: 15rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.bg-anchor-blue {
  background-color: #427aa6;
}

.position-relative {
  position: relative;
}

.about-section-bg {
  background-color: #254157;
  background-image: url('../images/dot-background_1.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 2.5rem;
  justify-content: flex-start;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.about-text-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 50%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-right: 10%;
}

.about-image-wrapper {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  margin-right: 5%;
  padding-left: 5%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.zoom-section {
  width: 100%;
  margin-top: 10rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.grid {
  grid-column-gap: 5rem;
  grid-row-gap: 12.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10rem;
  display: grid;
}

.zoom-content-card {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  -webkit-backdrop-filter: blur(.313rem);
  backdrop-filter: blur(.313rem);
  background-color: #0f1a23e6;
  border-top-left-radius: 4.5rem;
  border-bottom-right-radius: 4.5rem;
  padding: 5rem 3.5rem;
  display: flex;
}

.zoom-content-container {
  z-index: 2;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100vh;
  position: relative;
}

.zoom-image-1, .zoom-image-2, .zoom-image-3 {
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.sticky-image-wrapper {
  z-index: 1;
  border-radius: var(--radius);
  width: 100%;
  height: 100vh;
  position: sticky;
  bottom: 0;
  overflow: hidden;
}

.about-section-blob {
  z-index: 0;
  max-width: 30rem;
  position: absolute;
  inset: -30% auto auto -8%;
}

.slide-heading {
  margin-bottom: 0;
  margin-right: 3rem;
  font-size: 6rem;
}

.rotating-text-wrapper {
  z-index: -5;
  color: #fff;
  white-space: nowrap;
  align-items: center;
  width: max-content;
  min-height: auto;
  display: flex;
  animation: scroll-marquee 45s linear infinite;
}

@keyframes scroll-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.rotating-text {
  z-index: -6;
  justify-content: flex-start;
  align-items: center;
  padding-right: 4.5rem;
  display: flex;
  flex-shrink: 0;
}

/* Parent container for marquee overflow */
.final-cta-section .cta-wrapper {
  overflow: hidden;
}

.cta-wrapper {
  z-index: 100;
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  background-color: #25415766;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 10rem;
  padding-bottom: 10rem;
  display: flex;
  overflow: hidden;
}

.footer {
  background-color: var(--belay-blue);
  background-image: url('../images/dot-background_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto;
  grid-template-columns: 30% 1fr;
  grid-auto-columns: 1fr;
}

.hero-margin {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  pointer-events: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.rotating-rock-image {
  max-height: 1.5rem;
}

.cta-text {
  color: var(--pure-white);
  text-align: center;
}

.number-count {
  color: var(--belay-blue-75);
  font-size: 4rem;
}

.stat-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.stat-wrapper.center-borders {
  border-right: .063rem solid var(--belay-blue-15);
  border-left: .063rem solid var(--belay-blue-15);
}

.stat-header {
  text-align: center;
  margin-bottom: 1.5rem;
  font-family: Anton, sans-serif;
  font-size: 5rem;
  font-weight: 400;
}

.stat-detail {
  text-align: center;
  letter-spacing: .125rem;
  text-transform: uppercase;
}

.logo {
  object-fit: contain;
  min-width: 120px;
  max-width: 120px;
  font-size: 6rem;
  line-height: 4rem;
}

.nav-link {
  color: var(--pure-white);
  font-weight: 300;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--pure-white-70);
}

.nav-left-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: center;
  margin-right: 40px;
  display: flex;
}

.list-subheader {
  margin-bottom: 1rem;
  font-family: Outfit, sans-serif;
  font-size: 1.5rem;
}

.event-date {
  margin-bottom: 0;
  font-family: Anton, sans-serif;
  font-size: 4.5rem;
  display: inline-flex;
}

.event-title {
  text-align: center;
  font-family: Anton, sans-serif;
  font-size: 3rem;
}

.events-list-image {
  aspect-ratio: auto;
  border-radius: 1rem;
}

.event-inline-range {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-left-side {
  background-color: var(--belay-blue);
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 10%;
}

.footer-detail-wrapper {
  margin-top: 2rem;
}

.footer-callout-header {
  color: var(--pure-white-70);
  margin-bottom: .5rem;
  font-family: Outfit, sans-serif;
  font-size: 1rem;
}

.footer-sub-text {
  color: var(--pure-white);
  margin-top: .25rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.footer-right-side {
  background-color: var(--crux-midnight);
  background-image: url('../images/footer-curve.svg'), url('../images/dot-background_1.svg');
  background-position: -1px 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 120%, auto;
  padding: 5rem 10%;
}

.footer-links {
  grid-column-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  margin-top: 5rem;
  display: grid;
}

.footer-links-wrapper {
  grid-row-gap: 1.5rem;
  grid-template-rows: min-content;
  grid-template-columns: minmax(min-content, max-content);
  grid-auto-rows: min-content;
  grid-auto-columns: 1fr;
  justify-items: start;
  max-width: 15rem;
  display: grid;
}

.primary-footer-link {
  color: #f5f5f5b3;
  align-self: flex-start;
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-decoration: none;
  transition: color .4s cubic-bezier(.23, 1, .32, 1);
}

.primary-footer-link:hover {
  color: #fff;
}

.input-wrapper {
  background-color: #f5f5f533;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  padding: .25rem;
  position: relative;
}

.newsletter-form {
  margin-top: 3.5rem;
  margin-bottom: 0;
}

.newsletter-input {
  color: #f5f5f5;
  background-color: #0000;
  border: 1px solid #0000;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 1.625rem 4rem 1.5rem 1rem;
  font-size: 1rem;
  transition: border-color .4s cubic-bezier(.23, 1, .32, 1), background-color .4s cubic-bezier(.23, 1, .32, 1);
}

.newsletter-input:hover {
  background-color: #1b1e2580;
}

.newsletter-input:focus {
  color: #f5f5f5;
  border-color: #d0333a;
  box-shadow: 0 0 20px 4px #1b1e2533;
}

.newsletter-input::placeholder {
  color: #f5f5f5b3;
}

.form-error-block {
  color: #f5f5f5;
  background-color: #bb2e34;
  margin-top: .5rem;
  padding: .5rem;
}

.footer-field-label {
  color: var(--pure-white);
  margin-bottom: 1rem;
  font-weight: 500;
}

.dropdown-toggle {
  color: var(--pure-white);
  align-items: center;
  padding: 0;
  transition: color .4s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.dropdown-toggle:hover {
  color: var(--pure-white-70);
}

.dropdown-toggle:focus-visible, .dropdown-toggle[data-wf-focus-visible] {
  background-color: #d0333a;
}

.dropdown-arrow {
  justify-content: center;
  align-items: center;
  max-width: .688rem;
  margin-left: .5rem;
  display: flex;
}

.dropdown-list {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.dropdown-list.w--open {
  z-index: 100;
  background-color: var(--crux-midnight);
  flex-flow: column;
  width: 20rem;
  padding: .5rem;
  display: flex;
}

.dropdown-list-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  color: var(--pure-white);
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: 1.25rem 1rem 1rem;
  text-decoration: none;
  transition: background-color .4s cubic-bezier(.23, 1, .32, 1);
}

.dropdown-list-link:hover {
  background-color: var(--belay-blue);
  color: var(--pure-white-70);
}

.newsletter-button {
  z-index: 29;
  aspect-ratio: 1;
  background-color: var(--ascend-orange);
  color: #f5f5f5;
  text-align: center;
  text-transform: uppercase;
  background-image: url('../images/button-arrow-pure-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 14px;
  border-radius: 10rem;
  margin: 1rem;
  font-size: .938rem;
  font-weight: 600;
  transition: transform .4s cubic-bezier(.23, 1, .32, 1), background-color .4s cubic-bezier(.23, 1, .32, 1);
  position: absolute;
  inset: 0% 0% 0% auto;
}

.newsletter-button:hover {
  background-color: var(--belay-blue);
  color: #f5f5f5;
  transform: rotate(-30deg);
}

.newsletter-button:focus {
  background-color: #bb2e34;
}

.footer-heading {
  color: var(--pure-white);
  text-transform: none;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 1.25rem;
}

.list-header {
  font-size: 6.5rem;
  display: inline-flex;
}

.testimonial-wrapper-spacing {
  padding-bottom: 5rem;
  position: relative;
}

.testimonial-block-bg {
  background-color: var(--dark-red);
  border-bottom-right-radius: 2.5rem;
  border-bottom-left-radius: 2.5rem;
  width: 90%;
  height: 80%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.testimonial-text {
  margin-top: 1.5rem;
}

.section-intro-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 5rem;
}

.section-intro-wrapper.position-relative {
  margin-bottom: 1rem;
  display: block;
}

.section-intro-wrapper.with-button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.quote-author {
  color: var(--belay-blue);
  font-size: 1rem;
  font-weight: 300;
}

.testimonial-card {
  z-index: 10;
  background-color: var(--pure-white);
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding: 2.5rem;
  display: flex;
  box-shadow: 0 0 68px #2541571a;
}

.testimonial-card.left-card {
  border-top-left-radius: 2.5rem;
  border-bottom-left-radius: 2.5rem;
}

.testimonial-card.right-card {
  z-index: 1;
  position: relative;
}

.quote-icon {
  max-width: 3rem;
}

.align-center {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.reveal-block {
  border-radius: 2.5rem;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.new-block-text {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.reveal-grid-wrapper {
  grid-template-rows: 1fr;
  grid-template-columns: 1fr minmax(auto, 35rem) 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  position: absolute;
}

.reveal-block-bg {
  z-index: 1;
  background-color: var(--belay-blue-75);
  text-align: center;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 35rem;
  height: 100%;
  max-height: 40rem;
  padding: 4rem 2rem;
  display: flex;
  position: relative;
}

.feature-block-image {
  background-color: #1b1e25;
  align-self: stretch;
  width: 100%;
  height: 100%;
}

.cta-wrapper-spacer {
  align-self: stretch;
  width: 100%;
}

.div-block {
  max-width: none;
}

.featured-card {
  background-color: var(--crux-midnight);
  padding-bottom: 2.5rem;
  padding-right: 2.5rem;
}

.featured-card:where(.w-variant-c9688b42-57bc-e4ae-1905-cf6f07ccdb05) {
  background-color: var(--belay-blue);
}

.featured-card-details {
  padding-top: 2.5rem;
  padding-left: 2.5rem;
}

.details-header {
  text-transform: none;
  margin-bottom: .5rem;
  font-family: Outfit, sans-serif;
  font-size: 1.75rem;
}

.sliding-image-grid {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.scroling-image-left {
  z-index: 10;
  aspect-ratio: 4 / 5;
  border-top-right-radius: 7.5rem;
  border-bottom-right-radius: 7.5rem;
  position: relative;
  overflow: hidden;
}

.scrolling-image-right {
  z-index: 10;
  aspect-ratio: 4 / 5;
  border-top-left-radius: 7.5rem;
  border-bottom-left-radius: 7.5rem;
  margin-top: 20rem;
  position: relative;
}

.card-title {
  color: var(--pure-white);
  font-size: 3.5rem;
}

.card-title.text-overflow-adjust {
  word-break: break-all;
}

.primary-header-bg {
  background-color: var(--elements-webflow-library--neutral--200);
  opacity: 1;
  transform: scale3d(1none, 1none, 1none);
  -webkit-text-stroke-color: var(--chalk-dust);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  transform-style: preserve-3d;
  margin-bottom: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: Outfit, sans-serif;
  line-height: 1.6;
  transition-property: opacity;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: inline;
  position: sticky;
}

.primary-header-bg.bg-color {
  font-family: Anton, sans-serif;
}

.secondary-header-bg {
  background-color: var(--ascend-orange);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  margin-bottom: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  line-height: 1.6;
  display: inline;
}

.new-footer-header {
  color: var(--pure-white);
  text-transform: uppercase;
  font-family: Anton, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.15;
}

.value-header {
  color: var(--pure-white);
  font-size: 3rem;
}

.about-section-header {
  color: var(--belay-blue);
  text-align: left;
  margin-top: 0;
  font-size: 3rem;
}

.center-icon {
  max-width: 5rem;
}

.content-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 30rem;
}

.accordion-circle {
  background-color: var(--belay-blue);
  border: .063rem solid #1c1f1d26;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 3rem;
  min-height: 3rem;
  margin-left: 1.5rem;
  text-decoration: none;
  transition: background-color .4s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  position: relative;
}

.accordion-circle:hover {
  background-color: var(--belay-blue-75);
}

.acordion-body {
  width: 100%;
  overflow: hidden;
}

.accordion-arrow {
  max-width: .688rem;
  position: relative;
  top: .063rem;
}

.accordion-header {
  grid-column-gap: 0rem;
  border: 1px solid var(--belay-blue-15);
  background-color: var(--pure-white-70);
  border-radius: 10rem;
  grid-template: "Area"
  / 1fr auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: center start;
  padding: 2rem;
  display: grid;
}

.accordion-paragraph {
  margin-bottom: 0;
  padding: 2rem;
}

.button-wrapper-small {
  text-align: left;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.button-wrapper-small.align-center {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
  position: static;
}

.button-wrapper-small.left {
  justify-content: flex-start;
  align-items: center;
}

.heading-3 {
  color: var(--pure-white);
  text-transform: none;
  font-family: Outfit, sans-serif;
  font-size: 2.5rem;
}

.card-subheader {
  color: var(--pure-white-70);
  margin-bottom: 0;
}

.benefits-grid {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 30rem 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.benefits-image {
  aspect-ratio: 4 / 5;
  border-radius: 2.5rem;
  height: 100%;
}

.membership-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--ascend-orange);
  border-radius: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 2rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.grid-2-1 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-curve {
  color: var(--cloud);
  margin-top: -.063rem;
}

.bg-belay-blue-75 {
  background-color: var(--belay-blue-75);
}

.table-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-top: .063rem solid #fff3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: stretch;
  padding: 1.5rem .5rem;
  transition: background-color .2s;
  display: grid;
}

.table-data {
  color: var(--pure-white);
  font-size: 1.125rem;
}

.grid-wrapper {
  margin-top: 2rem;
}

.overlay-text-wrapper {
  z-index: 1;
  aspect-ratio: 4 / 5;
  background-image: linear-gradient(#0f1a23, #0f1a2300 50%);
  padding: 3rem 2rem;
  position: relative;
}

.final-cta-section {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: flex;
  position: relative;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.mobile-hero-image {
  display: none;
}

.text-align-center {
  text-align: center;
}

.fullwidth-image-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.desktop-fullwidth-image {
  height: 100%;
}

.mobile-fullwidth-image {
  height: 100%;
  display: none;
}

.curved-text-overlay {
  z-index: 1;
  background-color: #800;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.pass-card {
  background-color: var(--belay-blue-75);
  border-radius: 2.5rem;
  padding: 3rem 2rem;
  position: relative;
  overflow: hidden;
}

.pass-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.card-subtitle {
  color: var(--belay-blue-15);
  font-size: 3rem;
}

.perk-header {
  font-size: 1.75rem;
}

.perk-text {
  z-index: 2;
  max-width: 20rem;
  margin-top: .25rem;
  margin-bottom: 0;
  position: relative;
}

.footer-logo {
  width: 100%;
  max-width: 8.5rem;
  margin-bottom: 1rem;
}

.page-dots-bg {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--chalk-dust);
  color: var(--pure-white-70);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.sticky-card {
  position: sticky;
  top: 2rem;
}

.cursor-area {
  z-index: 100;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.play-button-wrapper {
  background-color: var(--ascend-orange);
  letter-spacing: .18em;
  text-transform: uppercase;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  width: 7rem;
  height: 7rem;
  padding-left: .5rem;
  display: none;
  position: absolute;
}

.video-lightbox {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lightbox-video-thumbnail {
  width: 100%;
  height: 100%;
}

.spotlight-content {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.featured-event-date {
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  color: var(--pure-white);
  background-color: #ffffff4d;
  border-radius: 1rem;
  margin: 2rem;
  padding: 1.5rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.featured-image-wrapper {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.featured-event-image {
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.featured-overview-wrapper {
  background-color: var(--cloud);
  background-image: url('../images/site-dot-wrapper.svg');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5rem;
  display: flex;
}

.featured-item-grid {
  border-radius: 7.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
  overflow: hidden;
}

.featured-item-grid.border-edit {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}

.video-wrapper {
  aspect-ratio: 4 / 5;
  border-top-left-radius: 7.5rem;
  border-bottom-right-radius: 7.5rem;
  width: 100%;
  overflow: hidden;
}

.text-overflow {
  overflow: hidden;
}

.button-wrapper-large {
  padding-top: 3rem;
  display: flex;
}

.form-button {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--pure-white);
  color: var(--belay-blue);
  border-radius: 10rem;
  grid-template: ". Area"
  / auto;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  place-items: center start;
  width: 50%;
  min-height: 4rem;
  padding: 1rem;
  font-family: Outfit, sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .4s cubic-bezier(.23, 1, .32, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 68px #25415726;
}

.form-button:where(.w-variant-b3e25cb4-5585-1958-607f-2f023e772878) {
  margin-top: 0;
}

.form-button:where(.w-variant-547e19df-b392-4572-2b0a-9976cd1ca0f2) {
  border-color: var(--belay-blue-75);
  background-color: var(--belay-blue-75);
  opacity: .91;
  color: var(--pure-white);
}

.form-button:hover {
  border-color: var(--belay-blue);
  background-color: var(--belay-blue);
  color: var(--pure-white);
}

.form-button.center {
  align-self: center;
}

.events-grid-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.event-image-wrapper {
  position: relative;
}

.event-image {
  aspect-ratio: 4 / 3;
  border-radius: 2.5rem;
}

.play-button-icon {
  max-width: 2rem;
}

.slider-track {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.testimonial-container {
  padding-left: 5%;
  padding-right: 5%;
}

.event-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: start;
  display: grid;
}

._50-50-hero {
  background-color: var(--crux-midnight);
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  position: relative;
  overflow: hidden;
}

.background-overlay {
  z-index: 0;
  background-color: #0f1a23e6;
  position: absolute;
  inset: 0%;
}

.header-eyebrow {
  color: var(--pure-white);
  font-size: 2.5rem;
}

.header-eyebrow.secondary-header-bg.small-pd {
  padding-left: 1rem;
  padding-right: 1rem;
}

.max-width-35rem {
  max-width: 35rem;
}

.small-rich-editor h2 {
  font-size: 3rem;
}

.small-rich-editor h3 {
  font-size: 2.5rem;
}

.small-rich-editor h4 {
  font-size: 2rem;
}

.small-rich-editor h6 {
  font-size: 1.125rem;
}

.small-rich-editor h1 {
  font-size: 3.5rem;
}

.aspect-ratio-3-2 {
  aspect-ratio: 3 / 2;
}

.aspect-ratio-4-5 {
  aspect-ratio: 4 / 5;
}

.flex-stretch {
  display: flex;
}

.featured-image-4-5 {
  aspect-ratio: 4 / 5;
  border-bottom-right-radius: 5rem;
}

.featured-image-3-2 {
  aspect-ratio: 3 / 2;
  border-bottom-right-radius: 5rem;
}

.tab-content {
  padding-top: 4rem;
  overflow: visible;
}

.pagination-button-wrapper {
  padding-top: 4rem;
}

.gallery-image-grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  column-count: 3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-lightbox {
  margin-bottom: .5rem;
}

.aspect-ratio-1-1 {
  aspect-ratio: 1;
}

.border-wrapper {
  border-top: .063rem solid var(--belay-blue-15);
  border-top-left-radius: 4rem;
  border-top-right-radius: 4rem;
  padding-top: 4.5rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.bottom-left-rock {
  z-index: 0;
  max-width: 15rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.text-belay-blue {
  color: var(--belay-blue);
}

.text-belay-blue-75 {
  color: var(--belay-blue-75);
}

.image-link {
  color: var(--pure-white-70);
}

.image-link:hover {
  color: var(--pure-white);
}

.nav-links-wrapper {
  grid-row-gap: 1.5rem;
  grid-template-rows: min-content;
  grid-template-columns: minmax(min-content, max-content);
  grid-auto-rows: min-content;
  grid-auto-columns: 1fr;
  justify-items: start;
}

.nav-links {
  grid-column-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
}

.event-dash {
  margin-top: -1rem;
  margin-bottom: 0;
  font-family: Anton, sans-serif;
  font-size: 4.5rem;
}

.mobile-image-overlay {
  display: none;
}

.bg-crux-midnight {
  background-color: var(--crux-midnight);
}

.hero-background-image {
  object-fit: fill;
  height: 100%;
  margin-top: auto;
  display: block;
}

.z-index-10 {
  z-index: 10;
  position: relative;
}

._50-50-hero-paragraph {
  color: var(--pure-white-70);
  max-width: 30rem;
}

.date-details-dash {
  padding-left: .25rem;
  padding-right: .25rem;
  display: inline;
}

.number-block {
  z-index: 1;
  color: var(--belay-blue);
  width: 100%;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  padding-left: 3rem;
  position: relative;
}

.new-list-grid {
  z-index: 1;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--pure-white-70);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-image: url('../images/site-dot-wrapper.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
  overflow: hidden;
  box-shadow: 0 0 68px #2541571a;
}

.list-image-wrapper {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  padding-right: 3rem;
}

.list-image-wrapper.mobile-image-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.list-content-wrapper {
  z-index: 10;
  padding: 4.5rem 6rem 4.5rem 8rem;
  position: relative;
}

.list-desktop-curve {
  width: auto;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.list-mobile-curve {
  width: auto;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.list-grid-spacing {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bg-chalk-dust {
  background-color: var(--chalk-dust);
}

.search {
  grid-column-gap: 2px;
  grid-row-gap: 16px;
  grid-template-rows: 38px;
  grid-template-columns: 3.5fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-end;
  margin-bottom: 0;
  display: grid;
}

.field-label {
  color: var(--pure-white);
}

.button-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  -webkit-text-stroke-color: var(--crux-midnight);
  -webkit-text-fill-color: inherit;
  vertical-align: bottom;
  object-fit: fill;
  background-color: #d0921a;
  background-clip: border-box;
  border: 1px solid #00000091;
  border-radius: 20px;
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  margin-bottom: 40px;
  margin-left: 300px;
  margin-right: 300px;
  font-size: 1.5rem;
  font-weight: 300;
  text-decoration: none;
  transition: font-size .45s ease-in-out;
  display: block;
  position: static;
  inset: 0% auto auto 0%;
  overflow: clip;
}

.button-2:hover {
  color: var(--pure-white);
  background-color: #427aa6;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  pointer-events: auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
}

.text-block {
  margin-top: 20px;
  margin-bottom: 20px;
}

.section {
  background-color: #fff;
  padding: 20px 40px;
}

.section.color {
  background-color: var(--belay-blue-75);
  margin-bottom: 0;
}

.flex-block {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.search-input {
  border-radius: 10px;
  margin-bottom: 0;
}

.search-button {
  background-color: #d0921a;
  border-radius: 10px;
}

.link {
  color: var(--ldm-gold);
  font-size: 1.5rem;
  font-weight: 500;
}

.paragraph {
  color: var(--pure-white);
}

.heading-4 {
  color: var(--pure-white);
  margin-top: 1rem;
}

.cf-logo-section-2 {
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.cf-logo-2---wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cf-logo-2-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 70px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}

.cf-logos-2--wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 48px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.cf-logos-2---image-contain {
  justify-content: center;
  align-items: center;
  width: 20%;
  max-width: 178px;
  height: 100px;
  display: flex;
}

.cf-logo-image {
  opacity: 1;
  mix-blend-mode: normal;
  object-fit: contain;
  width: 70%;
}

.cf-features-section-2-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.cf-features-section-2-image-wrapper {
  margin-bottom: 32px;
  position: relative;
}

.cf-features-section-2-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 20px;
}

.cf-service-number {
  color: #fff;
  text-align: center;
  letter-spacing: -.16px;
  font-size: 26px;
  line-height: 123%;
}

.cf-features-section-2-heading {
  color: #000;
  text-align: center;
  max-width: 700px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 115%;
}

.cf-features-section-2 {
  background-color: #f7f6f0;
  overflow: hidden;
}

.cf-features-section-2-icon-wrap {
  background-color: #b16cea;
  background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 56px;
  height: 56px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.cf-features-section-2-icon-wrap.cf-absolute {
  position: absolute;
  inset: -6% auto auto 6%;
}

.cf-service-paragraph {
  color: #0d0e10e6;
  text-align: left;
  margin-top: 4px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.cf-features-section-2-grid-cell {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 353px;
  display: flex;
}

.cf-features-section-2-grid-cell.homepage-3 {
  align-items: flex-start;
  max-width: 353px;
}

.cf-service-heading {
  color: #0d0d0d;
  text-align: center;
  letter-spacing: -.16px;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 133%;
}

.cf-service-image {
  cursor: pointer;
  border: 4px solid #0000;
  border-radius: 16px;
  transition: all .4s ease-in-out;
}

.cf-service-image:hover {
  border: 4px solid var(--ldm-gold);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--crux-midnight);
  text-shadow: 0 1px 1px #0003;
  font-size: 1rem;
}

.section-pd-copy {
  opacity: 1;
  background-color: #f7f6f0;
  padding-top: 4rem;
  padding-bottom: 7.5rem;
  overflow: hidden;
}

.section-pd-copy.about-section {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.section-pd-copy.no-overflow {
  overflow: visible;
}

.card-header {
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  padding-top: 0;
  padding-bottom: 10px;
  font-family: Anton, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.15;
}

.card-header:hover {
  color: var(--belay-blue-75);
  -webkit-text-stroke-color: var(--anchor-blue);
}

.text-span {
  color: var(--ldm-gold);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--crux-midnight);
  text-shadow: 0 1px 1px #0003;
  text-overflow: clip;
}

.platinum-sponsor {
  color: var(--platinum);
  text-align: center;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--belay-blue-75);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Anton, sans-serif;
  font-size: 2.3rem;
}

.gold-sponsor {
  color: var(--gold);
  text-align: center;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--black);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Anton, sans-serif;
  font-size: 2.3rem;
}

.image-3 {
  width: 40%;
}

.silver-sponsor {
  color: var(--sliver);
  text-align: center;
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: var(--black);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Anton, sans-serif;
  font-size: 2.3rem;
}

.bronza-sponsor, .sponsor-copy {
  color: var(--bronze);
  text-align: center;
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: var(--black);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Anton, sans-serif;
  font-size: 2.3rem;
}

.table-grid-copy {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-top: .063rem solid #fff3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: stretch;
  padding: 1.5rem .5rem;
  transition: background-color .2s;
  display: grid;
}

.collection-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.collection-item-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.features-table {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-table {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title {
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-negative {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.comparison-positive {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.cf-logo-section-3 {
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cf-logo-2---wrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cf-logo-2-heading-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 70px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}

.cf-logos-2--wrapper-2 {
  grid-column-gap: 120px;
  grid-row-gap: 48px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  display: flex;
}

.cf-logos-2---image-contain-2 {
  justify-content: center;
  align-items: center;
  width: 20%;
  max-width: 178px;
  height: 100px;
  display: flex;
}

.cf-logo-image-2 {
  opacity: .8;
  object-fit: contain;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.brix---mg-bottom-0 {
  color: var(--belay-blue);
  margin-bottom: 60px;
}

.brix---mg-bottom-0.center-text {
  text-align: center;
  margin-bottom: 40px;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---text-center {
  text-align: center;
}

.brix---accordion-header {
  align-items: center;
  display: flex;
}

.brix---acordion-body {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-spacer {
  min-height: 16px;
}

.brix---accordion-title {
  margin-top: 0;
  margin-bottom: 0;
}

.brix---tabs-menu {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.brix---tabs-content {
  overflow: visible;
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---grid-1-column-gap-row-24px {
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---btn-circle-accordion-btn {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 22px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.brix---btn-circle-accordion-btn:hover {
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  transform: scale3d(.94, .94, 1.01);
}

.brix---accordion-btn-vertical-line {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 18px;
  height: 2px;
  position: absolute;
  transform: rotate(90deg);
}

.brix---accordion-btn-horizontal-line {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 18px;
  height: 2px;
  position: absolute;
}

.brix---inner-container-1012px-center {
  max-width: 1012px;
  margin-left: auto;
  margin-right: auto;
}

.brix---accordion-right-side {
  margin-left: 24px;
  margin-right: 0;
}

.brix---badge-secondary---tabs {
  border: 1px solid var(--elements-webflow-library--neutral--400);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  border-radius: 40px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, border-color .3s, color .3s;
  display: inline-block;
}

.brix---badge-secondary---tabs:hover, .brix---badge-secondary---tabs.w--current {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
}

.brix---accordion-item-wrapper-v6 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  cursor: pointer;
  transform-style: preserve-3d;
  border-radius: 24px;
  justify-content: space-between;
  width: 100%;
  padding: 48px 64px;
  transition: transform .3s;
  display: flex;
}

.brix---accordion-item-wrapper-v6:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---accordion-content-wrapper-width-660px {
  flex-direction: column;
  justify-content: center;
  max-width: 660px;
  display: flex;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---accordion-title-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.brix---accordion-content-wrapper-v2 {
  flex-direction: column;
  justify-content: center;
  max-width: 730px;
  display: flex;
}

.brix---grid-1-column-gap-row-0 {
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---accordion-item-wrapper-v3 {
  border-style: solid;
  border-width: 1px 0;
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 40px 0;
  transition: transform .3s;
  display: flex;
  overflow: visible;
}

.brix---accordion-item-wrapper-v3:hover {
  transform: translate(8px);
}

.brix---accordion-item-wrapper-v3-first {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 0 0 40px;
  transition: transform .3s;
  display: flex;
  overflow: visible;
}

.brix---accordion-item-wrapper-v3-first:hover {
  transform: translate(8px);
}

.brix---tabs-wrapper-v2 {
  display: flex;
}

.brix---tabs-menu-v2 {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-right: 100px;
  display: flex;
}

.brix---badge-secondary---tabs-v2 {
  border: 1px solid var(--elements-webflow-library--neutral--400);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  border-radius: 40px;
  margin-bottom: 16px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, border-color .3s, color .3s;
  display: inline-block;
}

.brix---badge-secondary---tabs-v2:hover, .brix---badge-secondary---tabs-v2.w--current {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
}

.collection-item-4 {
  display: block;
}

.dropdown-list-2 {
  display: flex;
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-803 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-16px-2 {
  margin-bottom: 16px;
}

.brix---mg-bottom-48px-2 {
  margin-bottom: 48px;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-2 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---heading-h2-size-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---text-center-2 {
  text-align: center;
}

.brix---accordion-header-2 {
  align-items: center;
  display: flex;
}

.brix---acordion-body-2 {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-spacer-2 {
  min-height: 16px;
}

.brix---accordion-title-3 {
  margin-top: 0;
  margin-bottom: 0;
}

.brix---tabs-content-2 {
  overflow: visible;
}

.brix---paragraph-default-2 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---inner-container-574px---center-2 {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---btn-circle-accordion-btn-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 22px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.brix---btn-circle-accordion-btn-2:hover {
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  transform: scale3d(.94, .94, 1.01);
}

.brix---inner-container-1012px-center-2 {
  max-width: 1012px;
  margin-left: auto;
  margin-right: auto;
}

.brix---accordion-content-wrapper-v2-2 {
  flex-direction: column;
  justify-content: center;
  max-width: 730px;
  display: flex;
}

.brix---grid-1-column-gap-row-2 {
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---accordion-item-wrapper-v3-2 {
  border-style: solid;
  border-width: 1px 0;
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 40px 0;
  transition: transform .3s;
  display: flex;
  overflow: visible;
}

.brix---accordion-item-wrapper-v3-2:hover {
  transform: translate(8px);
}

.brix---accordion-item-wrapper-v3-first-2 {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 0 0 40px;
  transition: transform .3s;
  display: flex;
  overflow: visible;
}

.brix---accordion-item-wrapper-v3-first-2:hover {
  transform: translate(8px);
}

.brix---accordion-right-side-2 {
  margin-left: 24px;
  margin-right: 0;
}

.brix---tabs-wrapper-v2-2 {
  display: flex;
}

.brix---tabs-menu-v2-2 {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-right: 100px;
  display: flex;
}

.brix---badge-secondary---tabs-v2-2 {
  border: 1px solid var(--elements-webflow-library--neutral--400);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  border-radius: 40px;
  margin-bottom: 16px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, border-color .3s, color .3s;
  display: inline-block;
}

.brix---badge-secondary---tabs-v2-2:hover, .brix---badge-secondary---tabs-v2-2.w--current {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
}

.brix---color-neutral-804 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-2 {
  margin-bottom: 0;
}

.brix---tabs-menu-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.brix---grid-1-column-gap-row-24px-2 {
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---accordion-btn-vertical-line-2 {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 18px;
  height: 2px;
  position: absolute;
  transform: rotate(90deg);
}

.brix---accordion-btn-horizontal-line-2 {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 18px;
  height: 2px;
  position: absolute;
}

.brix---badge-secondary---tabs-2 {
  border: 1px solid var(--elements-webflow-library--neutral--400);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  border-radius: 40px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, border-color .3s, color .3s;
  display: inline-block;
}

.brix---badge-secondary---tabs-2:hover, .brix---badge-secondary---tabs-2.w--current {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
}

.brix---accordion-item-wrapper-v6-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  cursor: pointer;
  transform-style: preserve-3d;
  border-radius: 24px;
  justify-content: space-between;
  width: 100%;
  padding: 48px 64px;
  transition: transform .3s;
  display: flex;
}

.brix---accordion-item-wrapper-v6-2:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---accordion-content-wrapper-width-660px-2 {
  flex-direction: column;
  justify-content: center;
  max-width: 660px;
  display: flex;
}

.brix---color-neutral-805 {
  color: var(--elements-webflow-library--neutral--600);
}

.list-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  list-style-type: none;
  display: block;
}

.heading-12 {
  box-sizing: content-box;
  object-fit: none;
  font-family: Outfit, sans-serif;
  display: block;
}

.collection-item-5 {
  -webkit-text-stroke-color: var(--anchor-blue);
  font-weight: 400;
  position: sticky;
  box-shadow: 0 2px 5px #0003;
}

.block-quote {
  float: none;
  clear: right;
  border-left-color: var(--sliver);
  background-color: var(--dark-red);
  transform: scale3d(1none, 1none, 1none);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  transform-style: preserve-3d;
  background-clip: border-box;
  transition: flex-grow .2s;
  display: block;
  box-shadow: 4px 2px 5px #0003;
}

.block-quote:hover {
  display: block;
}

.heading-13 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: .65;
  transform: scale3d(1none, 1none, 1none);
  color: var(--ldm-gold);
  text-transform: uppercase;
  transform-style: preserve-3d;
  justify-content: flex-start;
  font-family: Outfit, sans-serif;
  transition: opacity .2s;
  display: flex;
  box-shadow: -6px 5px 20px -14px #0003;
}

.brix---color-neutral-806 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-807 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-16px-3 {
  margin-bottom: 16px;
}

.brix---mg-bottom-48px-3 {
  margin-bottom: 48px;
}

.brix---container-default-3 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-3 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---heading-h2-size-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---text-center-3 {
  text-align: center;
}

.brix---accordion-header-3 {
  align-items: center;
  display: flex;
}

.brix---acordion-body-3 {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-spacer-3 {
  min-height: 16px;
}

.brix---accordion-title-4 {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.brix---paragraph-default-3 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---inner-container-574px---center-3 {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---btn-circle-accordion-btn-3 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 22px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.brix---btn-circle-accordion-btn-3:hover {
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  transform: scale3d(.94, .94, 1.01);
}

.brix---inner-container-1012px-center-3 {
  max-width: 1012px;
  margin-left: auto;
  margin-right: auto;
}

.brix---accordion-v3-card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  padding: 88px 74px;
}

.brix---accordion-content-wrapper-v2-3 {
  flex-direction: column;
  justify-content: center;
  max-width: 730px;
  display: flex;
}

.brix---grid-1-column-gap-row-3 {
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---accordion-item-wrapper-v3-3 {
  border-style: solid;
  border-width: 1px 0;
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 40px 0;
  transition: transform .3s;
  display: flex;
  overflow: visible;
}

.brix---accordion-item-wrapper-v3-3:hover {
  transform: translate(8px);
}

.brix---accordion-item-wrapper-v3-first-3 {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 0 0 40px;
  transition: transform .3s;
  display: flex;
  overflow: visible;
}

.brix---accordion-item-wrapper-v3-first-3:hover {
  transform: translate(8px);
}

.brix---accordion-right-side-3 {
  margin-left: 24px;
  margin-right: 0;
}

.brix---accordion-item-wrapper-v3-last {
  border-style: solid;
  border-width: 1px 0;
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 40px 0;
  transition: transform .3s;
  display: flex;
  overflow: visible;
}

.brix---accordion-item-wrapper-v3-last:hover {
  transform: translate(8px);
}

.brix---color-neutral-808 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-3 {
  margin-bottom: 0;
}

.brix---accordion-title-5 {
  margin-top: 0;
  margin-bottom: 0;
}

.brix---tabs-menu-3 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.brix---tabs-content-3 {
  overflow: visible;
}

.brix---grid-1-column-gap-row-24px-3 {
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---accordion-btn-vertical-line-3 {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 18px;
  height: 2px;
  position: absolute;
  transform: rotate(90deg);
}

.brix---accordion-btn-horizontal-line-3 {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 18px;
  height: 2px;
  position: absolute;
}

.brix---badge-secondary---tabs-3 {
  border: 1px solid var(--elements-webflow-library--neutral--400);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  border-radius: 40px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, border-color .3s, color .3s;
  display: inline-block;
}

.brix---badge-secondary---tabs-3:hover, .brix---badge-secondary---tabs-3.w--current {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
}

.brix---accordion-item-wrapper-v6-3 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  cursor: pointer;
  transform-style: preserve-3d;
  border-radius: 24px;
  justify-content: space-between;
  width: 100%;
  padding: 48px 64px;
  transition: transform .3s;
  display: flex;
}

.brix---accordion-item-wrapper-v6-3:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---accordion-content-wrapper-width-660px-3 {
  flex-direction: column;
  justify-content: center;
  max-width: 660px;
  display: flex;
}

.cf-logo-section-4 {
  background-color: #f7f6f0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.cf-logo-section-4.sponser {
  background-color: #fff;
}

.cf-logo-2---wrapper-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cf-logo-2-heading-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 70px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}

.cf-logos-2--wrapper-3 {
  grid-column-gap: 120px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.cf-logos-2---image-contain-3 {
  justify-content: center;
  align-items: center;
  width: 20%;
  max-width: 178px;
  display: flex;
}

.cf-logo-image-3 {
  opacity: .8;
  object-fit: contain;
}

.features-table-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-table-2 {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.comparison-row-main-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title-2 {
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-row-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-negative-2 {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.comparison-positive-2 {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.features-table-3 {
  clear: none;
  border: 1px #000;
  justify-content: center;
  align-items: flex-start;
  padding: 0 30px;
  display: block;
  position: static;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-3 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-table-3 {
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.comparison-row-main-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  place-items: center start;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.comparison-title-3 {
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-row-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: right;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: center start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.comparison-negative-3 {
  margin-left: 0;
  padding-left: 0;
}

.comparison-positive-3 {
  min-width: 6rem;
  margin-left: 24px;
  padding-left: 0;
  font-weight: 400;
}

.brix---card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
}

.brix---color-neutral-809 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-810 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---mg-bottom-48px-4 {
  margin-bottom: 48px;
}

.brix---display-2 {
  font-size: 72px;
  font-weight: 700;
  line-height: 84px;
}

.brix---container-default-4 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-4 {
  color: var(--elements-webflow-library--neutral--200);
  padding-top: 0;
  padding-bottom: 0;
}

.brix---heading-h1-size {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---text-center-4 {
  text-align: center;
}

.brix---icon-list-item-wrapper {
  align-items: center;
  display: flex;
}

.brix---icon-list {
  margin-right: 16px;
}

.brix---subtitle {
  color: var(--elements-webflow-library--accent--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---pricing-top-v1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--elements-webflow-library--neutral--200);
  color: var(--elements-webflow-library--neutral--200);
  text-align: center;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 48px 32px 56px;
  display: block;
}

.brix---pricing-content {
  padding: 40px 28px 72px;
}

.brix---mg-bottom-4px {
  margin-bottom: 4px;
}

.brix---paragraph-default-4 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---text-200-list-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.brix---grid-1-column-gap-row-16px {
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---3-columns-1-col-tablet {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---text-300-medium {
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

.brix---inner-container-700px-center {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.brix---btn-primary-full-width {
  background-color: var(--ldm-gold);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  padding: 26px 38px;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-full-width:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.cell {
  border: .5px #0000002e;
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.quick-stack {
  max-width: 1440px;
  margin-left: 10%;
  margin-right: 10%;
}

.cf-14px-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
}

.cf-flex-1---image-1 {
  object-fit: contain;
  border-radius: 16px;
  width: 100%;
  max-width: 480px;
}

.cf-flex-1---image-2 {
  object-fit: fill;
  border-radius: 16px;
  width: 80%;
  max-width: 435px;
  position: absolute;
  inset: auto -10% 5% auto;
  box-shadow: 0 24px 94px #00000014;
}

.cf-flex-1---text-contain {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.cf-flex-section-1 {
  justify-content: flex-start;
  align-items: stretch;
  min-width: 40rem;
  margin-top: 0;
  margin-left: 0%;
  margin-right: 0%;
  display: flex;
}

.cf-flex-1---image-contain {
  align-items: stretch;
  width: 45%;
  display: flex;
  position: relative;
}

.cf-32px-heading {
  color: #000;
  margin-top: 20px;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-flex-1---wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.cf-flex-1---container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.cf-18px-paragraph {
  color: #0000009c;
  max-width: none;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 155%;
}

.cf-wrapper-1160 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.cf-wrapper-1160.different-flex {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 160px;
  padding-bottom: 60px;
}

.cf-pricing-plan-pointers {
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  margin-bottom: 16px;
  display: flex;
}

.cf-pricing-plan-pointers.no-margin {
  margin-bottom: 16px;
}

.cf-italic-text {
  font-style: italic;
  font-weight: 700;
}

.cf-h2-heading-56px {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-body---18px {
  color: #000c;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.cf-h3-heading-40px {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
}

.cf-h3-heading-40px.margin-bottom-32px {
  margin-bottom: 32px;
}

.cf-different-tab-image {
  width: 32px;
  height: auto;
  margin-right: 16px;
}

.cf-different-tabs-content {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
}

.cf-different-tab-link {
  opacity: .3;
  letter-spacing: -.01em;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
}

.cf-different-tab-link.w--current {
  opacity: 1;
  background-color: #0000;
}

.cf-different-upper-container {
  margin-bottom: 64px;
}

.cf-different-bottom-container {
  width: 100%;
}

.cf-pricing-plan-check-icon {
  width: 28px;
  height: 28px;
  margin-right: 16px;
}

.cf-pricing-plan-pointer-container {
  margin-top: 0;
}

.cf-different-tabs {
  width: 100%;
  height: 100%;
  display: flex;
}

.cf-pricing-plan-pointer-text-18px {
  color: #0000009c;
  width: auto;
  min-width: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.cf-different-menu {
  flex-direction: column;
  width: 85%;
  max-width: 540px;
  margin-right: 1%;
  display: flex;
}

.cell-2, .cell-3, .cell-4 {
  padding-bottom: 10px;
}

.pricing-overview {
  border: 1px #000;
  padding: 80px 30px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-4 {
  text-align: center;
  margin-bottom: 16px;
  font-size: 3rem;
}

.pricing-description {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.pricing-card-text {
  text-align: center;
  min-height: 0;
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.pricing-comparison {
  border: 1px #000;
  align-self: auto;
  padding: 0 30px;
  position: relative;
}

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  object-fit: fill;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: stretch stretch;
  display: grid;
}

.pricing-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card.featured-pricing {
  z-index: 2;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  box-shadow: none;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.pricing-image-2 {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-title {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 53px;
  font-weight: 400;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
}

.button-primary {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #d29726;
  border-radius: 9px;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list {
  align-self: stretch;
}

.pricing-feature {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.brix---color-neutral-811 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-812 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-16px-4 {
  margin-bottom: 16px;
}

.brix---mg-bottom-48px-5 {
  margin-bottom: 48px;
}

.brix---container-default-5 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-5 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---heading-h2-size-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---text-center-5 {
  text-align: center;
}

.brix---accordion-header-4 {
  align-items: center;
  display: flex;
}

.brix---acordion-body-4 {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-spacer-4 {
  min-height: 16px;
}

.brix---accordion-title-6 {
  margin-top: 0;
  margin-bottom: 0;
}

.brix---tabs-content-4 {
  overflow: visible;
}

.brix---paragraph-default-5 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---inner-container-574px---center-4 {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---btn-circle-accordion-btn-4 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 22px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.brix---btn-circle-accordion-btn-4:hover {
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  transform: scale3d(.94, .94, 1.01);
}

.brix---inner-container-1012px-center-4 {
  max-width: 1012px;
  margin-left: auto;
  margin-right: auto;
}

.brix---accordion-content-wrapper-v2-4 {
  flex-direction: column;
  justify-content: center;
  max-width: 730px;
  display: flex;
}

.brix---grid-1-column-gap-row-4 {
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---accordion-item-wrapper-v3-4 {
  border-style: solid;
  border-width: 1px 0;
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 40px 0;
  transition: transform .3s;
  display: flex;
  overflow: visible;
}

.brix---accordion-item-wrapper-v3-4:hover {
  transform: translate(8px);
}

.brix---accordion-item-wrapper-v3-first-4 {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: none;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 0 0 40px;
  transition: transform .3s;
  display: flex;
  overflow: visible;
}

.brix---accordion-item-wrapper-v3-first-4:hover {
  transform: translate(8px);
}

.brix---accordion-right-side-4 {
  margin-left: 24px;
  margin-right: 0;
}

.brix---tabs-wrapper-v2-3 {
  display: flex;
}

.brix---tabs-menu-v2-3 {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-right: 100px;
  display: flex;
}

.brix---badge-secondary---tabs-v2-3 {
  border: 1px solid var(--elements-webflow-library--neutral--400);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  border-radius: 40px;
  margin-bottom: 16px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, border-color .3s, color .3s;
  display: inline-block;
}

.brix---badge-secondary---tabs-v2-3:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--ldm-gold);
  color: var(--elements-webflow-library--neutral--100);
}

.brix---badge-secondary---tabs-v2-3:active {
  background-color: var(--ldm-gold);
}

.brix---badge-secondary---tabs-v2-3.w--current {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--ldm-gold);
  color: var(--elements-webflow-library--neutral--100);
}

.race-event-header {
  color: var(--dark-red);
  text-align: left;
  font-size: 2.3rem;
}

.cf-wrapper-1161 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.cf-wrapper-1161.different-flex {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 160px;
  padding-bottom: 60px;
}

.cf-pricing-plan-pointers-2 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.cf-pricing-plan-pointers-2.no-margin {
  margin-bottom: 0;
}

.cf-italic-text-2 {
  font-style: italic;
  font-weight: 700;
}

.cf-h2-heading-56px-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-body---18px-2 {
  color: #000c;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.cf-h3-heading-40px-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
}

.cf-h3-heading-40px-2.margin-bottom-32px {
  margin-bottom: 32px;
}

.cf-different-tab-image-2 {
  width: 32px;
  height: auto;
  margin-right: 16px;
}

.cf-different-tabs-content-2 {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
}

.cf-different-tab-link-2 {
  opacity: .3;
  letter-spacing: -.01em;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
}

.cf-different-tab-link-2.w--current {
  opacity: 1;
  background-color: #0000;
}

.cf-different-upper-container-2 {
  margin-bottom: 64px;
}

.cf-different-bottom-container-2 {
  width: 100%;
}

.cf-pricing-plan-check-icon-2 {
  width: 28px;
  height: 28px;
  margin-right: 16px;
}

.cf-pricing-plan-pointer-container-2 {
  margin-top: 40px;
}

.cf-different-tabs-2 {
  width: 100%;
  height: 100%;
  display: flex;
}

.cf-pricing-plan-pointer-text-18px-2 {
  color: #000c;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.cf-different-menu-2 {
  flex-direction: column;
  width: 85%;
  max-width: 540px;
  margin-right: 1%;
  display: flex;
}

.cf-pricing-plan {
  color: #0000009c;
  width: auto;
  min-width: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.cell-5 {
  align-items: stretch;
}

.cf-cta-section-2 {
  color: #fff;
  background-color: #0c0c0c;
  position: relative;
}

.cf-pink-button {
  background-color: var(--ldm-gold);
  color: #fff;
  border-radius: 8px;
  min-width: 15rem;
  padding: 16px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 178%;
  transition: background-color .2s;
}

.cf-pink-button:hover {
  background-color: var(--platinum);
}

.cf-cta-wrapper-2 {
  text-align: center;
  background-color: #f4fafe;
  border: 1px #000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-cta-buttons-container {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.cf-center-wrapper-cta {
  flex-direction: column;
  align-items: center;
  max-width: none;
  display: flex;
}

.cf-cta-paragraph {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 178%;
}

.cf-cta-h2-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
}

.cf-cta-bottom-image {
  object-fit: contain;
  border-radius: 16px;
  width: 100%;
  max-width: 298px;
  position: absolute;
  inset: auto -4% -15% auto;
}

.cf-tag-texts {
  background-color: var(--belay-blue-15);
  color: #000;
  letter-spacing: 2.24px;
  text-transform: uppercase;
  border-radius: 100px;
  margin-bottom: 20px;
  padding: 8px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 170%;
}

.cf-cta-top-image {
  object-fit: contain;
  border-radius: 16px;
  width: 45%;
  max-width: 552px;
  position: absolute;
  inset: 30% auto auto -26%;
  transform: rotate(-25deg);
  box-shadow: 0 1px 120px #00000012;
}

.cf-purple-button {
  background-color: var(--conversion-flow-library--medium-purple);
  color: #000;
  border-radius: 8px;
  min-width: 15rem;
  max-height: none;
  padding: 16px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 178%;
  transition: all .2s;
}

.cf-purple-button:hover {
  background-color: var(--conversion-flow-library--coral);
  color: #0b0b0b;
}

.f-navigation-link {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link:hover {
  background-color: var(--flowui-component-library--gray-200);
  color: var(--flowui-component-library--gray-900);
}

.f-navigation-link.w--current {
  color: var(--flowui-component-library--primary-base);
}

.f-navigation {
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 24px 5%;
  display: flex;
}

.f-navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-logo {
  width: 124px;
}

.f-navigation-link-wrapper {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.f-navigation-content {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-navigation-menu {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
  position: static;
}

.f-navigation-button {
  background-color: var(--ldm-gold);
  outline-offset: 0px;
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 10px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-navigation-button:hover {
  background-color: var(--sliver);
}

.f-navigation-button._20-mar, .f-navigation-button._20-mar.w--current {
  margin-top: 20px;
}

.f-navigation-socials-wrapper {
  grid-column-gap: 16px;
  border-left: 1px solid var(--flowui-component-library--grey-300);
  justify-content: flex-start;
  align-items: center;
  padding-left: 18px;
  display: flex;
}

.f-navigation-social-link {
  color: var(--flowui-component-library--gray-900);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  transition: color .3s;
  display: flex;
}

.f-navigation-social-link:hover {
  color: var(--flowui-component-library--primary-base);
}

.text-block-3 {
  font-size: 1rem;
}

.cf-home-tab-link {
  color: #fff;
  background-color: #0000;
  border-radius: 36px;
  padding: 18px 40px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  transition: opacity .2s;
}

.cf-home-tab-link:hover {
  opacity: .8;
}

.cf-home-tab-link.w--current {
  background-color: var(--conversion-flow-library--medium-purple);
  color: #fff;
  border-radius: 36px;
  padding: 18px 40px 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.cf-home-tabs {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.cf-tabs-content-contain {
  border-radius: 12px;
  justify-content: space-between;
  align-items: stretch;
  min-height: 689px;
  display: flex;
}

.cf-tabs-image.tab-2 {
  width: 62%;
  max-width: 362px;
  position: relative;
  top: -20%;
}

.cf-tabs-image.absolute {
  position: absolute;
  inset: auto 17% 7% auto;
  box-shadow: 8px 18px 160px #0003;
}

.cf-tabs-image.absolute.tab-1 {
  width: 36%;
  max-width: 212px;
  right: 14%;
}

.cf-tabs-image.absolute.tab-2 {
  width: 81%;
  max-width: 475px;
  position: absolute;
  inset: auto 8% 15% auto;
}

.cf-tabs-image.absolute.card {
  width: 48%;
  max-width: 233px;
  height: auto;
}

.cf-tabs-image.absolute.card.tab-3 {
  width: 36%;
  max-width: 212px;
  padding: 0;
  bottom: 15%;
}

.cf-tabs-header {
  color: #fff;
  max-width: 839px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.cf-tabs-content-text {
  color: #000c;
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 155%;
}

.cf-features-4-tabs-heading {
  text-align: center;
  max-width: 744px;
  margin: 0 auto 16px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.cf-features-section-4 {
  background-color: #0d0e10;
}

.cf-tabs-element {
  position: absolute;
  inset: 4% 10% auto auto;
}

.cf-tabs-element._2 {
  inset: auto -6% -4% auto;
}

.cf-features-4-tabs-wrapper {
  width: 90%;
  max-width: 1169px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cf-tabs-sub-heading {
  color: var(--conversion-flow-library--medium-purple);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
}

.cf-tab-image.tab-5 {
  width: 70%;
  max-width: 400px;
}

.cf-tab-image.tab-4 {
  width: 78%;
  max-width: 453px;
}

.cf-tab-image.tab-3 {
  width: 80%;
  max-width: 468px;
}

.cf-tab-image.tab-1 {
  width: 66%;
  max-width: 385px;
}

.cf-black-small-button {
  text-align: center;
  background-color: #000;
  border-radius: 100px;
  width: 169px;
  padding: 22px 32px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .9s;
}

.cf-black-small-button:hover {
  background-image: linear-gradient(135deg, var(--conversion-flow-library--medium-purple) 31%, var(--conversion-flow-library--light-coral) 75%, var(--conversion-flow-library--coral) 92%, var(--conversion-flow-library--sandy-brown));
}

.cf-tabs-header-text {
  color: #fffc;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
}

.cf-tabs-menu {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cf-tabs-content {
  border-radius: 12px;
}

.cf-tabs-right-tab {
  background-color: var(--conversion-flow-library--medium-purple);
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.cf-tabs-left-wrap {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-left: 64px;
  padding-right: 54px;
  display: flex;
  position: relative;
}

.cf-tabs-content-heading {
  color: #000;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.cf-faq-container {
  flex-direction: column;
  align-items: center;
  margin-bottom: 140px;
  padding-top: 100px;
  display: flex;
}

.cf-faq-main-heading {
  color: var(--belay-blue);
  text-align: center;
  width: 90%;
  margin-top: 0;
  margin-bottom: 80px;
  font-family: Anton, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
}

.cf-faq-line {
  background-color: #121212;
  border-radius: 100px;
  width: 10px;
  height: 2px;
}

.cf-faq-question-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cf-faq-content-2 {
  color: #121212;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.cf-faq-plus-card {
  color: #181818;
  width: 100%;
  max-width: 730px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.cf-faq-answer-wrap-2 {
  color: #121212;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 7%;
}

.cf-faq-question-container-3 {
  cursor: pointer;
  padding-top: 32px;
  padding-bottom: 32px;
}

.cf-faq-question-container-3.first {
  border-top: 1px solid #e5e5e5;
}

.cf-faq-icon-contain {
  border: 2px solid #121212;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.cf-bottom-line-2 {
  background-color: #e5e5e5;
  width: 100%;
  height: 1px;
}

.cf-faq-questions-2 {
  color: #0d0e10;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 133%;
}

.cf-faq-line-vertical {
  background-color: #121212;
  border-radius: 100px;
  width: 2px;
  height: 10px;
  position: absolute;
}

.cf-faqs-container {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 730px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.brix---color-neutral-813 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-814 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-16px-5 {
  margin-bottom: 16px;
}

.brix---mg-bottom-48px-6 {
  margin-bottom: 48px;
}

.brix---display-4 {
  color: var(--belay-blue);
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
}

.brix---border-radius-24px {
  z-index: -1;
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---container-default-6 {
  max-width: 1440px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--elements-webflow-library--neutral--100);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  max-width: none;
  margin: 40px 10% 100px;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.brix---heading-h2-size-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---text-center-6 {
  text-align: center;
}

.brix---subtitle-2 {
  color: var(--elements-webflow-library--accent--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---tab-left-icon {
  border: 2px solid var(--elements-webflow-library--neutral--200);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 6px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--800);
  border-radius: 14px;
  align-items: center;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  transition: box-shadow .3s, border-width .3s, border-color .3s, color .3s;
  display: flex;
}

.brix---tab-left-icon:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
}

.brix---tab-left-icon.w--current {
  border-width: 2px;
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
}

.brix---paragraph-default-6 {
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  line-height: 30px;
  position: static;
}

.brix---inner-container-640px---center {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-left-16px {
  margin-left: 16px;
}

.brix---inner-container-1068px-center {
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
}

.brix---tabs-wrapper-tabs-left {
  display: flex;
}

.brix---tabs-menu-vertical {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 348px;
  margin-bottom: 0;
  margin-right: 40px;
  display: flex;
}

.brix---tabs-content-card {
  border: 1px solid var(--elements-webflow-library--neutral--400);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 24px;
  width: 100%;
  padding: 48px 56px;
  overflow: visible;
}

.brix---square-icon-48px {
  border-radius: 10px;
  width: 48px;
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---color-neutral-815 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-32px-2 {
  margin-bottom: 32px;
}

.brix---link-wrapper {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---tabs-menu-4 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.brix---link-icon-right {
  margin-left: 6px;
}

.brix---mg-left-12px {
  margin-left: 12px;
  margin-right: 12px;
}

.brix---text-200-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---tab-small-center {
  border: 2px solid var(--elements-webflow-library--neutral--200);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 6px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--belay-blue-75);
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 0 12px;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  transition: box-shadow .3s, border-width .3s, border-color .3s, color .3s;
  display: flex;
}

.brix---tab-small-center:hover {
  border-color: var(--belay-blue);
}

.brix---tab-small-center.w--current {
  border-width: 2px;
  border-color: var(--ldm-gold);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--belay-blue-75);
}

.brix---grid-2-columns-gap-56px {
  grid-column-gap: 56px;
  grid-row-gap: 54px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.container-7 {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.cf-wrapper-1162 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.cf-wrapper-1162.different-flex {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 160px;
  padding-bottom: 60px;
}

.cf-wrapper-1162.choose-flex {
  flex-direction: column;
  padding-top: 180px;
  padding-bottom: 180px;
}

.cf-pricing-plan-pointers-3 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.cf-pricing-plan-pointers-3.no-margin {
  margin-bottom: 0;
}

.cf-italic-text-3 {
  font-style: italic;
  font-weight: 700;
}

.cf-h2-heading-56px-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-body---18px-3 {
  color: #000c;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.cf-h3-heading-40px-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
}

.cf-h3-heading-40px-3.margin-bottom-32px {
  margin-bottom: 32px;
}

.cf-different-tab-image-3 {
  width: 32px;
  height: auto;
  margin-right: 16px;
}

.cf-different-tabs-content-3 {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
}

.cf-different-tab-link-3 {
  opacity: .3;
  letter-spacing: -.01em;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
}

.cf-different-tab-link-3.w--current {
  opacity: 1;
  background-color: #0000;
}

.cf-different-upper-container-3 {
  margin-bottom: 64px;
}

.cf-different-bottom-container-3 {
  width: 100%;
}

.cf-pricing-plan-check-icon-3 {
  width: 28px;
  height: 28px;
  margin-right: 16px;
}

.cf-pricing-plan-pointer-container-3 {
  margin-top: 40px;
}

.cf-different-tabs-3 {
  width: 100%;
  height: 100%;
  display: flex;
}

.cf-pricing-plan-pointer-text-18px-3 {
  color: #000c;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.cf-different-menu-3 {
  flex-direction: column;
  width: 85%;
  max-width: 540px;
  margin-right: 1%;
  display: flex;
}

.cf-choose-feature-name-container {
  justify-content: center;
  align-items: center;
  height: 50px;
  display: flex;
}

.cf-choose-feature-check-icon {
  width: 32px;
  height: 32px;
  margin-right: 16px;
}

.cf-choose-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  width: 100%;
  position: relative;
}

.cf-choose-bottom-container {
  width: 100%;
  max-width: 1000px;
  position: relative;
}

.cf-bottom-line-image {
  width: 100%;
  max-width: 340px;
  position: absolute;
  inset: auto auto -60px 50px;
}

.cf-feature-pointer-text-20px {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.cf-choose-upper-section {
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-bottom: 64px;
  display: flex;
}

.cf-choose-feature-heading-32px {
  letter-spacing: -.01em;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.cf-choose-feature-container {
  position: relative;
}

.cf-20px-text {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.cf-20px-text.max-width-520px {
  max-width: 520px;
}

.cf-green-vs-circle {
  z-index: 11111;
  background-image: linear-gradient(135deg, var(--conversion-flow-library--medium-purple), var(--conversion-flow-library--light-coral) 49%, var(--conversion-flow-library--sandy-brown));
  color: #fff;
  letter-spacing: -.01em;
  text-transform: uppercase;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  margin: auto;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
  position: absolute;
  inset: 20% 0% 0%;
}

.cf-choose-feature-wrapper {
  background-color: #0000;
  border-radius: 13px;
  width: 100%;
  max-width: none;
  margin-top: 0;
  padding: 0 40px;
}

.cf-choose-feature-bold-text-16px {
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-family: Anton, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.cell-6 {
  justify-content: flex-start;
  align-items: flex-start;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.brix---color-neutral-816 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-817 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-16px-6 {
  margin-bottom: 16px;
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---btn-primary {
  background-color: var(--ldm-gold);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---container-default-7 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.brix---section-7 {
  color: var(--elements-webflow-library--neutral--100);
  margin-top: 40px;
  margin-bottom: 100px;
  padding-top: 0;
  padding-bottom: 0;
}

.brix---heading-h2-size-6 {
  -webkit-text-stroke-color: var(--belay-blue-75);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---text-center-7 {
  text-align: center;
}

.brix---heading-link {
  color: var(--belay-blue);
  -webkit-text-stroke-color: var(--belay-blue);
  text-decoration: none;
  transition: color .3s;
}

.brix---heading-link:hover {
  color: var(--elements-webflow-library--secondary--color-1);
}

.brix---paragraph-default-7 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---buttons-row-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---grid-4-columns-instagram {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---instagram-image {
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.brix---color-neutral-100 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---cta-section {
  background-color: var(--belay-blue);
  background-image: url('../images/Untitled-design-2.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  max-height: none;
  padding-top: 5%;
  padding-bottom: 5%;
  position: relative;
  overflow: hidden;
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---btn-primary-white {
  background-color: var(--ldm-gold);
  color: var(--pure-white);
  text-align: center;
  -webkit-text-stroke-color: var(--ldm-gold);
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white:hover {
  background-color: var(--pure-white);
  color: var(--ldm-gold);
  -webkit-text-stroke-width: 1px;
  border: 1px solid #d29826;
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary-white {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-white:hover {
  border-color: var(--elements-webflow-library--neutral--100);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  transform: translate3d(0, -3px, .01px);
}

.brix---grid-cta-v1 {
  grid-column-gap: 50px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .8fr .8fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.brix---buttons-row-right---t-left {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---cta-v1-floating-item-01 {
  z-index: 0;
  position: absolute;
  inset: 0% auto auto -1%;
}

.brix---cta-v1-floating-item-02 {
  position: absolute;
  inset: auto -2% 0% auto;
}

.brix---z-index-1 {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.cf-benefits-pointer-number {
  background-image: linear-gradient(84deg, var(--conversion-flow-library--medium-purple), var(--conversion-flow-library--light-coral) 54%, var(--conversion-flow-library--sandy-brown));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-right: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.cf-wrapper {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
  position: relative;
}

.cf-wrapper.benefits-wrapper {
  align-items: flex-start;
  padding-top: 160px;
  padding-bottom: 160px;
}

.cf-benefits-pointer-heading-and-number {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.cf-video-thumbnail {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.cf-benefits-pointer-line {
  background-color: #b16cea1a;
  height: 2px;
  position: absolute;
  inset: 0% 0% auto;
}

.cf-benefits-pointer-line._3 {
  background-color: #d1d3d533;
}

.cf-benefits-pointer-item {
  max-width: 300px;
  padding-top: 24px;
  padding-bottom: 56px;
  position: relative;
}

.cf-benefits-image {
  width: 50%;
  max-width: 400px;
  height: 560px;
  margin-top: 60px;
  margin-left: 5%;
  margin-right: 5%;
  position: relative;
  left: 0%;
}

.cf-text-block-2 {
  font-family: Montserrat, sans-serif;
}

.cf-text-block-2._16-px {
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}

.cf-benefits-pointers-right {
  margin-top: 120px;
}

.cf-case-study-number-text {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
}

.container-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-items: start;
  display: grid;
}

.section-2 {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  margin: 40px 10%;
  display: flex;
}

.quick-stack-2 {
  max-width: 1440px;
  padding-left: 0;
  padding-right: 0;
}

.cell-8 {
  color: var(--belay-blue-75);
  justify-content: space-between;
  align-items: flex-start;
}

.cell-9 {
  padding-right: 0;
}

.paragraph-6 {
  margin-bottom: .25rem;
}

.paragraph-7 {
  box-sizing: border-box;
  text-align: left;
  display: block;
}

.div-block-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 2.75fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  display: grid;
}

.div-block-7 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.div-block-8 {
  flex-flow: column;
  display: flex;
}

.div-block-9 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-embed-4 {
  margin-left: 1%;
  margin-right: 1%;
  font-size: 1rem;
  font-weight: 300;
  display: none;
}

.link-block {
  flex: none;
}

.link-block.w--current {
  max-width: 120px;
}

.container_nav {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-11 {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 30% 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.heading-14 {
  color: var(--belay-blue);
}

.paragraph-8 {
  text-align: center;
}

.paragraph-8.left {
  text-align: left;
}

.bold-text-2 {
  color: var(--belay-blue);
  font-weight: 400;
}

.bold-text-3 {
  color: var(--belay-blue);
}

.grid-3 {
  grid-column-gap: 130px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.grid-3.center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.organization-logo {
  opacity: .8;
  object-fit: contain;
}

.sponsor-logo-link {
  justify-content: center;
  align-items: center;
  width: 160px;
  display: flex;
}

.merge {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.grid-4 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 30%;
}

.image-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.heading_style-h3 {
  color: var(--belay-blue);
  font-size: 2.5rem;
}

.heading_style-h3.center {
  color: var(--pure-white);
  text-align: center;
}

.heading_style-h3.center.red {
  color: var(--belay-blue);
}

.heading_style-h3.center.red.left {
  text-align: left;
}

.heading_style-h3.white, .bold-text-4 {
  color: var(--pure-white);
}

.bold-text-4.black {
  color: var(--belay-blue-75);
}

.block.center {
  background-color: var(--belay-blue-75);
  border-radius: 10px;
  padding: 40px 20px;
}

.block.margin {
  margin-top: 40px;
}

.paragraph-9 {
  color: var(--belay-blue-75);
}

.paragraph-9.center {
  color: var(--pure-white-70);
  text-align: center;
}

.paragraph-9.white {
  color: var(--pure-white-70);
}

.bold-text-5 {
  color: var(--pure-white-70);
  font-weight: 400;
}

.bold-text-5.blackk {
  color: var(--belay-blue-75);
}

.paragraph-10 {
  text-align: center;
  font-size: 1rem;
  line-height: 1.2;
}

.flex_block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.grid-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 30% 1fr;
}

.rich-text-block-2, .rich-text-block-2 li, .rich-text-block-2 p {
  color: #000;
}

.rich-text-block-2 h4 {
  color: var(--belay-blue-75);
  font-size: 2rem;
}

.block-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.container-main {
  max-width: 1220px;
}

.link2:hover {
  color: var(--pure-white-70);
}

.link2.w--current:hover {
  color: var(--belay-blue-15);
}

.div-block-13, .div-block-14 {
  height: 100%;
}

.div-block-14.mobile {
  display: none;
}

.div-block-15 {
  background-color: var(--belay-blue);
  width: 100%;
  margin-top: -8.5rem;
  padding-top: 8.5rem;
  overflow: hidden;
}

.sticky-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 140px;
}

.paragraph-11 {
  color: var(--pure-white-70);
}

.link-2, .link-2:hover {
  color: var(--pure-white);
}

.link-3 {
  color: var(--pure-white-70);
}

.information-section {
  padding: 60px 5%;
}

.information-section.hide {
  display: none;
}

.container_main {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.content_wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.card_block {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 380px;
  min-height: 360px;
  box-shadow: 0 4px 6px #0000001a;
}

.top-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #4a5d73;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.heading-15 {
  color: var(--pure-white);
  text-align: center;
  font-size: 1.5rem;
}

.heading-15.red {
  color: var(--belay-blue);
  text-align: left;
}

.text-block-4 {
  color: #f5a623;
  text-align: center;
  font-weight: 600;
}

.detail-card-wrap {
  padding: 20px;
}

.list-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid #e2e8f0;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.list-block.bottom-border {
  border-bottom-style: none;
}

.text-block-5 {
  color: #4a5568;
  font-weight: 400;
}

.text-block-5._02 {
  font-weight: 500;
}

.text-block-6 {
  color: #8b0000;
  font-size: 1.375rem;
  font-weight: 500;
}

.text-block-6._2 {
  color: #2d3748;
}

.bottom-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 2px solid #f5a623;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.note-block {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-image: linear-gradient(90deg, #8b0000, brown);
  border-radius: 24px;
  flex-flow: column;
  padding: 30px;
  display: flex;
}

.note-block.yellow {
  background-image: linear-gradient(90deg, #d0921a, #b87e15);
}

.note-block.white {
  background-color: #fff;
  background-image: none;
  padding-top: 64px;
  padding-bottom: 64px;
  box-shadow: 0 0 68px #2541571a;
}

.text-block-7 {
  color: var(--pure-white);
  font-size: 1.125rem;
  font-weight: 500;
}

.text-block-7.cap {
  text-transform: uppercase;
  font-size: 1.25rem;
}

.text-block-8 {
  color: var(--pure-white);
  font-weight: 500;
}

.text-block-8.red {
  color: var(--belay-blue);
  text-align: center;
  font-size: 1.5rem;
}

.flex_block2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.flex_block2._1080 {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.title-block {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.heading-16 {
  color: var(--belay-blue);
  text-align: center;
  font-size: 2.625rem;
}

.heading-16.left-align {
  text-align: left;
}

.text-block-9 {
  color: #4a5568;
  text-align: center;
  font-size: 1.125rem;
}

.text-block-9.left {
  color: var(--belay-blue);
  text-align: left;
}

.text-block-10 {
  color: var(--pure-white);
  text-align: center;
  font-size: 1.375rem;
  font-weight: 400;
}

.text-block-11 {
  color: var(--belay-blue-75);
  font-weight: 500;
}

.text-block-12 {
  color: #4a5568;
}

.text-block-13 {
  color: #f5a623;
  font-weight: 500;
  text-decoration: none;
}

.link-block-2 {
  text-decoration: none;
}

.time-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f7fafc;
  border-left: 3px solid #f5a623;
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 14px;
  display: flex;
}

.time-block.bottom-border {
  border-bottom-style: none;
}

.detail {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.grid02 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.content_block {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.card-block {
  background-color: #fff;
  border-radius: 12px;
  padding: 24px 30px;
  box-shadow: 0 2px 4px #00000014;
}

.text-block-14 {
  color: #516779;
  font-size: 1.125rem;
}

.text-span-2 {
  color: #f5a623;
  cursor: pointer;
  text-decoration: underline;
}

.grid-6 {
  grid-column-gap: 25px;
  grid-row-gap: 50px;
}

.text-block-15 {
  color: #718096;
  font-size: .875rem;
}

.header-block {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 0 68px #2541571a;
}

.header {
  background-color: var(--belay-blue);
  border-radius: 12px;
  padding: 20px;
}

.content-block-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  padding: 40px 20px;
  display: flex;
}

.bold-text-6, .list-item-4 {
  color: var(--belay-blue);
}

.grid-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.grid-7.hide {
  display: none;
}

.form_block {
  background-color: var(--belay-blue-75);
  border-radius: 10px;
  padding: 20px;
  position: sticky;
  top: 125px;
}

.text-field {
  color: var(--belay-blue-75);
  background-color: #0000;
  border: 1px solid #0000004d;
  border-radius: 10px;
  min-height: 48px;
}

.text-field::placeholder {
  color: var(--belay-blue-75);
}

.text-field.message {
  color: var(--belay-blue-75);
  min-height: 100px;
}

.field-label-2 {
  color: var(--belay-blue-75);
  font-size: 1.1rem;
}

.field-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.submit-button {
  background-color: var(--belay-blue);
  border-radius: 10px;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 1.24rem;
  font-weight: 500;
}

.heading-17 {
  color: var(--chalk-dust);
  text-align: center;
  font-size: 2rem;
}

.text-block-16 {
  text-align: center;
  font-size: 1.25rem;
}

.bold-text-7, .link-4 {
  color: var(--ascend-orange);
}

.form-block-2 {
  margin-bottom: 0;
}

.div-block-16 {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
}

.link-5 {
  color: var(--pure-white);
}

.bold-text-8 {
  color: var(--pure-white-70);
  font-weight: 700;
}

.bold-text-9 {
  color: var(--pure-white);
  font-weight: 700;
}

.link-6 {
  color: var(--pure-white);
}

.link-7, .link-7:hover, .link-8 {
  color: var(--pure-white-70);
}

.link-8:hover {
  color: var(--pure-white);
}

.code-embed-5 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.team_section {
  padding: 60px 20px;
}

.team-title-wrap {
  justify-content: space-between;
  display: flex;
}

.heading-18 {
  color: var(--belay-blue);
}

.grid-8 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  display: flex;
}

.team_card {
  background-color: var(--belay-blue-75);
  border-radius: 10px;
  width: 100%;
  max-width: 330px;
}

.team-content-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  padding: 40px 20px;
  display: flex;
}

.text-block-17 {
  color: var(--pure-white);
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
}

.text-block-18 {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
}

.image-4 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.team-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.text-wrap {
  background-color: var(--belay-blue);
}

.award-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  transition-property: all;
  transition-timing-function: ease-in-out;
  display: flex;
}

.award-card:hover {
  box-shadow: 0 4px 6px #0000001a;
}

.heading-19 {
  color: var(--belay-blue);
  text-align: center;
  margin-bottom: 0;
  font-size: 1.5rem;
}

.paragraph-12 {
  text-align: center;
  font-size: 1rem;
}

.image-5 {
  max-width: 200px;
}

.grid-9 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.grid-10 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.award {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(135deg, #d0921ae3, #b87e15), url('../images/trophy.png');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 80px;
  border-radius: 20px;
  flex-flow: column;
  min-height: 200px;
  padding: 30px 20px;
  transition: all .4s ease-in-out;
  display: flex;
}

.award:hover {
  transform: translate(0, -3px)scale(1.02);
}

.heading-20 {
  color: var(--pure-white);
  text-align: center;
  margin-bottom: 0;
  font-size: 2rem;
}

.text-block-19 {
  color: var(--pure-white);
  text-align: center;
}

.heading-21 {
  color: var(--pure-white);
  text-align: center;
  margin-bottom: 0;
  font-size: 1.5rem;
}

.grid-11 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.team-card {
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 0 0 68px #2541571a;
}

.image-card {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  overflow: hidden;
}

.card-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.heading-22 {
  color: var(--belay-blue);
  margin-bottom: 0;
  font-size: 2rem;
}

.text-block-20 {
  color: var(--belay-blue-75);
}

.heading-23 {
  color: var(--ascend-orange);
  font-size: 3rem;
}

.text-block-21 {
  color: var(--belay-blue-75);
}

.image-02 {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.grid-12 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.marthen-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #800;
  border-radius: 24px;
  flex-flow: column;
  min-height: 366px;
  padding: 50px;
  display: flex;
}

.heading-24 {
  color: var(--pure-white);
  text-align: center;
  font-size: 2.5rem;
}

.feature-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.text-block-22 {
  border: 1px solid #ffffff4d;
  border-radius: 20px;
  padding: 8px 16px;
  transition: all .4s ease-in-out;
}

.text-block-22:hover {
  background-color: #fff3;
  transform: translate(0, -3px);
}

.heading-25 {
  color: var(--belay-blue);
  font-size: 2rem;
}

.heading-25._2 {
  margin-top: 2rem;
}

.bold-text-10 {
  font-weight: 500;
}

.list-item-5 {
  color: var(--belay-blue);
}

.list {
  margin-top: 1em;
}

.html-section-hide {
  display: none;
}

.tabs-menu-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link-tab-2 {
  border-bottom: 1px solid var(--belay-blue-75);
  color: var(--belay-blue-75);
  text-transform: uppercase;
  background-color: #0000;
  font-weight: 400;
}

.tab-link-tab-2.w--current {
  border-bottom: 1px solid var(--belay-blue);
  background-color: var(--belay-blue);
  color: var(--pure-white);
}

.tab-content-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 68px #2541571a;
}

.tabs-content {
  margin-top: 20px;
}

.content_wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-13 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.card_block-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--belay-blue);
  background-color: #fff;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  transition-property: all;
  transition-timing-function: ease-in-out;
  display: flex;
  box-shadow: 0 8px 9px #0000001a;
}

.card_block-2:hover {
  transform: translate(0, -3px);
  box-shadow: 0 8px 9px #0000001a;
}

.code-embed-6 {
  width: 50px;
  height: 50px;
}

.text-block-23 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}

.text-block-24 {
  color: var(--belay-blue-75);
  text-align: center;
}

.code-embed-7, .code-embed-8, .code-embed-9 {
  width: 100%;
}

.text-block-25 {
  color: var(--pure-white);
}

.search-result-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.built-wrap {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  display: flex;
}

.dot {
  z-index: 1;
  background-color: #d0921a;
  border: 3px solid #fff;
  border-radius: 11px;
  width: 22px;
  height: 22px;
  position: relative;
  box-shadow: 0 0 0 2px #d0921a;
}

.item-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.text-block-26 {
  color: var(--belay-blue);
  font-size: 1.125rem;
  font-weight: 600;
}

.text-block-27 {
  color: var(--belay-blue);
  font-size: 1.125rem;
}

.content-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.verticle-line {
  background-color: #d0921a;
  width: 2px;
  height: 90%;
  position: absolute;
  inset: 0% auto 0% .9%;
}

.faq_wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.faq {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  box-shadow: 0 0 68px #2541571a;
}

.dropdown-toggle-2 {
  color: var(--pure-white);
  background-color: #800;
  border-radius: 16px;
  justify-content: space-between;
  width: 100%;
  padding: 24px 32px;
  font-weight: 500;
  display: flex;
}

.faq-arrow {
  display: flex;
}

.dropdown-list-3 {
  background-color: #fff;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  display: block;
  position: static;
  overflow: hidden;
}

.answer-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  padding: 32px;
  display: flex;
}

.faq-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faq-content.verticle {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.paragraph-13 {
  color: var(--belay-blue);
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.1;
}

.paragraph-13.white {
  color: var(--pure-white);
}

.text-block-28 {
  color: var(--belay-blue-75);
  line-height: 1.2;
}

.text-block-28.bg {
  color: var(--pure-white);
  background-color: #d0921a;
  border-radius: 24px;
  padding: 10px 12px;
  font-weight: 400;
}

.text-block-28.white {
  color: var(--pure-white);
}

.text-block-29 {
  color: var(--belay-blue-75);
}

.text-block-30 {
  color: var(--belay-blue);
  font-size: 1.25rem;
  font-weight: 500;
}

.grid-14 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.bold-text-11 {
  color: var(--belay-blue);
}

.bold-text-12 {
  font-weight: 500;
}

.rich-text-block-3 {
  color: var(--pure-white);
}

.rich-text-block-3 blockquote {
  background-image: linear-gradient(0deg, #d0921a, #b87e15);
  border-left-style: none;
  border-radius: 24px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.rich-text-block-3 li, .rich-text-block-3 strong {
  color: var(--belay-blue);
}

.italic-text {
  font-style: normal;
  font-weight: 600;
}

.text-block-31 {
  color: var(--belay-blue);
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
}

.text-block-32 {
  color: var(--belay-blue-75);
  text-align: center;
}

.link-9 {
  text-transform: uppercase;
  font-weight: 400;
}

.link-9:hover {
  color: var(--belay-blue-15);
}

.flex_blck-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.faq-dd {
  border-bottom: 1px solid #0006;
  width: 100%;
  display: block;
}

.faq-toggle {
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.lottie-animation {
  flex: none;
  width: 30px;
  height: 30px;
}

.dropdown-list-4 {
  background-color: #0000;
  display: block;
  position: static;
}

.dropdown-list-4.w--open {
  background-color: #0000;
}

.faq-answer {
  padding-bottom: 32px;
}

.collection-item-6 {
  flex-flow: column;
}

.collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.collection-list-wrapper {
  width: 100%;
}

.volunteer-description {
  color: #4a5568;
  text-align: left;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8;
}

.volunteer-description.left {
  color: var(--belay-blue);
  text-align: left;
}

.heading-26 {
  color: var(--belay-blue);
  font-size: 2rem;
}

.heading-27 {
  color: var(--belay-blue);
  text-align: center;
  font-size: 3.5rem;
}

.nav-social-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.nav-right-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.cms-content h1 {
  color: var(--dark-red);
  font-size: 3rem;
}

.cms-content h2 {
  color: var(--belay-blue);
  font-size: 2.5rem;
}

.cms-content h3 {
  color: var(--belay-blue);
  font-size: 2rem;
}

.cms-content h4 {
  color: var(--belay-blue);
  font-size: 1.875rem;
}

.cms-content h5 {
  color: var(--belay-blue);
  font-size: 1.5rem;
}

.cms-content h6 {
  color: var(--belay-blue);
  font-size: 1.25rem;
}

.cms-content p, .cms-content li {
  font-weight: 400;
}

.cms-content strong {
  color: var(--belay-blue);
}

.background-video {
  z-index: 1;
  height: 80vh;
  max-height: 40rem;
}

.section-count-down {
  background-color: #870604;
  background-image: url('../images/Untitled-design-2.png');
  background-position: 50%;
  background-size: cover;
}

.section-count-down.color {
  background-color: var(--belay-blue-75);
  margin-bottom: 0;
}

.event-cancellation-pop-up {
  z-index: 9999;
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0%;
}

.container_small {
  scrollbar-width: thin;
  background-color: #fff;
  border-radius: 24px;
  width: 100%;
  max-width: 1240px;
  height: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  position: relative;
  overflow: auto;
  box-shadow: 0 0 68px #0000001a;
}

.close-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  inset: 1% 1% auto auto;
}

.bold-text-22 {
  text-transform: uppercase;
}

.zoom-image-4 {
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.sticky-image-wrapper-2 {
  z-index: 1;
  border-radius: 7.5rem;
  width: 100%;
  height: 100vh;
  position: sticky;
  bottom: 0;
  overflow: hidden;
}

.hero-title-wrapper-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50rem;
}

.zoom-section-2 {
  width: 100%;
  margin: 10rem auto;
  position: relative;
}

.zoom-content-container-2 {
  z-index: 2;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100vh;
  position: relative;
}

.number-count-2 {
  color: #516779;
  font-size: 4rem;
}

.primary-header-bg-2 {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-color: #daedfc;
  margin-bottom: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  line-height: 1.6;
  display: inline;
}

.value-header-2 {
  color: #fff;
  font-size: 3rem;
}

.grid-15 {
  grid-column-gap: 5rem;
  grid-row-gap: 12.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10rem;
  display: grid;
}

.text-purewhite-71 {
  color: #ffffffb3;
}

.zoom-image-5 {
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.sticky-image-wrapper-3 {
  z-index: 1;
  border-radius: 7.5rem;
  width: 100%;
  height: 100vh;
  position: sticky;
  bottom: 0;
  overflow: hidden;
}

.hero-title-wrapper-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50rem;
}

.text-purewhite-72 {
  color: #ffffffb3;
}

.zoom-image-6 {
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.hero-title-wrapper-4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50rem;
}

.text-purewhite-73 {
  color: #ffffffb3;
}

.zoom-image-7 {
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.hero-title-wrapper-5 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50rem;
}

.text-purewhite-74 {
  color: #ffffffb3;
}

.video-wrapper-2 {
  aspect-ratio: 4 / 5;
  border-top-left-radius: 7.5rem;
  border-bottom-right-radius: 7.5rem;
  width: 100%;
  overflow: hidden;
}

.play-button-wrapper-2 {
  letter-spacing: .18em;
  text-transform: uppercase;
  background-color: #ee611f;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  width: 7rem;
  height: 7rem;
  padding-left: .5rem;
  display: none;
  position: absolute;
}

.lightbox-video-thumbnail-2 {
  width: 100%;
  height: 100%;
}

.uui-text-style-link {
  color: var(--untitled-ui--gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: var(--untitled-ui--gray700);
}

.uui-text-style-link.uui-text-color-primary600 {
  color: var(--untitled-ui--primary600);
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-icon-1x1-xxsmall {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.uui-text-color-primary600 {
  color: var(--untitled-ui--primary600);
}

.uui-banner24_component {
  border-bottom: 1px solid var(--untitled-ui--primary300);
  background-color: var(--untitled-ui--primary25);
  position: relative;
}

.uui-banner24_content-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.uui-banner24_content {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 3rem;
  display: flex;
}

.uui-banner24_text-wrapper {
  grid-row-gap: .125rem;
  text-align: center;
  flex-wrap: wrap;
  display: flex;
}

.uui-banner24_close-button {
  color: var(--untitled-ui--primary500);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: .5rem;
  transition: all .3s;
  display: flex;
}

.uui-banner24_close-button:hover {
  background-color: var(--untitled-ui--primary50);
  color: var(--untitled-ui--primary600);
}

.uui-banner24_text {
  color: var(--untitled-ui--primary700);
  margin-right: .375rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-banner24_supporting-text {
  color: var(--untitled-ui--primary600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.shirt-image {
  width: 50%;
}

.shirt-size-image {
  width: auto;
}

.grid-16 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  place-items: center;
}

.marquee_wrapper {
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
  overflow: hidden;
}

.marquee_list {
  flex: none;
  display: flex;
}

.team-image {
  border-radius: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.marquee-wrapper-2 {
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
  overflow: hidden;
}

.marquee-list-2 {
  flex-flow: row;
  flex: none;
  display: flex;
}

.grid-17 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  margin-top: 60px;
}

.team-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.team-content.center {
  background-color: var(--belay-blue-75);
  border-radius: 10px;
  padding: 40px 20px;
}

.sticky-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 100px;
}

@media screen and (min-width: 1280px) {
  .hero-content-wrapper {
    text-align: center;
    place-items: center;
    text-decoration: none;
  }

  .hero-title-wrapper {
    color: var(--pure-white-70);
  }

  .button.primary {
    min-width: 220px;
  }

  .logo {
    min-width: 120px;
    max-width: 120px;
  }

  .primary-header-bg {
    overflow-wrap: normal;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: sticky;
  }

  .page-dots-bg {
    color: var(--belay-blue);
  }

  .cf-features-section-2-grid-cell.homepage-3 {
    transition: all .4s ease-in-out;
  }

  .cf-service-image {
    border: 4px solid #0000;
  }

  .cf-cta-bottom-image {
    width: 25%;
  }

  .cf-cta-top-image {
    left: -24%;
  }

  .cf-tabs-element {
    top: 18%;
    right: 21%;
  }

  .div-block-10 {
    color: var(--chalk-dust);
  }

  .link-block.w--current {
    max-width: 150px;
  }

  .div-block-15 {
    margin-top: -10rem;
    padding-top: 10rem;
  }

  .text-block-16, .text-block-18, .text-block-22 {
    color: var(--pure-white);
  }
}

@media screen and (min-width: 1440px) {
  strong {
    font-weight: 400;
  }

  .section-pd.no-overflow.position-relative {
    text-align: left;
  }

  .vertical-grid-spacing {
    grid-auto-columns: 1fr;
  }

  .eyebrow-heading {
    margin-bottom: 1rem;
    font-family: Outfit, sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
  }

  .featured-callout-paragraph {
    text-align: center;
    font-size: 1.4rem;
  }

  .featured-section-bg {
    z-index: 10;
  }

  .button {
    align-self: center;
    place-items: center;
  }

  .zoom-section {
    border-radius: var(--radius);
  }

  .logo {
    min-width: 120px;
    max-width: 120px;
  }

  .footer-right-side {
    background-image: url('../images/footer-curve.svg'), url('../images/dot-background.svg');
    background-position: -1px 0, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: auto 120%, auto;
  }

  .testimonial-block-bg {
    background-color: var(--belay-blue);
    border-bottom-right-radius: 2.5rem;
    border-bottom-left-radius: 2.5rem;
    width: 85%;
    height: 80%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: auto 0% 0%;
  }

  .testimonial-text {
    font-size: 1.25rem;
  }

  .section-intro-wrapper {
    margin-bottom: 5rem;
  }

  .section-intro-wrapper.position-relative {
    text-align: left;
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .quote-author {
    color: var(--belay-blue);
  }

  .new-block-text {
    width: 100%;
    max-width: none;
  }

  .cta-wrapper-spacer {
    min-width: 35rem;
  }

  .button-wrapper-small.align-center {
    text-align: center;
    flex-flow: column;
    display: flex;
  }

  .table-data {
    text-align: center;
  }

  .list-image-wrapper.mobile-image-top {
    padding-left: 0;
    padding-right: 2rem;
  }

  .list-grid-spacing {
    grid-auto-columns: 1fr;
  }

  .table-grid-copy {
    text-align: center;
    text-shadow: 0 1px 1px #0003, 0 1px 1px #0003;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas: "Area-3 Area-4 Area Area-2 . Area-5";
    grid-auto-flow: column;
    place-content: space-around center;
  }

  .bold-text {
    line-height: 2;
  }

  .cell {
    flex-flow: wrap;
  }

  .cf-flex-section-1 {
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .cf-flex-1---wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }

  .cf-pricing-plan-pointer-text-18px {
    min-width: 0;
  }

  .cf-pricing-plan {
    min-width: 40rem;
  }

  .cf-cta-bottom-image {
    right: 0%;
  }

  .cf-cta-top-image {
    left: -20%;
  }

  .cf-tabs-image.tab-2 {
    width: 62%;
  }

  .cf-tabs-image.absolute {
    bottom: 7%;
    right: 17%;
  }

  .cf-tabs-image.absolute.tab-1 {
    width: 36%;
    max-width: 212px;
  }

  .cf-tabs-image.absolute.tab-2 {
    width: 81%;
    bottom: 13%;
  }

  .cf-tabs-image.absolute.card {
    width: 48%;
  }

  .cf-tabs-image.absolute.card.tab-3 {
    width: 36%;
    bottom: 8%;
  }

  .cf-tabs-element {
    top: 18%;
    right: 20%;
  }

  .cf-tab-image.tab-5 {
    width: 68%;
  }

  .cf-tab-image.tab-4 {
    width: 78%;
  }

  .cf-tab-image.tab-3 {
    width: 80%;
  }

  .cf-tab-image.tab-1 {
    width: 66%;
    max-width: 385px;
  }

  .cf-choose-feature-name-container {
    height: 50px;
  }

  .brix---z-index-1 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-3 {
    text-align: left;
    display: block;
  }

  .div-block-4 {
    display: flex;
  }

  .code-embed-3 {
    padding-left: 12px;
  }

  .link-block.w--current {
    max-width: 200px;
  }

  .zoom-section-2 {
    border-radius: 7.5rem;
  }
}

@media screen and (min-width: 1920px) {
  .section-pd {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: stretch center;
    display: grid;
  }

  .section-pd.position-relative {
    margin-left: 10px;
    display: block;
  }

  .site-max-width {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .tabs-menu {
    max-width: 80rem;
  }

  .container-large {
    width: 100%;
    display: block;
  }

  .grid-spacer {
    margin-top: 2.3rem;
  }

  .hero-image-wrapper {
    height: 100%;
  }

  .track {
    display: none;
  }

  .hero-wrapper {
    height: 100%;
  }

  .mobile-menu-slideout {
    position: absolute;
  }

  .desktop-hero-image {
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .hero-text-wrapper {
    align-items: start;
    height: 100%;
  }

  .hero-content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: minmax(1rem, 50rem) minmax(auto, 20rem);
    grid-auto-columns: 1fr;
    justify-content: space-between;
    place-items: center start;
    display: flex;
  }

  .featured-callout-paragraph {
    font-size: 1.2rem;
  }

  .button {
    align-self: center;
  }

  .hero-margin {
    height: 80vh;
    margin-top: auto;
  }

  .logo {
    min-width: 120px;
    max-width: 120px;
  }

  .event-title {
    margin-left: 0;
    padding-left: 100px;
  }

  .section-intro-wrapper.position-relative {
    justify-content: space-between;
    align-items: flex-start;
  }

  .reveal-block {
    justify-content: center;
    align-items: stretch;
    display: flex;
    overflow: hidden;
  }

  .reveal-grid-wrapper {
    grid-template-rows: minmax(200px, 1fr);
    align-items: center;
  }

  .reveal-block-bg {
    width: 35rem;
    max-width: none;
  }

  .primary-header-bg {
    flex-flow: column;
    justify-content: center;
    display: flex;
  }

  .accordion-header {
    grid-template-areas: "Area";
  }

  .button-wrapper-small {
    padding-left: 20px;
  }

  .grid-2-1 {
    margin-top: 20px;
  }

  .pass-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    line-height: 1;
  }

  .page-dots-bg {
    text-align: left;
    display: block;
  }

  .lightbox-video-thumbnail {
    flex: 0 auto;
  }

  .video-wrapper {
    object-fit: fill;
  }

  ._50-50-hero {
    margin-top: 0;
  }

  .event-paragraph {
    text-align: left;
    padding-left: 100px;
  }

  .number-block.bg-cloud {
    padding-right: 0;
  }

  .list-image-wrapper.mobile-image-top {
    display: block;
  }

  .list-content-wrapper {
    flex-flow: column;
    display: flex;
  }

  .section {
    border-style: none;
  }

  .search-input {
    color: var(--crux-midnight);
  }

  .search-button:hover {
    color: var(--pure-white);
    background-color: #447174;
  }

  .link {
    color: var(--ldm-gold);
  }

  .paragraph {
    color: var(--pure-white);
  }

  .body {
    background-color: var(--belay-blue);
  }

  .heading-4 {
    color: var(--ldm-gold);
  }

  .code-embed {
    display: block;
    position: relative;
    overflow: visible;
  }

  .collection-item-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-2 {
    grid-row-gap: 14px;
  }

  .rich-text-block {
    display: none;
  }

  .collection-item-3 {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: var(--pure-white-70);
    text-align: right;
    text-overflow: ellipsis;
    overflow-wrap: anywhere;
    object-fit: fill;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    font-family: Outfit, sans-serif;
    font-weight: 300;
    text-decoration: none;
    display: grid;
  }

  .heading-5 {
    font-family: Outfit, sans-serif;
    font-size: 2.25rem;
  }

  .heading-6, .heading-7, .heading-8, .heading-9, .heading-10 {
    font-family: Outfit, sans-serif;
  }

  .code-embed-2 {
    font-family: Oswald, sans-serif;
    font-size: 3rem;
    font-weight: 600;
  }

  .text-block-2 {
    font-family: PT Sans, sans-serif;
    font-weight: 400;
    position: static;
    box-shadow: 0 2px 5px #0003;
  }

  .heading-11 {
    word-break: normal;
    overflow-wrap: normal;
    display: flex;
  }

  .brix---accordion-title {
    display: flex;
  }

  .cell {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .cf-flex-section-1 {
    justify-content: flex-start;
    min-width: 60rem;
  }

  .cf-pricing-plan-pointer-text-18px {
    min-width: 40rem;
  }

  .cell-2 {
    flex-flow: column;
    padding-bottom: 10px;
  }

  .cell-3 {
    padding-bottom: 10px;
  }

  .cf-pricing-plan {
    min-width: 50rem;
  }

  .cf-cta-bottom-image {
    bottom: 3%;
    right: 9%;
  }

  .cf-cta-top-image {
    left: 1%;
  }

  .brix---container-default-6 {
    max-width: 1440px;
  }

  .brix---section-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    place-items: stretch center;
    max-width: none;
    display: block;
  }

  .container-7 {
    flex-flow: row;
    display: flex;
  }

  .short-info, .cell-7 {
    justify-content: flex-start;
    align-items: stretch;
  }

  .brix---section-7, .brix---cta-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-2 {
    text-align: left;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .code-embed-3 {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: contain;
    display: flex;
  }

  .code-embed-4 {
    font-size: 1rem;
    font-weight: 300;
  }

  .div-block-10 {
    justify-content: center;
    align-self: center;
    display: flex;
  }

  .link-block.w--current {
    max-width: 200px;
  }

  .code-embed-5 {
    text-align: left;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .text-block-22 {
    color: var(--pure-white-70);
  }

  .section-count-down {
    background-image: url('../images/Untitled-design-1.png');
    background-position: 0 0;
    background-size: contain;
    border-style: none;
    height: 165px;
    max-height: 165px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 4.5rem;
  }

  h2 {
    font-size: 4rem;
  }

  h3 {
    font-size: 3.5rem;
  }

  h4 {
    font-size: 3rem;
  }

  h5 {
    font-size: 2.5rem;
  }

  h6 {
    font-size: 2rem;
  }

  p {
    margin-top: .5rem;
    margin-bottom: 1rem;
  }

  ._4-column-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .container-xsmall {
    max-width: 100%;
  }

  ._2-column-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .section-pd-top {
    padding-top: 6rem;
  }

  .sg-grid-3col {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .h2-style {
    font-size: 4rem;
  }

  .section-pd.about-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section-pd.position-relative {
    padding-top: 4rem;
    padding-bottom: 1rem;
  }

  .tab {
    flex: none;
    font-size: 1.25rem;
  }

  .h6-style {
    font-size: 2rem;
  }

  ._3-column-grid {
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .h3-style {
    font-size: 2rem;
  }

  .card-spacing-details {
    padding: 1rem 1rem 1.5rem;
  }

  .h4-style {
    font-size: 3rem;
  }

  .h5-style {
    font-size: 2.5rem;
  }

  .h1-style {
    font-size: 4.5rem;
  }

  .style-details {
    padding: 1rem 1rem 1.5rem;
  }

  .example-grid-wrapper {
    grid-row-gap: 4rem;
  }

  .succes-message-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .menu-button {
    justify-content: flex-start;
    align-items: center;
  }

  .menu-button.w--open {
    background-color: var(--ascend-orange);
  }

  .accordion-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .card {
    grid-template-rows: auto;
    grid-auto-rows: 1fr;
  }

  .card-magnetic-button {
    display: none;
  }

  .copywrite-text {
    text-align: left;
    margin-top: 5rem;
  }

  .tabs-menu {
    width: 100%;
  }

  .utility-page-wrap {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .hero-image-wrapper {
    pointer-events: none;
    order: -1;
    min-height: 30rem;
    position: relative;
  }

  .hero-image-wrapper.mobile-position-change {
    position: absolute;
  }

  .track {
    height: auto;
  }

  .social-icon-link:hover {
    opacity: 1;
  }

  .nav-link-wrapper {
    display: none;
  }

  .hero-wrapper {
    flex-flow: column;
    grid-auto-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .eyebrow-heading {
    font-size: 1.25rem;
  }

  .card-2 {
    grid-template-rows: auto;
    grid-auto-rows: 1fr;
    height: 100%;
  }

  .mobile-menu-slideout {
    display: none;
  }

  .mobile-menu-button {
    background-color: var(--crux-midnight);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: var(--pure-white);
    border-radius: 10rem;
    justify-content: flex-start;
    align-items: center;
    min-width: 10rem;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    font-size: 1rem;
  }

  .mobile-menu-button.w--open {
    background-color: var(--belay-blue);
  }

  .nav-container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .close-text {
    display: none;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .nav-menu {
    background-color: var(--crux-midnight);
    background-image: url('../images/dot-background_1.svg');
    background-position: 0 0;
    background-size: auto;
    width: 100%;
    height: 100vh;
    overflow: scroll;
  }

  .nav-slideout-grid {
    display: block;
  }

  .menu-text-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-height: 1.25rem;
    display: flex;
    position: relative;
    inset: 0% auto 0% 0%;
    overflow: hidden;
  }

  .burger-line {
    background-color: #fff;
  }

  .mobile-navigation {
    z-index: 999999;
    background-color: #ddd0;
    justify-content: center;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .nav-button-flex {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .menu-text {
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .desktop-hero-image {
    aspect-ratio: 16 / 9;
    pointer-events: none;
  }

  .desktop-nav {
    background-color: var(--crux-midnight);
    border-radius: 0;
    width: 100%;
    margin-top: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .hero-text-wrapper {
    aspect-ratio: auto;
    background-color: var(--belay-blue);
    background-image: none;
    height: auto;
    padding-top: 0;
    padding-bottom: 4rem;
    display: none;
  }

  .hero-content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    margin-top: -2rem;
  }

  .hero-title-wrapper {
    max-width: 40rem;
    margin-top: -3rem;
  }

  .callout-grid-rows {
    z-index: 1;
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    position: relative;
  }

  .callout-grid-rows.align-right {
    z-index: 1;
    text-align: left;
    justify-items: start;
  }

  .callout-header {
    margin-bottom: .25rem;
  }

  .hero-paragraph {
    text-align: left;
    max-width: 35rem;
  }

  .featured-image {
    aspect-ratio: 1;
    border-bottom-right-radius: 2.5rem;
    border-bottom-left-radius: 2.5rem;
    bottom: 0;
  }

  .flex-text-wrapper {
    margin-bottom: 0;
    padding-top: 4rem;
    padding-bottom: 0;
  }

  .section-50-50-grid {
    grid-row-gap: 3.5rem;
    grid-template-columns: 1fr;
  }

  .featured-section-bg {
    overflow: hidden;
  }

  .bottom-underlay-color {
    margin-top: 5rem;
  }

  .top-right-rock {
    display: none;
  }

  .button:hover {
    border-color: var(--pure-white);
    background-color: var(--pure-white);
    color: var(--belay-blue);
  }

  .button:hover:where(.w-variant-547e19df-b392-4572-2b0a-9976cd1ca0f2) {
    border-color: var(--belay-blue-75);
    background-color: var(--belay-blue-75);
    color: var(--pure-white);
  }

  .bottom-right-rock {
    max-width: 10rem;
    display: none;
  }

  .about-section-bg {
    flex-flow: column;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
    overflow: hidden;
  }

  .about-text-wrapper {
    width: 100%;
    padding: 3rem 5%;
  }

  .about-image-wrapper {
    aspect-ratio: 3 / 2;
    order: -1;
    width: 100%;
    margin-right: 0%;
    padding-left: 0%;
    position: relative;
    overflow: hidden;
  }

  .zoom-section {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .grid {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    margin-top: 5rem;
  }

  .zoom-image-1 {
    inset: 0%;
  }

  .sticky-image-wrapper {
    border-radius: var(--radius-mobile);
    height: 100vh;
    position: sticky;
    top: 0;
  }

  .about-section-blob {
    max-width: 20rem;
    display: none;
    top: -12%;
    left: -10%;
  }

  .slide-heading {
    margin-right: 2rem;
    font-size: 5rem;
  }

  .rotating-text {
    padding-right: 3.5rem;
  }

  .cta-wrapper {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .footer {
    grid-template-columns: 1fr;
  }

  .hero-margin {
    height: 30rem;
    margin-top: 0;
  }

  .cta-text {
    margin-top: 0;
  }

  .number-count {
    font-size: 3.5rem;
  }

  .stat-wrapper.center-borders {
    border-style: solid none;
    border-top-width: .063rem;
    border-top-color: var(--belay-blue-15);
    border-bottom-width: .063rem;
    border-bottom-color: var(--belay-blue-15);
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .logo {
    min-width: 100px;
    max-width: 100px;
  }

  .list-subheader {
    margin-bottom: .5rem;
  }

  .event-date {
    font-size: 3rem;
  }

  .event-title {
    font-size: 2.25rem;
  }

  .events-list-image {
    border-radius: 0;
  }

  .footer-left-side {
    padding: 4rem 5% 2rem;
  }

  .footer-right-side {
    background-image: url('../images/mobile-footer-curve.svg'), url('../images/dot-background_1.svg');
    background-position: 0 -1px, 0 0;
    background-size: 100%, contain;
    padding: 9rem 5% 4rem;
  }

  .footer-links {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
  }

  .footer-links-wrapper {
    max-width: none;
  }

  .newsletter-form {
    max-width: 25rem;
  }

  .dropdown {
    width: 100%;
    position: relative;
  }

  .dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .dropdown-arrow {
    color: #667085;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .dropdown-list {
    position: static;
    overflow: hidden;
  }

  .dropdown-list.w--open {
    box-shadow: none;
    background-color: #1b1e25;
    border-style: none;
    border-color: #0000;
    width: auto;
    padding: 0;
    position: relative;
  }

  .dropdown-list-link {
    padding-left: 1.5rem;
    padding-right: 1rem;
  }

  .testimonial-wrapper-spacing {
    padding-bottom: 2.5rem;
    display: flex;
  }

  .testimonial-block-bg {
    width: 100%;
    height: 70%;
  }

  .section-intro-wrapper {
    margin-bottom: 3rem;
  }

  .testimonial-card {
    border-radius: 1.5rem;
    width: 80vw;
  }

  .testimonial-card.left-card {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .testimonial-card.right-card {
    z-index: 10;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .reveal-block {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .new-block-text {
    position: relative;
  }

  .reveal-grid-wrapper {
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .reveal-block-bg {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
  }

  .feature-block-image.image-2 {
    display: block;
  }

  .cta-wrapper-spacer {
    display: none;
  }

  .sliding-image-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .scroling-image-left {
    aspect-ratio: 3 / 2;
    border-top-left-radius: 2.5rem;
    border-top-right-radius: 2.5rem;
    border-bottom-right-radius: 0;
  }

  .scrolling-image-right {
    display: none;
  }

  .card-title {
    word-break: break-all;
  }

  .primary-header-bg.bg-color {
    font-family: Anton, sans-serif;
  }

  .new-footer-header, .value-header {
    font-size: 2.5rem;
  }

  .about-section-header {
    text-align: center;
    align-self: auto;
    font-size: 4rem;
  }

  .content-wrapper {
    width: 90%;
    max-width: 38rem;
    margin-left: auto;
    margin-right: auto;
  }

  .accordion-circle:hover {
    background-color: var(--belay-blue);
  }

  .button-wrapper-small {
    padding-top: 4rem;
  }

  .benefits-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .benefits-image {
    z-index: 0;
    aspect-ratio: auto;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .grid-2-1 {
    grid-template-columns: 2fr;
  }

  .table-grid {
    grid-auto-columns: 1fr;
  }

  .overlay-text-wrapper {
    aspect-ratio: 1;
  }

  .empty-block {
    display: none;
  }

  .pass-grid {
    grid-auto-columns: 1fr;
  }

  .perk-header {
    color: var(--pure-white);
  }

  .perk-text {
    color: var(--pure-white-70);
    max-width: 30rem;
  }

  .page-dots-bg {
    margin-top: -8px;
  }

  .sticky-card {
    position: static;
    top: 0;
  }

  .cursor-area {
    display: none;
  }

  .play-button-wrapper {
    display: flex;
  }

  .featured-image-wrapper {
    display: none;
  }

  .featured-overview-wrapper {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .featured-item-grid {
    border-radius: 1.5rem;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .events-grid-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .slider-track {
    grid-auto-columns: 1fr;
    padding-left: 5%;
    padding-right: 5%;
    overflow: scroll;
  }

  .testimonial-container {
    padding-left: 0%;
    padding-right: 0%;
  }

  .event-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
  }

  ._50-50-hero {
    padding-top: 11rem;
    padding-bottom: 4rem;
  }

  .tab-content {
    padding-top: 2rem;
  }

  .border-wrapper {
    padding-top: 3.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .bottom-left-rock {
    display: none;
  }

  .nav-links-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 1.5rem;
    grid-template-rows: min-content;
    grid-template-columns: minmax(min-content, max-content);
    grid-auto-columns: 1fr;
    max-width: none;
    display: grid;
  }

  .nav-links {
    grid-column-gap: 5rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 15rem;
    display: grid;
  }

  .mobile-image-overlay {
    z-index: 0;
    background-color: #0f1a2399;
    border-radius: 2.5rem;
    height: 100%;
    display: block;
    position: absolute;
    inset: auto 0% 0%;
  }

  .number-block {
    padding: 3rem 2.5rem 0;
  }

  .new-list-grid {
    border-radius: 2.5rem;
    grid-template-columns: 1fr;
  }

  .list-image-wrapper {
    width: 100%;
    padding-top: 2.5rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .list-image-wrapper.mobile-image-top {
    padding-top: 0;
  }

  .list-content-wrapper {
    width: 100%;
    padding: 8rem 2.5rem 0;
  }

  .list-content-wrapper.mobile-content-bottom {
    padding-bottom: 3rem;
  }

  .list-desktop-curve {
    display: none;
    inset: 0% auto auto 0%;
  }

  .list-mobile-curve {
    z-index: -1;
    width: 100%;
    margin-top: -.063rem;
    display: block;
    inset: 0% auto auto 0%;
  }

  .button-2 {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    overflow: clip;
  }

  .container {
    max-width: 940px;
  }

  .section.color {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-4 {
    margin-top: 1rem;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-copy {
    width: 100%;
    position: relative;
  }

  .cf-logos-2--wrapper {
    grid-column-gap: 40px;
  }

  .cf-features-section-2-wrapper {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .cf-features-section-2-grid {
    grid-row-gap: 80px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: 700px;
    margin-top: 40px;
  }

  .cf-features-section-2-heading {
    max-width: 600px;
    font-size: 30px;
  }

  .section-pd-copy, .section-pd-copy.about-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .card-header {
    object-fit: fill;
    font-size: 3rem;
  }

  .platinum-sponsor, .gold-sponsor, .silver-sponsor, .bronza-sponsor {
    font-size: 2rem;
  }

  .sponsor-copy {
    font-size: 3.5rem;
  }

  .table-grid-copy {
    grid-auto-columns: 1fr;
  }

  .container-3 {
    max-width: 728px;
  }

  .cf-logos-2--wrapper-2 {
    grid-column-gap: 40px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---accordion-spacer {
    min-height: 12px;
  }

  .brix---accordion-item-wrapper-v6, .brix---accordion-item-wrapper-v3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v3:hover {
    transform: translate(6px);
  }

  .brix---accordion-item-wrapper-v3-first {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v3-first:hover {
    transform: translate(6px);
  }

  .brix---tabs-wrapper-v2 {
    flex-direction: column;
  }

  .brix---tabs-menu-v2 {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .brix---badge-secondary---tabs-v2 {
    margin-bottom: 0;
    margin-left: 12px;
    margin-right: 12px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 40px;
  }

  .brix---section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---accordion-spacer-2 {
    min-height: 12px;
  }

  .brix---accordion-item-wrapper-v3-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v3-2:hover {
    transform: translate(6px);
  }

  .brix---accordion-item-wrapper-v3-first-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v3-first-2:hover {
    transform: translate(6px);
  }

  .brix---tabs-wrapper-v2-2 {
    flex-direction: column;
  }

  .brix---tabs-menu-v2-2 {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .brix---badge-secondary---tabs-v2-2 {
    margin-bottom: 0;
    margin-left: 12px;
    margin-right: 12px;
  }

  .brix---accordion-item-wrapper-v6-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 40px;
  }

  .brix---section-3 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-3 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---accordion-spacer-3 {
    min-height: 12px;
  }

  .brix---accordion-v3-card {
    padding: 64px 48px;
  }

  .brix---accordion-item-wrapper-v3-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v3-3:hover {
    transform: translate(6px);
  }

  .brix---accordion-item-wrapper-v3-first-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v3-first-3:hover {
    transform: translate(6px);
  }

  .brix---accordion-item-wrapper-v3-last {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v3-last:hover {
    transform: translate(6px);
  }

  .brix---accordion-item-wrapper-v6-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cf-logos-2--wrapper-3 {
    grid-column-gap: 40px;
  }

  .container-4, .container-5 {
    max-width: 728px;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---mg-bottom-48px-4 {
    margin-bottom: 40px;
  }

  .brix---display-2 {
    font-size: 58px;
    line-height: 70px;
  }

  .brix---section-4 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---btn-primary-full-width {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .cf-flex-1---text-contain {
    width: 100%;
    max-width: 560px;
    margin-top: 40px;
  }

  .cf-flex-1---image-contain {
    width: 100%;
    max-width: 500px;
  }

  .cf-flex-1---wrapper {
    padding-top: 0;
  }

  .cf-flex-1---container {
    flex-direction: column;
  }

  .cf-18px-paragraph {
    text-align: center;
    max-width: none;
    margin-bottom: 0;
  }

  .cf-wrapper-1160 {
    flex-direction: column;
  }

  .cf-wrapper-1160.different-flex {
    align-items: center;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .cf-h2-heading-56px {
    font-size: 30px;
  }

  .cf-body---18px {
    line-height: 150%;
  }

  .cf-different-tabs-content {
    margin-top: 60px;
    margin-left: 0;
  }

  .cf-different-tabs {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cf-pricing-plan-pointer-text-18px {
    line-height: 150%;
  }

  .cf-different-menu {
    grid-column-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    width: 100%;
    max-width: 660px;
    margin-right: 0%;
  }

  .container-6 {
    max-width: 728px;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .pricing-comparison {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

  .brix---mg-bottom-48px-5 {
    margin-bottom: 40px;
  }

  .brix---section-5 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-4 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---accordion-spacer-4 {
    min-height: 12px;
  }

  .brix---accordion-item-wrapper-v3-4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v3-4:hover {
    transform: translate(6px);
  }

  .brix---accordion-item-wrapper-v3-first-4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-item-wrapper-v3-first-4:hover {
    transform: translate(6px);
  }

  .brix---tabs-wrapper-v2-3 {
    flex-direction: column;
  }

  .brix---tabs-menu-v2-3 {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .brix---badge-secondary---tabs-v2-3 {
    margin-bottom: 0;
    margin-left: 12px;
    margin-right: 12px;
  }

  .race-event-header {
    margin-bottom: .5rem;
  }

  .cf-wrapper-1161 {
    flex-direction: column;
  }

  .cf-wrapper-1161.different-flex {
    align-items: center;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .cf-h2-heading-56px-2 {
    font-size: 30px;
  }

  .cf-body---18px-2 {
    line-height: 150%;
  }

  .cf-different-tabs-content-2 {
    margin-top: 60px;
    margin-left: 0;
  }

  .cf-different-tabs-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cf-pricing-plan-pointer-text-18px-2 {
    line-height: 150%;
  }

  .cf-different-menu-2 {
    grid-column-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    width: 100%;
    max-width: 660px;
    margin-right: 0%;
  }

  .cf-pricing-plan {
    line-height: 150%;
  }

  .cf-cta-wrapper-2 {
    padding-bottom: 20px;
  }

  .cf-center-wrapper-cta {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    display: flex;
  }

  .cf-cta-h2-heading {
    font-size: 36px;
  }

  .cf-cta-bottom-image {
    width: 28%;
  }

  .cf-cta-top-image {
    width: 40%;
    top: 11%;
    left: -10%;
  }

  .f-navigation-link {
    width: 100%;
  }

  .f-navigation {
    position: relative;
  }

  .f-navigation-menu-button {
    border: 1px solid var(--flowui-component-library--gray-200);
    color: var(--flowui-component-library--grey-600);
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button.w--open {
    background-color: var(--flowui-component-library--gray-900);
    border-color: #fff;
  }

  .f-navigation-content {
    align-items: center;
    width: auto;
    display: flex;
  }

  .f-navigation-menu {
    background-color: var(--flowui-component-library--white);
    color: var(--flowui-component-library--grey-600);
    padding: 12px;
    position: absolute;
  }

  .f-navigation-menu.w--open {
    background-color: var(--flowui-component-library--gray-700);
    border-color: #fff;
  }

  .f-navigation-logo-link {
    margin-right: 0;
  }

  .cf-tabs-content-contain {
    flex-direction: column;
    align-items: center;
    max-width: 600px;
  }

  .cf-tabs-menu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 650px;
  }

  .cf-tabs-right-tab {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cf-tabs-left-wrap {
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cf-faq-main-heading {
    text-align: center;
  }

  .cf-faq-content-2 {
    padding-bottom: 24px;
  }

  .cf-faq-answer-wrap-2 {
    padding-bottom: 0;
    padding-right: 7%;
  }

  .cf-faqs-container {
    width: 90%;
    padding-top: 0;
  }

  .brix---mg-bottom-48px-6 {
    margin-bottom: 40px;
  }

  .brix---display-4 {
    font-size: 22px;
    line-height: 38px;
  }

  .brix---container-default-6 {
    display: flex;
  }

  .brix---section-6 {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .brix---heading-h2-size-5 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---tab-left-icon {
    padding-left: 18px;
    padding-right: 18px;
  }

  .brix---tabs-menu-vertical {
    max-width: 271px;
  }

  .brix---tabs-content-card {
    padding: 40px 32px 48px;
  }

  .brix---mg-bottom-32px-2 {
    margin-bottom: 24px;
  }

  .brix---tabs-menu-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .brix---tab-small-center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cf-wrapper-1162 {
    flex-direction: column;
  }

  .cf-wrapper-1162.different-flex {
    align-items: center;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .cf-wrapper-1162.choose-flex {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .cf-h2-heading-56px-3 {
    font-size: 30px;
  }

  .cf-body---18px-3 {
    line-height: 150%;
  }

  .cf-different-tabs-content-3 {
    margin-top: 60px;
    margin-left: 0;
  }

  .cf-different-tabs-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cf-pricing-plan-pointer-text-18px-3 {
    line-height: 150%;
  }

  .cf-different-menu-3 {
    grid-column-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    width: 100%;
    max-width: 660px;
    margin-right: 0%;
  }

  .cf-choose-grid {
    grid-column-gap: 40px;
    grid-row-gap: 200px;
    grid-template-columns: 1fr;
    place-content: center;
    place-items: center;
  }

  .cf-bottom-line-image {
    bottom: -50px;
  }

  .cf-feature-pointer-text-20px {
    font-size: 18px;
  }

  .cf-20px-text {
    line-height: 150%;
  }

  .cf-green-vs-circle {
    top: 3%;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---section-7 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-6 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-4-columns-instagram {
    grid-template-columns: 1fr 1fr;
  }

  .brix---cta-section {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .brix---btn-primary-white {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---grid-cta-v1 {
    grid-template-columns: .7fr;
  }

  .brix---buttons-row-right---t-left {
    justify-content: flex-start;
  }

  .brix---cta-v1-floating-item-01 {
    width: 35%;
    top: -4%;
    left: -5%;
  }

  .brix---cta-v1-floating-item-02 {
    width: 38%;
    bottom: -3%;
  }

  .cf-wrapper.benefits-wrapper {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .cf-benefits-image {
    display: none;
  }

  .cell-8 {
    align-items: stretch;
  }

  .cell-9 {
    justify-content: flex-start;
    align-items: center;
  }

  .grid-3 {
    grid-column-gap: 80px;
  }

  .sponsor-logo-link.single {
    width: 30%;
  }

  .div-block-14 {
    order: -9999;
  }

  .div-block-14.mobile {
    display: flex;
  }

  .div-block-14.desktop {
    display: none;
  }

  .grid02 {
    display: flex;
  }

  .grid-8 {
    grid-template-columns: 1fr 1fr;
  }

  .tabs-menu-2 {
    justify-content: flex-start;
    align-items: stretch;
    width: 100vw;
    overflow: auto;
  }

  .background-video {
    height: 60vh;
  }

  .container_small {
    height: 500px;
  }

  .zoom-image-4 {
    inset: 0%;
  }

  .sticky-image-wrapper-2 {
    border-radius: 2.5rem;
    height: 100vh;
    position: sticky;
    top: 0;
  }

  .hero-title-wrapper-2 {
    max-width: 40rem;
    margin-top: -3rem;
  }

  .zoom-section-2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .number-count-2 {
    font-size: 3.5rem;
  }

  .value-header-2 {
    font-size: 2.5rem;
  }

  .grid-15 {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    margin-top: 5rem;
  }

  .zoom-image-5 {
    inset: 0%;
  }

  .sticky-image-wrapper-3 {
    border-radius: 2.5rem;
    height: 100vh;
    position: sticky;
    top: 0;
  }

  .hero-title-wrapper-3 {
    max-width: 40rem;
    margin-top: -3rem;
  }

  .zoom-image-6 {
    inset: 0%;
  }

  .hero-title-wrapper-4 {
    max-width: 40rem;
    margin-top: -3rem;
  }

  .zoom-image-7 {
    inset: 0%;
  }

  .hero-title-wrapper-5 {
    max-width: 40rem;
    margin-top: -3rem;
  }

  .play-button-wrapper-2 {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.5rem;
  }

  h4 {
    font-size: 2.25rem;
  }

  h5 {
    font-size: 2rem;
  }

  h6 {
    font-size: 1.75rem;
  }

  p {
    font-size: 1.125rem;
  }

  .style-guide-subwrap {
    margin-top: 2.5rem;
  }

  ._2-column-grid {
    grid-template-columns: 1fr;
  }

  .section-pd-top {
    padding-top: 4rem;
  }

  .sg-grid-3col {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .h2-style {
    font-size: 2.75rem;
  }

  .style-guide-text {
    font-size: 1rem;
  }

  .tab {
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
  }

  .h6-style {
    font-size: 1.75rem;
  }

  .h3-style {
    font-size: 2.5rem;
  }

  .h4-style {
    font-size: 2.25rem;
  }

  .h5-style {
    font-size: 2rem;
  }

  .h1-style {
    font-size: 3rem;
  }

  .accordion-item-wrapper {
    grid-column-gap: 0rem;
  }

  .quote-author-image {
    max-width: 3.5rem;
  }

  .copywrite-text {
    text-align: left;
  }

  .tabs-menu {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .utility-page-wrap {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .eyebrow-heading {
    font-size: 1.25rem;
  }

  .nav-slideout-grid {
    grid-template-columns: 70% 1fr;
  }

  .hero-content-wrapper {
    grid-template-columns: 1fr;
  }

  .hero-title-wrapper {
    max-width: 35rem;
  }

  .callout-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
  }

  .callout-grid {
    grid-column-gap: 1.5rem;
  }

  .callout-icon-wrapper {
    min-width: 5rem;
    max-width: 5rem;
  }

  .callout-icon {
    max-width: 1.5rem;
  }

  .callout-header {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }

  .hero-paragraph {
    max-width: 35rem;
  }

  .featured-image {
    border-bottom-right-radius: 2.5rem;
    border-bottom-left-radius: 2.5rem;
  }

  .flex-text-wrapper {
    padding-top: 2.5rem;
  }

  .date-details-text {
    font-size: 1rem;
  }

  .button {
    min-height: 3.5rem;
  }

  .button-circle {
    max-height: 3.5rem;
  }

  .about-text-wrapper {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .zoom-content-card {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-top-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    flex-flow: column;
    padding: 2.5rem 2rem;
  }

  .about-section-blob {
    display: none;
  }

  .slide-heading {
    font-size: 4rem;
  }

  .cta-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .number-count, .event-date {
    font-size: 3rem;
  }

  .footer-links {
    flex-direction: column;
    margin-top: 3rem;
  }

  .dropdown-toggle {
    justify-content: space-between;
  }

  .testimonial-card {
    padding: 2rem;
  }

  .new-block-text {
    width: 100%;
    max-width: none;
  }

  .featured-card:where(.w-variant-c9688b42-57bc-e4ae-1905-cf6f07ccdb05) {
    padding-right: 2rem;
  }

  .featured-card-details:where(.w-variant-c9688b42-57bc-e4ae-1905-cf6f07ccdb05) {
    padding-left: 2rem;
  }

  .card-title {
    word-break: normal;
    font-size: 3rem;
  }

  .primary-header-bg {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .secondary-header-bg {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .value-header {
    font-size: 2rem;
  }

  .about-section-header {
    font-size: 2.75rem;
  }

  .accordion-circle {
    min-width: 2.5rem;
    min-height: 2.5rem;
    font-size: 22px;
    line-height: 24px;
  }

  .grid-2-1 {
    grid-template-columns: 2fr;
  }

  .table-grid, .pass-grid {
    grid-template-columns: 1fr;
  }

  .card-subtitle {
    font-size: 3rem;
  }

  .perk-header {
    font-size: 1.5rem;
  }

  .perk-text {
    font-size: 1rem;
  }

  .featured-event-date {
    margin-top: .5rem;
  }

  .featured-image-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    display: block;
  }

  .featured-overview-wrapper {
    padding: 2.5rem 2rem;
  }

  .featured-item-grid {
    grid-template-columns: 1fr;
  }

  .form-button {
    min-height: 3.5rem;
  }

  .events-grid-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .slider-track {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .event-grid {
    padding-top: 1rem;
  }

  .header-eyebrow {
    font-size: 2rem;
  }

  .header-eyebrow.secondary-header-bg.small-pd {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .border-wrapper {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    padding-top: 2.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-links {
    flex-direction: column;
  }

  .number-block {
    padding-top: 2.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .list-content-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cf-logo-2-heading {
    text-align: center;
    font-size: 22px;
  }

  .cf-logos-2--wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .cf-logos-2---image-contain {
    width: 30%;
    height: 70px;
  }

  .cf-features-section-2-wrapper {
    width: 90%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cf-features-section-2-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
  }

  .cf-features-section-2-heading {
    max-width: 420px;
    font-size: 28px;
  }

  .cf-service-paragraph {
    margin-top: 0;
    font-size: 16px;
    line-height: 150%;
  }

  .cf-service-heading {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .card-header {
    font-size: 2.4rem;
  }

  .platinum-sponsor, .gold-sponsor, .silver-sponsor, .bronza-sponsor, .sponsor-copy {
    font-size: 2.5rem;
  }

  .table-grid-copy {
    grid-template-columns: 1fr;
  }

  .features-table {
    padding: 60px 15px;
  }

  .cf-logo-2-heading-2 {
    text-align: center;
    font-size: 22px;
  }

  .cf-logos-2--wrapper-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .cf-logos-2---image-contain-2 {
    width: 30%;
    height: 70px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---tabs-menu {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---btn-circle-accordion-btn {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .brix---accordion-right-side {
    margin-left: 16px;
    margin-right: 16px;
  }

  .brix---badge-secondary---tabs {
    margin: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---accordion-item-wrapper-v6 {
    padding: 40px 24px;
  }

  .brix---accordion-title-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---accordion-item-wrapper-v3, .brix---accordion-item-wrapper-v3-first {
    padding: 36px 0;
  }

  .brix---tabs-menu-v2 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---badge-secondary---tabs-v2 {
    margin: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---accordion-title-3 {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---btn-circle-accordion-btn-2 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .brix---accordion-item-wrapper-v3-2, .brix---accordion-item-wrapper-v3-first-2 {
    padding: 36px 0;
  }

  .brix---accordion-right-side-2 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .brix---tabs-menu-v2-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---badge-secondary---tabs-v2-2 {
    margin: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---tabs-menu-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---badge-secondary---tabs-2 {
    margin: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---accordion-item-wrapper-v6-2 {
    padding: 40px 24px;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 32px;
  }

  .brix---section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size-3 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---accordion-title-4 {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---btn-circle-accordion-btn-3 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .brix---accordion-v3-card {
    padding: 40px 32px;
  }

  .brix---accordion-item-wrapper-v3-3, .brix---accordion-item-wrapper-v3-first-3 {
    padding: 36px 0;
  }

  .brix---accordion-right-side-3 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .brix---accordion-item-wrapper-v3-last {
    padding: 36px 0;
  }

  .brix---accordion-title-5 {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---tabs-menu-3 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---badge-secondary---tabs-3 {
    margin: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---accordion-item-wrapper-v6-3 {
    padding: 40px 24px;
  }

  .cf-logo-2-heading-3 {
    text-align: center;
    font-size: 22px;
  }

  .cf-logos-2--wrapper-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .cf-logos-2---image-contain-3 {
    width: 30%;
    height: auto;
  }

  .features-table-2 {
    padding: 60px 15px;
  }

  .features-table-3 {
    padding: 60px 15px 0;
  }

  .brix---mg-bottom-48px-4 {
    margin-bottom: 32px;
  }

  .brix---display-2 {
    font-size: 48px;
    line-height: 56px;
  }

  .brix---section-4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---pricing-top-v1 {
    padding: 32px 24px;
  }

  .brix---pricing-content {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---text-200-list-bold {
    font-size: 16px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---text-300-medium {
    font-size: 18px;
    line-height: 20px;
  }

  .brix---btn-primary-full-width {
    padding: 20px 32px;
  }

  .cf-14px-heading {
    font-size: 18px;
  }

  .cf-flex-1---image-1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-flex-1---image-2 {
    right: 0%;
  }

  .cf-flex-section-1 {
    min-width: 0;
  }

  .cf-flex-1---wrapper {
    width: 90%;
    padding-top: 10px;
  }

  .cf-h2-heading-56px {
    font-size: 28px;
  }

  .cf-body---18px {
    font-size: 16px;
  }

  .cf-h3-heading-40px {
    font-size: 22px;
  }

  .cf-different-tab-link {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
  }

  .cf-different-menu {
    grid-row-gap: 10px;
    width: 100%;
  }

  .pricing-overview {
    padding: 60px 15px;
  }

  .pricing-card-text {
    margin-bottom: auto;
  }

  .pricing-comparison {
    padding: 0 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .brix---mg-bottom-16px-4 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px-5 {
    margin-bottom: 32px;
  }

  .brix---section-5 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size-4 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---accordion-title-6 {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---btn-circle-accordion-btn-4 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .brix---accordion-item-wrapper-v3-4, .brix---accordion-item-wrapper-v3-first-4 {
    padding: 36px 0;
  }

  .brix---accordion-right-side-4 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .brix---tabs-menu-v2-3 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---badge-secondary---tabs-v2-3 {
    margin: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .race-event-header {
    font-size: 1.5rem;
  }

  .cf-h2-heading-56px-2 {
    font-size: 28px;
  }

  .cf-body---18px-2 {
    font-size: 16px;
  }

  .cf-h3-heading-40px-2 {
    font-size: 22px;
  }

  .cf-different-tab-link-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
  }

  .cf-different-menu-2 {
    grid-row-gap: 10px;
    width: 100%;
  }

  .cf-cta-wrapper-2 {
    padding-bottom: 20px;
  }

  .cf-cta-buttons-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .cf-center-wrapper-cta {
    width: 90%;
  }

  .cf-cta-paragraph {
    max-width: 500px;
    font-size: 16px;
  }

  .cf-cta-h2-heading {
    font-size: 32px;
  }

  .cf-cta-bottom-image {
    width: 31%;
    bottom: -14%;
  }

  .f-navigation-socials-wrapper {
    display: none;
  }

  .cf-home-tab-link {
    padding: 15px 30px;
  }

  .cf-tabs-content-contain {
    flex-direction: column;
    min-height: auto;
  }

  .cf-features-4-tabs-heading {
    font-size: 35px;
  }

  .cf-tabs-menu {
    width: 100%;
  }

  .cf-tabs-right-tab {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cf-tabs-left-wrap {
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cf-tabs-content-heading {
    font-size: 22px;
  }

  .cf-faq-container {
    margin-bottom: 100px;
  }

  .cf-faq-main-heading {
    font-size: 2.5rem;
  }

  .cf-faq-answer-wrap-2 {
    padding-right: 7%;
  }

  .cf-faq-questions-2 {
    font-size: 22px;
  }

  .brix---mg-bottom-16px-5 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px-6 {
    margin-bottom: 32px;
  }

  .brix---display-4 {
    font-size: 20px;
    line-height: 32px;
  }

  .brix---container-default-6 {
    justify-content: center;
    align-items: flex-start;
  }

  .brix---section-6 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .brix---heading-h2-size-5 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---subtitle-2 {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---tab-left-icon {
    justify-content: center;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .brix---tabs-wrapper-tabs-left {
    flex-direction: column;
  }

  .brix---tabs-menu-vertical {
    flex-direction: column;
    align-items: stretch;
    max-width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .brix---tabs-content-card {
    padding-top: 30px;
    padding-bottom: 32px;
  }

  .brix---square-icon-48px {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---tabs-menu-4 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---link-icon-right {
    width: 20px;
    margin-left: 8px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---tab-small-center {
    justify-content: center;
    margin: 10px 0;
  }

  .brix---grid-2-columns-gap-56px {
    grid-template-columns: 1fr;
  }

  .cf-wrapper-1162.choose-flex {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cf-h2-heading-56px-3 {
    font-size: 28px;
  }

  .cf-body---18px-3 {
    font-size: 16px;
  }

  .cf-h3-heading-40px-3 {
    font-size: 22px;
  }

  .cf-different-tab-link-3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
  }

  .cf-different-menu-3 {
    grid-row-gap: 10px;
    width: 100%;
  }

  .cf-choose-feature-check-icon {
    margin-right: 10px;
  }

  .cf-20px-text {
    font-size: 18px;
  }

  .brix---mg-bottom-16px-6 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---section-7 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size-6 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---cta-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---btn-primary-white {
    padding: 20px 32px;
  }

  .brix---btn-secondary-white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---grid-cta-v1 {
    grid-template-columns: 1fr;
  }

  .brix---cta-v1-floating-item-01 {
    width: 34%;
  }

  .brix---cta-v1-floating-item-02 {
    width: 34%;
    bottom: -5%;
    right: -4%;
  }

  .cf-wrapper {
    width: 90%;
  }

  .cf-wrapper.benefits-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .cf-benefits-pointers-right {
    margin-top: 0;
  }

  .div-block-12 {
    grid-template-columns: 1fr;
  }

  .sponsor-logo-link {
    height: auto;
  }

  .heading_style-h3 {
    font-size: 2rem;
  }

  .rich-text-block-2 h4 {
    font-size: 1.25rem;
  }

  .heading-16.left-align {
    font-size: 2rem;
  }

  .grid-7 {
    grid-template-columns: 1fr;
  }

  .text-block-17 {
    font-size: 1.25rem;
  }

  .grid-10, .grid-11 {
    grid-template-columns: 1fr 1fr;
  }

  .heading-23 {
    font-size: 2rem;
  }

  .marthen-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-24 {
    font-size: 2rem;
  }

  .tabs-menu-2 {
    align-items: stretch;
  }

  .tab-link-tab-2 {
    flex: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-13 {
    grid-template-columns: 1fr 1fr;
  }

  .verticle-line {
    left: 2%;
  }

  .dropdown-toggle-2 {
    white-space: normal;
  }

  .faq-content {
    flex-flow: column;
  }

  .faq-content.verticle {
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-28, .text-block-28.white, .text-block-29 {
    text-align: center;
  }

  .grid-14 {
    grid-template-columns: 1fr;
  }

  .bold-text-13, .bold-text-14 {
    font-size: 1rem;
  }

  .code-embed-10, .nav-social-icon.desktop {
    display: none;
  }

  .cms-content h1 {
    font-size: 2.5rem;
  }

  .cms-content h2 {
    font-size: 2rem;
  }

  .cms-content h3 {
    font-size: 1.8rem;
  }

  .cms-content h4 {
    font-size: 1.5rem;
  }

  .cms-content h5 {
    font-size: 1.4rem;
  }

  .section-count-down {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-title-wrapper-2 {
    max-width: 35rem;
  }

  .number-count-2 {
    font-size: 3rem;
  }

  .primary-header-bg-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .value-header-2 {
    font-size: 2rem;
  }

  .hero-title-wrapper-3, .hero-title-wrapper-4, .hero-title-wrapper-5 {
    max-width: 35rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-banner24_content-wrapper {
    align-items: flex-start;
  }

  .uui-banner24_content {
    margin-left: 0;
  }

  .uui-banner24_text-wrapper {
    text-align: left;
  }

  .uui-banner24_close-button:hover {
    color: var(--untitled-ui--primary500);
    background-color: #0000;
  }

  .grid-17 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .sg-grid-3col {
    grid-template-columns: 1fr;
  }

  .h2-style {
    padding-bottom: 20px;
    font-size: 2.5rem;
  }

  .style-guide-header {
    margin-bottom: 2rem;
  }

  .section-pd {
    overflow: visible;
  }

  .section-pd.position-relative {
    padding-top: 2rem;
  }

  .class-flex-wrapper {
    flex-direction: column;
  }

  .tab {
    font-size: 1rem;
  }

  .radio-field, .checkbox-wrapper {
    width: 100%;
  }

  .h3-style {
    font-size: 2rem;
  }

  .secondary-class-label, .primary-class-label {
    margin-bottom: .5rem;
  }

  .quote-author-image {
    max-width: 2.5rem;
    margin-right: .75rem;
  }

  .hero-image-wrapper {
    min-height: 20rem;
  }

  .hero-wrapper {
    grid-auto-flow: row;
    height: 20rem;
  }

  .quote-author-details {
    margin-top: 1rem;
  }

  .mobile-menu-slideout {
    display: none;
  }

  .nav-slideout-grid {
    grid-template-columns: 100% 1fr;
  }

  .text-purewhite-70.mg-bottom-0 {
    text-align: left;
  }

  .desktop-hero-image {
    display: none;
  }

  .hero-text-wrapper {
    height: auto;
  }

  .hero-content-wrapper {
    align-content: end;
  }

  .callout-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: stretch;
  }

  .featured-image {
    aspect-ratio: 4 / 5;
  }

  .featured-callout-paragraph {
    font-size: 1rem;
    line-height: 1.4;
  }

  .top-right-rock {
    display: none;
  }

  .button.primary {
    min-width: 220px;
  }

  .bottom-right-rock {
    display: none;
  }

  .sticky-image-wrapper {
    top: 0;
  }

  .slide-heading {
    font-size: 3.5rem;
  }

  .cta-wrapper {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
  }

  .hero-margin {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    pointer-events: auto;
    mix-blend-mode: normal;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    height: auto;
    display: block;
    overflow: visible;
  }

  .stat-header {
    word-break: break-all;
    font-size: 4rem;
  }

  .logo {
    max-width: 100px;
    display: inline-flex;
  }

  .footer-right-side {
    padding-top: 5rem;
  }

  .footer-links {
    flex-direction: column;
  }

  .input-wrapper {
    width: 100%;
  }

  .newsletter-form {
    width: 100%;
    max-width: none;
  }

  .newsletter-input {
    min-width: auto;
  }

  .testimonial-text {
    font-size: 1rem;
  }

  .section-intro-wrapper.with-button {
    grid-template-columns: 1fr;
  }

  .quote-author {
    font-size: 1rem;
  }

  .testimonial-card {
    padding: 2rem 1.5rem;
  }

  .quote-icon {
    max-width: 2rem;
  }

  .reveal-grid-wrapper {
    flex-flow: column;
  }

  .card-title {
    font-size: 2.75rem;
  }

  .primary-header-bg {
    overflow-wrap: anywhere;
  }

  .about-section-header {
    max-width: none;
  }

  .accordion-circle {
    margin-left: .5rem;
  }

  .accordion-header {
    padding: 1rem;
  }

  .accordion-paragraph {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .button-wrapper-small {
    padding-top: 2rem;
  }

  .overlay-text-wrapper {
    aspect-ratio: 4 / 5;
  }

  .mobile-hero-image {
    height: 100%;
    display: block;
  }

  .desktop-fullwidth-image {
    display: none;
  }

  .mobile-fullwidth-image {
    display: block;
  }

  .card-subtitle {
    font-size: 2.75rem;
  }

  .footer-logo {
    display: inline-flex;
  }

  .featured-event-date {
    padding: 1rem;
  }

  .featured-image-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: stretch;
  }

  .event-grid {
    grid-template-columns: 1fr;
  }

  .nav-links {
    flex-direction: column;
  }

  .hero-background-image {
    aspect-ratio: 16 / 6;
    object-fit: cover;
    margin-top: auto;
  }

  .new-list-grid {
    align-content: end;
  }

  .list-content-wrapper {
    padding-top: 6rem;
  }

  .button-2 {
    max-width: 70%;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cf-logo-2-heading {
    font-size: 20px;
  }

  .cf-logos-2--wrapper {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    grid-template-columns: 1fr 1fr 1fr;
    align-content: stretch;
  }

  .cf-logos-2---image-contain {
    width: 29%;
    min-width: 100px;
    height: 50px;
  }

  .cf-features-section-2-wrapper {
    padding-top: 40px;
  }

  .cf-features-section-2-image-wrapper {
    margin-bottom: 20px;
  }

  .cf-features-section-2-grid {
    grid-column-gap: 10px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    place-items: stretch center;
    width: 100%;
    display: grid;
  }

  .cf-features-section-2-icon-wrap {
    margin-bottom: 16px;
  }

  .cf-features-section-2-grid-cell, .cf-features-section-2-grid-cell.homepage-3 {
    max-width: 80%;
  }

  .card-header {
    padding-bottom: 20px;
    font-size: 1.2rem;
  }

  .paragraph-2 {
    font-size: 1rem;
    line-height: 1.4;
  }

  .paragraph-3, .paragraph-4, .paragraph-5 {
    font-size: .8rem;
  }

  .platinum-sponsor, .gold-sponsor, .silver-sponsor {
    font-size: 2rem;
  }

  .bronza-sponsor {
    box-sizing: border-box;
    font-size: 2rem;
  }

  .container-3 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .comparison-row-main {
    grid-column-gap: 20px;
  }

  .comparison-title {
    margin-left: 10px;
  }

  .comparison-row {
    grid-column-gap: 20px;
  }

  .comparison-negative {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .cf-logo-2-heading-2 {
    font-size: 20px;
  }

  .cf-logos-2--wrapper-2 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .cf-logos-2---image-contain-2 {
    width: 29%;
    min-width: 100px;
    height: 50px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---mg-bottom-0.center-text {
    text-align: center;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---btn-circle-accordion-btn {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .brix---accordion-right-side {
    margin-right: 0;
  }

  .brix---badge-secondary---tabs {
    margin-left: 0;
    margin-right: 0;
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---accordion-title-2 {
    font-size: 18px;
    line-height: 26px;
  }

  .brix---badge-secondary---tabs-v2 {
    margin-left: 0;
    margin-right: 0;
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---accordion-title-3 {
    font-size: 18px;
    line-height: 26px;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---btn-circle-accordion-btn-2 {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .brix---accordion-right-side-2 {
    margin-right: 0;
  }

  .brix---badge-secondary---tabs-v2-2, .brix---badge-secondary---tabs-2 {
    margin-left: 0;
    margin-right: 0;
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 32px;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-3 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---accordion-title-4 {
    font-size: 18px;
    line-height: 26px;
  }

  .brix---paragraph-default-3 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---btn-circle-accordion-btn-3 {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .brix---accordion-v3-card {
    padding: 16px 22px;
  }

  .brix---accordion-right-side-3 {
    margin-right: 0;
  }

  .brix---accordion-title-5 {
    font-size: 18px;
    line-height: 26px;
  }

  .brix---badge-secondary---tabs-3 {
    margin-left: 0;
    margin-right: 0;
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .cf-logo-2-heading-3 {
    font-size: 20px;
  }

  .cf-logos-2--wrapper-3 {
    grid-column-gap: 58px;
    grid-row-gap: 58px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .cf-logos-2---image-contain-3 {
    width: 29%;
    min-width: 100px;
    height: 50px;
  }

  .container-4 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .comparison-row-main-2 {
    grid-column-gap: 20px;
  }

  .comparison-title-2 {
    margin-left: 10px;
  }

  .comparison-row-2 {
    grid-column-gap: 20px;
  }

  .comparison-negative-2 {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive-2 {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .features-table-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-5 {
    max-width: none;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .comparison-table-3 {
    max-width: 18rem;
  }

  .comparison-row-main-3 {
    grid-column-gap: 20px;
  }

  .comparison-title-3 {
    margin-left: 10px;
  }

  .comparison-row-3 {
    grid-column-gap: 20px;
    max-width: none;
  }

  .comparison-negative-3 {
    background-image: none;
    margin-left: 0;
    padding-left: 0;
  }

  .comparison-positive-3 {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .brix---mg-bottom-48px-4 {
    margin-bottom: 32px;
  }

  .brix---display-2 {
    font-size: 38px;
    line-height: 48px;
  }

  .brix---container-default-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---icon-list {
    width: 24px;
    margin-right: 8px;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---pricing-top-v1 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .brix---pricing-content {
    padding-top: 32px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .brix---paragraph-default-4 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---btn-primary-full-width {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .cell {
    justify-content: center;
    align-items: center;
  }

  .quick-stack {
    max-width: none;
    position: static;
  }

  .cf-flex-1---image-1 {
    width: 100%;
  }

  .cf-flex-1---image-2 {
    width: 90%;
  }

  .cf-flex-1---text-contain {
    width: auto;
    max-width: 17rem;
    margin-top: 10px;
  }

  .cf-flex-section-1 {
    flex: 0 auto;
    justify-content: center;
    align-items: stretch;
    max-width: 18rem;
  }

  .cf-flex-1---wrapper {
    flex: 0 4 auto;
    width: auto;
    max-width: none;
    overflow: visible;
  }

  .cf-flex-1---container {
    align-self: auto;
    width: auto;
    max-width: 18rem;
  }

  .cf-18px-paragraph {
    max-width: none;
    font-size: 16px;
  }

  .cf-wrapper-1160 {
    width: 90%;
  }

  .cf-h2-heading-56px {
    font-size: 24px;
  }

  .cf-h3-heading-40px {
    font-size: 20px;
  }

  .cf-different-tab-link.w--current {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cf-pricing-plan-check-icon {
    margin-right: 8px;
  }

  .cf-pricing-plan-pointer-text-18px {
    min-width: 0;
    font-size: 16px;
  }

  .cf-different-menu {
    justify-content: flex-start;
  }

  .cell-2, .cell-3 {
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
  }

  .cell-4 {
    justify-content: center;
    align-items: center;
  }

  .pricing-overview {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-6 {
    max-width: none;
  }

  .centered-heading-4 {
    margin-bottom: 24px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .pricing-comparison {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---mg-bottom-16px-4 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px-5 {
    margin-bottom: 32px;
  }

  .brix---container-default-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-4 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---accordion-title-6 {
    font-size: 18px;
    line-height: 26px;
  }

  .brix---paragraph-default-5 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---btn-circle-accordion-btn-4 {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .brix---accordion-right-side-4 {
    margin-right: 0;
  }

  .brix---badge-secondary---tabs-v2-3 {
    margin-left: 0;
    margin-right: 0;
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .cf-wrapper-1161 {
    width: 90%;
  }

  .cf-h2-heading-56px-2 {
    font-size: 24px;
  }

  .cf-h3-heading-40px-2 {
    font-size: 20px;
  }

  .cf-different-tab-link-2.w--current {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cf-pricing-plan-check-icon-2 {
    margin-right: 8px;
  }

  .cf-pricing-plan-pointer-text-18px-2 {
    font-size: 16px;
  }

  .cf-different-menu-2 {
    justify-content: flex-start;
  }

  .cf-pricing-plan {
    min-width: 0;
    font-size: 16px;
  }

  .cell-5 {
    justify-content: center;
    align-items: center;
  }

  .cf-cta-wrapper-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cf-cta-buttons-container {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .cf-cta-paragraph {
    font-size: 16px;
    line-height: 150%;
  }

  .cf-cta-h2-heading {
    font-size: 30px;
  }

  .cf-cta-bottom-image {
    border-radius: 10px;
    width: 60%;
    max-width: 240px;
    bottom: -12%;
    right: -10%;
  }

  .cf-cta-top-image {
    border-radius: 10px;
    display: none;
    top: 11%;
  }

  .f-navigation-button {
    display: none;
  }

  .cf-home-tab-link {
    padding-left: 25px;
    padding-right: 25px;
  }

  .cf-tabs-content-contain {
    min-height: auto;
  }

  .cf-tabs-content-text {
    font-size: 16px;
  }

  .cf-features-4-tabs-heading {
    font-size: 30px;
  }

  .cf-tabs-element._2 {
    bottom: -8%;
    right: -14%;
  }

  .cf-tabs-header-text {
    font-size: 16px;
  }

  .cf-tabs-menu {
    margin-bottom: 50px;
  }

  .cf-tabs-right-tab {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cf-tabs-left-wrap {
    padding: 40px 15px;
  }

  .cf-tabs-content-heading {
    font-size: 20px;
  }

  .cf-faq-container {
    margin-bottom: 100px;
  }

  .cf-faq-main-heading {
    text-align: center;
    margin-bottom: 60px;
    font-size: 2rem;
  }

  .cf-faq-content-2 {
    font-size: 16px;
  }

  .cf-faq-answer-wrap-2 {
    padding-right: 7%;
  }

  .cf-faq-questions-2 {
    font-size: 18px;
    line-height: 140%;
  }

  .brix---mg-bottom-16px-5 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px-6 {
    margin-bottom: 32px;
  }

  .brix---container-default-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .brix---heading-h2-size-5 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---subtitle-2 {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---tab-left-icon {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---paragraph-default-6 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-left-16px {
    margin-left: 13px;
  }

  .brix---tabs-content-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---square-icon-48px {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---tabs-wrapper-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    display: block;
  }

  .brix---tabs-menu-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    place-content: stretch center;
    max-width: 100%;
  }

  .brix---link-icon-right {
    width: 18px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---tab-small-center {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    max-height: 60px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---tab-small-center.w--current {
    justify-content: flex-start;
    align-items: center;
  }

  .brix---grid-2-columns-gap-56px {
    grid-row-gap: 36px;
  }

  .cf-wrapper-1162 {
    width: 90%;
  }

  .cf-h2-heading-56px-3 {
    font-size: 24px;
  }

  .cf-h3-heading-40px-3 {
    font-size: 20px;
  }

  .cf-different-tab-link-3.w--current {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cf-pricing-plan-check-icon-3 {
    margin-right: 8px;
  }

  .cf-pricing-plan-pointer-text-18px-3 {
    font-size: 16px;
  }

  .cf-different-menu-3 {
    justify-content: flex-start;
  }

  .cf-choose-feature-check-icon {
    width: 28px;
    height: 28px;
    margin-right: 8px;
  }

  .cf-bottom-line-image {
    left: 0;
  }

  .cf-feature-pointer-text-20px {
    font-size: 16px;
    line-height: 140%;
  }

  .cf-choose-feature-wrapper {
    padding: 40px 15px;
  }

  .cf-choose-feature-bold-text-16px {
    margin-bottom: 20px;
  }

  .brix---mg-bottom-16px-6 {
    margin-bottom: 15px;
  }

  .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---container-default-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-6 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---paragraph-default-7 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---buttons-row-center {
    flex-direction: column;
  }

  .brix---grid-4-columns-instagram {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .brix---instagram-image {
    border-radius: 16px;
  }

  .brix---cta-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---btn-primary-white, .brix---btn-secondary-white {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---grid-cta-v1 {
    grid-template-columns: 1fr;
  }

  .brix---buttons-row-right---t-left {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---cta-v1-floating-item-01 {
    width: 39%;
  }

  .brix---cta-v1-floating-item-02 {
    width: 44%;
  }

  .cf-wrapper.benefits-wrapper {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .cf-benefits-pointer-heading-and-number {
    justify-content: flex-start;
  }

  .cf-benefits-pointer-item {
    max-width: none;
  }

  .cf-text-block-2._16-px {
    line-height: 26px;
  }

  .section-2, .quick-stack-2 {
    overflow: visible;
  }

  .cell-9 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-4 {
    flex-flow: column;
  }

  .code-embed-3 {
    width: 100%;
    display: block;
  }

  .link-block.w--current {
    max-width: 100px;
  }

  .div-block-12 {
    grid-template-columns: 1fr;
  }

  .paragraph-8 {
    line-height: 1.4;
  }

  .grid-3 {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
  }

  .sponsor-logo-link, .sponsor-logo-link.single {
    width: 120px;
  }

  .sponsor-logo-link.mobile {
    max-width: 120px;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

  .heading_style-h3 {
    font-size: 1.25rem;
  }

  .paragraph-9.white {
    line-height: 1.4;
  }

  .grid-5 {
    grid-template-columns: 1fr;
  }

  .rich-text-block-2 li {
    font-size: 1rem;
    line-height: 1.2;
  }

  .paragraph-11 {
    line-height: 1.4;
  }

  .card_block {
    min-height: 280px;
  }

  .heading-15.red {
    font-size: 1.25rem;
  }

  .text-block-5 {
    font-size: .85rem;
  }

  .text-block-6 {
    font-size: 1rem;
  }

  .note-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .note-block.white {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-block-7, .text-block-7.cap {
    font-size: 1rem;
  }

  .text-block-7.mobile-center {
    text-align: center;
  }

  .text-block-8 {
    font-size: .8rem;
  }

  .text-block-8.red {
    font-size: 1rem;
  }

  .text-block-8.mobile {
    text-align: center;
  }

  .heading-16, .heading-16.left-align {
    font-size: 2rem;
  }

  .card-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-14 {
    font-size: 1rem;
  }

  .grid-6 {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .list-item-2 {
    line-height: 1.2;
  }

  .list-item-3 {
    font-size: 1rem;
    line-height: 1.2;
  }

  .header {
    padding: 10px;
  }

  .bold-text-6 {
    font-size: 1rem;
  }

  .form_block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-17 {
    font-size: 1.25rem;
  }

  .bold-text-9 {
    font-size: 1rem;
  }

  .team-title-wrap {
    flex-flow: column;
  }

  .grid-8 {
    grid-template-columns: 1fr;
  }

  .text-block-18 {
    font-size: 1rem;
  }

  .paragraph-12 {
    font-size: 1.25rem;
  }

  .grid-9, .grid-10, .grid-11 {
    grid-template-columns: 1fr;
  }

  .card-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-22 {
    font-size: 1.5rem;
  }

  .grid-12 {
    grid-template-columns: 1fr;
  }

  .tab-link-tab-2 {
    border-bottom-style: none;
    flex: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-content-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-13 {
    grid-template-columns: 1fr;
  }

  .verticle-line {
    left: 4%;
  }

  .dropdown-toggle-2 {
    padding: 20px;
  }

  .answer-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph-13 {
    text-align: center;
    font-size: 1rem;
  }

  .grid-14 {
    grid-template-columns: 1fr;
  }

  .bold-text-12, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19, .bold-text-20, .bold-text-21 {
    font-size: 1rem;
  }

  .code-embed-10 {
    display: none;
  }

  .faq-toggle {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    white-space: normal;
  }

  .collection-list-wrapper {
    width: 100%;
  }

  .heading-26 {
    font-size: 1.5rem;
  }

  .heading-27 {
    font-size: 3rem;
  }

  .nav-social-icon.mobilr {
    flex-flow: row;
  }

  .link-block-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cms-content h1 {
    font-size: 2rem;
  }

  .cms-content h2 {
    font-size: 1.8rem;
  }

  .cms-content h3 {
    font-size: 1.6rem;
  }

  .cms-content p, .cms-content li, .cms-content strong {
    font-size: 1rem;
  }

  .background-video {
    height: 60vh;
  }

  .container_small {
    padding: 20px;
  }

  .zoom-section-2 {
    flex-flow: column;
  }

  .primary-header-bg-2 {
    overflow-wrap: anywhere;
  }

  .bold-text-23, .bold-text-24, .bold-text-25, .bold-text-26, .bold-text-27, .bold-text-28 {
    font-size: 1rem;
  }
}

#w-node-_0472b75c-4945-d5a4-04bc-38101bc0a471-0cfa5883 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_11a6f3bd-c867-1c54-5752-97429d239767-c201cbe3, #w-node-_31665067-1d58-9c9f-0e57-1d49583a6db0-630f7ede, #w-node-b1ad336f-44ba-6651-3edb-4016a9c5ac39-630f7ede, #w-node-_82159d90-6e71-793b-4403-ac28d999eb1b-630f7ede {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#search.w-node-_032a2c7a-430c-f8a9-ac48-8ca64f0ffa9c-a8f7f666 {
  place-self: auto;
}

#w-node-_032a2c7a-430c-f8a9-ac48-8ca64f0ffa9d-a8f7f666 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cd0ebb87-f598-28b6-7542-bf02b7bd6d20-0cfa58b0, #w-node-cd0ebb87-f598-28b6-7542-bf02b7bd6d27-0cfa58b0, #w-node-cd0ebb87-f598-28b6-7542-bf02b7bd6d2e-0cfa58b0, #w-node-cd0ebb87-f598-28b6-7542-bf02b7bd6d35-0cfa58b0, #w-node-cd0ebb87-f598-28b6-7542-bf02b7bd6d3c-0cfa58b0, #w-node-cd0ebb87-f598-28b6-7542-bf02b7bd6d43-0cfa58b0, #w-node-cd0ebb87-f598-28b6-7542-bf02b7bd6d4a-0cfa58b0 {
  align-self: end;
}

#w-node-_3214cb97-b92e-d427-8d15-a229629ee035-0cfa58f0, #w-node-_0cb704ce-17de-9ce3-8c7b-39fb00117f76-0cfa58f0, #w-node-_22cb2d07-7457-670b-91eb-a69751ebd72f-0cfa58f0, #w-node-_2ae7091f-bff4-50b3-a76e-6fef29dad4d5-0cfa58f0, #w-node-b18bad51-4919-b385-b650-bdf69245a8f3-0cfa58f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-caf342c3-aa94-6bf3-e7db-20327b3a2876-46c9cda8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_3d1697d3-acd3-aed8-2fc5-8b7953c68d06-0cfa58f3 {
  grid-template-rows: auto;
  grid-template-columns: 2.75fr 1fr;
}

#w-node-b2d70375-ba3c-694d-0652-99324c4166c6-0cfa58f3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: auto;
}

#w-node-b2d70375-ba3c-694d-0652-99324c4166c9-0cfa58f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b2d70375-ba3c-694d-0652-99324c4166cb-0cfa58f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b2d70375-ba3c-694d-0652-99324c4166cd-0cfa58f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b2d70375-ba3c-694d-0652-99324c4166cf-0cfa58f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto end;
}

#w-node-b2d70375-ba3c-694d-0652-99324c4166d1-0cfa58f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b2d70375-ba3c-694d-0652-99324c4166d3-0cfa58f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b2d70375-ba3c-694d-0652-99324c4166d5-0cfa58f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b2d70375-ba3c-694d-0652-99324c4166d7-0cfa58f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto end;
}

#w-node-b2d70375-ba3c-694d-0652-99324c4166d9-0cfa58f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b2d70375-ba3c-694d-0652-99324c4166db-0cfa58f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b2d70375-ba3c-694d-0652-99324c4166dd-0cfa58f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b2d70375-ba3c-694d-0652-99324c4166df-0cfa58f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_42a25666-d186-9265-36a2-d7ad59e48e27-0cfa58f3, #w-node-e85c244d-f056-cb81-87be-407de4db2e34-aeacfe0f, #w-node-_9af925f5-7040-2237-b629-dd758619befc-aeacfe0f, #w-node-_11d25674-3f80-b03e-dd55-88db3233284c-aeacfe0f, #w-node-_9c6ed534-dbe3-71fe-29bf-34dbda090c13-aeacfe0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ab854e0-0eed-b616-2d50-8b709b368c05-33611c83, #w-node-_01d8bf86-1b70-a0d3-f2fb-03e9f6b33a2d-33611c83, #w-node-_43d3e878-e4ce-935d-5eb3-3a8652cb7be6-33611c83, #w-node-b396f8a4-03ac-7a74-22ea-738f38168dc3-33611c83 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_3d1697d3-acd3-aed8-2fc5-8b7953c68d06-0cfa58f3 {
    grid-template-rows: auto;
    grid-template-columns: 2.75fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8804eb6f-d8d7-e3b2-97e1-39a5fec76d5a-bf0dbdcf {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_01d8bf86-1b70-a0d3-f2fb-03e9f6b33a2d-33611c83, #w-node-_43d3e878-e4ce-935d-5eb3-3a8652cb7bdc-33611c83, #w-node-_43d3e878-e4ce-935d-5eb3-3a8652cb7be1-33611c83, #w-node-_43d3e878-e4ce-935d-5eb3-3a8652cb7be6-33611c83 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_786d00dd-34b7-eb4d-4296-07519c7de1cf-bf0dbdcf {
    order: -9999;
  }

  #w-node-dce60284-5ca0-d6dc-59e3-db737cd28979-bf0dbdcf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d33d3048-5203-a4f0-629f-5f4de7a61947-623ec09c, #w-node-_9daaee68-de63-c6d6-9f72-6ae1fff286bd-623ec09c {
    order: -9999;
  }
}



/* Hide Webflow badge */
.w-webflow-badge {
  display: none !important;
}

/* CAPTCHA Styles */
.captcha-container {
  margin-bottom: 2rem;
}

.captcha-container label {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--belay-blue);
}

.captcha-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.captcha-question {
  font-weight: 600;
  font-size: 1.25rem;
  color: var(--belay-blue);
  min-width: 100px;
}

.captcha-input {
  width: 80px !important;
  min-width: 80px;
  text-align: center;
  margin-bottom: 0 !important;
}

.captcha-refresh {
  background: transparent;
  border: 1px solid var(--belay-blue);
  color: var(--belay-blue);
  padding: 0.5rem 1rem;
  cursor: pointer;
  font-size: 0.875rem;
  transition: all 0.3s ease;
}

.captcha-refresh:hover {
  background: var(--belay-blue);
  color: white;
}
